.get-the-report {
  --heading-color: #FFFFFF;
  --body-color: #FFFFFF;
  --muted-color: #FFB81C;
  position: relative;
  width: 100%;
  max-width: none;
  overflow: hidden;
  padding-block: clamp(60px, 7vw, 110px);
  color: var(--body-color);
  background: #131E29;
}
.get-the-report [hidden] {
  display: none !important;
}
.get-the-report__container {
  z-index: 1;
}
.get-the-report__inner {
  display: grid;
  grid-template-columns: minmax(190px, 0.8fr) minmax(360px, 1.45fr) minmax(210px, 0.85fr);
  grid-template-areas: "intro form cover";
  gap: clamp(32px, 4vw, 72px);
  align-items: center;
}
.get-the-report__intro {
  grid-area: intro;
  align-self: start;
  padding-top: 8px;
}
.get-the-report__supporting {
  margin-top: 2rem;
}
.get-the-report__supporting p:last-child {
  margin-bottom: 0;
}
.get-the-report__form-column {
  grid-area: form;
  min-width: 0;
}
.get-the-report__form {
  min-width: 0;
  max-width: 100%;
  margin: 0;
  transition: opacity 230ms ease, transform 230ms ease;
}
.get-the-report__form--leaving {
  opacity: 0;
  transform: translateY(-6px);
}
.get-the-report__required-note {
  margin: 0 0 20px;
  color: rgba(255, 255, 255, 0.82);
  font-size: 0.875rem;
}
.get-the-report__fields {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 20px;
}
.get-the-report__field {
  min-width: 0;
}
.get-the-report__field label {
  color: #FFFFFF;
}
.get-the-report__field input:not([type=checkbox]):not([type=radio]) {
  margin-top: 8px;
}
.get-the-report__field[data-report-field=email] {
  grid-column: 1/-1;
}
.get-the-report__required {
  color: #FFB81C;
}
.get-the-report__field-error {
  display: block;
  margin-top: 8px;
  color: #FFB81C;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.5;
}
.get-the-report__field-error::before {
  content: "Error: ";
}
.get-the-report__choices {
  display: grid;
  gap: 12px;
  margin-top: 30px;
}
.get-the-report__choice {
  display: flex;
  align-items: flex-start;
}
.get-the-report__choice input[aria-invalid=true] {
  outline: 3px solid #FFB81C;
  outline-offset: 2px;
}
.get-the-report__privacy-link {
  display: block;
  width: fit-content;
  margin-top: 4px;
  color: #FFB81C;
  font-size: 0.875rem;
}
.get-the-report__privacy-link:hover, .get-the-report__privacy-link:focus-visible {
  color: #FFFFFF;
}
.get-the-report__submit {
  margin-top: 30px;
}
.get-the-report__submit:disabled {
  cursor: wait;
  opacity: 0.65;
}
.get-the-report__download {
  margin-top: 30px;
}
.get-the-report__form--processing {
  opacity: 0.82;
}
.get-the-report__honeypot {
  position: absolute !important;
  left: -10000px !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
}
.get-the-report__feedback:empty {
  display: none;
}
.get-the-report__message {
  --message-accent: #FFB81C;
  margin-bottom: 30px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-left: 5px solid var(--message-accent);
  border-radius: 0;
  padding: clamp(30px, 4vw, 50px);
  color: #FFFFFF;
  background: rgba(255, 255, 255, 0.035);
  box-shadow: 0 7px 29px -1px rgba(0, 0, 0, 0.2);
  opacity: 0;
  transform: translateY(6px);
  transition: opacity 230ms ease, transform 230ms ease;
}
.get-the-report__message--visible {
  opacity: 1;
  transform: translateY(0);
}
.get-the-report__message:focus-visible {
  outline: 3px solid #FFFFFF;
  outline-offset: 3px;
  box-shadow: 0 0 0 6px #DE1B76;
}
.get-the-report__message-icon {
  display: block;
  margin-bottom: 20px;
  color: var(--message-accent);
}
.get-the-report__message-heading {
  margin: 0 0 12px;
  color: #FFFFFF;
  font-size: 1.375rem;
}
.get-the-report__message-body {
  border-top: 1px solid rgba(255, 255, 255, 0.22);
  padding-top: 20px;
  color: #FFFFFF;
}
.get-the-report__message-body, .get-the-report__message-body p, .get-the-report__message-body li {
  color: #FFFFFF;
}
.get-the-report__message p:last-child,
.get-the-report__message ul:last-child {
  margin-bottom: 0;
}
.get-the-report__message--error {
  --message-accent: #ff6259;
}
.get-the-report__message--error ul {
  padding-left: 20px;
}
.get-the-report__message--error a {
  color: #FFB81C;
  font-weight: 700;
}
.get-the-report__message--error a:hover, .get-the-report__message--error a:focus-visible {
  color: #FFFFFF;
}
.get-the-report__message--success {
  --message-accent: #57c878;
  display: flex;
  min-height: clamp(340px, 38vw, 500px);
  flex-direction: column;
  justify-content: center;
}
@media (prefers-reduced-motion: reduce) {
  .get-the-report__form, .get-the-report__message {
    transition: none;
  }
}
.get-the-report .get-the-report__field > label {
  color: #FFFFFF;
}
.get-the-report .get-the-report__choice > input[type=checkbox] {
  width: 22px;
  min-height: 23px;
  flex: 0 0 17px;
  margin: 2px 8px 0 0;
}
.get-the-report .get-the-report__choice label {
  display: inline;
  color: #FFFFFF;
  font-family: "Inter", Arial, "Helvetica Neue", sans-serif;
  font-size: 0.875rem;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.5;
  text-transform: none;
  cursor: pointer;
}
.get-the-report .get-the-report__field--invalid input:not([type=checkbox]):not([type=radio]):not([type=submit]):not([type=button])[aria-invalid=true] {
  border-color: #FFB81C;
  box-shadow: inset 4px 0 0 #FFB81C;
}
.get-the-report__cover-column {
  grid-area: cover;
  display: flex;
  justify-content: center;
  min-width: 0;
}
.get-the-report__cover {
  display: block;
  width: auto;
  object-fit: contain;
  box-shadow: 0 7px 14px -1px rgba(0, 0, 0, 0.16);
}
.get-the-report__decoration {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  width: min(28vw, 430px);
  max-height: 55%;
  overflow: hidden;
  pointer-events: none;
}
.get-the-report__decoration img {
  display: block;
  width: 100%;
  height: auto;
  transform: translate(-12%, 12%);
}
.get-the-report--without-form .get-the-report__inner {
  grid-template-columns: minmax(240px, 0.9fr) minmax(230px, 0.75fr);
  grid-template-areas: "intro cover";
  justify-content: space-between;
}
.get-the-report--without-cover:not(.get-the-report--without-form) .get-the-report__inner {
  grid-template-columns: minmax(220px, 0.8fr) minmax(420px, 1.5fr);
  grid-template-areas: "intro form";
}
.get-the-report--without-cover.get-the-report--without-form .get-the-report__inner {
  display: block;
}
@media only screen and (max-width: 1024px) {
  .get-the-report__inner, .get-the-report--without-form .get-the-report__inner, .get-the-report--without-cover:not(.get-the-report--without-form) .get-the-report__inner {
    grid-template-columns: minmax(200px, 0.8fr) minmax(240px, 1fr);
    grid-template-areas: "intro cover" "form form";
    align-items: start;
  }
  .get-the-report__cover {
    max-height: 380px;
  }
  .get-the-report__decoration {
    opacity: 0.55;
  }
}
@media only screen and (max-width: 700px) {
  .get-the-report {
    padding-block: 50px;
  }
  .get-the-report__inner, .get-the-report--without-form .get-the-report__inner, .get-the-report--without-cover:not(.get-the-report--without-form) .get-the-report__inner {
    grid-template-columns: minmax(0, 1fr);
    grid-template-areas: "intro" "cover" "form";
    gap: 30px;
  }
  .get-the-report__intro {
    padding-top: 0;
  }
  .get-the-report__heading, .get-the-report__supporting {
    max-width: 100%;
  }
  .get-the-report__cover-column {
    justify-content: flex-start;
  }
  .get-the-report__cover {
    max-width: min(74vw, 300px);
    max-height: 420px;
  }
  .get-the-report__fields {
    grid-template-columns: minmax(0, 1fr);
  }
  .get-the-report__submit {
    width: 100%;
    justify-content: center;
  }
  .get-the-report__download {
    width: 100%;
    justify-content: center;
    text-align: center;
  }
  .get-the-report__decoration {
    display: none;
  }
}/*# sourceMappingURL=style.css.map */
