/* buttons */
/* horizontal-blocks */
/* line 1, ../sass/partials/blocks/_brochure.scss */
.brochure {
  display: flex;
  justify-content: space-around;
  align-items: center;
  padding: 0 5rem;
}
/* line 7, ../sass/partials/blocks/_brochure.scss */
.brochure .title {
  font-size: 2.5rem;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
/* line 14, ../sass/partials/blocks/_brochure.scss */
.brochure .description {
  text-align: center;
  font-weight: 700;
}
/* line 20, ../sass/partials/blocks/_brochure.scss */
.brochure .advantages p {
  display: flex;
  align-items: center;
  gap: 1rem;
}
/* line 27, ../sass/partials/blocks/_brochure.scss */
.brochure .left {
  flex: 0 0 55%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
/* line 34, ../sass/partials/blocks/_brochure.scss */
.brochure .right {
  position: relative;
  flex: 0 0 30%;
  color: #fff;
}
/* line 40, ../sass/partials/blocks/_brochure.scss */
.brochure .right .square {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(10deg);
  width: 100%;
  height: 100%;
  z-index: 1;
}
/* line 50, ../sass/partials/blocks/_brochure.scss */
.brochure .right .personal_details {
  padding: 5rem 2rem;
  z-index: 2;
  position: relative;
}
/* line 56, ../sass/partials/blocks/_brochure.scss */
.brochure .right .navigation {
  text-align: center;
}
/* line 60, ../sass/partials/blocks/_brochure.scss */
.brochure .right .columns {
  margin-left: -2.5%;
  margin-right: -2.5%;
  overflow: hidden;
  font-size: 0;
}
/* line 66, ../sass/partials/blocks/_brochure.scss */
.brochure .right .columns .left, .brochure .right .columns .right {
  width: 45%;
  margin-left: 2.5%;
  margin-right: 2.5%;
  display: inline-block;
  padding: 1px;
}
/* line 74, ../sass/partials/blocks/_brochure.scss */
.brochure .right .columns input[type="text"],
.brochure .right .columns input[type="email"] {
  width: 100%;
  margin-bottom: 3rem;
  background-color: #f5f5f5;
  border-radius: 1rem;
}
/* line 81, ../sass/partials/blocks/_brochure.scss */
.brochure .right .columns input[type="text"].required,
.brochure .right .columns input[type="email"].required {
  border-color: red;
}
/* line 86, ../sass/partials/blocks/_brochure.scss */
.brochure .right .button {
  background: #fff;
  font-weight: normal;
  color: black !important;
}
/* line 92, ../sass/partials/blocks/_brochure.scss */
.brochure .right .gdpr {
  margin-bottom: 3rem;
  font-size: 1.5rem;
  text-align: left;
  padding: 2rem 0;
}
/* line 97, ../sass/partials/blocks/_brochure.scss */
.brochure .right .gdpr a {
  color: #fff;
}
/* line 102, ../sass/partials/blocks/_brochure.scss */
.brochure .right .error-message {
  color: red;
  padding: .5rem 1rem;
  border: 2px solid red;
  margin-bottom: 1rem;
  text-align: center;
}
/* line 109, ../sass/partials/blocks/_brochure.scss */
.brochure .right .error-message.hidden {
  display: none;
}
@media (max-width: 549px) {
  /* line 118, ../sass/partials/blocks/_brochure.scss */
  .brochure .left .brochure-img,
  .brochure .left .advantages {
    display: none;
  }
  /* line 125, ../sass/partials/blocks/_brochure.scss */
  .brochure > .right .columns {
    margin-left: 0;
    margin-right: 0;
  }
  /* line 129, ../sass/partials/blocks/_brochure.scss */
  .brochure > .right .columns .left, .brochure > .right .columns .right {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: .5rem;
    margin-top: inherit;
  }
  /* line 136, ../sass/partials/blocks/_brochure.scss */
  .brochure > .right .columns .left input[type="text"],
  .brochure > .right .columns .left input[type="email"], .brochure > .right .columns .right input[type="text"],
  .brochure > .right .columns .right input[type="email"] {
    margin-bottom: 1rem;
  }
}
@media (max-width: 549px) {
  /* line 146, ../sass/partials/blocks/_brochure.scss */
  .brochure .square {
    display: none;
  }
}
@media (max-width: 849px) {
  /* line 152, ../sass/partials/blocks/_brochure.scss */
  .brochure .left {
    flex-direction: column;
  }
}
@media (max-width: 1049px) {
  /* line 1, ../sass/partials/blocks/_brochure.scss */
  .brochure {
    flex-direction: column;
    gap: 6rem;
    padding: 10rem 2rem;
  }
}
@media (max-width: 1239px) {
  /* line 164, ../sass/partials/blocks/_brochure.scss */
  .brochure .left {
    gap: 2rem;
  }
}
@media (min-width: 550px) and (max-width: 1050px) {
  /* line 170, ../sass/partials/blocks/_brochure.scss */
  .brochure .personal_details {
    max-width: 60rem;
    margin: auto;
  }
}
@media (min-width: 1050px) and (max-width: 1500px) {
  /* line 177, ../sass/partials/blocks/_brochure.scss */
  .brochure .left {
    flex-direction: column;
    flex: 0 0 43%;
    gap: 2rem;
  }
  /* line 183, ../sass/partials/blocks/_brochure.scss */
  .brochure .right {
    flex: 0 0 50%;
  }
}
