:is(body.page-id-5589, body.ttg-careers-hub-page) #openings {
  --ttg-board-navy: #062b52;
  --ttg-board-deep: #031d38;
  --ttg-board-red: #c8102e;
  --ttg-board-green: #6e8b55;
  --ttg-board-ink: #14283b;
  --ttg-board-muted: #607080;
  --ttg-board-line: #d9e0e6;
  --ttg-board-soft: #f4f7f9;
  background: #fff;
}

body.ttg-careers-hub-page #openings {
  padding: 64px 20px 90px;
}

body.ttg-careers-hub-page #main-content {
  background: #eef2f5;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-wrap {
  width: min(1240px, 100%);
  margin: 0 auto;
  max-width: 1240px;
}

.ttg-careers-people,
.ttg-careers-top-search,
.ttg-careers-snapshot,
.ttg-careers-fit,
.ttg-careers-spotlights,
.ttg-careers-legacy,
.ttg-careers-growth,
.ttg-careers-benefits,
.ttg-careers-community,
.ttg-careers-board,
.ttg-careers-top-search *,
.ttg-careers-fit *,
.ttg-careers-spotlights *,
.ttg-careers-legacy *,
.ttg-careers-growth *,
.ttg-careers-benefits *,
.ttg-careers-board * {
  box-sizing: border-box;
}

.ttg-careers-people {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  min-height: 500px;
  margin: 0 0 176px;
  overflow: visible;
  border-radius: 18px;
  color: #fff;
  background: linear-gradient(135deg, #05294d 0%, #031d38 78%);
  box-shadow: 0 24px 60px rgba(3, 29, 56, 0.2);
}

.ttg-careers-top-search {
  position: absolute;
  z-index: 3;
  display: grid;
  grid-template-columns: minmax(210px, 0.72fr) minmax(0, 1.75fr);
  align-items: center;
  gap: clamp(26px, 4vw, 52px);
  right: clamp(20px, 4vw, 52px);
  bottom: -104px;
  left: clamp(20px, 4vw, 52px);
  margin: 0;
  padding: 25px clamp(24px, 3.3vw, 42px);
  border: 1px solid #d9e0e6;
  border-radius: 12px;
  color: #14283b;
  background: #fff;
  box-shadow: 0 22px 50px rgba(3, 29, 56, 0.2);
}

.ttg-careers-top-search > header {
  min-width: 0;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-people .ttg-careers-top-search h2 {
  margin: 0;
  color: #062b52;
  font: 700 clamp(22px, 2.2vw, 29px)/1.08 Montserrat, Arial, sans-serif;
  letter-spacing: -0.025em;
}

.ttg-careers-top-search > header p {
  margin: 8px 0 0;
  color: #607080;
  font-size: 13px;
  line-height: 1.45;
}

.ttg-careers-top-search form {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) auto;
  align-items: end;
  gap: 12px;
  min-width: 0;
}

.ttg-careers-top-search label {
  display: grid;
  gap: 7px;
  min-width: 0;
}

.ttg-careers-top-search label > span {
  color: #40586c;
  font: 700 11px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.065em;
  text-transform: uppercase;
}

.ttg-careers-top-search select {
  width: 100%;
  min-height: 52px;
  padding: 11px 42px 11px 15px;
  border: 1px solid #aebdca;
  border-radius: 6px;
  color: #14283b;
  background: #fff;
  font: 600 14px/1.25 Montserrat, Arial, sans-serif;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-top-search button {
  display: inline-flex;
  min-height: 52px;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 20px;
  border: 2px solid #c8102e;
  border-radius: 6px;
  color: #fff;
  background: #c8102e;
  cursor: pointer;
  font: 700 13px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.025em;
  text-transform: uppercase;
  white-space: nowrap;
}

.ttg-careers-top-search button svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 2;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-top-search button:hover {
  border-color: #062b52;
  background: #062b52;
}

.ttg-careers-top-search__status {
  position: absolute;
  overflow: hidden;
  width: 1px;
  height: 1px;
  margin: -1px;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
}

.ttg-careers-people__copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(38px, 5vw, 72px);
  border-radius: 18px 0 0 18px;
}

.ttg-careers-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #fff;
  font: 700 13px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ttg-careers-eyebrow::before {
  width: 38px;
  height: 3px;
  content: "";
  background: #c8102e;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-people h2 {
  margin: 0;
  color: #fff;
  font: 700 clamp(34px, 4.1vw, 58px)/1.04 Montserrat, Arial, sans-serif;
  letter-spacing: -0.035em;
}

.ttg-careers-people__copy p {
  max-width: 560px;
  margin: 24px 0 30px;
  color: #dbe6ef;
  font-size: 17px;
  line-height: 1.7;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-people__copy a {
  display: inline-flex;
  min-height: 48px;
  align-items: center;
  gap: 12px;
  justify-content: center;
  padding: 11px 20px;
  border: 2px solid #fff;
  border-radius: 7px;
  color: #fff;
  font: 700 13px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-people__copy a:hover {
  color: #062b52;
  background: #fff;
}

.ttg-careers-people__feature {
  min-width: 0;
  min-height: 0;
  margin: 0;
  overflow: hidden;
  border-radius: 0 18px 18px 0;
  background: #d9e0e6;
}

.ttg-careers-people__feature img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 42%;
  transition: transform 0.5s ease;
}

.ttg-careers-people__feature:hover img {
  transform: scale(1.025);
}

.ttg-careers-snapshot {
  margin: -26px 0 72px;
  padding: 32px;
  border-radius: 16px;
  color: #fff;
  background: #071a70;
  box-shadow: 0 22px 52px rgba(5, 25, 88, 0.2);
}

.ttg-careers-snapshot__heading {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}

.ttg-careers-snapshot__heading > span {
  color: #fff;
  font: 700 16px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ttg-careers-snapshot__heading small {
  color: #c8d4ff;
  font-size: 12px;
}

.ttg-careers-snapshot__cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 24px;
}

.ttg-careers-stat {
  position: relative;
  min-height: 390px;
  margin: 0;
  overflow: hidden;
  background: #08285a;
}

.ttg-careers-stat::after {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(180deg, rgba(5, 16, 75, 0.02) 30%, rgba(8, 13, 111, 0.98) 100%);
}

.ttg-careers-stat img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.ttg-careers-stat:nth-child(1) img {
  object-position: center 36%;
}

.ttg-careers-stat:nth-child(2) img {
  object-position: center 43%;
}

.ttg-careers-stat:nth-child(3) img {
  object-position: center 34%;
}

.ttg-careers-stat:hover img {
  transform: scale(1.025);
}

.ttg-careers-stat > div {
  position: absolute;
  z-index: 1;
  right: 24px;
  bottom: 26px;
  left: 24px;
  display: flex;
  align-items: baseline;
  gap: 14px;
  color: #fff;
}

.ttg-careers-stat strong {
  color: #fff;
  font: 500 clamp(46px, 5vw, 72px)/0.95 Montserrat, Arial, sans-serif;
  letter-spacing: -0.05em;
}

.ttg-careers-stat span {
  color: #fff;
  font: 700 14px/1.2 Montserrat, Arial, sans-serif;
}

.ttg-careers-fit {
  display: grid;
  grid-template-columns: minmax(0, 0.88fr) minmax(0, 1.12fr);
  margin: 0 0 88px;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  background: #062b52;
  box-shadow: 0 22px 52px rgba(3, 29, 56, 0.17);
}

.ttg-careers-fit__intro {
  display: flex;
  min-height: 430px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(42px, 5vw, 68px);
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-fit__intro h2 {
  max-width: 520px;
  margin: 0;
  color: #fff;
  font: 700 clamp(38px, 4.2vw, 58px)/1.04 Montserrat, Arial, sans-serif;
  letter-spacing: -0.035em;
}

.ttg-careers-fit__intro h2::after {
  display: block;
  width: 54px;
  height: 4px;
  margin-top: 26px;
  content: "";
  background: #c8102e;
}

.ttg-careers-fit__intro p {
  max-width: 500px;
  margin: 26px 0 0;
  color: #dbe6ef;
  font-size: 18px;
  line-height: 1.65;
}

.ttg-careers-fit__form {
  display: grid;
  align-content: center;
  gap: 18px;
  min-width: 0;
  padding: clamp(42px, 5vw, 68px);
  border-left: 1px solid rgba(255, 255, 255, 0.12);
  background: #031d38;
}

.ttg-careers-fit__form-heading {
  display: grid;
  gap: 7px;
  margin-bottom: 4px;
}

.ttg-careers-fit__form-heading strong {
  color: #fff;
  font: 700 22px/1.2 Montserrat, Arial, sans-serif;
}

.ttg-careers-fit__form-heading span {
  color: #bfcddd;
  font-size: 14px;
  line-height: 1.5;
}

.ttg-careers-fit__form label {
  display: grid;
  gap: 8px;
  color: #fff;
  font: 700 13px/1.3 Montserrat, Arial, sans-serif;
}

.ttg-careers-fit__form select {
  width: 100%;
  min-height: 52px;
  padding: 11px 44px 11px 15px;
  border: 2px solid transparent;
  border-radius: 5px;
  color: #14283b;
  background: #fff;
  font: 600 15px/1.3 Montserrat, Arial, sans-serif;
}

.ttg-careers-fit__form select:focus {
  border-color: #7fc3f3;
  outline: 3px solid rgba(127, 195, 243, 0.3);
  outline-offset: 2px;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-fit__form > button {
  min-height: 52px;
  margin-top: 2px;
  padding: 12px 18px;
  border: 2px solid #c8102e;
  border-radius: 5px;
  color: #fff;
  background: #c8102e;
  cursor: pointer;
  font: 700 14px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-fit__form > button:hover {
  border-color: #fff;
  background: transparent;
}

.ttg-careers-fit__status {
  min-height: 21px;
  margin: 0;
  color: #bfcddd;
  font-size: 13px;
  line-height: 1.6;
}

.ttg-careers-engagement {
  grid-column: 1 / -1;
  color: #14283b;
  background: #fff;
}

.ttg-careers-engagement > header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 32px;
  padding: 30px clamp(30px, 4vw, 52px) 25px;
  border-bottom: 1px solid #d9e0e6;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-engagement > header h3 {
  margin: 0;
  color: #062b52;
  font: 700 25px/1.15 Montserrat, Arial, sans-serif;
  letter-spacing: -0.02em;
}

.ttg-careers-engagement > header p {
  max-width: 650px;
  margin: 0;
  color: #607080;
  font-size: 14px;
  line-height: 1.6;
}

.ttg-careers-engagement__rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.ttg-careers-engagement__rail article {
  display: grid;
  grid-template-columns: 54px minmax(0, 1fr);
  gap: 18px;
  min-width: 0;
  padding: 34px clamp(25px, 3vw, 38px) 38px;
  border-right: 1px solid #d9e0e6;
}

.ttg-careers-engagement__rail article:last-child {
  border-right: 0;
}

.ttg-careers-engagement__rail svg {
  width: 44px;
  height: 44px;
  fill: none;
  stroke: #062b52;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.ttg-careers-engagement__rail svg .is-accent {
  fill: #c8102e;
  stroke: #c8102e;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-engagement__rail h4 {
  margin: 0;
  color: #062b52;
  font: 700 17px/1.3 Montserrat, Arial, sans-serif;
}

.ttg-careers-engagement__rail p {
  min-height: 66px;
  margin: 9px 0 18px;
  color: #607080;
  font-size: 14px;
  line-height: 1.55;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-engagement__rail button {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  padding: 9px 14px;
  border: 1px solid #73869a;
  border-radius: 4px;
  color: #062b52;
  background: #fff;
  cursor: pointer;
  font: 700 12px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.035em;
  text-transform: uppercase;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-engagement__rail button:hover {
  border-color: #c8102e;
  color: #fff;
  background: #c8102e;
}

.ttg-careers-spotlights {
  margin: 0 0 88px;
}

.ttg-careers-spotlights > header {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(320px, 0.8fr);
  align-items: end;
  gap: clamp(40px, 7vw, 100px);
  margin-bottom: 34px;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-spotlights h2 {
  max-width: 710px;
  margin: 0;
  color: #062b52;
  font: 700 clamp(36px, 4.2vw, 54px)/1.05 Montserrat, Arial, sans-serif;
  letter-spacing: -0.035em;
}

.ttg-careers-spotlights > header p {
  margin: 0;
  padding-left: clamp(24px, 4vw, 48px);
  border-left: 3px solid #c8102e;
  color: #526879;
  font-size: 16px;
  line-height: 1.7;
}

.ttg-careers-spotlights__grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 4px;
  overflow: hidden;
  border-radius: 12px;
  background: #062b52;
}

.ttg-careers-spotlights figure {
  min-width: 0;
  margin: 0;
  background: #062b52;
}

.ttg-careers-spotlights__story {
  display: flex;
  min-width: 0;
  min-height: 558px;
  flex-direction: column;
  justify-content: center;
  padding: clamp(30px, 3vw, 46px);
  color: #fff;
  background: linear-gradient(155deg, #0a3a65 0%, #062b52 70%);
}

.ttg-careers-spotlights figure img {
  display: block;
  width: 100%;
  height: 340px;
  object-fit: cover;
  transition: transform 0.45s ease;
}

.ttg-careers-spotlights figure:nth-child(1) img { object-position: center 38%; }
.ttg-careers-spotlights figure:nth-child(2) img { object-position: center 42%; }
.ttg-careers-spotlights figure:nth-child(3) img { object-position: center 35%; }
.ttg-careers-spotlights figure:hover img { transform: scale(1.025); }

.ttg-careers-spotlights figcaption {
  display: grid;
  min-height: 218px;
  gap: 9px;
  align-content: start;
  padding: 24px 26px 27px;
  color: #fff;
}

.ttg-careers-spotlights figcaption small,
.ttg-careers-spotlights__story > small {
  color: #ef9aa8;
  font: 700 11px/1.3 Montserrat, Arial, sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ttg-careers-spotlights figcaption strong,
.ttg-careers-spotlights__story > strong {
  color: #fff;
  font: 700 19px/1.3 Montserrat, Arial, sans-serif;
}

.ttg-careers-spotlights__story > strong {
  margin-top: 18px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.12;
}

.ttg-careers-spotlights__story > p {
  margin: 18px 0 0;
  color: #cfdae4;
  font-size: 15px;
  line-height: 1.65;
}

.ttg-careers-spotlights figcaption span {
  color: #cfdae4;
  font-size: 14px;
  line-height: 1.55;
}

.ttg-careers-spotlights__path {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 10px;
  margin-top: 32px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.22);
}

.ttg-careers-spotlights__path span {
  color: #fff;
  font: 700 12px/1.35 Montserrat, Arial, sans-serif;
}

.ttg-careers-spotlights__path b {
  color: #ef9aa8;
  font-size: 22px;
}

.ttg-careers-spotlights__source {
  max-width: 920px;
  margin: 15px 0 0;
  color: #708190;
  font-size: 12px;
  line-height: 1.55;
}

.ttg-careers-legacy {
  margin: 0 0 88px;
  overflow: hidden;
  border: 1px solid #d9e0e6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(19, 44, 68, 0.12);
}

.ttg-careers-culture {
  padding: clamp(40px, 5vw, 62px);
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-culture h2,
:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-apprenticeship h2,
:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-commitment h2 {
  margin: 0;
  color: #062b52;
  font: 700 clamp(30px, 3.8vw, 48px)/1.05 Montserrat, Arial, sans-serif;
  letter-spacing: -0.035em;
}

.ttg-careers-culture > h2 {
  max-width: 1020px;
}

.ttg-careers-culture__lead {
  max-width: 760px;
  margin: 18px 0 30px;
  color: #526879;
  font-size: 15px;
  line-height: 1.7;
}

.ttg-careers-culture > h2::after,
.ttg-careers-apprenticeship__intro h2::after,
.ttg-careers-commitment h2::after {
  display: block;
  width: 48px;
  height: 3px;
  margin-top: 18px;
  content: "";
  background: #c8102e;
}

.ttg-careers-culture__principles {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ttg-careers-culture__principles article {
  min-width: 0;
  padding: 8px clamp(20px, 3vw, 38px) 4px;
  border-left: 1px solid #d9e0e6;
}

.ttg-careers-culture__principles article:first-child {
  padding-left: 0;
  border-left: 0;
}

.ttg-careers-culture__principles svg {
  width: 46px;
  height: 46px;
  margin-bottom: 16px;
  color: #c8102e;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-culture__principles h3 {
  margin: 0;
  color: #062b52;
  font: 700 18px/1.3 Montserrat, Arial, sans-serif;
}

.ttg-careers-culture__principles p,
.ttg-careers-commitment p {
  margin: 10px 0 0;
  color: #526879;
  font-size: 14px;
  line-height: 1.65;
}

.ttg-careers-apprenticeship {
  display: grid;
  grid-template-columns: minmax(260px, 0.85fr) minmax(0, 2fr);
  gap: clamp(30px, 4vw, 58px);
  padding: clamp(40px, 5vw, 58px);
  color: #fff;
  background: #031d38;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-apprenticeship h2 {
  color: #fff;
  font-size: clamp(30px, 3.4vw, 43px);
}

.ttg-careers-apprenticeship__intro p {
  margin: 20px 0 18px;
  color: #d5dfe8;
  font-size: 14px;
  line-height: 1.65;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-apprenticeship__intro a,
:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-commitment a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 12px;
  padding: 10px 0 8px;
  border-bottom: 2px solid #c8102e;
  color: inherit;
  font: 700 13px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.035em;
  text-decoration: none;
  text-transform: uppercase;
}

.ttg-careers-apprenticeship__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin: 0;
}

.ttg-careers-apprenticeship__proof > div {
  display: grid;
  min-width: 0;
  align-content: center;
  padding: 6px clamp(18px, 2.8vw, 32px);
  border-left: 1px solid rgba(255, 255, 255, 0.28);
  text-align: center;
}

.ttg-careers-apprenticeship__proof dt {
  color: #fff;
  font: 700 clamp(36px, 4.4vw, 62px)/1 Montserrat, Arial, sans-serif;
  letter-spacing: -0.05em;
}

.ttg-careers-apprenticeship__proof dd {
  max-width: 150px;
  margin: 12px auto 0;
  color: #fff;
  font: 700 13px/1.4 Montserrat, Arial, sans-serif;
}

.ttg-careers-commitment {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  padding: clamp(38px, 5vw, 58px);
}

.ttg-careers-commitment article {
  min-width: 0;
  padding-right: clamp(30px, 5vw, 70px);
}

.ttg-careers-commitment article + article {
  padding-right: 0;
  padding-left: clamp(30px, 5vw, 70px);
  border-left: 1px solid #d9e0e6;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-commitment h2 {
  font-size: clamp(29px, 3.2vw, 42px);
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-commitment a {
  margin-top: 18px;
  color: #062b52;
}

.ttg-careers-growth {
  margin: 0 0 82px;
  padding: clamp(42px, 5vw, 64px);
  border: 1px solid #d2dfe6;
  border-radius: 16px;
  background: linear-gradient(180deg, #edf4f7, #f9fbfc);
  box-shadow: 0 18px 48px rgba(19, 44, 68, 0.1);
}

.ttg-careers-growth > header {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(320px, 0.74fr);
  align-items: end;
  gap: 60px;
  margin-bottom: 62px;
}

.ttg-careers-growth > header span {
  display: block;
  margin-bottom: 13px;
  color: #c8102e;
  font: 700 11px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-growth h2 {
  margin: 0;
  color: #062b52;
  font: 700 clamp(34px, 4vw, 50px)/1.06 Montserrat, Arial, sans-serif;
  letter-spacing: -0.035em;
}

.ttg-careers-growth > header p {
  margin: 0;
  color: #526879;
  font-size: 16px;
  line-height: 1.7;
}

.ttg-careers-growth > header small {
  display: block;
  margin-top: 15px;
  padding-left: 15px;
  border-left: 3px solid #c8102e;
  color: #496173;
  font-size: 12px;
  font-weight: 700;
  line-height: 1.55;
}

.ttg-careers-growth__steps {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin: 0;
  padding: 32px 0 0;
  list-style: none;
}

.ttg-careers-growth__steps::before {
  position: absolute;
  top: 15px;
  right: 8%;
  left: 8%;
  height: 3px;
  background: linear-gradient(90deg, #c8102e, #176782);
  content: "";
}

.ttg-careers-growth__steps li {
  position: relative;
  z-index: 1;
  min-width: 0;
  border: 1px solid #cad8e0;
  border-top: 5px solid #062b52;
  background: #fff;
  box-shadow: 0 14px 28px rgba(19, 44, 68, 0.08);
}

.ttg-careers-growth__steps li:nth-child(2) { transform: translateY(-10px); }
.ttg-careers-growth__steps li:nth-child(3) { transform: translateY(-20px); }
.ttg-careers-growth__steps li:nth-child(4) { border-top-color: #c8102e; transform: translateY(-30px); }

.ttg-careers-growth__steps li > span {
  display: block;
  margin: 0;
  padding: 22px 22px 12px;
  color: #c8102e;
  background: transparent;
  font: 700 11px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.1em;
}

.ttg-careers-growth__steps strong {
  display: block;
  min-height: 76px;
  padding: 0 22px 19px;
  border-bottom: 1px solid #d9e0e6;
  color: #062b52;
  font: 700 19px/1.18 Montserrat, Arial, sans-serif;
}

.ttg-careers-growth__steps dl {
  margin: 0;
  padding: 7px 22px 22px;
}

.ttg-careers-growth__steps dl > div {
  padding: 14px 0;
  border-bottom: 1px solid #e1e7eb;
}

.ttg-careers-growth__steps dl > div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}

.ttg-careers-growth__steps dt {
  margin-bottom: 6px;
  color: #062b52;
  font: 700 9px/1.3 Montserrat, Arial, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ttg-careers-growth__steps dd {
  margin: 0;
  color: #607080;
  font-size: 12px;
  line-height: 1.52;
}

.ttg-careers-growth__proof {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  margin-top: 34px;
  border-top: 1px solid #bdcbd4;
  border-bottom: 1px solid #bdcbd4;
}

.ttg-careers-growth__proof article {
  min-width: 0;
  padding: 26px 23px;
  border-left: 1px solid #bdcbd4;
}

.ttg-careers-growth__proof article:first-child {
  padding-left: 0;
  border-left: 0;
}

.ttg-careers-growth__proof article:last-child { padding-right: 0; }

.ttg-careers-growth__proof span {
  display: block;
  margin-bottom: 9px;
  color: #c8102e;
  font: 700 9px/1.3 Montserrat, Arial, sans-serif;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.ttg-careers-growth__proof strong {
  display: block;
  color: #062b52;
  font: 700 15px/1.3 Montserrat, Arial, sans-serif;
}

.ttg-careers-growth__proof p {
  margin: 9px 0 0;
  color: #607080;
  font-size: 12px;
  line-height: 1.55;
}

.ttg-careers-growth > footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 26px;
  margin-top: 28px;
}

.ttg-careers-growth > footer p {
  margin: 0;
  color: #526879;
  font-size: 13px;
  line-height: 1.55;
}

.ttg-careers-growth > footer b { color: #062b52; }

.ttg-careers-growth > footer button {
  flex: 0 0 auto;
  min-height: 44px;
  padding: 11px 18px;
  border: 0;
  border-radius: 4px;
  color: #fff;
  background: #c8102e;
  font: 700 12px/1 Montserrat, Arial, sans-serif;
  cursor: pointer;
  text-transform: uppercase;
}

.ttg-careers-benefits {
  margin: 0 0 88px;
  overflow: hidden;
  border-radius: 16px;
  color: #fff;
  background: #031d38;
  box-shadow: 0 20px 48px rgba(3, 29, 56, 0.16);
}

.ttg-careers-benefits > header {
  display: grid;
  grid-template-columns: minmax(0, 0.8fr) minmax(340px, 0.9fr);
  align-items: end;
  gap: 60px;
  padding: 48px clamp(32px, 5vw, 62px) 38px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.18);
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-benefits h2 {
  margin: 0;
  color: #fff;
  font: 700 clamp(34px, 4vw, 50px)/1.05 Montserrat, Arial, sans-serif;
  letter-spacing: -0.035em;
}

.ttg-careers-benefits > header p {
  margin: 0;
  color: #c9d6e1;
  font-size: 14px;
  line-height: 1.7;
}

.ttg-careers-benefits__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ttg-careers-benefits__grid article {
  min-width: 0;
  padding: 34px clamp(22px, 2.6vw, 34px) 38px;
  border-right: 1px solid rgba(255, 255, 255, 0.16);
}

.ttg-careers-benefits__grid article:last-child { border-right: 0; }

.ttg-careers-benefits__grid article > span {
  display: block;
  margin-bottom: 16px;
  color: #f04a64;
  font: 700 12px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.08em;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-benefits h3 {
  margin: 0;
  color: #fff;
  font: 700 19px/1.3 Montserrat, Arial, sans-serif;
}

.ttg-careers-benefits ul {
  margin: 18px 0 0;
  padding: 0;
  list-style: none;
}

.ttg-careers-benefits li {
  position: relative;
  margin: 0 0 9px;
  padding-left: 17px;
  color: #d5dfe8;
  font-size: 13px;
  line-height: 1.5;
}

.ttg-careers-benefits li::before {
  position: absolute;
  top: 0.66em;
  left: 0;
  width: 6px;
  height: 2px;
  content: "";
  background: #c8102e;
}

.ttg-careers-benefits details {
  margin-top: 16px;
  color: #fff;
}

.ttg-careers-benefits summary {
  color: #fff;
  cursor: pointer;
  font: 700 12px/1.4 Montserrat, Arial, sans-serif;
  letter-spacing: 0.035em;
  text-decoration: underline;
  text-decoration-color: #c8102e;
  text-underline-offset: 5px;
}

.ttg-careers-benefits details ul { margin-top: 14px; }

.ttg-careers-community {
  margin: 0 0 82px;
  overflow: hidden;
  border: 1px solid #d9e0e6;
  border-radius: 16px;
  background: #fff;
  box-shadow: 0 20px 48px rgba(19, 44, 68, 0.14);
}

.ttg-careers-community__header {
  display: grid;
  grid-template-columns: minmax(0, 1.08fr) minmax(320px, 0.92fr);
  align-items: end;
  gap: clamp(36px, 6vw, 88px);
  padding: clamp(40px, 5vw, 66px);
  color: #fff;
  background: #062b52;
}

.ttg-careers-community__intro > span {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin: 0 0 18px;
  color: #fff;
  font: 700 12px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ttg-careers-community__intro > span::before {
  width: 34px;
  height: 3px;
  content: "";
  background: #c8102e;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-community h2 {
  max-width: 680px;
  margin: 0;
  color: #fff;
  font: 700 clamp(32px, 4.2vw, 54px)/1.04 Montserrat, Arial, sans-serif;
  letter-spacing: -0.035em;
}

.ttg-careers-community__summary {
  padding-left: clamp(24px, 4vw, 48px);
  border-left: 1px solid rgba(255, 255, 255, 0.22);
}

.ttg-careers-community__summary p {
  margin: 0 0 25px;
  color: #dbe6ef;
  font-size: 16px;
  line-height: 1.7;
}

.ttg-careers-community__summary > div {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-community__summary button {
  display: inline-flex;
  min-height: 46px;
  align-items: center;
  justify-content: center;
  padding: 11px 19px;
  border: 2px solid #c8102e;
  border-radius: 6px;
  color: #fff;
  background: #c8102e;
  cursor: pointer;
  font: 700 13px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ttg-careers-community__summary button:hover {
  border-color: #fff;
  background: transparent;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-community__summary button.is-secondary {
  border-color: rgba(255, 255, 255, 0.7);
  background: transparent;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-community__summary button.is-secondary:hover {
  border-color: #fff;
  color: #062b52;
  background: #fff;
}

.ttg-careers-community__feature {
  display: grid;
  grid-template-columns: minmax(0, 1.55fr) minmax(300px, 0.7fr);
  background: #f4f7f9;
}

.ttg-careers-community__media {
  position: relative;
  min-width: 0;
  overflow: hidden;
  background: #031d38;
  aspect-ratio: 16 / 9;
}

.ttg-careers-community__media > img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ttg-careers-community__media iframe {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-video-play {
  position: absolute;
  top: 50%;
  left: 50%;
  display: grid;
  width: clamp(64px, 7vw, 82px);
  height: clamp(64px, 7vw, 82px);
  padding: 0;
  transform: translate(-50%, -50%);
  border: 0;
  border-radius: 50%;
  color: #fff;
  background: transparent;
  box-shadow: 0 14px 30px rgba(3, 29, 56, 0.34);
  cursor: pointer;
  place-items: center;
  transition: transform 180ms ease, filter 180ms ease;
}

.ttg-careers-video-play svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ttg-careers-video-play circle {
  fill: #c8102e;
  stroke: rgba(255, 255, 255, 0.92);
  stroke-width: 2;
}

.ttg-careers-video-play path {
  fill: currentColor;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-video-play:hover {
  transform: translate(-50%, -50%) scale(1.07);
  filter: brightness(1.08);
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-video-play:focus-visible {
  outline: 3px solid #fff;
  outline-offset: 4px;
}

.ttg-careers-community__story {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  padding: clamp(34px, 4vw, 52px);
  color: #14283b;
  background: #f4f7f9;
}

.ttg-careers-community__story > span {
  margin: 0 0 14px;
  color: #a70d27;
  font: 700 12px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-community h3 {
  margin: 0;
  color: #062b52;
  font: 700 clamp(25px, 2.5vw, 35px)/1.08 Montserrat, Arial, sans-serif;
  letter-spacing: -0.03em;
}

.ttg-careers-community__story p {
  margin: 18px 0 22px;
  color: #526879;
  font-size: 15px;
  line-height: 1.7;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-community__story a {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  gap: 10px;
  padding: 10px 0 8px;
  border-bottom: 2px solid #c8102e;
  color: #062b52;
  font: 700 13px/1.2 Montserrat, Arial, sans-serif;
  letter-spacing: 0.04em;
  text-decoration: none;
  text-transform: uppercase;
}

.ttg-careers-community__story a:hover {
  border-bottom-color: #062b52;
}

.ttg-careers-community__story svg {
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.ttg-careers-community__highlights {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  border-top: 1px solid #d9e0e6;
  background: #fff;
}

.ttg-careers-community__highlights article {
  display: grid;
  grid-template-columns: 32px minmax(0, 1fr);
  gap: 5px 13px;
  padding: 26px clamp(22px, 3vw, 34px) 28px;
  border-right: 1px solid #d9e0e6;
}

.ttg-careers-community__highlights article:last-child {
  border-right: 0;
}

.ttg-careers-community__highlights small {
  grid-row: 1 / span 2;
  color: #c8102e;
  font: 700 12px/1.4 Montserrat, Arial, sans-serif;
  letter-spacing: 0.06em;
}

.ttg-careers-community__highlights strong {
  color: #062b52;
  font: 700 15px/1.3 Montserrat, Arial, sans-serif;
}

.ttg-careers-community__highlights p {
  margin: 0;
  color: #607080;
  font-size: 13px;
  line-height: 1.5;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings > .ttg-wrap > h2,
:is(body.page-id-5589, body.ttg-careers-hub-page) #openings > .ttg-wrap > .lead {
  max-width: 820px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings > .ttg-wrap > h2 {
  margin-bottom: 14px;
  color: #062b52;
  font: 700 clamp(32px, 4vw, 50px)/1.08 Montserrat, Arial, sans-serif;
  letter-spacing: -0.03em;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings > .ttg-wrap > .lead {
  margin-bottom: 34px;
  color: #607080;
  font-size: 17px;
  line-height: 1.7;
}

.ttg-careers-board {
  margin-top: 0;
  color: #14283b;
}

.ttg-careers-searchbar {
  display: grid;
  grid-template-columns: minmax(210px, 0.38fr) minmax(0, 1fr);
  align-items: center;
  gap: 28px;
  margin-bottom: 24px;
  padding: 28px 32px;
  border-radius: 12px;
  color: #fff;
  background: linear-gradient(110deg, #062b52, #0b416f);
  box-shadow: 0 14px 34px rgba(6, 43, 82, 0.16);
}

.ttg-careers-searchbar > label {
  margin: 0;
  color: #fff;
  font: 700 16px/1.35 Montserrat, Arial, sans-serif;
}

.ttg-careers-searchbar > div {
  position: relative;
}

.ttg-careers-searchbar input[type="search"] {
  width: 100%;
  min-height: 56px;
  padding: 13px 52px 13px 18px;
  border: 2px solid transparent;
  border-radius: 7px;
  color: #14283b;
  background: #fff;
  box-shadow: 0 5px 18px rgba(0, 0, 0, 0.14);
  font-size: 16px;
}

.ttg-careers-searchbar input[type="search"]:focus {
  border-color: #7fc3f3;
  outline: 3px solid rgba(127, 195, 243, 0.35);
  outline-offset: 2px;
}

.ttg-careers-searchbar input[type="search"]::-webkit-search-cancel-button {
  display: none;
}

.ttg-careers-searchbar [data-clear-search] {
  position: absolute;
  top: 50%;
  right: 11px;
  width: 36px;
  height: 36px;
  padding: 0;
  transform: translateY(-50%);
  border: 0;
  border-radius: 50%;
  color: #455f76;
  background: #edf2f6;
  cursor: pointer;
  font-size: 23px;
  line-height: 1;
}

.ttg-careers-filter-toggle {
  display: none;
}

.ttg-careers-layout {
  display: grid;
  grid-template-columns: minmax(240px, 285px) minmax(0, 1fr);
  align-items: start;
  gap: 34px;
}

.ttg-careers-filters {
  position: sticky;
  top: 24px;
  overflow: hidden;
  border: 1px solid #d9e0e6;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 12px 30px rgba(19, 44, 68, 0.08);
}

.ttg-careers-filters__heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 21px 20px;
  color: #fff;
  background: #062b52;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-filters__heading h3 {
  margin: 0;
  color: #fff;
  font: 700 18px/1.2 Montserrat, Arial, sans-serif;
}

.ttg-careers-filters__heading button,
.ttg-careers-active > button {
  padding: 0;
  border: 0;
  color: inherit;
  background: transparent;
  cursor: pointer;
  font-size: 12px;
  font-weight: 700;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.ttg-careers-facet {
  border-bottom: 1px solid #e2e7eb;
}

.ttg-careers-facet:last-child {
  border-bottom: 0;
}

.ttg-careers-facet summary {
  display: flex;
  min-height: 54px;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 16px 20px;
  list-style: none;
  color: #14283b;
  cursor: pointer;
  font: 700 14px/1.2 Montserrat, Arial, sans-serif;
}

.ttg-careers-facet summary::-webkit-details-marker {
  display: none;
}

.ttg-careers-facet summary span::before {
  content: "+";
  font-size: 20px;
  font-weight: 500;
}

.ttg-careers-facet[open] summary span::before {
  content: "\2212";
}

.ttg-careers-facet__options {
  display: grid;
  gap: 2px;
  max-height: 240px;
  overflow: auto;
  padding: 0 14px 15px;
}

.ttg-careers-facet__options label {
  display: grid;
  grid-template-columns: 19px minmax(0, 1fr) auto;
  align-items: start;
  gap: 9px;
  margin: 0;
  padding: 8px 6px;
  border-radius: 6px;
  color: #334a5e;
  cursor: pointer;
  font-size: 13px;
  line-height: 1.35;
}

.ttg-careers-facet__options label:hover {
  background: #f2f6f8;
}

.ttg-careers-facet__options input {
  width: 17px;
  height: 17px;
  margin: 0;
  accent-color: #c8102e;
}

.ttg-careers-facet__options b {
  min-width: 24px;
  padding: 2px 6px;
  border-radius: 999px;
  color: #607080;
  background: #edf1f4;
  font-size: 10px;
  text-align: center;
}

.ttg-careers-results {
  min-width: 0;
}

.ttg-careers-results__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  min-height: 50px;
  margin-bottom: 14px;
}

.ttg-careers-results__top p {
  margin: 0;
  color: #14283b;
  font-size: 16px;
}

.ttg-careers-results__top p strong {
  color: #062b52;
  font: 700 24px/1 Montserrat, Arial, sans-serif;
}

.ttg-careers-results__top p span {
  color: #7b8995;
  font-size: 12px;
}

.ttg-careers-results__top label {
  display: flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  color: #607080;
  font-size: 12px;
  font-weight: 700;
}

.ttg-careers-results__top select {
  min-height: 40px;
  padding: 8px 34px 8px 11px;
  border: 1px solid #cbd5dc;
  border-radius: 6px;
  color: #233b50;
  background: #fff;
  font-size: 13px;
}

.ttg-careers-active {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin: 0 0 18px;
  padding: 13px 15px;
  border: 1px solid #d9e0e6;
  border-radius: 8px;
  background: #f7f9fa;
}

.ttg-careers-active[hidden] {
  display: none;
}

.ttg-careers-active > span {
  margin-right: 2px;
  color: #607080;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ttg-careers-active > div {
  display: contents;
}

.ttg-careers-active > div button {
  padding: 6px 9px;
  border: 1px solid #b8c5cf;
  border-radius: 999px;
  color: #20394f;
  background: #fff;
  cursor: pointer;
  font-size: 11px;
  font-weight: 700;
}

.ttg-careers-active > div button:hover {
  border-color: #c8102e;
  color: #a70d27;
}

.ttg-careers-active > button {
  margin-left: auto;
  color: #6a7884;
}

.ttg-careers-empty {
  margin-top: 16px;
  padding: 54px 28px;
  border: 1px dashed #b9c5cf;
  border-radius: 10px;
  background: #f7f9fa;
  text-align: center;
}

.ttg-careers-empty[hidden] {
  display: none;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-empty h3 {
  margin: 0 0 8px;
  color: #062b52;
  font: 700 22px/1.2 Montserrat, Arial, sans-serif;
}

.ttg-careers-empty p {
  margin: 0 0 18px;
  color: #607080;
}

.ttg-careers-empty button {
  min-height: 42px;
  padding: 9px 16px;
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #c8102e;
  cursor: pointer;
  font-weight: 700;
}

.ttg-careers-board .ttg-breezy-box {
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
  box-shadow: none;
}

.ttg-careers-board .bzOpeningsCategoryList,
.ttg-careers-board .bzOpeningsList,
.ttg-careers-board .bzMeta {
  margin: 0;
  padding: 0;
  list-style: none;
}

.ttg-careers-board .bzOpeningsCategory {
  margin: 0 0 30px;
}

.ttg-careers-board .bzOpeningsCategory[hidden],
.ttg-careers-board .bzOpening[hidden],
.ttg-careers-board .ttg-breezy-box[hidden] {
  display: none !important;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-board .bzCategory {
  position: relative;
  margin: 0 0 12px;
  padding: 0 0 9px 15px;
  border-bottom: 1px solid #d9e0e6;
  color: #062b52;
  font: 700 18px/1.25 Montserrat, Arial, sans-serif;
}

.ttg-careers-board .bzCategory::before {
  position: absolute;
  top: 1px;
  bottom: 9px;
  left: 0;
  width: 4px;
  border-radius: 4px;
  content: "";
  background: #6e8b55;
}

.ttg-careers-board .bzOpeningsList {
  display: grid;
  gap: 12px;
}

.ttg-careers-board .bzOpening {
  margin: 0;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-board .bzOpening > a {
  position: relative;
  display: block;
  min-height: 130px;
  padding: 23px 142px 22px 22px;
  border: 1px solid #d7dfe5;
  border-left: 5px solid #0b416f;
  border-radius: 9px;
  color: #14283b;
  background: #fff;
  box-shadow: 0 8px 22px rgba(19, 44, 68, 0.07);
  text-decoration: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-board .bzOpening > a:hover {
  border-color: #8da2b3;
  border-left-color: #c8102e;
  box-shadow: 0 14px 30px rgba(19, 44, 68, 0.13);
  transform: translateY(-2px);
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-board .bzOpening h2 {
  margin: 0 0 13px;
  color: #062b52;
  font: 700 clamp(18px, 2vw, 23px)/1.25 Montserrat, Arial, sans-serif;
}

.ttg-careers-board .bzMeta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
}

.ttg-careers-board .bzMeta li {
  display: inline-flex;
  margin: 0;
  padding: 5px 8px;
  border-radius: 4px;
  color: #526879;
  background: #eef3f6;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.25;
}

.ttg-careers-board .bzMeta .bzSalary {
  color: #2d5a22;
  background: #edf5e8;
}

:is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-board .bzButtonApply {
  position: absolute;
  top: 50%;
  right: 22px;
  min-width: 92px;
  min-height: 43px;
  padding: 10px 16px;
  transform: translateY(-50%);
  border: 0;
  border-radius: 6px;
  color: #fff;
  background: #c8102e;
  font: 700 12px/1 Montserrat, Arial, sans-serif;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ttg-careers-board button:focus-visible,
.ttg-careers-board input:focus-visible,
.ttg-careers-board select:focus-visible,
.ttg-careers-board summary:focus-visible,
.ttg-careers-board a:focus-visible,
.ttg-careers-top-search button:focus-visible,
.ttg-careers-top-search select:focus-visible,
.ttg-careers-fit button:focus-visible,
.ttg-careers-fit select:focus-visible,
.ttg-careers-benefits summary:focus-visible,
.ttg-careers-community button:focus-visible {
  outline: 3px solid #70b9e8;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .ttg-careers-top-search {
    position: static;
    grid-template-columns: 1fr;
    gap: 19px;
    margin: 0 28px 30px;
  }

  .ttg-careers-people {
    grid-template-columns: 1fr;
    margin-bottom: 72px;
  }

  .ttg-careers-people__copy {
    border-radius: 18px 18px 0 0;
  }

  .ttg-careers-people__feature {
    border-radius: 0 0 18px 18px;
  }

  .ttg-careers-people__feature {
    min-height: 520px;
  }

  .ttg-careers-fit {
    grid-template-columns: 1fr;
  }

  .ttg-careers-fit__intro {
    min-height: 360px;
  }

  .ttg-careers-fit__form {
    border-top: 1px solid rgba(255, 255, 255, 0.12);
    border-left: 0;
  }

  .ttg-careers-engagement > header,
  .ttg-careers-spotlights > header,
  .ttg-careers-growth > header,
  .ttg-careers-benefits > header {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ttg-careers-engagement > header {
    align-items: flex-start;
    flex-direction: column;
  }

  .ttg-careers-engagement__rail {
    grid-template-columns: 1fr;
  }

  .ttg-careers-engagement__rail article {
    border-right: 0;
    border-bottom: 1px solid #d9e0e6;
  }

  .ttg-careers-engagement__rail article:last-child {
    border-bottom: 0;
  }

  .ttg-careers-engagement__rail p {
    min-height: 0;
  }

  .ttg-careers-culture__principles,
  .ttg-careers-apprenticeship__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttg-careers-culture__principles article:nth-child(3),
  .ttg-careers-apprenticeship__proof > div:nth-child(3) {
    border-left: 0;
  }

  .ttg-careers-culture__principles article:nth-child(n + 3),
  .ttg-careers-apprenticeship__proof > div:nth-child(n + 3) {
    margin-top: 28px;
    padding-top: 28px;
    border-top: 1px solid #d9e0e6;
  }

  .ttg-careers-apprenticeship {
    grid-template-columns: 1fr;
  }

  .ttg-careers-apprenticeship__proof > div:nth-child(n + 3) {
    border-top-color: rgba(255, 255, 255, 0.24);
  }

  .ttg-careers-growth__steps,
  .ttg-careers-growth__proof,
  .ttg-careers-benefits__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttg-careers-growth__steps::before { display: none; }

  .ttg-careers-growth__steps li,
  .ttg-careers-growth__steps li:nth-child(2),
  .ttg-careers-growth__steps li:nth-child(3),
  .ttg-careers-growth__steps li:nth-child(4) {
    transform: none;
  }

  .ttg-careers-growth__proof article:nth-child(3) { border-left: 0; }
  .ttg-careers-growth__proof article:nth-child(n + 3) { border-top: 1px solid #bdcbd4; }

  .ttg-careers-benefits__grid article:nth-child(2) {
    border-right: 0;
  }

  .ttg-careers-benefits__grid article:nth-child(-n + 2) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .ttg-careers-community__header,
  .ttg-careers-community__feature {
    grid-template-columns: 1fr;
  }

  .ttg-careers-community__summary {
    padding-left: 0;
    border-left: 0;
  }

  .ttg-careers-community__highlights {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .ttg-careers-community__highlights article:nth-child(2) {
    border-right: 0;
  }

  .ttg-careers-community__highlights article:nth-child(-n + 2) {
    border-bottom: 1px solid #d9e0e6;
  }

  .ttg-careers-layout {
    grid-template-columns: 230px minmax(0, 1fr);
    gap: 24px;
  }
}

@media (max-width: 760px) {
  .ttg-careers-people {
    min-height: 0;
    margin-bottom: 48px;
    border-radius: 12px;
  }

  .ttg-careers-people__copy {
    padding: 38px 26px;
    border-radius: 12px 12px 0 0;
  }

  :is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-people h2 {
    font-size: 36px;
  }

  .ttg-careers-people__feature {
    min-height: 430px;
    border-radius: 0 0 12px 12px;
  }

  .ttg-careers-top-search {
    position: static;
    margin: 0 14px 24px;
    padding: 24px 20px 22px;
    border-radius: 10px;
  }

  .ttg-careers-top-search form {
    grid-template-columns: 1fr;
    align-items: stretch;
  }

  :is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-top-search button {
    width: 100%;
  }

  .ttg-careers-snapshot {
    margin-top: -8px;
    padding: 22px;
  }

  .ttg-careers-snapshot__heading {
    align-items: flex-start;
    flex-direction: column;
    gap: 6px;
  }

  .ttg-careers-snapshot__cards {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .ttg-careers-stat {
    min-height: 320px;
  }

  .ttg-careers-fit,
  .ttg-careers-spotlights,
  .ttg-careers-legacy,
  .ttg-careers-growth,
  .ttg-careers-benefits {
    margin-bottom: 58px;
  }

  .ttg-careers-fit {
    border-radius: 12px;
  }

  .ttg-careers-fit__intro,
  .ttg-careers-fit__form {
    min-height: 0;
    padding: 38px 26px;
  }

  :is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-fit__intro h2 {
    font-size: 36px;
  }

  .ttg-careers-engagement > header {
    padding: 28px 24px 24px;
  }

  .ttg-careers-engagement__rail article {
    grid-template-columns: 44px minmax(0, 1fr);
    gap: 15px;
    padding: 28px 24px 31px;
  }

  .ttg-careers-engagement__rail svg {
    width: 36px;
    height: 36px;
  }

  .ttg-careers-spotlights > header {
    grid-template-columns: 1fr;
    gap: 22px;
  }

  .ttg-careers-spotlights > header p {
    padding-left: 20px;
  }

  .ttg-careers-spotlights__grid {
    grid-template-columns: 1fr;
    gap: 1px;
  }

  .ttg-careers-spotlights figure img {
    height: 330px;
  }

  .ttg-careers-spotlights figcaption {
    min-height: 0;
  }

  .ttg-careers-spotlights__story {
    min-height: 0;
    padding: 38px 26px 42px;
  }

  .ttg-careers-legacy {
    border-radius: 12px;
  }

  .ttg-careers-culture,
  .ttg-careers-apprenticeship,
  .ttg-careers-commitment {
    padding: 36px 26px;
  }

  .ttg-careers-culture__principles,
  .ttg-careers-apprenticeship__proof,
  .ttg-careers-commitment {
    grid-template-columns: 1fr;
  }

  .ttg-careers-culture__principles article,
  .ttg-careers-culture__principles article:first-child,
  .ttg-careers-culture__principles article:nth-child(3) {
    margin: 0;
    padding: 24px 0;
    border-top: 1px solid #d9e0e6;
    border-left: 0;
  }

  .ttg-careers-culture__principles article:first-child {
    border-top: 0;
  }

  .ttg-careers-apprenticeship__proof > div,
  .ttg-careers-apprenticeship__proof > div:nth-child(3),
  .ttg-careers-apprenticeship__proof > div:nth-child(n + 3) {
    margin: 0;
    padding: 26px 0;
    border-top: 1px solid rgba(255, 255, 255, 0.24);
    border-left: 0;
  }

  .ttg-careers-commitment article,
  .ttg-careers-commitment article + article {
    padding: 0;
    border-left: 0;
  }

  .ttg-careers-commitment article + article {
    margin-top: 34px;
    padding-top: 34px;
    border-top: 1px solid #d9e0e6;
  }

  .ttg-careers-growth {
    padding: 38px 24px;
  }

  .ttg-careers-growth__steps {
    grid-template-columns: 1fr;
    gap: 14px;
    padding: 0 0 0 22px;
  }

  .ttg-careers-growth__steps::before {
    display: block;
    top: 18px;
    bottom: 18px;
    right: auto;
    left: 5px;
    width: 3px;
    height: auto;
  }

  .ttg-careers-growth__steps li::before {
    position: absolute;
    top: 28px;
    left: -25px;
    width: 9px;
    height: 9px;
    border: 3px solid #f8fbfc;
    border-radius: 50%;
    background: #c8102e;
    box-shadow: 0 0 0 2px #c8102e;
    content: "";
  }

  .ttg-careers-growth__steps strong { min-height: 0; }

  .ttg-careers-growth__proof {
    grid-template-columns: 1fr;
  }

  .ttg-careers-growth__proof article,
  .ttg-careers-growth__proof article:first-child,
  .ttg-careers-growth__proof article:last-child {
    padding: 23px 0;
    border-top: 1px solid #bdcbd4;
    border-left: 0;
  }

  .ttg-careers-growth__proof article:first-child { border-top: 0; }

  .ttg-careers-growth > footer {
    display: grid;
    align-items: start;
  }

  .ttg-careers-growth > footer button {
    justify-self: start;
  }

  .ttg-careers-benefits {
    border-radius: 12px;
  }

  .ttg-careers-benefits > header {
    grid-template-columns: 1fr;
    gap: 18px;
    padding: 38px 26px 30px;
  }

  .ttg-careers-benefits__grid {
    grid-template-columns: 1fr;
  }

  .ttg-careers-benefits__grid article,
  .ttg-careers-benefits__grid article:nth-child(2) {
    padding: 30px 26px 32px;
    border-right: 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .ttg-careers-benefits__grid article:last-child {
    border-bottom: 0;
  }

  .ttg-careers-community {
    margin-bottom: 58px;
    border-radius: 12px;
  }

  .ttg-careers-community__header,
  .ttg-careers-community__story {
    padding: 34px 26px 38px;
  }

  :is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-community h2 {
    font-size: 32px;
  }

  .ttg-careers-community__highlights {
    grid-template-columns: 1fr;
  }

  .ttg-careers-community__highlights article {
    border-right: 0;
    border-bottom: 1px solid #d9e0e6;
  }

  .ttg-careers-community__highlights article:last-child {
    border-bottom: 0;
  }

  .ttg-careers-searchbar {
    grid-template-columns: 1fr;
    gap: 12px;
    padding: 22px 18px;
  }

  .ttg-careers-filter-toggle {
    display: flex;
    width: 100%;
    min-height: 48px;
    align-items: center;
    justify-content: space-between;
    margin: 0 0 18px;
    padding: 12px 16px;
    border: 1px solid #b8c6d1;
    border-radius: 7px;
    color: #062b52;
    background: #fff;
    cursor: pointer;
    font: 700 14px/1.2 Montserrat, Arial, sans-serif;
  }

  .ttg-careers-layout {
    grid-template-columns: 1fr;
    gap: 20px;
  }

  .ttg-careers-filters {
    position: static;
    display: none;
  }

  .ttg-careers-board.filters-open .ttg-careers-filters {
    display: block;
  }

  .ttg-careers-results__top {
    align-items: flex-start;
    flex-direction: column;
  }

  .ttg-careers-active > button {
    margin-left: 0;
  }

  :is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-board .bzOpening > a {
    padding: 20px 20px 76px;
  }

  :is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-board .bzButtonApply {
    top: auto;
    right: auto;
    bottom: 18px;
    left: 20px;
    min-width: 104px;
    transform: none;
  }
}

@media (max-width: 520px) {
  .ttg-careers-stat {
    min-height: 280px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ttg-careers-people__feature img,
  .ttg-careers-stat img,
  .ttg-careers-spotlights figure img,
  :is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-video-play,
  :is(body.page-id-5589, body.ttg-careers-hub-page) #openings .ttg-careers-board .bzOpening > a {
    transition: none;
  }
}
