@import url(https://fonts.googleapis.com/css?family=Montserrat:300,400,600,700|Open+Sans:400,600,700&display=swap);
/*** COLOURS ***/
/*** SIZES ***/
/*** DOTDOTDOT ***/
/*** FONTS ***/
.brochureBlock {
  margin: 100px 0 100px;
  position: relative;
  background: #134053;
  overflow: hidden;
}
.brochureBlock.aos-animate .background {
  opacity: 1;
}
.brochureBlock.aos-animate .contentWrapper {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
}
.brochureBlock .background {
  height: 100%;
  left: auto;
  position: absolute;
  top: 0;
  width: calc(100% - 520px);
  right: 0;
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-out 0.6s;
  -moz-transition: opacity 0.3s ease-out 0.6s;
  -o-transition: opacity 0.3s ease-out 0.6s;
  transition: opacity 0.3s ease-out 0.6s;
}
.brochureBlock .background .backgroundImage {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background-size: cover;
  background-position: center center;
}
.brochureBlock .background .topTriangle {
  height: 80%;
  left: -1px;
  position: absolute;
  top: -2px;
  width: auto;
}
.brochureBlock .background .topTriangle svg {
  width: auto;
  height: 100%;
}
.brochureBlock .background .topTriangle svg path {
  fill: #134053;
}
.brochureBlock .background .bottomTriangle {
  height: 25%;
  left: -1px;
  position: absolute;
  top: auto;
  width: auto;
  bottom: -1px;
}
.brochureBlock .background .bottomTriangle svg {
  width: auto;
  height: 100%;
}
.brochureBlock .background .bottomTriangle svg path {
  fill: #134053;
}
.brochureBlock .background .icon {
  height: auto;
  left: 50px;
  position: absolute;
  top: 30px;
  width: 304px;
  pointer-events: none;
  -webkit-transition: opacity 0.3s ease-out 0.6s;
  -moz-transition: opacity 0.3s ease-out 0.6s;
  -o-transition: opacity 0.3s ease-out 0.6s;
  transition: opacity 0.3s ease-out 0.6s;
}
.brochureBlock .background .icon svg {
  width: 100%;
  height: auto;
  opacity: 0.1;
}
.brochureBlock .background .icon svg path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 2px;
}
.brochureBlock .contentWrapper {
  padding-top: 100px;
  padding-bottom: 100px;
  color: #fff;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transition-delay: 0.6s;
  -moz-transition-delay: 0.6s;
  -o-transition-delay: 0.6s;
  transition-delay: 0.6s;
}
.brochureBlock .contentWrapper .innerWrapper {
  max-width: 390px;
}
.brochureBlock .contentWrapper .innerWrapper .tinyTitle {
  opacity: 0.4;
  color: #fff;
  margin-bottom: 20px;
}
.brochureBlock .contentWrapper .innerWrapper .text {
  padding-left: 20px;
  position: relative;
  padding-right: 50px;
  margin-top: 30px;
}
.brochureBlock .contentWrapper .innerWrapper .text:before {
  content: "*";
  color: #ffffff;
  height: auto;
  left: 0;
  position: absolute;
  top: 0;
  width: auto;
}
.brochureBlock .contentWrapper .innerWrapper .text p {
  color: #ffffff;
}
.brochureBlock .contentWrapper .innerWrapper .text a {
  color: #fff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.brochureBlock .contentWrapper .innerWrapper .text a:hover {
  color: rgba(255, 255, 255, 0.4);
}
.brochureBlock .contentWrapper .innerWrapper .buttons {
  padding-left: 20px;
  margin-top: 30px;
}
.brochureBlock .contentWrapper .innerWrapper .buttons .button {
  cursor: pointer;
}
.brochureBlock .contentWrapper .innerWrapper .buttons .button:hover {
  background: #fff;
  color: #134053;
}
.textOverlay.brochure .formField.half {
  width: calc(50% - 10px);
  display: inline-block;
}
.textOverlay.brochure .formField.half.left {
  margin-right: 10px;
}
.textOverlay.brochure .formField.half.right {
  margin-left: 10px;
}
.textOverlay.brochure .formSubmit {
  opacity: 1;
  pointer-events: all;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textOverlay.brochure .formSubmit.disabled {
  opacity: 0.2;
  pointer-events: none;
}
.textOverlay.brochure .formSubmit .button {
  line-height: 24px;
  font-weight: 400;
  border-radius: 25px;
}
.textOverlay.brochure .succes {
  color: #134053;
}
@media all and (max-width: 1100px) {
  .brochureBlock .background {
    width: calc(100% - 370px);
  }
}
@media all and (max-width: 768px) {
  .brochureBlock {
    margin: 50px 0;
  }
  .brochureBlock .background {
    display: none;
  }
  .brochureBlock .contentWrapper {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .brochureBlock .contentWrapper .innerWrapper {
    max-width: 500px;
  }
}
/*# sourceMappingURL=brochure_block.css.map */