:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error);--toastify-color-progress-bgo:0.2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translateZ(var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:auto}}.Toastify__toast{--y:0;position:relative;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px rgba(0,0,0,.1);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;flex:1 1 auto;padding:6px;display:flex;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;flex:1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:auto;transform-origin:right;border-bottom-left-radius:0;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.AdPopup_wrapper__6D5t_{position:fixed;inset:0;z-index:100;background-color:rgba(0,0,0,.333);display:flex;align-items:center;justify-content:center}.AdPopup_popup__9x0hq{position:relative;max-height:90vh;max-width:1200px;overflow:hidden}.AdPopup_popup__9x0hq.AdPopup_img__FnSLK img{width:-moz-max-content;width:max-content;height:auto;max-height:90vh}.AdPopup_popup__9x0hq .AdPopup_close__g1eJ6{position:absolute;display:flex;align-items:center;justify-content:center;top:10px;right:10px;cursor:pointer}.AdPopup_popup__9x0hq .AdPopup_close__g1eJ6 svg{flex-shrink:0}@font-face{font-family:__Inter_31b594;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/55c55f0601d81cf3-s.p.woff2) format("woff2");unicode-range:u+0460-052f,u+1c80-1c8a,u+20b4,u+2de0-2dff,u+a640-a69f,u+fe2e-fe2f}@font-face{font-family:__Inter_31b594;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/26a46d62cd723877-s.p.woff2) format("woff2");unicode-range:u+0301,u+0400-045f,u+0490-0491,u+04b0-04b1,u+2116}@font-face{font-family:__Inter_31b594;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/97e0cb1ae144a2a9-s.woff2) format("woff2");unicode-range:u+1f??}@font-face{font-family:__Inter_31b594;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/581909926a08bbc8-s.woff2) format("woff2");unicode-range:u+0370-0377,u+037a-037f,u+0384-038a,u+038c,u+038e-03a1,u+03a3-03ff}@font-face{font-family:__Inter_31b594;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/df0a9ae256c0569c-s.woff2) format("woff2");unicode-range:u+0102-0103,u+0110-0111,u+0128-0129,u+0168-0169,u+01a0-01a1,u+01af-01b0,u+0300-0301,u+0303-0304,u+0308-0309,u+0323,u+0329,u+1ea0-1ef9,u+20ab}@font-face{font-family:__Inter_31b594;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/8e9860b6e62d6359-s.p.woff2) format("woff2");unicode-range:u+0100-02ba,u+02bd-02c5,u+02c7-02cc,u+02ce-02d7,u+02dd-02ff,u+0304,u+0308,u+0329,u+1d00-1dbf,u+1e00-1e9f,u+1ef2-1eff,u+2020,u+20a0-20ab,u+20ad-20c0,u+2113,u+2c60-2c7f,u+a720-a7ff}@font-face{font-family:__Inter_31b594;font-style:normal;font-weight:100 900;font-display:swap;src:url(/_next/static/media/e4af272ccee01ff0-s.p.woff2) format("woff2");unicode-range:u+00??,u+0131,u+0152-0153,u+02bb-02bc,u+02c6,u+02da,u+02dc,u+0304,u+0308,u+0329,u+2000-206f,u+20ac,u+2122,u+2191,u+2193,u+2212,u+2215,u+feff,u+fffd}@font-face{font-family:__Inter_Fallback_31b594;src:local("Arial");ascent-override:90.49%;descent-override:22.56%;line-gap-override:0.00%;size-adjust:107.06%}.__className_31b594{font-family:__Inter_31b594,__Inter_Fallback_31b594;font-style:normal}@import"https://use.typekit.net/lsl4ejc.css";table{border-collapse:collapse;border-spacing:0}*{box-sizing:border-box}.cf:after,.cf:before{content:" ";display:table}.cf:after{clear:both}.cf{*zoom:1}.pointer{cursor:pointer}@keyframes shine{0%{-webkit-mask-position:150%}to{-webkit-mask-position:-50%}}.user-card{background:#fff;padding:1px 0}.user-card time{display:block}@media only screen and (min-width:992px){.user-card{padding:15px}.user-card .post-author{width:100%}.user-card .post-author .post-author-info{margin-left:0!important}.user-card .post-author .link-user{width:100%}.user-card .post-author img{margin:0 auto;display:block}.user-card .tags span{margin:0 0 .5rem}.user-card .tags span:last-child{margin-bottom:0}.user-card time{margin-bottom:1rem}}.recommended-wrapper--slick,.slick-slider,.slick-track{border-radius:15px}.font-weight-bold{font-weight:600}.text-orange{color:#f08559}html{position:relative;min-height:100%;overflow-x:hidden}body{background-color:#fff;min-height:100vh;height:auto;--background-color:#fff}body:has(.darkmode){background-color:#021e2f;--background-color:#021e2f}body.info-bar .page-layout-wrapper{padding-top:110px}@media(max-width:992px){body.info-bar .page-layout-wrapper{padding-top:calc(60px + 48px + 10px)}}.white-space-no-wrap{white-space:nowrap!important}.page-layout-wrapper{padding-top:110px;min-height:calc(100vh - 110px - 40px)}@media(max-width:992px){.page-layout-wrapper{padding-top:calc(60px + 10px)}}ul{list-style:none;padding-left:0}.col,.col-1,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,.col-16,.col-17,.col-18,.col-19,.col-2,.col-20,.col-21,.col-22,.col-23,.col-24,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-13,.col-lg-14,.col-lg-15,.col-lg-16,.col-lg-17,.col-lg-18,.col-lg-19,.col-lg-2,.col-lg-20,.col-lg-21,.col-lg-22,.col-lg-23,.col-lg-24,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-13,.col-md-14,.col-md-15,.col-md-16,.col-md-17,.col-md-18,.col-md-19,.col-md-2,.col-md-20,.col-md-21,.col-md-22,.col-md-23,.col-md-24,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-13,.col-sm-14,.col-sm-15,.col-sm-16,.col-sm-17,.col-sm-18,.col-sm-19,.col-sm-2,.col-sm-20,.col-sm-21,.col-sm-22,.col-sm-23,.col-sm-24,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-13,.col-xl-14,.col-xl-15,.col-xl-16,.col-xl-17,.col-xl-18,.col-xl-19,.col-xl-2,.col-xl-20,.col-xl-21,.col-xl-22,.col-xl-23,.col-xl-24,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-right:10px;padding-left:10px}a{text-decoration:none}a,a:hover{color:unset}.link{text-decoration:underline}.link-color{color:#f08559}@keyframes pulse{0%{transform:scale(.9);opacity:.7}50%{transform:scale(1);opacity:1}to{transform:scale(.9);opacity:.7}}.cmplazypreviewiframe{max-width:100%}[class*=embed-container-][class*=-responsive] iframe{width:100%}.embed-container-responsive:has(iframe[data-cmp-activated]){position:relative;overflow:hidden;width:100%!important;padding-top:100%!important}.embed-container-responsive iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%!important;height:100%!important}.embed-container-youtube-responsive:has(iframe[data-cmp-activated]){position:relative;overflow:hidden;width:100%!important;padding-top:56.25%!important}.embed-container-youtube-responsive iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%!important;height:100%!important}.embed-container-linkedin-responsive:has(iframe[data-cmp-activated]){position:relative;overflow:hidden;width:100%!important;padding-top:100%!important}.embed-container-linkedin-responsive iframe{position:absolute;top:0;left:0;bottom:0;right:0;width:100%!important;height:100%!important}.embed-container-facebook-responsive:has(iframe[data-cmp-activated]){display:block;text-align:center}.embed-container-facebook-responsive iframe{margin:auto;display:block;overflow:hidden;min-height:490px}.horizontal-video iframe{height:100%!important;width:auto!important}.horizontal-video .embed-responsive{padding-top:55%!important}@media(max-width:1400px){.horizontal-video .embed-responsive{padding-top:75%!important}}@media(max-width:1200px){.horizontal-video .embed-responsive{padding-top:75%!important}}@media(max-width:992px){.horizontal-video .embed-responsive{padding-top:80%!important}}@media(max-width:768px){.horizontal-video .embed-responsive{padding-top:110%!important}}@media(max-width:576px){.horizontal-video .embed-responsive{padding-top:150%!important}}.fb-video{margin:20px 0;width:100%;display:flex!important;justify-content:center}.layout__info-bar-bottom{position:fixed;bottom:0;width:100%;z-index:45}:root{--premium-900:#015c92;--premium-700:#2d82b5;--premium-500:#53a7d8;--premium-200:#83c2fe;--premium-100:#bbdeff;--orange-900:#ff7c02;--orange-700:#f18200;--orange-500:#f88d2a;--orange-200:#ffa959;--orange-100:#fddbbc}a,button{cursor:pointer}a.link-white{color:#fff}a.link-user{font-weight:700}.underline-link{text-decoration:underline}.link,.underline-link-none,.underline-link-none:hover{text-decoration:none}.link{cursor:pointer!important}.link:hover{text-decoration:underline}.ti-bg-pblue-900{background-color:#015c92!important}.ti-bg-pblue-700{background-color:#2d82b5!important}.ti-bg-pblue-500{background-color:#53a7d8!important}.ti-bg-pblue-200{background-color:#83c2fe!important}.ti-bg-pblue-100{background-color:#bbdeff!important}.ti-border-pblue-900{border-color:#015c92!important}.ti-border-pblue-700{border-color:#2d82b5!important}.ti-border-pblue-500{border-color:#53a7d8!important}.ti-border-pblue-200{border-color:#83c2fe!important}.ti-border-pblue-100{border-color:#bbdeff!important}.ti-text-pblue-900{color:#015c92!important}.ti-text-pblue-700{color:#2d82b5!important}.ti-text-pblue-500{color:#53a7d8!important}.ti-text-pblue-200{color:#83c2fe!important}.ti-text-pblue-100{color:#bbdeff!important}.ti-d-absolute{position:absolute!important}.ti-d-fixed{position:fixed!important}.ti-d-relative{position:relative!important}.ti-d-static{position:static!important}.ti-d-sticky{position:sticky!important}.fade-out-gradient{-webkit-mask-image:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.3)),to(transparent))}.premium-gradient{background:linear-gradient(130.68deg,#fff 34.95%,rgba(255,247,235,0) 70.8%,rgba(255,191,94,.15) 96.09%)}.darkmode{background-color:#021e2f;--background-color:#021e2f}.darkmode,.darkmode .lang-selector{color:#fff}.darkmode .promoted-wrapper{background-color:#20405f}.darkmode .promoted-wrapper .promoted-article_title{color:#e2e2e2!important}.darkmode .promoted-wrapper.pl{border-color:#3076d6!important}.darkmode .menu-list .menu-item.active{background-color:#015c92;color:#fff}.darkmode .menu-list .menu-item.active:hover{background-color:#2d82b5}.darkmode .article-intro-view_text,.darkmode .section-title{color:#e2e2e2}.darkmode .author-arrow{color:#f08559}.darkmode .author-section_wrapper{background-color:#20405f}.darkmode .author-section_wrapper .name{color:#e2e2e2}.darkmode .author-top-card{background-color:#20405f}.darkmode .author-normal-card{background-color:#20405f;color:#e2e2e2}.darkmode .newsletter-divider .email-form{border:1px solid #aeb5bd!important}.darkmode .newsletter-divider .email-form,.darkmode .newsletter-divider .email-input{background-color:#737373!important}.darkmode .newsletter-divider .email-form ::-moz-placeholder,.darkmode .newsletter-divider .email-input ::-moz-placeholder{color:#e2e2e2!important}.darkmode .newsletter-divider .email-form ::placeholder,.darkmode .newsletter-divider .email-input ::placeholder{color:#e2e2e2!important}.darkmode .recommended-wrapper--slick{background-color:#021e2f;border-radius:15px}.darkmode .recommended-wrapper--slick .slick-list,.darkmode .recommended-wrapper--slick .slick-slider{background-color:#20405f;border-radius:15px}.darkmode .recommended-wrapper--slick .recommended-article{border-color:transparent}.darkmode .recommended-wrapper--slick .slick-dots li button{background-color:#c3c7ca!important;transition:background-color .4s}.darkmode .author-intro-colorscheme-main .author-info_name{color:#ffa959!important}.darkmode .author-intro-colorscheme-recommended .author-info_name{color:#f88d2a!important;white-space:break-spaces!important}.darkmode .author-intro-colorscheme-recommended .author-info_caption,.darkmode .author-intro-colorscheme-recommended .author_date{color:#fff!important;white-space:break-spaces!important}.darkmode .authors-page-intro,.darkmode .authors-top-grid{color:#e2e2e2!important}.darkmode .authors-wrapper{background-color:#021e2f;color:#e2e2e2!important}.darkmode .authors-wrapper button{color:#e2e2e2!important}.darkmode .authors-section_info .name,.darkmode .authors-wrapper .active{color:#f08559!important}.darkmode .authors-section_info .caption{color:#e2e2e2!important}.darkmode .custom-container,.darkmode .regulations{color:#fff!important}.darkmode .custom-container span,.darkmode .regulations span{color:#e2e2e2!important}.darkmode .custom-container a,.darkmode .regulations a{color:#f08559}.darkmode .register-btn{color:#e2e2e2!important}.darkmode .contact-head{background-color:#20405f!important}.darkmode .contact-info{color:#e2e2e2!important}.darkmode .recommended-article{border-color:#c3c7ca}.darkmode .recommended-article,.darkmode .recommended-article .author-intro-wrapper{background-color:#20405f!important;color:#e2e2e2}.darkmode .recommended-article .author-info_name{color:#f08559}.darkmode .recommended-article .author-info_caption{color:#e2e2e2}@media(max-width:992px){.darkmode .article-cover .author-intro-wrapper{background-color:#20405f!important}.darkmode .article-cover .author-intro-wrapper .author_date{background:#20405f!important;color:#fff}.darkmode .article-cover .author-intro-wrapper .author-info_caption{color:#e7e8ee!important}.darkmode .author-intro-colorscheme-standard .author-info_name{color:#f88d2a!important}.darkmode .lang-selector{background-color:transparent}}.darkmode .popup div{background-color:#20405f!important;border-color:#f08559;color:#e2e2e2!important}.darkmode .popup-close{color:#e2e2e2}.darkmode article p strong{font-weight:800}.darkmode .article-content__subtitle,.darkmode .article-content__title{color:#fff}.darkmode .article-content__reading-time,.darkmode .article-content__subtitle a{color:#f88d2a}.darkmode .article-content__share{color:#fff!important}.darkmode .article-content__share span{border-color:#fff!important}.darkmode .article-content__percentage{color:#fff;text-shadow:0 0 10px #021e2f}.darkmode .article-content table,.darkmode .article-content table tr:first-child td,.darkmode .article-content table tr:first-child th{background-color:#20405f}.darkmode .article-content table td,.darkmode .article-content table tr{background-color:#021e2f;border-color:#e2e2e2;color:#e2e2e2}.darkmode .article-content .author_date{color:#fff!important;border-color:#fff!important}.darkmode .article-content .author-info_name{color:#f88d2a!important}.darkmode .article-content .author-info_caption{color:#e2e2e2!important}.darkmode .article-content__body{color:#fff!important}.darkmode .article-content__body .redaction{background-color:#20405f}.darkmode .article-content__body code{color:#fff}.darkmode .article-content__body a{color:#f88d2a}.darkmode .article-content__body.protected{text-shadow:2px 0 5px hsla(0,0%,100%,.5),0 2px 5px hsla(0,0%,100%,.5),-2px 0 5px hsla(0,0%,100%,.5),0 -2px 5px rgba(218,171,96,.5)}.darkmode .article-content__body.protected:before{box-shadow:inset 0 0 5px 30px #021e2f!important}.darkmode .article-content .for-logged_wrapper{background-color:#20405f}.darkmode .article-content .comments_share-title,.darkmode .article-content .comments_title,.darkmode .article-content .for-logged_wrapper .addnotation,.darkmode .article-content__speech-button{color:#fff!important}.darkmode .article-content .add-comment_form_input{background-color:transparent;color:#fff!important;border-color:#fff}.darkmode .article-content .add-comment_profile{color:#fff}.darkmode .article-content .add-comment_profile a{color:#f88d2a}.darkmode .article-content .comment_content{color:#e2e2e2!important}.darkmode .article-content .comment_content__authorName{color:#fff}.darkmode .article-content .comment_content__answers,.darkmode .article-content .comment_footer .btn{color:#e2e2e2!important}.darkmode .article-content_protected-banner{background-color:#f18200}.darkmode .magazine-title-section-de,.darkmode .magazine-title-section-lt,.darkmode .magazine-title-section-pl{background-image:url(/static/magazine/background-darkmode.webp);border-bottom:1px solid #395778}.darkmode .magazine-icons-list-item,.darkmode .magazine-title-header{color:#e2e2e2}.darkmode .magazine-footer-section,.darkmode .magazine-section{background-color:#021e2f}.darkmode .magazine-footer-section.bg-alt,.darkmode .magazine-section.bg-alt{border-top:2px solid #f08559;background-color:#20405f}.darkmode .magazine-footer-section-title,.darkmode .magazine-section-title{background-color:#20405f;color:#fff}.darkmode .magazine-footer-section-title.alt,.darkmode .magazine-section-title.alt{background-color:#f08559;color:#fff;border:none}.darkmode .magazine-box__distinct{background-color:#f08559}.darkmode .magazine-box__distinct h2,.darkmode .magazine-box__distinct p{color:#fff}.darkmode .magazine-box__distinct button{background-color:#395778}.darkmode .magazine-box__normal{background-color:#c3c7ca}.darkmode .magazine-box__normal h2,.darkmode .magazine-box__normal p{color:#737373}.darkmode .magazine-box__normal button{background-color:#f08559}.darkmode .magazine-contact{background-color:#c3c6c9}.darkmode .magazine-contact .text-orange{color:#395778;font-weight:800}.darkmode .magazine-contact-person{background-color:#b2b7bd}.darkmode .magazine-contact-divider{border-color:#737373}.darkmode .magazine-contact-form input,.darkmode .magazine-contact-form textarea{background-color:#aeb5bd;color:#000}.darkmode .magazine-footer{background-color:#395778;color:#e2e2e2}.darkmode .webinar-header-info{color:#e2e2e2}.darkmode .webinar-header-hero{background-color:#20405f;border:2px solid #f08559}.darkmode .webinar-header-hero h3,.darkmode .webinar-header-hero h4,.darkmode .webinar-header-hero p{color:#e2e2e2}.darkmode .webinar-header-hero a,.darkmode .webinar-header-hero h2{color:#f08559}.darkmode .webinar-header-hero button{background:linear-gradient(90deg,#ec8054,#ba4c20)}.darkmode .webinar-header-hero-people-presenter p{color:#f08559}.darkmode .webinar-header-hero-gradient-date{color:#fff}.darkmode .webinar-numbers-title{color:#e2e2e2;background-color:#20405f}.darkmode .webinar-numbers-bg{background-color:#20405f}.darkmode .webinar-numbers .counter-webinar{box-shadow:none;background-color:#021e2f}.darkmode .webinar-numbers .counter-webinar h3{color:#e2e2e2}.darkmode .webinar-list-title{border:none}.darkmode .webinar-list-box{background-color:#20405f;border:none}.darkmode .webinar-list-box h3{color:#f08559}.darkmode .webinar-list-box p{color:#e2e2e2}.darkmode .webinar-list-box .webinar-button{background:linear-gradient(90deg,#ec8054,#ba4c20)}.darkmode .webinar-contact-bg{background-color:#20405f}.darkmode .webinar-contact-info{color:#e2e2e2;background-color:#021e2f;border-color:#20405f}.darkmode .webinar-footer-section{background-color:#20405f}.darkmode .newsletter-form{background-color:#395778}.darkmode .newsletter-form h3,.darkmode .newsletter-form p{color:#e2e2e2}.darkmode .newsletter-form input{background-color:#aeb5bd;color:#e2e2e2}.darkmode div.profile-side{background-color:#20405f}.darkmode div.profile-side div.profile-user-menu div.user-menu_dropdown-item{color:#fff}.darkmode label.input-group.checkbox.normal div.checkbox-custom{border-color:#fff}.darkmode label.input-group.checkbox.normal div.checkbox-custom svg.tick{color:#f88d2a}.darkmode .profile-user-menu,.darkmode .user-profile-item{color:#fff!important}.darkmode .user-tile-data div.section-title{background-color:#20405f}.darkmode .user-tile-data .input{border-color:#646464;background-color:#aeb5bd;color:#000}body .wp-caption{text-align:center}body .wp-caption .wp-caption-text{font-size:12pt;font-style:italic;margin-top:.5em;margin-bottom:.5em}body .wp-caption img{width:auto;margin-left:auto;margin-right:auto}body .wp-caption.alignnone{display:inline-block}body .wp-caption.alignleft{float:left;margin-right:1rem}body .wp-caption.alignright{float:right;margin-left:1rem}body .wp-caption.aligncenter{display:block;margin-left:auto;margin-right:auto}body :not(.wp-caption)>img[class*=wp-image-].alignnone{display:inline-block}body :not(.wp-caption)>img[class*=wp-image-].alignleft{width:auto;float:left;margin-right:1rem}body :not(.wp-caption)>img[class*=wp-image-].alignright{width:auto;float:right;margin-left:1rem}body :not(.wp-caption)>img[class*=wp-image-].aligncenter{width:auto;display:block;margin-left:auto;margin-right:auto}.container-auth{margin:0;padding:0;width:100%}@media(min-width:576px){.container-auth{padding:0}}@media(min-width:768px){.container-auth{padding:0}}@media(min-width:992px){.container-auth{width:660px;max-width:660px;margin:0 auto;padding:35px 0}}@media(min-width:1200px){.container-auth{width:740px;max-width:740px;margin:0 auto;padding:40px 0}}@media(min-width:1400px){.container-auth{width:800px;max-width:800px;margin:0 auto;padding:45px 0}}.checkbox{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0;font:inherit;border:1px solid;transform:translateY(-.075em);display:grid;place-content:center;width:1.5rem;height:1.5rem;border-radius:5px;transition:background-color .24s ease-in-out}.checkbox:before{content:"";width:1em;height:1em;clip-path:polygon(14% 44%,0 65%,50% 100%,100% 16%,80% 0,43% 62%);transform:scale(0);transform-origin:bottom left;transition:transform .18s ease-in-out;box-shadow:inset 1em 1em var(--form-control-color);background-color:#fff}.checkbox:checked{background-color:#002d48}.checkbox:checked:before{transform:scale(1)}.checkbox:disabled{--form-control-color:var(--form-control-disabled);color:var(--form-control-disabled);cursor:not-allowed}.checkbox:not(:disabled){cursor:pointer}.radio{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-color:transparent;margin:0;font:inherit;border:1px solid;transform:translateY(-.075em);display:grid;place-content:center;width:1.25rem;height:1.25rem;border-radius:50%;transition:background-color .24s ease-in-out}.radio:before{content:"";width:1em;height:1em;border-radius:50%;transform:scale(0);transform-origin:center;transition:transform .18s ease-in-out;box-shadow:inset .5em .5em var(--form-control-color);background-color:currentColor}.radio:checked:before{transform:scale(1)}.radio:disabled{--form-control-color:var(--form-control-disabled);color:var(--form-control-disabled);cursor:not-allowed}.radio:not(:disabled){cursor:pointer}.contact-head{display:flex;justify-content:space-between;flex-direction:row;background-color:#5d7697}.contact-head p{font-size:19px}.contact-head_text{color:#fff;padding:3.8vw 20px 3.8vw 40px;position:relative;text-shadow:0 0 3px rgba(0,0,0,.5);width:400px}.contact-head_image{width:calc(100% - 300px);background-image:url(/_next/static/media/contact.786a73e0.webp);background-position:50% 10%;background-size:cover;background-repeat:no-repeat;transform:scale(90%)}.contact__tooltip.show{max-width:500px;opacity:1!important}.contact-info-text{display:none}@media only screen and (min-width:768px){.contact-info-text{display:block}}@media(max-width:1400px){.contact-head_text{padding:20px;width:320px}.contact-head_image{width:100%;background-image:url(/_next/static/media/contact.786a73e0.webp);background-position:50%;background-size:cover;background-repeat:no-repeat}}@media(max-width:1200px){.contact-head{flex-direction:column}.contact-head_text{padding:20px;width:100%}.contact-head_image{width:100%;height:300px;background-image:url(/_next/static/media/contact.786a73e0.webp);background-position:top;background-size:cover;background-repeat:no-repeat}}.no-padding-x{padding-left:0!important;padding-right:0!important}.authors-top-grid{display:grid;grid-template-columns:repeat(5,1fr);grid-gap:20px}.authors-wrapper{background:#f5f5f5}.authors-wrapper__sort{display:flex;margin-top:20px;align-items:center}.authors-wrapper__sort_btns{margin-left:5px}.authors-wrapper__sort_btns button{background:none;padding:0 5px;border:none;margin:0 5px}.authors-wrapper__sort_btns button.active{font-weight:600;text-decoration:underline}.authors-wrapper__sort_selector{width:200px;margin-left:10px}@media(max-width:1200px){.authors-top-grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:992px){.authors-top-grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.authors-top-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:576px){.authors-top-grid{grid-template-columns:1fr}}.author-page .author-header{background:url(/static/authorBg.png);background-size:cover;padding:56px 0;color:#fff;font-size:17px}.author-page .author-header .author-name{display:flex;flex-direction:row;align-items:center}.author-page .author-header .author-name_text{margin-left:25px}.author-page .author-header .author-name_text p{margin-bottom:0}.author-page .author-header .author-name_text .name{font-size:29px;font-weight:600}.author-page .author-header .author-desc{margin-top:25px;margin-bottom:25px}.author-page .author-header .author-footer{display:flex;flex-direction:row;align-items:center}.author-page .author-header .author-footer_socials{margin-right:40px;display:flex;flex-direction:row}.author-page .author-header .author-footer_socials .circle{margin-right:5px}.author-page .author-header .author-footer_socials a:hover{color:unset}.author-page .author-header .author-footer_arts{color:#fff;margin-right:40px}.author-page .author-header .author-footer_arts .paper-icon{transform:rotate(180deg) scaleX(-1);color:#fff;margin-right:15px;display:inline-block}.author-page .author-header .author-footer_date{color:#b8b8b8}.author-page .circle{border-radius:10000px;padding:2px;width:50px;height:50px;display:flex;justify-content:center;align-items:center;background-color:#f3f3f3;color:#015c92}.author-page .social.color{color:#53a7d8;background:#bbdeff}.author-page .social.color.facebook{background:#3b5998}.author-page .social.color.linkedin{background:#007bb5}.author-page .social.color.twitter{background:#55acee}.author-page .social.color.www{background:#4a4a4d}.author-page .social.color.xing{background:#126567}.author-page .social.color.whatsapp{background:#25d366}.author-page .social.color.messenger{background:#0084ff}.author-page .social.color.viber{background:#59267c}.author-page .social.color.telegram{background:#08c}.author-page .social.color.vk{background:#45668e}@media(max-width:768px){.author-page .author-header .author-footer{flex-direction:column;justify-content:center}.author-page .author-header .author-footer_socials{margin-right:0}.author-page .author-header .author-footer_arts{margin-right:0;margin-top:10px;margin-bottom:10px}}.tag-header{text-align:center;margin:80px 0 60px}.tag-header p{margin:0}.tag-header_intro{font-size:17px}.tag-header_title{font-size:29px;font-weight:600}.newsletter-link{color:#d14900}.newsletter-page_header{display:flex;min-height:580px;background:url(/static/newsletter/bg.jpg);background-size:cover;align-items:center;height:calc(100vh - 95px)}.newsletter-page_cover{position:relative}.newsletter-page_cover .image{position:absolute}.newsletter-page_cover .image--1{right:calc(50px + -100px);z-index:2;top:40px}.newsletter-page_cover .image--2{right:calc(230px + -100px);z-index:3}.newsletter-page_cover .image--3{right:calc(160px + -100px);z-index:1;top:10px}.newsletter-page_form{color:#fff}.newsletter-page_form--header{margin:0;font-size:25px;font-weight:600}.newsletter-page_form--description{font-size:21px}@media(max-width:992px){.newsletter-page_cover{transform:scale(.8)}.newsletter-page_cover .image--1{right:-100px}.newsletter-page_cover .image--2{right:80px}.newsletter-page_cover .image--3{right:10px}}@media(max-width:768px){.newsletter-page_header{height:auto}.newsletter-page_cover{transform:scale(.5)}.newsletter-page_cover .image--1{right:-160px}.newsletter-page_cover .image--2{right:-110px}.newsletter-page_cover .image--3{right:-130px}}@media(max-width:576px){.newsletter-page_header{min-height:700px;height:auto}.newsletter-page_cover{transform:unset;display:none}.newsletter-page_cover .image{transform:scale(.9)}.newsletter-page_cover .image--1{right:0}.newsletter-page_cover .image--2{right:50px}.newsletter-page_cover .image--3{right:30px}}.policy{font-weight:600;font-size:22px;text-transform:uppercase}.policy ol{font-weight:300;padding-left:2px;font-size:15px;text-transform:none}.policy ol li{margin-left:18px;padding-left:2px;margin-bottom:7px;line-height:1.3}.policy ol li:empty,.policy ol:empty{display:none}.policy a{color:#d14900}.policy-regular-font{font-weight:300;font-size:15px;text-transform:none}.policy-bold-underline-font{font-weight:600;font-size:15px;text-transform:none;text-decoration:underline}.policy-bullet-list{list-style:circle}.policy-cookie-link{color:#d14900;text-align:center}.new-policy{margin-bottom:100px}.new-policy h3{font-size:22px;font-weight:600}.new-policy p{margin-left:18px}.new-policy li,.new-policy p{font-size:15px;font-weight:300}.new-policy li{margin-left:36px}.new-policy ul{list-style:inside}.new-policy a{color:#f08559}.new-policy .divider{border-top:1px solid #000;width:40%}.new-policy .signature{margin-top:10px;font-size:12px}.search-page__post_title{font-size:22px;line-height:1.1;font-weight:600;margin-bottom:10px}.search-page__post_title em{background-color:#d14900}.search-page__post_text{font-style:italic;line-height:1.2}.search-page__post_text em{font-weight:600;background-color:#d14900;padding:0 2px;display:inline-block}.search-page__post_tags{margin-top:5px}.search-page__post_tags span{border:1px solid #eee;border-radius:2px;padding:2px 4px;margin-right:2px;background:#fefefe}.search-page__post_tags em{font-weight:600;background-color:#d14900;padding:0 2px;display:inline-block}.search-page_sortby{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center}.search-page_sortby a{border:none;background:transparent;padding:0;margin-left:7px;transition:color .3s}.search-page_sortby a:hover{color:#d14900}.search-page_sortby a.active{text-decoration:underline}.search-page_suggestions a{color:#53a7d8;display:inline-block;padding:0 6px}.rules .lvl-1 li{font-weight:700;font-size:21px;margin-bottom:10px}.rules .lvl-2 li{font-weight:300;font-size:16px;list-style-type:lower-latin;margin-bottom:5px}.rules .lvl-3 li{list-style-type:upper-roman;margin-bottom:0}.rules .lvl-4 li{list-style-type:circle}.new-rules{padding-top:3rem;padding-bottom:2rem;margin-bottom:80px}.new-rules h2,.new-rules h3{text-align:center}.new-rules>ol>li>ol{list-style-type:lower-latin}.new-rules ul{list-style-type:"- ";padding-left:2rem}.new-rules a{color:#f08559}.error-404{min-height:calc(100vh - 110px);background:url(/_next/static/media/404.218dd168.jpg);background-size:cover;background-position:50%,50%;color:#fff;text-align:center;overflow:hidden}.error-404 .error-info{margin-top:100px;font-size:52px;font-weight:700}.error-404 .error-info-homepage{font-size:32px;transition:all .3s}.error-404 .error-info-homepage:hover{color:#f0f0ff;transform:scale(.9)}.magazine-section{position:relative;background-color:#fbfbfb;padding:4rem 0;width:100%}.magazine-section.bg-alt{border-top:2px solid #f08559;background-color:#fce7de}.magazine-section-title{text-transform:uppercase;border:2px solid #f08559;background-color:#fff;color:#395778;width:-moz-max-content;width:max-content;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);padding:1.5rem 3rem;border-radius:50px;font-size:22px;font-weight:700}.magazine-section-title.alt{background-color:#f08559;color:#fff;border:3px solid #fff}.magazine-icons-list{display:flex;flex-direction:row;-moz-column-gap:60px;column-gap:60px;row-gap:0;justify-content:space-between}.magazine-icons-list-item{display:flex;-moz-column-gap:10px;column-gap:10px;align-items:center}.magazine-icons-list-item p{margin-bottom:0;font-size:20px}.magazine-icons-list-item img{width:40px;height:40px;aspect-ratio:1}@media(max-width:768px){.magazine-icons-list-item p{margin-bottom:0;font-size:16px}.magazine-icons-list-item img{width:30px;height:30px;aspect-ratio:1}}@media(max-width:1200px){.magazine-icons-list{flex-direction:column;row-gap:16px;-moz-column-gap:0;column-gap:0}}.magazine-container{display:flex;flex-direction:column;align-items:center}.magazine-video-container{display:flex;justify-content:center;align-items:center}.magazine-grid{max-width:1248px;display:grid;grid-template-columns:1fr;-moz-column-gap:45px;column-gap:45px}@media(min-width:768px){.magazine-grid{grid-template-columns:repeat(2,1fr)}}@media(min-width:1400px){.magazine-grid{grid-template-columns:repeat(3,1fr)}}.magazine-grid-1{max-width:1248px;display:grid;grid-template-columns:1fr;-moz-column-gap:45px;column-gap:45px}.magazine-divider{margin:0 auto;grid-column:1/4;width:120px;border-bottom:2px solid #cfcfcf}@media(max-width:1400px){.magazine-divider{grid-column:1/3}}.magazine-divider-1{grid-column:1/4;width:100%;border-bottom:2px solid #cfcfcf;margin:0 auto 120px}@media(max-width:1400px){.magazine-divider-1{grid-column:1/3}}@media(max-width:768px){.magazine-divider-1{grid-column:1/2;width:120px;margin:30px auto}}.magazine-title-header{font-size:40px;line-height:42px}.magazine-title-header span{font-size:55px;font-weight:700}@media(max-width:768px){.magazine-title-header{font-size:28px}.magazine-title-header span{font-size:32px}}.magazine-title-icon-list{display:flex}.magazine-title-section{background:#fff url(/static/magazine/background.webp) 50%/cover no-repeat;padding:70px 0}@media(max-width:768px){.magazine-title-section{padding:37px 0 87px;margin-bottom:40px}}.magazine-title-section-pl{background:#fff url(/static/magazine/background.webp) 50%/cover no-repeat}.magazine-title-section-de{background:#fff url(/static/magazine/background-de.webp) 50%/cover no-repeat}.magazine-title-container{display:flex;flex-direction:column;row-gap:46px}@media(min-width:768px){.magazine-title-container{row-gap:68px}}.magazine-contact-container{grid-column:1/2;padding-bottom:150px}@media(min-width:768px){.magazine-contact-container{grid-column:1/3}}@media(max-width:768px){.magazine-contact-container{flex-direction:column;align-items:center}}@media(min-width:1400px){.magazine-contact-container{grid-column:1/4}}.magazine-footer-section{background-color:#fbfbfb}.webinar-see-more{padding:30px 0 150px}@media(max-width:768px){.webinar-see-more{padding:30px 0 200px}}@media(max-width:576px){.webinar-see-more{padding:30px 0 250px}}.webinar-button{padding:14px 80px;border-radius:14px;border:none;font-size:20px;font-weight:600;color:#fff;background:#1f2e3e;background:linear-gradient(90deg,#1f2e3e,#395778);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#1f2e3e",endColorstr="#395778",GradientType=1)}.webinar-button:hover{color:#fff;background:#b9461b;background:linear-gradient(90deg,#b9461b,#f08559);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#b9461b",endColorstr="#f08559",GradientType=1)}.webinar-divider{border-bottom:1px solid #737373;width:30%}.webinar-title{width:-moz-max-content;width:max-content;position:absolute;top:0;left:50%;transform:translate(-50%,-50%);padding:30px 70px;border-radius:50px;font-size:22px;font-weight:700}@media(max-width:992px){.webinar-title{padding:17px 16px;font-size:16px}}.webinar-header{padding-top:60px;padding-bottom:155px;position:relative}.webinar-header-strap{position:relative;height:135px;background-color:#f08559;border-radius:0 70px 70px 0;padding-right:55px;display:flex;justify-content:flex-end;align-items:center;font-size:80px;font-weight:600;color:#fff;margin-right:35px;min-width:-moz-max-content;min-width:max-content}@media(max-width:1600px){.webinar-header-strap{font-size:74px}}@media(max-width:1400px){.webinar-header-strap{font-size:60px}}@media(max-width:1200px){.webinar-header-strap{font-size:45px;height:110px}}.webinar-header-strap:before{content:"";left:-100%;top:0;height:100%;width:100%;background-color:#f08559;z-index:10;position:absolute}.webinar-header-trans-logo{padding-right:55px;-o-object-fit:contain;object-fit:contain}@media(max-width:992px){.webinar-header-trans-logo{padding-left:50px;padding-right:50px}}.webinar-header-line{position:absolute;left:40%;bottom:0;transform:translate(-40%,-20%)}@media(max-width:1400px){.webinar-header-line{left:40%;bottom:0;transform:translate(-55%,-20%)}}@media(max-width:1200px){.webinar-header-line{left:40%;bottom:0;transform:translate(-65%,-20%)}}@media(max-width:992px){.webinar-header-line{display:none}}.webinar-header-info{padding-right:55px}@media(max-width:992px){.webinar-header-info{padding-left:50px;padding-right:50px;margin-bottom:30px}}.webinar-header-hero{border:1px solid #fce7de;padding:0;border-radius:30px;background:#f9f9f9;box-shadow:10px 10px 20px 0 rgba(0,0,0,.25);min-height:400px}.webinar-header-hero-first{padding:40px 60px 24px;text-align:center}@media(max-width:992px){.webinar-header-hero-first{padding:40px 20px 24px}}.webinar-header-hero-first h2{font-size:20px;color:#395778;font-weight:700}.webinar-header-hero-first h3{font-size:16px;font-weight:200}.webinar-header-hero-first a{color:#f08559}.webinar-header-hero-gradient{padding:20px 0;background:#f08559;background:linear-gradient(90deg,#f08559,#b9461b);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#ef8458",endColorstr="#b9461b",GradientType=1)}.webinar-header-hero-gradient-date{width:-moz-max-content;width:max-content}@media(max-width:992px){.webinar-header-hero-gradient-date{width:25%;min-width:-moz-max-content;min-width:max-content}}.webinar-header-hero-gradient img{max-width:35px}@media(max-width:992px){.webinar-header-hero-gradient img{width:25px}}.webinar-header-hero-gradient-nowebinar{min-width:0!important}.webinar-header-hero-gradient p{color:#fff;margin:0;min-width:-moz-max-content;min-width:max-content}.webinar-header-hero-people{padding:60px}.webinar-header-hero-people img{width:120px;height:120px;aspect-ratio:1;border-radius:50%;border:1px solid #e2e2e2;-o-object-fit:cover;object-fit:cover}.webinar-header-hero-people h5,.webinar-header-hero-people p{margin:0}.webinar-header-hero-people-divider{height:100%;border-left:1px solid #395778;border-bottom:none}@media(max-width:1200px){.webinar-header-hero-people-divider{height:10%;width:50%;border-bottom:1px solid #395778;border-left:none}}.webinar-header-hero-people-presenter{min-width:110px}.webinar-header-hero-people-presenter h4{margin-bottom:2px;font-size:14px;font-weight:700;color:#737373}.webinar-header-hero-people-presenter h5{font-size:14px;font-weight:600;color:#f08559}.webinar-header-hero-people-presenter p{font-size:10px;font-weight:400;color:#f08559}.webinar-header-hero-people-prelegent{color:#737373}.webinar-header-hero-people-prelegent h4{margin-bottom:2px;font-size:14px;font-weight:700}.webinar-header-hero-people-prelegent li,.webinar-header-hero-people-prelegent p{font-size:14px;font-weight:300}.webinar-header-hero-people-prelegent ul{list-style:none}@media(max-width:1200px){.webinar-header-hero-people{padding:60px 30px}}@media(max-width:992px){.webinar-header-hero-people{padding:22px 30px 44px}}.webinar-header-hero button{margin:10px 0 45px}@media(max-width:992px){.webinar-header-hero button{padding:14px 64px}.webinar-header-hero{margin:0 50px}.webinar-header{padding-top:89px;padding-bottom:97px}}.webinar-numbers{padding:132px 0 120px;position:relative}.webinar-numbers-bg{background-color:#fce7de}.webinar-numbers-title{border:2px solid #f08559;background-color:#fff;color:#395778}@media(max-width:992px){.webinar-numbers{padding:85px 0 40px}}.webinar-list{position:relative;padding:80px 0 50px;row-gap:60px}.webinar-list-title{background-color:#f08559;color:#fff;border:3px solid #fff}@media(max-width:992px){.webinar-list{row-gap:110px;padding:30px 0}}.webinar-contact-info{position:absolute;top:0;left:50%;border:3px solid #f9f9f9;border-radius:20px;transform:translate(-50%,-50%);padding:20px;background-color:#fff;color:#737373;line-height:21px;font-size:16px;text-align:center}.webinar-contact-bg{position:relative;background-color:#f9f9f9}.webinar-contact-container{padding:125px 0 150px}@media(max-width:992px){.webinar-contact-bg{background-color:#fff}.webinar-contact-container{padding:150px 0}}@media(max-width:768px){.webinar-contact-container{padding:250px 0 150px}}@media(max-width:576px){.webinar-contact-container{padding:300px 0 150px}}.webinar-footer-section{padding-top:80px;padding-bottom:80px}@media(max-width:992px){.webinar-footer-section{padding-top:40px;padding-bottom:150px}}.featured-content{max-width:900px;margin-left:auto;margin-right:auto;padding:1.5rem 1rem}.featured-content img{display:block;width:60%;height:auto;margin-right:auto;margin-left:auto}.article-cover_footer{background:linear-gradient(transparent 5%,rgba(0,0,0,.6) 40%,rgba(0,0,0,.8) 95%)}.article-intro-view{display:flex;flex-direction:row}.article-intro-view_photo{width:176px!important;min-width:176px!important;max-width:176px!important;overflow:hidden;height:-moz-min-content;height:min-content}.article-intro-view_text{padding-left:15px;font-size:14px}.article-intro-view .zoomable{transform:scale(1);transition:transform .3s}.article-intro-view:hover .zoomable{transform:scale(1.1)}@media(max-width:1400px){.article-intro-view_photo{width:calc(120px + 1vw)!important;min-width:calc(120px + 1vw)!important;max-width:calc(120px + 1vw)!important}.article-intro-view_text{padding-left:10px;line-height:1.3}}.cover-img-wrapper{overflow:hidden;border-radius:15px}.cover-img-wrapper.img-zoom .zoomable{transform:scale(1);transition:transform 3s}.cover-img-wrapper.img-zoom:hover .zoomable{transform:scale(1.1)}.cover-img{-o-object-fit:cover;object-fit:cover}@media(max-width:576px){.cover-img{filter:brightness(90%)}}.video-play{position:absolute;width:100%;height:100%;border-radius:9999px;background-color:#d14900;top:0;left:0;display:none;background-color:unset}.video-play .play-icon{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);color:#fff}.video-play.pl{background-color:unset}.cover-wrapper{position:relative;border-radius:15px}.cover-wrapper.videos .video-play{display:flex}.cover-wrapper .interview-label,.cover-wrapper .live-label,.cover-wrapper .playback-svg,.cover-wrapper .podcast-label,.cover-wrapper .premium-label{display:none}.cover-wrapper.live .live-label{display:flex;flex-direction:row;align-items:center;background:rgba(0,0,0,.4);border-radius:2px;position:absolute;top:20px;left:20px;line-height:1;padding:3px;font-weight:700;color:#fff}.cover-wrapper.live .live-label .live-dot{width:10px;height:10px;margin-right:5px;border-radius:999px;background:red;animation:pulse 3s ease-in-out infinite}.cover-wrapper.interview .interview-label,.cover-wrapper.podcast .podcast-label{display:flex;flex-direction:row;align-items:center;background:#f88d2a;position:absolute;bottom:20px;left:0;line-height:24px;padding:8px 30px 8px 20px;font-weight:100;font-size:20px;color:#fff;clip-path:polygon(0 0,100% 0,90% 100%,0 100%)}.cover-wrapper.playback .playback-svg{display:block;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.cover-wrapper.playback .playback-svg svg{height:175px;width:175px;color:transparent}.cover-wrapper.premium .premium-label{display:flex;flex-direction:row;align-items:center;border-radius:22px;background:#f88d2a;position:absolute;top:10px;left:10px;line-height:12px;padding:1px;font-weight:700;font-size:10px;color:#fff}.cover-wrapper.premium .premium-label svg{width:13px;height:11px}.cover-wrapper.premium .premium-label span{margin-left:4px}.cover-wrapper.premium.compact-badge span{display:none}.article-intro-view .cover-wrapper.live .live-label{top:5px;left:5px}@media screen and (max-width:768px){.playback-svg{display:block;position:absolute;width:89px;top:50%;left:50%;transform:translate(-50%,-50%)}.playback-svg svg{width:90px;height:90px}}.thumbnail,.thumbnail-zoomable{background-color:#bbdeff}.thumbnail-zoomable.small,.thumbnail.small{min-width:34px!important;width:34px!important;height:34px!important}.thumbnail-zoomable.medium,.thumbnail.medium{min-width:88px!important;width:88px!important;height:88px!important}.thumbnail-zoomable.big,.thumbnail.big{min-width:136px!important;width:136px!important;height:136px!important}.thumbnail-zoomable.premium,.thumbnail.premium{min-width:62px!important;width:62px!important;height:62px!important}@media(max-width:992px){.thumbnail-zoomable.premium,.thumbnail.premium{min-width:31px!important;width:31px!important;height:31px!important}}.thumbnail-zoomable{overflow:hidden;will-change:transform;border-radius:9999px}.thumbnail-zoomable .thumbnail{transition:transform .3s}.thumbnail-zoomable:hover .thumbnail{transform:scale(1.1)}.section-title{display:flex;flex-direction:row;align-items:flex-end;font-size:27px;line-height:1;font-weight:500;color:#2a2b34}.section-title a{color:unset}.section-title .title-dot{display:block;width:10px;height:10px;margin-right:10px;margin-bottom:2px}.section-title .title-dot.main{background:#f08559}.section-title.border-bottom{border-bottom:1px solid #e7e8ee;padding-bottom:13px}.section-title.text-light,.section-title.text-light a{color:#fff}@media(max-width:576px){.section-title.border-bottom{border-bottom:none!important;padding-bottom:3px}}.input-group{display:flex;flex-direction:column;margin-bottom:1px;position:relative}.input-group .label{margin-bottom:0}.input-group .input{padding:12px;border:1px solid #dde4f0;height:30px;border-radius:10px!important}.input-group .error-wrapper{min-height:18px;font-size:12px}.input-group .textarea{height:100px}.input-group.disabled .input{background-color:#eef4f8}.input-group .password-show{position:absolute;right:2px;top:24px}.btn{cursor:pointer;border:none;border-radius:10px}.btn.color{background:#f87251;color:#fff;border:0;transition:background .3s}.btn.color:hover{background:#f75e38}.btn.bg{background:#4a4a4d;color:#fff;border:0;transition:background .3s}.btn.bg:hover{background:#3e3e40}.btn.link{position:relative;color:#404042;padding:2px}.btn.link:before{content:"";position:absolute;width:100%;height:1px;background:#666669;bottom:3px;left:0;transition:height .1s}.btn.link:hover{text-decoration:none}.btn.link:hover:before{content:"";position:absolute;width:100%;height:3px;background:#666669;bottom:3px;left:0}.input-group.checkbox{display:flex;align-content:flex-start;flex-direction:row;flex-wrap:nowrap;position:relative}.input-group.checkbox .checkbox-input{width:20px;height:20px;margin-right:10px;opacity:0}.input-group.checkbox.small{font-size:13px}.input-group.checkbox.small .label-text{margin-top:-2px}.input-group.checkbox.small .checkbox-custom,.input-group.checkbox.small .checkbox-input{width:14px;height:14px}.input-group.checkbox.small .checkbox-custom.checked .tick{font-size:9px;margin-bottom:12px;margin-left:1px}.category-checkbox{align-items:center}.checkbox-custom{position:absolute;cursor:pointer;width:20px;height:20px}.checkbox-custom.checked .tick{margin-bottom:6px;margin-left:1px}.input-group.checkbox.color .checkbox-custom{border:2px solid #d14900}.input-group.checkbox.color .checkbox-custom.checked .tick{color:#d14900}.input-group.checkbox.normal .checkbox-custom{border:2px solid #404042}.input-group.checkbox.normal .checkbox-custom.checked .tick{color:#404042}.input-group.checkbox.light .checkbox-custom{border:2px solid #eee}.input-group.checkbox.light .checkbox-custom.checked .tick{color:#eee}.react-date-picker .react-date-picker__inputGroup__input{width:30px!important;border:none;padding:0}.react-date-picker .react-date-picker__inputGroup__year{width:50px!important}.react-date-picker .react-date-picker__inputGroup__divider{display:none}.react-date-picker .react-date-picker__wrapper{display:flex;justify-content:flex-start;align-items:center;flex-direction:row;padding:12px;border:1px solid #dde4f0;height:30px}.react-date-picker .react-date-picker__inputGroup input:first-of-type{border:none}.react-date-picker button{border:none;background:none}.react-date-picker .react-date-picker__calendar--open{background:#fff;box-shadow:0 2px 5px -3px #000;padding:12px;border:1px solid #dde4f0;z-index:1}.react-date-picker .react-date-picker__calendar--closed{display:none}.form-line{display:flex;justify-content:space-between;flex-direction:row;height:37px}.form-line .input{height:37px;width:100%}.form-line .input:focus{outline:none;border-color:#bac8e0}.form-line.big,.form-line.big .input{height:41px}.form-line.big .btn{white-space:nowrap}.tags-recommend{background-color:#002d48;color:#fff;font-weight:700;padding:4px 8px;border-radius:8px 8px 0 0}.tags-recommend:hover{text-decoration:underline;color:#fd0}.recommended-article{background:#e7e8ee;padding:24px;height:100%;display:flex;flex-direction:row;border:1px solid transparent;border-radius:15px}.recommended-article_tagged{border-radius:0 15px 15px 15px}.recommended-article_photo{min-width:222px!important;height:-moz-max-content;height:max-content}.recommended-article_text{padding:0 0 0 25px;display:flex;flex-direction:column;justify-content:space-between;font-weight:600;overflow:hidden;width:100%}.recommended-article_text .author-intro-wrapper{margin-top:2px}.recommended-article_text .author-info{margin-left:6px}.recommended-article_text .author-info_caption,.recommended-article_text .author-info_name{line-height:1.2;font-weight:300}.recommended-article_text-title{font-size:16px;line-height:1.17;margin-top:-3px}.recommended-article.slick{flex-direction:column}.recommended-article.slick .recommended-article_text-title{margin-bottom:14px;margin-top:14px}@media(max-width:1400px){.recommended-article{padding:20px}.recommended-article_photo{min-width:calc(130px + 5vw)!important}.recommended-article_text{padding:0 0 0 20px}}@media(max-width:1200px){.recommended-article{padding:10px}.recommended-article_text{padding:0 0 0 10px;line-height:1.25;font-size:13px}}@media(max-width:768px){.recommended-article_text{font-size:14px}}.popup-background{overflow:auto;position:fixed;top:0;left:0;right:0;bottom:0;width:100vw;min-height:100vh;background:rgba(0,0,0,.2);display:flex;justify-content:center;z-index:100;padding:10vh 10px}.popup-background .popup{position:relative;overflow-y:auto}.popup-background .popup-close{position:absolute;top:10px;right:10px;border:none;background:none;opacity:100%;transition:opacity 1s}.popup-background .popup-close:disabled{opacity:0;cursor:auto}.login{background:#fff;width:clamp(320px,80vw,600px);height:-moz-min-content;height:min-content;border-radius:20px}.login-header{text-align:center;padding:30px 10px}.login-part{padding:15px 40px;background:#f8f8f8}.login-footer{padding:20px 40px}.login-footer_text{font-size:19px;text-align:center;font-weight:600}.login-footer .register-btn{border:2px solid #dde4f0;text-decoration:none;color:#49596a;padding:15px 20px;width:100%;font-size:18px}.social-auth-wrapper{display:flex;justify-content:space-between;flex-direction:row;flex-wrap:wrap}.social-auth-wrapper .social-item{min-width:110px;width:32%;margin-bottom:10px}.social-auth-wrapper .social-item .btn{color:#fff;width:100%;display:flex;align-items:center;font-size:14px}.social-auth-wrapper .social-item .btn img,.social-auth-wrapper .social-item .btn svg{margin-right:5px}.social-auth-wrapper .social-item.fb .btn{background:#3b5998}.social-auth-wrapper .social-item.google .btn{background:#dc3545}.social-auth-wrapper .social-item.li .btn{background:#007bb5}.social-auth-wrapper .social-item.oneLogin .btn{background:#00548b}@media(max-width:768px){.social-auth-wrapper{justify-content:center}.social-auth-wrapper .social-item{width:40%;margin-left:5px;margin-right:5px}}.register{background:#fff;width:clamp(320px,80vw,600px);height:-moz-min-content;height:min-content}.register-header{text-align:center;padding:30px 10px}.register-part{padding:15px 40px;background:#f8f8f8}.register-policy{font-size:13px;line-height:1.2}.register-policy a{color:#d14900}.avatar-change{background:#fff;width:clamp(320px,80vw,500px);height:-moz-min-content;height:min-content}.avatar-change-header{text-align:center;padding:30px 10px}.avatar-change .avatar-form{display:flex;flex-direction:column}.avatar-change .avatar-cropper{margin:auto}.after-register{background:#fff;width:clamp(320px,80vw,600px);height:-moz-min-content;height:min-content}.after-register-header{text-align:center;padding:30px 10px 10px}.after-register-part{padding:15px 40px;background:#f8f8f8}.after-register_body{text-align:center;padding:10px}.after-register_body .email-icon{padding:0;margin:0 auto 10px;border-radius:2px;width:80px;height:80px;display:flex;align-items:center;justify-content:center}.after-register_body .email-icon .icon{font-size:40px;line-height:0;color:#404042}.after-register_body_title{position:relative;padding-bottom:10px;margin-bottom:10px}.after-register_body_title:before{content:"";position:absolute;height:2px;width:100px;bottom:0;left:calc(50% - 50px);background:#eee}.confirm-register{background:#fff;width:clamp(320px,80vw,600px);height:-moz-min-content;height:min-content}.confirm-register-header{text-align:center;padding:30px 10px}.confirm-register-part{padding:15px 40px;background:#f8f8f8}.confirm-register__form-footer{display:flex;justify-content:flex-end;margin-top:15px}.remind-password{background:#fff;width:clamp(320px,80vw,600px);height:-moz-min-content;height:min-content}.remind-password-header{text-align:center;padding:30px 10px}.remind-password-part{padding:15px 40px;background:#f8f8f8}.remind-password__form-footer{display:flex;justify-content:center;margin-top:5px;margin-bottom:5px}.remind-password-footer{font-size:16px;text-align:center;padding:30px 40px}.change-password{background:#fff;width:clamp(320px,80vw,600px);height:-moz-min-content;height:min-content}.change-password-header{text-align:center;padding:30px 10px}.change-password-part{padding:15px 40px;background:#f8f8f8}.change-password__form-footer{display:flex;justify-content:center;margin-top:15px}.slide-popup-wrapper{width:1px;height:1px;position:fixed}.slide-popup-wrapper .slide-popup__frame{width:-moz-min-content;width:min-content}.slide-popup-wrapper_close{position:absolute;top:5px;right:5px;background:transparent;border:0;padding:0;width:20px;height:20px;display:flex;justify-content:center;align-items:center;font-size:20px;color:#fff}.slide-popup-wrapper.top{top:0}.slide-popup-wrapper.bottom{bottom:0}.slide-popup-wrapper.left{left:0}.slide-popup-wrapper.right{right:0}.newsletter-subscribe-popup{background:linear-gradient(72deg,rgba(248,114,81,.14) 20%,rgba(248,114,81,0) 0),linear-gradient(72deg,#36506c 40%,rgba(54,80,108,0) 0),linear-gradient(72deg,hsla(0,0%,100%,.02) 85%,rgba(54,80,108,0) 0),linear-gradient(180deg,#37516c 0,#37516c);padding:20px;color:#fff;width:clamp(300px,50vw,400px);box-shadow:0 1px 4px -3px #000}.newsletter-subscribe-popup .newsletter-sub__title{font-size:27px}.unsubscribe-success{width:clamp(320px,80vw,1000px);border-top:5px solid #37516c;border-radius:15px}.poll-popup,.unsubscribe-success{background:#fff;height:-moz-min-content;height:min-content;padding:24px 40px;font-size:16px}.poll-popup{width:clamp(320px,80vw,800px);border-top:4px solid #f08559;display:flex;align-items:center;flex-direction:column;row-gap:10px;border-radius:5px}.poll-popup button{background-color:#f08559;color:#fff;padding:10px 30px;margin:20px 40px 0;border:none;border-radius:5px;width:auto;opacity:100%;transition:opacity .5s}.poll-popup button:disabled{cursor:not-allowed;opacity:40%}.poll-popup select{background-color:#fff;color:#000;padding:5px 20px;border:1px solid gray;border-radius:10px}.poll-popup img{width:50%;margin-bottom:10px}.poll-popup-header{font-size:20px}.poll-popup-subheader{font-size:18px;font-weight:600}.poll-popup-option{font-size:16px;-moz-column-gap:15px;column-gap:15px}@media(max-width:768px){.poll-popup button{min-width:75%;width:-moz-max-content;width:max-content}.poll-popup img{width:75%;margin-bottom:15px}.poll-popup-header{font-size:18px}.poll-popup-subheader{font-size:16px;margin-bottom:0}.poll-popup-option{font-size:16px;-moz-column-gap:8px;column-gap:8px;margin-bottom:2px}}.section-divider{background:linear-gradient(rgba(0,0,0,.7),rgba(0,0,0,.7)),url(/public/static/SectionBg.png)}.section-divider .section-article_title{font-size:17px;color:#fff;margin-top:32px;margin-bottom:100px}.section-divider .section-title{padding:75px 0}.section-article--slick .slick-dots{position:absolute;bottom:15px}.section-article--slick .slick-dots li{margin:0}.section-article--slick .slick-dots li button{border-radius:9999px;background:#fff;width:13px;height:13px}.section-article--slick .slick-dots li button:before{display:none}.section-article--slick .slick-dots li.slick-active button{background:#f08559}.section-article--slick .slick-slide{padding:0}.section-article--slick .section-article_title{padding:0 0 20px}@media(max-width:768px){.section-divider .section-title{padding:50px 0;font-size:19px}.section-divider .section-article_title{margin-bottom:60px}}.authors-section{display:flex;flex-direction:row}.authors-section_info{display:flex;flex-direction:column;justify-content:center;margin-left:42px}.authors-section_info .name{font-weight:600;font-size:17px;color:#2a2b34}.authors-section_info .caption{font-size:13px;color:#8c8c8c}.authors-section_wrapper{border:1px solid #e7e8ee;border-radius:20px;padding:0 32px;position:relative}.authors-section_wrapper .author-arrows{position:absolute;top:-41px;right:-12px}.authors-section_wrapper .author-arrows .author-arrow{border:none;background:none;box-shadow:unset;font-size:20px;line-height:1}.authors-section_wrapper .author-arrows .author-arrow.disabled{visibility:hidden}@media(max-width:1400px){.authors-section_info{margin-left:10px}.authors-section .medium{width:66px!important;min-width:66px!important;height:66px!important}}.promoted-wrapper{border:24px solid #f88d2a;height:100%;display:flex;flex-direction:column;justify-content:space-around;margin-left:93px;padding:5px 0;border-radius:20px}.promoted-wrapper .promoted-article{position:relative;min-height:230px;display:flex;align-items:center}.promoted-wrapper .promoted-article_photo{position:absolute;left:-54px;width:clamp(200px,20vw,308px)!important}.promoted-wrapper .promoted-article_photo .zoomable{transform:scale(1);transition:transform .5s}.promoted-wrapper .promoted-article_photo:hover .zoomable{transform:scale(1.1)}.promoted-wrapper .promoted-article_title{margin-left:calc(clamp(200px,20vw,308px) - 18px);padding:10px 15px;font-size:21px;line-height:1.2;font-weight:600;color:#2a2b34}.promoted-wrapper-pl .promoted-article{min-height:120px}.promoted-wrapper-pl .promoted-article_photo{width:clamp(200px,20vw,220px)!important}.promoted-wrapper-pl .promoted-article_title{margin-left:calc(clamp(200px,20vw,220px) - 18px)}.promoted-wrapper.side{height:-moz-min-content;height:min-content;border:16px solid #f88d2a;margin-left:0}.promoted-wrapper.side .promoted-article{padding:10px 0;display:flex;flex-direction:column}.promoted-wrapper.side .promoted-article_photo{position:relative;left:unset;width:100%!important;padding:1.5vw 1.5vw 0}.promoted-wrapper.side .promoted-article_photo .zoomable{transform:scale(1);transition:transform .5s}.promoted-wrapper.side .promoted-article_photo:hover .zoomable{transform:scale(1.1)}.promoted-wrapper.side .promoted-article_title{margin-left:0;padding:1vw 1.5vw 1.5vw;font-size:21px;line-height:1.35;font-weight:600;color:#2a2b34}.promoted-wrapper.pl{border-color:#172e44!important}@media(max-width:1400px){.promoted-wrapper{border-width:20px;margin-left:60px}.promoted-wrapper .promoted-article{min-height:160px}.promoted-wrapper .promoted-article_photo{width:clamp(200px,16vw,300px)!important}.promoted-wrapper .promoted-article_title{margin-left:calc(clamp(200px,16vw,300px) - 50px);padding:10px;font-size:18px;line-height:1.2}.promoted-wrapper-pl .promoted-article{min-height:120px}.promoted-wrapper-pl .promoted-article_photo{width:clamp(120px,20vw,150px)!important}.promoted-wrapper-pl .promoted-article_title{margin-left:calc(clamp(120px,20vw,150px) - 18px)}}@media(max-width:1200px){.promoted-wrapper{border-width:16px;margin-left:40px}.promoted-wrapper .promoted-article_photo{left:-60px}.promoted-wrapper .promoted-article_title{margin-left:calc(clamp(200px,16vw,300px) - 50px)}}@media(max-width:992px){.promoted-wrapper{background-color:#fff}.promoted-wrapper-pl .promoted-article{min-height:160px}.promoted-wrapper-pl .promoted-article_photo{width:clamp(200px,20vw,400px)!important}.promoted-wrapper-pl .promoted-article_title{margin-left:calc(clamp(200px,20vw,400px) - 18px)}}@media(max-width:768px){.promoted-wrapper{border-width:24px;margin-left:0;padding:48px}.promoted-wrapper .promoted-article{display:flex;flex-direction:column;min-height:160px}.promoted-wrapper .promoted-article_photo{position:relative;left:unset;width:100%!important}.promoted-wrapper .promoted-article_title{margin-left:unset;padding:20px 0;font-size:18px;line-height:1.35}}@media(max-width:576px){.promoted-wrapper{border-width:8px;padding:8px}.promoted-wrapper.side{border-width:8px}.promoted-wrapper.side .promoted-article{flex-direction:row}.promoted-wrapper.side .promoted-article .promoted-article{padding:10px 0;display:flex;flex-direction:column}.promoted-wrapper.side .promoted-article .promoted-article_photo{width:156px!important;min-width:156px!important;max-width:156px!important;overflow:hidden;height:-moz-min-content;height:min-content}.promoted-wrapper.side .promoted-article .promoted-article_title{margin-top:-5px;padding-left:10px;font-size:14px;font-weight:500}.promoted-wrapper .promoted-article{flex-direction:row}.promoted-wrapper .promoted-article .promoted-article{padding:8px 0;display:flex;flex-direction:column}.promoted-wrapper .promoted-article .promoted-article_photo{width:156px!important;min-width:156px!important;max-width:156px!important;overflow:hidden;height:-moz-min-content;height:min-content}.promoted-wrapper .promoted-article .promoted-article_title{margin-top:-5px;padding-left:10px;font-size:14px;font-weight:500}}.newsletter-divider{height:420px;background-image:url(/static/newsletterBg.jpg);display:flex;align-items:center;justify-content:center;flex-direction:column;white-space:pre-line}.newsletter-divider_title{color:#fff;font-size:32px;font-weight:600;text-align:center}.newsletter-divider .email-form{background:#fff;display:flex;align-items:center;justify-content:space-between;flex-direction:row;padding:6px;width:clamp(272px,30vw,460px);border-radius:15px;margin-top:45px;white-space:nowrap;position:relative}.newsletter-divider .email-form .btn{height:56px;font-size:17px}.newsletter-divider .email-form .email-input{border:none;width:100%;height:33px;padding:0 5px;font-size:17px}.newsletter-divider .email-form .email-input:focus{outline:none!important;border-bottom:0 solid #fdfdfd}.newsletter-divider .email-form .email-button{border-radius:15px}.newsletter-divider .email-form .newslleter-form_error{position:absolute;bottom:-20px;color:#fdfdfd}.newsletter-divider.small{background-image:url(/static/newsletterSmall.png);background-size:cover;padding:40px 20px;line-height:1.35;height:auto}.newsletter-divider.small .newsletter-divider_title{text-align:left;font-size:27px}.newsletter-divider.small .email-form{width:100%;padding:4px;margin-top:40px;margin-bottom:60px}.newsletter-divider.small .email-form .btn{margin:4px;padding:0 12px;height:42px}@media(max-width:1200px)and (min-width:992px){.newsletter-divider.small{padding:12px;line-height:1.35;height:auto}.newsletter-divider.small .newsletter-divider_title{text-align:left;font-size:25px;line-height:1.25}.newsletter-divider.small .email-form{width:100%}}@media(max-width:576px){.newsletter-divider.small{padding:12px}.newsletter-divider.small .newsletter-divider_title{text-align:left;font-size:27px;line-height:1.25}.newsletter-divider.small .email-form{width:100%}.newsletter-divider.main-page{height:-moz-min-content;height:min-content;padding:24px}.newsletter-divider.main-page .newsletter-divider_title{font-size:22px;text-align:left;font-weight:500;line-height:1.2;margin:46px 0 60px}.newsletter-divider.main-page .email-form{margin-bottom:46px;margin-top:0}}.newsletter-no-signon-component{width:100%;height:384px;background-image:url(/static/newsletterBg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;align-items:center;justify-content:center;flex-direction:column;white-space:pre-line;border:7px solid #015c92;border-radius:5px}.newsletter-no-signon-component_title{color:#fff;font-size:28px;font-weight:700;line-height:32px;text-align:center}.newsletter-no-signon-component_description{margin:22px 25%;color:#fff;font-size:22px;font-weight:600;line-height:24px;text-align:center}.newsletter-no-signon-component_button{display:flex;padding:13px 16px;background-color:#fff;color:#002d48;border-radius:40px;justify-content:space-between;align-items:center;font-size:14px;font-weight:600}@media(max-width:1600px)and (min-width:1400px){.newsletter-no-signon-component_description{margin:20px 20%}}@media(max-width:1400px)and (min-width:1200px){.newsletter-no-signon-component_title{font-size:28px;line-height:32px}.newsletter-no-signon-component_description{margin:20px 15%;font-size:22px;line-height:24px}}@media(max-width:1200px)and (min-width:992px){.newsletter-no-signon-component_title{font-size:26px}.newsletter-no-signon-component_description{margin:20px 10%;font-size:20px}}@media(max-width:992px)and (min-width:768px){.newsletter-no-signon-component_title{font-size:24px}.newsletter-no-signon-component_description{margin:18px 5%;font-size:18px}}@media(max-width:768px)and (min-width:576px){.newsletter-no-signon-component{height:300px;border-width:4px}.newsletter-no-signon-component_title{font-size:18px}.newsletter-no-signon-component_description{margin:18px 5%;font-size:14px}}@media(max-width:576px){.newsletter-no-signon-component{height:300px;border-width:4px}.newsletter-no-signon-component_title{margin:0 16px;font-size:18px;line-height:22px}.newsletter-no-signon-component_description{margin:16px 5%;font-size:12px;line-height:20px}}.newsletter-signon-component{width:100%;min-height:500px;background-image:url(/static/newsletterBg.png);background-position:50%;background-repeat:no-repeat;background-size:cover;display:grid;grid-template-columns:1fr 1fr;grid-gap:0;border:7px solid #015c92;border-radius:5px}.newsletter-signon-component_left{border-right:7px solid #015c92}.newsletter-signon-component_left,.newsletter-signon-component_right{display:flex;align-items:center;justify-content:center;flex-direction:column;white-space:pre-line}.newsletter-signon-component_right{background-color:#fff;color:#002d48}.newsletter-signon-component_form{margin:0;display:flex;align-items:center;justify-content:center;flex-direction:column;white-space:pre-line}.newsletter-signon-component_title{margin:10px 15%;color:#fff;font-size:28px;font-weight:700;line-height:32px;text-align:center}.newsletter-signon-component_description{margin:10px 10%;color:#000;font-size:16px;font-weight:400;line-height:20px;text-align:center}.newsletter-signon-component_email{margin:10px 0 3px;width:350px;text-align:center}.newsletter-signon-component_occupation{margin:3px 0 10px;width:350px;text-align:center}.newsletter-signon-component_agreements{margin:10px 5%}.newsletter-signon-component_expandable{text-align:center}.newsletter-signon-component_button{display:flex;margin:0 0 15px;padding:13px 16px;background-color:#015c92;color:#fff;border-radius:40px;justify-content:space-between;align-items:center;font-size:14px;font-weight:600}.newsletter-signon-component_button:hover{color:#fff}@media(max-width:1400px)and (min-width:1200px){.newsletter-signon-component_title{font-size:28px;line-height:32px}.newsletter-signon-component_description{margin:20px 5%;font-size:20px;line-height:22px}}@media(max-width:1200px)and (min-width:992px){.newsletter-signon-component_title{font-size:22px}.newsletter-signon-component_description{margin:20px 5%;font-size:18px}}@media(max-width:992px)and (min-width:768px){.newsletter-signon-component{display:flex;grid-template-columns:none;grid-gap:none;border-width:4px;border-radius:5px}.newsletter-signon-component_left{display:none}.newsletter-signon-component_description{margin:18px 5%;font-size:18px}}@media(max-width:768px)and (min-width:576px){.newsletter-signon-component{grid-template-columns:auto;border-width:4px;border-radius:5px}.newsletter-signon-component_left{display:none}.newsletter-signon-component_title{font-size:18px}.newsletter-signon-component_description{margin:18px 5%;font-size:14px}}@media(max-width:576px){.newsletter-signon-component{grid-template-columns:auto;border-width:4px;border-radius:5px}.newsletter-signon-component_left{display:none}.newsletter-signon-component_title{margin:0 16px;font-size:18px;line-height:22px}.newsletter-signon-component_description{margin:16px 5%;font-size:12px;line-height:20px}}.social-tile{position:relative;overflow:hidden;height:-moz-min-content;height:min-content;background-color:#1877f2}.social-tile_info{position:absolute;top:0;left:0;bottom:0;right:0;color:#fff;padding:20px;display:flex;align-items:flex-start;flex-direction:column;justify-content:space-between}.social-tile_info_text{font-size:14px;font-weight:600;line-height:1.5;margin-left:5px;margin-right:4vw}@media(min-width:1500px){.social-tile_info_text{font-size:22px}}.social-tile .social-btn{background:#fff;padding:5px 5px 5px 24px;display:flex;align-items:center;margin-top:15px}.social-tile .social-btn span{margin-right:15px}.social-tile .social-btn.fb{color:#1877f2}.social-tile .social-btn.li{color:#0e76a8}.category-header{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/category/transport.jpg);background-position:center -100px;background-size:cover;background-attachment:fixed}@media(max-width:1200px){.category-header{background-position:50%}}.category-header.transport{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/category/transport.webp);background-position:center -100px;background-size:cover;background-attachment:fixed}@media(max-width:1200px){.category-header.transport{background-position:50%}}.category-header.logistics{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/category/logistics.webp);background-position:center -100px;background-size:cover;background-attachment:fixed}@media(max-width:1200px){.category-header.logistics{background-position:50%}}.category-header.trucking{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/category/trucking.jpg);background-position:center -100px;background-size:cover;background-attachment:fixed}@media(max-width:1200px){.category-header.trucking{background-position:50%}}.category-header.shipment{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/category/spedition.webp);background-position:center -100px;background-size:cover;background-attachment:fixed}@media(max-width:1200px){.category-header.shipment{background-position:50%}}.category-header.interviews{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/category/interviews.jpg);background-position:center -100px;background-size:cover;background-attachment:fixed}@media(max-width:1200px){.category-header.interviews{background-position:50%}}.category-header.video{background:linear-gradient(rgba(0,0,0,.5),rgba(0,0,0,.5)),url(/static/category/video.jpg);background-position:center -100px;background-size:cover;background-attachment:fixed}@media(max-width:1200px){.category-header.video{background-position:50%}}.category-header_title{margin:70px 0 40px}.category-header .side-col{display:flex;flex-direction:column;gap:50px;height:100%;justify-content:space-between}.category-header .right-0{margin-right:0!important;padding-right:0!important}.category-header .article-info_title{font-size:21px;font-weight:600;color:#fff;margin-bottom:.7vw}.category-header .category-tags{display:flex;flex-wrap:wrap;gap:.5rem}.category-header .category-tags .tag{background-color:#f88d2a;color:#fff;padding:.375rem .75rem;border-radius:.25rem;font-size:.875rem;font-weight:500;transition:background-color .2s ease}.category-header .category-tags .tag:hover{background-color:#e77308}.category-header .category-cta{font-size:1rem;font-weight:600;color:#fff;line-height:1.5}@media(min-width:768px){.category-header .category-cta{font-size:1.125rem}}@media(max-width:1200px){.category-header .article-info_title{font-size:17px;line-height:1.25}}@media(max-width:768px){.category-header_title{margin:20px 0}.category-header .article-info_title{margin-bottom:14px}.category-header .article-info{margin-bottom:20px}}.category-tile{font-size:16px}.category-tile_wrapper{display:flex;justify-content:space-between;flex-direction:row;flex-wrap:wrap}.category-tile_box{border:2px solid #999;margin-right:5px;padding:10px;flex-grow:1;background:hsla(0,0%,100%,.1);border-radius:15px}.category-tile .category-info{line-height:1.15;min-height:50px}.category-tile .rodo{font-size:13px;margin-bottom:8px}
/*# sourceMappingURL=670c098768cf3b0d.css.map*/