article img{width:100%;border-radius:2px}article a{text-decoration:none;color:var(--text-color)}article p,article span,article .article_section,article .article_author,article .article_date{font-family:"Figtree",sans-serif}article h2,article h3,article h4{font-family:"Source Serif 4",serif;transition:opacity 150ms ease-in;margin-top:0;opacity:1;font-weight:500}article h2 a:hover,article h3 a:hover,article h4 a:hover{text-decoration:underline;text-decoration-color:var(--yellow-color-50)}article p{font-family:"Source Serif 4",serif;margin:0}article .article_section{text-transform:uppercase;font-size:.8rem;font-weight:600;letter-spacing:.05rem;display:flex;color:var(--text-color)}article .article_section svg{position:relative;top:-2px}article .article_section a{color:var(--secondary-color)}article .article_section a::before{content:"";display:block;width:3px;height:85%;background-color:var(--yellow-color);margin-right:5px}article .article_headline a>b{background-color:var(--yellow-color-50);color:var(--back-color-black);display:inline-block;text-transform:uppercase;font-size:.875rem;padding:0 .25rem;font-weight:600;vertical-align:middle;font-family:"Figtree",sans-serif}article .article_headline a>b.icon{background-color:var(--yellow-color);color:var(--text-color-white);display:-ms-inline-grid;display:inline-grid;border-radius:2px;place-items:center;width:1.35rem;height:1.35rem;font-size:.875rem;padding:0;vertical-align:baseline}article .article_author,article .article_date{color:var(--grey-color);font-size:.875rem}article .article_author a,article .article_date a{color:var(--grey-color)}article .article_date{display:flex;align-items:flex-end;gap:.5rem;flex-wrap:wrap}article .article_date .divider{opacity:.35;color:var(--grey-color)}article .article_date .comments_count{display:flex;align-items:center;gap:.25rem}@keyframes pulseBackground{0%{opacity:1}50%{opacity:.35}100%{opacity:1}}article .article_image{background-color:var(--border-color-10);aspect-ratio:4/3;object-fit:cover;border-radius:2px;object-position:center;opacity:1;display:block;position:relative}article .article_image:empty{animation-duration:3s;animation-fill-mode:forwards;animation-iteration-count:infinite;animation-name:pulseBackground;animation-timing-function:linear}article .article_image .article_videolabel{position:absolute;display:grid;place-items:center;background-color:rgba(0,0,0,.75);backdrop-filter:blur(2px)}article .article_image .article_videolabel svg{color:var(--text-color-white)}article .article_image .article_photolabel{position:absolute;display:grid;place-items:center;background-color:rgba(0,0,0,.75);backdrop-filter:blur(2px)}article .article_image .article_photolabel svg{color:var(--text-color-white)}article .article_image .article_onlinelabel{position:absolute;transform:translate(-50%, -50%);transform-origin:center center;display:grid;place-items:center;border-radius:100%;background-color:var(--bg-color);border-color:var(--bg-color);border-style:solid}article .article_image .article_onlinelabel span{display:block;width:50%;height:50%;border-radius:100%;background-color:var(--secondary-color);animation:pulse-red 2s infinite}.article--main,.article--main--hybrid{display:grid;align-self:flex-start}.article--main h2 a,.article--main p a,.article--main--hybrid h2 a,.article--main--hybrid p a{color:var(--text-color)}.article--main .article_videolabel,.article--main--hybrid .article_videolabel{top:1rem;right:1rem;width:2.3rem;height:2.3rem;border-radius:5px}.article--main .article_videolabel svg,.article--main--hybrid .article_videolabel svg{height:initial;width:initial}.article--main .article_photolabel,.article--main--hybrid .article_photolabel{top:1rem;right:1rem;width:2.5rem;height:2.5rem;border-radius:7px}.article--main .article_photolabel svg,.article--main--hybrid .article_photolabel svg{height:2rem;width:2rem}.article--main .article_onlinelabel,.article--main--hybrid .article_onlinelabel{top:1rem;right:1rem;width:2.7rem;height:2.7rem;border-radius:5px;border-radius:10px}.article--main .article_onlinelabel svg,.article--main--hybrid .article_onlinelabel svg{height:initial;width:initial}.article--main .article_section b::after,.article--main--hybrid .article_section b::after{content:" /";font-weight:normal}.article--main .article_section,.article--main--hybrid .article_section{text-transform:uppercase;font-size:.8rem;font-weight:600;letter-spacing:.05rem;display:flex}.article--main .article_section a,.article--main--hybrid .article_section a{display:flex;position:relative;color:var(--text-color)}.article--main .article_section a::before,.article--main--hybrid .article_section a::before{content:"";display:block;width:3px;height:85%;background-color:var(--yellow-color);margin-right:5px}.article--text{justify-content:space-between}.article--text h4 a,.article--text p a{color:var(--text-color)}.article--text .article_image{display:none}.article--text .article_image img{aspect-ratio:1/1;object-fit:cover;object-position:center}.article--text .article_videolabel{bottom:-2rem;left:-2rem;width:2rem;height:2rem;outline-width:4px;border-radius:4px;left:0}.article--text .article_videolabel svg{height:18px;width:18px}.article--text .article_photolabel{bottom:1rem;left:1rem;width:1rem;height:1rem;outline-width:4px;border-radius:4px;left:0}.article--text .article_photolabel svg{height:21px;width:21px}.article--text .article_onlinelabel{bottom:-2rem;left:-2rem;width:2rem;height:2rem;outline-width:4px;border-radius:4px;left:0;border-radius:7px}.article--text .article_onlinelabel svg{height:0;width:0}.article--side{display:flex;align-items:flex-start;justify-content:space-between;gap:1rem}.article--side .article_headline{flex:1;order:1}.article--side .article_headline h4{margin:0 0 .5rem 0}.article--side .article_headline h4 a{color:var(--text-color)}.article--side .article_image{width:40%;order:2;margin-top:1.2rem}.article--side .article_image img{aspect-ratio:4/3;object-fit:cover;object-position:center}.article--side .article_videolabel{top:.5rem;right:.5rem;width:1.75rem;height:1.75rem;border-radius:4px}.article--side .article_videolabel svg{height:18px;width:18px}.article--side .article_photolabel{top:.5rem;right:.5rem;width:1.75rem;height:1.75rem;border-radius:4px}.article--side .article_photolabel svg{height:18px;width:18px}.article--side .article_onlinelabel{bottom:-2rem;left:-2rem;width:2rem;height:2rem;outline-width:4px;border-radius:4px;left:.35rem;border-radius:7px}.article--side .article_onlinelabel svg{height:21px;width:21px}.article--side .article_section{text-transform:uppercase;font-size:.8rem;font-weight:600;letter-spacing:.05rem;display:flex}.article--side .article_section a{display:flex;align-items:center;color:var(--text-color)}.article--side .article_section a::before{content:"";display:block;width:3px;height:85%;background-color:var(--yellow-color);margin-right:5px}.article--squareSide .article_image{width:40%;order:2;margin-top:1.2rem}.article--squareSide .article_image img{aspect-ratio:1/1;object-fit:cover;object-position:center}.article--squareSide .article_videolabel{top:-1.6rem;right:-1.6rem;width:1.6rem;height:1.6rem;border-radius:3px}.article--squareSide .article_videolabel svg{height:18px;width:18px}.article--squareSide .article_photolabel{top:-1.15rem;right:-1.15rem;width:1.6rem;height:1.6rem;border-radius:2px}.article--squareSide .article_photolabel svg{height:21px;width:21px}.article--squareSide .article_onlinelabel{top:-1.7rem;right:-1.7rem;width:1.7rem;height:1.7rem;border-radius:2px;border-radius:7px}.article--squareSide .article_onlinelabel svg{height:0px;width:0px}.article--video{display:grid;gap:1rem}.article--video .article_image{position:relative}.article--video .article_image span{position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);width:4rem;height:4rem;border-radius:100%;background-color:rgba(0,0,0,.6);display:grid;place-items:center}.article--video .article_image span svg{color:var(--text-color-white);width:2rem;height:2rem;margin-left:5px}@keyframes pulse-red{0%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,82,82,.7)}70%{transform:scale(1);box-shadow:0 0 0 10px rgba(255,82,82,0)}100%{transform:scale(0.95);box-shadow:0 0 0 0 rgba(255,82,82,0)}}@media only screen and (max-width: 640px){.article--main .article_videolabel,.article--main--hybrid .article_videolabel{top:.75rem;right:.75rem;width:2.5rem;height:2.5rem;border-radius:5px}.article--main .article_videolabel svg,.article--main--hybrid .article_videolabel svg{height:initial;width:initial}.article--main .article_photolabel,.article--main--hybrid .article_photolabel{top:-2rem;right:-2rem;width:2.7rem;height:2.7rem;border-radius:5px}.article--main .article_photolabel svg,.article--main--hybrid .article_photolabel svg{height:initial;width:initial}.article--main .article_onlinelabel,.article--main--hybrid .article_onlinelabel{top:-2.7rem;right:-2.7rem;width:2.7rem;height:2.7rem;border-radius:2.7rem}.article--main .article_onlinelabel svg,.article--main--hybrid .article_onlinelabel svg{height:initial;width:initial}.article--squareSide .article_videolabel{bottom:-2rem;left:-2rem;width:2rem;height:2rem;outline-width:4px;border-radius:4px;left:.35rem}.article--squareSide .article_videolabel svg{height:18px;width:18px}.article--squareSide .article_photolabel{bottom:-1.4rem;left:-1.4rem;width:2rem;height:2rem;outline-width:4px;border-radius:4px;left:.35rem}.article--squareSide .article_photolabel svg{height:21px;width:21px}.article--squareSide .article_onlinelabel{bottom:-2rem;left:-2rem;width:2rem;height:2rem;outline-width:4px;border-radius:4px;left:.35rem}.article--squareSide .article_onlinelabel svg{height:21px;width:21px}}.section h1{width:100%;color:var(--text-color);font-size:2.4rem;margin:0 0 1rem 0}.section .container{display:grid;grid-template-columns:minmax(0, 65fr) minmax(0, 35fr);gap:4rem;padding:30px 0}.section_content{padding:1rem}.section .container{display:grid;grid-template-columns:minmax(0, 65fr) minmax(0, 35fr);gap:4rem}.section_content_author{background-color:var(--blue-color-10);border-radius:4px;padding:1rem;display:grid;grid-template-columns:100px 1fr;gap:1rem;margin-bottom:2rem}.section_content_author>img{border-radius:8px;border:1px solid var(--border-color-10)}.section_content_author_headline{color:var(--secondary-color);font-size:1.35rem;padding-bottom:1rem;font-weight:600;border-bottom:1px solid var(--blue-color-10)}.section_content_author_info{display:grid}.section_content_author_info h1{font-size:1.5rem;margin:0;font-family:"aktiv-grotesk-condensed";color:var(--text-color);padding:0;margin-top:.5rem;border:0}.section_content_author_info p{margin:0;margin-bottom:.5rem;font-weight:normal}.section_content_author_info small{color:var(--text-color-50)}.section_content_author details{overflow-x:hidden;text-overflow:ellipsis;width:100%}.section_content_author details b::before{content:"viac info";cursor:pointer;font-weight:normal}.section_content_author details[open] b::before{content:"menej"}.section_content_author details summary{list-style:none}.section_content_author details summary::-webkit-details-marker{display:none}.section_content_author details p{margin:1rem 0}.section_content_author details ul{display:flex;flex-wrap:wrap;margin:0;padding:0;gap:2rem}.section_content_author details ul li{list-style-type:none;display:flex;gap:.5rem}.section_content_author details ul li span{display:grid}.section_content_author details ul li svg{color:var(--secondary-color-25)}.section_content_author details ul li a{color:var(--text-color);font-size:.9rem;text-decoration-color:var(--border-color-10)}.section_header{padding-bottom:2rem}.section_header_nav{display:flex;flex-wrap:wrap;gap:1rem;margin:0;margin-top:0;margin-bottom:1rem;padding:0}.section_header_nav li{list-style-type:none}.section_header_nav li a{text-decoration:none;color:var(--primary-color);font-size:.9rem;font-weight:500;font-family:"aktiv-grotesk"}.section_header_nav li a:hover{text-decoration:underline;text-decoration-color:var(--primary-color-10);text-underline-offset:0;text-decoration-thickness:5px;text-decoration-skip-ink:none}.section_newsletter{background-color:var(--blue-color-10);border-radius:4px;padding:1rem;display:flex;flex-direction:row;align-items:center;gap:1rem;font-family:"aktiv-grotesk"}.section_newsletter .button{flex-shrink:0;font-weight:600;gap:1rem}.section_listing{display:grid;gap:2rem}.section_listing .article--side{border-bottom:1px solid var(--border-color-10);padding-bottom:2rem}.section_listing .article--side .article_section a{color:var(--primary-color);font-weight:600}.section_listing .article--side .article_section a::before{display:none}.section_listing .article--side .article_image{margin-top:0;width:25%;order:1}.section_listing .article--side .article_headline{order:2}.section_listing .article--side .article_headline h4{font-size:clamp(1rem,1.8vw,1.4rem);margin:0 0 .15rem 0;font-family:"aktiv-grotesk-condensed";font-weight:600}.section_listing .article--main{border-bottom:1px solid var(--border-color-10);padding-bottom:2rem}.section_listing .article--main .article_image{aspect-ratio:3/2;object-fit:cover;object-position:center;margin-bottom:1rem}.section_listing .article--main .article_image img{aspect-ratio:3/2;object-fit:cover;object-position:center}.section_listing .article--main .article_headline h2{margin-top:1rem}.section_pagination{margin:1rem auto;display:flex;align-items:center;justify-content:center;gap:2rem}.section_pagination b{font-weight:normal;color:var(--text-color)}.section_pagination span{color:var(--text-color-50)}.section_pagination svg{color:var(--border-color-30)}@media only screen and (max-width: 768px){.section .container{grid-template-columns:100%}.section_listing .article--main--hybrid .article_headline h2{font-size:clamp(1.1rem,5vw,1.5rem)}.section_listing .article--side .article_headline h4{font-size:clamp(1.1rem,3.5vw,1.35rem)}.section_listing .article--side.pr .article_headline h4{font-size:clamp(1.1rem,3.6vw,1.42rem)}.section_listing .article--side .article_image{max-width:100px}.section_listing .article--side .article_image img{aspect-ratio:1/1 !important}}@media only screen and (max-width: 640px){.section_content_author{grid-template-columns:60px 1fr}.section_content_author img{height:60px}}
