:root{--progress-bar-width:260px;--progress-bar-height:260px}.article__wrap{margin-top:4rem;padding:1rem}@media (min-width: 1024px){.article__wrap{margin-top:8rem}}.article__wrap .article__post{margin:6rem auto 0;width:100%}@media (min-width: 1024px){.article__wrap .article__post{margin:4rem auto 0;max-width:1260px}}@media (min-width: 1600px){.article__wrap .article__post{max-width:1600px}}.article__wrap .article__post .article__heading{display:flex;flex-direction:column;gap:1rem}@media (min-width: 1440px){.article__wrap .article__post .article__heading{padding-right:300px}}.article__wrap .article__post .article__wrapBadge{align-items:center;display:flex;gap:0.5rem}.article__wrap .article__post .article__wrapBadge .article__badge{border-radius:.75rem;color:#fff;width:fit-content}@media (max-width: 1023px){.article__wrap .article__post .article__wrapBadge .article__badge{padding:.35rem 0}}.article__wrap .article__post .article__wrapBadge .article__badge a{color:#fff;font-size:.85rem;font-weight:400;padding:0.5rem 0;position:relative;text-transform:uppercase;z-index:2}@media (min-width: 768px){.article__wrap .article__post .article__wrapBadge .article__badge a{font-size:1rem;display:flex;align-items:center}}.article__wrap .article__post .article__wrapBadge .article__badge a:hover{text-decoration:underline}.article__wrap .article__post .article__title{color:#fff;font-size:2.25rem}@media (min-width: 1024px){.article__wrap .article__post .article__title{font-size:3rem}}.article__wrap .article__post .article__date{align-items:center;color:#fff;display:flex;font-size:1rem;font-weight:400}.article__wrap .article__post .article__date svg{fill:#fff;margin-right:.3rem;width:0.75rem}.article__wrap .article__post .article__container{display:flex;flex-direction:column;gap:4rem;margin-top:2rem}@media (min-width: 1024px){.article__wrap .article__post .article__container{flex-direction:row;gap:3rem;margin-top:4rem}}.article__wrap .article__post .article__container .article__wrapContent{flex:1;width:fit-content}.article__wrap .article__post .article__container .article__img{display:flex;flex-direction:column;gap:1rem;position:relative;width:100%}.article__wrap .article__post .article__container .article__img img{aspect-ratio:16/9;border-radius:1rem;object-fit:cover;width:100%}.article__wrap .article__post .article__container .article__img .article__share{align-items:center;border-radius:1rem;bottom:1rem;display:flex;gap:1rem;padding:1rem;position:absolute;right:1rem}@media (min-width: 1024px){.article__wrap .article__post .article__container .article__img .article__share{bottom:2rem;right:2rem}}.article__wrap .article__post .article__container .article__img .article__share .article__shareTitle{color:#fff;font-family:"Magistral",sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase}.article__wrap .article__post .article__container .article__img .article__share ul{display:flex;gap:.5rem;margin:0;padding:0}.article__wrap .article__post .article__container .article__img .article__share ul li{list-style:none}.article__wrap .article__post .article__container .article__img .article__share ul li a{align-items:center;background-color:#fff;border-radius:50%;display:flex;font-size:1rem;height:1.5rem;justify-content:center;padding:.3rem;width:1.5rem}.article__wrap .article__post .article__container .article__img .article__share ul li a svg path{fill:#001B41}.article__wrap .article__post .article__btnLinks{display:flex;gap:0.75rem;flex-wrap:wrap}.article__wrap .article__post .article__btnLinks.my-1{margin:1rem 0}.article__wrap .article__post .article__btnLinks .article__btnLink{border:1px solid transparent;color:#fff;align-items:center;display:flex;gap:.5rem;justify-content:center;padding:.5rem;transition:all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1)}.article__wrap .article__post .article__btnLinks .article__btnLink span{font-size:15px;line-height:20px;font-weight:400;text-transform:uppercase}.article__wrap .article__post .article__btnLinks .article__btnLink svg{fill:#ffffff}.article__wrap .article__post .article__btnLinks .article__btnLink:hover{background-color:#fff;border-color:#1D3056;color:#1D3056}.article__wrap .article__post .article__btnLinks .article__btnLink:hover svg{fill:#1D3056}.article__wrap .article__post .article__content{border-radius:1rem;margin-top:2rem;padding:1rem}@media (min-width: 1024px){.article__wrap .article__post .article__content{margin-top:4rem;padding:3rem}}.article__wrap .article__post .article__content p,.article__wrap .article__post .article__content li,.article__wrap .article__post .article__content a,.article__wrap .article__post .article__content strong,.article__wrap .article__post .article__content em{color:#fff;font-weight:300;line-height:1.35}@media (max-width: 1023px){.article__wrap .article__post .article__content p,.article__wrap .article__post .article__content li,.article__wrap .article__post .article__content a,.article__wrap .article__post .article__content strong,.article__wrap .article__post .article__content em{font-size:.9rem}}.aside__section{border-radius:1rem;display:none;display:flex;flex-direction:column;gap:1.5rem;padding:1.25rem 1rem}@media (min-width: 1024px){.aside__section{display:flex;height:fit-content;position:sticky;top:140px;width:340px}}.aside__section .aside__title{color:#fff;font-size:1.25rem;font-weight:700}.aside__section .posts__list{display:flex;flex-direction:column;gap:1rem;margin:0;padding:0}.aside__section .posts__list .aside__post{border-radius:1rem;list-style:none;position:relative;width:100%}.aside__section .posts__list .aside__post img{aspect-ratio:16/9;border-radius:1rem;object-fit:cover;width:100%}.aside__section .posts__list .aside__post a{cursor:pointer;position:absolute;inset:0;z-index:2}.aside__section .posts__list .aside__post .post__info{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;bottom:0;display:flex;flex-direction:column;gap:.5rem;justify-content:flex-end;left:0;padding:1rem;position:absolute;z-index:1}.aside__section .posts__list .aside__post .post__info.sibiling__info{align-items:flex-start;display:flex;flex-direction:column;gap:1rem;justify-content:space-between;width:100%}.aside__section .posts__list .aside__post .post__info.sibiling__info .post__wrap{align-items:center;display:flex;color:#fff;justify-content:space-between;position:relative;width:100%;z-index:1}.aside__section .posts__list .aside__post .post__info.sibiling__info .post__wrap .post__content{padding-right:0}.aside__section .posts__list .aside__post .post__info.sibiling__info .post__svg{background-color:rgba(255,255,255,0.2);border-radius:50%;fill:#fff;flex:none;height:2rem;padding:.25rem;position:relative;transform:rotate(90deg);width:2rem;z-index:1}@media (min-width: 1024px){.aside__section .posts__list .aside__post .post__info.sibiling__info .post__svg{height:2.5rem;padding:.35rem;width:2.5rem}}.aside__section .posts__list .aside__post .post__info .post__category{border-radius:.5rem;color:#fff;padding:.15rem .5rem;text-transform:uppercase;z-index:1}.aside__section .posts__list .aside__post .post__info .cs__overlay{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:1rem;inset:0;mask-image:linear-gradient(to top, #000 25%, rgba(0,0,0,0.5) 85%, transparent 100%);-webkit-mask-image:linear-gradient(to top, #000 25%, rgba(0,0,0,0.5) 85%, transparent 100%);pointer-events:none;position:absolute;pointer-events:none;z-index:1}.aside__section .posts__list .aside__post .post__info .post__title{color:#fff;font-family:"Magistral",sans-serif;font-size:1.15rem;font-weight:700;text-transform:uppercase;z-index:2}.post-navigation{margin-top:4rem}@media (min-width: 1024px){.post-navigation{padding-right:388px}}.post-navigation .nav-links{display:flex;gap:2rem;justify-content:space-between}@media (min-width: 1024px){.post-navigation .nav-links{align-items:center}}.post-navigation .nav-links a{text-decoration:none}.post-navigation .nav-links .nav-previous a,.post-navigation .nav-links .nav-next a{display:flex;flex-direction:column}.post-navigation .nav-links .nav-previous a .meta-nav,.post-navigation .nav-links .nav-next a .meta-nav{align-items:center;border-radius:.5rem;color:#fff;display:flex;font-family:"Magistral",sans-serif;font-size:1rem;font-weight:700;margin-bottom:.5rem;padding:.35rem 1rem;text-transform:uppercase;width:fit-content}.post-navigation .nav-links .nav-previous a .meta-nav svg,.post-navigation .nav-links .nav-next a .meta-nav svg{width:1.5rem;transform:rotate(90deg)}.post-navigation .nav-links .nav-previous a .meta-nav svg path,.post-navigation .nav-links .nav-next a .meta-nav svg path{fill:#fff}.post-navigation .nav-links .nav-previous a .post-title,.post-navigation .nav-links .nav-next a .post-title{color:#fff;font-family:"Magistral",sans-serif;font-size:1rem;font-weight:700;text-transform:uppercase}@media (min-width: 1024px){.post-navigation .nav-links .nav-previous a .post-title,.post-navigation .nav-links .nav-next a .post-title{font-size:1.25rem}}.post-navigation .nav-links .nav-previous svg{transform:rotate(-90deg) !important}.post-navigation .nav-links .nav-next{margin-left:auto}.post-navigation .nav-links .nav-next a{align-items:flex-end}.post-navigation .nav-links .nav-next .post-title{text-align:end}.archive__section{margin-top:4rem;padding:1rem}@media (min-width: 1024px){.archive__section{margin-top:8rem}}.archive__section .archive__heading{align-items:center;display:flex;flex-direction:column;margin-top:4rem}.archive__section .archive__title{align-items:center;color:#fff;display:flex;gap:.5rem;text-align:center}.posts__container{display:flex;flex-direction:column;gap:2rem;justify-content:space-between;padding-top:2rem}@media (min-width: 600px){.posts__container{flex-direction:initial;flex-wrap:wrap}}@media (min-width: 1024px){.posts__container{padding-top:6rem}}.posts__container .posts__item{align-items:center;border-radius:1rem;display:flex;flex-direction:column;gap:2rem;list-style:none;padding:1.5rem 1rem;position:relative}@media (min-width: 600px){.posts__container .posts__item{width:calc(50% - 1rem)}}@media (min-width: 1260px){.posts__container .posts__item{flex-direction:row;gap:2rem;padding:2.25rem}}.posts__container .posts__item .posts__info{color:#fff;display:flex;flex:1;flex-direction:column;gap:1rem}@media (max-width: 1259px){.posts__container .posts__item .posts__info{order:2;width:100%}}.posts__container .posts__item .posts__info .posts__title{font-family:"Magistral",sans-serif;font-size:1.25rem;font-weight:700;text-transform:uppercase}@media (min-width: 1259px){.posts__container .posts__item .posts__info .posts__title{font-size:2rem}}.posts__container .posts__item .posts__info .posts__text{font-size:1rem;line-height:1.15}@media (max-width: 1023px){.posts__container .posts__item .posts__info .posts__text{font-size:.9rem}}.posts__container .posts__item .posts__info .posts__date{align-items:center;font-size:1rem;display:flex;gap:.5rem}.posts__container .posts__item .posts__info .posts__date svg{width:.75rem}.posts__container .posts__item .posts__info .posts__date svg path{fill:#fff}.posts__container .posts__item .posts__info .posts__category{border-radius:.5rem;color:#fff;padding:.25rem .75rem;text-transform:uppercase;width:fit-content;z-index:1}.posts__container .posts__item .posts__img{aspect-ratio:16/9;border-radius:1rem;object-fit:cover;width:320px}@media (max-width: 1259px){.posts__container .posts__item .posts__img{order:1;width:100%}}.posts__container .posts__item .posts__link{inset:0;position:absolute;z-index:2}.posts__section{padding:4rem 0 2rem}@media (max-width: 1023px){.posts__section{padding-bottom:0}}.archive__slider .swiper-slide{border-radius:1rem}.archive__slider .post__item{border-radius:1rem;display:flex;flex-direction:column;height:420px;height:auto;overflow:hidden;position:relative}@media (max-width: 1023px){.archive__slider .post__item{justify-content:flex-end;min-height:360px}}@media (min-width: 1024px){.archive__slider .post__item{height:auto}}@media (min-width: 1600px){.archive__slider .post__item{max-height:680px}}.archive__slider .post__item:after{background:linear-gradient(180deg, transparent 0%, rgba(0,0,0,0.15) 35%, rgba(0,0,0,0.55) 70%, rgba(0,0,0,0.9) 100%);border-radius:1rem;content:'';inset:0;pointer-events:none;position:absolute;z-index:0}.archive__slider .post__item .post__anchor{inset:0;position:absolute;z-index:2}.archive__slider .post__item .post__image{aspect-ratio:16/9;border-radius:1rem;object-fit:cover;width:100%}@media (max-width: 1023px){.archive__slider .post__item .post__image{aspect-ratio:auto;height:100%;inset:0;position:absolute}}.archive__slider .post__item .post__info{border-bottom-left-radius:1rem;border-bottom-right-radius:1rem;bottom:-2px;color:#fff;display:flex;flex-direction:column;gap:.5rem;left:0;margin-top:3rem;padding:2rem 1.25rem 3.5rem;position:absolute;width:100%}@media (max-width: 1023px){.archive__slider .post__item .post__info{bottom:auto;margin-top:0;padding-top:3rem;position:relative;z-index:1}}@media (min-width: 1024px){.archive__slider .post__item .post__info{margin-top:0}}.archive__slider .post__item .post__info .cs__overlay{backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);border-radius:1rem;inset:0;mask-image:linear-gradient(to top, #000 25%, rgba(0,0,0,0.5) 85%, transparent 100%);-webkit-mask-image:linear-gradient(to top, #000 25%, rgba(0,0,0,0.5) 85%, transparent 100%);pointer-events:none;position:absolute;pointer-events:none;z-index:1}.archive__slider .post__item .post__info .post__category{border-radius:.5rem;color:#fff;padding:.15rem .5rem;text-transform:uppercase;width:fit-content;z-index:1}.archive__slider .post__item .post__info .post__title{font-family:"Magistral",sans-serif;font-size:1.2rem;font-weight:700;text-transform:uppercase;z-index:1}@media (min-width: 1024px){.archive__slider .post__item .post__info .post__title{max-width:900px}}.archive__slider .post__item .post__info .post__content{z-index:1}@media (max-width: 1023px){.archive__slider .post__item .post__info .post__content{font-size:.9rem}}@media (min-width: 1024px){.archive__slider .post__item .post__info .post__content{max-width:900px}}.archive__slider .post__item .post__info .post__date{align-items:center;font-size:1rem;display:flex;gap:.5rem;z-index:1}@media (min-width: 1024px){.archive__slider .post__item .post__info .post__date{max-width:900px}}.archive__slider .post__item .post__info .post__date svg{width:.75rem}.archive__slider .post__item .post__info .post__date svg path{fill:#fff}.archive__slider .archive__pagination{align-items:center;bottom:1.5rem;display:flex;gap:.5rem;left:1rem;margin:0 auto;width:calc(100% - 2rem);z-index:3}@media (min-width: 1024px){.archive__slider .archive__pagination{bottom:3rem;flex-direction:column;gap:1.5rem;height:auto;left:auto;margin:0;right:3rem;top:3rem;width:300px}}.archive__slider .archive__pagination .swiper-pagination-bullet{background-color:rgba(255,255,255,0.3);border-radius:1rem;flex:1;height:.5rem;opacity:1;overflow:hidden;width:100%}@media (min-width: 1024px){.archive__slider .archive__pagination .swiper-pagination-bullet{border-radius:.5rem;margin:0;overflow:visible;background-size:cover;background-position:center;background-repeat:no-repeat}}.archive__slider .archive__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{animation:none;background-color:rgba(255,255,255,0.3);position:relative}.archive__slider .archive__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{animation:fill-bullet 5s linear forwards;background-color:#fff;border-radius:1rem;content:'';height:100%;left:0;position:absolute;top:0;transform:translateX(-100%);width:100%}@media (min-width: 1024px){.archive__slider .archive__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active:after{animation:fill-bullet-desk 5s linear forwards;border-radius:0.75rem;bottom:5px;height:104.5%;left:-4px;right:4px;top:-4px;transform:none;z-index:-1}}@keyframes fill-bullet{from{transform:translateX(-100%)}to{transform:translateX(0)}}@keyframes fill-bullet-desk{from{width:0%}to{width:103%}}.studies__container{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;position:relative;z-index:2}@media (min-width: 1260px){.studies__container{flex-direction:row;gap:3rem;margin-top:0}}.studies__container .studies__content{flex:1;width:auto}.studies__container .studies__content .studies__wrapper .studies__list{display:none;flex-direction:column;gap:1rem;margin:2rem 0;padding:0}@media (min-width: 1024px){.studies__container .studies__content .studies__wrapper .studies__list{gap:3rem}}.studies__container .studies__content .studies__wrapper .studies__list.active{display:flex}.studies__container .studies__content .studies__wrapper .studies__list .study__item{aspect-ratio:16/9;background-position:center;background-repeat:no-repeat;background-size:cover;border-radius:1rem;display:flex;flex-direction:column;gap:1rem;justify-content:flex-end;list-style:none;min-height:260px;max-width:100%;position:relative;width:100%}@media (min-width: 1024px){.studies__container .studies__content .studies__wrapper .studies__list .study__item{min-height:500px}}.studies__container .studies__content .studies__wrapper .studies__list .study__item:before{background:#000;background:linear-gradient(183deg, transparent 20%, #000 90%);border-radius:1rem;content:'';inset:0;position:absolute;z-index:0}.studies__container .studies__content .studies__wrapper .studies__list .study__item .study__info{padding:1rem;position:relative;z-index:1}@media (min-width: 1024px){.studies__container .studies__content .studies__wrapper .studies__list .study__item .study__info{padding:3rem}}.studies__container .studies__content .studies__wrapper .studies__list .study__item .study__info .study__content{color:#fff;display:flex;flex-direction:column;gap:1rem;position:relative;z-index:2}.studies__container .studies__content .studies__wrapper .studies__list .study__item .study__info .study__content .study__text{font-weight:200}@media (max-width: 1023px){.studies__container .studies__content .studies__wrapper .studies__list .study__item .study__info .study__content .study__text{font-size:.9rem}}.studies__container .studies__content .studies__wrapper .studies__list .study__item .study__info .study__content .study__title{font-size:1.25rem;font-family:"Magistral",sans-serif;font-weight:700;text-transform:uppercase}@media (min-width: 1024px){.studies__container .studies__content .studies__wrapper .studies__list .study__item .study__info .study__content .study__title{font-size:2rem}}.studies__container .studies__content .studies__wrapper .studies__list .study__item .study__info .cs__overlay{-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);border-radius:1rem;inset:0;mask-image:linear-gradient(to top, #000 25%, rgba(0,0,0,0.5) 85%, transparent 100%);-webkit-mask-image:linear-gradient(to top, #000 25%, rgba(0,0,0,0.5) 85%, transparent 100%);pointer-events:none;position:absolute;pointer-events:none;z-index:1}.studies__container .studies__content .studies__wrapper .studies__list .study__item .study__link{inset:0;position:absolute;z-index:1}.studies__container .studies__content .studies__btns{align-items:stretch;display:flex;gap:.5rem;justify-content:space-between;margin-bottom:1rem}@media (min-width: 1024px){.studies__container .studies__content .studies__btns{gap:1rem;margin-bottom:2rem}}.studies__container .studies__content .studies__btns .studies__btn{border-radius:1rem;flex:1;height:auto;list-style:none}.studies__container .studies__content .studies__btns .studies__btn .btn__title{align-items:center;color:#fff;cursor:pointer;display:flex;font-weight:600;font-size:1.15rem;height:100%;justify-content:center;padding:.75rem;text-transform:uppercase;transition:all .25s ease-out;width:100%}@media (min-width: 768px){.studies__container .studies__content .studies__btns .studies__btn .btn__title{font-size:1.25rem}}@media (min-width: 1600px){.studies__container .studies__content .studies__btns .studies__btn .btn__title{font-size:1.5rem}}.studies__container .studies__content .studies__btns .studies__btn.active,.studies__container .studies__content .studies__btns .studies__btn:hover{background-color:#fff}.studies__container .studies__content .studies__btns .studies__btn.active .btn__title,.studies__container .studies__content .studies__btns .studies__btn:hover .btn__title{color:#3B66A2}@media (max-width: 1259px){.studies__container .aside__section{order:2}}
