/* ATN Hawk — mỗi class hawk-* chỉ một declaration; giá trị giống nhau dùng lại cùng một class. */
/* Trùng Bootstrap: bg-white, p-0/m-0, fs-6, fw-normal|medium|bold, list-unstyled, object-fit-cover, flex-grow/shrink — dùng BS trên HTML, không nhân đôi trong file này. */

:root {
  /* Màu — tên biến A→Z */
  --hawk-color-benefits-bg: #e7e7e7;
  --hawk-color-black: #000000;
  --hawk-color-border: #ced4da;
  --hawk-color-page-bg: #fcfcfd;
  --hawk-color-hero-bg: #ffffff;
  --hawk-color-nav-prev-bg: #e8e8e8;
  --hawk-color-primary: #0d74ce;
  --hawk-color-pricing-check-bg: #2b9a66;
  --hawk-color-pricing-sub: #3a3a3a;
  --hawk-color-pricing-td-bg: #f9f9fb;
  --hawk-color-process-badge-accent: #0090ff;
  --hawk-color-process-card-1: #d5efff;
  --hawk-color-process-card-2: #f0f0f3;
  --hawk-color-process-card-3: #1c2024;
  --hawk-color-text: #1c2024;
  --hawk-color-text-muted: #3a3f44;
  --hawk-color-testimonial-bg: #f4faff;
  --hawk-color-white: #ffffff;
  --hawk-shadow-card: 0 12px 40px rgba(0, 0, 0, 0.08);
  --hawk-shadow-testimonial: 10px 10px 20px 0 #00000026;
  /* Cỡ chữ — tăng dần ~px */
  --hawk-fs-cta: 14px;
  --hawk-fs-lead: 20px;
  --hawk-fs-quote: 24px;
  --hawk-fs-star: 24px;
  --hawk-fs-hero-h1: 31px;
}

html {
  background-color: var(--hawk-color-white);
}

body.hawk-ff-bvp {
  font-family: "Be Vietnam Pro", sans-serif;
  background-color: var(--hawk-color-white);
  --hawk-header-height: 88px;
  padding-top: var(--hawk-header-height);
}

.hawk-viewport-hero {
  min-height: calc(100dvh - var(--hawk-header-height));
}
.hawk-hero-frame {
  background-color: var(--hawk-color-hero-bg);
  flex: 1 1 auto;
  min-height: calc(100dvh - var(--hawk-header-height));
}

/* bg-header.png is very large (2976×3320); cap size so it stays bottom-right like design */
.hawk-hero-header-img {
  position: absolute;
  right: 180px;
  bottom: 0;
  left: auto;
  top: auto;
  width: auto;
  height: auto;
  max-width: min(820px, 54vw);
  max-height: min(88dvh, 900px);
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
  z-index: 0;
  display: block;
}
.hawk-hero-copy {
  max-width: 560px;
}
.hawk-hero-h1 {
  line-height: 1.2;
}

.hawk-hero-h1-line2 {
  margin-top: 0.15em;
}

.hawk-hero-arrow-wrap {
  width: 16px;
  height: 16px;
}

.hawk-hero-arrow-wrap svg {
  transition: opacity 0.15s ease;
}

.hawk-hero-arrow-wrap .hawk-hero-arrow-full {
  opacity: 0;
}

.hawk-hero-cta-sec:hover .hawk-hero-arrow-chevron,
.hawk-hero-cta-sec:focus-visible .hawk-hero-arrow-chevron {
  opacity: 0;
}

.hawk-hero-cta-sec:hover .hawk-hero-arrow-full,
.hawk-hero-cta-sec:focus-visible .hawk-hero-arrow-full {
  opacity: 1;
}

.hawk-bg-process-1 {
  background-color: var(--hawk-color-process-card-1);
}

.hawk-bg-process-2 {
  background-color: var(--hawk-color-process-card-2);
}

.hawk-bg-process-3 {
  background-color: var(--hawk-color-process-card-3);
}

.hawk-bg-process-badge {
  background-color: var(--hawk-color-process-badge-accent);
}

.hawk-benefits-nav-btn--prev {
  background-color: var(--hawk-color-nav-prev-bg);
}

.hawk-benefits-carousel {
  overflow: hidden;
}

.hawk-benefits-carousel-track {
  width: 100%;
}

.hawk-benefits-slide-headline {
  font-weight: 550;
}

.hawk-benefits-card-gap {
  gap: 24px;
}

.hawk-benefits-slide-quote {
  font-size: 24px;
  font-weight: 600;
  margin-top: 32px;
}

.hawk-fw-550 {
  font-weight: 550;
}

.hawk-fw-500 {
  font-weight: 500;
}

.hawk-fw-350 {
  font-weight: 350;
}

/* Footer nav links: no horizontal padding at ≤568px, same as Bootstrap px-3 above */
.hawk-footer-nav-link {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 569px) {
  .hawk-footer-nav-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

.hawk-fs-20 {
  font-size: 20px;
}

.hawk-benefits-slide-dynamic {
  transform: translate3d(0, 0, 0);
  opacity: 1;
  transition: transform 0.38s cubic-bezier(0.4, 0, 0.2, 1), opacity 0.38s ease;
}

.hawk-benefits-slide-dynamic.hawk-benefits-carousel-track--snap {
  transition: none !important;
}

.hawk-benefits-slide-dynamic.hawk-benefits-carousel-track--exit-next {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

.hawk-benefits-slide-dynamic.hawk-benefits-carousel-track--from-right {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.hawk-benefits-slide-dynamic.hawk-benefits-carousel-track--exit-prev {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.hawk-benefits-slide-dynamic.hawk-benefits-carousel-track--from-left {
  transform: translate3d(-100%, 0, 0);
  opacity: 0;
}

@media (prefers-reduced-motion: reduce) {
  .hawk-benefits-slide-dynamic {
    transition: none;
  }
}

.hawk-benefits-sec-bg {
  background-color: var(--hawk-color-benefits-bg);
}

.hawk-bg-img-benefits {
  background-image: url("../../images-atn/bg-1.png");
}

.hawk-bg-pos-c {
  background-position: center;
}

.hawk-bg-repeat-nr {
  background-repeat: no-repeat;
}

.hawk-bg-size-cv {
  background-size: cover;
}

.hawk-bg-testimonial-sec {
  background-color: var(--hawk-color-testimonial-bg);
}

.hawk-bg-d5efff {
  background-color: var(--hawk-color-process-card-1);
}

.hawk-faq-toggle {
  color: var(--hawk-color-primary);
  line-height: 0;
}

.hawk-faq-icon {
  position: relative;
  width: 10px;
  height: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.hawk-faq-icon__line {
  position: absolute;
  left: 50%;
  top: 50%;
  width: 10px;
  height: 2px;
  border-radius: 1px;
  background-color: currentColor;
  transform: translate(-50%, -50%);
  transform-origin: center center;
  transition: opacity 0.2s ease;
}

.hawk-faq-icon__line--v {
  transform: translate(-50%, -50%) rotate(90deg);
}

.hawk-faq-answer {
  display: block;
  max-height: 0;
  opacity: 1;
  overflow: hidden;
  transform: none;
  will-change: max-height;
  transition: max-height 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.hawk-faq-item--active .hawk-faq-icon__line--v {
  opacity: 0;
}

.hawk-faq-item {
  overflow: hidden;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 2px;
  min-height: 64px;
  padding: 4px 16px;
  border: 1px solid #e6e8ee;
  border-radius: 12px;
  background-color: #ffffff;
  transition: border-color 0.3s ease, box-shadow 0.3s ease, background-color 0.3s ease;
}

.hawk-faq-row {
  min-height: 56px;
}

.hawk-faq-item--active {
  border-color: #e6e8ee;
  background-color: #ffffff;
  box-shadow: none;
}

.hawk-faq-item--active .hawk-faq-answer {
  opacity: 1;
  transform: none;
}

.hawk-cta-bg,
.hawk-benefits-nav-btn--next {
  background-color: var(--hawk-color-primary);
}

.hawk-cta-bg.hawk-cta-bg--hover-navy {
  transition: background-color 0.2s ease, color 0.2s ease;
}

.hawk-cta-bg.hawk-cta-bg--hover-navy:hover,
.hawk-cta-bg.hawk-cta-bg--hover-navy:focus-visible {
  background-color: #32325d;
  color: #fff;
}

.hawk-pricing-cta.bg-white.hawk-b-solid-0d74ce:hover,
.hawk-pricing-cta.bg-white.hawk-b-solid-0d74ce:focus-visible {
  border-color: #32325d;
}

.hawk-hero-cluster,
.hawk-box-border {
  box-sizing: border-box;
}

.hawk-header-sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1100;
}

.hawk-bt-bc {
  border-color: var(--hawk-color-border);
}

.hawk-nav-toggler {
  border: 0 !important;
  background: transparent;
  padding: 0.25rem;
}

.hawk-nav-toggler:focus {
  box-shadow: none !important;
}

.hawk-nav-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='%230588f0' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2.2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

.hawk-b-solid-0588f0 {
  border: 1px solid #0588f0;
}

.hawk-b-solid-0d74ce {
  border: 1px solid #0d74ce;
}

.hawk-b-solid-d9d9e0 {
  border: 1px solid #d9d9e0;
}

.hawk-bt-1-d9d9e0 {
  border: 0;
  border-top: 1px solid #d9d9e0;
}

.hawk-br-24 {
  border-radius: 24px;
}

.hawk-br-tl-24 {
  border-top-left-radius: 24px;
}

.hawk-br-bl-24 {
  border-bottom-left-radius: 24px;
}

.hawk-cta-br {
  border-radius: 128px;
}

.hawk-sh-card {
  box-shadow: var(--hawk-shadow-card);
}

.hawk-bs-testimonial {
  box-shadow: var(--hawk-shadow-testimonial);
}

.hawk-c-body {
  color: var(--hawk-color-text);
}

.hawk-c-muted {
  color: var(--hawk-color-text-muted);
}

.hawk-c-primary {
  color: var(--hawk-color-primary);
}
.hawk-gap-10 {
  gap: 10px;
}
.hawk-gap-12 {
  gap: 12px;
}
.hawk-gap-31 {
  gap: 31px;
}
.hawk-gap-32 {
  gap: 32px;
}
.hawk-gap-40 {
  gap: 40px;
}

.hawk-w-min-1440 {
  width: min(1440px, 100%);
}

.hawk-h-64 {
  height: 64px;
}

.hawk-h-104 {
  height: 104px;
}

.hawk-h-192 {
  height: 192px;
}

.hawk-h-244 {
  height: 244px;
}

.hawk-h-350 {
  height: 350px;
}

.hawk-mnh-380 {
  min-height: 380px;
}

.hawk-h-508 {
  height: 508px;
}

.hawk-h-804 {
  height: 804px;
}

.hawk-h-827 {
  height: 827px;
}
.hawk-w-339 {
  width: 339px;
}
.hawk-w-428 {
  width: 560px;
}

.hawk-w-350 {
  width: 350px;
}

.hawk-w-230 {
  width: 230px;
}

.hawk-h-230 {
  height: 230px;
}

.hawk-w-42 {
  width: 42px;
}

.hawk-h-26 {
  height: 26px;
}

.hawk-mt-80 {
  margin-top: 80px;
}

.hawk-mb-0 {
  margin-bottom: 0;
}

.hawk-pb-112 {
  padding-bottom: 112px;
}

.hawk-pt-10 {
  padding-top: 10px;
}

.hawk-pb-10 {
  padding-bottom: 10px;
}

.hawk-pl-14 {
  padding-left: 14px;
}

.hawk-pr-14 {
  padding-right: 14px;
}

.hawk-pt-9 {
  padding-top: 9px;
}

.hawk-pb-9 {
  padding-bottom: 9px;
}

.hawk-pb-12 {
  padding-bottom: 12px;
}

.hawk-pt-40 {
  padding-top: 40px;
}

.hawk-pb-16 {
  padding-bottom: 16px;
}

.hawk-pb-32 {
  padding-bottom: 32px;
}

.hawk-fs-18 {
  font-size: 18px;
}

.hawk-fs-28 {
  font-size: 28px;
}

.hawk-lh-130 {
  line-height: 130%;
}

.hawk-lh-150 {
  line-height: 150%;
}

.hawk-lh-24 {
  line-height: 24px;
}

.hawk-b-e0e1e6 {
  border: 1px solid #e0e1e6;
}

.hawk-bt-e0e1e6 {
  border-top: 1px solid #e0e1e6;
}

.hawk-bb-b7dbf4 {
  border-bottom: 1px solid #b7dbf4;
}
.hawk-bt-b7dbf4 {
  border-top: 1px solid #b7dbf4;
}
.hawk-br-b7dbf4 {
  border-right: 1px solid #b7dbf4;
}
.hawk-bl-b7dbf4 {
  border-left: 1px solid #b7dbf4;
}
.hawk-br-12 {
  border-radius: 12px;
}
.hawk-br-200 {
  border-radius: 200px;
}
.hawk-br-arc-tr {
  border-radius: 0 26px 0 0;
}
.hawk-br-arc-tl {
  border-radius: 26px 0 0 0;
}
.hawk-b-2-b7dbf4 {
  border: 2px solid #b7dbf4;
}
.hawk-p-14 {
  padding: 14px;
}
.hawk-mt-14 {
  margin-top: 14px;
}
.hawk-jc-sb {
  justify-content: space-between;
}
.hawk-fd-col {
  flex-direction: column;
}
.hawk-flex-001 {
  flex: 0 0 auto;
}
.hawk-pl-20 {
  padding-left: 20px;
}
.hawk-pr-20 {
  padding-right: 20px;
}
.hawk-pb-20 {
  padding-bottom: 20px;
}
.hawk-w-min-640 {
  width: min(640px, 100%);
}
.hawk-w-81 {
  width: 81px;
}
.hawk-h-auto {
  height: auto;
}
.hawk-maw-100 {
  max-width: 100%;
}
.hawk-mnh-320 {
  min-height: 320px;
}
.hawk-ai-fs {
  align-items: flex-start;
}
.hawk-ai-fe {
  align-items: flex-end;
}
.hawk-d-grid {
  display: grid;
}
.hawk-gtc-problems {
  grid-template-columns: 1fr 350px 1fr;
}
.hawk-ai-st {
  align-items: start;
}
.hawk-r-n42 {
  right: -42px;
}
.hawk-l-n42 {
  left: -42px;
}
.hawk-b-n1 {
  bottom: -1px;
}
.hawk-mnw-0 {
  min-width: 0;
}
.hawk-mnh-44 {
  min-height: 44px;
}
.hawk-mnh-56 {
  min-height: 56px;
}
.hawk-mnh-68 {
  min-height: 68px;
}
.hawk-mnh-168 {
  min-height: 168px;
}
.hawk-mw-330 {
  max-width: 330px;
}
.hawk-mw-140 {
  max-width: 140px;
}
.hawk-w-min-431 {
  width: min(431px, 100%);
}
.hawk-w-617 {
  width: 617px;
}
.hawk-mt-12 {
  margin-top: 12px;
}
.hawk-mt-16 {
  margin-top: 16px;
}
.hawk-bsx-bb {
  box-sizing: border-box;
}
.hawk-bg-linear-prefooter {
  background-image: linear-gradient(
      rgba(28, 32, 36, 0.32),
      rgba(28, 32, 36, 0.32)
    ),
    url("../../images-atn/bg-foter.png");
}
.hawk-jc-self-c {
  justify-self: center;
}
.hawk-bg-e64a4a {
  background-color: #e64a4a;
}
.hawk-bg-2b9a66 {
  background-color: #2b9a66;
}
.hawk-w-8 {
  width: 8px;
}
.hawk-h-8 {
  height: 8px;
}
.hawk-bs-gutter-24 {
  --bs-gutter-x: 24px;
}
.hawk-fs-12 {
  font-size: 12px;
}
.hawk-fs-16 {
  font-size: 16px;
}
.hawk-cta-fs {
  font-size: var(--hawk-fs-cta);
}
.hawk-fs-lead {
  font-size: var(--hawk-fs-lead);
}
.hawk-fs-31 {
  font-size: var(--hawk-fs-hero-h1);
}
.hawk-fs-quote {
  font-size: var(--hawk-fs-quote);
}
.hawk-fs-star {
  font-size: var(--hawk-fs-star);
}
.hawk-lh-13 {
  line-height: 1.3;
}
.hawk-h-24 {
  height: 24px;
}
.hawk-h-32 {
  height: 32px;
}
.hawk-h-40 {
  height: 40px;
}
.hawk-h-44 {
  height: 44px;
}
.hawk-h-48 {
  height: 48px;
}
.hawk-h-90 {
  height: 90px;
}
.hawk-h-200 {
  height: 200px;
}
.hawk-h-342 {
  height: 342px;
}
.hawk-h-539 {
  height: 575px;
}
.hawk-benefits-c-h {
  height: 460px;
}
.hawk-benefits-sec-h {
  height: 548px;
}
.hawk-h-546 {
  height: 546px;
}
.hawk-ls-0 {
  letter-spacing: 0;
}
.hawk-ls-nav {
  letter-spacing: 0.02em;
}
.hawk-cta-ls {
  letter-spacing: 0.04em;
}
.hawk-process-head-mb {
  margin-bottom: 0;
}
.hawk-process-row-mb {
  margin-bottom: 72px;
}
.hawk-mb-40 {
  margin-bottom: 40px;
}
.hawk-mt-40 {
  margin-top: 40px;
}
.hawk-mb-80 {
  margin-bottom: 80px;
}
.hawk-mb-32 {
  margin-bottom: 32px;
}
.hawk-process-sec-p {
  min-height: 980px;
  padding: 112px;
}
.hawk-mnh-116 {
  min-height: 116px;
}
.hawk-benefits-c-maxh {
  max-height: none;
}
.hawk-mw-1440 {
  max-width: 1440px;
}
.hawk-mxw-cluster {
  max-width: min(1106px, 100%);
}
.hawk-benefits-c-minh,
.hawk-minh-0 {
  min-height: 0;
}
.hawk-mnh-40 {
  min-height: 40px;
}
.hawk-mnh-244 {
  min-height: 244px;
}
.hawk-mnh-722 {
  min-height: 722px;
}
.hawk-miw-0 {
  min-width: 0;
}
.hawk-p-10 {
  padding: 10px;
}
.hawk-p-32 {
  padding: 32px;
}
.hawk-p-testimonial {
  padding: 40px 48px 40px 40px;
}
.hawk-pt-112 {
  padding-top: 112px;
}
.hawk-p-40 {
  padding: 40px;
}
.hawk-pl-inset {
  padding-left: 80px;
}

.hawk-pl-hero {
  padding-left: 180px;
}
.hawk-pr-inset {
  padding-right: 80px;
}
.hawk-pr-hero {
  padding-right: 180px;
}
/* .hawk-pt-hero {
  padding-top: 137px;
} */
.hawk-cta-pb {
  padding-bottom: 15px;
}
.hawk-cta-pt {
  padding-top: 15px;
}
.hawk-cta-inline-center {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
}
.hawk-cta-h-40 {
  box-sizing: border-box;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  line-height: 1.2;
  height: 40px;
  padding-top: 0;
  padding-bottom: 0;
}
.hawk-process-pos-lg {
  position: absolute;
}
.hawk-benefits-c-t {
  top: 64px;
}
.hawk-benefits-c-l {
  left: 180px;
}
.hawk-process-c-l {
  left: 50%;
  transform: translateX(-50%);
}
.hawk-process-c-t {
  top: 196px;
}
.hawk-w-24 {
  width: 24px;
}
.hawk-w-143 {
  width: 143px;
}
.hawk-w-40 {
  width: 40px;
}
.hawk-w-44 {
  width: 44px;
}
.hawk-w-425 {
  width: 510px;
}
.hawk-cta-w-128 {
  width: 128px;
}
.hawk-w-logo {
  width: 156px;
}
.hawk-w-277 {
  width: 277px;
}
.hawk-benefits-c-w {
  width: 640px;
}
.hawk-w-342 {
  width: 342px;
}
.hawk-w-434 {
  width: 434px;
}
.hawk-w-cap-566 {
  width: min(566px, 100%);
}
.hawk-w-cap-1080 {
  width: min(1080px, 100%);
}
.hawk-w-cap-1280 {
  width: min(1280px, 100%);
}
.hawk-pricing-compare-wrap {
  min-height: 0;
}
.hawk-pricing-compare-wrap .table-responsive {
  background-color: transparent;
  -webkit-overflow-scrolling: touch;
}
.hawk-pricing-compare {
  width: 100%;
  min-width: 100%;
  table-layout: fixed;
  border-collapse: collapse;
  border-spacing: 0;
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-border-color: transparent;
}
.hawk-pricing-compare.table > :not(caption) > * > * {
  box-shadow: none !important;
}
.hawk-pricing-compare thead th,
.hawk-pricing-compare tbody td {
  width: 25%;
  min-width: 0;
  max-width: none;
  height: 64px;
  min-height: 64px;
  font-size: 14px;
}
.hawk-pricing-compare tbody tr:last-child td {
  border-bottom-width: 0;
}
.hawk-pricing-compare thead th:first-child,
.hawk-pricing-compare tbody td:first-child {
  border-left-width: 0;
}
.hawk-pricing-compare thead th:last-child,
.hawk-pricing-compare tbody td:last-child {
  border-right-width: 0;
}
.hawk-pricing-compare thead th {
  background-color: var(--hawk-color-process-card-1);
  font-weight: 600;
  border-top-width: 0;
}
.hawk-pricing-compare tbody td {
  background-color: var(--hawk-color-pricing-td-bg);
}
.hawk-pricing-compare__cell-pad {
  gap: 8px;
  min-height: calc(64px - 8px);
}
.hawk-pricing-compare thead th:first-child .hawk-pricing-compare__cell-pad,
.hawk-pricing-compare tbody td:first-child .hawk-pricing-compare__cell-pad {
  padding-left: 12px;
  padding-right: 12px;
}
.hawk-pricing-compare tbody td:first-child .hawk-pricing-compare__cell-pad,
.hawk-pricing-compare__cell-pad--stack {
  gap: 2px;
}
.hawk-pricing-compare__sub {
  font-size: 12px;
  font-weight: 350;
  line-height: 1.3;
  color: var(--hawk-color-pricing-sub);
}
.hawk-pricing-compare__check {
  width: 20px !important;
  height: 20px !important;
  padding: 4px;
  background-color: var(--hawk-color-pricing-check-bg);
  stroke: currentColor;
}
.hawk-w-cap-291 {
  width: min(290.66668701171875px, 100%);
}
.hawk-w-1106 {
  width: 1106px;
}
.btn.btn-link.hawk-c-lang {
  --bs-btn-color: var(--hawk-color-black);
  --bs-btn-hover-color: var(--hawk-color-black);
  color: var(--hawk-color-black);
}
.hawk-header-sticky .fw-medium {
  font-weight: 550 !important;
}
.navbar .nav-link.hawk-dd-with-icon.dropdown-toggle::after,
.navbar .btn.hawk-dd-with-icon.dropdown-toggle::after {
  border: 0 !important;
  content: none !important;
  display: none !important;
  margin-left: 0 !important;
  vertical-align: middle !important;
}
.navbar .btn.hawk-dd-with-icon .hawk-dd-icon svg {
  color: inherit;
  stroke: currentColor;
}
.navbar .btn.hawk-dd-with-icon .hawk-lang-caret svg {
  color: var(--hawk-color-black);
  display: block;
}
.navbar .btn.hawk-dd-with-icon .hawk-lang-caret path {
  fill: currentColor;
}
.hawk-benefits-nav-btn:hover {
  filter: brightness(0.96);
}
.hawk-benefits-nav-btn:focus-visible {
  outline: 2px solid var(--hawk-color-primary);
  outline-offset: 2px;
}
.hawk-list-disc {
  list-style: disc;
}
