.report_header {
  padding-top: 120px;
  background-color: #09142B;
  min-height: 505px;
}
@media screen and (max-width: 1024px) {
  .report_header {
    padding-top: 0;
    min-height: 100%;
  }
}
@media screen and (max-width: 1024px) {
  .report_header .container {
    padding: 0 40px;
  }
}
.report_header .report_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}
@media screen and (max-width: 1024px) {
  .report_header .report_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
       -moz-box-orient: vertical;
       -moz-box-direction: normal;
            flex-direction: column;
  }
}
.report_header .report_wrap .report_title {
  width: 100%;
  max-width: 724px;
  margin-top: 120px;
}
@media screen and (max-width: 1024px) {
  .report_header .report_wrap .report_title {
    max-width: 100%;
    margin-top: 188px;
  }
}
.report_header .report_wrap .report_title h1 {
  font-family: Canela, sans-serif;
  font-size: 104px;
  font-weight: 400;
  line-height: 108px;
  letter-spacing: 0em;
  text-align: left;
}
@media screen and (max-width: 1024px) {
  .report_header .report_wrap .report_title h1 {
    font-family: Canela;
    font-size: 52px;
    font-weight: 400;
    line-height: 54px;
    letter-spacing: 0em;
    text-align: left;
  }
}
.report_header .report_wrap .report_title .header_title_1 {
  color: white;
  padding: 0 60px;
  padding-bottom: 12px;
}
@media screen and (max-width: 1024px) {
  .report_header .report_wrap .report_title .header_title_1 {
    padding: 0;
  }
}
.report_header .report_wrap .report_title .header_title_2 {
  color: #A2AAAD;
}
@media screen and (max-width: 1024px) {
  .report_header .report_wrap .report_title .header_title_2 h1 {
    padding-bottom: 10px;
  }
}
.report_header .report_wrap .right_side {
  padding-right: 38px;
}
@media screen and (max-width: 1024px) {
  .report_header .report_wrap .right_side {
    padding-left: 23px;
    padding-right: 33px;
  }
}
.report_header .report_wrap .right_side .form_title {
  font-family: "Canela", serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
  letter-spacing: 0em;
  text-align: left;
  margin-bottom: 32px;
  width: -webkit-calc(100% + 20px);
  width: -moz-calc(100% + 20px);
  width: calc(100% + 20px);
  color: white;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
}
@media screen and (max-width: 1024px) {
  .report_header .report_wrap .right_side .form_title {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
       -moz-box-orient: vertical;
       -moz-box-direction: reverse;
            flex-direction: column-reverse;
    height: 100%;
  }
}
.report_header .report_wrap .right_side .form_title .title_txt {
  width: 248px;
  margin-right: 29px;
}
@media screen and (max-width: 1024px) {
  .report_header .report_wrap .right_side .form_title .title_txt {
    margin-right: 0;
    width: 100%;
  }
}
.report_header .report_wrap .right_side .form_title .title_img {
  width: 158px;
}
@media screen and (max-width: 1024px) {
  .report_header .report_wrap .right_side .form_title .title_img {
    height: 70px;
  }
}
.report_header .report_wrap .right_side .form_title .title_img img {
  position: absolute;
  height: 182px;
  top: -33px;
  min-height: 182px;
  max-height: 182px;
  max-width: 100%;
  -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}
@media screen and (max-width: 1024px) {
  .report_header .report_wrap .right_side .form_title .title_img img {
    top: -97px;
  }
}
@media screen and (max-width: 1024px) {
  .report_header .report_wrap .section_with_the_form {
    padding-top: 125px;
    padding-bottom: 121px;
  }
}
.report_header .report_wrap .section_with_the_form.dark_moode .right_side {
  background-color: rgba(255, 255, 255, 0.5019607843);
}
.report_header .report_wrap .section_with_the_form.dark_moode input,
.report_header .report_wrap .section_with_the_form.dark_moode textarea {
  border-bottom: 1px solid #22314e;
  border-bottom: 1px solid #FBFBFB;
  color: white;
}
.report_header .report_wrap .section_with_the_form.dark_moode label {
  color: white;
}
.report_header .report_wrap .section_with_the_form.dark_moode .input_wrap.error label {
  color: #dc3232;
}
.report_header .report_wrap .section_with_the_form.dark_moode .input_wrap.error span input {
  border-bottom: 1px solid #dc3232;
}
.report_header .thank_you_message_wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
     -moz-box-orient: vertical;
     -moz-box-direction: normal;
          flex-direction: column;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
     -moz-box-pack: center;
          justify-content: center;
}/*# sourceMappingURL=report_header.css.map */