@font-face {
  font-family: "Vina Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/vina-sans/vina-sans-400-vi.woff2") format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

@font-face {
  font-family: "Vina Sans";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("../../fonts/vina-sans/vina-sans-400-latin.woff2") format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

.edu-author {
  --author-red: #d71920;
  --author-red-dark: #b70810;
  --author-ink: #242126;
  --author-copy: #665f63;
  --author-muted: #8a8185;
  --author-soft: #fff8f6;
  --author-soft-strong: #fff0ed;
  --author-line: #f0dfdc;
  --author-card: #fff;
  --author-shadow: 0 16px 44px rgb(81 38 37 / 9%);
  width: 100%;
  overflow: hidden;
  background: #fff;
  color: var(--author-copy);
  font-family: "EduTime Sans", "Be Vietnam Pro", sans-serif;
  font-size: 15px;
  line-height: 1.75;
  isolation: isolate;
}

.edu-author,
.edu-author * {
  box-sizing: border-box;
}

.edu-author :is(h1, h2, h3, p, figure, ul, ol, dl, dd) {
  margin: 0;
}

.edu-author :is(h1, h2, h3) {
  color: var(--author-ink) !important;
  font-family: inherit !important;
  letter-spacing: -0.03em !important;
  text-transform: none !important;
}

.edu-author a {
  color: inherit;
  text-decoration: none;
}

.edu-author img {
  display: block;
  max-width: 100%;
}

.edu-author svg {
  display: block;
  width: 22px;
  height: 22px;
  flex: 0 0 auto;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.edu-author :focus-visible {
  outline: 3px solid rgb(215 25 32 / 38%);
  outline-offset: 4px;
}

.edu-author__wrap {
  position: relative;
  z-index: 2;
  width: min(1180px, calc(100% - 40px));
  min-width: 0;
  margin-inline: auto;
}

.edu-author__hero {
  position: relative;
  padding: 22px 0 70px;
  overflow: hidden;
  background:
    radial-gradient(circle at 7% 12%, rgb(215 25 32 / 5%) 0 5px, transparent 6px),
    radial-gradient(circle at 92% 16%, rgb(215 25 32 / 8%) 0 4px, transparent 5px),
    linear-gradient(125deg, #fff 0 52%, #fff9f7 100%);
}

.edu-author__hero::before {
  position: absolute;
  right: -170px;
  bottom: -245px;
  width: 640px;
  height: 640px;
  border: 1px solid rgb(215 25 32 / 7%);
  border-radius: 50%;
  box-shadow: 0 0 0 74px rgb(215 25 32 / 2.5%), 0 0 0 148px rgb(215 25 32 / 1.5%);
  content: "";
}

.edu-author__hero::after {
  position: absolute;
  top: 75px;
  left: -30px;
  width: 190px;
  height: 190px;
  border-radius: 50%;
  background: radial-gradient(circle, rgb(248 199 190 / 34%), rgb(255 247 244 / 0) 70%);
  content: "";
}

.edu-author__orb {
  position: absolute;
  z-index: 1;
  border-radius: 50%;
  pointer-events: none;
}

.edu-author__orb--one {
  top: 105px;
  right: 13%;
  width: 12px;
  height: 12px;
  background: #f5b3ad;
  box-shadow: 38px 23px 0 -3px #efdad7, 74px -15px 0 -1px #f7cbc6, 105px 21px 0 -4px #d71920;
}

.edu-author__orb--two {
  bottom: 55px;
  left: 6%;
  width: 8px;
  height: 8px;
  background: #d71920;
  opacity: 0.25;
  box-shadow: 28px -18px 0 1px #f4c3be, 63px 5px 0 -2px #d71920;
}

.edu-author__breadcrumb {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 9px;
  margin-bottom: 42px;
  color: #8a8185;
  font-size: 12px;
}

.edu-author__breadcrumb a {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: color 0.2s ease;
}

.edu-author__breadcrumb a:hover {
  color: var(--author-red);
}

.edu-author__breadcrumb svg {
  width: 15px;
  height: 15px;
}

.edu-author__breadcrumb > span:last-child {
  min-width: 0;
  overflow: hidden;
  color: #554e52;
  font-weight: 700;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.edu-author__hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.34fr) minmax(330px, 0.66fr);
  align-items: center;
  gap: clamp(48px, 7vw, 94px);
}

.edu-author__hero-copy {
  min-width: 0;
  animation: edu-author-rise 0.62s ease both;
}

.edu-author__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  color: var(--author-red);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.edu-author__eyebrow::after {
  width: 36px;
  height: 1px;
  margin-left: 3px;
  background: currentColor;
  content: "";
  opacity: 0.48;
}

.edu-author__eyebrow svg {
  width: 19px;
  height: 19px;
}

.edu-author #edu-author-title,
#wrapper .edu-author #edu-author-title {
  max-width: 760px;
  margin: 0 !important;
  color: var(--author-ink) !important;
  font-family: "Vina Sans", "EduTime Sans", sans-serif !important;
  font-size: clamp(43px, 5.1vw, 66px) !important;
  font-weight: 400 !important;
  line-height: 1.04 !important;
  letter-spacing: 0.002em !important;
}

.edu-author__role {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-top: 16px !important;
  color: var(--author-red) !important;
  font-size: 17px !important;
  font-weight: 800;
  line-height: 1.45;
}

.edu-author__role::before {
  width: 38px;
  height: 3px;
  border-radius: 99px;
  background: var(--author-red);
  content: "";
}

.edu-author__lead {
  max-width: 720px;
  margin-top: 18px;
  color: var(--author-copy);
  font-size: 15px;
  line-height: 1.75;
}

.edu-author__lead p + p {
  margin-top: 10px;
}

.edu-author__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 25px;
}

.edu-author__button {
  display: inline-flex !important;
  min-height: 50px;
  align-items: center;
  justify-content: center;
  gap: 14px;
  margin: 0 !important;
  padding: 10px 18px 10px 22px;
  border: 1px solid transparent;
  border-radius: 999px;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.2;
  transition: transform 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
}

.edu-author__button svg {
  width: 20px;
  height: 20px;
}

.edu-author__button--primary {
  min-width: 168px;
  background: linear-gradient(120deg, var(--author-red), var(--author-red-dark));
  box-shadow: 0 10px 24px rgb(215 25 32 / 22%);
  color: #fff !important;
}

.edu-author__button--primary svg {
  width: 30px;
  height: 30px;
  padding: 7px;
  border-radius: 50%;
  background: #fff;
  color: var(--author-red);
}

.edu-author__button--ghost {
  border-color: #efd2ce;
  background: rgb(255 255 255 / 82%);
  color: var(--author-red) !important;
}

.edu-author__button:hover {
  transform: translateY(-2px);
}

.edu-author__button--primary:hover {
  box-shadow: 0 14px 30px rgb(215 25 32 / 28%);
}

.edu-author__button--ghost:hover {
  background: var(--author-soft-strong);
}

.edu-author__proof {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
  margin-top: 30px;
}

.edu-author__proof-item {
  display: flex;
  min-width: 0;
  min-height: 76px;
  align-items: center;
  gap: 10px;
  padding: 12px;
  border: 1px solid #f1e2df;
  border-radius: 14px;
  background: rgb(255 255 255 / 88%);
  box-shadow: 0 8px 22px rgb(84 41 39 / 6%);
}

.edu-author__proof-item > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--author-soft-strong);
  color: var(--author-red);
}

.edu-author__proof-item svg {
  width: 19px;
  height: 19px;
}

.edu-author__proof-item div {
  min-width: 0;
}

.edu-author__proof-item strong,
.edu-author__proof-item small {
  display: block;
}

.edu-author__proof-item strong {
  overflow: hidden;
  color: var(--author-red) !important;
  font-size: 18px;
  font-weight: 850;
  line-height: 1.2;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.edu-author__proof-item small {
  margin-top: 4px;
  color: #746d71;
  font-size: 9px;
  line-height: 1.35;
}

.edu-author__portrait-card {
  position: relative;
  width: min(100%, 390px);
  justify-self: end;
  padding: 15px 15px 18px;
  border: 1px solid rgb(215 25 32 / 11%);
  border-radius: 34px 34px 18px 18px;
  background: linear-gradient(145deg, #fff, #fff7f5);
  box-shadow: 0 25px 60px rgb(80 37 37 / 14%);
  animation: edu-author-card-in 0.72s 0.08s ease both;
}

.edu-author__portrait-card::before {
  position: absolute;
  top: -26px;
  right: -26px;
  z-index: -1;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  background: var(--author-red);
  content: "";
}

.edu-author__portrait-card::after {
  position: absolute;
  right: -42px;
  bottom: 82px;
  z-index: -1;
  width: 108px;
  height: 108px;
  border: 24px solid #f8c9c4;
  border-radius: 50%;
  content: "";
  opacity: 0.58;
}

.edu-author__portrait-mark {
  position: absolute;
  top: 27px;
  left: -30px;
  z-index: 3;
  padding: 8px 17px;
  border-radius: 999px;
  background: var(--author-red);
  box-shadow: 0 8px 22px rgb(215 25 32 / 24%);
  color: #fff;
  font-size: 10px;
  font-weight: 850;
  letter-spacing: 0.14em;
}

.edu-author__portrait {
  position: relative;
  height: 420px;
  overflow: hidden;
  border-radius: 25px 25px 12px 12px;
  background:
    radial-gradient(circle at 50% 26%, #fff 0 13%, transparent 13.5%),
    linear-gradient(160deg, #fff0ec 0, #fbe1dc 48%, #d71920 130%);
}

.edu-author__portrait::after {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 28%;
  background: linear-gradient(transparent, rgb(36 33 38 / 15%));
  content: "";
  pointer-events: none;
}

.edu-author__portrait img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  object-position: center 22%;
  transition: transform 0.45s ease;
}

.edu-author__portrait-card:hover .edu-author__portrait img {
  transform: scale(1.025);
}

.edu-author__verified {
  position: relative;
  z-index: 4;
  display: flex;
  width: calc(100% - 34px);
  min-height: 66px;
  align-items: center;
  gap: 11px;
  margin: -33px auto 0;
  padding: 10px 14px;
  border: 1px solid #f0d8d4;
  border-radius: 14px;
  background: rgb(255 255 255 / 94%);
  box-shadow: 0 12px 30px rgb(72 36 35 / 16%);
  backdrop-filter: blur(8px);
}

.edu-author__verified > span {
  display: grid;
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  place-items: center;
  border-radius: 50%;
  background: var(--author-red);
  color: #fff;
}

.edu-author__verified svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.4;
}

.edu-author__verified strong,
.edu-author__verified small {
  display: block;
}

.edu-author__verified strong {
  color: var(--author-ink) !important;
  font-size: 12px;
  line-height: 1.35;
}

.edu-author__verified small {
  margin-top: 2px;
  color: var(--author-muted);
  font-size: 9px;
}

.edu-author__portrait-card > p {
  margin-top: 12px !important;
  color: var(--author-red) !important;
  font-size: 8px !important;
  font-weight: 850;
  letter-spacing: 0.24em;
  text-align: center;
}

.edu-author__profile {
  position: relative;
  padding: 72px 0 78px;
  background: #fff;
}

.edu-author__section-heading {
  max-width: 760px;
  margin: 0 auto 28px;
  text-align: center;
}

.edu-author__section-heading--left {
  margin-inline: 0;
  text-align: left;
}

.edu-author__section-heading > span,
.edu-author__articles-heading > div > span {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 7px;
  color: var(--author-red);
  font-size: 11px;
  font-weight: 850;
  letter-spacing: 0.075em;
  text-transform: uppercase;
}

.edu-author__section-heading > span::before,
.edu-author__articles-heading > div > span::before {
  width: 24px;
  height: 2px;
  border-radius: 99px;
  background: currentColor;
  content: "";
}

.edu-author__section-heading h2,
#wrapper .edu-author__section-heading h2 {
  margin: 0 !important;
  font-size: clamp(28px, 3.2vw, 42px) !important;
  font-weight: 850 !important;
  line-height: 1.18 !important;
}

.edu-author__section-heading > p,
.edu-author__articles-heading > div > p {
  max-width: 690px;
  margin-top: 8px !important;
  color: var(--author-copy) !important;
  font-size: 14px !important;
  line-height: 1.7;
}

.edu-author__profile-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.62fr) minmax(310px, 0.78fr);
  align-items: start;
  gap: 20px;
}

.edu-author__bio-card,
.edu-author__facts-card {
  min-width: 0;
  border: 1px solid var(--author-line);
  border-radius: 22px;
  background: #fff;
  box-shadow: var(--author-shadow);
}

.edu-author__bio-card {
  padding: clamp(24px, 3vw, 38px);
}

.edu-author__bio-heading {
  display: flex;
  align-items: center;
  gap: 13px;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid var(--author-line);
}

.edu-author__bio-heading > span {
  display: grid;
  width: 52px;
  height: 52px;
  flex: 0 0 52px;
  place-items: center;
  border-radius: 50%;
  background: var(--author-soft-strong);
  color: var(--author-red);
}

.edu-author__bio-heading svg {
  width: 27px;
  height: 27px;
}

.edu-author__bio-heading small,
.edu-author__bio-heading h3 {
  display: block;
}

.edu-author__bio-heading small {
  margin-bottom: 2px;
  color: var(--author-red);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.edu-author__bio-heading h3,
#wrapper .edu-author__bio-heading h3 {
  margin: 0 !important;
  font-size: 21px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.edu-author__prose {
  color: #585155;
  font-size: 15px;
  line-height: 1.8;
}

.edu-author__prose > :first-child {
  margin-top: 0 !important;
}

.edu-author__prose > :last-child {
  margin-bottom: 0 !important;
}

.edu-author__prose p + p {
  margin-top: 14px;
}

.edu-author__prose :is(ul, ol) {
  display: grid;
  gap: 9px;
  margin: 14px 0 18px !important;
  padding-left: 22px;
}

.edu-author__prose li {
  margin: 0 !important;
  padding-left: 3px;
}

.edu-author__prose li::marker {
  color: var(--author-red);
}

.edu-author__prose :is(strong, b) {
  color: var(--author-red) !important;
  font-weight: 800;
}

.edu-author__prose a {
  color: var(--author-red);
  font-weight: 700;
  text-decoration: underline;
  text-decoration-color: rgb(215 25 32 / 32%);
  text-underline-offset: 3px;
}

.edu-author__facts-card {
  position: relative;
  padding: 26px;
  overflow: hidden;
  background:
    radial-gradient(circle at 100% 0, rgb(215 25 32 / 7%), transparent 32%),
    #fff;
}

.edu-author__facts-card::after {
  position: absolute;
  right: -37px;
  bottom: -40px;
  width: 112px;
  height: 112px;
  border: 20px solid rgb(215 25 32 / 4%);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.edu-author__facts-kicker {
  color: var(--author-red);
  font-size: 9px;
  font-weight: 850;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.edu-author__facts-card > h3,
#wrapper .edu-author__facts-card > h3 {
  margin: 4px 0 18px !important;
  font-size: 22px !important;
  font-weight: 850 !important;
  line-height: 1.35 !important;
}

.edu-author__facts {
  display: grid;
  gap: 0;
  margin: 0 !important;
}

.edu-author__facts > div {
  padding: 13px 0;
  border-top: 1px solid var(--author-line);
}

.edu-author__facts dt {
  display: flex;
  align-items: center;
  gap: 7px;
  color: var(--author-muted);
  font-size: 9px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.edu-author__facts dt svg {
  width: 15px;
  height: 15px;
  color: var(--author-red);
}

.edu-author__facts dd {
  margin: 5px 0 0 !important;
  color: var(--author-ink);
  font-size: 13px;
  font-weight: 750;
  line-height: 1.55;
}

.edu-author__expertise {
  margin-top: 18px;
}

.edu-author__expertise > span {
  display: block;
  margin-bottom: 9px;
  color: var(--author-ink);
  font-size: 11px;
  font-weight: 850;
}

.edu-author__expertise ul {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin: 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.edu-author__expertise li {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  margin: 0 !important;
  padding: 7px 9px;
  border-radius: 999px;
  background: var(--author-soft-strong);
  color: #5d5559;
  font-size: 9px;
  font-weight: 700;
}

.edu-author__expertise li svg {
  width: 13px;
  height: 13px;
  color: var(--author-red);
  stroke-width: 2.4;
}

.edu-author__contacts {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 8px;
  margin-top: 22px;
  padding-top: 20px;
  border-top: 1px solid var(--author-line);
}

.edu-author__contacts > a {
  display: flex;
  min-width: 0;
  align-items: center;
  gap: 10px;
  padding: 9px;
  border: 1px solid transparent;
  border-radius: 11px;
  transition: border-color 0.2s ease, background 0.2s ease, transform 0.2s ease;
}

.edu-author__contacts > a:hover {
  border-color: #f0d5d1;
  background: var(--author-soft);
  transform: translateX(2px);
}

.edu-author__contacts > a > svg {
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  padding: 8px;
  border-radius: 50%;
  background: var(--author-red);
  color: #fff;
}

.edu-author__contacts > a > span {
  min-width: 0;
}

.edu-author__contacts small,
.edu-author__contacts strong {
  display: block;
}

.edu-author__contacts small {
  color: var(--author-muted);
  font-size: 8px;
}

.edu-author__contacts strong {
  overflow-wrap: anywhere;
  color: var(--author-ink) !important;
  font-size: 11px;
  line-height: 1.45;
}

.edu-author__quick-consult {
  position: relative;
  z-index: 1;
  display: grid;
  gap: 11px;
  margin-top: 20px;
  padding: 17px;
  overflow: hidden;
  border: 1px solid #f0d5d1;
  border-radius: 16px;
  background:
    radial-gradient(circle at 100% 0, rgb(215 25 32 / 11%), transparent 42%),
    linear-gradient(145deg, #fff 0%, #fff7f6 100%);
}

.edu-author__quick-consult::after {
  position: absolute;
  right: -22px;
  bottom: -26px;
  width: 72px;
  height: 72px;
  border: 12px solid rgb(215 25 32 / 5%);
  border-radius: 50%;
  content: "";
  pointer-events: none;
}

.edu-author__quick-consult-heading,
.edu-author__quick-consult-row,
.edu-author__quick-consult-status {
  position: relative;
  z-index: 1;
}

.edu-author__quick-consult-heading strong,
.edu-author__quick-consult-heading span {
  display: block;
}

.edu-author__quick-consult-heading strong {
  color: var(--author-ink);
  font-size: 12px;
  font-weight: 850;
  line-height: 1.4;
}

.edu-author__quick-consult-heading span {
  margin-top: 3px;
  color: var(--author-muted);
  font-size: 9px;
  line-height: 1.55;
}

.edu-author__quick-consult-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 8px;
}

.edu-author__quick-consult-field {
  position: relative;
  display: flex;
  min-width: 0;
  align-items: center;
  margin: 0;
}

.edu-author__quick-consult-field > span {
  position: absolute;
  left: 11px;
  display: grid;
  width: 18px;
  height: 18px;
  place-items: center;
  color: var(--author-red);
  pointer-events: none;
}

.edu-author__quick-consult-field svg {
  width: 16px;
  height: 16px;
}

.edu-author__quick-consult-field input {
  width: 100%;
  height: 42px;
  margin: 0 !important;
  padding: 0 12px 0 36px !important;
  border: 1px solid #ead9d7 !important;
  border-radius: 10px !important;
  background: #fff !important;
  box-shadow: none !important;
  color: var(--author-ink) !important;
  font: inherit;
  font-size: 10px;
}

.edu-author__quick-consult-field input:focus {
  border-color: var(--author-red) !important;
  box-shadow: 0 0 0 3px rgb(215 25 32 / 10%) !important;
  outline: 0;
}

.edu-author__quick-consult-submit {
  display: inline-flex;
  min-height: 42px;
  align-items: center;
  justify-content: center;
  gap: 6px;
  margin: 0 !important;
  padding: 0 13px !important;
  border: 0 !important;
  border-radius: 10px !important;
  background: linear-gradient(135deg, var(--author-red), var(--author-red-dark)) !important;
  box-shadow: 0 8px 18px rgb(171 12 18 / 18%);
  color: #fff !important;
  font-size: 9px;
  font-weight: 850;
  line-height: 1.2;
  text-transform: none;
  white-space: nowrap;
  cursor: pointer;
  transition: transform .2s ease, box-shadow .2s ease, opacity .2s ease;
}

.edu-author__quick-consult-submit:hover {
  box-shadow: 0 10px 22px rgb(171 12 18 / 25%);
  transform: translateY(-1px);
}

.edu-author__quick-consult-submit:disabled {
  cursor: wait;
  opacity: .7;
  transform: none;
}

.edu-author__quick-consult-submit svg {
  width: 14px;
  height: 14px;
}

.edu-author__quick-consult-status {
  display: none;
  margin: 0 !important;
  padding: 8px 10px;
  border-radius: 9px;
  font-size: 9px;
  font-weight: 700;
  line-height: 1.45;
}

.edu-author__quick-consult-status.is-visible {
  display: block;
}

.edu-author__quick-consult-status.is-success {
  background: #edf9f1;
  color: #176b37;
}

.edu-author__quick-consult-status.is-error {
  background: #fff0ef;
  color: #a90b12;
}

.edu-author__quick-consult-trap {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  clip: rect(0 0 0 0) !important;
  clip-path: inset(50%) !important;
  white-space: nowrap !important;
}

@media (max-width: 420px) {
  .edu-author__quick-consult-row {
    grid-template-columns: 1fr;
  }
}

.edu-author__articles {
  padding: 72px 0 76px;
  background:
    radial-gradient(circle at 4% 16%, rgb(215 25 32 / 5%), transparent 19%),
    radial-gradient(circle at 94% 80%, rgb(215 25 32 / 4%), transparent 22%),
    #fffafa;
  scroll-margin-top: 100px;
}

.edu-author__articles-heading {
  display: flex;
  max-width: none;
  align-items: end;
  justify-content: space-between;
  gap: 30px;
  margin-bottom: 29px;
  text-align: left;
}

.edu-author__articles-heading > div {
  max-width: 760px;
}

.edu-author__articles-heading > a {
  display: grid;
  min-width: 152px;
  grid-template-columns: 32px 1fr;
  align-items: center;
  gap: 2px 10px;
  padding: 13px 16px;
  border: 1px solid #efdeda;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 7px 20px rgb(75 36 34 / 6%);
}

.edu-author__articles-heading > a svg {
  grid-row: 1 / 3;
  width: 32px;
  height: 32px;
  padding: 7px;
  border-radius: 50%;
  background: var(--author-soft-strong);
  color: var(--author-red);
}

.edu-author__articles-heading > a strong {
  color: var(--author-red) !important;
  font-size: 17px;
  line-height: 1.1;
}

.edu-author__articles-heading > a span {
  color: var(--author-muted);
  font-size: 8px;
}

.edu-author__article-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.edu-author__article-card {
  display: flex;
  min-width: 0;
  min-height: 100%;
  flex-direction: column;
  overflow: hidden;
  border: 1px solid var(--author-line);
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 10px 28px rgb(74 38 36 / 7%);
  transition: transform 0.26s ease, box-shadow 0.26s ease, border-color 0.26s ease;
  animation: edu-author-rise 0.48s ease both;
}

.edu-author__article-card:nth-child(3n + 2) {
  animation-delay: 0.05s;
}

.edu-author__article-card:nth-child(3n) {
  animation-delay: 0.1s;
}

.edu-author__article-card:hover {
  border-color: #ebc8c4;
  box-shadow: 0 18px 38px rgb(73 36 35 / 12%);
  transform: translateY(-5px);
}

.edu-author__article-media {
  position: relative;
  display: block;
  height: 210px;
  overflow: hidden;
  background: linear-gradient(145deg, #fff4f1, #fff);
}

.edu-author__article-media > img {
  width: 100% !important;
  height: 100% !important;
  margin: 0 !important;
  object-fit: cover;
  transition: transform 0.42s ease;
}

.edu-author__article-card:hover .edu-author__article-media > img {
  transform: scale(1.045);
}

.edu-author__article-placeholder {
  display: grid;
  height: 100%;
  place-items: center;
  padding: 28px;
}

.edu-author__article-placeholder img {
  width: min(190px, 64%);
  height: auto;
}

.edu-author__article-category {
  position: absolute;
  bottom: 12px;
  left: 12px;
  max-width: calc(100% - 24px);
  overflow: hidden;
  padding: 6px 10px;
  border: 1px solid rgb(255 255 255 / 55%);
  border-radius: 999px;
  background: rgb(215 25 32 / 92%);
  box-shadow: 0 5px 15px rgb(61 21 22 / 18%);
  color: #fff;
  font-size: 8px;
  font-weight: 800;
  letter-spacing: 0.035em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
  backdrop-filter: blur(5px);
}

.edu-author__article-body {
  display: flex;
  min-width: 0;
  flex: 1;
  flex-direction: column;
  padding: 18px;
}

.edu-author__article-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 7px 14px;
  color: var(--author-muted);
  font-size: 8px;
}

.edu-author__article-meta span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.edu-author__article-meta svg {
  width: 13px;
  height: 13px;
  color: var(--author-red);
}

.edu-author__article-card h3,
#wrapper .edu-author__article-card h3 {
  margin: 10px 0 8px !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1.45 !important;
}

.edu-author__article-card h3 a {
  display: -webkit-box;
  overflow: hidden;
  color: var(--author-ink) !important;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.edu-author__article-card h3 a:hover {
  color: var(--author-red) !important;
}

.edu-author__article-body > p {
  display: -webkit-box;
  margin-bottom: 16px !important;
  overflow: hidden;
  color: #70686d !important;
  font-size: 11px !important;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.edu-author__article-link {
  display: inline-flex;
  width: max-content;
  align-items: center;
  gap: 8px;
  margin-top: auto;
  color: var(--author-red) !important;
  font-size: 10px;
  font-weight: 850;
}

.edu-author__article-link svg {
  width: 16px;
  height: 16px;
  transition: transform 0.2s ease;
}

.edu-author__article-link:hover svg {
  transform: translateX(3px);
}

.edu-author__pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 7px;
  margin-top: 34px;
}

.edu-author__pagination .page-numbers {
  display: inline-flex;
  min-width: 40px;
  height: 40px;
  align-items: center;
  justify-content: center;
  margin: 0 !important;
  padding: 0 12px;
  border: 1px solid #eddcd9;
  border-radius: 999px;
  background: #fff;
  color: #625b5f !important;
  font-size: 11px;
  font-weight: 750;
  line-height: 1;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.edu-author__pagination .page-numbers:hover,
.edu-author__pagination .page-numbers.current {
  border-color: var(--author-red);
  background: var(--author-red);
  color: #fff !important;
  transform: translateY(-1px);
}

.edu-author__pagination .dots:hover {
  border-color: #eddcd9;
  background: #fff;
  color: #625b5f !important;
  transform: none;
}

.edu-author__empty {
  padding: 54px 20px;
  border: 1px dashed #eaccc8;
  border-radius: 20px;
  background: #fff;
  text-align: center;
}

.edu-author__empty > svg {
  width: 50px;
  height: 50px;
  margin: 0 auto 12px;
  padding: 12px;
  border-radius: 50%;
  background: var(--author-soft-strong);
  color: var(--author-red);
}

.edu-author__empty h3 {
  font-size: 19px !important;
}

.edu-author__empty p {
  margin-top: 5px !important;
  font-size: 13px;
}

.edu-author__cta {
  padding: 0 0 70px;
  background: #fffafa;
}

.edu-author__cta-card {
  position: relative;
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr) auto;
  align-items: center;
  gap: 20px;
  padding: 27px 30px;
  overflow: hidden;
  border-radius: 22px;
  background:
    radial-gradient(circle at 90% 15%, rgb(255 255 255 / 15%) 0 3px, transparent 4px) 0 0 / 22px 22px,
    linear-gradient(120deg, #bc0911, #e3131b);
  box-shadow: 0 18px 40px rgb(177 7 15 / 23%);
  color: #fff;
}

.edu-author__cta-card::after {
  position: absolute;
  top: -110px;
  right: 15%;
  width: 260px;
  height: 260px;
  border: 44px solid rgb(255 255 255 / 7%);
  border-radius: 50%;
  content: "";
}

.edu-author__cta-icon {
  position: relative;
  z-index: 1;
  display: grid;
  width: 64px;
  height: 64px;
  place-items: center;
  border: 1px solid rgb(255 255 255 / 38%);
  border-radius: 50%;
  background: rgb(255 255 255 / 14%);
  color: #fff;
}

.edu-author__cta-icon svg {
  width: 31px;
  height: 31px;
}

.edu-author__cta-card > div {
  position: relative;
  z-index: 1;
}

.edu-author__cta-card > div > span {
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  opacity: 0.8;
}

.edu-author__cta-card h2,
#wrapper .edu-author__cta-card h2 {
  margin: 2px 0 3px !important;
  color: #fff !important;
  font-size: 24px !important;
  font-weight: 850 !important;
  line-height: 1.3 !important;
}

.edu-author__cta-card p {
  color: rgb(255 255 255 / 80%) !important;
  font-size: 11px !important;
}

.edu-author__button--light {
  position: relative;
  z-index: 2;
  min-width: 180px;
  background: #fff;
  box-shadow: 0 8px 22px rgb(97 0 6 / 18%);
  color: var(--author-red) !important;
}

.edu-author__button--light:hover {
  box-shadow: 0 12px 26px rgb(97 0 6 / 26%);
}

@keyframes edu-author-rise {
  from {
    opacity: 0;
    transform: translateY(14px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes edu-author-card-in {
  from {
    opacity: 0;
    transform: translateX(18px) rotate(1deg);
  }
  to {
    opacity: 1;
    transform: translateX(0) rotate(0);
  }
}

@media (max-width: 1024px) {
  .edu-author__hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(290px, 0.8fr);
    gap: 38px;
  }

  .edu-author__portrait {
    height: 380px;
  }

  .edu-author__proof {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-author__proof-item:last-child {
    grid-column: 1 / -1;
  }

  .edu-author__profile-grid {
    grid-template-columns: minmax(0, 1.42fr) minmax(280px, 0.78fr);
  }

  .edu-author__article-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 767px) {
  .edu-author {
    font-size: 14px;
  }

  .edu-author__wrap {
    width: min(100% - 28px, 620px);
  }

  .edu-author__hero {
    padding: 16px 0 48px;
  }

  .edu-author__breadcrumb {
    margin-bottom: 26px;
    font-size: 10px;
  }

  .edu-author__breadcrumb > span:last-child {
    max-width: 38vw;
  }

  .edu-author__hero-grid {
    grid-template-columns: 1fr;
    gap: 34px;
  }

  .edu-author #edu-author-title,
  #wrapper .edu-author #edu-author-title {
    font-size: clamp(36px, 11vw, 48px) !important;
  }

  .edu-author__role {
    align-items: flex-start;
    font-size: 14px !important;
  }

  .edu-author__role::before {
    margin-top: 9px;
  }

  .edu-author__lead {
    font-size: 13px;
  }

  .edu-author__actions {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .edu-author__button {
    min-width: 0;
    padding-inline: 14px;
    font-size: 11px;
  }

  .edu-author__proof {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .edu-author__proof-item:last-child {
    grid-column: auto;
  }

  .edu-author__proof-item {
    min-height: 108px;
    flex-direction: column;
    justify-content: center;
    gap: 7px;
    padding: 10px 5px;
    text-align: center;
  }

  .edu-author__proof-item > span {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }

  .edu-author__proof-item strong {
    font-size: 15px;
  }

  .edu-author__proof-item small {
    font-size: 8px;
  }

  .edu-author__portrait-card {
    width: min(92%, 390px);
    justify-self: center;
  }

  .edu-author__portrait {
    height: 410px;
  }

  .edu-author__portrait-mark {
    left: -18px;
  }

  .edu-author__profile,
  .edu-author__articles {
    padding-block: 50px;
  }

  .edu-author__section-heading {
    margin-bottom: 22px;
  }

  .edu-author__section-heading h2,
  #wrapper .edu-author__section-heading h2 {
    font-size: 30px !important;
  }

  .edu-author__profile-grid,
  .edu-author__article-grid {
    grid-template-columns: 1fr;
  }

  .edu-author__bio-card,
  .edu-author__facts-card {
    border-radius: 18px;
  }

  .edu-author__bio-card,
  .edu-author__facts-card {
    padding: 22px 18px;
  }

  .edu-author__prose {
    font-size: 13px;
  }

  .edu-author__articles-heading {
    display: block;
  }

  .edu-author__articles-heading > a {
    width: max-content;
    margin-top: 15px;
  }

  .edu-author__article-media {
    height: min(56vw, 290px);
  }

  .edu-author__article-card h3,
  #wrapper .edu-author__article-card h3 {
    font-size: 16px !important;
  }

  .edu-author__cta {
    padding-bottom: 48px;
  }

  .edu-author__cta-card {
    grid-template-columns: 54px minmax(0, 1fr);
    gap: 13px;
    padding: 22px 18px;
    border-radius: 18px;
  }

  .edu-author__cta-icon {
    width: 54px;
    height: 54px;
  }

  .edu-author__cta-card h2,
  #wrapper .edu-author__cta-card h2 {
    font-size: 18px !important;
  }

  .edu-author__button--light {
    grid-column: 1 / -1;
    width: 100%;
    margin-top: 4px !important;
  }
}

@media (max-width: 420px) {
  .edu-author__portrait {
    height: 360px;
  }

  .edu-author__bio-heading {
    align-items: flex-start;
  }

  .edu-author__bio-heading h3,
  #wrapper .edu-author__bio-heading h3 {
    font-size: 18px !important;
  }

  .edu-author__pagination .page-numbers {
    min-width: 36px;
    height: 36px;
    padding-inline: 10px;
  }
}

@media (max-width: 340px) {
  .edu-author__actions {
    grid-template-columns: 1fr;
  }

  .edu-author__proof {
    grid-template-columns: 1fr;
  }

  .edu-author__proof-item {
    min-height: 72px;
    flex-direction: row;
    justify-content: flex-start;
    padding: 10px;
    text-align: left;
  }
}

@media (prefers-reduced-motion: reduce) {
  .edu-author *,
  .edu-author *::before,
  .edu-author *::after {
    scroll-behavior: auto !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
  }
}

/* Compact author profile shown at the end of each article. */
.edu-post-author {
  position: relative;
  display: grid;
  width: 100%;
  min-width: 0;
  margin: 34px 0 12px;
  padding: 24px;
  overflow: hidden;
  border: 1px solid #efdeda;
  border-radius: 22px;
  background:
    radial-gradient(circle at 96% 8%, rgb(215 25 32 / 8%) 0 76px, transparent 77px),
    linear-gradient(145deg, #fff 0%, #fff9f7 100%);
  box-shadow: 0 16px 44px rgb(81 38 37 / 9%);
  color: #665f63;
  font-family: "EduTime Sans", "Be Vietnam Pro", sans-serif;
  grid-template-columns: 132px minmax(0, 1fr) 142px;
  gap: 24px;
  align-items: center;
  isolation: isolate;
}

.edu-post-author,
.edu-post-author * {
  box-sizing: border-box;
}

.edu-post-author__orb {
  position: absolute;
  z-index: -1;
  right: -52px;
  bottom: -68px;
  width: 150px;
  height: 150px;
  border: 20px solid rgb(215 25 32 / 5%);
  border-radius: 50%;
  pointer-events: none;
}

.edu-post-author__avatar {
  display: block;
  width: 132px;
  overflow: hidden;
  border: 1px solid #f0d9d6;
  border-radius: 18px;
  background: #fff;
  box-shadow: 0 9px 24px rgb(78 38 38 / 10%);
  aspect-ratio: 1 / 1;
}

.edu-post-author__avatar img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0 !important;
  object-fit: cover;
  object-position: center;
}

.edu-post-author__avatar.is-logo-fallback img {
  padding: 12px;
  object-fit: contain;
}

.edu-post-author__content {
  min-width: 0;
}

.edu-post-author__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: #d71920;
  font-size: 9px;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.edu-post-author__eyebrow::before {
  width: 22px;
  height: 2px;
  border-radius: 99px;
  background: #d71920;
  content: "";
}

.edu-post-author h2,
#wrapper .edu-post-author h2 {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 7px 0 2px !important;
  color: #242126 !important;
  font-family: inherit !important;
  font-size: 20px !important;
  font-weight: 850 !important;
  letter-spacing: -.02em !important;
  line-height: 1.3;
  text-transform: none !important;
}

.edu-post-author h2 a {
  color: inherit !important;
  text-decoration: none !important;
}

.edu-post-author__verified {
  display: grid;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  border-radius: 50%;
  background: #fff0ed;
  color: #d71920;
  place-items: center;
}

.edu-post-author svg {
  display: block;
  width: 18px;
  height: 18px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.edu-post-author__role {
  margin: 0 0 8px !important;
  color: #bd1118 !important;
  font-size: 11px;
  font-weight: 750;
}

.edu-post-author__description {
  display: -webkit-box;
  margin: 0 !important;
  overflow: hidden;
  color: #665f63 !important;
  font-size: 11px;
  line-height: 1.65;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
}

.edu-post-author__expertise {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin: 10px 0 0 !important;
  padding: 0 !important;
  list-style: none !important;
}

.edu-post-author__expertise li {
  margin: 0 !important;
  padding: 5px 9px;
  border: 1px solid #f0ddda;
  border-radius: 999px;
  background: #fff;
  color: #5d5357;
  font-size: 8px;
  font-weight: 700;
  line-height: 1.25;
}

.edu-post-author__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 13px;
}

.edu-post-author__actions > a {
  display: inline-flex;
  min-height: 36px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 8px 12px;
  border: 1px solid #e8c7c4;
  border-radius: 9px;
  font-size: 9px;
  font-weight: 800;
  line-height: 1.2;
  text-decoration: none !important;
  transition: transform .18s ease, box-shadow .18s ease;
}

.edu-post-author__profile {
  background: #fff;
  color: #720003 !important;
}

.edu-post-author__consult {
  border-color: #c90f16 !important;
  background: linear-gradient(135deg, #dc171d, #ae0006);
  color: #fff !important;
  box-shadow: 0 7px 18px rgb(171 12 18 / 18%);
}

.edu-post-author__proof {
  position: relative;
  display: grid;
  min-width: 0;
  padding: 18px 12px;
  border: 1px solid #f0ddda;
  border-radius: 16px;
  background: rgb(255 255 255 / 86%);
  text-align: center;
  place-items: center;
}

.edu-post-author__proof svg {
  width: 32px;
  height: 32px;
  margin-bottom: 8px;
  padding: 7px;
  border-radius: 50%;
  background: #fff0ed;
  color: #d71920;
}

.edu-post-author__proof strong {
  color: #d71920 !important;
  font-size: 22px;
  line-height: 1;
}

.edu-post-author__proof span {
  margin-top: 5px;
  color: #8a8185;
  font-size: 8px;
  line-height: 1.4;
}

@media (hover: hover) and (pointer: fine) {
  .edu-post-author__actions > a:hover {
    box-shadow: 0 9px 20px rgb(81 38 37 / 12%);
    transform: translateY(-1px);
  }
}

@media (max-width: 850px) {
  .edu-post-author {
    grid-template-columns: 112px minmax(0, 1fr);
    gap: 18px;
  }

  .edu-post-author__avatar {
    width: 112px;
  }

  .edu-post-author__proof {
    display: none;
  }
}

@media (max-width: 560px) {
  .edu-post-author {
    padding: 18px;
    border-radius: 18px;
    grid-template-columns: 82px minmax(0, 1fr);
    gap: 14px;
    align-items: start;
  }

  .edu-post-author__avatar {
    width: 82px;
    border-radius: 14px;
  }

  .edu-post-author h2,
  #wrapper .edu-post-author h2 {
    font-size: 17px !important;
  }

  .edu-post-author__expertise li {
    padding: 5px 7px;
  }

  .edu-post-author__actions > a {
    width: 100%;
  }
}
