:root {
  --tal-answer-red: #c9282d;
  --tal-answer-dark: #121619;
  --tal-answer-muted: #626b73;
  --tal-answer-line: #e4e8eb;
  --tal-answer-soft: #f4f7f8;
  --tal-answer-white: #fff;
  --tal-answer-radius: 18px;
  --tal-answer-shadow: 0 20px 55px rgba(20, 30, 38, .09)
}
.tal-answers *, .tal-answer-single * {
  box-sizing: border-box
}
.tal-answers-container {
  width: 80%;
  margin-inline: auto
}
.tal-answers a, .tal-answer-single a {
  text-underline-offset: 3px
}
.tal-answers-hero {
  position: relative;
  overflow: hidden;
  background: #10171d;
  color: #fff;
  padding: 84px 0 76px
}
.tal-answers-hero:before {
  content: "";
  position: absolute;
  inset: auto -120px -230px auto;
  width: 620px;
  height: 620px;
  border: 110px solid rgba(255, 255, 255, .045);
  border-radius: 50%
}
.tal-answers-hero-grid {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1.25fr) minmax(300px, .75fr);
  align-items: center;
  gap: 70px
}
.tal-answers-eyebrow {
  margin: 0;
  color: var(--tal-answer-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .15em;
  text-transform: uppercase
}
.tal-answers-hero .tal-answers-eyebrow {
  color: #ff9698
}
.tal-answers-hero h1 {
  max-width: 760px;
  margin: 10px 0 20px;
  font-size: clamp(46px, 6vw, 78px);
  line-height: 1.02;
  letter-spacing: -.045em
}
.tal-answers-lead {
  max-width: 760px;
  margin: 0;
  color: rgba(255, 255, 255, .75);
  font-size: clamp(18px, 2vw, 22px);
  line-height: 1.65
}
.tal-answers-hero-art {
  position: relative;
  min-height: 290px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  background: linear-gradient(145deg, rgba(201, 40, 45, .95), rgba(105, 16, 20, .85));
  box-shadow: 0 30px 65px rgba(0, 0, 0, .23);
  transform: rotate(2deg);
  overflow: hidden
}
.tal-answers-hero-art:before, .tal-answers-hero-art:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .2);
  border-radius: 50%
}
.tal-answers-hero-art:before {
  width: 280px;
  height: 280px;
  right: -70px;
  top: -80px
}
.tal-answers-hero-art:after {
  width: 180px;
  height: 180px;
  left: -65px;
  bottom: -75px
}
.tal-answers-hero-art span, .tal-answers-hero-art strong, .tal-answers-hero-art em {
  position: absolute;
  font-style: normal;
  font-weight: 850;
  letter-spacing: .08em
}
.tal-answers-hero-art span {
  top: 45px;
  left: 38px;
  font-size: 22px
}
.tal-answers-hero-art strong {
  top: 106px;
  left: 62px;
  font-size: 48px
}
.tal-answers-hero-art em {
  right: 42px;
  bottom: 40px;
  font-size: 30px
}
.tal-answers-search-section {
  position: relative;
  z-index: 2;
  margin-top: -25px
}
.tal-answers-search {
  display: grid;
  grid-template-columns: minmax(0, 1.6fr) minmax(220px, .7fr) auto;
  gap: 10px;
  border: 1px solid var(--tal-answer-line);
  border-radius: 16px;
  background: #fff;
  padding: 12px;
  box-shadow: var(--tal-answer-shadow)
}
.tal-answers-search input, .tal-answers-search select {
  min-height: 54px;
  border: 1px solid var(--tal-answer-line);
  border-radius: 10px;
  background: #fff;
  padding: 0 18px;
  color: var(--tal-answer-dark);
  font-size: 15px
}
.tal-answers-search button, .tal-answers-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 54px;
  border: 0;
  border-radius: 10px;
  background: var(--tal-answer-red);
  color: #fff !important;
  padding: 0 25px;
  font-weight: 800;
  text-decoration: none;
  cursor: pointer;
  transition: .2s ease;
  margin:0;
}
.tal-answers-search button:hover, .tal-answers-button:hover {
  background: #a71f24;
  transform: translateY(-1px)
}
.tal-answers-archive-body {
  padding: 78px 0 100px
}
.tal-answers-section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 32px
}
.tal-answers-section-heading h2, .tal-answer-related h2 {
  margin: 7px 0 0;
  font-size: clamp(32px, 4vw, 48px);
  letter-spacing: -.035em
}
.tal-answers-section-heading > p {
  margin: 0;
  color: var(--tal-answer-muted)
}
.tal-answer-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 26px
}
.tal-answer-card {
  overflow: hidden;
  border: 1px solid var(--tal-answer-line);
  border-radius: var(--tal-answer-radius);
  background: #fff;
  box-shadow: 0 8px 25px rgba(20, 30, 38, .035);
  transition: transform .25s ease, box-shadow .25s ease
}
.tal-answer-card:hover {
  transform: translateY(-6px);
  box-shadow: var(--tal-answer-shadow)
}
.tal-answer-title-panel {
  position: relative;
  display: flex;
  min-height: 215px;
  flex-direction: column;
  justify-content: flex-end;
  overflow: hidden;
  background: linear-gradient(135deg, var(--tal-a1), var(--tal-a2));
  color: #fff !important;
  padding: 28px;
  text-decoration: none
}
.tal-answer-title-panel:before, .tal-answer-title-panel:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .18);
  border-radius: 50%
}
.tal-answer-title-panel:before {
  width: 220px;
  height: 220px;
  right: -70px;
  top: -90px
}
.tal-answer-title-panel:after {
  width: 135px;
  height: 135px;
  left: -55px;
  bottom: -65px
}
.tal-answer-title-panel > span {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
  color: rgba(255, 255, 255, .78);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .13em;
  text-transform: uppercase
}
.tal-answer-title-panel h3 {
  position: relative;
  z-index: 2;
  margin: 0;
  color: #fff;
  font-size: clamp(23px, 2.3vw, 24px);
  line-height: 1.18;
  letter-spacing:0;
}
.tal-answer-title-panel i {
  position: absolute;
  right: 18px;
  top: 2px;
  color: rgba(255, 255, 255, .08);
  font-size: 150px;
  font-style: normal;
  font-weight: 900;
  line-height: 1
}
.tal-answer-card-body {
  padding: 25px 26px 0px
}
.tal-answer-card-body > p {
  min-height: 78px;
  margin: 0;
  color: var(--tal-answer-muted);
  line-height: 1.4;
    font-size: 16px;
}
.tal-answer-card-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 9px 20px;
  margin-top: 18px;
  color: #879098;
  font-size: 13px
}
.tal-answer-card-meta span + span {
  position: relative
}
.tal-answer-card-meta span + span:before {
  content: "•";
  position: absolute;
  left: -13px
}
.tal-answer-read-link {
  display: inline-block;
  margin-top: 20px;
  color: var(--tal-answer-red) !important;
  font-weight: 800;
  text-decoration: none
}
.tal-answers-pagination {
  display: flex;
  justify-content: center;
  gap: 8px;
  margin-top: 55px
}
.tal-answers-pagination .page-numbers {
  display: grid;
  min-width: 44px;
  height: 44px;
  place-items: center;
  border: 1px solid var(--tal-answer-line);
  border-radius: 9px;
  color: var(--tal-answer-dark);
  padding: 0 12px;
  text-decoration: none
}
.tal-answers-pagination .current, .tal-answers-pagination a:hover {
  border-color: var(--tal-answer-red);
  background: var(--tal-answer-red);
  color: #fff
}
.tal-answers-empty {
  border-radius: var(--tal-answer-radius);
  background: var(--tal-answer-soft);
  padding: 70px 30px;
  text-align: center
}
.tal-answers-empty h2 {
  margin-top: 0
}
.tal-answer-single {
  padding: 1px 0 0;
  background: #fff
}
.tal-answer-breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin: 28px 0;
  color: #7a838a;
  font-size: 13px
}
.tal-answer-breadcrumbs a {
  color: inherit;
  text-decoration: none
}
.tal-answer-single-panel {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 220px;
  min-height: 330px;
  align-items: center;
  overflow: hidden;
  border-radius: 26px;
  background: linear-gradient(135deg, var(--tal-a1), var(--tal-a2));
  color: #fff;
  padding: clamp(38px, 6vw, 45px);
  box-shadow: var(--tal-answer-shadow)
}
.tal-answer-single-panel:before, .tal-answer-single-panel:after {
  content: "";
  position: absolute;
  border: 1px solid rgba(255, 255, 255, .17);
  border-radius: 50%
}
.tal-answer-single-panel:before {
  width: 500px;
  height: 500px;
  right: -160px;
  top: -220px
}
.tal-answer-single-panel:after {
  width: 260px;
  height: 260px;
  left: -120px;
  bottom: -150px
}
.tal-answer-single-panel-copy {
  position: relative;
  z-index: 2
}
.tal-answer-pillar-chip {
  display: inline-flex;
  border: 1px solid rgba(255, 255, 255, .35);
  border-radius: 999px;
  color: #fff !important;
  padding: 8px 13px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .1em;
  text-decoration: none;
  text-transform: uppercase
}
.tal-answer-single-panel h1 {
  max-width: 100%;
  margin: 20px 0 18px;
  color: #fff;
  font-size: clamp(40px, 5.5vw, 40px);
  line-height: 1.06;
  letter-spacing:0;
}
.tal-answer-single-panel-copy > p {
  /*max-width: 810px;*/
  margin: 0;
  color: rgba(255, 255, 255, .8);
  font-size: 16px;
}
.tal-answer-single-meta {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 25px;
  margin-top: 28px;
  color: rgba(255, 255, 255, .72);
  font-size: 14px
}
.tal-answer-single-meta span + span {
  position: relative
}
.tal-answer-single-meta span + span:before {
  content: "•";
  position: absolute;
  left: -16px
}
.tal-answer-question-mark {
  position: relative;
  z-index: 1;
  color: rgba(255, 255, 255, .11);
  font-size: 240px;
  font-weight: 900;
  line-height: 1;
  text-align: center
}
.tal-answer-content-grid {
  display: grid;
  grid-template-columns: minmax(0, 80%) minmax(20%, 30%);
  justify-content: space-between;
  gap: 65px;
  padding-top: 66px;
  padding-bottom: 55px
}
.tal-answers-disclaimer {
    font-size: 12px;
    text-transform: uppercase;
    line-height: 2em;
    background-color: #f5f5f5;
    padding: 20px;
    border-radius: 10px;
}
.tal-answer-entry-content {
  color: #273038;
  font-size: 18px;
  line-height: 1.84
}
.tal-answer-entry-content > *:first-child {
  margin-top: 0
}
.tal-answer-entry-content h2 {
  margin: 1.65em 0 .55em;
  color: var(--tal-answer-dark);
  font-size: 34px;
  line-height: 1.23;
  letter-spacing: -.025em
}
.tal-answer-entry-content h3 {
  margin: 1.45em 0 .5em;
  color: var(--tal-answer-dark);
  font-size: 25px
}
.tal-answer-entry-content ul, .tal-answer-entry-content ol {
  padding-left: 1.35em
}
.tal-answer-entry-content li {
  margin: .45em 0
}
.tal-answer-entry-content a {
  color: var(--tal-answer-red)
}
.tal-answer-entry-content blockquote {
  margin: 36px 0;
  border-left: 5px solid var(--tal-answer-red);
  border-radius: 0 12px 12px 0;
  background: var(--tal-answer-soft);
  padding: 24px 28px;
  font-size: 22px;
  font-weight: 650;
  line-height: 1.55
}
.tal-answer-entry-content .tal-answer-cta {
  margin-top: 50px;
  border-radius: 18px;
  background: linear-gradient(135deg, #11191f, #27333b);
  color: #fff;
  padding: 34px
}
.tal-answer-entry-content .tal-answer-cta h2 {
  margin-top: 0;
  color: #fff
}
.tal-answer-entry-content .tal-answer-cta a {
  display: inline-flex;
  border-radius: 999px;
  background: var(--tal-answer-red);
  color: #fff !important;
  padding: 11px 19px;
  text-decoration: none
}
.tal-answer-share {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 20px;
  margin-top: 45px;
  border-top: 1px solid var(--tal-answer-line);
  padding-top: 25px
}
.tal-answer-share strong {
  margin-right: 10px
}
.tal-answer-share a {
  color: var(--tal-answer-red)
}
.tal-answer-sidebar {
  /*align-self: start;*/
    position: sticky;
}
.tal-answer-sidebar-box {
  position: sticky;
  top: 105px;
  border: 1px solid var(--tal-answer-line);
  border-radius: 20px;
  background: #fff;
  padding: 28px;
  box-shadow: var(--tal-answer-shadow)
}
.tal-answer-sidebar-box h2 {
  margin: 8px 0 10px;
  color: var(--tal-answer-dark);
  font-size: 26px;
  line-height: 1.15;
  letter-spacing: -.025em
}
.tal-answer-sidebar-box > p:not(.tal-answers-eyebrow) {
  margin-top: 0;
  color: var(--tal-answer-muted);
  line-height: 1.55
}
.tal-pillar-links {
  display: grid;
  gap: 8px;
  margin-top: 22px
}
.tal-pillar-links > a {
  display: grid;
  grid-template-columns: 38px minmax(0, 1fr) auto;
  align-items: center;
  gap: 11px;
  border: 1px solid var(--tal-answer-line);
  border-radius: 11px;
  color: var(--tal-answer-dark) !important;
  padding: 11px;
  text-decoration: none;
  transition: .2s ease
}
.tal-pillar-links > a:hover {
  border-color: #d8a5a8;
  background: #fff7f7;
  transform: translateX(2px)
}
.tal-pillar-initial {
  display: grid;
  width: 38px;
  height: 38px;
  place-items: center;
  border-radius: 9px;
  background: #f9e8e9;
  color: var(--tal-answer-red);
  font-weight: 900
}
.tal-pillar-links > a {
    display: grid;
    grid-template-columns: 58px 1fr auto;
    /*gap: 16px;*/
    align-items: center;
}

.tal-pillar-icon {
    width: 56px;
    height: 56px;
    border-radius: 14px;
    background: #f8e9eb;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.tal-pillar-icon img {
    width: 38px;
    height: 38px;
    object-fit: contain;
    display: block;
}

.tal-pillar-icon-fallback {
    color: #c9282d;
    font-weight: 800;
    font-size: 20px;
    line-height: 1;
}
.tal-pillar-links > a > span:nth-child(2) {
  display: grid;
  gap: 2px
}
.tal-pillar-links strong {
  font-size: 14px
}
.tal-pillar-links small {
  overflow: hidden;
  color: #747d84;
  font-size: 14px;
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical
}
.tal-pillar-links b {
  color: var(--tal-answer-red);
  font-size: 15px
}
.tal-answer-related {
  border-top: 1px solid var(--tal-answer-line);
  background: var(--tal-answer-soft);
  padding: 76px 0 95px
}
.tal-answer-related h2 {
  margin-bottom: 30px
}
.screen-reader-text {
  position: absolute !important;
  overflow: hidden;
  width: 1px;
  height: 1px;
  clip: rect(1px, 1px, 1px, 1px);
  white-space: nowrap
}
@media(max-width:980px) {
  .tal-answers-hero-grid {
    grid-template-columns: 1fr
  }
  .tal-answers-hero-art {
    display: none
  }
  .tal-answer-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr))
  }
  .tal-answer-content-grid {
    grid-template-columns: 1fr;
  }
  .tal-answer-sidebar-box {
    position: sticky;
  }
  .tal-answer-single-panel {
    grid-template-columns: 1fr;
  }
  .tal-answer-question-mark {
    display: none
  }
}
@media(max-width:720px) {
  .tal-answers-container {
    width: min(100% - 28px, 1200px);
  }
  .tal-answers-hero {
    padding: 62px 0 58px;
  }
  .tal-answers-search {
    grid-template-columns: 1fr;
  }
  .tal-answers-section-heading {
    align-items: flex-start;
    flex-direction: column;
  }
  .tal-answer-grid {
    grid-template-columns: 1fr;
  }
  .tal-answer-title-panel {
    min-height: 225px;
  }
  .tal-answer-card-body > p {
    min-height: 0;
  }
  .tal-answer-single-panel {
    min-height: auto;
    border-radius: 18px;
    padding: 38px 25px;
  }
  .tal-answer-single-panel h1 {
    font-size: clamp(30px, 7vw, 54px);
  }
  .tal-answer-content-grid {
    gap: 42px;
    padding-top: 44px;
  }
  .tal-answer-sidebar-box {
    padding: 22px;
  }
}