.news-page-all-articles-section{display:flex;flex-direction:column;row-gap:40px;align-items:center}.news-page-all-articles-section .all-articles-title{align-self:flex-start;font-family:var(--font-phudu),sans-serif;font-size:36px;font-weight:500;line-height:44px;letter-spacing:0}.news-page-all-articles-section .all-articles-container{display:flex;justify-content:space-between;flex-wrap:wrap;row-gap:16px}.news-page-all-articles-section .all-articles-card{width:calc(50% - 8px)}.news-page-all-articles-section .news-card h6,.news-page-all-articles-section .news-card__label{font-family:var(--font-lexend),sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px}.news-page-all-articles-section .all-articles-read-more{width:fit-content}.news-page-all-articles-section .all-articles-read-more:disabled{cursor:unset}@media(max-width:900px){.news-page-all-articles-section{row-gap:36px}.news-page-all-articles-section .all-articles-title{align-self:flex-start;font-family:var(--font-phudu),sans-serif;font-size:36px;font-weight:500;line-height:44px;letter-spacing:0}.news-page-all-articles-section .all-articles-container{display:grid;justify-content:unset;flex-wrap:wrap}.news-page-all-articles-section .all-articles-card{width:100%;max-width:unset}.news-page-all-articles-section .all-articles-card :global .news-card__label{margin-bottom:12px}.news-page-all-articles-section .all-articles-read-more{width:fit-content}.news-page-all-articles-section .all-articles-read-more:disabled{cursor:unset}}@media(max-width:600px){.news-page-all-articles-section .news-card h6,.news-page-all-articles-section .news-card__label{font-family:var(--font-lexend),sans-serif;font-size:14px;font-weight:500;line-height:20px;letter-spacing:.1px}}.news-page-latest-news{position:relative}.news-page-latest-news h1{font-family:var(--font-phudu),sans-serif;font-size:36px;font-weight:500;line-height:44px;letter-spacing:0}.news-page-latest-news .latest-news-highlight{display:flex;flex-direction:column}.news-page-latest-news .latest-news-highlight:hover .latest-news-image-container>img{transform:scale(1.03)}.news-page-latest-news .latest-news-highlight:hover .latest-news-card--highlight-card{border-radius:12px;box-shadow:0 4px 8px 0 rgba(0,0,0,.1)}.news-page-latest-news .latest-news-image-container{width:100%;height:auto;overflow:hidden;margin-top:32px;border-radius:20px}.news-page-latest-news .latest-news-image-container img{width:100%;height:100%;object-fit:cover;max-height:540px;transition:all .6s;transition-timing-function:cubic-bezier(.2,0,0,1)}.news-page-latest-news .latest-news-card-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:16px}.news-page-latest-news .latest-news-card{height:100%;flex-direction:row;gap:16px}.news-page-latest-news .latest-news-card--small-card{max-height:100%}.news-page-latest-news .latest-news-card--big-card{flex-direction:column;grid-row-start:1;grid-row-end:3}.news-page-latest-news .latest-news-card--big-card .news-card__img{order:0;height:100%}.news-page-latest-news .latest-news-card--big-card .news-card__content-wrapper{width:100%;height:60%}.news-page-latest-news .latest-news-card--highlight-card{position:relative;align-self:flex-end;top:-80px;width:75%;border-radius:20px 0 56px 20px;padding:36px;box-shadow:0 4px 40px 0 rgba(0,0,0,.1);grid-template-rows:min-content min-content min-content min-content;grid-template-columns:auto;grid-template-areas:"tag tag" "label label" "description description" "avatar read-more"}.news-page-latest-news .latest-news-card--highlight-card .news-card__label span{font-size:36px;line-height:48px}.news-page-latest-news .latest-news-card--highlight-card__description{grid-area:description;margin-top:8px;margin-bottom:20px;text-decoration:none;color:#000;font-family:var(--font-lexend),sans-serif;font-size:16px;font-weight:300;line-height:24px;letter-spacing:.5px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.news-page-latest-news .latest-news-card--highlight-card__avatar-card{grid-area:avatar}.news-page-latest-news .latest-news-card--highlight-card__read-more{grid-area:read-more;height:auto;margin-top:auto;margin-left:auto;font-size:12px;font-weight:500;line-height:16px;letter-spacing:.5px;white-space:nowrap}.news-page-latest-news .latest-news-card--highlight-card .news-card__image-container{display:none}.news-page-latest-news .latest-news-card--highlight-card .news-card__tag{margin-top:0}@media(max-width:900px){.news-page-latest-news .latest-news-card-container{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;gap:16px}.news-page-latest-news .latest-news-card--big-card{height:442px;grid-column-start:1;grid-column-end:3}.news-page-latest-news .latest-news-card--highlight-card{padding:24px;width:85%}.news-page-latest-news .latest-news-card--highlight-card .news-card__label span{font-size:32px;line-height:44px}.news-page-latest-news .latest-news-card--highlight-card__description{font-family:var(--font-lexend),sans-serif;font-size:14px;font-weight:300;line-height:20px;letter-spacing:.25px}}@media(max-width:600px){.news-page-latest-news .latest-news-card-container{display:grid;grid-template-columns:unset;grid-template-rows:unset;gap:16px}.news-page-latest-news .latest-news-card--big-card{height:360px;grid-column-start:unset;grid-column-end:unset;gap:0;padding:16px}.news-page-latest-news .latest-news-card--big-card .news-card__label span{font-family:var(--font-lexend),sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px}.news-page-latest-news .latest-news-card--small-card{gap:12px;padding:16px}.news-page-latest-news .latest-news-card--highlight-card{top:-32px;padding:16px;width:100%;border-radius:16px 0 48px 16px}.news-page-latest-news .latest-news-card--highlight-card .news-card__label span{font-size:24px;line-height:34px}.news-page-latest-news .latest-news-card--highlight-card__description{font-family:var(--font-lexend),sans-serif;font-size:12px;font-weight:300;line-height:16px;letter-spacing:0;margin:0}.news-page-latest-news .latest-news-card--highlight-card__read-more{display:none}}.news-page-news-group{display:flex;flex-direction:column}.news-page-news-group h2{margin-top:40px;padding:96px 0;color:#fff;text-align:center;font-family:var(--font-phudu),sans-serif;font-size:57px;font-weight:600;line-height:64px;letter-spacing:-.25px;border-radius:12px;background:linear-gradient(101deg,#608bc7,#42529f 47.4%,#6756a0)}.news-page-news-group__container{margin-top:16px;display:grid;grid-template-columns:repeat(auto-fill,minmax(40%,1fr));gap:16px}.news-page-news-group__container .news-card{height:400px}.news-page-news-group__view-topic{margin-top:24px;align-self:center}@media(max-width:900px){.news-page-news-group h2{margin-top:24px;padding:64px 0;font-family:var(--font-phudu),sans-serif;font-size:45px;font-weight:500;line-height:52px;letter-spacing:0;border-radius:12px;background:linear-gradient(101deg,#608bc7,#42529f 47.4%,#6756a0)}.news-page-news-group__container{display:grid;grid-template-columns:repeat(auto-fill,minmax(40%,1fr))}.news-page-news-group__container .news-card{height:360px}.news-page-news-group__view-topic{margin-top:48px;align-self:center}}@media(max-width:600px){.news-page-news-group h2{margin-top:0;padding:36px 0;font-family:var(--font-phudu),sans-serif;font-size:36px;font-weight:500;line-height:44px;letter-spacing:0;border-radius:12px;background:linear-gradient(101deg,#608bc7,#42529f 47.4%,#6756a0)}.news-page-news-group__container{display:grid;grid-template-columns:repeat(auto-fill,minmax(50%,1fr))}.news-page-news-group__container .news-card{height:300px;gap:4px;padding:12px}.news-page-news-group__container .news-card__tag{margin-top:12px}.news-page-news-group__container .news-card__label span{font-family:var(--font-lexend),sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px}.news-page-news-group__view-topic{margin-top:28px;align-self:center}}.agency-news{width:100%;display:flex;flex-direction:column}.agency-news__fixed{width:100%;position:fixed;bottom:0}@media(max-width:600px){.agency-news__fixed{position:relative;order:99}}.agency-news__floating{width:100%;position:relative;background:#f2f0f4;z-index:2}.agency-news__floating .agency-news-page{margin:0 auto;width:100%;max-width:1920px;display:flex;z-index:2}.agency-news__floating .agency-news-page__side-bar{position:sticky;top:0;width:18%;padding:112px 32px;display:flex;flex-direction:column;row-gap:32px;overflow:hidden;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.agency-news__floating .agency-news-page__side-bar--left{height:100vh;border-right:.5px solid #000;min-width:280px}@media screen and (max-width:1024px){.agency-news__floating .agency-news-page__side-bar--left{display:none}}.agency-news__floating .agency-news-page__side-bar--right{height:100vh;margin-left:auto;border-left:.5px solid #000;min-width:280px}@media screen and (max-width:1280px){.agency-news__floating .agency-news-page__side-bar--right{display:none}}.agency-news__floating .agency-news-page__side-bar--right .avatar-card{height:68px}.agency-news__floating .agency-news-page__side-bar>section{color:#000;display:flex;flex-direction:column;row-gap:16px}.agency-news__floating .agency-news-page__side-bar>section a{font-family:var(--font-lexend),sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px}.agency-news__floating .agency-news-page__side-bar>section .radius-block{cursor:pointer;text-transform:uppercase;position:relative;overflow:hidden;padding:12px 16px;border-radius:0 0 999px 0;border-bottom:1px solid #c4c4c4;color:#555;transition:all .2s;transition-timing-function:cubic-bezier(.2,0,0,1)}.agency-news__floating .agency-news-page__side-bar>section .radius-block:before{width:100%;height:100%;position:absolute;bottom:-150%;right:-100%;content:"";display:block;opacity:0;transition:all .2s;transition-timing-function:cubic-bezier(.2,0,0,1);z-index:-99;background:linear-gradient(344deg,#fff,hsla(0,0%,100%,0))}.agency-news__floating .agency-news-page__side-bar>section .radius-block:hover{color:#000;box-shadow:2px 2px 2px 0 rgba(0,0,0,.1)}.agency-news__floating .agency-news-page__side-bar>section .radius-block:hover:before{opacity:1;right:0;bottom:0}.agency-news__floating .agency-news-page__side-bar>section .normal-block{cursor:pointer;position:relative;padding-block:6px;padding-inline:16px;border-bottom:.75px solid #c4c4c4;transition:all .2s;transition-timing-function:cubic-bezier(.2,0,0,1);overflow:hidden}.agency-news__floating .agency-news-page__side-bar>section .normal-block span{color:#555;font-family:var(--font-lexend),sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical}.agency-news__floating .agency-news-page__side-bar>section .normal-block:before{width:100%;height:100%;position:absolute;bottom:-100%;left:0;content:"";display:block;opacity:0;transition:all .2s;transition-timing-function:cubic-bezier(.2,0,0,1);z-index:-99;background:linear-gradient(0deg,#fff,hsla(0,0%,100%,0))}.agency-news__floating .agency-news-page__side-bar>section .normal-block:hover{color:#000}.agency-news__floating .agency-news-page__side-bar>section .normal-block:hover:before{opacity:1;bottom:0}.agency-news__floating .agency-news-page__side-bar>section .normal-block:hover span{text-decoration:underline}.agency-news__floating .agency-news-page__side-bar>section .nav-title{color:#fff;font-family:var(--font-lexend),sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px;padding:12px;border-radius:0 999px 999px 0;background:linear-gradient(101deg,#608bc7,#42529f 47.4%,#6756a0)}.agency-news__floating .agency-news-page__container{width:100%;padding:160px 40px;flex:1;display:flex;flex-direction:column;row-gap:54px}.agency-news__space{position:relative;width:100%;height:100vh;background-color:#000;z-index:-1;pointer-events:none;background-color:transparent}@media(max-width:600px){.agency-news__space{display:none}}.res-txt--dis{font-family:var(--font-phudu),sans-serif;font-size:57px;font-weight:600;line-height:64px;letter-spacing:-.25px}@media(max-width:600px){.res-txt--dis{font-family:var(--font-phudu),sans-serif;font-size:36px;font-weight:500;line-height:44px;letter-spacing:0}}@media(max-width:900px)and (min-width:601px){.res-txt--dis{font-family:var(--font-phudu),sans-serif;font-size:45px;font-weight:500;line-height:52px;letter-spacing:0}}.res-txt--head{font-family:var(--font-phudu),sans-serif;font-size:32px;font-weight:500;line-height:40px;letter-spacing:0}@media(max-width:600px){.res-txt--head{font-family:var(--font-phudu),sans-serif;font-size:28px;font-weight:500;line-height:36px;letter-spacing:0}}.res-txt--tit{font-family:var(--font-lexend),sans-serif;font-size:22px;font-weight:400;line-height:28px;letter-spacing:0}@media(max-width:600px){.res-txt--tit{font-family:var(--font-lexend),sans-serif;font-size:16px;font-weight:500;line-height:24px;letter-spacing:.15px}}.res-txt--lab{font-family:var(--font-lexend),sans-serif;font-size:14px;font-weight:400;line-height:20px;letter-spacing:.1px}@media(max-width:600px){.res-txt--lab{font-family:var(--font-lexend),sans-serif;font-size:11px;font-weight:400;line-height:16px;letter-spacing:.5px}}@media(max-width:900px)and (min-width:601px){.res-txt--lab{font-family:var(--font-lexend),sans-serif;font-size:12px;font-weight:400;line-height:16px;letter-spacing:.5px}}.res-txt--bod{font-family:var(--font-lexend),sans-serif;font-size:16px;font-weight:300;line-height:24px;letter-spacing:.5px}@media(max-width:600px){.res-txt--bod{font-family:var(--font-lexend),sans-serif;font-size:14px;font-weight:300;line-height:20px;letter-spacing:.25px}}.res-txt--h1{font-family:var(--font-lexend),sans-serif;font-size:60px;font-weight:400;line-height:72px;letter-spacing:-.5px}@media(max-width:600px){.res-txt--h1{font-family:var(--font-lexend),sans-serif;font-size:36px;font-weight:400;line-height:40px;letter-spacing:-.25px}}@media(max-width:900px)and (min-width:601px){.res-txt--h1{font-family:var(--font-lexend),sans-serif;font-size:48px;font-weight:400;line-height:56px;letter-spacing:-.5px}}@media(max-width:600px){.agency-news__floating .agency-news-page__container{padding:120px 16px}}