:root {
  --c-secondary: #2db89b;
  --c-green: #dbf5e8;
  --c-grey: #f7f7f7;
  --arrow-right: url('data:image/svg+xml,<svg width="19" height="19" viewBox="0 0 19 19" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.49854 1.05029L16.9972 9.50008L8.49854 17.9499" stroke="black" stroke-width="2"/><line x1="1.00562" y1="9.5" x2="16.0924" y2="9.5" stroke="black" stroke-width="2"/></svg>');
  --arrow-right-white: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg' width='18' height='18'%3E%3Cg clip-path='url(%23clip0)'%3E%3Cpath d='M15.94 8.67999H0' stroke='%23ffffff' stroke-width='2' stroke-miterlimit='10' stroke-linejoin='round'/%3E%3Cpath d='M8.44 0.679993L15.94 8.67999L8.44 16.68' stroke='%23ffffff' stroke-width='2' stroke-miterlimit='10'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0'%3E%3Crect width='17.31' height='17.37' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E");
  --arrow-right-24-white: url('data:image/svg+xml,<svg width="24" height="25" viewBox="0 0 24 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2637 1.23633L22.5275 12.5001L11.2637 23.7639" stroke="white" stroke-width="2"/><line x1="1.33301" y1="12.833" x2="21.3284" y2="12.833" stroke="white" stroke-width="2"/></svg>');
  --icon-search: url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19.6 21L13.3 14.7C12.8 15.1 12.225 15.4167 11.575 15.65C10.925 15.8833 10.2333 16 9.5 16C7.68333 16 6.14583 15.3708 4.8875 14.1125C3.62917 12.8542 3 11.3167 3 9.5C3 7.68333 3.62917 6.14583 4.8875 4.8875C6.14583 3.62917 7.68333 3 9.5 3C11.3167 3 12.8542 3.62917 14.1125 4.8875C15.3708 6.14583 16 7.68333 16 9.5C16 10.2333 15.8833 10.925 15.65 11.575C15.4167 12.225 15.1 12.8 14.7 13.3L21 19.6L19.6 21ZM9.5 14C10.75 14 11.8125 13.5625 12.6875 12.6875C13.5625 11.8125 14 10.75 14 9.5C14 8.25 13.5625 7.1875 12.6875 6.3125C11.8125 5.4375 10.75 5 9.5 5C8.25 5 7.1875 5.4375 6.3125 6.3125C5.4375 7.1875 5 8.25 5 9.5C5 10.75 5.4375 11.8125 6.3125 12.6875C7.1875 13.5625 8.25 14 9.5 14Z" fill="%233C3F44"/></svg>');
  --px-36: calc(36rem / 21);
  --px-30: calc(30rem / 21);
  --px-24: calc(24rem / 21);
  --px-16: calc(16rem / 21);
  --px-5: calc(5rem / 21);
  --px-3: calc(3rem / 21);
  --f-18: calc(18rem / 21);
  --f-20: calc(20rem / 21);
  --f-24: calc(24rem / 21);
  --f-b-24: calc(18rem / 21);
  --f-36: calc(36rem / 21);
}
@media (max-width: 767px) {
  :root {
    --f-36: 1rem;
    --f-b-24: calc(18rem / 21);
    --f-24: 1rem;
  }
}

.link {
  font-family: "Formular W03 Medium", sans-serif;
  border-bottom: 0.0952380952rem solid var(--c-secondary);
}
.link--arrow-right {
  display: inline;
  padding-right: 1.5em;
  background-size: 0.9047619048rem;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: var(--arrow-right);
}

.part {
  padding-block: 40px;
}
.part a {
  color: inherit;
}
.part--blue {
  --c-secondary: #fff;
  background-color: #0058FF;
  color: #fff;
  padding-block: 40px;
}
.part--blue + .part--blue {
  padding-top: 0;
}
.part--blue .b-link--green_underline, .part--blue .link {
  border-color: #fff;
}
.part--blue .b-link--arrow-right, .part--blue .link--arrow-right {
  background-image: var(--arrow-right-white);
}
.part--alt, .part--green {
  background-color: var(--c-green);
  padding-block: 40px;
}
.part--alt + .part--alt, .part--alt + .part--green, .part--green + .part--alt, .part--green + .part--green {
  padding-top: 0;
}
.part--alt-grey, .part--grey {
  background-color: var(--c-grey);
  padding-block: 40px;
}
.part--alt-grey + .part--alt-grey, .part--alt-grey + .part--grey, .part--grey + .part--alt-grey, .part--grey + .part--grey {
  padding-top: 0;
}
.part__heading {
  font-family: "Formular W03 Medium", sans-serif;
  font-size: var(--f-18);
  line-height: 1.3;
  padding-top: 20px;
  margin: 0;
  border-top: 2px solid var(--c-secondary);
  width: fit-content;
  text-transform: uppercase;
}

.topic-tags__wrapper {
  font-size: 1rem;
  line-height: 1.2;
  letter-spacing: -0.05em;
  display: flex;
  flex-wrap: wrap;
  gap: 20px 10px;
  justify-content: center;
  align-items: baseline;
  padding-top: 40px;
}
.topic-tags__wrapper > * {
  vertical-align: baseline;
}
.topic-tags__wrapper a {
  display: inline-block;
  border: 2px solid #0058FF;
  padding: 10px 20px;
  text-align: center;
  border-radius: 44px;
}
.topic-tags__wrapper a:hover {
  background-color: #0058FF;
  color: #fff;
}

.link-list {
  justify-content: end;
}
.link-list .row {
  justify-content: end;
}
.link-list__wrapper {
  margin-top: -20px;
}
.link-list__item {
  font-family: "Formular W03 Medium", sans-serif;
  font-size: var(--f-24, 1rem);
  line-height: 120%;
  width: 100%;
  padding-block: 20px;
  border-bottom: 2px solid var(--c-secondary);
}
.link-list__item a {
  padding-right: 1.619047619rem;
  background-size: 1.1428571429rem;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: var(--arrow-right-24-white);
}

.topic-card--part h2 {
  text-align: center;
}
.topic-card--part .row {
  row-gap: 1.5238095238rem;
}
@media (max-width: 767px) {
  .topic-card--part .row {
    row-gap: 0.9523809524rem;
    margin-inline: -10px;
  }
}
@media (max-width: 767px) {
  .topic-card--part .col-12, .topic-card--part .col-xs-12, .topic-card--part .col-md-6 {
    padding-inline: 10px;
  }
}

.topic-card {
  background-color: #fff;
  padding: 0.9523809524rem;
  display: flex;
  min-height: 180px;
  position: relative;
  align-items: center;
  height: 100%;
  gap: 5px;
}
@media (max-width: 767px) {
  .topic-card {
    min-height: 120px;
    padding: 0.4761904762rem;
  }
}
.topic-card:has(.topic-card__link:focus-visible) {
  outline: auto;
}
.topic-card__link {
  font-family: "Formular W03 Bold", sans-serif;
  font-size: var(--f-24);
  text-decoration: none;
  flex: 1;
  min-width: min-content;
}
.topic-card__link:hover {
  text-decoration-line: underline;
}
.topic-card__link:before {
  content: "";
  position: absolute;
  inset: 0;
}
.topic-card__image {
  flex: 1;
  max-width: 8.8571428571rem;
  margin: auto;
}
.topic-card__image img {
  aspect-ratio: 186/94;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.topic-card__part h2 {
  text-align: center;
}
.topic-card__part .row {
  row-gap: 1.5238095238rem;
}

.hero-search {
  position: relative;
  z-index: 1;
  padding: 60px 0;
  min-height: 440px;
}
.hero-search__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: -1;
}
.hero-search__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.hero-search__card {
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6980392157);
  margin-bottom: 60px;
}
.hero-search__card__text {
  margin-bottom: 20px;
  font-size: var(--f-36);
  line-height: 1.3;
}
.hero-search__card__link {
  font-size: var(--f-b-24);
  line-height: 1.3;
  font-weight: 500;
  padding-bottom: var(--px-5);
}
.hero-search__search input, .hero-search__search .b-input-search label input {
  border-color: transparent;
  font-size: var(--f-18);
  line-height: 1;
  font-weight: 500;
  min-height: 70px;
  padding: 17px 74px 19px 20px;
}
.hero-search__search input::placeholder, .hero-search__search .b-input-search label input::placeholder {
  color: #999999;
}
.hero-search__search button {
  position: absolute;
  height: 41px;
  top: 4px;
  right: 2px;
  border: none;
  background-color: transparent;
  padding: 0;
  cursor: pointer;
}
.hero-search__search .b-input-search__icon-search {
  border: none;
}
.hero-search__search .b-input-search button {
  height: calc(100% - 8px);
  width: auto;
  aspect-ratio: 1/1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.hero-search__search .icon-search {
  background-image: var(--icon-search);
  background-size: var(--px24);
}

.news-ticker {
  display: flex;
  flex-direction: column;
  gap: 20px;
  position: relative;
  min-height: 100%;
}
.news-ticker__link {
  font-family: "Formular W03 Medium", sans-serif;
  font-size: var(--f-24);
  line-height: 1.2;
  padding-right: 1em;
  background-size: 0.7em;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: var(--arrow-right);
  width: fit-content;
  min-height: 0.7619047619rem;
  min-width: 0.7619047619rem;
}
.news-ticker__link::before {
  content: "";
  position: absolute;
  inset: 0;
}
.news-ticker__link:hover {
  text-decoration-line: underline;
}
.news-ticker__info {
  font-size: var(--f-18);
  line-height: 1.3;
}
.news-ticker-part .row {
  row-gap: 20px;
}
@media (min-width: 980px) {
  .news-ticker-part .col-lg-4:nth-child(3n-1)::before, .news-ticker-part .col-lg-4:nth-child(3n)::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background-color: var(--c-secondary);
  }
}
@media (min-width: 768px) and (max-width: 979px) {
  .news-ticker-part .col-md-6:nth-child(even)::before {
    content: "";
    position: absolute;
    inset: 0;
    left: -1px;
    width: 2px;
    height: 100%;
    background-color: var(--c-secondary);
  }
}
@media (max-width: 767px) {
  .news-ticker-part .col-md-6:nth-child(n+1) .news-ticker {
    padding-bottom: 20px;
    border-bottom: 2px solid var(--c-secondary);
  }
}

.news-card {
  background-color: #fff;
  padding: 30px;
  display: flex;
  gap: 30px;
  min-height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
}
@media (max-width: 981px) and (min-width: 768px) {
  .news-card {
    flex-direction: row-reverse;
  }
}
.news-card:has(.news-card__link:focus-visible) {
  outline: auto;
}
.news-card:has(.news-card__link:hover) .news-card__title {
  text-decoration: underline;
}
.news-card__image {
  aspect-ratio: 390/200;
  width: 100%;
}
@media (max-width: 981px) and (min-width: 768px) {
  .news-card__image {
    width: calc(50% - 15px);
    min-width: calc(50% - 15px);
  }
}
@media (max-width: 767px) {
  .news-card__image {
    aspect-ratio: none;
    max-height: 200px;
  }
}
.news-card__image img {
  width: 100%;
  height: 100%;
  aspect-ratio: 390/200;
  object-fit: cover;
}
@media (min-width: 980px) {
  .news-card--featured .news-card__image {
    aspect-ratio: 400/520;
    width: 50%;
  }
}
.news-card__title {
  font-family: "Formular W03 Bold", sans-serif;
  font-size: var(--f-24);
  line-height: 1.3;
  max-height: calc(3.9em + 2px);
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 3;
  text-decoration-thickness: 1px;
  text-underline-offset: 0.25rem;
}
@media (min-width: 980px) {
  .news-card--featured .news-card__title {
    font-size: var(--f-36);
    -webkit-line-clamp: none;
    line-clamp: none;
  }
}
.news-card__text {
  font-size: var(--f-18);
  line-height: 1.3;
  display: -webkit-box;
  -webkit-line-clamp: 6;
  -webkit-box-orient: vertical;
  overflow: hidden;
  line-clamp: 6;
}
.news-card__link {
  font-size: var(--f-24);
  line-height: 1.3;
  font-family: "Formular W03 Medium", sans-serif;
  padding-bottom: var(--px-3);
  border-bottom: 2px solid var(--c-secondary);
  padding-right: 1.5em;
  background-size: 0.9047619048rem;
  background-repeat: no-repeat;
  background-position: 100% 50%;
  background-image: var(--arrow-right);
  width: fit-content;
  min-height: 0.9047619048rem;
  min-width: 0.9047619048rem;
}
.news-card__link::before {
  content: "";
  position: absolute;
  inset: 0;
}
.news-card__content {
  display: flex;
  gap: inherit;
  flex-direction: column;
  flex: 1;
}
@media (min-width: 980px) {
  .news-card--featured .news-card__content {
    margin-left: 40px;
    width: 50%;
  }
}
@media (min-width: 980px) {
  .news-card--featured {
    flex-direction: row;
  }
}

.news-card-part .row {
  row-gap: 40px;
}

.footer {
  font-size: var(--f-20);
  line-height: 1.5;
  letter-spacing: 0.05em;
  background-color: #000;
  color: #fff;
  padding-block: 40px;
}
.footer ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
.footer p {
  margin-top: 0;
}
.footer .row {
  row-gap: 40px;
}
@media (max-width: 767px) {
  .footer .row {
    row-gap: 30px;
  }
}
.footer__logo {
  width: 400px;
  height: 82px;
  max-width: 100%;
  background-repeat: no-repeat;
  background-size: contain;
}
.footer .b-footer__column {
  margin: 0;
}
.footer a,
.footer .b-footer__link {
  color: #fff;
  box-shadow: none;
  border-bottom: 0 none transparent;
  text-decoration: underline;
  text-decoration-thickness: 1px;
  text-underline-offset: 1.5px;
}
@media (hover: hover) {
  .footer a:hover,
  .footer .b-footer__link:hover {
    text-decoration: none;
  }
}
.footer a[href^="tel:"],
.footer .b-footer__link[href^="tel:"] {
  text-decoration: none;
}

/*# sourceMappingURL=seeds2025.css.map */
