@charset "UTF-8";
.wp-block {
  background: transparent;
}

body.page-template-homepage-v2 {
  position: relative;
}

h1, .display-4 {
  font-size: 26px;
}
@media (min-width: 576px) {
  h1, .display-4 {
    font-size: 28px;
  }
}
@media (min-width: 768px) {
  h1, .display-4 {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  h1, .display-4 {
    font-size: 34px;
  }
}
@media (min-width: 1200px) {
  h1, .display-4 {
    font-size: 36px;
  }
}

h2 {
  font-size: 22px;
}
@media (min-width: 576px) {
  h2 {
    font-size: 24px;
  }
}
@media (min-width: 768px) {
  h2 {
    font-size: 26px;
  }
}
@media (min-width: 992px) {
  h2 {
    font-size: 28px;
  }
}
@media (min-width: 1200px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-size: 20px;
}
@media (min-width: 576px) {
  h3 {
    font-size: 22px;
  }
}
@media (min-width: 768px) {
  h3 {
    font-size: 24px;
  }
}
@media (min-width: 992px) {
  h3 {
    font-size: 26px;
  }
}
@media (min-width: 1200px) {
  h3 {
    font-size: 28px;
  }
}

h4 {
  font-size: 17px;
}
@media (min-width: 576px) {
  h4 {
    font-size: 18px;
  }
}
@media (min-width: 768px) {
  h4 {
    font-size: 19px;
  }
}
@media (min-width: 992px) {
  h4 {
    font-size: 21px;
  }
}
@media (min-width: 1200px) {
  h4 {
    font-size: 22px;
  }
}

h5 {
  font-size: 16px;
}
@media (min-width: 768px) {
  h5 {
    font-size: 17px;
  }
}
@media (min-width: 992px) {
  h5 {
    font-size: 18px;
  }
}

h6 {
  font-size: 15px;
}
@media (min-width: 768px) {
  h6 {
    font-size: 16px;
  }
}

p {
  font-size: 13px;
  line-height: 1.55;
  color: #4a5568;
}
@media (min-width: 768px) {
  p {
    font-size: 13.5px;
    line-height: 1.6;
  }
}
@media (min-width: 992px) {
  p {
    font-size: 14.5px;
    line-height: 1.65;
  }
}

.hero-section {
  width: auto;
  left: auto;
  right: auto;
  position: relative;
  padding: 14px 16px;
  margin: 12px 0 10px;
  border-radius: 14px;
}
@media (min-width: 768px) {
  .hero-section {
    display: grid;
    grid-template-columns: minmax(0, 1.3fr) minmax(0, 0.7fr);
    align-items: center;
    gap: 20px;
    padding: 16px 22px;
    margin: 16px 0 12px;
  }
}
@media (min-width: 992px) {
  .hero-section {
    gap: 28px;
    padding: 20px 28px;
    margin: 20px 0 14px;
  }
}
.hero-section {
  background: #ecf4ef;
  background-image: none !important;
  border: 0;
  box-shadow: none;
  overflow: hidden;
  isolation: isolate;
}
.hero-section::before {
  content: "";
  position: absolute;
  top: -40px;
  right: -30px;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background: rgba(45, 106, 79, 0.12);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .hero-section::before {
    display: none;
  }
}
.hero-section::after {
  content: "";
  position: absolute;
  top: 30px;
  right: 50px;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background: rgba(213, 152, 88, 0.1);
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 767px) {
  .hero-section::after {
    display: none;
  }
}
@media (min-width: 576px) {
  .hero-section {
    margin: 12px 0 26px;
  }
}
@media (min-width: 992px) {
  .hero-section {
    margin: 18px 0 36px;
    border-radius: 20px;
    box-shadow: 0 8px 24px rgba(13, 53, 48, 0.06);
  }
  .hero-section::after {
    width: 4px;
  }
}
.hero-section .wp-block-group__inner-container {
  position: relative;
  z-index: 1;
  max-width: 100%;
  min-width: 0;
  overflow-wrap: break-word;
}
.hero-section .hv2-hero__left {
  min-width: 0;
  position: relative;
  z-index: 1;
}
.hero-section .hv2-hero__right,
.hero-section .wp-block-image.hv2-hero__right {
  margin: 16px 0 0;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .hero-section .hv2-hero__right,
  .hero-section .wp-block-image.hv2-hero__right {
    margin: 0;
  }
}
.hero-section .hv2-hero__right img,
.hero-section .wp-block-image.hv2-hero__right img {
  display: block;
  width: 100%;
  max-width: 240px;
  height: auto;
  aspect-ratio: 5/5;
  object-fit: cover;
  border-radius: 120px 120px 16px 16px;
  box-shadow: 0 10px 22px rgba(13, 53, 48, 0.12);
  margin: 0 auto;
}
@media (min-width: 992px) {
  .hero-section .hv2-hero__right img,
  .hero-section .wp-block-image.hv2-hero__right img {
    max-width: 280px;
    border-radius: 140px 140px 18px 18px;
  }
}
@media (max-width: 767px) {
  .hero-section .hv2-hero__right,
  .hero-section .wp-block-image.hv2-hero__right {
    display: none;
  }
}
.hero-section .display-4 {
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.015em;
  color: #1b4332;
  text-transform: none;
  margin: 0 0 10px;
  overflow-wrap: break-word;
  word-wrap: break-word;
  hyphens: auto;
  max-width: 100%;
}
@media (min-width: 992px) {
  .hero-section .display-4 {
    line-height: 1.18;
  }
}
.hero-section .lead {
  display: flex;
  flex-direction: column;
  gap: 0;
  font-size: 13px;
  line-height: 1.5;
  padding: 0;
  margin: 0;
}
@media (min-width: 768px) {
  .hero-section .lead {
    font-size: 13.5px;
  }
}
@media (min-width: 992px) {
  .hero-section .lead {
    font-size: 14px;
  }
}
.hero-section .lead li {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 !important;
  padding: 4px 0;
  font-weight: 600;
  color: #3a4744;
  line-height: 1.4;
  border-bottom: 0;
  text-decoration: none;
}
@media (min-width: 768px) {
  .hero-section .lead li {
    gap: 14px;
    padding: 5px 0;
  }
}
.hero-section .lead li > span:first-child {
  flex-shrink: 0;
  margin: 0 !important;
  display: inline-block !important;
  width: 22px;
  height: 22px;
  background-color: #d59858;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%231b4332%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpolyline%20points%3D%2720%206%209%2017%204%2012%27%2F%3E%3C%2Fsvg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px;
  border-radius: 50%;
  padding: 0;
  box-shadow: 0 1px 3px rgba(213, 152, 88, 0.4);
}
@media (min-width: 768px) {
  .hero-section .lead li > span:first-child {
    width: 24px;
    height: 24px;
    background-size: 13px 13px;
  }
}

.hv2-hero__trust-eyebrow {
  display: inline-flex !important;
  align-items: center;
  gap: 6px;
  margin: 0 0 10px !important;
  padding: 4px 11px;
  background: #1b4332;
  border: 0;
  border-radius: 999px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  color: #ffffff;
  align-self: flex-start;
  box-shadow: 0 2px 6px rgba(13, 53, 48, 0.18);
}

.hv2-hero__safety {
  margin: 18px 0 0 !important;
  padding: 10px 14px;
  background: rgba(26, 127, 127, 0.05);
  border-left: 3px solid #1a7f7f;
  border-radius: 4px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.55;
  color: #4a5568;
}
.hv2-hero__safety em {
  font-style: italic;
}

@keyframes hv2-hero-pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 179, 0, 0.55);
  }
  70% {
    box-shadow: 0 0 0 8px rgba(255, 179, 0, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(255, 179, 0, 0);
  }
}
.provider-block-item {
  padding: 0;
  margin: 0 0 18px;
}
@media (min-width: 992px) {
  .provider-block-item {
    margin-bottom: 22px;
  }
}

.item-block {
  position: relative;
  margin: 0;
  background: #fff;
  border: 1px solid #e3e8ef;
  border-radius: 14px;
  box-shadow: 0 2px 6px rgba(15, 26, 43, 0.04);
  overflow: hidden;
  transition: border-color 0.22s ease, box-shadow 0.22s ease, transform 0.22s ease;
}
.item-block:hover {
  border-color: rgba(22, 163, 116, 0.55);
  box-shadow: 0 14px 36px rgba(15, 26, 43, 0.1);
  transform: translateY(-2px);
}
.item-block:hover .item-button {
  background: #0f7a55;
  box-shadow: 0 8px 18px rgba(22, 163, 116, 0.34);
}
.item-block:hover .item-button::after {
  transform: translateX(4px);
}
@media (min-width: 992px) {
  .item-block {
    min-height: 0;
    align-items: stretch;
  }
  .item-block > .col-lg-1 {
    flex: 0 0 7%;
    max-width: 7%;
  }
  .item-block > .col-lg-3 {
    flex: 0 0 18%;
    max-width: 18%;
  }
  .item-block > .col-lg-2.item-rating-block-2 {
    flex: 0 0 14%;
    max-width: 14%;
  }
  .item-block > .col-lg-4 {
    flex: 0 0 33%;
    max-width: 33%;
  }
  .item-block > .col-lg-2.item-button-block {
    flex: 0 0 28%;
    max-width: 28%;
  }
}
@media (max-width: 767px) {
  .item-block .item-button-block {
    order: 1;
  }
  .item-block .item-score-block {
    order: 2;
    border-top: 1px solid #eef2f7;
  }
}

.item-block-main {
  border: 2px solid #16a374;
  box-shadow: 0 8px 28px rgba(22, 163, 116, 0.16);
}
.item-block-main::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, #16a374 0%, #0a4f8a 100%);
  z-index: 2;
}
.item-block-main::after {
  content: "★ TOP RATED";
  position: absolute;
  top: 12px;
  left: 0;
  background: linear-gradient(135deg, #ffd84d 0%, #f0b400 100%);
  color: #5a3406;
  padding: 5px 14px 5px 12px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.16em;
  border-radius: 0 999px 999px 0;
  box-shadow: 0 3px 8px rgba(217, 154, 0, 0.32);
  z-index: 5;
  white-space: nowrap;
  line-height: 1;
}
@media (max-width: 991px) {
  .item-block-main::after {
    display: none;
  }
}
.item-block-main .item-number {
  background: linear-gradient(135deg, #16a374 0%, #0f7a55 100%);
  color: #fff;
  position: relative;
}
@media (min-width: 992px) {
  .item-block-main .item-number {
    font-size: 40px;
    line-height: 1;
    padding: 24px 4px 18px;
  }
}
@media (max-width: 991px) {
  .item-block-main .item-number {
    font-family: "Merriweather", "Georgia", "Times New Roman", serif;
    font-size: 16px;
    font-weight: 800;
    line-height: 1;
    padding: 9px 0;
  }
  .item-block-main .item-number::before {
    content: "★ TOP RATED";
    position: absolute;
    left: 12px;
    top: 50%;
    transform: translateY(-50%);
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    background: rgba(255, 255, 255, 0.2);
    border-radius: 4px;
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: 10.5px;
    font-weight: 800;
    letter-spacing: 0.12em;
    color: #ffffff;
    line-height: 1;
    white-space: nowrap;
  }
}
.item-block-main:hover {
  box-shadow: 0 20px 48px rgba(22, 163, 116, 0.24);
}

.item-number {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-right: 1px solid #eef2f7;
  background: linear-gradient(180deg, #f7fafc 0%, #eef3f8 100%);
  color: #5b6b80;
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  font-size: 28px;
  font-weight: 700;
  padding: 14px 0;
  line-height: 1;
}
@media (min-width: 992px) {
  .item-number {
    font-size: 34px;
    border-radius: 0;
    border-right: 1px solid #eef2f7;
    padding: 18px 0;
  }
}
@media (max-width: 991px) {
  .item-number {
    border-right: none;
    border-bottom: 1px solid #eef2f7;
    border-radius: 0;
    padding: 6px 0;
    font-size: 16px;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
    line-height: 1;
  }
}

.item-logo-block {
  padding: 14px 12px !important;
  min-height: 100%;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 992px) {
  .item-logo-block {
    padding: 14px 16px !important;
  }
}
.item-logo-block a {
  display: block;
  width: 100%;
  max-width: 180px;
  line-height: 0;
}
.item-logo-block img {
  display: block;
  width: 100% !important;
  height: auto !important;
  max-height: 60px;
  object-fit: contain;
  margin: 0 auto;
  transition: transform 0.22s ease;
}
@media (min-width: 992px) {
  .item-logo-block img {
    max-height: 64px;
  }
}
.item-logo-block:hover img {
  transform: scale(1.03);
}

.item-rating-block-2 {
  border-left: 1px solid #eef2f7;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3px;
  padding: 12px 8px !important;
}
@media (min-width: 992px) {
  .item-rating-block-2 {
    padding: 14px 8px !important;
  }
}
@media (max-width: 991px) {
  .item-rating-block-2 {
    border-left: none;
    border-top: 1px solid #eef2f7;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .item-rating-block-2 {
    flex: 0 0 100% !important;
    max-width: 100% !important;
  }
}
.item-rating-block-2 strong {
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  font-size: 30px;
  line-height: 1;
  font-weight: 700;
  color: #073963;
  display: inline-block;
}
@media (min-width: 992px) {
  .item-rating-block-2 strong {
    font-size: 36px;
  }
}
.item-rating-block-2 i {
  font-size: 11px;
  font-style: normal;
  color: #6b7588;
  font-weight: 500;
  letter-spacing: 0.01em;
}

.item-star-list {
  margin: 3px 0 2px !important;
  padding: 0;
  display: inline-flex;
  gap: 1px;
}
.item-star-list li {
  display: inline-block;
  color: #f0b400;
  font-size: 14px;
  line-height: 1;
  width: auto;
  height: auto;
  filter: drop-shadow(0 1px 0 rgba(240, 180, 0, 0.25));
}

.item-score-block {
  border-left: 1px solid #eef2f7;
  border-right: 1px solid #eef2f7;
  padding: 14px 16px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
  color: #0f1a2b;
}
@media (min-width: 992px) {
  .item-score-block {
    padding: 16px 18px !important;
  }
}
@media (max-width: 991px) {
  .item-score-block {
    flex: 0 0 100% !important;
    max-width: 100% !important;
    border-left: none;
    border-right: none;
    border-top: 1px solid #eef2f7;
  }
}
.item-score-block ul {
  display: flex;
  flex-direction: column;
  gap: 6px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.item-score-block li {
  display: flex;
  align-items: flex-start;
  gap: 7px;
  margin: 0;
  padding: 0;
  font-size: 11.5px;
  line-height: 1.35;
  color: #0f1a2b;
  font-weight: 500;
}
@media (min-width: 576px) {
  .item-score-block li {
    font-size: 12.5px;
    gap: 8px;
  }
}
@media (min-width: 992px) {
  .item-score-block li {
    font-size: 13.5px;
    line-height: 1.4;
  }
}
.item-score-block li > span:first-child {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  background: #e9f7f1;
  border-radius: 50%;
  padding: 0;
  margin: 0 !important;
  margin-top: 1px !important;
}
@media (min-width: 992px) {
  .item-score-block li > span:first-child {
    width: 18px;
    height: 18px;
  }
}
.item-score-block li > span:first-child svg {
  width: 9px;
  height: auto;
}
@media (min-width: 992px) {
  .item-score-block li > span:first-child svg {
    width: 10px;
  }
}
.item-score-block li > span:first-child path {
  fill: #0f7a55;
}
.item-score-block ul li:first-child {
  font-weight: 700;
  color: #073963;
  font-size: 12px;
}
@media (min-width: 576px) {
  .item-score-block ul li:first-child {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .item-score-block ul li:first-child {
    font-size: 14px;
  }
}
.item-score-block .item-url {
  margin: 12px 0 0 !important;
  padding: 0 22px !important;
  background: transparent !important;
  border: 1.5px solid #16a374 !important;
  border-radius: 10px !important;
  color: #0f7a55 !important;
  text-transform: none;
  text-align: center;
  line-height: 1;
  display: flex !important;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  font-size: 0;
  text-decoration: none !important;
  transition: background 0.18s ease, color 0.18s ease, border-color 0.18s ease;
}
@media (min-width: 768px) {
  .item-score-block .item-url {
    display: none !important;
  }
}
.item-score-block .item-url::before {
  content: "";
  display: none !important;
}
.item-score-block .item-url::after {
  content: "Visit Site →";
  display: inline-block;
  font-size: 14.5px;
  font-weight: 700;
  color: inherit;
  letter-spacing: 0.02em;
  border-bottom: 0;
  padding-bottom: 0;
  transition: transform 0.18s ease;
}
.item-score-block .item-url:hover, .item-score-block .item-url:focus {
  background: rgba(22, 163, 116, 0.1) !important;
  color: #0f7a55 !important;
  border-color: #0f7a55 !important;
  text-decoration: none !important;
}
.item-score-block .item-url:hover::after, .item-score-block .item-url:focus::after {
  transform: translateX(2px);
}

.item-button-block {
  padding: 14px 14px !important;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 10px;
}
@media (min-width: 992px) {
  .item-button-block {
    padding: 16px !important;
  }
}
@media (max-width: 991px) {
  .item-button-block {
    border-top: 1px solid #eef2f7;
  }
}
.item-button-block .item-button {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 46px;
  padding: 0 22px;
  background: #16a374;
  color: #ffffff !important;
  border: 0;
  border-radius: 10px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 0;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  text-decoration: none !important;
  margin: 0 !important;
  min-width: 0;
  line-height: 1;
  white-space: nowrap;
  text-align: center;
  box-shadow: 0 4px 10px rgba(22, 163, 116, 0.22);
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}
@media (min-width: 992px) {
  .item-button-block .item-button {
    min-height: 50px;
    padding: 0 24px;
  }
}
.item-button-block .item-button::before {
  content: "Get Started";
  font-size: 14.5px;
  color: #ffffff;
  letter-spacing: 0.02em;
}
@media (min-width: 992px) {
  .item-button-block .item-button::before {
    font-size: 15px;
  }
}
.item-button-block .item-button::after {
  content: "→";
  display: inline-block;
  margin-left: 8px;
  font-size: 15px;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  transition: transform 0.2s ease;
}
.item-button-block .item-button:hover, .item-button-block .item-button:focus {
  background: #0f7a55;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(22, 163, 116, 0.34);
  text-decoration: none !important;
}
.item-button-block .item-button:hover::after, .item-button-block .item-button:focus::after {
  transform: translateX(4px);
}
.item-button-block .item-button:active {
  transform: translateY(0);
  box-shadow: 0 3px 8px rgba(22, 163, 116, 0.24);
}
.item-button-block .item-url {
  position: relative;
  padding: 8px 10px 8px 36px;
  background: #ffffff;
  border: 1px solid #f1d896;
  border-left: 3px solid #f0b400;
  color: #6f4108 !important;
  border-radius: 8px;
  font-size: 10.5px;
  font-weight: 800;
  line-height: 1.35;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: left;
  min-height: 0;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  box-shadow: 0 1px 2px rgba(15, 26, 43, 0.04);
  transition: all 0.18s ease;
}
.item-button-block .item-url::before {
  content: "%";
  position: absolute;
  left: 9px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  background: linear-gradient(135deg, #f3c768 0%, #d99a00 100%);
  color: #fff;
  border-radius: 50%;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 900;
  font-style: normal;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0 2px 4px rgba(217, 154, 0, 0.3);
}
.item-button-block .item-url:hover {
  background: #fffaeb;
  border-color: #f0b400;
  color: #5a3406 !important;
  text-decoration: none !important;
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(217, 154, 0, 0.15);
}
.item-button-block .item-url:hover::before {
  transform: translateY(-50%) scale(1.06);
}

.fullwidth-section {
  padding-top: 20px !important;
  padding-bottom: 20px !important;
}
@media (min-width: 768px) {
  .fullwidth-section {
    padding-top: 32px !important;
    padding-bottom: 32px !important;
  }
}

h3.wp-block-heading.has-text-align-center {
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  font-weight: 700;
  line-height: 1.3;
  letter-spacing: -0.01em;
  color: #0d3530;
  margin: 8px auto 16px;
  max-width: 880px;
  padding: 0 12px;
}
h3.wp-block-heading.has-text-align-center span {
  color: inherit;
  font-style: normal;
  background: #fff0c2;
  padding: 2px 6px;
  border-radius: 3px;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}

.ylg-expanded-review {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 0 0 16px 16px;
  box-shadow: 0 2px 12px rgba(15, 26, 43, 0.06);
  padding: 16px;
  margin: 0;
  max-width: none;
  position: relative;
}
.ylg-expanded-review::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #16a374 0%, #0a4f8a 100%);
  border-radius: 0;
}
@media (min-width: 576px) {
  .ylg-expanded-review {
    padding: 20px;
  }
}
@media (min-width: 768px) {
  .ylg-expanded-review {
    padding: 24px;
  }
}
@media (min-width: 992px) {
  .ylg-expanded-review {
    padding: 28px;
  }
}

.ylg-expanded-review__header {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-areas: "brand score" "cta cta";
  gap: 12px 16px;
  align-items: center;
  padding: 16px;
  background: #f4f8f7;
  border: 1px solid rgba(13, 53, 48, 0.08);
  border-radius: 10px;
  margin-bottom: 14px;
  box-shadow: none;
}
@media (min-width: 576px) {
  .ylg-expanded-review__header {
    grid-template-columns: 1fr auto;
    grid-template-areas: "brand score" "cta cta";
    gap: 14px 18px;
    padding: 16px 18px;
  }
}
@media (min-width: 768px) {
  .ylg-expanded-review__header {
    grid-template-columns: minmax(0, 1.6fr) auto minmax(180px, auto);
    grid-template-areas: "brand score cta";
    gap: 22px;
    padding: 14px 20px;
    margin-bottom: 16px;
  }
}
@media (min-width: 992px) {
  .ylg-expanded-review__header {
    padding: 16px 24px;
    gap: 26px;
  }
}

.ylg-expanded-review__brand {
  grid-area: brand;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  min-width: 0;
}

.ylg-expanded-review__logo-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  line-height: 0;
  max-width: 200px;
  width: auto;
  background: transparent;
  border-radius: 0;
  padding: 0;
  box-shadow: none;
}
@media (min-width: 768px) {
  .ylg-expanded-review__logo-link {
    max-width: 220px;
  }
}

.ylg-expanded-review__logo {
  display: block;
  width: auto !important;
  height: 32px !important;
  max-width: 100% !important;
  max-height: none !important;
  object-fit: contain;
  transition: transform 0.2s ease;
}
@media (min-width: 768px) {
  .ylg-expanded-review__logo {
    height: 38px !important;
  }
}
@media (min-width: 992px) {
  .ylg-expanded-review__logo {
    height: 42px !important;
  }
}
.ylg-expanded-review__logo-link:hover .ylg-expanded-review__logo {
  transform: scale(1.03);
}

.ylg-expanded-review__brand-name {
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  font-weight: 700;
  font-size: 20px;
  color: #0f1a2b;
}

.ylg-expanded-review__score {
  grid-area: score;
  display: inline-flex;
  align-items: baseline;
  justify-content: flex-start;
  gap: 6px;
  white-space: nowrap;
}
@media (min-width: 768px) {
  .ylg-expanded-review__score {
    justify-content: center;
  }
}

.ylg-expanded-review__score-num {
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 1;
  color: #0d3530;
}
@media (min-width: 768px) {
  .ylg-expanded-review__score-num {
    font-size: 30px;
  }
}
@media (min-width: 992px) {
  .ylg-expanded-review__score-num {
    font-size: 32px;
  }
}

.ylg-expanded-review__score-max {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 12px;
  font-weight: 600;
  color: rgba(13, 53, 48, 0.45);
  margin-right: 6px;
}
@media (min-width: 768px) {
  .ylg-expanded-review__score-max {
    font-size: 12.5px;
  }
}

.ylg-expanded-review__stars {
  display: inline-flex;
  gap: 1px;
  color: #d6a800;
  font-size: 11px;
  line-height: 1;
  transform: translateY(-1px);
}
.ylg-expanded-review__stars span {
  display: inline-block;
}
@media (min-width: 768px) {
  .ylg-expanded-review__stars {
    font-size: 12px;
  }
}

.ylg-expanded-review__top-cta {
  grid-area: cta;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 46px;
  padding: 0 22px;
  background: #16a374;
  color: #ffffff !important;
  text-decoration: none !important;
  border: 0;
  border-radius: 10px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14.5px;
  font-weight: 700;
  letter-spacing: 0.02em;
  text-transform: none;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(22, 163, 116, 0.22);
  transition: background 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
  white-space: nowrap;
}
@media (min-width: 992px) {
  .ylg-expanded-review__top-cta {
    min-height: 50px;
    font-size: 15px;
    padding: 0 24px;
  }
}
.ylg-expanded-review__top-cta .ylg-expanded-review__arrow {
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.18s ease;
}
.ylg-expanded-review__top-cta:hover, .ylg-expanded-review__top-cta:focus {
  background: #0f7a55;
  color: #ffffff !important;
  transform: translateY(-1px);
  box-shadow: 0 8px 18px rgba(22, 163, 116, 0.34);
  text-decoration: none !important;
}
.ylg-expanded-review__top-cta:hover .ylg-expanded-review__arrow, .ylg-expanded-review__top-cta:focus .ylg-expanded-review__arrow {
  transform: translateX(3px);
}
.ylg-expanded-review__top-cta:active {
  transform: translateY(0);
  box-shadow: 0 2px 5px rgba(22, 163, 116, 0.2);
}

.ylg-expanded-review__body h5.wp-block-heading {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 14px;
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.005em;
  color: #073963;
  margin: 14px 0 6px;
  padding-left: 12px;
  position: relative;
}
@media (min-width: 768px) {
  .ylg-expanded-review__body h5.wp-block-heading {
    font-size: 15px;
    margin: 16px 0 7px;
  }
}
@media (min-width: 992px) {
  .ylg-expanded-review__body h5.wp-block-heading {
    font-size: 16px;
    margin: 18px 0 8px;
    padding-left: 14px;
  }
}
.ylg-expanded-review__body h5.wp-block-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  bottom: 3px;
  width: 3px;
  border-radius: 2px;
  background: linear-gradient(180deg, #16a374 0%, #0a4f8a 100%);
}
@media (min-width: 992px) {
  .ylg-expanded-review__body h5.wp-block-heading::before {
    width: 4px;
  }
}
.ylg-expanded-review__body p {
  color: #4a5568;
  font-size: 13px;
  line-height: 1.55;
  margin: 0 0 6px;
}
@media (min-width: 768px) {
  .ylg-expanded-review__body p {
    font-size: 13.5px;
    line-height: 1.6;
    margin-bottom: 7px;
  }
}
@media (min-width: 992px) {
  .ylg-expanded-review__body p {
    font-size: 14.5px;
    line-height: 1.65;
    margin-bottom: 8px;
  }
}
.ylg-expanded-review__body p > strong:first-child {
  color: #073963;
  font-weight: 700;
}
.ylg-expanded-review__body ul,
.ylg-expanded-review__body ol {
  margin: 4px 0 8px 18px;
  padding: 0;
}
.ylg-expanded-review__body ul li,
.ylg-expanded-review__body ol li {
  font-size: 13px;
  line-height: 1.55;
  color: #4a5568;
  margin-bottom: 3px;
}
@media (min-width: 768px) {
  .ylg-expanded-review__body ul li,
  .ylg-expanded-review__body ol li {
    font-size: 13.5px;
  }
}
@media (min-width: 992px) {
  .ylg-expanded-review__body ul li,
  .ylg-expanded-review__body ol li {
    font-size: 14px;
  }
}
.ylg-expanded-review__body > *:first-child {
  margin-top: 0;
}
.ylg-expanded-review__body > *:last-child {
  margin-bottom: 0;
}

.ylg-expanded-review__pros-cons {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 14px 0 6px;
}
@media (min-width: 768px) {
  .ylg-expanded-review__pros-cons {
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: stretch;
    gap: 12px;
    margin: 16px 0 8px;
  }
}

.ylg-expanded-review__pc-card {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  min-width: 0;
  background: #fff;
  border: 1px solid #e2e8f0;
  border-top-width: 3px;
  border-radius: 10px;
  padding: 14px 16px 16px;
  box-shadow: 0 2px 6px rgba(15, 26, 43, 0.05);
}
@media (min-width: 768px) {
  .ylg-expanded-review__pc-card {
    flex: 1 1 0;
    padding: 16px 18px 18px;
  }
}
.ylg-expanded-review__pc-card--pros {
  border-top-color: #16a374;
}
.ylg-expanded-review__pc-card--cons {
  border-top-color: #d6536b;
}

.ylg-expanded-review__pc-title {
  display: inline-flex !important;
  align-items: center;
  gap: 8px;
  margin: 0 0 12px;
  padding: 5px 12px 5px 10px;
  border-radius: 999px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  line-height: 1;
  align-self: flex-start;
  width: auto;
}
@media (min-width: 768px) {
  .ylg-expanded-review__pc-title {
    font-size: 12px;
    padding: 6px 14px 6px 12px;
  }
}

.ylg-expanded-review__pc-card--pros .ylg-expanded-review__pc-title {
  background: rgba(22, 163, 116, 0.14);
  color: #0f7a55;
}

.ylg-expanded-review__pc-card--cons .ylg-expanded-review__pc-title {
  background: rgba(214, 83, 107, 0.14);
  color: #a93a52;
}

.ylg-expanded-review__pc-dot {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.ylg-expanded-review__pc-card--pros .ylg-expanded-review__pc-dot {
  background: #16a374;
}
.ylg-expanded-review__pc-card--pros .ylg-expanded-review__pc-dot::after {
  content: "";
  position: absolute;
  left: 3px;
  top: 50%;
  width: 9px;
  height: 5px;
  border-left: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: translateY(-70%) rotate(-45deg);
}

.ylg-expanded-review__pc-card--cons .ylg-expanded-review__pc-dot {
  background: #d6536b;
}
.ylg-expanded-review__pc-card--cons .ylg-expanded-review__pc-dot::before, .ylg-expanded-review__pc-card--cons .ylg-expanded-review__pc-dot::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 50%;
  width: 8px;
  height: 1.5px;
  background: #fff;
}
.ylg-expanded-review__pc-card--cons .ylg-expanded-review__pc-dot::before {
  transform: translate(-50%, -50%) rotate(45deg);
}
.ylg-expanded-review__pc-card--cons .ylg-expanded-review__pc-dot::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.ylg-expanded-review__pc-list {
  list-style: none;
  margin: 0;
  padding: 0;
  flex: 1 1 auto;
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.ylg-expanded-review__pc-list li {
  position: relative;
  padding-left: 22px;
  font-size: 12.5px;
  line-height: 1.45;
  color: #0f1a2b;
}
@media (min-width: 768px) {
  .ylg-expanded-review__pc-list li {
    font-size: 13px;
  }
}
@media (min-width: 992px) {
  .ylg-expanded-review__pc-list li {
    font-size: 13.5px;
  }
}
.ylg-expanded-review__pc-list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 2px;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 9px 9px;
}

.ylg-expanded-review__pc-card--pros .ylg-expanded-review__pc-list li::before {
  background-color: #e9f7f1;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%279%27%20height%3D%279%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%230f7a55%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%20stroke-linejoin%3D%27round%27%3E%3Cpolyline%20points%3D%2720%206%209%2017%204%2012%27%2F%3E%3C%2Fsvg%3E");
}

.ylg-expanded-review__pc-card--cons .ylg-expanded-review__pc-list li::before {
  background-color: #fdecef;
  background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns%3D%27http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%27%20width%3D%278%27%20height%3D%278%27%20viewBox%3D%270%200%2024%2024%27%20fill%3D%27none%27%20stroke%3D%27%23b22e46%27%20stroke-width%3D%274%27%20stroke-linecap%3D%27round%27%3E%3Cline%20x1%3D%2718%27%20y1%3D%276%27%20x2%3D%276%27%20y2%3D%2718%27%2F%3E%3Cline%20x1%3D%276%27%20y1%3D%276%27%20x2%3D%2718%27%20y2%3D%2718%27%2F%3E%3C%2Fsvg%3E");
}

.ylg-expanded-review__bottom {
  font-size: 13px;
  line-height: 1.55;
  color: #4a5568;
  margin: 12px 0 0;
}
@media (min-width: 768px) {
  .ylg-expanded-review__bottom {
    font-size: 13.5px;
    margin-top: 14px;
  }
}
@media (min-width: 992px) {
  .ylg-expanded-review__bottom {
    font-size: 14px;
    line-height: 1.6;
    margin-top: 16px;
  }
}

.ylg-expanded-review__cta {
  text-align: center;
  margin: 14px 0 0;
}
@media (min-width: 768px) {
  .ylg-expanded-review__cta {
    margin-top: 18px;
  }
}

.ylg-expanded-review__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 12px 22px;
  background: #16a374;
  color: #fff !important;
  text-decoration: none !important;
  border-radius: 8px;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  font-size: 13px;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  line-height: 1;
  box-shadow: 0 3px 10px rgba(22, 163, 116, 0.22);
  transition: background 0.18s ease, box-shadow 0.18s ease, transform 0.18s ease;
  width: 100%;
  max-width: none;
}
@media (min-width: 768px) {
  .ylg-expanded-review__cta-btn {
    padding: 13px 26px;
    font-size: 14px;
    max-width: 380px;
  }
}
@media (min-width: 992px) {
  .ylg-expanded-review__cta-btn {
    padding: 14px 30px;
    font-size: 15px;
    max-width: 420px;
  }
}
.ylg-expanded-review__cta-btn:hover, .ylg-expanded-review__cta-btn:focus {
  background: #0f7a55;
  color: #fff !important;
  transform: translateY(-1px);
  box-shadow: 0 6px 16px rgba(22, 163, 116, 0.32);
  text-decoration: none !important;
}
.ylg-expanded-review__cta-btn:hover .ylg-expanded-review__cta-arrow, .ylg-expanded-review__cta-btn:focus .ylg-expanded-review__cta-arrow {
  transform: translateX(3px);
}
.ylg-expanded-review__cta-btn:active {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(22, 163, 116, 0.22);
}

.ylg-expanded-review__cta-arrow {
  font-size: 15px;
  font-weight: 700;
  transition: transform 0.18s ease;
}

.fullwidth-section:not(:has(.ylg-expanded-review)) > .wp-block-group__inner-container > .wp-block-group.container {
  background: #fff;
  border: 1px solid #e2e8f0;
  border-radius: 16px;
  box-shadow: 0 2px 12px rgba(15, 26, 43, 0.06);
  padding: 20px;
  position: relative;
  overflow: hidden;
}
@media (min-width: 576px) {
  .fullwidth-section:not(:has(.ylg-expanded-review)) > .wp-block-group__inner-container > .wp-block-group.container {
    padding: 24px;
  }
}
@media (min-width: 768px) {
  .fullwidth-section:not(:has(.ylg-expanded-review)) > .wp-block-group__inner-container > .wp-block-group.container {
    padding: 32px 36px;
  }
}
@media (min-width: 992px) {
  .fullwidth-section:not(:has(.ylg-expanded-review)) > .wp-block-group__inner-container > .wp-block-group.container {
    padding: 40px 48px;
  }
}
.fullwidth-section:not(:has(.ylg-expanded-review)) > .wp-block-group__inner-container > .wp-block-group.container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: linear-gradient(90deg, #0a4f8a 0%, #16a374 100%);
}
.fullwidth-section:not(:has(.ylg-expanded-review)) p {
  margin: 0 0 12px;
}
.fullwidth-section:not(:has(.ylg-expanded-review)) p > strong:first-child,
.fullwidth-section:not(:has(.ylg-expanded-review)) p > span + strong {
  color: #073963;
  font-weight: 700;
}
.fullwidth-section:not(:has(.ylg-expanded-review)) p.mb-2,
.fullwidth-section:not(:has(.ylg-expanded-review)) p.mb-4 {
  display: flex;
  gap: 10px;
  align-items: flex-start;
  padding: 8px 0;
  border-bottom: 1px dashed rgba(10, 79, 138, 0.12);
  margin-bottom: 0;
}
.fullwidth-section:not(:has(.ylg-expanded-review)) p.mb-2:last-of-type,
.fullwidth-section:not(:has(.ylg-expanded-review)) p.mb-4:last-of-type {
  border-bottom: 0;
}
.fullwidth-section:not(:has(.ylg-expanded-review)) p.mb-2 > span:first-child,
.fullwidth-section:not(:has(.ylg-expanded-review)) p.mb-4 > span:first-child {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  background: #e9f7f1;
  border-radius: 50%;
  margin: 0 !important;
  padding: 0 !important;
}
.fullwidth-section:not(:has(.ylg-expanded-review)) p.mb-2 > span:first-child svg,
.fullwidth-section:not(:has(.ylg-expanded-review)) p.mb-4 > span:first-child svg {
  width: 12px;
  height: 12px;
  display: block;
}
.fullwidth-section:not(:has(.ylg-expanded-review)) p.mb-2 > span:first-child svg path,
.fullwidth-section:not(:has(.ylg-expanded-review)) p.mb-4 > span:first-child svg path {
  fill: #0f7a55;
}
.fullwidth-section:not(:has(.ylg-expanded-review)) p.mb-2 > span:first-child:empty,
.fullwidth-section:not(:has(.ylg-expanded-review)) p.mb-4 > span:first-child:empty {
  background: transparent;
  width: 0;
  height: 0;
}

.homepage-info {
  max-width: none;
  margin: 0 0 24px;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 12px;
}
@media (min-width: 768px) {
  .homepage-info {
    margin: 0 0 40px;
    gap: 14px;
  }
}
.homepage-info h1.hv2-section-title,
.homepage-info h2.hv2-section-title,
.homepage-info h3.hv2-section-title,
.homepage-info h4.hv2-section-title,
.homepage-info h5.hv2-section-title,
.homepage-info .hv2-section-title {
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.015em;
  line-height: 1.18;
  color: #0d3530;
  margin: 0 auto;
  text-align: center !important;
  width: 100%;
}
.homepage-info .hv2-section-intro {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  color: #4a5568;
  margin: 0 auto 8px;
  text-align: center !important;
  max-width: 760px;
}
.homepage-info .info-topic {
  position: relative;
  background: #ffffff;
  border: 1px solid rgba(13, 53, 48, 0.1);
  border-radius: 16px;
  padding: 22px 20px;
  box-shadow: 0 2px 8px rgba(13, 53, 48, 0.04);
  overflow: hidden;
}
@media (min-width: 768px) {
  .homepage-info .info-topic {
    padding: 30px 32px;
  }
}
@media (min-width: 992px) {
  .homepage-info .info-topic {
    padding: 32px 36px;
  }
}
.homepage-info .info-topic::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 3px;
  background: #0d3530;
}
.homepage-info .info-topic h2, .homepage-info .info-topic h3, .homepage-info .info-topic h4 {
  font-family: "Merriweather", "Georgia", "Times New Roman", serif;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: #0d3530;
  margin: 0 0 14px;
}
.homepage-info .info-topic p {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  color: #2c2c2c;
  margin: 0 0 14px;
}
.homepage-info .info-topic p:last-child {
  margin-bottom: 0;
}
.homepage-info .info-topic p.mb-2,
.homepage-info .info-topic p.mb-4 {
  display: block !important;
  gap: 0 !important;
  padding: 0 !important;
  border-bottom: 0 !important;
  margin: 0 0 14px !important;
}
.homepage-info .info-topic p.mb-2:last-of-type,
.homepage-info .info-topic p.mb-4:last-of-type {
  margin-bottom: 0 !important;
}
.homepage-info .info-topic p.mb-2 > span:first-child,
.homepage-info .info-topic p.mb-4 > span:first-child {
  display: none !important;
}
.homepage-info .info-topic p > strong:first-child,
.homepage-info .info-topic p > span + strong {
  color: #0d3530;
  font-weight: 700;
}
.homepage-info .info-topic ul, .homepage-info .info-topic ol {
  font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  line-height: 1.7;
  color: #2c2c2c;
  margin: 0 0 14px;
  padding-left: 1.4em;
}
.homepage-info .info-topic ul li, .homepage-info .info-topic ol li {
  margin: 0 0 8px;
}
.homepage-info .info-topic ul li::marker, .homepage-info .info-topic ol li::marker {
  color: #1a7f7f;
}
.homepage-info .info-topic ul li:last-child, .homepage-info .info-topic ol li:last-child {
  margin-bottom: 0;
}
.homepage-info .info-topic strong {
  color: #0d3530;
  font-weight: 700;
}
.homepage-info .info-topic em {
  font-style: italic;
}
.homepage-info .info-topic a {
  color: #1a7f7f;
  text-decoration: underline;
  text-underline-offset: 2px;
  font-weight: 600;
}
.homepage-info .info-topic a:hover {
  color: #0d3530;
  text-decoration-thickness: 2px;
}
