

:root {--w1-color-three: rgba(26,79,57,1);--w1-color-four: rgba(241,216,62,1);--w1-color-one: rgb(34,103,75);--w1-font: 'Oswald', 'Arial Narrow', Arial, sans-serif;--w1-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.4);--w1-radius: 10px;--w1-color-two: rgb(255,255,255)}

* {border: 0;box-sizing: border-box;padding: 0;margin: 0}
html, body {height: 100%;min-width: 320px;visibility:visible;outline-offset:0}
body {letter-spacing: 0.5px;background-color: var(--w1-color-one);line-height: 1;font-family: var(--w1-font);color: var(--w1-color-two);-webkit-font-smoothing: antialiased;overflow-x: hidden;font-size: 18px}
a {text-decoration: none;color: inherit}
ul, li { list-style: none; }
img {height: 100%;vertical-align: top;object-fit: cover;width: 100%}
h1, h2, h3 {font-weight: inherit;font-size: inherit}
button, input {font-family: var(--w1-font);font-size: inherit}
* { scroll-behavior: smooth; }
html.w1-lock, html.w1-lock body { overflow: hidden; }

.w1-wrapper {display: flex;flex-direction: column;min-height: 100%;overflow: hidden}
.w1-page {padding-top: 190px;flex: 1 1 auto;background-color: var(--w1-color-three)}

.w1-container,
section > .w1-intro__container,
section > .w1-block__container,
section > .w1-promo__container,
section > .w1-banner__container,
section > .w1-faq__container,
section > .w1-explore__container , [data-sf-shell] > .w1-intro__container, [data-sf-shell] > .w1-block__container, [data-sf-shell] > .w1-promo__container, [data-sf-shell] > .w1-banner__container, [data-sf-shell] > .w1-faq__container, [data-sf-shell] > .w1-explore__container{margin: 0 auto;padding: 0 1rem;max-width: 1362px}

section , [data-sf-shell]{ padding: 70px 0; }
h1 {margin-bottom: 25px;font-size: 56px;line-height: 1.3;font-weight: 700}
h2 {font-weight: 700;line-height: 1.3;font-size: 42px;margin-bottom: 25px}
p {margin-bottom: 12px;line-height: 1.9}

.w1-button,
.w1-header__button,
.w1-banner__button,
.w1-block__cta,
.w1-promo__cta,
.w1-intro__cta {text-transform: uppercase;display: inline-flex;white-space: nowrap;border-radius: var(--w1-radius);padding: 12px 28px;font-weight: 500;width: fit-content;cursor: pointer;font-size: 17px;line-height: 1;transition: all 0.25s ease-out}


.w1-header {top: 0;color: var(--w1-color-two);padding: 20px 0;width: 100%;position: fixed;box-shadow: var(--w1-shadow);left: 0;z-index: 40;background-color: var(--w1-color-one)}
.w1-header__container {padding: 0 1rem;margin: 0 auto;max-width: 1362px}
.w1-header__body {gap: 20px 30px;justify-content: space-between;align-items: center;display: flex;flex-wrap: wrap}
.w1-header__logo {width: 100px;display: block}
.w1-header__logo img { object-fit: contain; }
.w1-header__logo-text {font-weight: 700;font-size: 22px}
.w1-header__buttons {margin-left: auto;display: flex;gap: 16px}
.w1-header__button {background-color: var(--w1-color-four);color: var(--w1-color-one);font-size: 15px;padding: 10px 20px}
.w1-header__button:hover { background-color: var(--w1-color-two); }
.w1-header__button:nth-child(2) {color: var(--w1-color-one);background-color: var(--w1-color-two)}
.w1-header__menu {padding-top: 16px;width: 100%;border-top: 2px solid var(--w1-color-four);text-align: center;margin: 0 auto}
.w1-header__menu-burger,
.w1-icon-menu { display: none; }
.w1-header__menu-nav {display: flex;justify-content: center;align-items: center}
.w1-header__menu-list {justify-content: center;display: flex;flex-wrap: wrap;gap: 18px;align-items: center}
.w1-header__menu-item-logo { display: none; }
.w1-header__menu-link {font-weight: 500;transition: color 0.25s ease-out;padding: 5px 6px;font-style: italic;font-size: 16px;letter-spacing: 0.5px}
.w1-header__menu-link:hover, .w1-header__menu-link.w1-current { color: var(--w1-color-four); }
.w1-menu__close {align-items: center;display: inline-flex}

@media (max-width: 992px) {
  .w1-page { padding-top: 105px; }
  h1 { font-size: 46px; }
  h2 { font-size: 34px; }
  .w1-header__logo { order: -1; }
  .w1-header__menu {margin: 0;border-top: unset;padding-top: 0;order: 1;max-width: fit-content}
  .w1-header__menu-burger {position: relative;z-index: 45;cursor: pointer;display: block;height: 18px;width: 30px}
  .w1-header__menu-burger span,
  .w1-header__menu-burger::before,
  .w1-header__menu-burger::after {width: 100%;position: absolute;background-color: var(--w1-color-two);content: "";right: 0;height: 2px;transition: all 0.3s ease 0s}
  .w1-header__menu-burger::before { top: 0; }
  .w1-header__menu-burger::after { bottom: 0; }
  .w1-header__menu-burger span { top: calc(50% - 1px); }
  .menu-open .w1-header__menu-burger span { width: 0; }
  .menu-open .w1-header__menu-burger::before {top: calc(50% - 1px);transform: rotate(-45deg)}
  .menu-open .w1-header__menu-burger::after {transform: rotate(45deg);bottom: calc(50% - 1px)}
  .w1-header__menu-nav {align-items: center;position: fixed;background-color: var(--w1-color-one);top: -200vh;z-index: 42;transition: top 0.4s;justify-content: center;height: 100vh;left: 0;display: flex;width: 100%;color: var(--w1-color-two)}
  .menu-open .w1-header__menu-nav { top: 0; }
  .w1-header__menu-list {max-width: 420px;padding: 0 20px;flex-direction: column;width: 100%;gap: 14px}
  .w1-header__menu-item-logo {max-width: 180px;display: flex;animation: w1-pulse2 1.5s infinite;margin: 0 auto 30px}
  .w1-header__menu-item { width: 100%; }
  .w1-header__menu-link {width: 100%;color: var(--w1-color-one);padding: 14px 18px;display: block;background-color: var(--w1-color-two);font-size: 18px;border-radius: var(--w1-radius)}
  .w1-header__menu-link:hover {background-color: var(--w1-color-four);color: var(--w1-color-one)}
}
@media (max-width: 768px) {
  .w1-page { padding-top: 178px; }
  .w1-header { padding: 24px 0 16px; }
  .w1-header__body { gap: 16px 24px; }
  .w1-header__buttons {border-top: 2px solid var(--w1-color-two);padding-top: 16px;order: 1;justify-content: center;width: 100%}
}


.w1-footer {box-shadow: var(--w1-shadow);color: var(--w1-color-two);padding: 40px 0 20px;background-color: var(--w1-color-one)}
.w1-footer__container {padding: 0 1rem;margin: 0 auto;max-width: 1362px}
.w1-footer__body {width: 100%;display: flex;justify-content: space-between;flex-wrap: wrap;gap: 30px}
.w1-footer__wrap {display: flex;flex-direction: column;text-align: left}
.w1-footer__menu-heading {margin-bottom: 16px;font-weight: 700;font-size: 22px}
.w1-footer__menu {gap: 12px 32px;grid-template-columns: repeat(2, 1fr);display: grid}
.w1-footer__menu-item { list-style: none; }
.w1-footer__menu-link {transition: color 0.25s ease-out;font-size: 16px;font-weight: 500}
.w1-footer__menu-link:hover { color: var(--w1-color-four); }
.w1-footer__logo {display: block;width: 110px}
.w1-footer__logo img { object-fit: contain; }
.w1-footer__socials {flex-wrap: wrap;display: flex;gap: 16px;margin-top: 30px}
.w1-footer__social {border-radius: 50%;height: 42px;align-items: center;font-size: 18px;background-color: var(--w1-color-three);display: flex;transition: background-color 0.25s ease-out;justify-content: center;width: 42px}
.w1-footer__social:hover { background-color: var(--w1-color-four); }
.w1-footer__partners {display: flex;flex-wrap: wrap;padding: 24px 0;border-bottom: 2px solid var(--w1-color-two);border-top: 2px solid var(--w1-color-two);margin-top: 24px;gap: 16px}
.w1-footer__partners-item { list-style: none; }
.w1-footer__partners-link {display: inline-block;padding: 6px 16px;background-color: var(--w1-color-three);font-size: 14px;border-radius: var(--w1-radius);font-weight: 500}
.w1-footer__bottom {border-radius: var(--w1-radius);margin: 24px auto 0;color: var(--w1-color-two);padding: 20px 30px;background-color: var(--w1-color-three)}
.w1-footer__eight {max-width: 900px;font-size: 15px;line-height: 1.7;margin: 0 auto;text-align: center;font-weight: 500}
.w1-footer__links {margin-top: 16px;display: flex;justify-content: center;gap: 20px;align-items: center;flex-wrap: wrap}
.w1-footer__link {font-size: 18px;font-weight: 700}

@media (max-width: 768px) {
  .w1-footer__body {flex-direction: column;gap: 24px}
  .w1-footer__menu {text-align: center;grid-template-columns: 1fr}
  .w1-footer__wrap { align-items: center; }
  .w1-footer__socials { justify-content: center; }
}


.w1-fab {border-radius: 50%;width: 64px;z-index: 50;position: fixed;bottom: 20px;box-shadow: var(--w1-shadow);display: flex;background-color: var(--w1-color-four);color: var(--w1-color-one);right: 20px;justify-content: center;height: 64px;align-items: center}
.w1-fab__icon { font-size: 26px; }


.w1-banner { padding: 50px 0; }
.w1-banner__container {margin: 0 auto;text-align: center;max-width: 1362px;padding: 0 1rem}
.w1-banner__logo {display: inline-flex;margin: 0 auto;animation: w1-pulse2 2s infinite;max-width: 200px}
.w1-banner--welcome { padding: 50px 0 10px; }
.w1-banner__buttons {align-items: center;display: flex;margin-top: 30px;gap: 24px;flex-wrap: wrap;justify-content: center}
.w1-banner__button {background-color: var(--w1-color-four);color: var(--w1-color-one)}
.w1-banner__button:hover { background-color: var(--w1-color-two); }
@media (max-width: 450px) {
  .w1-banner__buttons {gap: 15px;flex-direction: column}
}


.w1-hero { margin: 0; }
.w1-hero__container {padding: 0 1rem;margin: 0 auto;max-width: 1362px}
.w1-hero__box {border-radius: 30px;padding: 100px 40px;overflow: hidden;position: relative}
.w1-hero__box::before {content: "";opacity: 0.72;z-index: 1;background-color: var(--w1-color-one);position: absolute;inset: 0}
.w1-hero__media {position: absolute;inset: 0}
.w1-hero__title {text-transform: uppercase;font-size: 58px;color: var(--w1-color-two);position: relative;max-width: 850px;z-index: 2}
.w1-hero__text {z-index: 2;position: relative;max-width: 1000px;color: var(--w1-color-two)}
.w1-hero__cta {position: relative;margin-top: 24px;color: var(--w1-color-one);background-color: var(--w1-color-four);z-index: 2;display: inline-flex}
.w1-hero__cta:hover { background-color: var(--w1-color-two); }
@media (max-width: 992px) { .w1-hero__title { font-size: 42px; } }
@media (max-width: 768px) { .w1-hero__box { padding: 70px 20px; } .w1-hero__title { font-size: 36px; } }
@media (max-width: 450px) { .w1-hero__title { font-size: 30px; } }


.w1-promo { color: var(--w1-color-two); }
.w1-promo__container {padding: 0 1rem;max-width: 1362px;margin: 0 auto}
.w1-promo__row {display: flex;gap: 50px;justify-content: space-between}
.w1-promo__media {display: flex;border-radius: var(--w1-radius);max-height: 520px;overflow: hidden;width: calc(50% - 25px);flex-shrink: 0}
.w1-promo__media img {transition: transform 0.35s ease;object-fit: cover}
.w1-promo__media:hover img { transform: scale(1.05); }
.w1-promo__content {display: flex;padding: 24px 30px;width: calc(50% - 25px);justify-content: center;border-radius: var(--w1-radius);flex-direction: column;background-color: var(--w1-color-three)}
.w1-promo__text {font-size: 19px;line-height: 2}
.w1-promo__cta {background-color: var(--w1-color-four);color: var(--w1-color-one);margin: 30px auto 0}
.w1-promo__cta:hover { background-color: var(--w1-color-two); }
@media (max-width: 992px) {
  .w1-promo__row { gap: 20px; }
  .w1-promo__media { width: calc(50% - 10px); }
  .w1-promo__content { width: calc(50% - 10px); }
  .w1-promo__text { font-size: 17px; }
}
@media (max-width: 768px) {
  .w1-promo__row { flex-direction: column-reverse; }
  .w1-promo__media {max-height: 360px;width: 100%}
  .w1-promo__content {padding: 24px 20px;width: 100%}
}


.w1-intro {padding: 20px 0;position: relative}
.w1-intro__container {margin: 0 auto;max-width: 1362px;padding: 0 1rem}
.w1-intro::before {opacity: 0.5;content: "";height: 280px;width: 100%;left: 0;position: absolute;background-color: var(--w1-color-three);top: 0}
.w1-intro__col {flex-direction: column;align-items: center;display: flex;position: relative;text-align: center}
.w1-intro__title { max-width: 900px; }
.w1-intro__media {width: 100%;border-radius: 25px;max-width: 480px;overflow: hidden;border: 5px solid var(--w1-color-four);margin: 0 auto 30px;display: flex}
.w1-intro__text {margin-bottom: 30px;line-height: 2;max-width: 900px}
.w1-intro__cta {background-color: var(--w1-color-four);color: var(--w1-color-one)}
.w1-intro__cta:hover { background-color: var(--w1-color-two); }
@media (max-width: 768px) { .w1-intro::before { height: 190px; } }

.w1-block { padding: 40px 0; }
.w1-block__container {max-width: 1362px;margin: 0 auto;padding: 0 1rem}
.w1-block__col {flex-direction: column;text-align: center;align-items: center;display: flex}
.w1-block__card {border-radius: var(--w1-radius);margin: 0 auto -50px;padding: 40px 60px 80px;z-index: 2;background-color: var(--w1-color-two);position: relative;color: var(--w1-color-one);max-width: 900px}
.w1-block__text {line-height: 2;font-size: 19px}
.w1-block__cta {margin: 20px auto 0;background-color: var(--w1-color-three);color: var(--w1-color-two)}
.w1-block__cta:hover {background-color: var(--w1-color-four);color: var(--w1-color-one)}
.w1-block__media {width: 100%;overflow: hidden;border-radius: var(--w1-radius);max-width: 900px;display: flex}
.w1-block__media img {object-fit: cover;transition: transform 0.35s ease}
.w1-block__media:hover img { transform: scale(1.03); }
@media (max-width: 768px) {
  .w1-block__card {padding: 30px 20px 60px;margin: 0 auto -30px}
  .w1-block__text { font-size: 16px; }
  .w1-block__media {margin: 0 auto;max-width: 320px}
}


.w1-faq { color: var(--w1-color-two); }
.w1-faq__container {margin: 0 auto;max-width: 1362px;padding: 0 1rem}
.w1-faq__body { margin-bottom: 30px; }
.w1-faq__title { font-weight: 500; }
.w1-faq__list {flex-direction: column;border-radius: var(--w1-radius);background-color: var(--w1-color-two);display: flex;gap: 24px;padding: 30px}
.w1-faq__item-heading {cursor: pointer;padding: 18px 50px 18px 20px;font-weight: 700;overflow: hidden;justify-content: space-between;display: flex;position: relative;align-items: center;font-size: 19px;background-color: var(--w1-color-three);line-height: 1.4;border-radius: var(--w1-radius);color: var(--w1-color-two)}
.w1-faq__item-heading::before, .w1-faq__item-heading::after {right: 20px;transition: transform 0.3s ease;background-color: var(--w1-color-two);transform-origin: center;height: 3px;width: 22px;content: "";top: 50%;position: absolute}
.w1-faq__item-heading::before { transform: translateY(-50%); }
.w1-faq__item-heading::after { transform: translateY(-50%) rotate(90deg); }
.w1-faq__item.w1-active .w1-faq__item-heading::after { transform: translateY(-50%) rotate(0deg); }
.w1-faq__item-desc {opacity: 0;line-height: 1.9;transition: max-height 0.35s ease-in-out, padding 0.35s ease-in-out, opacity 0.35s ease-in-out;padding: 0 15px;overflow: hidden;color: var(--w1-color-one);max-height: 0;font-size: 17px}
.w1-faq__item.w1-active .w1-faq__item-desc {padding: 15px;max-height: 600px;opacity: 1}
@media (max-width: 768px) {
  .w1-faq__list { padding: 20px; }
  .w1-faq__item-heading { font-size: 16px; }
}


.w1-related { padding: 0 0 40px; }
.w1-related__list {margin: 0 auto;flex-wrap: wrap;padding: 0 1rem;display: flex;gap: 10px 22px;justify-content: center;max-width: 1362px}
.w1-related__link {color: var(--w1-color-four);font-size: 15px;text-decoration: underline;font-weight: 500}
.w1-related__link:hover { color: var(--w1-color-two); }


.w1-explore { color: var(--w1-color-two); }
.w1-explore__title {text-align: center;margin-bottom: 30px;font-size: 32px}
.w1-explore__list {gap: 20px;grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));display: grid}
.w1-explore__item {gap: 10px;padding: 24px;background-color: var(--w1-color-three);border-radius: var(--w1-radius);display: flex;flex-direction: column}
.w1-explore__link {text-decoration: underline;color: var(--w1-color-four);font-weight: 700;display: inline-flex;width: fit-content;font-size: 18px}
.w1-explore__item p {opacity: 0.9;margin-bottom: 0;font-size: 15px;line-height: 1.7}
@media (max-width: 768px) {
  .w1-explore__title { font-size: 26px; }
}


.w1-generic { display: block; }
.w1-generic__head {padding: 40px 0 0;text-align: center}
.w1-generic__body { padding: 20px 0 60px; }
.w1-generic__rich {margin: 0 auto;max-width: 900px;line-height: 2}
.w1-generic__rich h2 {margin: 24px 0 12px;font-size: 28px}
.w1-generic__rich h3 {font-size: 22px;margin: 16px 0 10px}
.w1-generic__rich p { margin-bottom: 12px; }
.w1-generic__rich ul, .w1-generic__rich ol { margin: 0 0 12px 20px; }
.w1-generic__rich li {margin-bottom: 6px;list-style: disc}


.w1-page > section {transition: opacity 0.8s ease, transform 0.8s ease;opacity: 0}
.w1-page > section:nth-child(odd) { transform: translateX(-80px); }
.w1-page > section:nth-child(even) { transform: translateX(80px); }
.w1-page > section.w1-visible {opacity: 1;transform: translateX(0)}

@keyframes w1-pulse2 {
  0% { transform: scale(1); }
  50% { transform: scale(1.08); }
  100% { transform: scale(1); }
}
@keyframes w1-progress {
  0% { width: 0%; }
  50% { width: 70%; }
  100% { width: 100%; }
}
@keyframes w1-shimmer {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}


.w1-bare { background-color: #000000; }
.w1-gate {display: flex;min-height: 100vh;padding: 40px 20px;flex-direction: column;align-items: center;justify-content: center;text-align: center;min-height: 100dvh;gap: 20px}
.w1-gate__logo-container {width: 100%;max-width: 420px}
.w1-gate__logo-image {height: 260px;filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));max-width: min(260px, 80vw);width: auto;animation: w1-pulse2 2s ease-in-out infinite;object-fit: contain}
.w1-gate__logo-text {color: var(--w1-color-two);font-weight: 700;font-size: 42px}
.w1-gate__title {margin: 14px 0 0;font-weight: 500;font-size: 18px;color: rgba(255, 255, 255, 0.85)}
.w1-gate__progress {height: 6px;width: 100%;background: rgba(255, 255, 255, 0.2);overflow: hidden;max-width: 420px;margin: 20px auto;position: relative;border-radius: 3px}
.w1-gate__progress-bar {height: 100%;border-radius: 3px;animation: w1-progress 3s ease-in-out infinite;width: 0%;position: relative;background: linear-gradient(90deg, var(--w1-color-four), #ffffff)}
.w1-gate__progress-bar::after {position: absolute;background: linear-gradient(90deg, transparent, rgba(255, 255, 255, 0.4), transparent);content: "";animation: w1-shimmer 2s ease-in-out infinite;inset: 0}
.w1-gate__faq {max-width: 700px;text-align: left;margin: 20px auto 0}
.w1-gate__links {margin: 10px auto 0;max-width: 700px}
.w1-gate__links ul {gap: 10px 18px;justify-content: center;display: flex;flex-wrap: wrap}
.w1-gate__links a {text-decoration: underline;font-size: 14px;color: var(--w1-color-four)}
.w1-gate__links a:hover { color: var(--w1-color-two); }
.w1-gate__back {margin-top: 10px;font-size: 14px;color: rgba(255, 255, 255, 0.75)}
.w1-gate__back a { color: var(--w1-color-four); }
.w1-gate__back a:hover { text-decoration: underline; }


.w1-reg {align-items: center;justify-content: center;text-align: center;display: flex;flex-direction: column;padding: 20px 20px 24px;min-height: 100vh;gap: 20px;min-height: 100dvh}
.w1-reg__header {max-width: 480px;width: 100%;justify-content: center;display: flex}
.w1-reg__logo img {width: auto;filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.3));object-fit: contain;max-width: min(220px, 80vw);height: 220px}
.w1-reg__logo-text {color: var(--w1-color-two);font-size: 40px;font-weight: 700}
.w1-reg__modal {border-radius: 20px;background: rgba(255, 255, 255, 0.96);box-shadow: 0 20px 40px rgba(0, 0, 0, 0.5);max-width: 480px;width: 100%;color: #1f2937;padding: 28px 32px}
.w1-reg__promos { margin-bottom: 16px; }
.w1-reg__promo-row {padding: 6px 0;align-items: center;display: flex}
.w1-reg__promo-icon {margin-right: 10px;font-size: 30px;height: 42px;flex-shrink: 0;align-items: center;width: 42px;justify-content: center;display: flex}
.w1-reg__promo-content {min-width: 0;flex: 1}
.w1-reg__promo-text {line-height: 1.2;font-size: clamp(13px, 3.6vw, 17px);font-weight: 700}
.w1-reg__event { color: #ea580c; }
.w1-reg__amount {font-weight: 800;color: #f59e0b}
.w1-reg__cta {background: linear-gradient(135deg, var(--w1-color-one), var(--w1-color-three));color: #fff;margin-top: 12px;border-radius: 12px;font-size: 16px;padding: 16px;box-shadow: 0 4px 15px rgba(34, 102, 75, 0.4);font-weight: 700;width: 100%;justify-content: center}
.w1-reg__cta:hover { transform: translateY(-2px); }
.w1-reg__footer {width: 100%;max-width: 480px;color: rgba(255, 255, 255, 0.85)}
.w1-reg__age {font-weight: 700;justify-content: center;width: 46px;color: rgba(255,255,255,1);display: flex;height: 46px;align-items: center;background: rgba(255, 255, 255, 0.2);border-radius: 50%;margin: 0 auto 12px;font-size: 15px}
.w1-reg__footer-text {line-height: 1.6;font-size: 12px}
.w1-reg__footer-text a { color: var(--w1-color-four); }
@media (max-width: 480px) {
  .w1-gate__logo-image { height: 180px; }
  .w1-reg__logo img { height: 160px; }
}


.sf-related-articles{box-shadow:0 16px 45px rgba(15,23,42,.08);padding:clamp(18px,3vw,28px);max-width:1120px;margin:clamp(28px,5vw,56px) auto;background:rgba(255,255,255,.06);border:1px solid rgba(148,163,184,.24);border-radius:24px}
.sf-related-articles h2{font-size:clamp(1.35rem,2.5vw,2rem);margin:0 0 8px;line-height:1.2}
.sf-related-articles>p{margin:0 0 18px;opacity:.78;line-height:1.65}
.sf-related-articles__list{padding:0;gap:14px;list-style:none;grid-template-columns:repeat(auto-fit,minmax(220px,1fr));display:grid;margin:0}
.sf-related-articles__item{margin:0;list-style:none;padding:0}
.sf-related-articles__link{background:rgba(255,255,255,.08);transition:transform .18s ease,border-color .18s ease,background .18s ease;border-radius:18px;color:inherit;flex-direction:column;min-height:100%;border:1px solid rgba(148,163,184,.18);padding:16px;text-decoration:none;gap:7px;display:flex}
.sf-related-articles__link:hover{background:rgba(255,255,255,.13);transform:translateY(-2px);border-color:rgba(59,130,246,.45)}
.sf-related-articles__type{padding:3px 9px;color:inherit;background:rgba(59,130,246,.14);text-transform:uppercase;letter-spacing:.04em;font-size:.72rem;border-radius:999px;opacity:.88;font-weight:700;width:max-content}
.sf-related-articles strong{line-height:1.35;font-size:1rem}
.sf-related-articles small{line-height:1.45;font-size:.88rem;opacity:.72}
@media(max-width:640px){.sf-related-articles{padding:16px;border-radius:18px;margin:28px 12px}.sf-related-articles__list{grid-template-columns:1fr}.sf-related-articles__link{padding:14px}}
