.Articles-module__gbYFtW__container{width:100%}.Articles-module__gbYFtW__topGrid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(5,1fr);gap:1em;width:100%;display:grid}.Articles-module__gbYFtW__bottomGrid{grid-template-rows:repeat(5,1fr);grid-template-columns:repeat(9,1fr);gap:1em;width:100%;margin-top:1rem;display:grid}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__article{aspect-ratio:6/2;grid-area:span 2/span 3;display:flex;position:relative}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__articleImageContainer{border-radius:16px;flex:1;position:relative}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__articleInfoContainer{z-index:2;color:#fff;flex:1;width:100%;padding:1em;position:absolute}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__bottomInfoBox{z-index:3;background:var(--white-card-background);width:100%;color:var(--black-letters);border-bottom-right-radius:16px;border-bottom-left-radius:16px;grid-template-rows:auto auto;grid-template-columns:auto 1fr;align-items:start;gap:.5em .75em;padding:.75em 1em;display:grid;position:absolute;bottom:0;left:0}.Articles-module__gbYFtW__articleImageContainer .Articles-module__gbYFtW__articleImage{object-fit:cover;border-top-left-radius:16px;border-top-right-radius:16px}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__articleImage{border-radius:16px}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__topLeftInfo{flex-direction:column;font-size:clamp(12px,1vw,1rem);display:flex}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__categoryLabel{background-color:var(--brand-color);border-radius:16px;width:fit-content;padding:.25em .5em;font-weight:600}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__title{color:var(--black-letters);white-space:nowrap;text-overflow:ellipsis;grid-area:1/2;align-items:center;margin:0;font-size:clamp(18px,1.5vw,1.5rem);font-weight:600;line-height:1.3;display:flex;overflow:hidden}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__titleText{white-space:nowrap;display:inline-block}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__article:hover .Articles-module__gbYFtW__title{text-overflow:clip}@media (prefers-reduced-motion:reduce){.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__article:hover .Articles-module__gbYFtW__title{text-overflow:ellipsis}}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__topRightInfo{background-color:var(--brand-color);border-radius:90px;flex-direction:row;justify-content:center;align-items:center;gap:.25em;padding:.25em .5em;font-size:clamp(12px,1vw,1rem);font-weight:600;display:flex;position:absolute;top:1em;right:1em}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__topRightInfoIconContainer{aspect-ratio:1;height:1em;position:relative}.Articles-module__gbYFtW__shareButtonContainer{cursor:pointer;aspect-ratio:1;background-color:var(--brand-color);border-radius:50%;justify-content:center;align-items:center;width:clamp(2rem,5vw,2rem);display:flex;position:relative}.Articles-module__gbYFtW__shareButton{object-fit:contain;padding:.5em}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__shareButtonTopArticleWrapper{z-index:1;grid-area:1/1;align-self:start;position:static}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__articleSummary{text-align:start;max-width:none;color:var(--black-letters);background-color:#0000;grid-area:2/2;max-height:1.3em;font-size:clamp(11px,1vw,1rem);line-height:1.3;transition:max-height .3s;position:static;overflow:hidden}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__articleSummary p{font-size:inherit;line-height:inherit;line-clamp:3;-webkit-line-clamp:3;background:0 0;-webkit-box-orient:vertical;max-width:none;margin:0;padding:0;display:-webkit-box;overflow:hidden}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__article:hover .Articles-module__gbYFtW__articleSummary{max-height:3.9em}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__lateralContainer{aspect-ratio:3/2;grid-area:span 2/span 2}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__article{aspect-ratio:3/2;color:var(--black-letters);flex-direction:column;grid-area:span 1/span 3;text-decoration:none;display:flex}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__articleImageContainer{border-radius:16px;flex:1;position:relative}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__articleImage{object-fit:cover;border-top-left-radius:16px;border-top-right-radius:16px}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__articleInfoContainer{flex:1;grid-template-rows:minmax(0,1fr);grid-template-columns:repeat(5,1fr);min-height:0;padding:.5em 1em;display:grid;overflow:hidden}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__leftInfo{flex-direction:column;grid-area:1/1;justify-content:space-between;align-items:flex-start;margin:.5em 0;display:flex}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__dateContainer{max-height:minmax(0, fit-content);flex-direction:column;justify-content:flex-start;align-items:flex-end;font-weight:600;display:flex}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__month{color:var(--brand-color);text-transform:uppercase;font-size:clamp(.9rem,1.25vw,.86rem)}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__day{font-size:clamp(1rem,2vw,1.5rem);line-height:1}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__shareButtonContainer{margin-top:.25em}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__rightInfo{flex-direction:column;grid-area:1/span 4;justify-content:flex-start;align-items:flex-start;margin:.5em 0;display:flex;position:relative}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__title{line-clamp:5;-webkit-line-clamp:5;-webkit-box-orient:vertical;width:fit-content;max-width:calc(100% - 1em);min-height:min-content;font-size:clamp(12px,1vw,1.2rem);font-weight:600;line-height:1;display:-webkit-box;overflow:hidden}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__summary{color:var(--black-letters);text-overflow:ellipsis;margin-top:.5em;font-size:clamp(11px,1vw,1rem);line-height:1;overflow:hidden}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__summary:after{content:"";background:linear-gradient(to bottom, transparent, var(--white-card-background));pointer-events:none;height:1.5em;position:absolute;bottom:0;left:0;right:0}.Articles-module__gbYFtW__bottomGridFirstAddContainer{aspect-ratio:6/2;grid-area:span 1/span 6}.Articles-module__gbYFtW__bottomGridSecondAddContainer{aspect-ratio:9/2;grid-area:span 1/span 9}.Articles-module__gbYFtW__article{background:var(--white-card-background);-webkit-backdrop-filter:blur(5.9px);border:1px solid #dcdcdcb8;border-radius:16px;width:100%;height:100%}@media (max-width:820px){.Articles-module__gbYFtW__topGrid{grid-template-rows:repeat(2,1fr);grid-template-columns:repeat(4,1fr)}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__article{aspect-ratio:3;grid-area:span 1/span 3}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__lateralContainer{aspect-ratio:1;grid-area:span 1/span 1}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__topRightInfo{padding:.2em .4em;font-size:.75em}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__title{line-clamp:4;-webkit-line-clamp:4}.Articles-module__gbYFtW__bottomGrid{grid-template-columns:repeat(6,1fr)}.Articles-module__gbYFtW__bottomGridFirstAddContainer,.Articles-module__gbYFtW__bottomGridSecondAddContainer{aspect-ratio:3/2;grid-area:span 1/span 3}}@media (max-width:480px){.Articles-module__gbYFtW__topGrid{grid-template-rows:repeat(4,1fr);grid-template-columns:1fr;grid-auto-flow:row}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__article,.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__lateralContainer{aspect-ratio:1;grid-area:span 1/span 1}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__topRightInfo{padding:.2em .4em;font-size:.75em}.Articles-module__gbYFtW__topGrid .Articles-module__gbYFtW__categoryLabel{font-size:1em}.Articles-module__gbYFtW__shareButton{padding:8px}.Articles-module__gbYFtW__bottomGrid{grid-template-columns:1fr}.Articles-module__gbYFtW__bottomGrid .Articles-module__gbYFtW__article{aspect-ratio:1;grid-area:span 1/span 1}.Articles-module__gbYFtW__bottomGridFirstAddContainer,.Articles-module__gbYFtW__bottomGridSecondAddContainer{aspect-ratio:1;grid-column:span 1}}
.Ads-module__Dvr08q__adBackground{-webkit-backdrop-filter:blur(5.5px);background:#00b45173;border-radius:16px;width:100%;height:100%}.Ads-module__Dvr08q__bannerContentContainer{justify-content:center;align-items:center;width:100%;height:100%;display:flex;position:relative}.Ads-module__Dvr08q__bannerContentImage{object-fit:contain;z-index:1;border-radius:16px}.Ads-module__Dvr08q__bannerContentIcon{color:#fff;background:var(--brand-color);z-index:2;border-radius:90px;flex-direction:row;justify-content:center;align-items:center;gap:.5em;padding:.2em .8em;font-size:clamp(11px,1vw,1rem);font-weight:700;display:flex;position:absolute;top:1em;right:1em}