.component.container:has(.resources_wr) {
  max-width: 100%;
  margin: auto;
}

.component.container:has(.resources_wr) {
  transition: all 0.5s ease;
}
@media screen and (max-width: 768px) {
  .component.container:has(.resources_wr) {
    position: relative;
    top: unset;
  }
}

.resources_wr {
  width: 100%;
  background-color: #f5f2f0;
}
@media (max-width: 768px) {
  .resources_wr .container {
    padding-left: 0;
    padding-right: 0;
  }
}
@media (max-width: 576px) {
  .resources_wr .container {
    padding-left: 15px;
    padding-right: 15px;
  }
}
.resources_wr .row {
  row-gap: 20px;
  padding-left: 5px;
  padding-right: 5px;
}
@media (max-width: 576px) {
  .resources_wr .row {
    max-height: 100%;
    overflow-y: visible;
  }
}
@media (max-width: 456px) {
  .resources_wr .row {
    max-height: 100%;
  }
}
.resources_wr .row .col-lg-4,
.resources_wr .row .col-sm-6 {
  padding-left: 10px;
  padding-right: 10px;
}
.resources_wr .resources_title {
  font-size: 4.375rem;
  line-height: 5.25rem;
  font-family: "roobert_regular";
  margin-bottom: 3.75rem;
}
.resources_wr .card-panel {
  background: none;
  position: relative;
}
@media only screen and (min-width: 992px) {
  .resources_wr .card-panel {
    background: #b2b2b2;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .resources_wr .card-panel {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
  }
}
.resources_wr .card-panel a.img-link {
  pointer-events: none;
}
.resources_wr .card-panel .card-inner {
  display: flex;
  margin-bottom: 0;
  min-height: 383px;
  width: 100%;
}
@media only screen and (min-width: 992px) {
  .resources_wr .card-panel .card-inner {
    padding-top: 100%;
    height: 0;
    position: relative;
    z-index: 2;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .resources_wr .card-panel .card-inner {
    align-items: flex-start;
  }
}
.resources_wr .card-panel .card-inner img {
  height: 100%;
  object-fit: cover !important;
  width: 100%;
  display: table-cell;
  vertical-align: top;
}
@media only screen and (min-width: 992px) {
  .resources_wr .card-panel .card-inner img {
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
  }
}
@media only screen and (min-width: 0) and (max-width: 991px) {
  .resources_wr .card-panel .card-inner img {
    object-fit: contain;
  }
}
.resources_wr .card-panel .card-inner .overlay {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  width: 100%;
  height: 20.25rem;
  transition: 0.5s ease;
}
.resources_wr .card-panel .card-inner .overlay.card-tag-remove {
  height: 14.6rem;
}
.resources_wr .card-panel .card-inner .overlay .card-text {
  padding: 3.75rem;
  justify-content: space-between;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .resources_wr .card-panel .card-inner .overlay .card-text {
    padding: 3.75rem;
  }
}
.resources_wr .card-panel .card-inner .overlay .card-text .card-text-cn {
  display: inline-block;
  width: 100%;
}
.resources_wr .card-panel .card-inner .overlay .card-text .card-text-cn .card-tag {
  background-color: #BFF355;
  color: #243508;
  display: inline-block;
  font-size: 1.8rem;
  font-family: "roobert_medium";
  font-weight: 500;
  padding: 1.5rem;
  line-height: 120%;
  margin: 0 0 2.5rem;
  word-break: break-word;
}
.resources_wr .card-panel .card-inner .overlay .card-text .card-text-cn .card-title {
  font-size: 2.4375rem;
  font-family: "roobert_medium";
  font-weight: 500;
  line-height: 130%;
  margin: 0 0 2.5rem;
}
.resources_wr .card-panel .card-inner .overlay .card-text .card-text-cn .card-description {
  font-size: 1.75rem;
  font-weight: 500;
  font-family: "roobert_medium";
  line-height: 120%;
  transition: all 2.5s ease;
  margin: 100% 0 2.5rem;
}
.resources_wr .card-panel .card-inner .card-text .overlay-info {
  margin-top: auto;
}
.resources_wr .card-panel .card-inner .card-text ul,
.resources_wr .card-panel .card-inner .card-text ol {
  margin-left: 4.5rem;
}
@media (max-width: 991px) {
  .resources_wr .card-panel .card-inner .overlay.open {
    height: 100% !important;
  }
  .resources_wr .card-panel .card-inner .overlay.open .card-description {
    margin-top: 0 !important;
  }
}
.resources_wr .card-panel:hover .card-inner .overlay .card-text .card-text-cn .card-description {
  transition: all 0.4s ease;
  margin-top: 0;
}
.resources_wr .resources_lm-btn {
  padding: 0 10px;
}
.resources_wr .resources_lm-btn .resources_lm-lnk {
  height: auto;
  text-decoration: none;
  padding: 0;
  position: relative;
  transform-style: preserve-3d;
  display: inline-block;
  vertical-align: middle;
}
.resources_wr .resources_lm-btn .resources_lm-lnk .resources_lm-txt {
  font-family: "roobert_regular";
  font-size: 2.5rem;
  line-height: 36px;
  background-color: #BFF355;
  color: #243508;
  display: block;
  transition: background-color 0.4s ease;
  transform: translateZ(0);
  padding: 7px 20px;
}
.resources_wr .resources_lm-btn .resources_lm-lnk .resources_lm-txt::after {
  content: "";
  background: rgba(0, 0, 0, 0.1);
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  transition: 0.35s all;
  width: 0;
}
.resources_wr .resources_lm-btn .resources_lm-lnk .resources_lm-txt:hover::after {
  width: 100%;
}
.resources_wr .resources_lm-btn .resources_lm-lnk .resources_lm-txt .resources_lm-icn {
  height: 36px;
}
.resources_wr.dark_green {
  background-color: #243508 !important;
  color: #BFF355 !important;
}
.resources_wr.light_green {
  background-color: #BFF355 !important;
  color: #243508 !important;
}
.resources_wr.bg_grey {
  background-color: #f5f2f0 !important;
  color: #243508 !important;
}

.vital_partners_popup .specific_controls {
  display: flex;
  margin-right: 2rem;
}

@media (hover: hover) {
  .resources_wr .card-panel:hover .overlay {
    height: 100% !important;
  }
}
@media (hover: hover) and (min-width: 992px) and (max-width: 1280px) {
  .resources_wr .card-panel:hover .overlay .card-title {
    margin-bottom: auto;
  }
}
@media only screen and (min-width: 992px) {
  .resources_wr .card-panel:hover .overlay {
    height: 100%;
  }
}
@media only screen and (min-width: 992px) {
  .resources_wr .card-panel:hover .overlay {
    height: 100%;
  }
}
.resources_wr a:focus-visible,
.resources_wr button:focus-visible {
  outline: 3px solid #bff355;
  outline-offset: 4px;
  border-radius: 4px;
}
.resources_wr button.minimize_video,
.resources_wr button.video_close,
.resources_wr button.b_video_close {
  background: transparent;
  border: none;
  padding: 0;
  cursor: pointer;
}
.resources_wr button.minimize_video:focus-visible,
.resources_wr button.video_close:focus-visible,
.resources_wr button.b_video_close:focus-visible {
  outline: 3px solid #bff355;
  outline-offset: 3px;
  border-radius: 4px;
}