.subpage-header{padding:2.4rem 0}.subpage-header__wrapper{border-bottom:1px solid #d5d4d8;color:#09090b;display:flex;flex-direction:column;gap:2rem;padding-bottom:1.6rem}@media(min-width:1024px){.subpage-header__wrapper{gap:4rem}}.subpage-header .custom-breadcrumbs{align-items:center;display:flex;flex-wrap:wrap;gap:.8rem;list-style:none;margin:0;padding:0}.subpage-header .custom-breadcrumbs .item-home a{align-items:center;display:flex}.subpage-header .custom-breadcrumbs .bread-parent,.subpage-header .custom-breadcrumbs .item-cat a{position:relative;text-decoration:none}.subpage-header .custom-breadcrumbs .bread-parent:after,.subpage-header .custom-breadcrumbs .item-cat a:after{background-color:#09090b;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.subpage-header .custom-breadcrumbs .bread-parent:hover:after,.subpage-header .custom-breadcrumbs .item-cat a:hover:after{transform:scaleX(1);transform-origin:left}.subpage-header .custom-breadcrumbs .bread-current,.subpage-header .custom-breadcrumbs .item-current{color:rgba(0,0,0,.6)}html.high-contrast .subpage-header{background-color:#000;border-bottom:2px solid #ffed00;color:#ffed00}html.high-contrast .subpage-header__wrapper{border-bottom:none;color:#ffed00;padding-bottom:0}html.high-contrast .subpage-header .custom-breadcrumbs,html.high-contrast .subpage-header .custom-breadcrumbs a{color:#ffed00}html.high-contrast .subpage-header .custom-breadcrumbs a:after{background-color:#ffed00}html.high-contrast .subpage-header .custom-breadcrumbs a:hover{background-color:#ffed00;color:#000}html.high-contrast .subpage-header .custom-breadcrumbs a:hover:after{background-color:#000}html.high-contrast .subpage-header .custom-breadcrumbs a:hover path,html.high-contrast .subpage-header .custom-breadcrumbs a:hover svg{fill:#000}html.high-contrast .subpage-header .custom-breadcrumbs path,html.high-contrast .subpage-header .custom-breadcrumbs svg{fill:#ffed00}html.high-contrast .subpage-header .custom-breadcrumbs .bread-current,html.high-contrast .subpage-header .custom-breadcrumbs .item-current{color:#ffed00}html.high-contrast .subpage-header .custom-breadcrumbs .item-cat a:after{background-color:#ffed00}html.high-contrast .subpage-header .custom-breadcrumbs .item-cat a:hover{background-color:#ffed00;color:#000}.title-section{color:#09090b;padding-top:3.2rem}@media(min-width:1024px){.title-section{padding-top:4.8rem}}.title-section .container{align-items:flex-start;display:flex;flex-direction:column;gap:2.4rem;justify-content:space-between;margin-bottom:3.2rem}@media(min-width:1024px){.title-section .container{flex-direction:row;margin-bottom:6.4rem}.title-section .container div{flex:1}}html.high-contrast .title-section{border-bottom:2px solid #ffed00;color:#ffed00}.jrg-posts{padding-bottom:6.4rem;padding-top:6.4rem}@media(min-width:1024px){.jrg-posts:not(.jrg-posts+.jrg-posts){padding-top:11.2rem}.jrg-posts:last-of-type{padding-bottom:11.2rem}}.jrg-posts__title{color:#09090b;margin-bottom:4.8rem;text-align:center}.jrg-posts__grid{display:grid;gap:2.4rem;grid-template-columns:1fr}@media(min-width:768px){.jrg-posts__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.jrg-posts__grid{grid-template-columns:repeat(3,1fr)}}.jrg-posts__footer{display:flex;justify-content:center;margin-top:4.8rem}.jrg-post-card{border:1px solid #d5d4d8;border-radius:1.6rem;box-shadow:0 4px 6px -2px rgba(0,0,0,.03),0 12px 16px -4px rgba(0,0,0,.08);display:flex;flex-direction:column;height:100%;padding:2.4rem}.jrg-post-card__image{margin-bottom:2.4rem}.jrg-post-card__image img{border-radius:1.6rem;height:38rem;object-fit:cover;width:100%}.jrg-post-card__content{display:flex;flex:1;flex-direction:column;padding:0 1.6rem 1.6rem}.jrg-post-card__header{margin-bottom:2.4rem}.jrg-post-card__meta{align-items:center;border-bottom:1px solid #d5d4d8;color:#54535a;display:flex;gap:.8rem;margin-bottom:1.6rem;padding-bottom:.8rem}.jrg-post-card__title{margin-bottom:0}.jrg-post-card__title a{color:#09090b;text-decoration:none}.jrg-post-card__title a:hover{text-decoration:underline}.jrg-post-card__excerpt{color:#28272a;margin-bottom:2.4rem}.jrg-post-card__action{display:flex;justify-content:flex-end;margin-top:auto}.jrg-post-card__link{align-items:center;color:#da251d;display:inline-flex;font-weight:600;gap:.8rem;position:relative;text-decoration:none}.jrg-post-card__link svg{height:2.4rem;transition:transform .3s ease;width:2.4rem}.jrg-post-card__link:hover svg{transform:translateX(.4rem)}.jrg-post-card__link:after{background-color:#da251d;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.jrg-post-card__link:hover:after{transform:scaleX(1);transform-origin:left}html.high-contrast .jrg-posts{background:#000;border-bottom:2px solid #ffed00}html.high-contrast .jrg-posts__title{color:#ffed00}html.high-contrast .jrg-posts .jrg-post-card{background:#000;border:2px solid #ffed00;box-shadow:none}html.high-contrast .jrg-posts .jrg-post-card__excerpt,html.high-contrast .jrg-posts .jrg-post-card__meta,html.high-contrast .jrg-posts .jrg-post-card__title a{color:#ffed00}html.high-contrast .jrg-posts .jrg-post-card__image{filter:grayscale(1)}html.high-contrast .jrg-posts .jrg-post-card__meta{border-bottom:1px solid #ffed00}html.high-contrast .jrg-posts .jrg-post-card__link{align-items:center;color:#ffed00;display:inline-flex;font-weight:600;gap:.8rem;position:relative;text-decoration:none}html.high-contrast .jrg-posts .jrg-post-card__link svg{height:2.4rem;transition:transform .3s ease;width:2.4rem}html.high-contrast .jrg-posts .jrg-post-card__link:hover svg{transform:translateX(.4rem)}html.high-contrast .jrg-posts .jrg-post-card__link:after{background-color:#ffed00;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}html.high-contrast .jrg-posts .jrg-post-card__link:hover:after{transform:scaleX(1);transform-origin:left}.jrg-tiles{padding-bottom:5.6rem}@media(min-width:1024px){.jrg-tiles{padding-bottom:11.2rem}}.jrg-tiles__grid{display:grid;gap:3.2rem;grid-template-columns:1fr}@media(min-width:768px){.jrg-tiles__grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1280px){.jrg-tiles__grid{gap:6.4rem;grid-template-columns:repeat(3,1fr)}}.jrg-tiles__item{border-bottom:1px solid #d5d4d8;display:flex;flex-direction:column;gap:2.4rem;height:100%;padding-bottom:1.6rem}.jrg-tiles__item-header{align-items:center;display:flex;gap:2.4rem}.jrg-tiles__item-decor{align-items:center;background:linear-gradient(180deg,rgba(218,37,29,.5),rgba(248,195,0,.5)),#da251d;border-radius:1.6rem 0 1.6rem 0;color:#fff;display:flex;flex-shrink:0;height:7.2rem;justify-content:center;width:7.2rem}.jrg-tiles__item-decor svg{height:4.8rem;width:4.8rem}.jrg-tiles__item-title{color:#09090b}.jrg-tiles__item-content{color:#414045;display:flex;flex:1;flex-direction:column;gap:1.6rem;justify-content:space-between}.jrg-tiles__item-action{display:flex;justify-content:flex-end;margin-top:auto}.jrg-tiles__link{align-items:center;color:#da251d;display:inline-flex;font-weight:600;gap:.8rem;position:relative;text-decoration:none}.jrg-tiles__link svg{height:2.4rem;transition:transform .3s ease;width:2.4rem}.jrg-tiles__link:hover svg{transform:translateX(.4rem)}.jrg-tiles__link:after{background-color:#da251d;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.jrg-tiles__link:hover:after{transform:scaleX(1);transform-origin:left}.jrg-sgrt{background-color:#f4f4f5;padding:5.6rem 0}@media(min-width:1024px){.jrg-sgrt{padding:11.2rem 0}}.jrg-sgrt__content{display:grid;gap:3.2rem;grid-template-columns:1fr}@media(min-width:1024px){.jrg-sgrt__content{align-items:center;gap:6.4rem;grid-template-columns:repeat(2,1fr)}}.jrg-sgrt__image img{border-radius:1.6rem;height:100%;object-fit:cover;width:100%}@media(min-width:1024px){.jrg-sgrt__image img{min-height:58rem}}.jrg-sgrt__details{display:flex;flex-direction:column;gap:3.2rem}@media(min-width:1024px){.jrg-sgrt__details{gap:4rem}}.jrg-sgrt__title{color:#09090b}.jrg-sgrt__text{color:#28272a}.jrg-sgrt__actions{display:flex;justify-content:flex-end}.jrg-sgrt__link{align-items:center;color:#da251d;display:inline-flex;font-weight:600;gap:.8rem;position:relative;text-decoration:none}.jrg-sgrt__link svg{height:2.4rem;transition:transform .3s ease;width:2.4rem}.jrg-sgrt__link:hover svg{transform:translateX(.4rem)}.jrg-sgrt__link:after{background-color:#da251d;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}.jrg-sgrt__link:hover:after{transform:scaleX(1);transform-origin:left}html.high-contrast .jrg-tiles{border-bottom:2px solid #ffed00;padding-top:2.4rem}html.high-contrast .jrg-tiles__item{border-bottom:1px solid #ffed00}html.high-contrast .jrg-tiles__item-content,html.high-contrast .jrg-tiles__item-title{color:#ffed00}html.high-contrast .jrg-tiles__item-decor{background:#ffed00;color:#000}html.high-contrast .jrg-tiles__link{align-items:center;color:#ffed00;display:inline-flex;font-weight:600;gap:.8rem;position:relative;text-decoration:none}html.high-contrast .jrg-tiles__link svg{height:2.4rem;transition:transform .3s ease;width:2.4rem}html.high-contrast .jrg-tiles__link:hover svg{transform:translateX(.4rem)}html.high-contrast .jrg-tiles__link:after{background-color:#ffed00;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}html.high-contrast .jrg-tiles__link:hover:after{transform:scaleX(1);transform-origin:left}html.high-contrast .jrg-sgrt{background:#000;border-bottom:2px solid #ffed00}html.high-contrast .jrg-sgrt__text,html.high-contrast .jrg-sgrt__title{color:#ffed00}html.high-contrast .jrg-sgrt__image{filter:grayscale(1)}html.high-contrast .jrg-sgrt__link{align-items:center;color:#ffed00;display:inline-flex;font-weight:600;gap:.8rem;position:relative;text-decoration:none}html.high-contrast .jrg-sgrt__link svg{height:2.4rem;transition:transform .3s ease;width:2.4rem}html.high-contrast .jrg-sgrt__link:hover svg{transform:translateX(.4rem)}html.high-contrast .jrg-sgrt__link:after{background-color:#ffed00;bottom:0;content:"";display:block;height:1px;left:0;position:absolute;transform:scaleX(0);transform-origin:right;transition:transform .3s ease;width:100%}html.high-contrast .jrg-sgrt__link:hover:after{transform:scaleX(1);transform-origin:left}
/*# sourceMappingURL=jrg.min.3808bab50b5790eea78b.css.map*/