.form-group{display:flex;margin-bottom:20px}.input-group{align-items:stretch;display:flex;flex-wrap:wrap;position:relative;width:100%}.input-group>.form-control{border-right:0!important;flex:1 1 auto;min-width:0;position:relative;width:1%}.form-control{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-clip:padding-box;background-color:#fff;border:1px solid #e6e6e6;border-radius:0;color:#101010;display:block;font-family:Inter,sans-serif;font-size:18px;font-weight:400;line-height:24px;padding:22px 24px;text-align:center;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out;width:100%}@media screen and (min-width:1240px){.form-control{text-align:left}.form-control:hover{border-color:#101010}}body.dark .form-control{background-color:#101010;border:1px solid #333;color:#fff}body.dark .form-control::placeholder{color:#4d4d4d}body.dark .form-control:focus{border-color:#b3b3b3;outline:none}body.dark .form-control:active{border-color:#b3b3b3}@media screen and (min-width:1240px){body.dark .form-control:hover{border-color:#b3b3b3}}.input-group .form-control::placeholder{margin-left:-65px}.form-control::placeholder{color:#b0b0b0;font-style:italic;font-weight:400;opacity:1;text-align:center}@media screen and (min-width:1240px){.form-control::placeholder{text-align:left}}.form-control:focus{border-color:#4d4d4d;outline:none}.form-control-checkbox{color:#004fdc;cursor:pointer;display:block;font-size:13px;letter-spacing:1px;line-height:22px;padding-left:34px;position:relative;text-align:left;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.form-control-checkbox__input{cursor:pointer;height:0;opacity:0;position:absolute;width:0}.form-control-checkbox__input:checked~.form-control-checkbox__checkmark{background-color:#004fdc}.form-control-checkbox__input:disabled~.form-control-checkbox__checkmark{background-color:#b0b0b0}.form-control-checkbox__input:disabled~.form-control-checkbox__checkmark-border{border-color:#b0b0b0}.form-control-checkbox__input:disabled~.form-control-checkbox__label{color:#b0b0b0!important}.form-control-checkbox__checkmark{height:14px;left:4px;position:absolute;top:4px;width:14px}.form-control-checkbox__checkmark-border{border:1px solid #004fdc;border-radius:2px;height:20px;left:0;position:absolute;top:0;width:20px}@media screen and (min-width:1240px){.form-control-checkbox:hover{color:#003799}.form-control-checkbox:hover .form-control-checkbox__checkmark-border{border-color:#003799}}.form-control-checkbox__checkmark:after{content:"";display:none;position:absolute}.form-control-checkbox .form-control-checkbox__input:checked~.form-control-checkbox__checkmark:after{display:block}.form-control-checkbox .form-control-checkbox__checkmark:after{mask-image-position:center;background-color:#fff;height:7px;left:2px;-webkit-mask-image:url(/build/images/icon-solid-check.4a06b2d0.svg);mask-image:url(/build/images/icon-solid-check.4a06b2d0.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;top:4px;width:10px}@media screen and (min-width:1240px){.form-control-checkbox .form-control-checkbox__checkmark:after{transition:background-color .15s ease-in-out}.form-control-checkbox .form-control-checkbox__checkmark:after:hover,body.dark .form-control-checkbox .form-control-checkbox__checkmark:after:hover{background-color:#fff}}.btn{background-color:transparent;border:1px solid transparent;border-radius:0;box-sizing:border-box;color:#fff;cursor:pointer;display:inline-block;font-family:Inter,sans-serif;font-size:18px;font-weight:800;line-height:30px;outline:0;padding:19px 28px;text-align:center;text-transform:uppercase;user-select:none;vertical-align:middle}@media screen and (min-width:1240px){.btn{transition:color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out}}.btn-icon{align-items:center;display:flex;justify-content:center}.btn-icon span{padding-left:28px;padding-right:14px}.btn-icon i,.btn-icon span{margin-left:auto}.btn-icon.--left span{padding-left:14px;padding-right:28px}.btn-icon.--left i,.btn-icon.--left span{margin-left:0;margin-right:auto}.btn-primary{background-color:#004fdc;border-color:#004fdc;color:#fff!important;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}body.dark .btn-primary{background-color:#1167ff}@media screen and (min-width:1240px){.btn-primary:hover{background-color:#003799}body.dark .btn-primary:hover{background-color:#1eaeff}}body.dark .btn-primary{border-color:#1167ff}@media screen and (min-width:1240px){.btn-primary:hover{border-color:#003799}body.dark .btn-primary:hover{border-color:#1eaeff}}.btn-primary.--disabled,.btn-primary:disabled{background-color:#b0b0b0!important;border-color:#b0b0b0!important;cursor:default}.btn-primary.--loading{border-color:#004fdc!important;cursor:default;position:relative}body.dark .btn-primary.--loading{border-color:#1167ff!important}.btn-primary.--loading:before{background-color:#004fdc;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}body.dark .btn-primary.--loading:before{background-color:#1167ff}.btn-primary.--loading:after{animation:btn-loading 1s linear infinite;border:4px solid #b0b0b0;border-radius:50%;border-top-color:#fff;box-sizing:border-box;content:"";height:32px;left:calc(50% - 16px);position:absolute;top:calc(50% - 16px);width:32px;z-index:2}.btn-primary-outline{background-color:transparent;border-color:#004fdc;border-width:3px;color:#004fdc;padding:17px 26px}body.dark .btn-primary-outline{color:#1167ff}@media screen and (min-width:1240px){.btn-primary-outline:hover{color:#003799}body.dark .btn-primary-outline:hover{color:#1eaeff}}body.dark .btn-primary-outline{border-color:#1167ff}@media screen and (min-width:1240px){.btn-primary-outline:hover{border-color:#003799}body.dark .btn-primary-outline:hover{border-color:#1eaeff}}.btn-primary-outline i{background-color:#004fdc}body.dark .btn-primary-outline i{background-color:#1167ff}@media screen and (min-width:1240px){.btn-primary-outline i{transition:background-color .3s ease-in-out}.btn-primary-outline:hover i{background-color:#003799}body.dark .btn-primary-outline:hover i{background-color:#1eaeff}}.btn-secondary{background-color:transparent;border-left:0;border-right:0;border-top:0;border-color:#004fdc;color:#004fdc;font-size:13px;font-weight:400;letter-spacing:.75px;line-height:22px}.btn-secondary.--menu-bot{border-bottom:0;display:none;font-size:13px;font-weight:400;letter-spacing:1px;margin:0 auto;position:relative}@media screen and (min-width:1240px){.btn-secondary.--menu-bot{display:flex;transition:color .3s ease-in-out}}.btn-secondary.--menu-bot .more{display:block}.btn-secondary.--menu-bot .less{display:none}.btn-secondary.--menu-bot .icon{align-self:center;display:flex;margin-left:10px}.btn-secondary.--loading{cursor:default;position:relative}.btn-secondary.--loading:before{background-color:#fff;content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}body.dark .btn-secondary.--loading:before{background-color:#101010}.btn-secondary.--loading:after{animation:btn-loading 1s linear infinite;border:4px solid #b0b0b0;border-radius:50%;border-top-color:#fff;box-sizing:border-box;content:"";height:32px;left:calc(50% - 16px);position:absolute;top:calc(50% - 16px);width:32px;z-index:2}.btn-secondary .icon-caret-down,.btn-secondary .icon-caret-right{background-color:#004fdc}.btn-secondary:hover{border-color:#003799;color:#003799}.btn-secondary:hover .icon-caret-down{background-color:#003799}body.dark .btn-secondary{color:#1167ff}body.dark .btn-secondary:hover{border-color:#1eaeff;color:#1eaeff}body.dark .btn-secondary:hover .icon-caret-down{background-color:#1eaeff}.btn-secondary-outline{background-color:transparent;border-color:#e6e6e6;color:#101010}@-moz-keyframes btn-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes btn-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-o-keyframes btn-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes btn-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.switcher{display:inline-block}.switcher input{display:none}.switcher span{cursor:pointer;display:block;font-size:13px;font-weight:300;letter-spacing:1px;letter-spacing:.75px;line-height:25px;line-height:24px;padding-left:56px;position:relative;text-transform:uppercase;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}.switcher span:empty{padding-left:44px}.switcher span:before{border:1px solid transparent;border-radius:12px;height:24px;left:0;top:calc(50% - 12px);transition-property:color,background-color,border-color;transition-timing-function:ease-in-out;width:44px}.switcher span:after,.switcher span:before{box-sizing:border-box;content:"";display:block;position:absolute;transition-duration:.3s}.switcher span:after{border:2px solid transparent;border-radius:8px;height:16px;top:calc(50% - 8px);transition-property:all;transition-timing-function:ease-in-out;width:16px}.switcher.--inverted input:not(:checked)~span,.switcher:not(--inverted) input:checked~span{color:#004fdc}body.dark .switcher.--inverted input:not(:checked)~span,body.dark .switcher:not(--inverted) input:checked~span{color:#1167ff}@media screen and (min-width:1240px){.switcher.--inverted input:not(:checked)~span:hover,.switcher:not(--inverted) input:checked~span:hover{color:#003799}body.dark .switcher.--inverted input:not(:checked)~span:hover,body.dark .switcher:not(--inverted) input:checked~span:hover{color:#1eaeff}}.switcher.--inverted input:not(:checked)~span:after,.switcher:not(--inverted) input:checked~span:after{border-color:#004fdc}body.dark .switcher.--inverted input:not(:checked)~span:after,body.dark .switcher:not(--inverted) input:checked~span:after{border-color:#1167ff}@media screen and (min-width:1240px){.switcher.--inverted input:not(:checked)~span:hover:after,.switcher:not(--inverted) input:checked~span:hover:after{border-color:#003799}body.dark .switcher.--inverted input:not(:checked)~span:hover:after,body.dark .switcher:not(--inverted) input:checked~span:hover:after{border-color:#1eaeff}}.switcher.--inverted input:not(:checked)~span:before,.switcher:not(--inverted) input:checked~span:before{border-color:#004fdc}body.dark .switcher.--inverted input:not(:checked)~span:before,body.dark .switcher:not(--inverted) input:checked~span:before{border-color:#1167ff}@media screen and (min-width:1240px){.switcher.--inverted input:not(:checked)~span:hover:before,.switcher:not(--inverted) input:checked~span:hover:before{border-color:#003799}body.dark .switcher.--inverted input:not(:checked)~span:hover:before,body.dark .switcher:not(--inverted) input:checked~span:hover:before{border-color:#1eaeff}}.switcher.--inverted input:not(:checked)~span:after,.switcher:not(--inverted) input:checked~span:after{left:24px}.switcher.--inverted input:checked~span,.switcher:not(--inverted) input:not(:checked)~span,body.dark .switcher.--inverted input:checked~span,body.dark .switcher:not(--inverted) input:not(:checked)~span{color:#b0b0b0}@media screen and (min-width:1240px){.switcher.--inverted input:checked~span:hover,.switcher:not(--inverted) input:not(:checked)~span:hover{color:#004fdc}body.dark .switcher.--inverted input:checked~span:hover,body.dark .switcher:not(--inverted) input:not(:checked)~span:hover{color:#1167ff}}.switcher.--inverted input:checked~span:after,.switcher:not(--inverted) input:not(:checked)~span:after,body.dark .switcher.--inverted input:checked~span:after,body.dark .switcher:not(--inverted) input:not(:checked)~span:after{border-color:#b0b0b0}@media screen and (min-width:1240px){.switcher.--inverted input:checked~span:hover:after,.switcher:not(--inverted) input:not(:checked)~span:hover:after{border-color:#004fdc}body.dark .switcher.--inverted input:checked~span:hover:after,body.dark .switcher:not(--inverted) input:not(:checked)~span:hover:after{border-color:#1167ff}}.switcher.--inverted input:checked~span:before,.switcher:not(--inverted) input:not(:checked)~span:before,body.dark .switcher.--inverted input:checked~span:before,body.dark .switcher:not(--inverted) input:not(:checked)~span:before{border-color:#b0b0b0}@media screen and (min-width:1240px){.switcher.--inverted input:checked~span:hover:before,.switcher:not(--inverted) input:not(:checked)~span:hover:before{border-color:#004fdc}body.dark .switcher.--inverted input:checked~span:hover:before,body.dark .switcher:not(--inverted) input:not(:checked)~span:hover:before{border-color:#1167ff}}.switcher.--inverted input:checked~span:after,.switcher:not(--inverted) input:not(:checked)~span:after{left:4px}.icon{align-items:center;cursor:pointer;display:flex;height:31px;justify-content:center;mask-position:center;-webkit-mask-position:center;width:21px}.icon-caret-right{mask-image-position:center;background-color:#fff;display:inline-block;height:12px;-webkit-mask-image:url(/build/images/icon-caret-right.ba071f7d.svg);mask-image:url(/build/images/icon-caret-right.ba071f7d.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;width:12px}@media screen and (min-width:1240px){.icon-caret-right{transition:background-color .15s ease-in-out}.icon-caret-right:hover,body.dark .icon-caret-right:hover{background-color:#fff}}.icon-caret-left{mask-image-position:center;background-color:#fff;display:inline-block;height:12px;-webkit-mask-image:url(/build/images/icon-caret-right.ba071f7d.svg);mask-image:url(/build/images/icon-caret-right.ba071f7d.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;transform:rotate(180deg);width:12px}@media screen and (min-width:1240px){.icon-caret-left{transition:background-color .15s ease-in-out}.icon-caret-left:hover,body.dark .icon-caret-left:hover{background-color:#fff}}.icon-caret-down{mask-image-position:center;background-color:#fff;display:inline-block;height:12px;-webkit-mask-image:url(/build/images/icon-caret-right.ba071f7d.svg);mask-image:url(/build/images/icon-caret-right.ba071f7d.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;transform:rotate(90deg);width:12px}@media screen and (min-width:1240px){.icon-caret-down{transition:background-color .15s ease-in-out}.icon-caret-down:hover,body.dark .icon-caret-down:hover{background-color:#fff}}.icon-refresher-badge{mask-image-position:center;background-color:#101010;height:48px;-webkit-mask-image:url(/build/images/icon-refresher-badge.5038c7e4.svg);mask-image:url(/build/images/icon-refresher-badge.5038c7e4.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;width:42px}@media screen and (min-width:1240px){.icon-refresher-badge{transition:background-color .15s ease-in-out}.icon-refresher-badge:hover,body.dark .icon-refresher-badge:hover{background-color:#004fdc}}body.dark .icon-refresher-badge{background-color:#fff}.icon-refresher-news-badge{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-refresher-news-badge.819108cd.svg);mask-image:url(/build/images/icon-refresher-news-badge.819108cd.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-refresher-news-badge{transition:background-color .15s ease-in-out}.icon-refresher-news-badge:hover,body.dark .icon-refresher-news-badge:hover{background-color:#004fdc}}body.dark .icon-refresher-news-badge{background-color:#fff}.icon-apple{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-apple.68b7baf3.svg);mask-image:url(/build/images/icon-apple.68b7baf3.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-apple{transition:background-color .15s ease-in-out}.icon-apple:hover,body.dark .icon-apple:hover{background-color:#101010}}body.dark .icon-apple{background-color:#fff}.icon-google{background:url(/build/images/icon-google.b204f9bd.svg) 50%;background-repeat:no-repeat}.icon-premium{mask-image-position:center;background-color:#eddf4c;height:15px;-webkit-mask-image:url(/build/images/icon-premium.f329fd7d.svg);mask-image:url(/build/images/icon-premium.f329fd7d.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;width:15px}@media screen and (min-width:1240px){.icon-premium{transition:background-color .15s ease-in-out}.icon-premium:hover,body.dark .icon-premium:hover{background-color:#eddf4c}}.icon-featured{mask-image-position:center;background-color:#fff;background-position:unset;float:none;height:15px;margin:0;-webkit-mask-image:url(/build/images/icon-featured.345ca78a.svg);mask-image:url(/build/images/icon-featured.345ca78a.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;width:15px}@media screen and (min-width:1240px){.icon-featured{transition:background-color .15s ease-in-out}.icon-featured:hover,body.dark .icon-featured:hover{background-color:#fff}}.icon-sponsored{mask-image-position:center;background-color:#fff;height:15px;-webkit-mask-image:url(/build/images/icon-sponsored.4ed8dd4e.svg);mask-image:url(/build/images/icon-sponsored.4ed8dd4e.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;width:15px}@media screen and (min-width:1240px){.icon-sponsored{transition:background-color .15s ease-in-out}.icon-sponsored:hover,body.dark .icon-sponsored:hover{background-color:#fff}}.icon-share-facebook{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-share-facebook.74be2e3d.svg);mask-image:url(/build/images/icon-share-facebook.74be2e3d.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-share-facebook{transition:background-color .15s ease-in-out}.icon-share-facebook:hover,body.dark .icon-share-facebook:hover{background-color:#101010}}.icon-share-whatsapp{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-share-whatsapp.33956abf.svg);mask-image:url(/build/images/icon-share-whatsapp.33956abf.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-share-whatsapp{transition:background-color .15s ease-in-out}.icon-share-whatsapp:hover,body.dark .icon-share-whatsapp:hover{background-color:#101010}}.icon-share-email{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-share-email.196f68c2.svg);mask-image:url(/build/images/icon-share-email.196f68c2.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-share-email{transition:background-color .15s ease-in-out}.icon-share-email:hover,body.dark .icon-share-email:hover{background-color:#101010}}.icon-share-link{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-share-link.69504eda.svg);mask-image:url(/build/images/icon-share-link.69504eda.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-share-link{transition:background-color .15s ease-in-out}.icon-share-link:hover,body.dark .icon-share-link:hover{background-color:#101010}}.icon-share{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-share.bd79e610.svg);mask-image:url(/build/images/icon-share.bd79e610.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-share{transition:background-color .15s ease-in-out}.icon-share:hover,body.dark .icon-share:hover{background-color:#101010}}.icon-arrow-solid-left{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-arrow-solid-right.c86586f6.svg);mask-image:url(/build/images/icon-arrow-solid-right.c86586f6.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;transform:rotate(180deg)}@media screen and (min-width:1240px){.icon-arrow-solid-left{transition:background-color .15s ease-in-out}.icon-arrow-solid-left:hover,body.dark .icon-arrow-solid-left:hover{background-color:#101010}}.icon-arrow-solid-right{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-arrow-solid-right.c86586f6.svg);mask-image:url(/build/images/icon-arrow-solid-right.c86586f6.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-arrow-solid-right{transition:background-color .15s ease-in-out}.icon-arrow-solid-right:hover,body.dark .icon-arrow-solid-right:hover{background-color:#101010}}.icon-home{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-home.3543a70b.svg);mask-image:url(/build/images/icon-home.3543a70b.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-home{transition:background-color .15s ease-in-out}.icon-home:hover,body.dark .icon-home:hover{background-color:#101010}}.icon-article-premium{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-article-plus.f329fd7d.svg);mask-image:url(/build/images/icon-article-plus.f329fd7d.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-article-premium{transition:background-color .15s ease-in-out}.icon-article-premium:hover,body.dark .icon-article-premium:hover{background-color:#101010}}.icon-article-featured{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-article-recommended.345ca78a.svg);mask-image:url(/build/images/icon-article-recommended.345ca78a.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}body.dark .icon-article-featured{background-color:#fff}.icon-article-sponsored{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-article-sponsored.4ed8dd4e.svg);mask-image:url(/build/images/icon-article-sponsored.4ed8dd4e.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-article-sponsored{transition:background-color .15s ease-in-out}.icon-article-sponsored:hover,body.dark .icon-article-sponsored:hover{background-color:#101010}}.icon-article-bookmark{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-article-bookmark.e4823dcc.svg);mask-image:url(/build/images/icon-article-bookmark.e4823dcc.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-article-bookmark{transition:background-color .15s ease-in-out}.icon-article-bookmark:hover,body.dark .icon-article-bookmark:hover{background-color:#101010}}.icon-article-comments{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-article-comments.7ee4475e.svg);mask-image:url(/build/images/icon-article-comments.7ee4475e.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-article-comments{transition:background-color .15s ease-in-out}.icon-article-comments:hover,body.dark .icon-article-comments:hover{background-color:#101010}}.icon-return{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-return.078f6db8.svg);mask-image:url(/build/images/icon-return.078f6db8.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-return{transition:background-color .15s ease-in-out}.icon-return:hover,body.dark .icon-return:hover{background-color:#101010}}.modal{align-items:center;background-color:hsla(0,0%,6%,.7);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.modal.--visible{display:flex}.modal-box{background-color:#e6e6e6;box-sizing:border-box;max-width:calc(100% - 40px);padding:36px;width:500px}body.dark .modal-box{background-color:#1a1a1a}.modal-content{color:#101010;font-size:18px;font-weight:300;line-height:22px;margin-bottom:20px;text-align:center}body.dark .modal-content{color:#fff}.modal-actions{display:flex;flex-flow:row wrap;justify-content:center;margin:-8px}.modal-button{flex:1 1;margin:8px}@font-face{font-display:swap;font-family:Inter;font-weight:300;src:local("Inter Light"),local("Inter-Light"),url(/build/fonts/Inter-Light.fe493d97.woff2) format("woff2"),url(/build/fonts/Inter-Light.e567ef7c.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-weight:400;src:local("Inter Regular"),local("Inter-Regular"),url(/build/fonts/Inter-Regular.3a87cb21.woff2) format("woff2"),url(/build/fonts/Inter-Regular.663de104.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-weight:500;src:local("Inter Medium"),local("Inter-Medium"),url(/build/fonts/Inter-Medium.7b5aa0fd.woff2) format("woff2"),url(/build/fonts/Inter-Medium.80a119f7.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-weight:600;src:local("Inter SemiBold"),local("Inter-SemiBold"),url(/build/fonts/Inter-SemiBold.d2e8d8e7.woff2) format("woff2"),url(/build/fonts/Inter-SemiBold.9b033c0a.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-weight:700;src:local("Inter Bold"),local("Inter-Bold"),url(/build/fonts/Inter-Bold.f37ee506.woff2) format("woff2"),url(/build/fonts/Inter-Bold.56594c06.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-weight:800;src:local("Inter ExtraBold"),local("Inter-ExtraBold"),url(/build/fonts/Inter-ExtraBold.a4393c38.woff2) format("woff2"),url(/build/fonts/Inter-ExtraBold.e383d701.woff) format("woff")}body{-webkit-tap-highlight-color:transparent;font-family:Inter,sans-serif;margin:0;padding:0}body.dark{background-color:#101010}.scroll-prevent{overflow-y:scroll;position:fixed;width:100%}ul,ul li{margin:0;padding:0}ul li{list-style:none}a{text-decoration:none}@media screen and (min-width:1240px){a,a:hover{transition:color .15s ease-in-out}a:hover,body.dark a:hover{color:#004fdc}}.container{margin:auto;max-width:984px;padding:0 16px}.row{display:flex;flex-wrap:wrap}@media screen and (max-width:991px){.col-12{flex:0 0 100%;max-width:100%;position:relative;width:100%}}@media screen and (min-width:992px){.col-lg-6{flex:0 0 50%;max-width:50%;position:relative;width:100%}}.d-none{display:none!important}@media screen and (min-width:768px){.d-md-none{display:none!important}}@media screen and (min-width:992px){.d-lg-none{display:none!important}}@media screen and (min-width:1240px){.d-xl-none{display:none!important}}@media screen and (min-width:768px){.d-md-block{display:block!important}}@media screen and (min-width:992px){.d-lg-block{display:block!important}}@media screen and (min-width:1240px){.d-xl-block{display:block!important}}.w-100{width:100%}.image-extension__text{align-items:flex-end;bottom:16px;display:flex;left:16px;position:absolute;z-index:1}@media screen and (min-width:600px){.hp-latest-articles-feed .image-extension__text{display:none}}.image-extension__text-category{color:var(--category-color,#004fdc);font-size:18px;font-weight:800;letter-spacing:-.2px;line-height:23px}.image-extension__text-published{color:#fff;flex-shrink:0;font-size:11px;font-weight:400;letter-spacing:.65px;line-height:18px;margin-left:16px}.article-category-articles-feed .image-extension__text-published,.hp-category-articles-feed .image-extension__text-published,.hp-latest-articles-feed .image-extension__text-published{display:none}.image-extension__icons{bottom:16px;display:flex;gap:12px;position:absolute;right:16px;z-index:1}.image-extension__icons.--cz{align-items:end;bottom:8px;flex-direction:column;gap:2px}.is-narrow .image-extension__icons.--cz{transform:translateY(0)}@media screen and (max-width:399px){.is-narrow .image-extension__icons.--cz .icon-sponsored{display:none}}@media screen and (min-width:920px){.is-narrow .image-extension__icons.--cz .icon-sponsored{display:none}}.image-extension__icons-icon{align-items:end;display:flex}.--cz .image-extension__icons-icon{align-items:center;height:30px}.image-extension__icons-icon:hover>.image-extension__icons-icon-desc,.image-extension__icons-icon:hover>.image-extension__icons-icon-desc--cz{display:block}.image-extension__icons-icon-desc{background-color:hsla(0,0%,6%,.25);bottom:25px;color:#fff;display:none;font-size:11px;font-weight:400;letter-spacing:.65px;line-height:18px;padding:6px 12px;position:absolute;right:0;text-transform:uppercase;white-space:nowrap}.image-extension__icons-icon-desc.--premium{color:#eddf4c}.is-narrow .image-extension__icons-icon-desc{font-size:9px;letter-spacing:0;line-height:12px;margin-right:0;padding:6px}@media screen and (min-width:400px) and (max-width:600px){.is-narrow .image-extension__icons-icon-desc{font-size:11px}}.image-extension__icons-icon-desc--cz{align-self:center;background-color:hsla(0,0%,6%,.25);color:#fff;display:flex;display:none;flex-shrink:0;font-size:11px;font-weight:400;letter-spacing:.65px;line-height:18px;margin-right:6px;padding:6px 12px;text-transform:uppercase}.is-narrow .image-extension__icons-icon-desc--cz{font-size:7px;letter-spacing:0;line-height:12px;margin-right:0;padding:6px}@media screen and (min-width:400px) and (max-width:600px){.is-narrow .image-extension__icons-icon-desc--cz{font-size:9px}}.image-extension__icons-icon-desc--cz.--visible{display:block}.image-extension__icons-icon-desc--cz.--premium{color:#eddf4c}.image-extension__live{background-color:var(--category-color,#004fdc);color:#fff;font-size:11px;font-weight:400;left:16px;letter-spacing:.65px;line-height:18px;padding:2px 8px;position:absolute;text-transform:uppercase;top:16px}.h-scroll{overflow-x:hidden}@media (pointer:coarse){.h-scroll{overflow-x:scroll}}.gap65{height:65px;width:100%}.error-root{box-sizing:border-box;display:block;flex-grow:1;font-family:sans-serif;margin:0 auto;max-width:1260px;padding:20px 20px 50px;width:100%}.error-code{color:#e6e6e6;font-size:125px;font-weight:700;line-height:1;text-align:center;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}body.dark .error-code{color:#333}@media (min-width:630px){.error-code{font-size:250px}}@media (min-width:1260px){.error-code{font-size:500px}}.error-title{color:#101010;font-size:20px;font-weight:700;line-height:1.2;margin-top:-30px;text-align:center;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}body.dark .error-title{color:#fff}@media (min-width:630px){.error-title{font-size:30px;margin-top:-60px}}@media (min-width:1260px){.error-title{font-size:40px;margin-top:-120px}}.error-info{color:#101010;font-size:16px;line-height:1.2;margin-top:16px;text-align:center;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}body.dark .error-info{color:#fff}@media (min-width:630px){.error-info{font-size:18px;margin-top:18px}}@media (min-width:1260px){.error-info{font-size:20px;margin-top:20px}}.tabs{display:flex;flex-flow:row nowrap}.tabs-item{border-bottom:3px solid;border-color:#004fdc;color:#004fdc;cursor:pointer;flex:1 1;font-size:15px;font-weight:900;line-height:25px;padding:16px 0;position:relative}body.dark .tabs-item{border-color:#1167ff;color:#1167ff}.tabs-item:not(.--active){border-color:#101010;color:#101010;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}body.dark .tabs-item:not(.--active){border-color:#333}@media screen and (min-width:1240px){.tabs-item:not(.--active):hover{border-color:#003799}body.dark .tabs-item:not(.--active):hover{border-color:#1eaeff}}body.dark .tabs-item:not(.--active){color:#fff}@media screen and (min-width:1240px){.tabs-item:not(.--active):hover{color:#003799}body.dark .tabs-item:not(.--active):hover{color:#1eaeff}}.tabs-item-text{align-items:center;box-sizing:border-box;display:flex;flex-flow:row nowrap;justify-content:center;padding:0 4px;text-align:center;text-transform:uppercase}.tabs-item-text.--menu:after{mask-image-position:center;background-color:#b0b0b0;content:"";display:block;height:10px;margin-left:8px;-webkit-mask-image:url(/build/images/icon-caret-solid-down.f6c5d4a9.svg);mask-image:url(/build/images/icon-caret-solid-down.f6c5d4a9.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;width:10px}body.dark .tabs-item-text.--menu:after{background-color:#b0b0b0}@media screen and (min-width:1240px){.tabs-item-text.--menu:after:hover{background-color:#003799}body.dark .tabs-item-text.--menu:after:hover{background-color:#1eaeff}}.tabs-item:not(last-child).--active:after{background-color:#fff;bottom:-3px;content:"";display:block;height:4px;position:absolute;right:-2px;width:4px}body.dark .tabs-item:not(last-child).--active:after{background-color:#101010}.tabs-item:last-child.--active:before{background-color:#fff;bottom:-3px;content:"";display:block;height:4px;left:-2px;position:absolute;width:4px}body.dark .tabs-item:last-child.--active:before{background-color:#101010}.tabs-menu{background-color:#fff;border-bottom:1px solid;border-color:#004fdc;box-shadow:0 10px 40px rgba(0,0,0,.15);box-sizing:border-box;display:none;min-width:100%;padding:36px;position:absolute;right:0;top:calc(100% + 3px)}body.dark .tabs-menu{background-color:#101010;border-color:#1167ff;box-shadow:0 10px 40px #000}.tabs-menu.--visible{display:block}.tabs-menu-item{color:#b0b0b0;font-size:13px;font-weight:300;letter-spacing:1px;letter-spacing:.75px;line-height:25px;margin:20px 0;text-transform:uppercase}body.dark .tabs-menu-item{color:#b0b0b0}.tabs-menu-item:not(.--active){color:#101010}body.dark .tabs-menu-item:not(.--active){color:#fff}@media screen and (min-width:1240px){.tabs-menu-item:not(.--active):hover{color:#003799}body.dark .tabs-menu-item:not(.--active):hover{color:#1eaeff}}.tabs-menu-item:first-child{margin-top:0}.tabs-menu-item:last-child{margin-bottom:0}@media screen and (max-width:767px){.article-category-articles-feed{margin:0 -16px}}.article-category-articles-feed__head{display:flex;justify-content:space-between;margin-bottom:15px}@media screen and (max-width:767px){.article-category-articles-feed__head{padding:0 16px}}.article-category-articles-feed__h{color:var(--category-color,#004fdc);font-size:28px;font-weight:800;letter-spacing:-.4px;letter-spacing:.75px;line-height:118%;margin:0;text-transform:uppercase}.article-category-articles-feed__h span{color:#101010;font-size:32px;font-weight:800;letter-spacing:-.6px;line-height:38px;text-transform:none}body.dark .article-category-articles-feed__h span{color:#fff}@media screen and (max-width:420px){.article-category-articles-feed__h span{font-size:28px;font-weight:800;letter-spacing:-.4px;line-height:118%}}.article-category-articles-feed__more{align-items:center;align-self:end;color:#004fdc;display:inline-flex;font-size:13px;justify-content:space-between;letter-spacing:.75px;text-transform:uppercase}.article-category-articles-feed__more:hover{color:#003799!important}.article-category-articles-feed__more:after{mask-image-position:center;background-color:#004fdc;content:"";display:inline-block;height:12px;margin:0 0 0 10px;-webkit-mask-image:url(/build/images/icon-caret-right.ba071f7d.svg);mask-image:url(/build/images/icon-caret-right.ba071f7d.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;width:10px}@media screen and (min-width:1240px){.article-category-articles-feed__more:after{transition:background-color .15s ease-in-out}.article-category-articles-feed__more:after:hover,body.dark .article-category-articles-feed__more:after:hover{background-color:#003799}}:hover.article-category-articles-feed__more:after{background-color:#003799}@media screen and (min-width:768px){.article-category-articles-feed__content{display:grid;gap:36px;grid-template-columns:2fr 2fr}}.article-category-articles-feed__content .article-item{margin-bottom:30px}.article-category-articles-feed__content .article-item .article-item__image{aspect-ratio:3/4}@media screen and (max-width:767px){.article-category-articles-feed__content .article-item .article-item__data{padding:0 16px}}.article-category-articles-feed__content .article-item .article-item__data .article-item__h{font-size:22px;line-height:28px;margin:18px 0 6px}@media screen and (max-width:767px){.article-category-articles-feed__slider{display:flex;flex-direction:row;gap:16px;overflow-x:auto;padding:0 15px}}.article-category-articles-feed__item-image-wrap{aspect-ratio:3/4;line-height:0;position:relative}@media screen and (max-width:767px){.article-category-articles-feed__item{margin-bottom:12px;min-width:180px;position:relative}.article-category-articles-feed__item:before{background:#004fdc;content:"";display:block;height:1px;margin:15px 0;width:50px}.article-category-articles-feed__item:first-of-type:before{display:none}.article-category-articles-feed__item:not(:first-of-type):before{height:25px;left:-9px;position:absolute;top:245px;width:1px}.article-category-articles-feed__item-image{height:100%;object-fit:cover;width:100%}.article-category-articles-feed__item-h{font-size:15px;letter-spacing:.3px;line-height:19px}}@media screen and (min-width:768px){.article-category-articles-feed__item{display:grid;gap:16px;grid-template-columns:1fr 2fr;margin-bottom:30px}.article-category-articles-feed__item:nth-last-child(-n+1){display:none}.article-category-articles-feed__item-image{width:100%}.article-category-articles-feed__item-wrap{display:flex;flex-direction:column;justify-content:center}}@media screen and (min-width:1240px){.article-category-articles-feed__item:hover .article-category-articles-feed__item-h{color:#004fdc}}.article-category-articles-feed__item-h{color:#101010;display:block;font-size:18px;font-weight:800;letter-spacing:-.4px;line-height:22px;margin:15px 0 6px}@media screen and (min-width:768px){.article-category-articles-feed__item-h:before{background-color:#004fdc;content:"";display:block;height:1px;margin:0 0 12px;width:25px}}body.dark .article-category-articles-feed__item-h{color:#fff}.article-category-articles-feed__item-published{color:#737373;font-size:11px;font-weight:400;letter-spacing:.65px;line-height:18px;text-transform:uppercase}.h-scroll .hp-category-articles-feed{max-width:380px;min-width:380px}@media screen and (min-width:992px){.hp-category-articles-feed__root{display:grid;gap:24px;grid-template-columns:2fr 2fr 2fr}}@media screen and (max-width:992px){.hp-category-articles-feed__root>div:not(:last-of-type){margin:0 0 50px}}@media screen and (max-width:600px){.hp-category-articles-feed__root{margin:0 -16px}}.hp-category-articles-feed__root.h-scroll{display:grid;grid-template-columns:2fr 2fr 2fr}@media screen and (min-width:600px){.hp-category-articles-feed__root.h-scroll{gap:24px}}@media screen and (max-width:600px){.hp-category-articles-feed .article-item__image{margin:0 16px}.hp-category-articles-feed.is-highlighted .article-item{margin-bottom:30px}.hp-category-articles-feed.is-highlighted .article-item:first-of-type .article-item__image{aspect-ratio:3/4;margin:0}.hp-category-articles-feed.is-highlighted .article-item:first-of-type .article-item__h{font-size:22px;line-height:28px;margin:18px 0 6px}.hp-category-articles-feed.is-highlighted .hp-category-articles-feed__slider{display:flex;flex-direction:row;gap:16px;overflow-x:auto;padding:0 15px}.hp-category-articles-feed.is-highlighted .hp-category-articles-feed__slider .hp-category-articles-feed__item{margin-bottom:12px;min-width:180px;position:relative}.hp-category-articles-feed.is-highlighted .hp-category-articles-feed__slider .hp-category-articles-feed__item:first-of-type:before{display:none}.hp-category-articles-feed.is-highlighted .hp-category-articles-feed__slider .hp-category-articles-feed__item:not(:first-of-type):before{height:25px;left:-9px;position:absolute;top:245px;width:1px}.hp-category-articles-feed.is-highlighted .hp-category-articles-feed__slider .hp-category-articles-feed__item-image{height:100%;object-fit:cover;width:100%}.hp-category-articles-feed.is-highlighted .hp-category-articles-feed__slider .hp-category-articles-feed__item-image-wrap{aspect-ratio:3/4;line-height:0;position:relative}.hp-category-articles-feed.is-highlighted .hp-category-articles-feed__slider .hp-category-articles-feed__item-h{font-size:15px;letter-spacing:.3px;line-height:19px}}@media screen and (min-width:601px){.hp-category-articles-feed.is-highlighted .hp-category-articles-feed__item-image-wrap,.hp-category-articles-feed.is-highlighted .hp-category-articles-feed__item:nth-last-child(-n+2){display:none}}.hp-category-articles-feed__head{display:flex;justify-content:space-between;margin-bottom:15px}@media screen and (max-width:992px){.hp-category-articles-feed__head{padding:0 16px}}.hp-category-articles-feed__h{color:var(--category-color,#004fdc);font-size:18px;font-weight:800;letter-spacing:-.2px;letter-spacing:.75px;line-height:23px;margin:0;text-transform:uppercase}.hp-category-articles-feed__h span{color:#101010;font-size:21px;font-weight:800;letter-spacing:-.3px;line-height:120%;text-transform:none}body.dark .hp-category-articles-feed__h span{color:#fff}.hp-category-articles-feed__more{align-items:center;color:#004fdc;display:inline-flex;font-size:13px;justify-content:space-between;letter-spacing:.75px;text-transform:uppercase}.hp-category-articles-feed__more:hover{color:#003799!important}.hp-category-articles-feed__more:after{mask-image-position:center;background-color:#004fdc;content:"";display:inline-block;height:12px;margin:0 0 0 10px;-webkit-mask-image:url(/build/images/icon-caret-right.ba071f7d.svg);mask-image:url(/build/images/icon-caret-right.ba071f7d.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;width:10px}@media screen and (min-width:1240px){.hp-category-articles-feed__more:after{transition:background-color .15s ease-in-out}.hp-category-articles-feed__more:after:hover,body.dark .hp-category-articles-feed__more:after:hover{background-color:#003799}}:hover.hp-category-articles-feed__more:after{background-color:#003799}.hp-category-articles-feed__item:before{background:#004fdc;content:"";display:block;height:1px;margin:15px 0;width:50px}.hp-category-articles-feed__item-h{color:#101010;display:block;font-size:18px;font-weight:800;letter-spacing:-.4px;line-height:22px;margin:15px 0 6px}@media screen and (min-width:992px){.hp-category-articles-feed__item-h{color:#101010;font-size:15px;font-weight:800;letter-spacing:-.3px;line-height:25px;line-height:19px}}body.dark .hp-category-articles-feed__item-h{color:#fff}.hp-category-articles-feed__item-published{color:#737373;font-size:11px;font-weight:400;letter-spacing:.65px;line-height:18px;text-transform:uppercase}@media screen and (max-width:600px){.hp-category-articles-feed .article-item__data,.hp-category-articles-feed__item:not([data-type=slider]){padding:0 16px}}.article-item{position:relative;width:100%}.article-item__image{aspect-ratio:16/10;overflow:hidden;position:relative}.article-item__image img{height:100%;object-fit:cover;width:100%}@media screen and (min-width:1240px){.article-item__image:hover+.article-item__data .article-item__h,.article-item__image:hover+.article-item__data .article-item__perex{color:#004fdc}}.article-item__image-gradient:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.5));bottom:0;content:"";left:0;position:absolute;right:0;top:50%}.article-item__h{color:#101010;display:block;font-size:18px;font-weight:800;letter-spacing:-.4px;line-height:22px;margin:15px 0 6px}@media screen and (min-width:992px){.article-item__h{color:#101010;font-size:15px;font-weight:800;letter-spacing:-.3px;line-height:25px;line-height:19px}}body.dark .article-item__h{color:#fff}.article-item__published{color:#737373;font-size:11px;font-weight:400;letter-spacing:.65px;line-height:18px;text-transform:uppercase}body.dark .article-item__published{color:#8c8c8c}.article-item__perex{color:#101010;font-size:18px;font-weight:400;line-height:22px;line-height:33px;margin-top:15px}body.dark .article-item__perex{color:#fff}.box-latest-articles-feed{display:flex;flex-direction:column}@media screen and (max-width:599px){.box-latest-articles-feed{margin:0 -16px}}.box-latest-articles-feed__head{align-items:center;display:flex;max-width:100%}.box-latest-articles-feed__h{color:#101010;font-size:36px;font-weight:800;letter-spacing:-.8px;line-height:42px;margin:0 16px 8px}@media screen and (max-width:420px){.box-latest-articles-feed__h{font-size:32px;font-weight:800;letter-spacing:-.6px;line-height:38px}}@media screen and (min-width:600px){.box-latest-articles-feed__h{margin:0 16px 0 0}}body.dark .box-latest-articles-feed__h{color:#fff}.box-latest-articles-feed__perex{color:#101010;font-size:18px;font-weight:400;line-height:22px;line-height:33px}body.dark .box-latest-articles-feed__perex{color:#fff}@media screen and (max-width:599px){.box-latest-articles-feed__perex{display:none}}.box-latest-articles-feed__switch{display:flex;margin:0 -2px;overflow:hidden;position:static;top:-2px;z-index:2}.header__modal .box-latest-articles-feed__switch{background-color:#fff;position:sticky}body.dark .header__modal .box-latest-articles-feed__switch{background-color:#101010}.article-list .box-latest-articles-feed__switch{padding-bottom:10px}@media screen and (max-width:767px){.article-list .box-latest-articles-feed__switch{overflow-x:scroll}}.article-list .box-latest-articles-feed__switch:after{border-bottom:3px solid #101010;content:"";display:block;width:100%}body.dark .article-list .box-latest-articles-feed__switch:after{border-color:#333}.box-latest-articles-feed__switch-item{border-bottom:3px solid #101010;color:#101010;cursor:pointer;font-size:15px;font-weight:900;line-height:25px;padding:16px 0;text-align:center;text-transform:uppercase;width:100%}.article-list .box-latest-articles-feed__switch-item{flex-shrink:0;padding-left:12px;padding-right:12px;width:auto}@media screen and (min-width:1240px){.box-latest-articles-feed__switch-item{transition:color .15s ease-in-out,border-bottom-color .15s ease-in-out!important}.box-latest-articles-feed__switch-item:hover{border-color:#004fdc!important;color:#004fdc!important}}body.dark .box-latest-articles-feed__switch-item{border-color:#333;color:#fff}.header__modal body.dark .box-latest-articles-feed__switch-item{background-color:#101010}.--profile .box-latest-articles-feed__switch-item{border-color:#b0b0b0;color:#b0b0b0}.box-latest-articles-feed__switch-item.active{border-color:#004fdc!important;color:#004fdc!important;position:relative}.box-latest-articles-feed__switch-item.active:before{background-color:#fff;bottom:-3px;content:"";display:block;height:3px;left:-2px;position:absolute;width:4px}body.dark .box-latest-articles-feed__switch-item.active:before{background-color:#101010}.box-latest-articles-feed__switch-item.active:after{background-color:#fff;bottom:-3px;content:"";display:block;height:4px;position:absolute;right:-2px;width:4px}body.dark .box-latest-articles-feed__switch-item.active:after{background-color:#101010}.box-latest-articles-feed__content{display:grid;margin-top:30px}@media screen and (min-width:600px){.box-latest-articles-feed__content{grid-template-columns:2fr 2fr}}.box-latest-articles-feed__content-col{display:flex;flex-wrap:wrap;justify-content:space-between}.box-latest-articles-feed__content-col:first-of-type .article-item{margin-bottom:20px}.box-latest-articles-feed__content-col:first-of-type .article-item__image{aspect-ratio:3/4;width:100%}.box-latest-articles-feed__content-col:first-of-type .article-item__data{padding:0 16px}@media screen and (min-width:600px){.box-latest-articles-feed__content-col:first-of-type .article-item__data{padding:0}}.box-latest-articles-feed__content-col:first-of-type .article-item__data .article-item__h{font-size:22px;line-height:26px;margin:18px 0 6px}.box-latest-articles-feed__content-col:nth-of-type(2){padding:0 16px}.box-latest-articles-feed__content-col:nth-of-type(2) .article-item{margin:0 0 20px;width:48%}.box-latest-articles-feed__content-col:nth-of-type(2) .article-item__image{aspect-ratio:3/4;width:100%}.box-latest-articles-feed__content-col:nth-of-type(2) .article-item__data .article-item__h{font-size:15px;letter-spacing:-.3px;line-height:19px;margin:18px 0 6px}.eu-disclaimer__root{background:#e6e6e6;display:flex;margin:40px auto;max-width:836px;padding:14px}.eu-disclaimer__logo{background-image:url(/build/images/eu-logo.69c38bca.svg);height:113px;margin:0 16px 0 0;min-width:113px;width:113px}.eu-disclaimer__text{align-items:center;display:flex;font-size:12px;line-height:175%}.icon-search{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-search.34a25f07.svg);mask-image:url(/build/images/icon-search.34a25f07.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-search{transition:background-color .15s ease-in-out}.icon-search:hover,body.dark .icon-search:hover{background-color:#004fdc}}body.dark .icon-search{background-color:#fff}.icon-color-scheme-dark{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-color-scheme-dark.c9fdf9d3.svg);mask-image:url(/build/images/icon-color-scheme-dark.c9fdf9d3.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-color-scheme-dark{transition:background-color .15s ease-in-out}.icon-color-scheme-dark:hover,body.dark .icon-color-scheme-dark:hover{background-color:#004fdc}}body.dark .icon-color-scheme-dark{background-color:#fff}.icon-color-scheme-light{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-color-scheme-light.8f9e9be0.svg);mask-image:url(/build/images/icon-color-scheme-light.8f9e9be0.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-color-scheme-light{transition:background-color .15s ease-in-out}.icon-color-scheme-light:hover,body.dark .icon-color-scheme-light:hover{background-color:#004fdc}}body.dark .icon-color-scheme-light{background-color:#fff}.icon-color-scheme-device-mobile{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-color-scheme-device-mobile.047c9c39.svg);mask-image:url(/build/images/icon-color-scheme-device-mobile.047c9c39.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-color-scheme-device-mobile{transition:background-color .15s ease-in-out}.icon-color-scheme-device-mobile:hover,body.dark .icon-color-scheme-device-mobile:hover{background-color:#004fdc}}body.dark .icon-color-scheme-device-mobile{background-color:#fff}.icon-profile{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-profile.9d512fcb.svg);mask-image:url(/build/images/icon-profile.9d512fcb.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-profile{transition:background-color .15s ease-in-out}.icon-profile:hover,body.dark .icon-profile:hover{background-color:#004fdc}}body.dark .icon-profile{background-color:#fff}.icon-menu{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-menu-hamburger.0e5b546f.svg);mask-image:url(/build/images/icon-menu-hamburger.0e5b546f.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-menu{transition:background-color .15s ease-in-out}.icon-menu:hover,body.dark .icon-menu:hover{background-color:#101010}}body.dark .icon-menu{background-color:#fff}.icon-menu-x{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-menu-x.821bab43.svg);mask-image:url(/build/images/icon-menu-x.821bab43.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.icon-menu-x{transition:background-color .15s ease-in-out}.icon-menu-x:hover,body.dark .icon-menu-x:hover{background-color:#101010}}body.dark .icon-menu-x{background-color:#fff}.header{backdrop-filter:blur(24px);-webkit-backdrop-filter:blur(24px);background-color:hsla(0,0%,100%,.92);left:0;position:fixed;right:0;top:0;z-index:11}body.dark .header{background-color:rgba(26,26,26,.92)}@media screen and (min-width:1240px){.header[data-is-article="1"] .header__bottom-wrap,.header[data-is-article="1"] .header__top-wrap{max-height:0}}.header[data-is-article="1"] .header__mid-categories{max-width:100%}.header__top{display:none;justify-content:space-between;padding:12px 24px;position:relative;text-transform:uppercase}.header__top-wrap{max-height:49px;opacity:1;overflow:hidden;transition:max-height .3s ease-in-out,opacity .3s linear}.header__top-wrap.is-hidden{max-height:0;opacity:0}@media screen and (min-width:1240px){.header__top{display:flex}}.header__top div,.header__top ul{display:flex;flex-direction:row}@media screen and (min-width:1240px){.header__top a,.header__top a:hover{transition:color .15s ease-in-out}.header__top a:hover{color:#101010}body.dark .header__top a:hover{color:#fff}}.header__top-soyoudontforget div{align-self:center;color:#b3b3b3;font-size:11px;font-weight:400;letter-spacing:.65px;line-height:18px;margin-right:24px}body.dark .header__top-soyoudontforget div{color:#737373}.header__top-projects{left:50%;position:absolute;transform:translateX(-50%)}.header__top-projects ul{gap:24px}.header__top-projects ul li a{color:#737373;font-size:11px;font-weight:400;letter-spacing:.65px;line-height:18px;text-decoration:none}body.dark .header__top-projects ul li a{color:#b3b3b3}.header__top-miscellaneous ul li{margin-left:24px}.header__top-miscellaneous ul li a{color:#737373;font-size:11px;font-weight:400;letter-spacing:.65px;line-height:18px;text-decoration:none}body.dark .header__top-miscellaneous ul li a{color:#b3b3b3}.header__mid{align-items:center;display:flex;height:43px;padding:16px;position:relative;transition:height .3s ease-in-out}.compact .header__mid{height:30px}@media screen and (max-width:1239px){.compact .header__mid{padding:13px 16px}}@media screen and (min-width:1240px){.header__mid{height:54px;padding:20px 24px;transition:background-color .3s ease-in-out,height .3s ease-in-out}.compact .header__mid{height:28px}.compact .header__mid:hover{background-color:#fff;transition:background-color .3s ease-in-out,border-color .3s ease-in-out}body.dark .compact .header__mid:hover{background-color:#101010}}.header__mid.border-bottom{border-bottom:1px solid #e6e6e6}body.dark .header__mid.border-bottom{border-color:#1a1a1a}.header__mid.is-shown{background-color:#fff;transition:background-color .3s ease-in-out,border-color .3s ease-in-out}body.dark .header__mid.is-shown{background-color:#101010}.header__mid.is-shown~.header__bottom-wrap,.header__mid.is-shown~.header__top-wrap{max-height:0}.header__mid-categories{color:#101010;font-size:15px;font-weight:400;letter-spacing:2px;line-height:25px;max-width:0;overflow:hidden;transition:max-width .3s ease-in-out}@media screen and (min-width:1240px){.header__mid-categories{max-width:148px}}body.dark .header__mid-categories{color:#fff}@media screen and (max-width:1240px){[data-is-article="1"] .header__mid-categories{display:none}}.header__mid-categories-button{align-items:center;cursor:pointer;display:flex;height:69px;margin-right:46px;position:relative;text-transform:uppercase;transition:color .15s ease-in-out}.header__mid-categories-button:hover.icon-menu{background-color:#004fdc!important;transition:color .15s ease-in-out}.header__mid-categories-button.active{mask-image-position:center;background-color:#101010;-webkit-mask-image:url(/build/images/icon-menu-x.821bab43.svg);mask-image:url(/build/images/icon-menu-x.821bab43.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain}@media screen and (min-width:1240px){.header__mid-categories-button.active{transition:background-color .15s ease-in-out}.header__mid-categories-button.active:hover,body.dark .header__mid-categories-button.active:hover{background-color:#101010}}body.dark .header__mid-categories-button.active{background-color:#fff}.header__mid-subscribe{max-width:110px}.header__mid-subscribe a{color:#101010;font-size:15px;font-size:10px;font-weight:400;line-height:25px;line-height:14px;text-decoration:none;text-transform:uppercase}@media screen and (min-width:350px){.header__mid-subscribe a{font-size:12px}}@media screen and (min-width:375px){.header__mid-subscribe a{letter-spacing:1px}}@media screen and (max-width:1239px){.header__mid-subscribe a{display:flex;flex-direction:column}}@media screen and (min-width:1240px){.header__mid-subscribe a{flex-direction:row}.header__mid-subscribe a:hover{color:#004fdc}}.header__mid-subscribe a b{font-weight:600}body.dark .header__mid-subscribe a{color:#fff}@media screen and (min-width:1240px){body.dark .header__mid-subscribe a:hover{color:#004fdc}}.header__mid-subscribe:after{background-color:#eddf4c;content:"";display:block;height:2px;margin-left:-1px;width:64px}@media screen and (min-width:350px){.header__mid-subscribe:after{width:78px}}@media screen and (min-width:375px){.header__mid-subscribe:after{width:88px}}@media screen and (min-width:1240px){.header__mid-subscribe:after{margin-left:auto;margin-right:1px}.header__mid-subscribe{max-width:100%}}.header__mid-search{margin-right:16px}@media screen and (min-width:375px){.header__mid-search{display:none}}.header__mid-logo{height:43px;left:50%;position:absolute;right:50%;transform:translateX(-50%) scale(1);transition:transform .3s ease-in-out;width:42px}.compact .header__mid-logo{transform:translateX(-50%) scale(.7)}@media screen and (min-width:1240px){.compact .header__mid-logo{transform:translateX(-50%) scale(.85)}}.header__mid-hotkeys{display:flex;flex-direction:row;margin-left:auto;position:relative}.header__mid-hotkeys i{margin-left:16px}@media screen and (min-width:420px){.header__mid-hotkeys i{margin-left:24px}}@media screen and (min-width:1240px){.header__mid-hotkeys i{margin-left:32px}}.header__mid-hotkeys .icon-search{display:none}@media screen and (min-width:375px){.header__mid-hotkeys .icon-search{display:block}}.header__mid-hotkeys__avatar{align-self:center;cursor:pointer;height:24px;object-fit:cover;overflow:hidden;width:24px}.header__mid-hotkeys__avatar img{height:100%;width:100%}.header__bottom{-ms-overflow-style:none;display:flex;flex-wrap:nowrap;gap:35px;overflow-y:hidden;padding:0 16px 12px;position:relative;scrollbar-width:none;transition:transform .3s ease-in-out}.header__bottom::-webkit-scrollbar{display:none}@media screen and (min-width:1240px){.header__bottom{gap:24px;padding:20px 24px;scroll-snap-type:x mandatory}}.header__bottom-wrap{max-height:81px;opacity:1;overflow:hidden;position:relative;transition:max-height .3s ease-in-out,opacity .4s linear}.header__bottom-wrap.is-hidden{max-height:0;opacity:0;transition:max-height .3s ease-in-out,opacity .2s linear}.header__bottom-wrap.is-hidden .header__bottom{transform:translateY(-81px)}.header__bottom-link{color:#101010;cursor:pointer;display:flex;flex-shrink:0;font-size:15px;font-weight:400;letter-spacing:2px;line-height:25px;margin:8px 0;position:relative;scroll-snap-align:end;text-decoration:none;text-transform:uppercase;white-space:nowrap}body.dark .header__bottom-link{color:#fff}.header__bottom-link--color{align-self:center;border-radius:50%;display:flex;height:8px;margin:0 10px 2px 0;width:8px}.header__bottom-link--label{font-weight:300;letter-spacing:-.2px;text-transform:lowercase;transform:translateX(-8px)}body.dark .header__bottom-link--label{color:#d9d9d9}.header__bottom-link--dropdown:after{mask-image-position:center;background-color:#b3b3b3;content:"";display:block;height:4px;-webkit-mask-image:url(/build/images/icon-caret-solid-down.f6c5d4a9.svg);mask-image:url(/build/images/icon-caret-solid-down.f6c5d4a9.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;position:absolute;right:-14px;top:10px;width:7px}@media screen and (min-width:1240px){.header__bottom-link--dropdown:after{transition:background-color .15s ease-in-out}.header__bottom-link--dropdown:after:hover,body.dark .header__bottom-link--dropdown:after:hover{background-color:#004fdc}}.header__bottom-link-divider{background-color:#e6e6e6;min-width:1px}body.dark .header__bottom-link-divider{background-color:#4d4d4d}@media screen and (min-width:1240px){.header__bottom--mobile{display:none}}.header__bottom--desktop{display:none}@media screen and (min-width:1240px){.header__bottom--desktop{display:flex}}.header__bottom-control-arrow{mask-image-position:center;background-color:#b3b3b3;cursor:pointer;display:none;height:22px;-webkit-mask-image:url(/build/images/icon-arrow-right.c8a354a7.svg);mask-image:url(/build/images/icon-arrow-right.c8a354a7.svg);-webkit-mask-position:center;mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;opacity:0;position:absolute;right:19px;top:0;transition:background-color .3s ease-in-out,opacity .3s ease-in-out!important;width:22px}@media screen and (min-width:1240px){.header__bottom-control-arrow{transition:background-color .15s ease-in-out}.header__bottom-control-arrow:hover,body.dark .header__bottom-control-arrow:hover{background-color:#101010}}body.dark .header__bottom-control-arrow:hover{background-color:#fff!important}@media screen and (min-width:1240px){.header__bottom-control-arrow{display:block;opacity:1}}.header__bottom-control-arrow--left{left:19px;top:0;transform:rotate(180deg)}.header__bottom-control-arrow[data-hidden="1"]{cursor:default}.header__menu{background-color:#fff;overflow-x:hidden;padding-left:0;position:fixed;transition:.5s;width:100%;z-index:1}body.dark .header__menu{background-color:#101010}@media screen and (max-width:1239px){.header__menu{height:100vh;right:-100%;top:0}}@media screen and (min-width:1240px){.header__menu{max-height:0;overflow:hidden;position:relative;transition:max-height .3s ease-in-out,background-color .3s ease-in-out}}.header__menu.is-shown{right:0;width:100%}@media screen and (min-width:1240px){.header__menu.is-shown{height:100%;max-height:100vh}}.header__menu-head{align-items:center;background-color:#fff;border-bottom:1px solid #e6e6e6;display:flex;justify-content:space-between;padding:4px 16px;position:sticky;top:0;transition:.5s ease;z-index:11}.header__menu-head-logo{transform:translateY(2px) scale(.7)}body.dark .header__menu-head{background-color:#1a1a1a;border-color:#333}@media screen and (min-width:1240px){.header__menu-head{display:none}}.header__menu-wrap{padding:30px 16px calc(30px + env(safe-area-inset-bottom));text-transform:uppercase}@media screen and (min-width:420px){.header__menu-wrap{padding:30px 36px calc(30px + env(safe-area-inset-bottom))}}@media screen and (min-width:480px){.header__menu-wrap{margin:0 auto;max-width:480px;padding:30px 64px calc(30px + env(safe-area-inset-bottom))}}@media screen and (min-width:1240px){.header__menu-wrap{border-bottom:1px solid #004fdc;margin:0;max-height:80vh;max-width:none;overflow-x:auto;padding:0 64px}}.header__modal .header__menu-wrap{padding-top:0}.header__menu-wrap.--hide{display:none}.header__menu-wrap.--search{max-width:none!important;text-transform:none}.header__menu-wrap-container{margin:0 auto;max-width:864px}.header__menu-search{background-color:#fff;position:sticky;top:57px;z-index:1}body.dark .header__menu-search{background-color:#101010}@media screen and (min-width:1240px){.header__menu-search{border-top:1px solid #e6e6e6;margin-bottom:15px;top:0;transition:border-top-color .3s ease-in-out}body.dark .header__menu-search{border-color:#1a1a1a}.compact .header__menu-search{border:none}}.header__menu-search-input{border:0;border-bottom:1px solid #e6e6e6;color:#101010;font-family:Inter,sans-serif;font-size:15px;font-size:18px;font-weight:400;letter-spacing:1px;line-height:25px;margin-bottom:20px;padding:18px 16px;text-align:center;transition:.5s ease;width:100%}@media screen and (min-width:1240px){.header__menu-search-input{margin-bottom:0;padding:22px 24px;transition:.3s ease-in-out}}.header__menu-search-input::placeholder{color:#b0b0b0;font-style:italic}.header__menu-search-input:not(:placeholder-shown)~.header__menu-search-icon{display:none}.header__menu-search-input:focus{outline:none}body.dark .header__menu-search-input{background-color:#101010;border-color:#333;color:#fff}body.dark .header__menu-search-input::placeholder{color:#737373}.header__menu-search-icon{background-color:#8c8c8c;left:50%;position:absolute;top:15px;transform:translateX(-70px) scale(.8)}body.dark .header__menu-search-icon{background-color:#b0b0b0}@media screen and (min-width:1240px){.header__menu-top{display:flex;gap:0 80px;justify-content:space-between;margin:0 auto;max-width:1440px}.header__menu-top .header__menu-category .header__menu-category-ul{gap:20px 20px}}@media screen and (min-width:1600px){.header__menu-top .header__menu-category .header__menu-category-ul{gap:20px 49px}}@media screen and (min-width:1240px){.header__menu-top .header__menu-category .header__menu-category-ul .header__menu-category-li-a{border-bottom:4px solid #0c57c8}.header__menu-top .header__menu-category.header__menu-category--news .header__menu-category-ul{justify-content:normal;min-width:280px}}@media screen and (min-width:1550px){.header__menu-top .header__menu-category.header__menu-category--news .header__menu-category-ul{min-width:420px}}@media screen and (min-width:1240px){.header__menu-mid{display:flex;gap:0 38px;margin:0 auto;max-width:1440px}.header__menu-mid .header__menu-category .header__menu-category-ul{gap:8px}.header__menu-mid .header__menu-category .header__menu-category-li{margin-bottom:0}.header__menu-mid .header__menu-category .header__menu-category-li-a{border:1px solid #101010;border-radius:24px;box-sizing:border-box;color:#101010;font-size:11px;font-weight:400;letter-spacing:.65px;line-height:26px;padding:0 16px;text-transform:uppercase;transition:color .3s ease-in-out,border-color .3s ease-in-out!important;white-space:nowrap}.header__menu-mid .header__menu-category .header__menu-category-li-a:hover{border-color:#004fdc!important;color:#004fdc!important;transition:color .3s ease-in-out,border-color .3s ease-in-out!important}body.dark .header__menu-mid .header__menu-category .header__menu-category-li-a{border-color:#fff;color:#fff}}@media screen and (min-width:1240px) and (min-width:1240px){.header__menu-mid .header__menu-category-ul{max-height:76px;overflow:hidden}}@media screen and (min-width:1240px){.header__menu-bot{display:flex;gap:0 80px;margin:0 auto;max-height:0;max-width:1440px;overflow:hidden;transition:max-height .3s ease-in-out}.header__menu-bot.is-shown{max-height:100vh;transition:max-height .3s ease-in-out}.header__menu-bot.is-shown+.--menu-bot .more{display:none}.header__menu-bot.is-shown+.--menu-bot .less{display:block}.header__menu-bot.is-shown+.--menu-bot .icon-caret-down{transform:rotate(270deg);transition:transform .3s ease-in-out}}.header__menu-bot .header__menu-category .header__menu-category-ul{gap:0 24px}@media screen and (min-width:1240px){.header__menu-bot .header__menu-category .header__menu-category-li{margin-bottom:8px}.header__menu-bot .header__menu-category .header__menu-category-li-a{letter-spacing:0;padding-bottom:0;text-transform:none}}.header__menu-category{padding:25px 0}.header__menu-category-h{color:#101010;font-size:15px;font-weight:800;letter-spacing:1px;line-height:25px;margin-bottom:16px}body.dark .header__menu-category-h{color:#b3b3b3}@media screen and (min-width:1240px){.header__menu-category-h{color:#b0b0b0;font-size:11px;font-weight:400;letter-spacing:.65px;letter-spacing:1px;line-height:18px;margin-bottom:8px}}.header__menu-category-ul{display:flex;flex-wrap:wrap}.header__menu-category-li{display:flex;flex:0 0 100%;margin-bottom:16px;max-width:100%;width:100%}@media screen and (min-width:375px){.header__menu-category-li{flex:0 0 50%;max-width:50%}}@media screen and (min-width:1240px){.header__menu-category-li{flex:0 0 auto;margin-bottom:0;max-width:100%;width:auto}}.header__menu-category-li-a{color:#101010;font-size:15px;font-weight:400;letter-spacing:1px;line-height:25px;margin-right:16px;text-decoration:none;word-break:break-word}body.dark .header__menu-category-li-a{color:#fff}@media screen and (min-width:375px) and (max-width:441px){.header__menu-category-li-a{letter-spacing:0}}@media screen and (min-width:1240px){.header__menu-category-li-a{margin-right:0;padding-bottom:3px}}.header__menu-foot{padding:30px 0 130px}@media screen and (min-width:1240px){.header__menu-foot{display:none}}.header__menu-foot-date{color:#101010;font-size:13px;font-weight:300;letter-spacing:1px;line-height:25px;margin-bottom:16px}body.dark .header__menu-foot-date{color:#fff}.header__menu-foot-namesday{color:#b0b0b0;font-size:13px;font-weight:400;letter-spacing:1px;line-height:25px;margin-bottom:16px}.header__menu-foot-switch{color:#101010;font-size:15px;font-weight:400;letter-spacing:1px;line-height:25px}.header__menu-foot-switch a{color:#101010;letter-spacing:2px}@media screen and (min-width:992px){.header__menu-foot-switch a{transition:color .3s ease-in-out}.header__menu-foot-switch a:hover{color:#004fdc!important}}body.dark .header__menu-foot-switch a{color:#fff}.header__menu-foot-switch a:before{color:#e6e6e6;content:"|";padding:0 10px}body.dark .header__menu-foot-switch a:before{color:#4d4d4d}.header__menu-foot-switch span{color:#b3b3b3}body.dark .header__menu-foot-switch span{color:#4d4d4d}.overlay{bottom:0;left:0;position:fixed;right:0;top:0;transition:background-color .2s ease-in-out}.overlay.is-modal-shown,.overlay.is-shown{background-color:rgba(0,0,0,.5);transition:background-color .3s ease-in-out}.overlay.is-modal-shown{z-index:11}.header--redesigned{height:218px;position:fixed;top:0;transform:translateY(0);width:100%;z-index:11}.header--redesigned.compact{height:69px}@media (max-width:1239px){.header--redesigned.compact{height:57px}}.header--redesigned.is-modal-shown,.header--redesigned.is-shown{height:100%!important}@media (max-width:1239px){.header--redesigned{height:128px}}.header__holder--redesigned{height:218px}@media (max-width:1239px){.header__holder--redesigned{height:128px}}.header__holder--redesigned[data-is-article="1"],.header__holder--redesigned[data-is-article="1"]+.header--redesigned{height:94px}@media (max-width:1239px){.header__holder--redesigned[data-is-article="1"],.header__holder--redesigned[data-is-article="1"]+.header--redesigned{height:128px}}.header__modal{background:#fff;bottom:0;height:0;left:0;overflow:hidden;position:absolute;right:0;transition:height .6s;z-index:11}body.dark .header__modal{background:#101010}.header__modal.active{height:75%}.header__modal-head{margin:0 0 25px;padding:25px 0}.header__modal-body{height:calc(100% - 83px);overflow-y:auto;padding-bottom:env(safe-area-inset-bottom)}.header__modal-body::-webkit-scrollbar{display:none}.header__modal-button{background-color:#d9d9d9;border-radius:15px;height:8px;margin:0 auto;width:55px}body.dark .header__modal-button{background-color:#333}.header__modal .lds-ring{height:80px;width:80px}.header__modal .lds-ring div{border:8px solid transparent;border-top-color:#ccc;height:64px;margin:8px;width:64px}.header__modal .articles-feed{box-sizing:border-box;height:100%;overflow-x:hidden;overflow-y:scroll;padding-bottom:calc(30px + env(safe-area-inset-bottom));position:relative}.articles-feed.--profile{height:auto;margin-top:24px;overflow:initial}.articles-feed__h{color:#101010;font-size:36px;font-weight:800;letter-spacing:-.8px;line-height:42px;position:sticky;top:0}@media screen and (max-width:420px){.articles-feed__h{font-size:32px;font-weight:800;letter-spacing:-.6px;line-height:38px}}[data-header] .articles-feed__h{padding:0 16px 8px}@media screen and (max-width:600px){.articles-feed__h{padding:0 16px 8px}}body.dark .articles-feed__h{color:#fff}.articles-feed__switch{display:flex;margin:0 -2px;overflow:hidden;position:static;top:-2px;z-index:2}.header__modal .articles-feed__switch{background-color:#fff;position:sticky}body.dark .header__modal .articles-feed__switch{background-color:#101010}.article-list .articles-feed__switch{padding-bottom:10px}@media screen and (max-width:767px){.article-list .articles-feed__switch{overflow-x:scroll}}.article-list .articles-feed__switch:after{border-bottom:3px solid #101010;content:"";display:block;width:100%}body.dark .article-list .articles-feed__switch:after{border-color:#333}.articles-feed__switch-item{border-bottom:3px solid #101010;color:#101010;cursor:pointer;font-size:15px;font-weight:900;line-height:25px;padding:16px 0;text-align:center;text-transform:uppercase;width:100%}.article-list .articles-feed__switch-item{flex-shrink:0;padding-left:12px;padding-right:12px;width:auto}@media screen and (min-width:1240px){.articles-feed__switch-item{transition:color .15s ease-in-out,border-bottom-color .15s ease-in-out!important}.articles-feed__switch-item:hover{border-color:#004fdc!important;color:#004fdc!important}}body.dark .articles-feed__switch-item{border-color:#333;color:#fff}.header__modal body.dark .articles-feed__switch-item{background-color:#101010}.--profile .articles-feed__switch-item{border-color:#b0b0b0;color:#b0b0b0}.articles-feed__switch-item.active{border-color:#004fdc!important;color:#004fdc!important;position:relative}.articles-feed__switch-item.active:before{background-color:#fff;bottom:-3px;content:"";display:block;height:3px;left:-2px;position:absolute;width:4px}body.dark .articles-feed__switch-item.active:before{background-color:#101010}.articles-feed__switch-item.active:after{background-color:#fff;bottom:-3px;content:"";display:block;height:4px;position:absolute;right:-2px;width:4px}body.dark .articles-feed__switch-item.active:after{background-color:#101010}.articles-feed-items{display:none;flex-direction:column}.articles-feed-items.active{display:block}[data-header] .articles-feed-items.active{background:#fff;position:relative;z-index:1}body.dark [data-header] .articles-feed-items.active{background:#101010}.articles-feed-items-wrap,[data-header] .articles-feed-items-wrap{padding:0 16px}@media screen and (min-width:600px){.articles-feed-items-wrap{padding:0}.--wide-feed .articles-feed-items-wrap{display:flex;flex-direction:row;gap:24px}}.articles-feed__item{display:grid;gap:16px;grid-template-columns:3fr 5fr;margin-top:30px}@media screen and (min-width:600px){.--wide-feed .articles-feed__item{display:flex;flex-direction:column;width:100%}.--wide-feed .articles-feed__item:last-child{display:none}}.articles-feed__item-col{display:flex;flex-direction:column;justify-content:center}@media screen and (min-width:1240px){.articles-feed__item-col:first-child:hover~.articles-feed__item-col .articles-feed__item-h{color:#003799}body.dark .articles-feed__item-col:first-child:hover~.articles-feed__item-col .articles-feed__item-h{color:#1eaeff}}.articles-feed__item-image{height:100%;object-fit:cover;width:100%}.articles-feed__item-image-wrap{aspect-ratio:3/4;overflow:hidden;position:relative}.articles-feed__item-image-badges{bottom:16px;display:flex;position:absolute;right:16px;z-index:1}.articles-feed__item-image-badges-badge{margin-left:16px}.articles-feed__item-h{color:#101010;display:block;font-size:18px;font-weight:800;hyphens:auto;letter-spacing:-.4px;line-height:22px;margin-bottom:5px;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out;word-break:break-word}body.dark .articles-feed__item-h{color:#fff}@media screen and (min-width:1240px){.articles-feed__item-h:hover{color:#003799}body.dark .articles-feed__item-h:hover{color:#1eaeff}}.articles-feed__item-h:before{background-color:#004fdc;content:"";display:block;height:1px;margin:0 0 12px;width:25px}body.dark .articles-feed__item-h:before{background-color:#1167ff}.--wide-feed .articles-feed__item-h:before{display:none}@media screen and (max-width:424px){.articles-feed__item-h.--long{font-size:15px;letter-spacing:-.3px;line-height:18px}}@media screen and (min-width:425px){.hp__side .articles-feed__item-h.--long{font-size:15px;letter-spacing:-.3px;line-height:19px}}.articles-feed__item-published{color:#737373;font-size:13px;font-size:11px;font-weight:400;letter-spacing:1px;line-height:25px;text-transform:uppercase}.articles-feed__button{display:flex;margin:0 -15px}.articles-feed__button .btn{width:100%}.project-switch{display:flex;flex-direction:column;padding:0 16px calc(30px + env(safe-area-inset-bottom));text-align:center}@media screen and (min-width:420px){.project-switch{padding:25px 36px}}@media screen and (min-width:480px){.project-switch{margin:0 auto;max-width:864px;padding:25px 64px}}.project-switch__logo{mask-image-position:center;background-color:#101010;display:block;height:60px;margin:0 auto 20px;-webkit-mask-image:url(/build/images/icon-refresher-news.0a096c9e.svg);mask-image:url(/build/images/icon-refresher-news.0a096c9e.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;width:190px}@media screen and (min-width:1240px){.project-switch__logo{transition:background-color .15s ease-in-out}.project-switch__logo:hover,body.dark .project-switch__logo:hover{background-color:#101010}}body.dark .project-switch__logo{background-color:#fff}.project-switch__h{color:#101010;font-size:18px;font-weight:600;line-height:22px;line-height:33px;margin-bottom:20px}body.dark .project-switch__h{color:#fff}.project-switch__p{color:#101010;font-size:18px;font-weight:400;line-height:22px;line-height:28px;margin-bottom:60px}body.dark .project-switch__p{color:#b3b3b3}.project-switch__checkbox{display:flex;justify-content:center;margin-bottom:30px}.project-switch__button{margin:0 auto;max-width:480px;width:100%}.project-switch__info{color:#101010;font-size:15px;font-weight:400;line-height:25px;margin:30px 0 0}body.dark .project-switch__info{color:#fff}.auth{display:flex;flex-direction:column;margin-top:40px;text-align:center}.auth__h{color:#101010;font-size:36px;font-weight:800;letter-spacing:-.8px;line-height:42px;margin-bottom:30px}.auth__p{color:#101010;font-size:15px;margin-bottom:20px}.auth__methods-p,.auth__p{font-weight:400;line-height:25px}.auth__methods-p{color:#b0b0b0;font-size:13px;font-size:11px;letter-spacing:1px;margin:20px 0;text-transform:uppercase}.auth__consent{color:#101010;font-size:15px;font-weight:400;line-height:25px}.auth__consent a{color:#101010;text-decoration:underline}.profile-crossroad{margin-top:25px;padding:25px 16px 150px;text-align:center}@media screen and (min-width:420px){.profile-crossroad{padding:25px 36px 150px}}@media screen and (min-width:480px){.profile-crossroad{margin:0 auto;max-width:480px;padding:25px 64px 150px}}@media screen and (min-width:1240px){.profile-crossroad{margin:0;overflow-x:auto;padding:0 64px}}.profile-crossroad-wrap{margin-bottom:60px}.profile-crossroad__item{align-items:center;color:#101010;display:flex;font-size:15px;font-weight:400;justify-content:space-between;letter-spacing:2px;line-height:25px;margin-bottom:8px;text-transform:uppercase}body.dark .profile-crossroad__item{color:#fff}.profile-crossroad__item .icon-caret-right{background-color:#101010}body.dark .profile-crossroad__item .icon-caret-right{background-color:#fff}.profile-crossroad__item-chip{background-color:#e7000e;border-radius:50%;color:#fff;font-size:11px;height:16px;letter-spacing:.8px;line-height:16px;margin-left:8px;margin-right:auto;padding:0 4px}.profile-crossroad__profile-image{aspect-ratio:3/4;height:100%;object-fit:cover;width:100%}.profile-crossroad__profile-image-wrap{margin:0 auto 20px;overflow:hidden;width:80px}.profile-crossroad__profile-h{font-size:32px;font-weight:800;letter-spacing:-.6px;line-height:38px;margin-bottom:10px}body.dark .profile-crossroad__profile-h{color:#fff}.profile-crossroad__profile-email{color:#101010;font-size:18px;font-weight:600;line-height:22px;line-height:30px;margin-bottom:20px}body.dark .profile-crossroad__profile-email{color:#fff}.profile-crossroad__profile-value{font-size:13px;letter-spacing:.75px;line-height:22px;margin-bottom:30px;text-transform:uppercase}body.dark .profile-crossroad__profile-value{color:#fff}.profile-crossroad__profile-value .empty{color:#e7000e}.header__dropdown{box-shadow:0 10px 40px rgba(0,0,0,.15);max-height:0;overflow:hidden;position:absolute;right:75px;top:62px;transition:max-height .3s ease-in-out,box-shadow .3s ease-in-out;z-index:2}.compact .header__dropdown{top:48px}body.dark .header__dropdown{box-shadow:0 10px 40px rgba(0,0,0,.8)}.header__dropdown.active,.header__dropdown:hover{max-height:100vh;z-index:3}.header__dropdown[data-menu-dropdown=profile-crossroad]{right:20px}@media screen and (max-width:1239px){.header__dropdown{display:none}}.header__dropdown-wrap{background-color:#fff;border-bottom:1px solid #004fdc;display:flex;flex-direction:column;padding:36px;transition:background-color .3s ease-in-out}body.dark .header__dropdown-wrap{background-color:#101010}.header__dropdown-item{align-self:start;cursor:pointer;display:flex;flex-direction:row;justify-content:center;margin-bottom:20px;text-transform:uppercase;transition:color .3s ease-in-out,background-color .3s ease-in-out!important}body.dark .header__dropdown-item{color:#fff}.header__dropdown-item.active{color:#b0b0b0!important}.header__dropdown-item.active i{background-color:#b0b0b0}.header__dropdown-item.active:hover div{color:inherit}.header__dropdown-item.active:hover i{background-color:#b0b0b0}.header__dropdown-item:hover div{color:#004fdc}.header__dropdown-item:hover div,.header__dropdown-item:hover i{transition:color .3s ease-in-out,background-color .3s ease-in-out!important}.header__dropdown-item:hover i{background-color:#004fdc}.header__dropdown-item:last-child{margin-bottom:0}.header__dropdown-item div{align-self:center;display:flex;flex-shrink:0}.header__dropdown-item i{margin:0 16px 0 0!important}.header__dropdown .profile-crossroad{margin:0;padding:0}.header__dropdown .profile-crossroad-wrap{margin:0}@media screen and (min-width:1240px){body.dark .header__dropdown .profile-crossroad__item:hover{color:#004fdc}}.header__dropdown .profile-crossroad__item:last-child{margin-bottom:0}.search__filter{display:flex;flex-flow:row wrap;margin:-8px -16px;padding:30px 0}.search__filter-label{box-sizing:border-box;color:#b0b0b0;flex:0 0 100%;font-size:11px;font-weight:300;letter-spacing:.65px;line-height:18px;padding:8px 16px;text-transform:uppercase}body.dark .search__filter-label{color:#b0b0b0}.search__filter-switch{box-sizing:border-box;padding:8px 16px}.search__form{padding:30px 0 0}.search__form-label{color:#b0b0b0;display:block;font-size:11px;font-weight:300;letter-spacing:.65px;line-height:18px;margin:0 0 16px;text-transform:uppercase}body.dark .search__form-label{color:#b0b0b0}.search__form-input{appearance:none;background-color:#fff;border:1px solid #e6e6e6;box-sizing:border-box;color:#101010;display:block;font-size:18px;font-weight:300;line-height:22px;padding:16px 24px;width:100%}body.dark .search__form-input{background-color:#101010;border-color:#333;color:#fff}.search__form-input::placeholder{color:#b0b0b0;font-size:18px;font-style:italic;font-weight:300;line-height:22px}body.dark .search__form-input::placeholder{color:#b0b0b0}.search{background-color:#fff;padding-bottom:1px;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}body.dark .search{background-color:#101010}.search__latest-articles,.search__most-read-articles{margin:75px 0}.search__latest-articles .articles-feed__h,.search__most-read-articles .articles-feed__h{position:static}.search__content.--loading{min-height:128px;position:relative}.search__content.--loading:after{animation:search-loading 1s linear infinite;border:6px solid #b0b0b0;border-radius:50%;border-top-color:#fff;box-sizing:border-box;content:"";height:64px;left:calc(50% - 32px);position:absolute;top:calc(50% - 32px);width:64px;z-index:2}@-moz-keyframes search-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-webkit-keyframes search-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@-o-keyframes search-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes search-loading{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.search__movie{box-sizing:border-box;color:#101010;cursor:pointer;display:flex;flex:0 0 33.333%;flex-flow:row nowrap;padding:10px}body.dark .search__movie{color:#fff}@media screen and (min-width:1240px){.search__movie:hover{color:#003799}body.dark .search__movie:hover{color:#1eaeff}}.search__movie-image{border-radius:3px;flex:0 0 40px;height:60px;width:40px}.search__movie-info{align-items:flex-start;display:flex;flex:1 1;flex-flow:column nowrap;justify-content:center;padding-left:10px}.search__movie-info-title{font-size:15px;font-weight:700;line-height:20px;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}.search__movie-info-title-rating{background-color:#30ba00;border-radius:10px;color:#fff;display:inline-block;font-size:12px;line-height:20px;padding:0 6px;vertical-align:top}body.dark .search__movie-info-title-rating{background-color:#30ba00;color:#fff}.search__movie-info-year{color:#b0b0b0;font-size:15px;line-height:20px}body.dark .search__movie-info-year{color:#b0b0b0}.search__section{margin:0 0 60px}.search__section.--exclude{display:none}.search__section-title{color:#101010;font-size:21px;font-weight:800;letter-spacing:-.3px;line-height:120%;margin:30px 0 0;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}body.dark .search__section-title{color:#fff}.search__section-subtitle{color:#b0b0b0;margin:20px 0 0;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}body.dark .search__section-subtitle{color:#b0b0b0}.search__section-label{color:#b0b0b0;font-size:11px;font-weight:300;letter-spacing:.65px;line-height:18px;margin:30px 0 20px;text-transform:uppercase}body.dark .search__section-label{color:#b0b0b0}.search__section-content{margin:20px 0}.search__section-content .articles-feed__item{grid-template-columns:128px 1fr}.search__section[data-type=articles] .search__section-content{margin-top:-10px}.search__section-content.--movie{display:flex;flex-flow:row wrap;margin:-10px}.search__section-content.--topics{display:flex;flex-flow:row wrap;margin:-4px}.search__section-content.--user{display:flex;flex-flow:row wrap;margin:-10px}.search__section-topic{border:1px solid #101010;border-radius:24px;box-sizing:border-box;color:#101010;font-size:11px;font-weight:400;letter-spacing:.65px;line-height:26px;margin:4px;padding:0 16px;text-transform:uppercase;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out;white-space:nowrap}body.dark .search__section-topic{border-color:#fff}@media screen and (min-width:1240px){.search__section-topic:hover{border-color:#003799}body.dark .search__section-topic:hover{border-color:#1eaeff}}body.dark .search__section-topic{color:#fff}@media screen and (min-width:1240px){.search__section-topic:hover{color:#003799}body.dark .search__section-topic:hover{color:#1eaeff}}.search__section-button{margin-top:20px;width:100%}.search__user{box-sizing:border-box;display:grid;flex:1 1 50%;grid-template-areas:"image head";grid-template-columns:116px 1fr;padding:10px}.search__user-image{grid-area:image;padding-right:16px}.search__user-image img{display:block;height:auto;width:100%}.search__user-head{display:flex;flex-flow:column nowrap;justify-content:space-between}.search__user-head-name{color:#101010;font-size:21px;font-weight:800;letter-spacing:-.3px;line-height:120%;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}body.dark .search__user-head-name{color:#fff}@media screen and (min-width:1240px){.search__user-head-name:hover{color:#003799}body.dark .search__user-head-name:hover{color:#1eaeff}}.search__user-head-position{color:#737373;font-size:15px;font-weight:300;line-height:25px;text-transform:lowercase;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}body.dark .search__user-head-position{color:#8c8c8c}.search__user-head-more{align-items:center;color:#004fdc;display:flex;flex-flow:row nowrap;font-size:13px;font-weight:300;letter-spacing:1px;letter-spacing:.75px;line-height:25px;text-transform:uppercase;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out}body.dark .search__user-head-more{color:#1167ff}@media screen and (min-width:1240px){.search__user-head-more:hover{color:#003799}body.dark .search__user-head-more:hover{color:#1eaeff}}.search__user-head-more:after{background-color:#004fdc}body.dark .search__user-head-more:after{background-color:#1167ff}@media screen and (min-width:1240px){.search__user-head-more:hover:after{background-color:#003799}body.dark .search__user-head-more:hover:after{background-color:#1eaeff}}.search__user-head-more:after{mask-image-position:center;content:"";display:block;height:10px;margin-left:8px;-webkit-mask-image:url(/build/images/icon-caret-right.ba071f7d.svg);mask-image:url(/build/images/icon-caret-right.ba071f7d.svg);-webkit-mask-position:center;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;mask-size:contain;-webkit-mask-size:contain;transition-duration:.3s;transition-property:color,background-color,border-color;transition-timing-function:ease-in-out;width:10px}