/* Resources archive */
.vcr-resources-archive {
  --vcr-resources-blue: #00055B;
  --vcr-resources-red: #DF321B;
  --vcr-resources-border: #d9dde6;
  --vcr-resources-text: #00133a;
  background: #f4f5f7;
}
.vcr-resources-archive__header {
  padding: 110px 0 54px;
  background: #f4f5f7;
}
.vcr-resources-archive__body {
  padding: 0 0 96px;
  background: #f4f5f7;
}
.vcr-resources-archive__inner {
  width: min(90%, 1440px);
  margin: 0 auto;
}
.vcr-resources-archive__header .vcr-resources-archive__inner {
  display: grid;
  grid-template-columns: minmax(0, 320px) minmax(0, 784px);
  gap: 48px;
  align-items: center;
  justify-content: space-between;
}
.vcr-resources-archive__title {
  margin: 0 0 12px;
  color: #00055B;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.05;
}
.vcr-resources-archive__description {
  max-width: 620px;
  margin: 0;
  color: #5f6f84;
  font-size: 20px;
  line-height: 1.45;
}
.vcr-resource-featured-card {
  width: 100%;
  max-width: 792px;
  justify-self: start;
  transform: translateY(0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform;
}
.vcr-resource-featured-card:hover,
.vcr-resource-featured-card:focus-within {
  transform: translateY(-6px);
}
.vcr-resource-featured-card__link {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(190px, 0.9fr);
  overflow: hidden;
  min-height: 300px;
  border: none !important;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 19, 58, 0.08);
  color: var(--vcr-resources-text);
  text-decoration: none;
  transition: box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s ease;
}
.vcr-resource-featured-card:hover .vcr-resource-featured-card__link,
.vcr-resource-featured-card:focus-within .vcr-resource-featured-card__link {
  box-shadow: 0 16px 34px rgba(0, 19, 58, 0.14);
  color: var(--vcr-resources-text);
}
.vcr-resource-featured-card__image {
  display: flex;
  min-height: 170px;
  overflow: hidden;
  align-items: center;
  justify-content: center;
  background: #f0f2f6;
  border: none !important;
  overflow: hidden !important;
}
.vcr-resource-featured-card__image img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  object-fit: cover;
  border: none !important;
}
.vcr-resource-featured-card__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: 22px;
}
.vcr-resource-featured-card__eyebrow {
  margin-bottom: 10px;
  color: #6a7d96;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.vcr-resource-featured-card__title {
  margin: 0 0 18px;
  color: var(--vcr-resources-text);
  font-size: 20px !important;
  font-weight: 700;
  line-height: 1.25 !important;
  text-transform: none !important;
}
.vcr-resource-featured-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 9px 18px;
  border: 2px solid currentColor;
  border-radius: 0;
  background-color: var(--e-global-color-secondary);
  color: #ffffff;
  font-size: 13px;
  font-weight: 700;
  line-height: 1;
}
.vcr-resources {
  --vcr-resources-blue: #00055B;
  --vcr-resources-red: #DF321B;
  --vcr-resources-border: #d9dde6;
  --vcr-resources-text: #00133a;
  display: grid;
  grid-template-columns: 220px minmax(0, 1fr);
  gap: 32px;
  position: relative;
  width: 100%;
}
.vcr-resources * {
  box-sizing: border-box;
}
.vcr-resources__filter-title {
  margin: 0 0 14px;
  padding-bottom: 9px;
  border-bottom: 1px solid var(--vcr-resources-border);
  color: #6a7d96;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
}
.vcr-resources__filter-toggle,
.vcr-resources__filter-toggle:hover,
.vcr-resources__filter-toggle:focus {
  all: unset;
  appearance: none !important;
  -webkit-appearance: none !important;
  box-sizing: border-box !important;
  background: transparent !important;
  background-color: transparent !important;
  border: 0 !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  color: inherit !important;
  cursor: pointer !important;
  font-size: 0 !important;
  line-height: 0 !important;
  outline: none !important;
  padding: 0 !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
}
.vcr-resources.is-filter-collapsed .vcr-resources__filter-title{
  border-bottom: 1px solid #ffffff; 
  margin: 0;
  padding: 0;
}
.vcr-resources__filter-toggle {
  display: none !important;
}
.vcr-resources__filter-arrow {
  display: block;
  position: relative;
  width: 18px;
  height: 18px;
  border: 0 !important;
}
.vcr-resources__filter-arrow::before {
  content: "";
  position: absolute;
  top: 4px;
  left: 3px;
  width: 10px;
  height: 10px;
  border: solid currentColor;
  border-width: 0 2px 2px 0;
  transform: rotate(-45deg);
  transition: transform 0.2s ease;
}
.vcr-resources__filter-list {
  display: grid;
  gap: 10px;
}
.vcr-resources__filter {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr);
  gap: 10px;
  align-items: start;
  color: var(--vcr-resources-text);
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.3;
}
.vcr-resources__filter input {
  width: 18px;
  height: 18px;
  margin: 0;
  accent-color: var(--vcr-resources-blue);
}
.vcr-resources__clear {
  display: inline-flex;
  margin: 22px 0 0;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  color: var(--vcr-resources-text);
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: underline;
}
.vcr-resources__empty-filter {
  color: #6a7d96;
  font-size: 14px;
}
.vcr-resources__content {
  position: relative;
  min-height: 220px;
}
.vcr-resources__content > .vcr-resource-featured-card {
  margin-bottom: 24px;
}
.vcr-resources-archive__body > .vcr-resources-archive__inner > .vcr-resource-featured-card {
  margin-bottom: 24px;
}
.vcr-resources__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}
.vcr-resource-card {
  transform: translateY(0);
  transition: transform 0.45s cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform;

}
.vcr-resource-card:hover,
.vcr-resource-card:focus-within {
  transform: translateY(-8px);
}
.vcr-resource-card__link {
  display: flex;
  min-height: 100%;
  overflow: hidden;
  flex-direction: column;
  border: 1px solid #e6e8ee;
  border-radius: 0;
  background: #ffffff;
  box-shadow: 0 10px 28px rgba(0, 19, 58, 0.08);
  color: var(--vcr-resources-text);
  text-decoration: none;
  transition: box-shadow 0.45s cubic-bezier(0.22, 1, 0.36, 1), color 0.25s ease;
}
.vcr-resource-card:hover .vcr-resource-card__link,
.vcr-resource-card:focus-within .vcr-resource-card__link {
  /* border-color: rgba(0, 5, 91, 0.35); */
  box-shadow: 0 16px 34px rgba(0, 19, 58, 0.14);
  color: var(--vcr-resources-text);
}
.vcr-resource-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  aspect-ratio: 16 / 10;
  overflow: hidden;
  background: #f0f2f6;
  overflow: hidden;
}
.vcr-resource-card__image img {
  width: 100%;
  height: 100%;
  margin: 0 !important;
  object-fit: cover;
  transition: transform 0.55s cubic-bezier(0.22, 1, 0.36, 1) !important;
  will-change: transform;
}

.vcr-resource-card:hover .vcr-resource-card__image img,
.vcr-resource-card:focus-within .vcr-resource-card__image img {
  transform: scale(1.05);
}

.vcr-resource-card__placeholder {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  background: linear-gradient(135deg, var(--vcr-resources-blue), #1e86d1);
  color: #ffffff;
  font-size: 18px;
  font-weight: 700;
}
.vcr-resource-card__body {
  display: flex;
  min-height: 210px;
  flex: 1;
  flex-direction: column;
  align-items: flex-start;
  padding: 22px;
}
.vcr-resource-card__title {
  margin: 0 0 12px;
  color: var(--vcr-resources-text);
  font-size: clamp(18px, 24/1440*100vw, 20px) !important;
  font-weight: 700;
  line-height: 1.2 !important;
  text-transform: none !important;
}
.vcr-resource-card__date {
  margin-bottom: 28px;
  color: #748096;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.3;
}
.vcr-resource-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: auto;
  min-height: 44px;
  padding: 10px 20px;
  border: 2px solid currentColor;
  border-radius: 0;
  /* color: var(--vcr-resources-text); */
  color: #ffffff;
  background-color: var(--e-global-color-secondary);

  font-size: 14px;
  font-weight: 700;
  line-height: 1;
}
.vcr-resources__overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.72);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease;
}
.vcr-resources.is-loading .vcr-resources__overlay {
  opacity: 1;
  pointer-events: auto;
}
.vcr-resources__spinner {
  width: 44px;
  height: 44px;
  border: 4px solid rgba(0, 5, 91, 0.18);
  border-top-color: var(--vcr-resources-red);
  border-radius: 50%;
  animation: vcrResourceSpin 0.85s linear infinite;
}
.vcr-resources__empty {
  margin: 24px 0 0;
  color: var(--vcr-resources-text);
  font-size: 18px;
  font-weight: 700;
}
.vcr-resources-pagination {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 52px;
  font-family: var(--e-global-typography-0cb556b-font-family), Sans-serif;
}
.vcr-resources-pagination.is-hidden {
  display: none !important;
}
.vcr-resources-pagination .page-numbers {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  height: 34px;
  padding: 0 10px;
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-primary);
  border-radius: 0px 0px 0px 0px;
  background-color: var(--e-global-color-primary);
  background: #ffffff;
  color: var(--vcr-resources-text);
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  transition: all 0.3s ease !important;
}
.vcr-resources-pagination .page-numbers:hover,
.vcr-resources-pagination .page-numbers:focus,
.vcr-resources-pagination .page-numbers.current {
  color: #ffffff;
  box-shadow: 0 0 0 1px rgba(53, 77, 255, 0.12);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-primary);
  border-radius: 0px 0px 0px 0px;
  background-color: var(--e-global-color-primary);
}
.vcr-resources-pagination .page-numbers.dots {
  border-color: transparent;
  background: transparent;
  box-shadow: none;
  color: #748096;
}
.vcr-resource-download {
  margin-top: 36px;
}
.vcr-resource-download__button {
  background-color: var(--e-global-color-secondary);
  font-family: var(--e-global-typography-0cb556b-font-family), Sans-serif;
  font-size: var(--e-global-typography-0cb556b-font-size);
  font-weight: var(--e-global-typography-0cb556b-font-weight);
  text-transform: var(--e-global-typography-0cb556b-text-transform);
  font-style: var(--e-global-typography-0cb556b-font-style);
  text-decoration: var(--e-global-typography-0cb556b-text-decoration);
  line-height: var(--e-global-typography-0cb556b-line-height);
  letter-spacing: var(--e-global-typography-0cb556b-letter-spacing);
  word-spacing: var(--e-global-typography-0cb556b-word-spacing);
  color: var(--e-global-color-text);
  border-style: solid;
  border-width: 1px 1px 1px 1px;
  border-color: var(--e-global-color-secondary);
  border-radius: 0px 0px 0px 0px;
  padding: 15px 15px 15px 15px;
  text-decoration: none !important;
}
.vcr-resource-download__button:hover,
.vcr-resource-download__button:focus {
  /* background: #ffffff;*/
  color: #ffffff;
}
@keyframes vcrResourceSpin {
  to {
    transform: rotate(360deg);
  }
}

@media (max-width: 1299px) {
.vcr-resources-archive__header .vcr-resources-archive__inner {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 600px);
  gap: 48px;
  align-items: center;
  justify-content: space-between;
}
}

@media (max-width: 1100px) {
  .vcr-resources-archive__header .vcr-resources-archive__inner {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 32px;
  }
  .vcr-resource-featured-card {
    max-width: 620px;
  }
  .vcr-resources-archive__title {
    font-size: 48px;
  }
  .vcr-resource-featured-card__link {
    grid-template-columns: 1fr;
  }
  .vcr-resources {
    grid-template-columns: 190px minmax(0, 1fr);
    gap: 24px;
  }
  .vcr-resources__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}
@media (max-width: 767px) {
  .vcr-resources-archive__description{
    margin-bottom: 0 !important;
  }
  .vcr-resources-archive__inner .vcr-resource-featured-card__link{
    flex-direction: column;
  }
  .vcr-resources-archive__header {
    padding: 34px 0 34px;
  }
  .vcr-resources-archive__body {
    padding-bottom: 64px;
  }
  .vcr-resources-archive__header .vcr-resources-archive__inner {
    grid-template-columns: 1fr;
  }
  .vcr-resources-archive__title {
    font-size: 38px;
  }
  .vcr-resources-archive__description {
    font-size: 17px;
  }
  .vcr-resource-featured-card__link {
    min-height: 0;
  }
  .vcr-resource-featured-card__image {
    min-height: 0;
    aspect-ratio: 16 / 9;
  }
  .vcr-resource-featured-card__body {
    padding: 18px;
  }
  .vcr-resource-featured-card__title {
    font-size: 18px !important;
  }
  .vcr-resources {
    grid-template-columns: 1fr;
  }
  .vcr-resources__filters {
    padding: 18px;
    border: 1px solid var(--vcr-resources-border);
    border-radius: 0;
    background: #ffffff;
  }
  .vcr-resources__filter-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .vcr-resources__filter-toggle {
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    width: 28px !important;
    height: 28px !important;
    color: #6a7d96 !important;
  }
  .vcr-resources__filter-arrow {
    width: 18px !important;
    height: 18px !important;
    color: #6a7d96 !important;
  }
  .vcr-resources.is-filter-collapsed .vcr-resources__filter-panel {
    display: none;
  }
  .vcr-resources:not(.is-filter-collapsed) .vcr-resources__filter-arrow::before {
    top: 2px;
    transform: rotate(45deg);
  }
  .vcr-resources__filter-panel {
    padding-top: 18px;
  }
  .vcr-resources__grid {
    grid-template-columns: 1fr;
  }
  .vcr-resource-card__body {
    min-height: auto;
  }
}
