/* Max-width and reset */
.ag-full-width .fed-asset-reset-2025.ag-site-width {
  max-width: 1920px;
  font-size: 1.563vw;
  position: relative;
}

.fed-asset-reset-2025 * {
  font-size: 1em;
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.fed-asset-reset-2025 img {
  display: block;
  width: 100%;
  height: auto;
}

.fed-asset-reset-2025 a {
  display: block;
}

.fed-asset-reset-2025 .cta {
  font-size: 2.8em;
  font-weight: 400;
  line-height: 1.2;
  margin: 0 auto;
  text-decoration: none;
  color: #363432;
  cursor: pointer;
  text-transform: uppercase;
  padding-bottom: 0.2em;
  font-style: italic;
  position: relative;
  display: block;
  width: fit-content;
}

.fed-asset-reset-2025 .cta::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 0.1em;
  background-color: #a41e21;
  transition: height 0.3s;
}

@media (min-width: 641px) {
  .fed-asset-reset-2025 {
    font-size: 0.521vw; /* 10px @ 1920px */
  }

  .fed-asset-reset-2025 .cta:hover {
    color: #a41e21;
  }

  .fed-asset-reset-2025 .cta:hover:after {
    height: 0.175em;
  }
}

/* Max width */
@media (min-width: 1921px) {
  .fed-asset-reset-2025 {
    font-size: 10px;
  }
}
