:root {
  --black: #222222;
  --white: #ffffff;
  --admin-toolbar-sidebar-width: 0px;
}

.d-none {
  display: none !important;
}

.paragraph--type--documents.bg_light, .paragraph--type--documents .bg_light_blue {
  background-color: #e0e0e0;
}
.paragraph--type--documents.bg_light .document-file, .paragraph--type--documents .bg_light_blue .document-file {
  background-color: #ffffff;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.12);
  height: 64px;
}
.paragraph--type--documents.bg_light .document-file .document-info p, .paragraph--type--documents .bg_light_blue .document-file .document-info p {
  color: #000000;
  font-family: "Open Sans";
}
.paragraph--type--documents.bg_light .document-file .document-info p:nth-of-type(2), .paragraph--type--documents .bg_light_blue .document-file .document-info p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  font-family: "Open Sans";
  font-size: 13px;
}
.paragraph--type--documents.bg_light .document-file a, .paragraph--type--documents .bg_light_blue .document-file a {
  background-color: #000000;
}
.paragraph--type--documents.bg_light .document-file .heading H3, .paragraph--type--documents .bg_light_blue .document-file .heading H3 {
  color: #000000;
}
.paragraph--type--documents.bg_dark, .paragraph--type--documents.bg_dark_blue {
  background-color: #000000;
}
.paragraph--type--documents.bg_dark .document-header a, .paragraph--type--documents.bg_dark_blue .document-header a {
  color: #ffffff;
}
.paragraph--type--documents.bg_dark .document-file, .paragraph--type--documents.bg_dark_blue .document-file {
  background-color: #525252;
  height: 64px;
}
.paragraph--type--documents.bg_dark .document-file .document-info p, .paragraph--type--documents.bg_dark_blue .document-file .document-info p {
  color: #ffffff;
}
.paragraph--type--documents.bg_dark .document-file .document-info p:nth-of-type(2), .paragraph--type--documents.bg_dark_blue .document-file .document-info p:nth-of-type(2) {
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}
.paragraph--type--documents.bg_dark .document-file a, .paragraph--type--documents.bg_dark_blue .document-file a {
  background-color: #ffffff;
}
.paragraph--type--documents.bg_dark .heading H3, .paragraph--type--documents.bg_dark_blue .heading H3 {
  color: #ffffff;
}
.paragraph--type--documents .bg_light_blue .document-file {
  background-color: #8CCFDB;
}
.paragraph--type--documents .bg_dark_blue .document-file {
  background-color: #003C71;
  outline-color: white;
  box-shadow: 0px 10px 30px 0px rgba(0, 0, 0, 0.3);
}
.paragraph--type--documents .full-grid {
  display: flex;
  flex-direction: column;
}
.paragraph--type--documents .full-grid .document-header {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.paragraph--type--documents .heading {
  padding-bottom: 1vw;
}
.paragraph--type--documents .field--name-field-rendered-documents {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 25px;
  flex-wrap: wrap;
}
.paragraph--type--documents .field--name-field-rendered-documents .field__item {
  max-width: 30%;
  min-width: 410px;
}
@media (max-width: 981px) {
  .paragraph--type--documents .field--name-field-rendered-documents .field__item {
    min-width: 300px;
    max-width: 100%;
    width: 100%;
  }
}
.paragraph--type--documents .document-file {
  border-radius: 5px;
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 12px;
}
.paragraph--type--documents .document-file .document-image a {
  height: 25px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../../assets/Icons/File/File_Document.svg);
  mask-image: url(../../assets/Icons/File/File_Document.svg);
  mask-size: 25px;
  margin-right: 12px;
}
.paragraph--type--documents .document-file .document-info {
  padding-left: 0.5vw;
  flex-grow: 1;
}
.paragraph--type--documents .document-file .document-info p {
  font-size: 16px;
  margin: 0.1vw;
}
.paragraph--type--documents .document-file .document-actions {
  display: flex;
  flex-direction: row;
  gap: 8px;
}
.paragraph--type--documents .document-file .document-actions .action-div {
  margin-left: 0.5vw;
}
.paragraph--type--documents .document-file .document-actions .action-div a {
  height: 25px;
  aspect-ratio: 1/1;
}
.paragraph--type--documents .document-file .document-actions .action-div a:focus-visible {
  outline: 2px solid black;
}
.paragraph--type--documents .document-file .document-actions .action-div.download-file {
  height: 25px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../../assets/Icons/Interface/Download.svg);
  mask-image: url(../../assets/Icons/Interface/Download.svg);
  mask-size: 25px;
  margin-left: 12px;
}
.paragraph--type--documents .document-file .document-actions .action-div.open-file {
  height: 25px;
  aspect-ratio: 1/1;
  -webkit-mask-image: url(../../assets/Icons/Interface/External_Link.svg);
  mask-image: url(../../assets/Icons/Interface/External_Link.svg);
  mask-size: 25px;
  margin-left: 12px;
}
