*[class$=__container] {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

@font-face {
  font-family: "Uni Neue";
  src: url("../../fonts/UniNeueRegular.eot");
  src: local("UniNeueRegular"), local("UniNeueRegular"), url("../../fonts/UniNeueRegular.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniNeueRegular.woff2") format("woff2"), url("../../fonts/UniNeueRegular.woff") format("woff"), url("../../fonts/UniNeueRegular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Uni Neue";
  src: url("../../fonts/UniNeueBold.eot");
  src: local("UniNeueBold"), local("UniNeueBold"), url("../../fonts/UniNeueBold.eot?#iefix") format("embedded-opentype"), url("../../fonts/UniNeueBold.woff2") format("woff2"), url("../../fonts/UniNeueBold.woff") format("woff"), url("../../fonts/UniNeueBold.ttf") format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
* {
  font-family: "Uni Neue", sans-serif;
}

body {
  background: #F5F4F8;
  color: #45495E;
}

.pdfjs-iframe {
  border: 0;
}

.crsv-hero {
  background: linear-gradient(0deg, #A59695 0%, #A59695 0.01%, #45495E 100%);
  padding-top: 7rem;
  padding-bottom: 7rem;
}
.crsv-hero__container {
  max-width: 81.875rem;
  display: flex;
  justify-content: space-between;
  gap: 5.3125rem;
}
@media (max-width: 47.99875rem) {
  .crsv-hero__container {
    flex-direction: column;
    gap: 2.5rem;
  }
}
.crsv-hero__title {
  font-weight: 700;
  font-size: 3rem;
  line-height: 120%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #FFFFFF;
}
@media (max-width: 47.99875rem) {
  .crsv-hero__title {
    font-size: 2.5rem;
  }
}
.crsv-hero__description {
  font-weight: 700;
  font-size: 1.25rem;
  leading-trim: NONE;
  line-height: 150%;
  letter-spacing: 0;
  color: #FFFFFF;
}
.crsv-hero__content {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.crsv-hero__list {
  padding-top: 1.25rem;
}
.crsv-hero__logos {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-width: 11.25rem;
}
.crsv-hero__anchor-list {
  list-style: none;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.crsv-hero__anchor-link {
  display: flex;
  align-items: center;
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #EAE0EE;
  text-decoration: none;
  gap: 0.5rem;
  transition: all 0.3s ease;
}
.crsv-hero__anchor-link:hover {
  color: #FFFFFF;
  transition: all 0.3s ease;
}