.paragraph--type--resources-and-documents-section {
  padding: 32px 0 56px;
  margin: 0 auto;
  width: 100%;
  position: relative;
}
@media (min-width: 767px) {
  .paragraph--type--resources-and-documents-section {
    padding: 56px 20px 30px;
  }
}
.paragraph--type--resources-and-documents-section:before {
  background-color: rgb(245, 247, 246);
  background-size: 100%;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, 0);
  background-position: top;
  z-index: -1;
  top: 0;
}
.paragraph--type--resources-and-documents-section.grey {
  background-color: rgb(245, 247, 246);
}
.paragraph--type--resources-and-documents-section.grey:before {
  background-color: rgb(245, 247, 246);
  background-size: 100%;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, 0);
  background-position: top;
  z-index: -1;
  top: 0;
}
.paragraph--type--resources-and-documents-section.light-blue {
  background-color: rgb(225, 233, 255);
}
.paragraph--type--resources-and-documents-section.light-blue:before {
  background-color: rgb(225, 233, 255);
  background-size: 100%;
  content: "";
  position: absolute;
  margin: 0 auto;
  left: 50%;
  width: 100vw;
  height: 100%;
  transform: translate(-50%, 0);
  background-position: top;
  z-index: -1;
  top: 0;
}
.paragraph--type--resources-and-documents-section > .field--name-field-content-type .field--name-field-link {
  display: none;
}
.paragraph--type--resources-and-documents-section > .field--name-field-content-type > .field--item {
  position: relative;
}
@media (min-width: 768px) {
  .paragraph--type--resources-and-documents-section > .field--name-field-content-type > .field--item {
    margin: 50px 0px 125px 0px;
  }
  .paragraph--type--resources-and-documents-section > .field--name-field-content-type > .field--item:last-child {
    margin-bottom: 0px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section > .field--name-field-content-type > .field--item {
    margin: 16px 0px 66px 0px;
  }
}
.paragraph--type--resources-and-documents-section .tab {
  display: none;
  min-height: 356px;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .tab {
    min-height: unset;
  }
}
.paragraph--type--resources-and-documents-section .tab.active {
  display: block;
}
.paragraph--type--resources-and-documents-section .tab .tab-body {
  position: relative;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .tab .tab-body .field--name-field-link {
    margin-right: 15px;
  }
}
.paragraph--type--resources-and-documents-section .field--name-field-link a {
  border-bottom: 1px solid rgb(65, 105, 226);
  padding: 0 2px;
  color: rgb(66, 66, 69);
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
  padding: 0 25px 3px 0;
  cursor: pointer;
  position: relative;
  overflow: hidden;
  max-width: 200px;
  white-space: nowrap;
  text-overflow: ellipsis;
  z-index: 0;
  margin-right: 15px;
}
.paragraph--type--resources-and-documents-section .field--name-field-link a:hover {
  background-color: rgb(245, 245, 245);
}
.paragraph--type--resources-and-documents-section .field--name-field-link a:active {
  background-color: rgb(224, 227, 232);
}
.paragraph--type--resources-and-documents-section .field--name-field-link a:focus {
  border: 2px solid rgb(65, 105, 226);
  border-radius: 2px;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .field--name-field-link a {
    font-size: 13px;
    padding: 0 25px 0 0;
    vertical-align: bottom;
    max-width: 160px;
  }
}
.paragraph--type--resources-and-documents-section .field--name-field-link a:after {
  content: "";
  display: inline-block;
  position: absolute;
  top: 2px;
  right: 0%;
  transform: translate(0, 0%);
  width: 18px;
  height: 20px;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url("../../../assets/svgs/next.svg");
}
.paragraph--type--resources-and-documents-section .viewsreference--view-title {
  display: none;
}
.paragraph--type--resources-and-documents-section .field--name-field-section {
  display: flex;
  flex-direction: column;
}
.paragraph--type--resources-and-documents-section .tab-region-dots {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding-inline-start: 0;
  overflow-x: scroll;
  justify-content: flex-start;
  max-width: 100%;
  white-space: nowrap;
  margin-right: auto;
  margin-left: auto;
}
.paragraph--type--resources-and-documents-section .tab-region-dots::-ms-clear {
  display: none;
}
.paragraph--type--resources-and-documents-section .tab-region-dots::-webkit-scrollbar-track {
  display: none;
  position: absolute;
  background: transparent !important;
}
.paragraph--type--resources-and-documents-section .tab-region-dots::-webkit-scrollbar-thumb {
  background: transparent !important;
  opacity: 0.6;
  border-radius: 4px;
}
.paragraph--type--resources-and-documents-section .tab-region-dots::-webkit-scrollbar {
  width: 0;
  background: transparent !important;
}
.paragraph--type--resources-and-documents-section .tab-region-dots .tab-change-btn {
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 15px;
  text-transform: uppercase;
  letter-spacing: 1px;
  margin: 0px 12px 0px 0px;
  color: rgb(66, 66, 69);
  height: fit-content;
  cursor: pointer;
  text-align: center;
  white-space: nowrap;
  max-width: none;
  overflow: visible;
}
.paragraph--type--resources-and-documents-section .tab-region-dots .tab-change-btn.active {
  color: rgb(25, 25, 112);
  font-size: 16px;
  font-weight: 600;
}
@media (max-width: 1440px) {
  .paragraph--type--resources-and-documents-section .tab-region-dots .tab-change-btn {
    font-size: 15px;
    margin: 0px 14px 0px 0px;
  }
  .paragraph--type--resources-and-documents-section .tab-region-dots .tab-change-btn.active {
    color: rgb(25, 25, 112);
    font-size: 19px;
    font-weight: 600;
  }
}
@media (min-width: 1440px) {
  .paragraph--type--resources-and-documents-section .tab-region-dots .tab-change-btn {
    font-size: 16px;
    margin: 0px 23px 0px 0px;
  }
  .paragraph--type--resources-and-documents-section .tab-region-dots .tab-change-btn.active {
    color: rgb(25, 25, 112);
    font-size: 23px;
    font-weight: 600;
  }
}
@media (max-width: 900px) {
  .paragraph--type--resources-and-documents-section .tab-region-dots .tab-change-btn {
    font-size: 12px;
    line-height: 27px;
  }
  .paragraph--type--resources-and-documents-section .tab-region-dots .tab-change-btn.active {
    font-size: 14px;
    line-height: 27px;
  }
}
.paragraph--type--resources-and-documents-section .tab-region-dots .tab-change-btn:first-child {
  margin-left: 0px;
}
@media (min-width: 767px) {
  .paragraph--type--resources-and-documents-section .view-content,
  .paragraph--type--resources-and-documents-section .field--name-field-resource-documents-teaser {
    height: calc(100% + 115px);
    padding: 0 0 56px;
    margin-bottom: -115px;
    max-width: 100%;
  }
}
.paragraph--type--resources-and-documents-section .first-row {
  max-width: 100%;
  margin: 0px 0px 33px;
  display: flex;
  min-height: 45px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .first-row {
    margin-bottom: 23px;
  }
}
.paragraph--type--resources-and-documents-section .first-row .field--name-field-title {
  font-family: "Lora Bold", serif;
  font-weight: bold;
  font-size: 40px;
  color: rgb(29, 29, 27);
  line-height: 51px;
  width: 100%;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: 20px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .first-row .field--name-field-title {
    font-size: 24px;
    line-height: 23px;
  }
}
.paragraph--type--resources-and-documents-section .first-row.with-subtitle {
  display: block;
  margin-bottom: 39px;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .first-row.with-subtitle {
    margin-bottom: 16px;
  }
}
.paragraph--type--resources-and-documents-section .first-row.with-subtitle .subtitle-row {
  display: inline-flex;
  justify-content: space-between;
  width: 100%;
  align-items: center;
  /*.field--name-field-link {
    margin-bottom: 4px;
    align-self: flex-end;
  }

  @media (max-width: $md) {
    margin-top: 0;
  }*/
}
.paragraph--type--resources-and-documents-section .first-row.with-subtitle .subtitle-row .field--name-field-sub-title-of-the-documents {
  font-size: 30px;
  font-family: "Merriweather Sans Light", sans-serif;
  margin: 18px 0;
  color: rgb(66, 66, 69);
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-right: 20px;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .first-row.with-subtitle .subtitle-row .field--name-field-sub-title-of-the-documents {
    font-size: 14px;
    margin-top: 5px;
  }
}
.paragraph--type--resources-and-documents-section.has-link .row {
  justify-content: flex-end;
}
.paragraph--type--resources-and-documents-section .form-group {
  margin: 0;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resource-documents-teaser {
  height: 100%;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type {
    width: 100%;
    margin: 0;
  }
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-resource-documents-teaser,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-resource-documents-teaser {
    max-width: 3085px;
    overflow-x: scroll;
    overflow: initial;
  }
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-resource-documents-teaser::-ms-clear,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-resource-documents-teaser::-ms-clear {
    display: none;
  }
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-resource-documents-teaser::-webkit-scrollbar-track,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-resource-documents-teaser::-webkit-scrollbar-track {
    display: none;
    position: absolute;
    background: transparent !important;
  }
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-resource-documents-teaser::-webkit-scrollbar-thumb,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-resource-documents-teaser::-webkit-scrollbar-thumb {
    background: transparent !important;
    opacity: 0.6;
    border-radius: 4px;
  }
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-resource-documents-teaser::-webkit-scrollbar,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-resource-documents-teaser::-webkit-scrollbar {
    width: 0;
    background: transparent !important;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content {
  margin: 0 auto;
  max-width: 100%;
  visibility: hidden;
}
@media (max-width: 1200px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content {
    width: 1185px;
    margin: 0 0 auto;
  }
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items.slick-initialized,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content.slick-initialized,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items.slick-initialized,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content.slick-initialized {
    max-width: 100%;
    margin: 0;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items.slick-initialized, .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items.no-slick,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content.slick-initialized,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content.no-slick,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items.slick-initialized,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items.no-slick,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content.slick-initialized,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content.no-slick {
  visibility: visible;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .slick-slider,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .slick-list,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .slick-slider,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .slick-list,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .slick-slider,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .slick-list,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .slick-slider,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .slick-list {
  z-index: 1;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .slick-slider,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .slick-list,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .slick-slider,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .slick-list,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .slick-slider,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .slick-list,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .slick-slider,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .slick-list {
    height: auto;
    margin-bottom: 0;
    overflow: initial;
    margin-right: -12px;
    margin-left: -8px;
  }
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .slick-slider .slick-track,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .slick-list .slick-track,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .slick-slider .slick-track,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .slick-list .slick-track,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .slick-slider .slick-track,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .slick-list .slick-track,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .slick-slider .slick-track,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .slick-list .slick-track {
    margin: 0;
  }
}
@media (min-width: 767px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .slick-slider,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .slick-list,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .slick-slider,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .slick-list,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .slick-slider,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .slick-list,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .slick-slider,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .slick-list {
    overflow: initial;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .slick-track,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .slick-track,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .slick-track,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .slick-track {
  margin: 0;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .slick-arrow,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .slick-arrow,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .slick-arrow,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .slick-arrow {
  top: 340px;
  z-index: 1;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .slick-prev,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .slick-prev,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .slick-prev,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .slick-prev {
  left: calc(100% - 87px);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .slick-next,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .slick-next,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .slick-next,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .slick-next {
  right: 16px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .field--item,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .views-row,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .field--item,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .views-row,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .field--item,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .views-row,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .field--item,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .views-row {
  width: calc(20% - 16px);
  display: inline-block;
  vertical-align: top;
  margin: 0;
  margin-right: 16px;
  background: rgb(255, 255, 255);
  vertical-align: top;
  border-top: 4px solid rgb(34, 160, 145);
  padding: 20px 15px 0px;
  border-radius: 2px;
  height: 292px;
}
@media (max-width: 1200px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .field--item,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .views-row,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .field--item,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .views-row,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .field--item,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .views-row,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .field--item,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .views-row {
    padding: 20px 10px 0px;
    min-height: 290px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .field--item,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .views-row,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .field--item,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .views-row,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .field--item,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .views-row,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .field--item,
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .views-row {
    margin: 0 8px 8px 8px;
    min-width: 225px;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .field--item:last-child,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .views-row:last-child,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .field--item:last-child,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .views-row:last-child,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .field--item:last-child,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .views-row:last-child,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .field--item:last-child,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .views-row:last-child {
  margin-right: 0;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .field--item:not(.slick-slide),
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .views-row:not(.slick-slide),
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .field--item:not(.slick-slide),
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .views-row:not(.slick-slide),
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .field--item:not(.slick-slide),
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .views-row:not(.slick-slide),
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .field--item:not(.slick-slide),
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .views-row:not(.slick-slide) {
  margin: 0 13px 0 0;
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.14);
}
@media (max-width: 1440px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .field--item:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .views-row:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .field--item:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .views-row:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .field--item:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .views-row:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .field--item:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .views-row:not(.slick-slide) {
    margin: 0 7px;
  }
}
@media (min-width: 767px) and (max-width: 1440px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .field--item:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .views-row:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .field--item:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .views-row:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .field--item:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .views-row:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .field--item:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .views-row:not(.slick-slide) {
    width: calc(25% - 20px);
    display: inline-block;
    width: 225px;
    margin: 0 10px 20px 0px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .field--item:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .views-row:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .field--item:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .views-row:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .field--item:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .views-row:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .field--item:not(.slick-slide),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .views-row:not(.slick-slide) {
    width: 217px;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .field--item:last-of-type,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .views-row:last-of-type,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .field--item:last-of-type,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .views-row:last-of-type,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .field--item:last-of-type,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .views-row:last-of-type,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .field--item:last-of-type,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .views-row:last-of-type {
  margin-right: 0;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .field--item.slick-active,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .views-row.slick-active,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .field--item.slick-active,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .views-row.slick-active,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .field--item.slick-active,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .views-row.slick-active,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .field--item.slick-active,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .views-row.slick-active {
  box-shadow: 0px 2px 8px rgba(0, 0, 0, 0.14);
}
@media (min-width: 767px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .field--item.slick-slide:not(.slick-active),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .field--items .views-row.slick-slide:not(.slick-active),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .field--item.slick-slide:not(.slick-active),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resources-documents-items-entity .view-content .views-row.slick-slide:not(.slick-active),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .field--item.slick-slide:not(.slick-active),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .field--items .views-row.slick-slide:not(.slick-active),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .field--item.slick-slide:not(.slick-active),
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .paragraph--type--resource-document-view .view-content .views-row.slick-slide:not(.slick-active) {
    visibility: hidden;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type article,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type article > .node__content {
  height: 100%;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card {
  background: rgb(255, 255, 255);
  position: relative;
  height: 100%;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card div {
  font-family: "Merriweather Sans Regular", sans-serif;
  color: rgb(66, 66, 69);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .info {
  padding: 0 8px;
}
@media (max-width: 1200px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .info {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .info {
    margin-bottom: 16px;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .category p {
  border: 1px solid rgb(0, 127, 137);
  border-radius: 12px;
  text-align: center;
  padding: 2px 17px;
  margin-bottom: 11px;
  font-size: 12px;
  color: rgb(0, 127, 137);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: min-content;
  max-width: 100%;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .title {
  font-size: 14px;
  font-weight: bold;
  height: 102px;
  line-height: 20px;
  margin-bottom: 14px;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .symbol,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .date,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .body {
  font-weight: 400;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 6px;
  min-height: 20px;
  padding: 0 8px 0 23px;
  overflow: hidden;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .symbol p,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .date p,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .body p {
  position: relative;
  margin: 0;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .symbol p:before,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .date p:before,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .body p:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: 10px;
  transform: translate(0%, -50%);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .symbol .SymbolText,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .date .SymbolText,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .body .SymbolText {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .dateOppose {
  font-weight: 400;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 6px;
  min-height: 20px;
  padding: 0 8px 26px 23px;
  overflow: hidden;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .dateOppose p {
  position: relative;
  margin: 0;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .dateOppose p:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: 10px;
  transform: translate(0%, -50%);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .dateOppose .SymbolText {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .dateOpposeEmpty {
  font-weight: 400;
  font-size: 14px;
  padding-left: 15px;
  margin-bottom: 6px;
  min-height: 20px;
  padding: 0 8px 46px 23px;
  overflow: hidden;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .dateOpposeEmpty p {
  position: relative;
  margin: 0;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .dateOpposeEmpty p:before {
  content: "";
  display: inline-block;
  width: 11px;
  height: 11px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -15px;
  top: 10px;
  transform: translate(0%, -50%);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .dateOpposeEmpty .SymbolText {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .symbol {
  position: relative;
  padding-left: 0;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .symbol .SymbolText {
  padding-left: 23px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .symbol .SymbolText:before {
  content: "";
  background-image: url("../../../assets/svgs/Symbol.svg");
  display: inline-block;
  width: 12px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 7px;
  top: 10px;
  transform: translate(0%, -50%);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .symbol.resources-organization .SymbolText {
  white-space: normal;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .symbol.resources-organization .SymbolText:before {
  background-image: url("../../../assets/svgs/organization.svg");
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .date p:before {
  background-image: url("../../../assets/svgs/calendar material.svg");
  background-size: contain;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .dateOppose p:before,
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .dateOpposeEmpty p:before {
  background-image: url("../../../assets/svgs/calendar material.svg");
  background-size: contain;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row {
  position: absolute;
  display: flex;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  margin: 0;
  max-width: 100%;
  width: 100%;
  bottom: 6px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files {
  padding: 0px;
  padding-bottom: 10px;
  max-width: 50%;
  min-height: 46px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files:not(.no-file) {
  width: 50%;
}
@media (min-width: 1440px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files {
    padding-bottom: 0;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-select {
  position: relative;
  margin-top: 6px;
  cursor: pointer;
  font-size: 14px;
  font-family: "Merriweather Sans Regular", sans-serif;
  vertical-align: top;
  padding: 4px 5px 4px 22px;
  width: fit-content;
  border: 1px solid rgb(65, 105, 226);
  border-radius: 2px;
  color: rgb(65, 105, 226);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-select:hover {
  background-color: rgb(245, 245, 245);
  border: 1px solid rgb(25, 25, 112);
  border-radius: 2px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-select:active {
  background-color: rgb(224, 227, 232);
  border: 1px solid rgb(25, 25, 112);
  border-radius: 2px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-select:focus {
  border: 2px solid rgb(65, 105, 226);
  border-radius: 2px;
  background-color: rgb(224, 227, 232);
}
@media (max-width: 1440px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-select {
    padding: 4px 10px 4px 25px;
    width: max-content;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-select:not(.no-download):before {
  content: "";
  background-image: url("../../../assets/svgs/Download.svg");
  display: inline-block;
  width: 15px;
  height: 14px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: 5px;
  top: 45%;
  transform: translate(0%, -50%);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-select.no-download {
  padding: 4px 10px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-select.no-download .view-details {
  color: rgb(65, 105, 226);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-options {
  width: 235px;
  border: 1px solid rgb(219, 223, 229);
  position: absolute;
  border-radius: 4px;
  background: rgb(255, 255, 255);
  padding: 6px 7px 6px 15px;
  z-index: 3;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-options div {
  font-size: 12px;
  color: rgb(66, 66, 69);
  position: relative;
  min-height: 16px;
  padding-left: 15px;
  margin: 4px 0;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-options div:before {
  content: "";
  background-image: url("../../../assets/svgs/default.svg");
  display: inline-block;
  width: 12px;
  height: 12px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  left: -5px;
  top: 50%;
  transform: translate(0%, -50%);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-options div.click:before {
  background-image: url("../../../assets/svgs/active.svg");
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-options div span {
  padding: 0;
  width: 33.3%;
  float: left;
  overflow: hidden;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-options div span.language {
  white-space: nowrap;
  text-overflow: ellipsis;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .download-options div span.type {
  width: 20%;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files select {
  display: none;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .select-selected {
  cursor: pointer;
  font-size: 13px;
  font-family: "Merriweather Sans Regular", sans-serif;
  vertical-align: top;
  padding: 0 10px 0 0;
  padding: 6px 0px 6px 20px;
  border: 1px solid rgb(65, 105, 226);
  border-radius: 2px;
  color: rgb(65, 105, 226);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .select-items {
  display: block;
  position: fixed;
  width: fit-content;
  left: 23px;
  margin-top: 10px;
  right: 0;
  border: 1px solid rgb(219, 223, 229);
  background-color: rgb(255, 255, 255);
  border-radius: 4px;
  color: rgb(66, 66, 69);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .select-items div {
  width: 100%;
  padding: 10px 10px;
  cursor: pointer;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .files .select-items.select-hide {
  display: none;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .view-node {
  font-size: 11px;
  vertical-align: top;
  width: 50%;
  text-align: right;
}
@media (max-width: 1440px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .view-node {
    padding: 0 0 0 10px;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .view-node a {
  border-bottom: 1px solid rgb(65, 105, 226);
  padding: 9px 0 7px;
  font-size: 14px !important;
  color: rgb(66, 66, 69);
  text-align: center;
  border-bottom: 1px solid rgb(65, 105, 226);
  padding: 0 2px;
  color: rgb(66, 66, 69);
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .view-node a:hover {
  background-color: rgb(245, 245, 245);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .view-node a:active {
  background-color: rgb(224, 227, 232);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .view-node a:focus {
  border: 2px solid rgb(65, 105, 226);
  border-radius: 2px;
}
@media (max-width: 1200px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .view-node a {
    float: right;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .documents-card .row .view-node a:focus {
  padding: 0;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-nothing {
  height: 120px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-nothing .documents-card {
  margin-top: 34px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-field-document-attachments {
  margin-top: 67px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-field-document-attachments .chosen-single {
  padding: 5px 5px 4px 22px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-field-document-attachments .chosen-single:before {
  display: inline-block;
  width: 15px;
  height: 14px;
  left: 5px;
  top: 45%;
  transform: translate(0%, -50%);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-field-document-attachments .chosen-single span {
  font-family: "Merriweather Sans Regular", sans-serif;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-nothing-1 .view-node {
  margin-top: 72.5px;
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 1440px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-nothing-1 .view-node {
    padding: 0 0 0 10px;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-nothing-1 .view-node a {
  border-bottom: 1px solid rgb(65, 105, 226);
  padding: 9px 0 7px;
  font-size: 14px !important;
  color: rgb(66, 66, 69);
  text-align: center;
  z-index: 1;
  border-bottom: 1px solid rgb(65, 105, 226);
  padding: 0 2px;
  color: rgb(66, 66, 69);
  font-family: "Merriweather Sans Regular", sans-serif;
  font-size: 16px;
  line-height: 24px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-nothing-1 .view-node a:hover {
  background-color: rgb(245, 245, 245);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-nothing-1 .view-node a:active {
  background-color: rgb(224, 227, 232);
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-nothing-1 .view-node a:focus {
  border: 2px solid rgb(65, 105, 226);
  border-radius: 2px;
}
@media (max-width: 1200px) {
  .paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-nothing-1 .view-node a {
    float: right;
  }
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-id-resources_documents_decisions .views-field-nothing-1 .view-node a:focus {
  padding: 0;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-display-id-decisions .title {
  height: 60px;
  -webkit-line-clamp: 3;
  margin-bottom: 28px;
}
.paragraph--type--resources-and-documents-section .paragraph--type--resources-documents-type .view-display-id-decisions .body p::before {
  content: "";
  background-image: url("../../../assets/svgs/organization.svg");
  display: inline-block;
  width: 12px;
  height: 13px;
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  top: 10px;
  transform: translate(0%, -50%);
}

.paragraph--type--resources-and-documents-section .sub-t-exist .paragraph--type--docs-tabs-with-carousel .field-link .field--type-link,
.paragraph--type--resources-and-documents-section .sub-t-not-exist .paragraph--type--docs-tabs-with-carousel .field-link .field--type-link {
  display: block;
  margin: 0;
  position: absolute;
  right: 0;
}
.paragraph--type--resources-and-documents-section .sub-t-exist .paragraph--type--docs-tabs-with-carousel .tab .tab-body .field--name-field-link,
.paragraph--type--resources-and-documents-section .sub-t-not-exist .paragraph--type--docs-tabs-with-carousel .tab .tab-body .field--name-field-link {
  display: none;
}
.paragraph--type--resources-and-documents-section .sub-t-exist .paragraph--type--docs-tabs-with-carousel .field-link .field--type-link {
  top: 24%;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .sub-t-exist .paragraph--type--docs-tabs-with-carousel .field-link .field--type-link {
    top: 14.5%;
  }
}
.paragraph--type--resources-and-documents-section .sub-t-not-exist .paragraph--type--docs-tabs-with-carousel .field-link .field--type-link {
  top: 17%;
  right: 5%;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section .sub-t-not-exist .paragraph--type--docs-tabs-with-carousel .field-link .field--type-link {
    top: 9%;
    right: 0;
  }
}
.paragraph--type--resources-and-documents-section:not(.has-title) .sub-t-exist .paragraph--type--docs-tabs-with-carousel .field-link .field--type-link {
  top: 14.5%;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section:not(.has-title) .sub-t-exist .paragraph--type--docs-tabs-with-carousel .field-link .field--type-link {
    top: 6.5%;
  }
}
.paragraph--type--resources-and-documents-section:not(.has-title) .sub-t-not-exist .paragraph--type--docs-tabs-with-carousel .field-link .field--type-link {
  top: 24%;
}
@media (max-width: 767px) {
  .paragraph--type--resources-and-documents-section:not(.has-title) .sub-t-not-exist .paragraph--type--docs-tabs-with-carousel .field-link .field--type-link {
    top: 20%;
  }
}
.paragraph--type--resources-and-documents-section .sub-t-exist .field--name-field-link,
.paragraph--type--resources-and-documents-section .sub-t-not-exist .field--name-field-link {
  display: none;
}
@media (max-width: 320px) {
  .paragraph--type--resources-and-documents-section.has-title:not(.has-subtitle) .subtitle-row {
    float: right;
    margin: 5px 2px 5px 5px;
  }
}
.paragraph--type--resources-and-documents-section:not(.has-title) .first-row:not(.with-subtitle) {
  justify-content: end;
}

@media (min-width: 768px) {
  .node--type-landing-page .paragraph--type--resources-and-documents-section {
    padding-top: 50px;
    padding-bottom: 15px;
  }
}
