*[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;
}

.single-resources-post {
  background: #F5F4F8;
}
.single-resources-post__container {
  max-width: 57.5rem;
}
.single-resources-post__caption {
  height: 28.125rem;
  position: absolute;
  overflow: hidden;
  top: 4.5625rem;
  width: 100%;
}
.single-resources-post__caption img {
  position: absolute;
  width: 100%;
  height: 120%;
  filter: blur(3.4375rem);
  object-fit: cover;
}
.single-resources-post__header {
  display: flex;
  align-items: center;
  padding-bottom: 0.75rem;
}
.single-resources-post__header-categories {
  padding-right: 1rem;
  display: flex;
  gap: 1rem;
  padding-bottom: 0;
}
.single-resources-post__header-categories span {
  font-weight: 800;
  font-size: 0.5625rem;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #A094B8;
}
.single-resources-post__header-date {
  border-right: 0.0625rem dashed #EAE0EE;
  padding-right: 0.5rem;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #A094B8;
}
.single-resources-post__header-time {
  padding-left: 0.5rem;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #A094B8;
}
.single-resources-post__footer {
  margin-top: 3rem;
  padding-top: 3rem;
  border-top: 0.0625rem solid #A094B8;
  display: flex;
  align-items: flex-end;
  flex-direction: column;
}
.single-resources-post__footer-author {
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  text-align: right;
  color: #45495E;
}
.single-resources-post__footer-author-job {
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  text-align: right;
  color: #45495E;
}
.single-resources-post__content {
  margin-top: 3.75rem;
  margin-bottom: 4.9375rem;
  padding: 2.875rem 4.75rem;
  background: #FFFFFF;
  border: 0.0625rem solid #EAE0EE;
  border-radius: 0.25rem;
  position: relative;
}
@media (max-width: 64.0625rem) {
  .single-resources-post__content {
    padding: 1.5625rem;
  }
}
.single-resources-post__content p {
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #171717;
  display: inline-block;
}
.single-resources-post__content figure {
  padding: 2rem 0;
}
.single-resources-post__content figure img {
  border-radius: 0.25rem;
  width: 100%;
}
.single-resources-post__content figure figcaption {
  margin-bottom: 0;
  margin-top: 0.375rem;
  color: #A094B8;
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 150%;
  letter-spacing: 0;
}
.single-resources-post__content h1 {
  padding-bottom: 1.5rem;
  color: #45495E;
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0;
}
@media (max-width: 64.0625rem) {
  .single-resources-post__content h1 {
    font-size: 1.625rem;
  }
}
.single-resources-post__content a {
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  text-decoration: underline;
  color: #A094B8;
  transition: all 0.3s ease;
}
.single-resources-post__content a:hover {
  transition: all 0.3s ease;
  color: #45495E;
}
.single-resources-post__content ul {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  margin-bottom: 1rem;
  font-weight: 500;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #171717;
}
.single-resources-post__content blockquote {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1.125rem;
  border-radius: 0.25rem;
  margin-top: 1.25rem;
  margin-bottom: 2.5rem;
  background: #F5F4F8;
  padding: 2rem 5rem;
}
@media (max-width: 47.99875rem) {
  .single-resources-post__content blockquote {
    padding: 2rem 1.25rem;
  }
}
.single-resources-post__content blockquote p {
  font-weight: 700;
  font-size: 1rem;
  line-height: 150%;
  letter-spacing: 0;
  text-align: center;
  vertical-align: middle;
  color: #171717;
}
.single-resources-post__content h2 {
  margin-top: 1.5rem;
  margin-bottom: 1.25rem;
  display: block;
  padding-bottom: 0.375rem;
  border-bottom: 0.0625rem solid #A094B8;
  color: #45495E;
}
.single-resources-post__content h3 {
  display: block;
  margin-top: 1.25rem;
  margin-bottom: 1rem;
  padding-bottom: 0.375rem;
  border-bottom: 0.0625rem solid #A094B8;
  color: #45495E;
}
.single-resources-post__posts {
  background: #FFFFFF;
  padding: 1.25rem 0.9375rem;
}
.single-resources-post__posts-inner {
  max-width: 80rem;
  margin: 0 auto;
}
.single-resources-post__posts-title {
  color: #45495E;
  font-weight: 700;
  font-size: 2rem;
  line-height: 130%;
  letter-spacing: 0;
  padding-bottom: 2rem;
}
.single-resources-post__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2rem;
}
@media (max-width: 64.0625rem) {
  .single-resources-post__items {
    grid-template-columns: repeat(1, 1fr);
  }
}
.single-resources-post__item {
  border: 0.0625rem solid #45495E;
  border-radius: 0.25rem;
  text-decoration: none;
}
.single-resources-post__item-content {
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: calc(100% - 13.75rem);
}
.single-resources-post__item-footer {
  padding-top: 2.1875rem;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  font-weight: 500;
  font-size: 0.6875rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #A094B8;
}
.single-resources-post__item-categories {
  padding-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
}
.single-resources-post__item-category {
  font-weight: 800;
  font-size: 0.5625rem;
  line-height: 150%;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #A094B8;
}
.single-resources-post__item-divider {
  display: block;
  width: 0.0625rem;
  background: #A094B8;
  height: 1.0625rem;
}
.single-resources-post__item-image {
  height: 13.75rem;
  width: 100%;
  object-fit: cover;
  object-position: top center;
}
.single-resources-post__item-title {
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.625rem;
  letter-spacing: 0;
  color: #45495E;
  padding-bottom: 0.5rem;
}
.single-resources-post__item-excerpt {
  font-weight: 500;
  font-size: 0.8125rem;
  line-height: 150%;
  letter-spacing: 0;
  color: #45495E;
}