/* /////////////////////////////////////////////////////////////////////////////
/* ///  Home
/* ///////////////////////////////////////////////////////////////////////////*/
.brxe-container .tk-home-card-link > div {
  background: var(--bg-color);
  display: flex;
  height: 100%;
  padding: var(--space-m) var(--space-s);
  position: static;
  transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s;
  width: 100%;
  flex-direction: row;
  align-items: center;
}
.brxe-container .tk-home-card-link {
  position: relative;
}
.brxe-container .tk-home-card-link * {
  transition: background-color 0.5s ease, color 0.5s ease, transform 0.5s;
}
.brxe-container .tk-home-card-link__svg {
  order: -1;
  transform: scale(1);
  width: 5.6rem;
}
.brxe-container .tk-home-card-link__title {
  font-family: var(--font-body);
  font-weight: 400 !important;
}
.brxe-container .tk-home-card-link__button span {
  transform: translateX(0);
}
.brxe-container .tk-home-card-link i {
  font-size: 1.29em;
  transform: translateX(0);
}
.brxe-container .tk-home-card-link svg path {
  fill: currentColor;
}
.brxe-container .tk-home-card-link:is(:hover, :focus, :focus-within) {
  --bg-color: var(--accent);
}
.brxe-container .tk-home-card-link:is(:hover, :focus, :focus-within) * {
  color: var(--white);
}
.brxe-container .tk-home-card-link:is(:hover, :focus, :focus-within) i {
  transform: translateX(4px);
}
.brxe-container .tk-home-card-link:is(:hover, :focus, :focus-within) .tk-home-card-link__button span {
  transform: translateX(2px);
}
.brxe-container .tk-home-card-link:is(:hover, :focus, :focus-within) .tk-home-card-link__svg {
  transform: scale(1.05);
}
.brxe-container .tk-home-card-link.--guide:first-child, .brxe-container .tk-home-card-link.--resource:nth-child(5), .brxe-container .tk-home-card-link.--resource:nth-child(6) {
  --bg-color: var(--secondary);
}
.brxe-container .tk-home-card-link.--guide:first-child > div, .brxe-container .tk-home-card-link.--resource:nth-child(5) > div, .brxe-container .tk-home-card-link.--resource:nth-child(6) > div {
  align-items: flex-start;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.brxe-container .tk-home-card-link.--guide:first-child .tk-home-card-link__title, .brxe-container .tk-home-card-link.--resource:nth-child(5) .tk-home-card-link__title, .brxe-container .tk-home-card-link.--resource:nth-child(6) .tk-home-card-link__title {
  font-size: 1.3333333333em;
  margin: var(--space-s) 0 0;
}
.brxe-container .tk-home-card-link.--guide:first-child .tk-home-card-link__button, .brxe-container .tk-home-card-link.--resource:nth-child(5) .tk-home-card-link__button, .brxe-container .tk-home-card-link.--resource:nth-child(6) .tk-home-card-link__button {
  margin: auto 0 0;
}
.brxe-container .tk-home-card-link.--guide:first-child i, .brxe-container .tk-home-card-link.--resource:nth-child(5) i, .brxe-container .tk-home-card-link.--resource:nth-child(6) i {
  margin-top: 0.1em;
}
.brxe-container .tk-home-card-link.--guide:first-child:hover, .brxe-container .tk-home-card-link.--resource:nth-child(5):hover, .brxe-container .tk-home-card-link.--resource:nth-child(6):hover {
  --bg-color: var(--accent) !important;
}
.brxe-container .tk-home-card-link.--guide:first-child:hover *, .brxe-container .tk-home-card-link.--resource:nth-child(5):hover *, .brxe-container .tk-home-card-link.--resource:nth-child(6):hover * {
  color: var(--accent-ultra-light);
}
.brxe-container .tk-home-card-link:not(.--guide:first-child, .--resource:nth-child(5), .--resource:nth-child(6)) .tk-home-card-link__button span {
  display: none;
}
@media (min-width: 768px) {
  .brxe-container .tk-home-card-link.--resource:nth-child(3) {
    grid-row-start: 2;
  }
  .brxe-container .tk-home-card-link.--resource:nth-child(4) {
    grid-row-start: 2;
  }
  .brxe-container .tk-home-card-link.--resource:nth-child(5) {
    grid-column-start: 3;
    grid-row-start: 1;
  }
  .brxe-container .tk-home-card-link.--resource:nth-child(6) {
    grid-column-start: 4;
    grid-row-start: 1;
  }
  .brxe-container .tk-home-card-link.--guide:first-child, .brxe-container .tk-home-card-link.--resource:nth-child(5), .brxe-container .tk-home-card-link.--resource:nth-child(6) {
    grid-row: span 2;
  }
  .brxe-container .tk-home-card-link.--guide:first-child > div, .brxe-container .tk-home-card-link.--resource:nth-child(5) > div, .brxe-container .tk-home-card-link.--resource:nth-child(6) > div {
    padding-block: var(--space-s);
  }
}
@media (max-width: 991px) {
  .brxe-container .tk-home-card-link.--guide:not(:first-child) > div, .brxe-container .tk-home-card-link.--resource:not(:nth-child(5), :nth-child(6)) > div {
    flex-wrap: nowrap;
    justify-content: space-between;
  }
  .brxe-container .tk-home-card-link.--guide:not(:first-child) .tk-home-card-link__title, .brxe-container .tk-home-card-link.--resource:not(:nth-child(5), :nth-child(6)) .tk-home-card-link__title {
    margin-left: 0;
  }
  .brxe-container .tk-home-card-link.--guide:not(:first-child) .tk-home-card-link__button, .brxe-container .tk-home-card-link.--resource:not(:nth-child(5), :nth-child(6)) .tk-home-card-link__button {
    margin-left: 0;
  }
  .brxe-container .tk-home-card-link.--guide:not(:first-child) .tk-home-card-link__svg, .brxe-container .tk-home-card-link.--resource:not(:nth-child(5), :nth-child(6)) .tk-home-card-link__svg {
    display: none;
  }
}
@media (max-width: 767px) {
  .brxe-container .tk-home-card-link.--guide:first-child > div, .brxe-container .tk-home-card-link.--resource:nth-child(5) > div, .brxe-container .tk-home-card-link.--resource:nth-child(6) > div {
    grid-column: span 2;
  }
}
