: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-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__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:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.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 1}.Toastify__toast-icon{margin-inline-end:10px;width:20px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.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}.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:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.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}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border-radius:100%;border:2px solid;border-right:2px solid 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,0,0)}to{opacity:0;transform:translate3d(2000px,0,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,0,0)}to{opacity:0;transform:translate3d(-2000px,0,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,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,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,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-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: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:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform: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:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(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}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@font-face{font-family:swiper-icons;src:url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-android .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-pointer-events{touch-action:pan-y}.swiper-pointer-events.swiper-vertical{touch-action:pan-x}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{transform:translateZ(0);backface-visibility:hidden}.swiper-3d,.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-cube-shadow,.swiper-3d .swiper-slide,.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top,.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d .swiper-slide-shadow,.swiper-3d .swiper-slide-shadow-bottom,.swiper-3d .swiper-slide-shadow-left,.swiper-3d .swiper-slide-shadow-right,.swiper-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-3d .swiper-slide-shadow{background:rgba(0,0,0,.15)}.swiper-3d .swiper-slide-shadow-left{background-image:linear-gradient(270deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-right{background-image:linear-gradient(90deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-top{background-image:linear-gradient(0deg,rgba(0,0,0,.5),transparent)}.swiper-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,rgba(0,0,0,.5),transparent)}.swiper-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-horizontal.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:x mandatory;scroll-snap-type:x mandatory}.swiper-vertical.swiper-css-mode>.swiper-wrapper{-ms-scroll-snap-type:y mandatory;scroll-snap-type:y mandatory}.swiper-centered>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-horizontal>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}.swiper-centered.swiper-vertical>.swiper-wrapper:before{width:100%;min-width:1px;height:var(--swiper-centered-offset-after)}.swiper-centered>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%!important;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}[hidden],template{display:none}a,abbr,acronym,address,applet,article,aside,audio,b,big,blockquote,body,canvas,caption,center,cite,code,dd,del,details,dfn,div,dl,dt,em,embed,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,output,p,pre,q,ruby,s,samp,section,small,span,strike,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,tt,u,ul,var,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:"";content:none}table{border-collapse:collapse;border-spacing:0}*,:after,:before{box-sizing:border-box;outline:none}a{cursor:pointer}a,a:hover{text-decoration:none}a:active,a:focus{outline:none}button{border-width:0;padding:0;cursor:pointer}figure{margin:0}input::-moz-focus-inner{border:0;padding:0;margin:0}dd,ol,ul{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6,p{margin:0}cite{font-style:normal}fieldset{border-width:0;padding:0;margin:0}input,textarea{border:none;outline:none}input:disabled{background-color:transparent}:root{--animate-duration:1s;--animate-delay:1s;--animate-repeat:1}.animate__animated{animation-duration:1s;animation-duration:var(--animate-duration);animation-fill-mode:both}.fade{animation-name:fade;animation-duration:.3s;animation-timing-function:ease}@keyframes fadeSlow{0%{opacity:.1}to{opacity:1}}.fadeSlow{animation-name:fade;animation-duration:1.5s}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.fadeIn{animation-name:fadeIn;animation-duration:1s}@keyframes fadeOut{0%{opacity:1}to{opacity:0}}@keyframes MoveUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.fadeOut{animation-name:fadeOut;animation-duration:1s}.animated{animation-fill-mode:both}@keyframes jackInTheBox{0%{opacity:0;transform:scale(.1) rotate(30deg);transform-origin:center bottom}50%{transform:rotate(-10deg)}70%{transform:rotate(3deg)}to{opacity:1;transform:scale(1)}}.animate__jackInTheBox{animation-name:jackInTheBox}@keyframes slideInDown{0%{transform:translate3d(0,-100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInDown{animation-name:slideInDown;animation-duration:.3s}@keyframes slideInUp{0%{transform:translate3d(0,100%,0);visibility:visible}to{transform:translateZ(0)}}.animate__slideInUp{animation-name:slideInUp;animation-duration:.3s}@keyframes animateHeart{0%{transform:scale(.8)}15%{transform:scale(.85)}25%{transform:scale(.9)}35%{transform:scale(.95)}45%{transform:scale(1)}55%{transform:scale(1.05)}65%{transform:scale(1)}75%{transform:scale(.95)}85%{transform:scale(.9)}95%{transform:scale(.85)}to{transform:scale(.8)}}/*!
 * Font Awesome Free 5.11.2 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */.fa,.fab,.fad,.fal,.far,.fas{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;display:inline-block;font-style:normal;font-feature-settings:normal;font-variant:normal;text-rendering:auto;line-height:1}.fa-lg{font-size:1.33333em;line-height:.75em;vertical-align:-.0667em}.fa-xs{font-size:.75em}.fa-sm{font-size:.875em}.fa-1x{font-size:1em}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-6x{font-size:6em}.fa-7x{font-size:7em}.fa-8x{font-size:8em}.fa-9x{font-size:9em}.fa-10x{font-size:10em}.fa-fw{text-align:center;width:1.25em}.fa-ul{list-style-type:none;margin-left:2.5em;padding-left:0}.fa-ul>li{position:relative}.fa-li{left:-2em;position:absolute;text-align:center;width:2em;line-height:inherit}.fa-border{border:.08em solid #eee;border-radius:.1em;padding:.2em .25em .15em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left,.fab.fa-pull-left,.fal.fa-pull-left,.far.fa-pull-left,.fas.fa-pull-left{margin-right:.3em}.fa.fa-pull-right,.fab.fa-pull-right,.fal.fa-pull-right,.far.fa-pull-right,.fas.fa-pull-right{margin-left:.3em}.fa-spin{animation:fa-spin 2s linear infinite}.fa-pulse{animation:fa-spin 1s steps(8) infinite}@keyframes fa-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.fa-rotate-90{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";transform:rotate(90deg)}.fa-rotate-180{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";transform:rotate(180deg)}.fa-rotate-270{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";transform:rotate(270deg)}.fa-flip-horizontal{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";transform:scaleX(-1)}.fa-flip-vertical{transform:scaleY(-1)}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical,.fa-flip-vertical{-ms-filter:"progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)"}.fa-flip-both,.fa-flip-horizontal.fa-flip-vertical{transform:scale(-1)}:root .fa-flip-both,:root .fa-flip-horizontal,:root .fa-flip-vertical,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-rotate-90{filter:none}.fa-stack{display:inline-block;height:2em;line-height:2em;position:relative;vertical-align:middle;width:2.5em}.fa-stack-1x,.fa-stack-2x{left:0;position:absolute;text-align:center;width:100%}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-500px:before{content:""}.fa-accessible-icon:before{content:""}.fa-accusoft:before{content:""}.fa-acquisitions-incorporated:before{content:""}.fa-ad:before{content:""}.fa-address-book:before{content:""}.fa-address-card:before{content:""}.fa-adjust:before{content:""}.fa-adn:before{content:""}.fa-adobe:before{content:""}.fa-adversal:before{content:""}.fa-affiliatetheme:before{content:""}.fa-air-freshener:before{content:""}.fa-airbnb:before{content:""}.fa-algolia:before{content:""}.fa-align-center:before{content:""}.fa-align-justify:before{content:""}.fa-align-left:before{content:""}.fa-align-right:before{content:""}.fa-alipay:before{content:""}.fa-allergies:before{content:""}.fa-amazon:before{content:""}.fa-amazon-pay:before{content:""}.fa-ambulance:before{content:""}.fa-american-sign-language-interpreting:before{content:""}.fa-amilia:before{content:""}.fa-anchor:before{content:""}.fa-android:before{content:""}.fa-angellist:before{content:""}.fa-angle-double-down:before{content:""}.fa-angle-double-left:before{content:""}.fa-angle-double-right:before{content:""}.fa-angle-double-up:before{content:""}.fa-angle-down:before{content:""}.fa-angle-left:before{content:""}.fa-angle-right:before{content:""}.fa-angle-up:before{content:""}.fa-angry:before{content:""}.fa-angrycreative:before{content:""}.fa-angular:before{content:""}.fa-ankh:before{content:""}.fa-app-store:before{content:""}.fa-app-store-ios:before{content:""}.fa-apper:before{content:""}.fa-apple:before{content:""}.fa-apple-alt:before{content:""}.fa-apple-pay:before{content:""}.fa-archive:before{content:""}.fa-archway:before{content:""}.fa-arrow-alt-circle-down:before{content:""}.fa-arrow-alt-circle-left:before{content:""}.fa-arrow-alt-circle-right:before{content:""}.fa-arrow-alt-circle-up:before{content:""}.fa-arrow-circle-down:before{content:""}.fa-arrow-circle-left:before{content:""}.fa-arrow-circle-right:before{content:""}.fa-arrow-circle-up:before{content:""}.fa-arrow-down:before{content:""}.fa-arrow-left:before{content:""}.fa-arrow-right:before{content:""}.fa-arrow-up:before{content:""}.fa-arrows-alt:before{content:""}.fa-arrows-alt-h:before{content:""}.fa-arrows-alt-v:before{content:""}.fa-artstation:before{content:""}.fa-assistive-listening-systems:before{content:""}.fa-asterisk:before{content:""}.fa-asymmetrik:before{content:""}.fa-at:before{content:""}.fa-atlas:before{content:""}.fa-atlassian:before{content:""}.fa-atom:before{content:""}.fa-audible:before{content:""}.fa-audio-description:before{content:""}.fa-autoprefixer:before{content:""}.fa-avianex:before{content:""}.fa-aviato:before{content:""}.fa-award:before{content:""}.fa-aws:before{content:""}.fa-baby:before{content:""}.fa-baby-carriage:before{content:""}.fa-backspace:before{content:""}.fa-backward:before{content:""}.fa-bacon:before{content:""}.fa-balance-scale:before{content:""}.fa-balance-scale-left:before{content:""}.fa-balance-scale-right:before{content:""}.fa-ban:before{content:""}.fa-band-aid:before{content:""}.fa-bandcamp:before{content:""}.fa-barcode:before{content:""}.fa-bars:before{content:""}.fa-baseball-ball:before{content:""}.fa-basketball-ball:before{content:""}.fa-bath:before{content:""}.fa-battery-empty:before{content:""}.fa-battery-full:before{content:""}.fa-battery-half:before{content:""}.fa-battery-quarter:before{content:""}.fa-battery-three-quarters:before{content:""}.fa-battle-net:before{content:""}.fa-bed:before{content:""}.fa-beer:before{content:""}.fa-behance:before{content:""}.fa-behance-square:before{content:""}.fa-bell:before{content:""}.fa-bell-slash:before{content:""}.fa-bezier-curve:before{content:""}.fa-bible:before{content:""}.fa-bicycle:before{content:""}.fa-biking:before{content:""}.fa-bimobject:before{content:""}.fa-binoculars:before{content:""}.fa-biohazard:before{content:""}.fa-birthday-cake:before{content:""}.fa-bitbucket:before{content:""}.fa-bitcoin:before{content:""}.fa-bity:before{content:""}.fa-black-tie:before{content:""}.fa-blackberry:before{content:""}.fa-blender:before{content:""}.fa-blender-phone:before{content:""}.fa-blind:before{content:""}.fa-blog:before{content:""}.fa-blogger:before{content:""}.fa-blogger-b:before{content:""}.fa-bluetooth:before{content:""}.fa-bluetooth-b:before{content:""}.fa-bold:before{content:""}.fa-bolt:before{content:""}.fa-bomb:before{content:""}.fa-bone:before{content:""}.fa-bong:before{content:""}.fa-book:before{content:""}.fa-book-dead:before{content:""}.fa-book-medical:before{content:""}.fa-book-open:before{content:""}.fa-book-reader:before{content:""}.fa-bookmark:before{content:""}.fa-bootstrap:before{content:""}.fa-border-all:before{content:""}.fa-border-none:before{content:""}.fa-border-style:before{content:""}.fa-bowling-ball:before{content:""}.fa-box:before{content:""}.fa-box-open:before{content:""}.fa-boxes:before{content:""}.fa-braille:before{content:""}.fa-brain:before{content:""}.fa-bread-slice:before{content:""}.fa-briefcase:before{content:""}.fa-briefcase-medical:before{content:""}.fa-broadcast-tower:before{content:""}.fa-broom:before{content:""}.fa-brush:before{content:""}.fa-btc:before{content:""}.fa-buffer:before{content:""}.fa-bug:before{content:""}.fa-building:before{content:""}.fa-bullhorn:before{content:""}.fa-bullseye:before{content:""}.fa-burn:before{content:""}.fa-buromobelexperte:before{content:""}.fa-bus:before{content:""}.fa-bus-alt:before{content:""}.fa-business-time:before{content:""}.fa-buy-n-large:before{content:""}.fa-buysellads:before{content:""}.fa-calculator:before{content:""}.fa-calendar:before{content:""}.fa-calendar-alt:before{content:""}.fa-calendar-check:before{content:""}.fa-calendar-day:before{content:""}.fa-calendar-minus:before{content:""}.fa-calendar-plus:before{content:""}.fa-calendar-times:before{content:""}.fa-calendar-week:before{content:""}.fa-camera:before{content:""}.fa-camera-retro:before{content:""}.fa-campground:before{content:""}.fa-canadian-maple-leaf:before{content:""}.fa-candy-cane:before{content:""}.fa-cannabis:before{content:""}.fa-capsules:before{content:""}.fa-car:before{content:""}.fa-car-alt:before{content:""}.fa-car-battery:before{content:""}.fa-car-crash:before{content:""}.fa-car-side:before{content:""}.fa-caret-down:before{content:""}.fa-caret-left:before{content:""}.fa-caret-right:before{content:""}.fa-caret-square-down:before{content:""}.fa-caret-square-left:before{content:""}.fa-caret-square-right:before{content:""}.fa-caret-square-up:before{content:""}.fa-caret-up:before{content:""}.fa-carrot:before{content:""}.fa-cart-arrow-down:before{content:""}.fa-cart-plus:before{content:""}.fa-cash-register:before{content:""}.fa-cat:before{content:""}.fa-cc-amazon-pay:before{content:""}.fa-cc-amex:before{content:""}.fa-cc-apple-pay:before{content:""}.fa-cc-diners-club:before{content:""}.fa-cc-discover:before{content:""}.fa-cc-jcb:before{content:""}.fa-cc-mastercard:before{content:""}.fa-cc-paypal:before{content:""}.fa-cc-stripe:before{content:""}.fa-cc-visa:before{content:""}.fa-centercode:before{content:""}.fa-centos:before{content:""}.fa-certificate:before{content:""}.fa-chair:before{content:""}.fa-chalkboard:before{content:""}.fa-chalkboard-teacher:before{content:""}.fa-charging-station:before{content:""}.fa-chart-area:before{content:""}.fa-chart-bar:before{content:""}.fa-chart-line:before{content:""}.fa-chart-pie:before{content:""}.fa-check:before{content:""}.fa-check-circle:before{content:""}.fa-check-double:before{content:""}.fa-check-square:before{content:""}.fa-cheese:before{content:""}.fa-chess:before{content:""}.fa-chess-bishop:before{content:""}.fa-chess-board:before{content:""}.fa-chess-king:before{content:""}.fa-chess-knight:before{content:""}.fa-chess-pawn:before{content:""}.fa-chess-queen:before{content:""}.fa-chess-rook:before{content:""}.fa-chevron-circle-down:before{content:""}.fa-chevron-circle-left:before{content:""}.fa-chevron-circle-right:before{content:""}.fa-chevron-circle-up:before{content:""}.fa-chevron-down:before{content:""}.fa-chevron-left:before{content:""}.fa-chevron-right:before{content:""}.fa-chevron-up:before{content:""}.fa-child:before{content:""}.fa-chrome:before{content:""}.fa-chromecast:before{content:""}.fa-church:before{content:""}.fa-circle:before{content:""}.fa-circle-notch:before{content:""}.fa-city:before{content:""}.fa-clinic-medical:before{content:""}.fa-clipboard:before{content:""}.fa-clipboard-check:before{content:""}.fa-clipboard-list:before{content:""}.fa-clock:before{content:""}.fa-clone:before{content:""}.fa-closed-captioning:before{content:""}.fa-cloud:before{content:""}.fa-cloud-download-alt:before{content:""}.fa-cloud-meatball:before{content:""}.fa-cloud-moon:before{content:""}.fa-cloud-moon-rain:before{content:""}.fa-cloud-rain:before{content:""}.fa-cloud-showers-heavy:before{content:""}.fa-cloud-sun:before{content:""}.fa-cloud-sun-rain:before{content:""}.fa-cloud-upload-alt:before{content:""}.fa-cloudscale:before{content:""}.fa-cloudsmith:before{content:""}.fa-cloudversify:before{content:""}.fa-cocktail:before{content:""}.fa-code:before{content:""}.fa-code-branch:before{content:""}.fa-codepen:before{content:""}.fa-codiepie:before{content:""}.fa-coffee:before{content:""}.fa-cog:before{content:""}.fa-cogs:before{content:""}.fa-coins:before{content:""}.fa-columns:before{content:""}.fa-comment:before{content:""}.fa-comment-alt:before{content:""}.fa-comment-dollar:before{content:""}.fa-comment-dots:before{content:""}.fa-comment-medical:before{content:""}.fa-comment-slash:before{content:""}.fa-comments:before{content:""}.fa-comments-dollar:before{content:""}.fa-compact-disc:before{content:""}.fa-compass:before{content:""}.fa-compress:before{content:""}.fa-compress-arrows-alt:before{content:""}.fa-concierge-bell:before{content:""}.fa-confluence:before{content:""}.fa-connectdevelop:before{content:""}.fa-contao:before{content:""}.fa-cookie:before{content:""}.fa-cookie-bite:before{content:""}.fa-copy:before{content:""}.fa-copyright:before{content:""}.fa-cotton-bureau:before{content:""}.fa-couch:before{content:""}.fa-cpanel:before{content:""}.fa-creative-commons:before{content:""}.fa-creative-commons-by:before{content:""}.fa-creative-commons-nc:before{content:""}.fa-creative-commons-nc-eu:before{content:""}.fa-creative-commons-nc-jp:before{content:""}.fa-creative-commons-nd:before{content:""}.fa-creative-commons-pd:before{content:""}.fa-creative-commons-pd-alt:before{content:""}.fa-creative-commons-remix:before{content:""}.fa-creative-commons-sa:before{content:""}.fa-creative-commons-sampling:before{content:""}.fa-creative-commons-sampling-plus:before{content:""}.fa-creative-commons-share:before{content:""}.fa-creative-commons-zero:before{content:""}.fa-credit-card:before{content:""}.fa-critical-role:before{content:""}.fa-crop:before{content:""}.fa-crop-alt:before{content:""}.fa-cross:before{content:""}.fa-crosshairs:before{content:""}.fa-crow:before{content:""}.fa-crown:before{content:""}.fa-crutch:before{content:""}.fa-css3:before{content:""}.fa-css3-alt:before{content:""}.fa-cube:before{content:""}.fa-cubes:before{content:""}.fa-cut:before{content:""}.fa-cuttlefish:before{content:""}.fa-d-and-d:before{content:""}.fa-d-and-d-beyond:before{content:""}.fa-dashcube:before{content:""}.fa-database:before{content:""}.fa-deaf:before{content:""}.fa-delicious:before{content:""}.fa-democrat:before{content:""}.fa-deploydog:before{content:""}.fa-deskpro:before{content:""}.fa-desktop:before{content:""}.fa-dev:before{content:""}.fa-deviantart:before{content:""}.fa-dharmachakra:before{content:""}.fa-dhl:before{content:""}.fa-diagnoses:before{content:""}.fa-diaspora:before{content:""}.fa-dice:before{content:""}.fa-dice-d20:before{content:""}.fa-dice-d6:before{content:""}.fa-dice-five:before{content:""}.fa-dice-four:before{content:""}.fa-dice-one:before{content:""}.fa-dice-six:before{content:""}.fa-dice-three:before{content:""}.fa-dice-two:before{content:""}.fa-digg:before{content:""}.fa-digital-ocean:before{content:""}.fa-digital-tachograph:before{content:""}.fa-directions:before{content:""}.fa-discord:before{content:""}.fa-discourse:before{content:""}.fa-divide:before{content:""}.fa-dizzy:before{content:""}.fa-dna:before{content:""}.fa-dochub:before{content:""}.fa-docker:before{content:""}.fa-dog:before{content:""}.fa-dollar-sign:before{content:""}.fa-dolly:before{content:""}.fa-dolly-flatbed:before{content:""}.fa-donate:before{content:""}.fa-door-closed:before{content:""}.fa-door-open:before{content:""}.fa-dot-circle:before{content:""}.fa-dove:before{content:""}.fa-download:before{content:""}.fa-draft2digital:before{content:""}.fa-drafting-compass:before{content:""}.fa-dragon:before{content:""}.fa-draw-polygon:before{content:""}.fa-dribbble:before{content:""}.fa-dribbble-square:before{content:""}.fa-dropbox:before{content:""}.fa-drum:before{content:""}.fa-drum-steelpan:before{content:""}.fa-drumstick-bite:before{content:""}.fa-drupal:before{content:""}.fa-dumbbell:before{content:""}.fa-dumpster:before{content:""}.fa-dumpster-fire:before{content:""}.fa-dungeon:before{content:""}.fa-dyalog:before{content:""}.fa-earlybirds:before{content:""}.fa-ebay:before{content:""}.fa-edge:before{content:""}.fa-edit:before{content:""}.fa-egg:before{content:""}.fa-eject:before{content:""}.fa-elementor:before{content:""}.fa-ellipsis-h:before{content:""}.fa-ellipsis-v:before{content:""}.fa-ello:before{content:""}.fa-ember:before{content:""}.fa-empire:before{content:""}.fa-envelope:before{content:""}.fa-envelope-open:before{content:""}.fa-envelope-open-text:before{content:""}.fa-envelope-square:before{content:""}.fa-envira:before{content:""}.fa-equals:before{content:""}.fa-eraser:before{content:""}.fa-erlang:before{content:""}.fa-ethereum:before{content:""}.fa-ethernet:before{content:""}.fa-etsy:before{content:""}.fa-euro-sign:before{content:""}.fa-evernote:before{content:""}.fa-exchange-alt:before{content:""}.fa-exclamation:before{content:""}.fa-exclamation-circle:before{content:""}.fa-exclamation-triangle:before{content:""}.fa-expand:before{content:""}.fa-expand-arrows-alt:before{content:""}.fa-expeditedssl:before{content:""}.fa-external-link-alt:before{content:""}.fa-external-link-square-alt:before{content:""}.fa-eye:before{content:""}.fa-eye-dropper:before{content:""}.fa-eye-slash:before{content:""}.fa-facebook:before{content:""}.fa-facebook-f:before{content:""}.fa-facebook-messenger:before{content:""}.fa-facebook-square:before{content:""}.fa-fan:before{content:""}.fa-fantasy-flight-games:before{content:""}.fa-fast-backward:before{content:""}.fa-fast-forward:before{content:""}.fa-fax:before{content:""}.fa-feather:before{content:""}.fa-feather-alt:before{content:""}.fa-fedex:before{content:""}.fa-fedora:before{content:""}.fa-female:before{content:""}.fa-fighter-jet:before{content:""}.fa-figma:before{content:""}.fa-file:before{content:""}.fa-file-alt:before{content:""}.fa-file-archive:before{content:""}.fa-file-audio:before{content:""}.fa-file-code:before{content:""}.fa-file-contract:before{content:""}.fa-file-csv:before{content:""}.fa-file-download:before{content:""}.fa-file-excel:before{content:""}.fa-file-export:before{content:""}.fa-file-image:before{content:""}.fa-file-import:before{content:""}.fa-file-invoice:before{content:""}.fa-file-invoice-dollar:before{content:""}.fa-file-medical:before{content:""}.fa-file-medical-alt:before{content:""}.fa-file-pdf:before{content:""}.fa-file-powerpoint:before{content:""}.fa-file-prescription:before{content:""}.fa-file-signature:before{content:""}.fa-file-upload:before{content:""}.fa-file-video:before{content:""}.fa-file-word:before{content:""}.fa-fill:before{content:""}.fa-fill-drip:before{content:""}.fa-film:before{content:""}.fa-filter:before{content:""}.fa-fingerprint:before{content:""}.fa-fire:before{content:""}.fa-fire-alt:before{content:""}.fa-fire-extinguisher:before{content:""}.fa-firefox:before{content:""}.fa-first-aid:before{content:""}.fa-first-order:before{content:""}.fa-first-order-alt:before{content:""}.fa-firstdraft:before{content:""}.fa-fish:before{content:""}.fa-fist-raised:before{content:""}.fa-flag:before{content:""}.fa-flag-checkered:before{content:""}.fa-flag-usa:before{content:""}.fa-flask:before{content:""}.fa-flickr:before{content:""}.fa-flipboard:before{content:""}.fa-flushed:before{content:""}.fa-fly:before{content:""}.fa-folder:before{content:""}.fa-folder-minus:before{content:""}.fa-folder-open:before{content:""}.fa-folder-plus:before{content:""}.fa-font:before{content:""}.fa-font-awesome:before{content:""}.fa-font-awesome-alt:before{content:""}.fa-font-awesome-flag:before{content:""}.fa-font-awesome-logo-full:before{content:""}.fa-fonticons:before{content:""}.fa-fonticons-fi:before{content:""}.fa-football-ball:before{content:""}.fa-fort-awesome:before{content:""}.fa-fort-awesome-alt:before{content:""}.fa-forumbee:before{content:""}.fa-forward:before{content:""}.fa-foursquare:before{content:""}.fa-free-code-camp:before{content:""}.fa-freebsd:before{content:""}.fa-frog:before{content:""}.fa-frown:before{content:""}.fa-frown-open:before{content:""}.fa-fulcrum:before{content:""}.fa-funnel-dollar:before{content:""}.fa-futbol:before{content:""}.fa-galactic-republic:before{content:""}.fa-galactic-senate:before{content:""}.fa-gamepad:before{content:""}.fa-gas-pump:before{content:""}.fa-gavel:before{content:""}.fa-gem:before{content:""}.fa-genderless:before{content:""}.fa-get-pocket:before{content:""}.fa-gg:before{content:""}.fa-gg-circle:before{content:""}.fa-ghost:before{content:""}.fa-gift:before{content:""}.fa-gifts:before{content:""}.fa-git:before{content:""}.fa-git-alt:before{content:""}.fa-git-square:before{content:""}.fa-github:before{content:""}.fa-github-alt:before{content:""}.fa-github-square:before{content:""}.fa-gitkraken:before{content:""}.fa-gitlab:before{content:""}.fa-gitter:before{content:""}.fa-glass-cheers:before{content:""}.fa-glass-martini:before{content:""}.fa-glass-martini-alt:before{content:""}.fa-glass-whiskey:before{content:""}.fa-glasses:before{content:""}.fa-glide:before{content:""}.fa-glide-g:before{content:""}.fa-globe:before{content:""}.fa-globe-africa:before{content:""}.fa-globe-americas:before{content:""}.fa-globe-asia:before{content:""}.fa-globe-europe:before{content:""}.fa-gofore:before{content:""}.fa-golf-ball:before{content:""}.fa-goodreads:before{content:""}.fa-goodreads-g:before{content:""}.fa-google:before{content:""}.fa-google-drive:before{content:""}.fa-google-play:before{content:""}.fa-google-plus:before{content:""}.fa-google-plus-g:before{content:""}.fa-google-plus-square:before{content:""}.fa-google-wallet:before{content:""}.fa-gopuram:before{content:""}.fa-graduation-cap:before{content:""}.fa-gratipay:before{content:""}.fa-grav:before{content:""}.fa-greater-than:before{content:""}.fa-greater-than-equal:before{content:""}.fa-grimace:before{content:""}.fa-grin:before{content:""}.fa-grin-alt:before{content:""}.fa-grin-beam:before{content:""}.fa-grin-beam-sweat:before{content:""}.fa-grin-hearts:before{content:""}.fa-grin-squint:before{content:""}.fa-grin-squint-tears:before{content:""}.fa-grin-stars:before{content:""}.fa-grin-tears:before{content:""}.fa-grin-tongue:before{content:""}.fa-grin-tongue-squint:before{content:""}.fa-grin-tongue-wink:before{content:""}.fa-grin-wink:before{content:""}.fa-grip-horizontal:before{content:""}.fa-grip-lines:before{content:""}.fa-grip-lines-vertical:before{content:""}.fa-grip-vertical:before{content:""}.fa-gripfire:before{content:""}.fa-grunt:before{content:""}.fa-guitar:before{content:""}.fa-gulp:before{content:""}.fa-h-square:before{content:""}.fa-hacker-news:before{content:""}.fa-hacker-news-square:before{content:""}.fa-hackerrank:before{content:""}.fa-hamburger:before{content:""}.fa-hammer:before{content:""}.fa-hamsa:before{content:""}.fa-hand-holding:before{content:""}.fa-hand-holding-heart:before{content:""}.fa-hand-holding-usd:before{content:""}.fa-hand-lizard:before{content:""}.fa-hand-middle-finger:before{content:""}.fa-hand-paper:before{content:""}.fa-hand-peace:before{content:""}.fa-hand-point-down:before{content:""}.fa-hand-point-left:before{content:""}.fa-hand-point-right:before{content:""}.fa-hand-point-up:before{content:""}.fa-hand-pointer:before{content:""}.fa-hand-rock:before{content:""}.fa-hand-scissors:before{content:""}.fa-hand-spock:before{content:""}.fa-hands:before{content:""}.fa-hands-helping:before{content:""}.fa-handshake:before{content:""}.fa-hanukiah:before{content:""}.fa-hard-hat:before{content:""}.fa-hashtag:before{content:""}.fa-hat-cowboy:before{content:""}.fa-hat-cowboy-side:before{content:""}.fa-hat-wizard:before{content:""}.fa-haykal:before{content:""}.fa-hdd:before{content:""}.fa-heading:before{content:""}.fa-headphones:before{content:""}.fa-headphones-alt:before{content:""}.fa-headset:before{content:""}.fa-heart:before{content:""}.fa-heart-broken:before{content:""}.fa-heartbeat:before{content:""}.fa-helicopter:before{content:""}.fa-highlighter:before{content:""}.fa-hiking:before{content:""}.fa-hippo:before{content:""}.fa-hips:before{content:""}.fa-hire-a-helper:before{content:""}.fa-history:before{content:""}.fa-hockey-puck:before{content:""}.fa-holly-berry:before{content:""}.fa-home:before{content:""}.fa-hooli:before{content:""}.fa-hornbill:before{content:""}.fa-horse:before{content:""}.fa-horse-head:before{content:""}.fa-hospital:before{content:""}.fa-hospital-alt:before{content:""}.fa-hospital-symbol:before{content:""}.fa-hot-tub:before{content:""}.fa-hotdog:before{content:""}.fa-hotel:before{content:""}.fa-hotjar:before{content:""}.fa-hourglass:before{content:""}.fa-hourglass-end:before{content:""}.fa-hourglass-half:before{content:""}.fa-hourglass-start:before{content:""}.fa-house-damage:before{content:""}.fa-houzz:before{content:""}.fa-hryvnia:before{content:""}.fa-html5:before{content:""}.fa-hubspot:before{content:""}.fa-i-cursor:before{content:""}.fa-ice-cream:before{content:""}.fa-icicles:before{content:""}.fa-icons:before{content:""}.fa-id-badge:before{content:""}.fa-id-card:before{content:""}.fa-id-card-alt:before{content:""}.fa-igloo:before{content:""}.fa-image:before{content:""}.fa-images:before{content:""}.fa-imdb:before{content:""}.fa-inbox:before{content:""}.fa-indent:before{content:""}.fa-industry:before{content:""}.fa-infinity:before{content:""}.fa-info:before{content:""}.fa-info-circle:before{content:""}.fa-instagram:before{content:""}.fa-intercom:before{content:""}.fa-internet-explorer:before{content:""}.fa-invision:before{content:""}.fa-ioxhost:before{content:""}.fa-italic:before{content:""}.fa-itch-io:before{content:""}.fa-itunes:before{content:""}.fa-itunes-note:before{content:""}.fa-java:before{content:""}.fa-jedi:before{content:""}.fa-jedi-order:before{content:""}.fa-jenkins:before{content:""}.fa-jira:before{content:""}.fa-joget:before{content:""}.fa-joint:before{content:""}.fa-joomla:before{content:""}.fa-journal-whills:before{content:""}.fa-js:before{content:""}.fa-js-square:before{content:""}.fa-jsfiddle:before{content:""}.fa-kaaba:before{content:""}.fa-kaggle:before{content:""}.fa-key:before{content:""}.fa-keybase:before{content:""}.fa-keyboard:before{content:""}.fa-keycdn:before{content:""}.fa-khanda:before{content:""}.fa-kickstarter:before{content:""}.fa-kickstarter-k:before{content:""}.fa-kiss:before{content:""}.fa-kiss-beam:before{content:""}.fa-kiss-wink-heart:before{content:""}.fa-kiwi-bird:before{content:""}.fa-korvue:before{content:""}.fa-landmark:before{content:""}.fa-language:before{content:""}.fa-laptop:before{content:""}.fa-laptop-code:before{content:""}.fa-laptop-medical:before{content:""}.fa-laravel:before{content:""}.fa-lastfm:before{content:""}.fa-lastfm-square:before{content:""}.fa-laugh:before{content:""}.fa-laugh-beam:before{content:""}.fa-laugh-squint:before{content:""}.fa-laugh-wink:before{content:""}.fa-layer-group:before{content:""}.fa-leaf:before{content:""}.fa-leanpub:before{content:""}.fa-lemon:before{content:""}.fa-less:before{content:""}.fa-less-than:before{content:""}.fa-less-than-equal:before{content:""}.fa-level-down-alt:before{content:""}.fa-level-up-alt:before{content:""}.fa-life-ring:before{content:""}.fa-lightbulb:before{content:""}.fa-line:before{content:""}.fa-link:before{content:""}.fa-linkedin:before{content:""}.fa-linkedin-in:before{content:""}.fa-linode:before{content:""}.fa-linux:before{content:""}.fa-lira-sign:before{content:""}.fa-list:before{content:""}.fa-list-alt:before{content:""}.fa-list-ol:before{content:""}.fa-list-ul:before{content:""}.fa-location-arrow:before{content:""}.fa-lock:before{content:""}.fa-lock-open:before{content:""}.fa-long-arrow-alt-down:before{content:""}.fa-long-arrow-alt-left:before{content:""}.fa-long-arrow-alt-right:before{content:""}.fa-long-arrow-alt-up:before{content:""}.fa-low-vision:before{content:""}.fa-luggage-cart:before{content:""}.fa-lyft:before{content:""}.fa-magento:before{content:""}.fa-magic:before{content:""}.fa-magnet:before{content:""}.fa-mail-bulk:before{content:""}.fa-mailchimp:before{content:""}.fa-male:before{content:""}.fa-mandalorian:before{content:""}.fa-map:before{content:""}.fa-map-marked:before{content:""}.fa-map-marked-alt:before{content:""}.fa-map-marker:before{content:""}.fa-map-marker-alt:before{content:""}.fa-map-pin:before{content:""}.fa-map-signs:before{content:""}.fa-markdown:before{content:""}.fa-marker:before{content:""}.fa-mars:before{content:""}.fa-mars-double:before{content:""}.fa-mars-stroke:before{content:""}.fa-mars-stroke-h:before{content:""}.fa-mars-stroke-v:before{content:""}.fa-mask:before{content:""}.fa-mastodon:before{content:""}.fa-maxcdn:before{content:""}.fa-mdb:before{content:""}.fa-medal:before{content:""}.fa-medapps:before{content:""}.fa-medium:before{content:""}.fa-medium-m:before{content:""}.fa-medkit:before{content:""}.fa-medrt:before{content:""}.fa-meetup:before{content:""}.fa-megaport:before{content:""}.fa-meh:before{content:""}.fa-meh-blank:before{content:""}.fa-meh-rolling-eyes:before{content:""}.fa-memory:before{content:""}.fa-mendeley:before{content:""}.fa-menorah:before{content:""}.fa-mercury:before{content:""}.fa-meteor:before{content:""}.fa-microchip:before{content:""}.fa-microphone:before{content:""}.fa-microphone-alt:before{content:""}.fa-microphone-alt-slash:before{content:""}.fa-microphone-slash:before{content:""}.fa-microscope:before{content:""}.fa-microsoft:before{content:""}.fa-minus:before{content:""}.fa-minus-circle:before{content:""}.fa-minus-square:before{content:""}.fa-mitten:before{content:""}.fa-mix:before{content:""}.fa-mixcloud:before{content:""}.fa-mizuni:before{content:""}.fa-mobile:before{content:""}.fa-mobile-alt:before{content:""}.fa-modx:before{content:""}.fa-monero:before{content:""}.fa-money-bill:before{content:""}.fa-money-bill-alt:before{content:""}.fa-money-bill-wave:before{content:""}.fa-money-bill-wave-alt:before{content:""}.fa-money-check:before{content:""}.fa-money-check-alt:before{content:""}.fa-monument:before{content:""}.fa-moon:before{content:""}.fa-mortar-pestle:before{content:""}.fa-mosque:before{content:""}.fa-motorcycle:before{content:""}.fa-mountain:before{content:""}.fa-mouse:before{content:""}.fa-mouse-pointer:before{content:""}.fa-mug-hot:before{content:""}.fa-music:before{content:""}.fa-napster:before{content:""}.fa-neos:before{content:""}.fa-network-wired:before{content:""}.fa-neuter:before{content:""}.fa-newspaper:before{content:""}.fa-nimblr:before{content:""}.fa-node:before{content:""}.fa-node-js:before{content:""}.fa-not-equal:before{content:""}.fa-notes-medical:before{content:""}.fa-npm:before{content:""}.fa-ns8:before{content:""}.fa-nutritionix:before{content:""}.fa-object-group:before{content:""}.fa-object-ungroup:before{content:""}.fa-odnoklassniki:before{content:""}.fa-odnoklassniki-square:before{content:""}.fa-oil-can:before{content:""}.fa-old-republic:before{content:""}.fa-om:before{content:""}.fa-opencart:before{content:""}.fa-openid:before{content:""}.fa-opera:before{content:""}.fa-optin-monster:before{content:""}.fa-orcid:before{content:""}.fa-osi:before{content:""}.fa-otter:before{content:""}.fa-outdent:before{content:""}.fa-page4:before{content:""}.fa-pagelines:before{content:""}.fa-pager:before{content:""}.fa-paint-brush:before{content:""}.fa-paint-roller:before{content:""}.fa-palette:before{content:""}.fa-palfed:before{content:""}.fa-pallet:before{content:""}.fa-paper-plane:before{content:""}.fa-paperclip:before{content:""}.fa-parachute-box:before{content:""}.fa-paragraph:before{content:""}.fa-parking:before{content:""}.fa-passport:before{content:""}.fa-pastafarianism:before{content:""}.fa-paste:before{content:""}.fa-patreon:before{content:""}.fa-pause:before{content:""}.fa-pause-circle:before{content:""}.fa-paw:before{content:""}.fa-paypal:before{content:""}.fa-peace:before{content:""}.fa-pen:before{content:""}.fa-pen-alt:before{content:""}.fa-pen-fancy:before{content:""}.fa-pen-nib:before{content:""}.fa-pen-square:before{content:""}.fa-pencil-alt:before{content:""}.fa-pencil-ruler:before{content:""}.fa-penny-arcade:before{content:""}.fa-people-carry:before{content:""}.fa-pepper-hot:before{content:""}.fa-percent:before{content:""}.fa-percentage:before{content:""}.fa-periscope:before{content:""}.fa-person-booth:before{content:""}.fa-phabricator:before{content:""}.fa-phoenix-framework:before{content:""}.fa-phoenix-squadron:before{content:""}.fa-phone:before{content:""}.fa-phone-alt:before{content:""}.fa-phone-slash:before{content:""}.fa-phone-square:before{content:""}.fa-phone-square-alt:before{content:""}.fa-phone-volume:before{content:""}.fa-photo-video:before{content:""}.fa-php:before{content:""}.fa-pied-piper:before{content:""}.fa-pied-piper-alt:before{content:""}.fa-pied-piper-hat:before{content:""}.fa-pied-piper-pp:before{content:""}.fa-piggy-bank:before{content:""}.fa-pills:before{content:""}.fa-pinterest:before{content:""}.fa-pinterest-p:before{content:""}.fa-pinterest-square:before{content:""}.fa-pizza-slice:before{content:""}.fa-place-of-worship:before{content:""}.fa-plane:before{content:""}.fa-plane-arrival:before{content:""}.fa-plane-departure:before{content:""}.fa-play:before{content:""}.fa-play-circle:before{content:""}.fa-playstation:before{content:""}.fa-plug:before{content:""}.fa-plus:before{content:""}.fa-plus-circle:before{content:""}.fa-plus-square:before{content:""}.fa-podcast:before{content:""}.fa-poll:before{content:""}.fa-poll-h:before{content:""}.fa-poo:before{content:""}.fa-poo-storm:before{content:""}.fa-poop:before{content:""}.fa-portrait:before{content:""}.fa-pound-sign:before{content:""}.fa-power-off:before{content:""}.fa-pray:before{content:""}.fa-praying-hands:before{content:""}.fa-prescription:before{content:""}.fa-prescription-bottle:before{content:""}.fa-prescription-bottle-alt:before{content:""}.fa-print:before{content:""}.fa-procedures:before{content:""}.fa-product-hunt:before{content:""}.fa-project-diagram:before{content:""}.fa-pushed:before{content:""}.fa-puzzle-piece:before{content:""}.fa-python:before{content:""}.fa-qq:before{content:""}.fa-qrcode:before{content:""}.fa-question:before{content:""}.fa-question-circle:before{content:""}.fa-quidditch:before{content:""}.fa-quinscape:before{content:""}.fa-quora:before{content:""}.fa-quote-left:before{content:""}.fa-quote-right:before{content:""}.fa-quran:before{content:""}.fa-r-project:before{content:""}.fa-radiation:before{content:""}.fa-radiation-alt:before{content:""}.fa-rainbow:before{content:""}.fa-random:before{content:""}.fa-raspberry-pi:before{content:""}.fa-ravelry:before{content:""}.fa-react:before{content:""}.fa-reacteurope:before{content:""}.fa-readme:before{content:""}.fa-rebel:before{content:""}.fa-receipt:before{content:""}.fa-record-vinyl:before{content:""}.fa-recycle:before{content:""}.fa-red-river:before{content:""}.fa-reddit:before{content:""}.fa-reddit-alien:before{content:""}.fa-reddit-square:before{content:""}.fa-redhat:before{content:""}.fa-redo:before{content:""}.fa-redo-alt:before{content:""}.fa-registered:before{content:""}.fa-remove-format:before{content:""}.fa-renren:before{content:""}.fa-reply:before{content:""}.fa-reply-all:before{content:""}.fa-replyd:before{content:""}.fa-republican:before{content:""}.fa-researchgate:before{content:""}.fa-resolving:before{content:""}.fa-restroom:before{content:""}.fa-retweet:before{content:""}.fa-rev:before{content:""}.fa-ribbon:before{content:""}.fa-ring:before{content:""}.fa-road:before{content:""}.fa-robot:before{content:""}.fa-rocket:before{content:""}.fa-rocketchat:before{content:""}.fa-rockrms:before{content:""}.fa-route:before{content:""}.fa-rss:before{content:""}.fa-rss-square:before{content:""}.fa-ruble-sign:before{content:""}.fa-ruler:before{content:""}.fa-ruler-combined:before{content:""}.fa-ruler-horizontal:before{content:""}.fa-ruler-vertical:before{content:""}.fa-running:before{content:""}.fa-rupee-sign:before{content:""}.fa-sad-cry:before{content:""}.fa-sad-tear:before{content:""}.fa-safari:before{content:""}.fa-salesforce:before{content:""}.fa-sass:before{content:""}.fa-satellite:before{content:""}.fa-satellite-dish:before{content:""}.fa-save:before{content:""}.fa-schlix:before{content:""}.fa-school:before{content:""}.fa-screwdriver:before{content:""}.fa-scribd:before{content:""}.fa-scroll:before{content:""}.fa-sd-card:before{content:""}.fa-search:before{content:""}.fa-search-dollar:before{content:""}.fa-search-location:before{content:""}.fa-search-minus:before{content:""}.fa-search-plus:before{content:""}.fa-searchengin:before{content:""}.fa-seedling:before{content:""}.fa-sellcast:before{content:""}.fa-sellsy:before{content:""}.fa-server:before{content:""}.fa-servicestack:before{content:""}.fa-shapes:before{content:""}.fa-share:before{content:""}.fa-share-alt:before{content:""}.fa-share-alt-square:before{content:""}.fa-share-square:before{content:""}.fa-shekel-sign:before{content:""}.fa-shield-alt:before{content:""}.fa-ship:before{content:""}.fa-shipping-fast:before{content:""}.fa-shirtsinbulk:before{content:""}.fa-shoe-prints:before{content:""}.fa-shopping-bag:before{content:""}.fa-shopping-basket:before{content:""}.fa-shopping-cart:before{content:""}.fa-shopware:before{content:""}.fa-shower:before{content:""}.fa-shuttle-van:before{content:""}.fa-sign:before{content:""}.fa-sign-in-alt:before{content:""}.fa-sign-language:before{content:""}.fa-sign-out-alt:before{content:""}.fa-signal:before{content:""}.fa-signature:before{content:""}.fa-sim-card:before{content:""}.fa-simplybuilt:before{content:""}.fa-sistrix:before{content:""}.fa-sitemap:before{content:""}.fa-sith:before{content:""}.fa-skating:before{content:""}.fa-sketch:before{content:""}.fa-skiing:before{content:""}.fa-skiing-nordic:before{content:""}.fa-skull:before{content:""}.fa-skull-crossbones:before{content:""}.fa-skyatlas:before{content:""}.fa-skype:before{content:""}.fa-slack:before{content:""}.fa-slack-hash:before{content:""}.fa-slash:before{content:""}.fa-sleigh:before{content:""}.fa-sliders-h:before{content:""}.fa-slideshare:before{content:""}.fa-smile:before{content:""}.fa-smile-beam:before{content:""}.fa-smile-wink:before{content:""}.fa-smog:before{content:""}.fa-smoking:before{content:""}.fa-smoking-ban:before{content:""}.fa-sms:before{content:""}.fa-snapchat:before{content:""}.fa-snapchat-ghost:before{content:""}.fa-snapchat-square:before{content:""}.fa-snowboarding:before{content:""}.fa-snowflake:before{content:""}.fa-snowman:before{content:""}.fa-snowplow:before{content:""}.fa-socks:before{content:""}.fa-solar-panel:before{content:""}.fa-sort:before{content:""}.fa-sort-alpha-down:before{content:""}.fa-sort-alpha-down-alt:before{content:""}.fa-sort-alpha-up:before{content:""}.fa-sort-alpha-up-alt:before{content:""}.fa-sort-amount-down:before{content:""}.fa-sort-amount-down-alt:before{content:""}.fa-sort-amount-up:before{content:""}.fa-sort-amount-up-alt:before{content:""}.fa-sort-down:before{content:""}.fa-sort-numeric-down:before{content:""}.fa-sort-numeric-down-alt:before{content:""}.fa-sort-numeric-up:before{content:""}.fa-sort-numeric-up-alt:before{content:""}.fa-sort-up:before{content:""}.fa-soundcloud:before{content:""}.fa-sourcetree:before{content:""}.fa-spa:before{content:""}.fa-space-shuttle:before{content:""}.fa-speakap:before{content:""}.fa-speaker-deck:before{content:""}.fa-spell-check:before{content:""}.fa-spider:before{content:""}.fa-spinner:before{content:""}.fa-splotch:before{content:""}.fa-spotify:before{content:""}.fa-spray-can:before{content:""}.fa-square:before{content:""}.fa-square-full:before{content:""}.fa-square-root-alt:before{content:""}.fa-squarespace:before{content:""}.fa-stack-exchange:before{content:""}.fa-stack-overflow:before{content:""}.fa-stackpath:before{content:""}.fa-stamp:before{content:""}.fa-star:before{content:""}.fa-star-and-crescent:before{content:""}.fa-star-half:before{content:""}.fa-star-half-alt:before{content:""}.fa-star-of-david:before{content:""}.fa-star-of-life:before{content:""}.fa-staylinked:before{content:""}.fa-steam:before{content:""}.fa-steam-square:before{content:""}.fa-steam-symbol:before{content:""}.fa-step-backward:before{content:""}.fa-step-forward:before{content:""}.fa-stethoscope:before{content:""}.fa-sticker-mule:before{content:""}.fa-sticky-note:before{content:""}.fa-stop:before{content:""}.fa-stop-circle:before{content:""}.fa-stopwatch:before{content:""}.fa-store:before{content:""}.fa-store-alt:before{content:""}.fa-strava:before{content:""}.fa-stream:before{content:""}.fa-street-view:before{content:""}.fa-strikethrough:before{content:""}.fa-stripe:before{content:""}.fa-stripe-s:before{content:""}.fa-stroopwafel:before{content:""}.fa-studiovinari:before{content:""}.fa-stumbleupon:before{content:""}.fa-stumbleupon-circle:before{content:""}.fa-subscript:before{content:""}.fa-subway:before{content:""}.fa-suitcase:before{content:""}.fa-suitcase-rolling:before{content:""}.fa-sun:before{content:""}.fa-superpowers:before{content:""}.fa-superscript:before{content:""}.fa-supple:before{content:""}.fa-surprise:before{content:""}.fa-suse:before{content:""}.fa-swatchbook:before{content:""}.fa-swift:before{content:""}.fa-swimmer:before{content:""}.fa-swimming-pool:before{content:""}.fa-symfony:before{content:""}.fa-synagogue:before{content:""}.fa-sync:before{content:""}.fa-sync-alt:before{content:""}.fa-syringe:before{content:""}.fa-table:before{content:""}.fa-table-tennis:before{content:""}.fa-tablet:before{content:""}.fa-tablet-alt:before{content:""}.fa-tablets:before{content:""}.fa-tachometer-alt:before{content:""}.fa-tag:before{content:""}.fa-tags:before{content:""}.fa-tape:before{content:""}.fa-tasks:before{content:""}.fa-taxi:before{content:""}.fa-teamspeak:before{content:""}.fa-teeth:before{content:""}.fa-teeth-open:before{content:""}.fa-telegram:before{content:""}.fa-telegram-plane:before{content:""}.fa-temperature-high:before{content:""}.fa-temperature-low:before{content:""}.fa-tencent-weibo:before{content:""}.fa-tenge:before{content:""}.fa-terminal:before{content:""}.fa-text-height:before{content:""}.fa-text-width:before{content:""}.fa-th:before{content:""}.fa-th-large:before{content:""}.fa-th-list:before{content:""}.fa-the-red-yeti:before{content:""}.fa-theater-masks:before{content:""}.fa-themeco:before{content:""}.fa-themeisle:before{content:""}.fa-thermometer:before{content:""}.fa-thermometer-empty:before{content:""}.fa-thermometer-full:before{content:""}.fa-thermometer-half:before{content:""}.fa-thermometer-quarter:before{content:""}.fa-thermometer-three-quarters:before{content:""}.fa-think-peaks:before{content:""}.fa-thumbs-down:before{content:""}.fa-thumbs-up:before{content:""}.fa-thumbtack:before{content:""}.fa-ticket-alt:before{content:""}.fa-times:before{content:""}.fa-times-circle:before{content:""}.fa-tint:before{content:""}.fa-tint-slash:before{content:""}.fa-tired:before{content:""}.fa-toggle-off:before{content:""}.fa-toggle-on:before{content:""}.fa-toilet:before{content:""}.fa-toilet-paper:before{content:""}.fa-toolbox:before{content:""}.fa-tools:before{content:""}.fa-tooth:before{content:""}.fa-torah:before{content:""}.fa-torii-gate:before{content:""}.fa-tractor:before{content:""}.fa-trade-federation:before{content:""}.fa-trademark:before{content:""}.fa-traffic-light:before{content:""}.fa-train:before{content:""}.fa-tram:before{content:""}.fa-transgender:before{content:""}.fa-transgender-alt:before{content:""}.fa-trash:before{content:""}.fa-trash-alt:before{content:""}.fa-trash-restore:before{content:""}.fa-trash-restore-alt:before{content:""}.fa-tree:before{content:""}.fa-trello:before{content:""}.fa-tripadvisor:before{content:""}.fa-trophy:before{content:""}.fa-truck:before{content:""}.fa-truck-loading:before{content:""}.fa-truck-monster:before{content:""}.fa-truck-moving:before{content:""}.fa-truck-pickup:before{content:""}.fa-tshirt:before{content:""}.fa-tty:before{content:""}.fa-tumblr:before{content:""}.fa-tumblr-square:before{content:""}.fa-tv:before{content:""}.fa-twitch:before{content:""}.fa-twitter:before{content:""}.fa-twitter-square:before{content:""}.fa-typo3:before{content:""}.fa-uber:before{content:""}.fa-ubuntu:before{content:""}.fa-uikit:before{content:""}.fa-umbraco:before{content:""}.fa-umbrella:before{content:""}.fa-umbrella-beach:before{content:""}.fa-underline:before{content:""}.fa-undo:before{content:""}.fa-undo-alt:before{content:""}.fa-uniregistry:before{content:""}.fa-universal-access:before{content:""}.fa-university:before{content:""}.fa-unlink:before{content:""}.fa-unlock:before{content:""}.fa-unlock-alt:before{content:""}.fa-untappd:before{content:""}.fa-upload:before{content:""}.fa-ups:before{content:""}.fa-usb:before{content:""}.fa-user:before{content:""}.fa-user-alt:before{content:""}.fa-user-alt-slash:before{content:""}.fa-user-astronaut:before{content:""}.fa-user-check:before{content:""}.fa-user-circle:before{content:""}.fa-user-clock:before{content:""}.fa-user-cog:before{content:""}.fa-user-edit:before{content:""}.fa-user-friends:before{content:""}.fa-user-graduate:before{content:""}.fa-user-injured:before{content:""}.fa-user-lock:before{content:""}.fa-user-md:before{content:""}.fa-user-minus:before{content:""}.fa-user-ninja:before{content:""}.fa-user-nurse:before{content:""}.fa-user-plus:before{content:""}.fa-user-secret:before{content:""}.fa-user-shield:before{content:""}.fa-user-slash:before{content:""}.fa-user-tag:before{content:""}.fa-user-tie:before{content:""}.fa-user-times:before{content:""}.fa-users:before{content:""}.fa-users-cog:before{content:""}.fa-usps:before{content:""}.fa-ussunnah:before{content:""}.fa-utensil-spoon:before{content:""}.fa-utensils:before{content:""}.fa-vaadin:before{content:""}.fa-vector-square:before{content:""}.fa-venus:before{content:""}.fa-venus-double:before{content:""}.fa-venus-mars:before{content:""}.fa-viacoin:before{content:""}.fa-viadeo:before{content:""}.fa-viadeo-square:before{content:""}.fa-vial:before{content:""}.fa-vials:before{content:""}.fa-viber:before{content:""}.fa-video:before{content:""}.fa-video-slash:before{content:""}.fa-vihara:before{content:""}.fa-vimeo:before{content:""}.fa-vimeo-square:before{content:""}.fa-vimeo-v:before{content:""}.fa-vine:before{content:""}.fa-vk:before{content:""}.fa-vnv:before{content:""}.fa-voicemail:before{content:""}.fa-volleyball-ball:before{content:""}.fa-volume-down:before{content:""}.fa-volume-mute:before{content:""}.fa-volume-off:before{content:""}.fa-volume-up:before{content:""}.fa-vote-yea:before{content:""}.fa-vr-cardboard:before{content:""}.fa-vuejs:before{content:""}.fa-walking:before{content:""}.fa-wallet:before{content:""}.fa-warehouse:before{content:""}.fa-water:before{content:""}.fa-wave-square:before{content:""}.fa-waze:before{content:""}.fa-weebly:before{content:""}.fa-weibo:before{content:""}.fa-weight:before{content:""}.fa-weight-hanging:before{content:""}.fa-weixin:before{content:""}.fa-whatsapp:before{content:""}.fa-whatsapp-square:before{content:""}.fa-wheelchair:before{content:""}.fa-whmcs:before{content:""}.fa-wifi:before{content:""}.fa-wikipedia-w:before{content:""}.fa-wind:before{content:""}.fa-window-close:before{content:""}.fa-window-maximize:before{content:""}.fa-window-minimize:before{content:""}.fa-window-restore:before{content:""}.fa-windows:before{content:""}.fa-wine-bottle:before{content:""}.fa-wine-glass:before{content:""}.fa-wine-glass-alt:before{content:""}.fa-wix:before{content:""}.fa-wizards-of-the-coast:before{content:""}.fa-wolf-pack-battalion:before{content:""}.fa-won-sign:before{content:""}.fa-wordpress:before{content:""}.fa-wordpress-simple:before{content:""}.fa-wpbeginner:before{content:""}.fa-wpexplorer:before{content:""}.fa-wpforms:before{content:""}.fa-wpressr:before{content:""}.fa-wrench:before{content:""}.fa-x-ray:before{content:""}.fa-xbox:before{content:""}.fa-xing:before{content:""}.fa-xing-square:before{content:""}.fa-y-combinator:before{content:""}.fa-yahoo:before{content:""}.fa-yammer:before{content:""}.fa-yandex:before{content:""}.fa-yandex-international:before{content:""}.fa-yarn:before{content:""}.fa-yelp:before{content:""}.fa-yen-sign:before{content:""}.fa-yin-yang:before{content:""}.fa-yoast:before{content:""}.fa-youtube:before{content:""}.fa-youtube-square:before{content:""}.fa-zhihu:before{content:""}@font-face{font-family:Font Awesome\ 5 Brands;font-style:normal;font-weight:400;font-display:auto;src:url(/_next/static/media/fa-brands-400.f03ce14d.eot);src:url(/_next/static/media/fa-brands-400.f03ce14d.eot) format("embedded-opentype"),url(/_next/static/media/fa-brands-400.e9133931.woff2) format("woff2"),url(/_next/static/media/fa-brands-400.180282d2.woff) format("woff"),url(/_next/static/media/fa-brands-400.3726a30a.ttf) format("truetype"),url(/_next/static/media/fa-brands-400.53095329.svg) format("svg")}.fab{font-family:Font Awesome\ 5 Brands}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:400;font-display:auto;src:url(/_next/static/media/fa-regular-400.663161e4.eot);src:url(/_next/static/media/fa-regular-400.663161e4.eot) format("embedded-opentype"),url(/_next/static/media/fa-regular-400.d1f18287.woff2) format("woff2"),url(/_next/static/media/fa-regular-400.2a7882d9.woff) format("woff"),url(/_next/static/media/fa-regular-400.7378b8d5.ttf) format("truetype"),url(/_next/static/media/fa-regular-400.03a5aaef.svg) format("svg")}.far{font-weight:400}@font-face{font-family:Font Awesome\ 5 Free;font-style:normal;font-weight:900;font-display:auto;src:url(/_next/static/media/fa-solid-900.8d4f13b7.eot);src:url(/_next/static/media/fa-solid-900.8d4f13b7.eot) format("embedded-opentype"),url(/_next/static/media/fa-solid-900.9fe4f614.woff2) format("woff2"),url(/_next/static/media/fa-solid-900.051131a3.woff) format("woff"),url(/_next/static/media/fa-solid-900.d3c14aff.ttf) format("truetype"),url(/_next/static/media/fa-solid-900.1a05ae89.svg) format("svg")}.fa,.far,.fas{font-family:Font Awesome\ 5 Free}.fa,.fas{font-weight:900}.container{width:100%;max-width:1398px;margin:0 auto;padding:0 20px;font-family:Roboto}@media screen and (min-width:1440px){.container{padding:0}}.clear:after,.clear:before{content:" ";display:table}.clear:after{clear:both}.paddings{padding:3rem 0}.sr-only{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0,0,0,0);border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;margin:0;overflow:visible;clip:auto}.no-scroll{overflow:hidden}.hide{display:none}.flex,.show{display:flex}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.relative{position:relative}.absolute{position:absolute}.sticky-sidebar{position:sticky;top:70px}@media only screen and (max-width:768px){.sticky-sidebar{position:relative}}.main-wrapper{overflow:hidden}.test{height:1500px}@keyframes beat{0%{transform:scale(.9)}15%{transform:scale(.95)}25%{transform:scale(1)}35%{transform:scale(1.05)}45%{transform:scale(1.1)}55%{transform:scale(1.15)}65%{transform:scale(1.1)}75%{transform:scale(1.05)}85%{transform:scale(1)}95%{transform:scale(.95)}to{transform:scale(.9)}}.ml-0{margin-left:0!important}@font-face{font-family:slick;font-weight:400;font-style:normal;src:url(/_next/static/media/slick.653a4cbb.woff) format("woff")}@font-face{font-family:Roboto;src:url(/_next/static/media/Roboto-Light.1ad50b89.ttf);font-weight:300;font-style:"normal";font-display:swap}@font-face{font-family:Roboto;src:url(/_next/static/media/Roboto-Regular.d0bc87a8.ttf);font-weight:400;font-style:"normal";font-display:swap}@font-face{font-family:Roboto;src:url(/_next/static/media/Roboto-Medium.9204c2aa.ttf);font-weight:500;font-style:"normal";font-display:swap}@font-face{font-family:Roboto;src:url(/_next/static/media/Roboto-Bold.c36a3fe0.ttf);font-weight:700;font-style:"normal";font-display:swap}@font-face{font-family:Roboto;src:url(/_next/static/media/Roboto-Black.6ed32619.ttf);font-weight:900;font-style:"normal";font-display:swap}@font-face{font-family:Inter;src:url(/_next/static/media/Inter-SemiBold.3ae10a5f.ttf);font-weight:800;font-style:"normal";font-display:swap}@font-face{font-family:FuturaPT;src:url(/_next/static/media/FuturaPT-Book.c6fff6cf.ttf);font-weight:400;font-style:"normal";font-display:swap}html{font-size:62.5%;max-width:100vw;overflow-x:hidden;scroll-behavior:smooth}@media(max-width:1024px){html{font-size:55%}}@media only screen and (max-width:tablet-large){html{font-size:55%}}body{font-size:1.6rem;font-weight:400;line-height:1.3;overflow-x:clip;color:#000;max-width:100vw}body,h1,h2,h3,h4,h5,h6{font-family:Roboto,sans-serif}h1,h2,h3,h4,h5,h6{font-weight:600}.h1,h1{font-size:3.2rem}.h2,h2{font-size:2.8rem}.h3,h3{font-size:2.4rem}.h4,h4{font-size:2rem}.h5,h5{font-size:1.8rem}.h6,h6{font-size:1.6rem}button{background-color:transparent}input,textarea{font-family:Roboto,sans-serif}textarea{resize:none}input[type=radio]{-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;width:15px;height:15px;background-color:#fff;border:2px solid #15528e;border-radius:50%;outline:none;margin:0 10px 0 0}input[type=radio]:checked{position:relative}input[type=radio]:checked:after{background-color:#15528e;border-radius:50%;box-sizing:border-box;content:"";position:absolute;width:7px;height:7px;transform-origin:bottom right;transform:translateX(2px) translateY(2px)}a,button{cursor:pointer}.button{background-color:#15528e;font-weight:600;font-size:14px;line-height:16px;padding:13px 15px 12px}.button:hover{background-color:#e44a4a}.button-blue-border{border:2px solid #15528e;border-radius:8px;color:#212121;font-weight:600;padding:13px 15px 12px}.button-blue-border:hover{background-color:#15528e;color:#fff}.button-danger-border{border:2px solid #e44a4a;border-radius:8px;color:#212121;font-weight:600;padding:13px 15px 12px}.button-danger-border:hover{background-color:#e44a4a;color:#fff}.button-blue-dark{border:2px solid #15528e;background-color:#15528e;border-radius:8px;color:#fff;font-weight:600;padding:13px 15px 12px}.button-blue-dark:hover{background-color:#e44a4a;border:2px solid #e44a4a}.button-blue-light{border:2px solid #45719b;border-radius:8px;background:#45719b;color:#fff;font-weight:600;padding:13px 15px 12px}.button-blue-light:hover{background-color:#e44a4a;border:2px solid #e44a4a}.text-uppercase{text-transform:uppercase}.text-bold,.text-bold .label-item{font-weight:600}.display-flex{display:flex}.flex-wrap{flex-wrap:wrap}.align-center,.button{align-items:center}.button{display:flex;justify-content:center;font-family:Roboto,sans-serif;font-weight:500;font-size:16px;line-height:19px;text-align:center;color:#fff;background:#e44a4a;border-radius:5px}.layout{display:flex;flex-wrap:wrap}.layout-row{display:flex;flex-direction:row}.layout-column{display:flex;flex-direction:column}.bg-primary-light,.square-button-primary-light{background-color:#e7eef8}.bg-primary-light.label-item,.square-button-primary-light.label-item{color:#000}.bg-primary,.square-button-primary{background-color:#15528e;color:#fff}.bg-primary.label-item,.square-button-primary.label-item{color:#fff}.bg-download,.square-button-download{background-color:#006400;color:#fff}.bg-download:hover,.square-button-download:hover{background-color:#787676}.bg-light,.square-button-light{background-color:#fff;border:1px solid #ebeaea}.bg-light.label-item,.square-button-light.label-item{color:#000}.bg-success,.square-button-success{background-color:#e44a4a}.bg-success.label-item,.square-button-success.label-item{color:#000}.bg-success:hover,.square-button-success:hover{background-color:#ba3a3a}.bg-success-light,.square-button-success-light{background-color:rgba(228,74,74,.17)}.bg-success-light.label-item,.square-button-success-light.label-item{color:#000}.bg-gray,.square-button-gray{background-color:#ebeaea}.bg-gray.label-item,.square-button-gray.label-item{color:#000}.button-action{margin-right:5px;margin-bottom:5px}a,a .icon,a i,a span,button,button .icon,button i,button span{transition:.2s ease-in-out}.button-action:hover .bg-primary-light,.button-action:hover .square-button-primary-light,button:hover .bg-primary-light,button:hover .square-button-primary-light{background-color:#15528e;color:#fff}.button-action:hover .bg-primary,.button-action:hover .square-button-primary,button:hover .bg-primary,button:hover .square-button-primary{background-color:#e44a4a}.button-action:hover .bg-light,.button-action:hover .square-button-light,button:hover .bg-light,button:hover .square-button-light{background-color:#e7eef8}.button-action:hover .bg-light.square-button-hover,.button-action:hover .square-button-light.square-button-hover,button:hover .bg-light.square-button-hover,button:hover .square-button-light.square-button-hover{background-color:rgba(228,74,74,.17)}.button-action:hover .bg-success,.button-action:hover .square-button-success,button:hover .bg-success,button:hover .square-button-success{background-color:#df2626}.button-action:hover .bg-success-light,.button-action:hover .square-button-success-light,button:hover .bg-success-light,button:hover .square-button-success-light{background-color:#e44a4a;color:#fff}.button-action:hover .bg-gray,.button-action:hover .square-button-gray,button:hover .bg-gray,button:hover .square-button-gray{background-color:#d7d5d5}.item-name-size-sm{border-radius:3px;line-height:16px;padding:0 3px}.item-name-size-sm.label-item{font-size:1.4rem}.item-name-size-md{border-radius:4px;padding:0 5px;line-height:26px}.item-name-size-md.label-item{font-size:1.4rem}.item-name-size-lg{border-radius:5px;padding:0 15px;line-height:40px}.item-name-size-lg.label-item{font-size:1.6rem}@media only screen and (max-width:1250px){.item-name-size-lg.label-item{font-size:1.4rem}}.view-button{align-items:center;display:flex;justify-content:center}.view-button.order-left{order:2;margin-left:7px}.view-button.order-right{margin-right:7px}.square-button-size-sm{border-radius:2px;width:16px;height:16px;padding:2px;font-size:11px;line-height:13px}.square-button-size-md{border-radius:4px;width:26px;height:26px;padding:5px}.square-button-size-md .icon{font-size:12px;line-height:14px}.square-button-size-lg{border-radius:5px;width:40px;height:40px}.square-button-size-lg .icon,.square-button-size-lg span{width:22px!important;height:22px!important}.square-button-size-lg .icon{font-size:20px;line-height:22px}.square-button-success{align-items:center;display:flex;justify-content:center}.square-button-success .icon{color:#fff;width:16px;height:16px}.square-button-success .custom-icon{width:11px!important;height:11px!important}.square-button-light{align-items:center;display:flex;justify-content:center}.square-button-light .icon{color:#15528e}.square-button-primary{align-items:center;display:flex;justify-content:center}.square-button-primary .icon{color:#fff}.btn-lh-58{border-radius:10px;padding:18px 30px;font-size:2rem}.btn-lh-100{padding:36.5px 25px;font-size:2rem}@media(max-width:768px){.btn-lh-100{padding:1.5rem 2rem}}@media only screen and (max-width:tablet){.btn-lh-100{padding:1.5rem 2rem}}.btn-lh-100.button-blue-border,.btn-lh-100.button-danger-border{padding:36.5px 25px}@media(max-width:768px){.btn-lh-100.button-blue-border,.btn-lh-100.button-danger-border{padding:1.5rem 2rem}}@media only screen and (max-width:tablet){.btn-lh-100.button-blue-border,.btn-lh-100.button-danger-border{padding:1.5rem 2rem}}.btn .relative{position:relative}main{min-height:calc(100vh - 675px)}@media(max-width:768px){.hidden-xs{display:none}}@media only screen and (max-width:tablet){.hidden-xs{display:none}}@media(min-width:769px){.visible-xs{display:none}}@media only screen and (max-width:tablet-min){.visible-xs{display:none}}.content-block-main{margin-top:5rem;margin-bottom:5rem}.title-page_header{border-bottom:1px solid #e6e6e6;position:relative;margin-bottom:3rem;width:100%}.title-page_header:after{content:"";bottom:-1px;position:absolute;min-width:145px;width:30%;height:2px;margin:0;background:#e44a4a}.title-page_header .h1,.title-page_header h1{font-size:3.2rem;line-height:3.8rem;margin-bottom:1.8rem!important}.content-block{word-wrap:break-word}.content-block h1,.content-block h2,.content-block h3,.content-block h4,.content-block h5,.content-block h6{line-height:1.3;margin-bottom:3rem}.content-block h1{font-size:3.2rem}.content-block h2{font-size:3rem}.content-block h3{font-size:2.8rem}.content-block h4{font-size:2.3rem}.content-block h5{font-size:2rem}.content-block h6{font-size:1.8rem}.content-block ul{margin-left:3rem}.content-block ul li{list-style:disc none outside;list-style:initial}.content-block ol{margin-left:3rem}.content-block ol li{list-style:auto}.content-block b,.content-block strong{font-weight:700}.content-block p{margin-bottom:10px}.content-block div,.content-block li,.content-block p,.content-block span{background-color:transparent!important}.content-block a:not(.btn):not(.button),.content-block div,.content-block li,.content-block p,.content-block span{font-weight:400!important;font-size:1.8rem!important;line-height:2.8rem!important;font-family:Roboto,sans-serif!important}.content-block a:not(.btn):not(.button){color:inherit;text-decoration:underline}.content-block a:not(.btn):not(.button):focus,.content-block a:not(.btn):not(.button):hover{color:#15528e}.content-block em,.content-block i:not([class]){font-style:italic}.content-block .has-text-align-center{text-align:center}.content-block blockquote:not(.video-course__notice){background-color:#fff;border-left:5px solid #15528e;font-size:1.9rem;line-height:2.8rem;padding:2rem;margin-bottom:3rem}.content-block blockquote.video-course__notice{background:#f4f9ff;border-radius:8px;padding:1rem;margin-bottom:18px}.content-block blockquote.video-course__notice p{margin-bottom:0}.content-block figure,.content-block table{height:auto!important}.content-block table{border-collapse:collapse;max-width:100%;min-width:100%;overflow-x:auto;display:block;margin:0 auto 30px;font-size:1.4rem;line-height:2rem}.content-block table caption{font-weight:500;display:block;margin-bottom:.5rem;text-align:left;width:100%}.content-block table::-webkit-scrollbar{width:6px;height:5px;padding-top:30px;padding-bottom:20px}.content-block table::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:3px}.content-block table::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}.content-block table p{margin-bottom:.5rem;font-size:1.4rem;line-height:2rem}.content-block table td{background-color:#fff}.content-block table tr:first-child>td,.content-block table tr:first-child>th{background:#15528e;color:#000}.content-block table td,.content-block table th{border:1px solid #e6e6e6;padding:10px 5px;height:auto!important}.content-block table tbody,.content-block table td,.content-block table tr{vertical-align:middle;height:auto!important}.content-block table tbody,.content-block table thead{display:inline-table;width:100%}.content-block code{background:#e6e6e6;padding-left:.2rem;padding-right:.2rem}.content-block details{border:1px solid #15528e;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.content-block details summary::marker{color:#15528e}.content-block img{border-radius:10px;max-width:100%}.content-block iframe,.content-block video{width:100%}.content-block .myBtnRed{background-color:#e44a4a;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;width:-moz-fit-content;width:fit-content;font-size:1.6rem;font-weight:500;line-height:1.9rem;border-radius:5px;padding:10px 20px;margin:1rem auto;min-width:20rem}.content-block .myBtnRed:hover{color:#fff;background-color:#ba3a3a}.content-block-info-price{color:#000;font-size:2rem;font-weight:600;margin-right:3rem}.content-block-info .redirect-button,.content-block-info-price{margin-bottom:1rem;margin-top:1rem}.content-block abbr{text-decoration:none}.has-text-align-center{text-align:center}.alignright{float:right}.error-page{text-align:center;padding-top:7rem;padding-bottom:7rem}.error-page_content{align-items:center;color:#000;display:flex;flex-wrap:wrap;font-size:2rem;justify-content:center}@media(max-width:768px){.error-page_content{flex-direction:column;text-align:center}}@media only screen and (max-width:tablet){.error-page_content{flex-direction:column;text-align:center}}.error-page_content p{margin-bottom:.5rem}.error-page_content_title{margin:2rem}.error-page_content_text{margin:2rem;text-align:left}.error-page_content_text-space{margin-bottom:1.5rem!important}@media(min-width:769px){.error-page_content_text{padding-left:10rem;width:75%}}@media only screen and (max-width:tablet-min){.error-page_content_text{padding-left:10rem;width:75%}}@media(max-width:768px){.error-page_content_text{text-align:center}}@media only screen and (max-width:tablet){.error-page_content_text{text-align:center}}.error-page_content_text p:first-child{font-size:2.4rem;font-weight:600}.error-page_content .button{max-width:25rem;margin-top:1rem}@media(max-width:768px){.error-page_content .button{margin-left:auto;margin-right:auto}}@media only screen and (max-width:tablet){.error-page_content .button{margin-left:auto;margin-right:auto}}.error-page_content .button:hover{background-color:#15528e}.error-page h1{background-color:#e44a4a;background-image:linear-gradient(#e44a4a,#15528e);background-image:conic-gradient(#e44a4a,#15528e);font-size:20rem;font-weight:900;line-height:20rem;-webkit-background-clip:text;-moz-background-clip:text;-webkit-text-fill-color:transparent;-moz-text-fill-color:transparent}@media(max-width:768px){.error-page h1{font-size:15rem;line-height:15rem}}@media only screen and (max-width:tablet){.error-page h1{font-size:15rem;line-height:15rem}}.confirm-page{text-align:center;padding:10rem 0;font-size:3rem}.confirm-page_image{margin-bottom:2rem}.confirm-page_error{color:#e44a4a}.mr-2{margin-right:2rem}.subscribe-popup{position:absolute;width:auto;height:-moz-fit-content;height:fit-content;background:#fff!important;box-shadow:0 0 10px 3px rgba(0,0,0,.07);border-radius:5px;padding:16px 18px;display:none;align-items:baseline;top:-90px;left:-4px;flex-direction:column}@media(min-width:1025px){.subscribe-popup{width:310px}}@media only screen and (max-width:tablet-large-min){.subscribe-popup{width:310px}}@media(max-width:1024px){.subscribe-popup{width:200px}}@media only screen and (max-width:tablet-large){.subscribe-popup{width:200px}}@media(max-width:768px){.subscribe-popup{padding:16px 9px;width:150px}}@media only screen and (max-width:tablet){.subscribe-popup{padding:16px 9px;width:150px}}.subscribe-popup:after{content:"";position:absolute;left:10px;top:100%;width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;clear:both}@media(max-width:768px){.subscribe-popup:after{left:10px}}@media only screen and (max-width:tablet){.subscribe-popup:after{left:10px}}.subscribe-popup p{position:relative;z-index:2;font-family:Roboto,sans-serif;font-size:1.4rem;line-height:1.6rem;color:#000;margin-bottom:5px;width:195px}@media(max-width:1024px){.subscribe-popup p{width:auto}}@media only screen and (max-width:tablet-large){.subscribe-popup p{width:auto}}.subscribe-popup__link{position:relative;z-index:2;font-family:Roboto,sans-serif;font-style:normal;font-weight:600;font-size:1.4rem;line-height:1.6rem;color:#15528e;display:flex;align-items:center;width:auto;cursor:pointer}.subscribe-popup__link>span{text-decoration:underline}.subscribe-popup__link i{margin-left:4px;font-size:12px}.subscribe-popup__link:hover{color:#e44a4a}.subscribe-popup__icon{position:absolute;bottom:0;right:11px;z-index:1}@media(max-width:768px){.subscribe-popup__icon svg{width:5rem;height:5rem}}@media only screen and (max-width:tablet){.subscribe-popup__icon svg{width:5rem;height:5rem}}.subscribe-popup.active{display:flex;flex-direction:column;z-index:9;background:#fff!important}.subscribe-popup.active>div{align-items:flex-start;flex-direction:column}.rdt_TableCell>div{white-space:unset!important}.close__img g path{fill:#e44a4a!important}.ReactModal__Overlay{overflow-y:scroll}.Toastify__toast-container{z-index:99999}.question-subscription-description{margin-left:2rem}.thanks-page__buttons{display:flex;justify-content:center;margin-top:5rem}@media(max-width:768px){.thanks-page__buttons{flex-direction:column;justify-content:center;align-items:center}}@media only screen and (max-width:tablet){.thanks-page__buttons{flex-direction:column;justify-content:center;align-items:center}}.thanks-page__buttons button{padding:16.5px 14px;max-height:60px;background:#15528e;border-radius:4px;font-weight:600;font-size:1.8rem;line-height:2.7rem;color:#fff}@media(max-width:768px){.thanks-page__buttons button{margin-bottom:16px}}@media only screen and (max-width:tablet){.thanks-page__buttons button{margin-bottom:16px}}.thanks-page__buttons button:nth-child(2){margin-left:2rem}.thanks-page__buttons a{color:#fff!important}.image-style-align-center{display:flex;justify-content:center}.article__content__paragraph figure,.article__content__paragraph table{max-width:100%}.image-style-align-right{display:flex;justify-content:flex-end}.d-none{display:none}.header{box-shadow:0 10px 17px -12px rgba(0,0,0,.25);background-color:#fff;min-height:114px;top:0;z-index:1000;width:100%;background:#fff;position:relative}@media(max-width:1024px){.header{min-height:129px}}@media only screen and (max-width:tablet-large){.header{min-height:129px}}.header .loading-wrapper{position:inherit;height:20rem}.header .loading-wrapper .spinner,.header .loading-wrapper .spinner div{width:60px;height:60px}.header .empty-list{height:20vh}.header .header-contact-ribon{width:100%;height:auto;background:linear-gradient(90deg,#15528e .37%,#0a4076);display:flex;align-items:center}@media(min-width:1025px){.header .header-contact-ribon{height:35px}}@media only screen and (max-width:tablet-large-min){.header .header-contact-ribon{height:35px}}.header .header-contact-ribon__inner{max-width:1398px;margin:0 auto;width:100%;display:flex;justify-content:space-between;align-items:center;padding:0 20px}@media screen and (min-width:1600px){.header .header-contact-ribon__inner{padding:0}}@media(max-width:768px){.header .header-contact-ribon__inner{padding-right:0}}@media only screen and (max-width:tablet){.header .header-contact-ribon__inner{padding-right:0}}.header .header-contact-ribon__links{display:flex;align-items:center}@media(max-width:1024px){.header .header-contact-ribon__links{display:none}}@media only screen and (max-width:tablet-large){.header .header-contact-ribon__links{display:none}}.header .header-contact-ribon__links>div{display:flex;align-items:baseline;flex-direction:column}@media screen and (min-width:565px){.header .header-contact-ribon__links>div{flex-direction:row;align-items:center}}.header .header-contact-ribon__links>div:first-child{margin-right:10px;flex-wrap:wrap;width:-moz-fit-content;width:fit-content;max-width:-moz-fit-content;max-width:fit-content;padding:10px 0}@media screen and (min-width:355px){.header .header-contact-ribon__links>div:first-child{margin-right:25px}}@media screen and (min-width:710px){.header .header-contact-ribon__links>div:first-child{width:auto;max-width:none;padding:0}}.header .header-contact-ribon__links>div:first-child a:first-child{margin-right:25px;margin-bottom:10px}@media screen and (min-width:565px){.header .header-contact-ribon__links>div:first-child a:first-child{margin-bottom:0}}.header .header-contact-ribon__links>div:first-child a>span{margin-right:9px!important}.header .header-contact-ribon__links>div:last-child{display:none}@media(min-width:769px){.header .header-contact-ribon__links>div:last-child{display:flex}}@media only screen and (max-width:tablet-min){.header .header-contact-ribon__links>div:last-child{display:flex}}.header .header-contact-ribon__links>div a{transition:.2s ease-in-out}.header .header-contact-ribon__links>div a i{color:hsla(0,0%,100%,.51);transition:.2s ease-in-out}.header .header-contact-ribon__links>div a>span{width:18px!important;height:18px!important}@media screen and (min-width:992px){.header .header-contact-ribon__links>div a>span{width:auto!important;height:auto!important}}.header .header-contact-ribon__links>div a:hover i{color:#fff}.header .header-contact-ribon__links a,.header .header-contact-ribon__links p{font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.7rem;color:#fff;display:flex;align-items:center;margin-right:16px}@media(min-width:769px){.header .header-contact-ribon__links a,.header .header-contact-ribon__links p{font-size:1.6rem;line-height:1.9rem}}@media only screen and (max-width:tablet-min){.header .header-contact-ribon__links a,.header .header-contact-ribon__links p{font-size:1.6rem;line-height:1.9rem}}.header .header-contact-ribon__links a:last-child,.header .header-contact-ribon__links p:last-child{margin-right:0}.header .header-contact-ribon__links .header-contact-ribon__contact i{font-size:1.1rem}@media(min-width:1025px){.header .header-contact-ribon__links .header-contact-ribon__contact i{margin-right:9px}}@media only screen and (max-width:tablet-large-min){.header .header-contact-ribon__links .header-contact-ribon__contact i{margin-right:9px}}.header .header-contact-ribon__links .header-contact-ribon__contact a:hover p{text-decoration:underline}.header .header-contact-ribon__links .header-contact-ribon__social-icons i{font-size:1.4rem}.header .header-contact-ribon__btns{display:flex;justify-content:flex-start;align-items:center;height:35px;z-index:2}@media(min-width:1025px){.header .header-contact-ribon__btns{height:auto}}@media only screen and (max-width:tablet-large-min){.header .header-contact-ribon__btns{height:auto}}@media(max-width:1024px){.header .header-contact-ribon__btns{margin-left:1rem;height:35px}}@media only screen and (max-width:tablet-large){.header .header-contact-ribon__btns{margin-left:1rem;height:35px}}@media(max-width:768px){.header .header-contact-ribon__btns{margin-left:0}}@media only screen and (max-width:tablet){.header .header-contact-ribon__btns{margin-left:0}}.header .header-contact-ribon__btns button{width:auto;height:35px;background:transparent;margin:0;display:flex;justify-content:center;align-items:center;text-align:center;border:none;outline:none}@media(min-width:1025px){.header .header-contact-ribon__btns button>span:not(.notification__count){margin-right:.8rem!important}}@media only screen and (max-width:tablet-large-min){.header .header-contact-ribon__btns button>span:not(.notification__count){margin-right:.8rem!important}}@media(max-width:1024px){.header .header-contact-ribon__btns button>span:not(.notification__count){height:20px!important;width:18px!important}}@media only screen and (max-width:tablet-large){.header .header-contact-ribon__btns button>span:not(.notification__count){height:20px!important;width:18px!important}}@media(max-width:1024px){.header .header-contact-ribon__btns button{height:50px;padding:0 20px}}@media only screen and (max-width:tablet-large){.header .header-contact-ribon__btns button{height:50px;padding:0 20px}}@media(min-width:1025px){.header .header-contact-ribon__btns button{min-width:140px;height:35px;padding:0 10px}}@media only screen and (max-width:tablet-large-min){.header .header-contact-ribon__btns button{min-width:140px;height:35px;padding:0 10px}}@media(max-width:1200px){.header .header-contact-ribon__btns button{max-width:26rem}}@media only screen and (max-width:laptop){.header .header-contact-ribon__btns button{max-width:26rem}}@media(max-width:480px){.header .header-contact-ribon__btns button{padding:0 15px}}@media only screen and (max-width:phone-large){.header .header-contact-ribon__btns button{padding:0 15px}}.header .header-contact-ribon__btns button.button-profile-sm{text-align:center;font-size:1.8rem;position:relative;justify-content:center;min-width:auto;width:48px}@media only screen and (max-width:phone-small){.header .header-contact-ribon__btns button.button-profile-sm{width:40px}}@media(max-width:374px){.header .header-contact-ribon__btns button.button-profile-sm{width:40px}}.header .header-contact-ribon__btns button.button-profile-sm i{font-size:1.8rem;margin-right:0}.header .header-contact-ribon__btns button.button-profile-sm:before{background:hsla(0,0%,100%,.23);content:"";left:0;top:0;bottom:0;display:block;margin:auto 0;position:absolute;height:2.1rem;width:1px}.header .header-contact-ribon__btns button:first-child{background:hsla(0,0%,100%,.23)}.header .header-contact-ribon__btns button:hover{background:#e44a4a!important}.header .header-contact-ribon__btns button p{color:#fff;text-transform:uppercase;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:1.3rem;line-height:1.5rem;transition:all .3s ease;display:none}@media(min-width:1025px){.header .header-contact-ribon__btns button p{display:block}}@media only screen and (max-width:tablet-large-min){.header .header-contact-ribon__btns button p{display:block}}.header .header-contact-ribon__btns button i{color:#fff;font-size:.9rem}@media(min-width:1025px){.header .header-contact-ribon__btns button i{margin-right:8px}}@media only screen and (max-width:tablet-large-min){.header .header-contact-ribon__btns button i{margin-right:8px}}@media(max-width:1024px){.header .header-contact-ribon__btns button i{font-size:2rem}}@media only screen and (max-width:tablet-large){.header .header-contact-ribon__btns button i{font-size:2rem}}.header .header-contact-ribon__btns button>.submeniu-item-title{width:20px!important;height:20px!important}@media(min-width:1025px){.header .header-contact-ribon__btns button>.submeniu-item-title{width:auto!important;height:auto!important;margin-right:8px!important}}@media only screen and (max-width:tablet-large-min){.header .header-contact-ribon__btns button>.submeniu-item-title{width:auto!important;height:auto!important;margin-right:8px!important}}.header .header-navbar{display:flex;justify-content:space-between;align-items:center;max-width:1398px;margin:0 auto;padding:16px 20px;background:#fff}@media(min-width:1025px){.header .header-navbar{padding:0 20px}}@media only screen and (max-width:tablet-large-min){.header .header-navbar{padding:0 20px}}@media(min-width:1441px){.header .header-navbar{padding:0}}@media only screen and (max-width:laptop-large-min){.header .header-navbar{padding:0}}.header .header-navbar__menu{height:80px;display:none;margin:0 10px}@media(min-width:1025px){.header .header-navbar__menu{display:block}}@media only screen and (max-width:tablet-large-min){.header .header-navbar__menu{display:block}}.header .header-navbar__menu a{display:block;height:100%;position:relative}.header .header-navbar__menu a:after{background-color:#e44a4a;bottom:0;content:"";left:0;right:0;height:3px;margin:auto;position:absolute;width:0}.header .header-navbar__menu a.active:after{width:100%}.header .header-navbar__menu ul{display:flex;align-items:center;height:100%;min-width:200px}.header .header-navbar__menu ul i{font-size:1rem}.header .header-navbar__menu ul>li{margin-right:25px;position:relative;height:100%;display:flex;justify-content:center;align-items:center}@media(min-width:1201px){.header .header-navbar__menu ul>li{margin-right:40px}}@media only screen and (max-width:laptop-min){.header .header-navbar__menu ul>li{margin-right:40px}}.header .header-navbar__menu ul>li:last-child{margin-right:0}.header .header-navbar__menu ul>li:hover ul{display:flex;flex-direction:column;justify-content:space-evenly;align-items:flex-start;position:absolute;width:auto;height:auto;top:100%;background:#fff;box-shadow:0 0 10px 3px rgba(0,0,0,.07);border-radius:0 0 5px 5px;border-top:5px solid #e44a4a;z-index:1000}.header .header-navbar__menu ul>li:hover ul li{width:100%;transition:all .4s ease;margin:0}.header .header-navbar__menu ul>li:hover ul li:hover ul{display:flex;top:0;left:-100%;width:100%}.header .header-navbar__menu ul>li:hover ul li:hover ul li:hover ul{display:flex;top:-5px}.header .header-navbar__menu ul>li:hover ul li ul,.header .header-navbar__menu ul>li:hover ul li ul li ul,.header .header-navbar__menu ul>li:hover ul li ul li ul li ul,.header .header-navbar__menu ul>li:hover ul li:hover ul li ul,.header .header-navbar__menu ul>li:hover ul li:hover ul li ul li ul{display:none}.header .header-navbar__menu ul>li:hover ul li .submeniu-item-title{position:relative}.header .header-navbar__menu ul>li:hover ul li .submeniu-item-title:before{content:"";font-family:Font Awesome\ 5 Free;font-weight:900;font-size:10px;position:absolute;left:5px;top:0;bottom:0;line-height:31px}.header .header-navbar__menu ul>li:hover ul li .submeniu-item-title,.header .header-navbar__menu ul>li:hover ul li a{white-space:break-spaces;font-family:Roboto,sans-serif;font-weight:400;font-size:1.5rem;color:#000;width:100%;padding:5px 21px}@media(max-width:1200px){.header .header-navbar__menu ul>li:hover ul li .submeniu-item-title,.header .header-navbar__menu ul>li:hover ul li a{font-size:1.4rem}}@media only screen and (max-width:laptop){.header .header-navbar__menu ul>li:hover ul li .submeniu-item-title,.header .header-navbar__menu ul>li:hover ul li a{font-size:1.4rem}}.header .header-navbar__menu ul>li:hover ul li .submeniu-item-title:hover,.header .header-navbar__menu ul>li:hover ul li a:hover{background:hsla(0,0%,85%,.26);color:#15528e;font-weight:600}.header .header-navbar__menu ul>li:nth-child(-n+4)>ul li span:before{content:"";right:5px;left:inherit}.header .header-navbar__menu ul>li:nth-child(-n+4)>ul li:hover ul{left:100%}.header .header-navbar__menu ul>li:nth-child(-n+4)>ul:nth-child(-n+4) ul{right:100%;left:auto!important}.header .header-navbar__menu ul>li>a,.header .header-navbar__menu ul>li>span{font-family:Roboto,sans-serif;font-weight:400;font-size:1.5rem;line-height:18px;color:#000;display:flex;align-items:center;transition:all .3s ease}.header .header-navbar__menu ul>li>a i,.header .header-navbar__menu ul>li>span i{margin-left:1rem}@media(min-width:1201px){.header .header-navbar__menu ul>li>a,.header .header-navbar__menu ul>li>span{font-size:1.8rem;line-height:2.1rem}}@media only screen and (max-width:laptop-min){.header .header-navbar__menu ul>li>a,.header .header-navbar__menu ul>li>span{font-size:1.8rem;line-height:2.1rem}}.header .header-navbar__menu ul>li>a:hover,.header .header-navbar__menu ul>li>span:hover{color:#e44a4a}.header .header-navbar__menu ul>li>a:hover svg path,.header .header-navbar__menu ul>li>span:hover svg path{fill:#e44a4a}.header .header-navbar__menu ul>li>a svg,.header .header-navbar__menu ul>li>span svg{margin-left:5px}.header .header-navbar__menu ul>li ul{display:none;transition:all .3s ease}.header .header-navbar__search{width:50px;height:50px;background:#f5f5f5;border-radius:5px;color:#15528e;outline:none;border:none;display:flex;justify-content:center;align-items:center;transition:all .3s ease;margin-right:10px}.header .header-navbar__search i{color:#15528e;font-size:1.2rem;transition:all .3s ease}@media(max-width:1024px){.header .header-navbar__search i{font-size:1.6rem}}@media only screen and (max-width:tablet-large){.header .header-navbar__search i{font-size:1.6rem}}.header .header-navbar__search svg{transition:all .3s ease}.header .header-navbar__search.active{border-radius:0 5px 5px 0}.header .header-navbar__search:hover{background:#15528e;color:#fff}.header .header-navbar__search:hover i{color:#fff}.header .header-navbar__search:hover svg path{fill:#f5f5f5}.header .header-navbar__btns{display:flex;align-items:center}@media(max-width:1024px){.header .header-navbar__btns .header-navbar__search-items{display:none!important}}@media only screen and (max-width:tablet-large){.header .header-navbar__btns .header-navbar__search-items{display:none!important}}.header .header-navbar__form{background:transparent;position:relative}@media(max-width:1024px){.header .header-navbar__form.hidden-device{display:none}}@media only screen and (max-width:tablet-large){.header .header-navbar__form.hidden-device{display:none}}.header .header-navbar .header-navbar__search-item-link{display:block;width:100%;font-weight:400}.header .header-navbar__search-items{background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.1);border-radius:5px;left:-376px;max-height:30rem;overflow-y:auto;opacity:0;position:absolute;right:100%;top:-100vh;transform:scaleX(1);width:376px}@media(max-width:1024px){.header .header-navbar__search-items{border-radius:0;left:.5rem;width:calc(100vw - 12rem);z-index:9999}}@media only screen and (max-width:tablet-large){.header .header-navbar__search-items{border-radius:0;left:.5rem;width:calc(100vw - 12rem);z-index:9999}}.header .header-navbar__search-items.active{top:100%;opacity:1;min-height:20rem;z-index:9999}.header .header-navbar__search-items::-webkit-scrollbar{width:6px;height:5px;padding-top:30px;padding-bottom:20px}.header .header-navbar__search-items::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:3px}.header .header-navbar__search-items::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}.header .header-navbar__search-items .header-navbar__search-item-link{border-bottom:1px solid #f7f7f7;color:#000;display:block;font-size:1.6rem;padding:1rem}@media(max-width:1024px){.header .header-navbar__search-items .header-navbar__search-item-link{padding:1.5rem}}@media only screen and (max-width:tablet-large){.header .header-navbar__search-items .header-navbar__search-item-link{padding:1.5rem}}.header .header-navbar__form-input{background:#f5f5f5;font-family:Roboto,sans-serif;font-weight:500;font-size:1.4rem;color:#000;padding-left:30px;width:0;height:50px;transform:scaleX(0);transition:all .15s ease;right:100%;position:absolute;border-radius:5px 0 0 5px;opacity:0;visibility:hidden}.header .header-navbar__form-input::-moz-placeholder{color:#9e9e9e}.header .header-navbar__form-input:-ms-input-placeholder{color:#9e9e9e}.header .header-navbar__form-input::placeholder{color:#9e9e9e}.header .header-navbar__form-input.active{transform:scaleX(1);opacity:1;visibility:visible;width:376px}.header .header-navbar__burger{width:40px;height:40px;background:transparent;border-radius:5px;outline:none;border:none;display:flex;flex-wrap:wrap;justify-content:center;align-items:center;transition:all .5s ease;padding:10px 0 10px 20px}.header .header-navbar__burger span{width:100%;height:3px;background:#e44a4a;margin-bottom:5px;display:block;margin-left:auto}.header .header-navbar__burger span:nth-child(2){width:85%}.header .header-navbar__burger span:last-child{margin-bottom:0}@media(min-width:1025px){.header .header-navbar__burger{display:none}}@media only screen and (max-width:tablet-large-min){.header .header-navbar__burger{display:none}}@media(min-width:1025px){.header .header-navbar__burger-device{display:none}}@media only screen and (max-width:tablet-large-min){.header .header-navbar__burger-device{display:none}}.header a,.header a:visited{text-decoration:none!important}.header .indeterminate-progress-bar{background-color:#d1d5db;border-radius:9999px;height:.5rem;position:relative;overflow:hidden}.header .indeterminate-progress-bar__progress{background-color:#3b82f6;border-radius:9999px;position:absolute;bottom:0;top:0;width:50%;animation-duration:2s;animation-iteration-count:infinite;animation-name:indeterminate-progress-bar}@keyframes indeterminate-progress-bar{0%{left:-50%}to{left:100%}}@media only screen and (max-width:1250px){.header-navbar__logo{max-width:20rem;margin-top:5px}}.header-navbar-bottom{background-color:#fff;position:relative;z-index:1}.header-navbar-bottom.fixed{box-shadow:0 10px 17px -12px rgba(0,0,0,.25);left:0;position:fixed;top:0;right:0;width:100%;max-width:100vw;z-index:99}.footer{background:#f7f7f7}.footer .footer-wrapper{max-width:1398px;margin:0 auto;padding:0 20px;width:100%}@media(min-width:1441px){.footer .footer-wrapper{padding:0}}@media only screen and (max-width:laptop-large-min){.footer .footer-wrapper{padding:0}}.footer .footer-wrapper .footer-inner{display:flex;flex-direction:column;padding-top:4.7rem;width:100%}@media(min-width:769px){.footer .footer-wrapper .footer-inner{flex-direction:row}}@media only screen and (max-width:tablet-min){.footer .footer-wrapper .footer-inner{flex-direction:row}}@media(max-width:768px){.footer .footer-wrapper .footer-inner{padding-top:2.7rem}}@media only screen and (max-width:tablet){.footer .footer-wrapper .footer-inner{padding-top:2.7rem}}.footer .footer-wrapper .footer-inner .footer-description .pay-methods{display:flex;align-items:center;gap:10px}@media(min-width:1025px){.footer .footer-wrapper .footer-inner .footer-description{padding-right:43px;margin-right:4.8rem;width:calc(26% - 4.8rem)}}@media only screen and (max-width:tablet-large-min){.footer .footer-wrapper .footer-inner .footer-description{padding-right:43px;margin-right:4.8rem;width:calc(26% - 4.8rem)}}@media(min-width:769px){.footer .footer-wrapper .footer-inner .footer-description{border-right:1px solid #e3e3e3}}@media only screen and (max-width:tablet-min){.footer .footer-wrapper .footer-inner .footer-description{border-right:1px solid #e3e3e3}}@media(max-width:1024px){.footer .footer-wrapper .footer-inner .footer-description{padding-right:2rem;margin-right:2rem;width:calc(25% - 2rem)}}@media only screen and (max-width:tablet-large){.footer .footer-wrapper .footer-inner .footer-description{padding-right:2rem;margin-right:2rem;width:calc(25% - 2rem)}}@media(max-width:768px){.footer .footer-wrapper .footer-inner .footer-description{padding-right:0;margin-right:0;width:100%}}@media only screen and (max-width:tablet){.footer .footer-wrapper .footer-inner .footer-description{padding-right:0;margin-right:0;width:100%}}.footer .footer-wrapper .footer-inner .footer-description p{font-weight:300;font-size:1.4rem;line-height:2rem;color:#000;margin:2.4rem 0 4.7rem;padding-top:3.8rem;border-top:1px solid #e3e3e3;max-width:277px}@media(max-width:1024px){.footer .footer-wrapper .footer-inner .footer-description p{max-width:100%;margin:2rem 0;padding-top:2rem}}@media only screen and (max-width:tablet-large){.footer .footer-wrapper .footer-inner .footer-description p{max-width:100%;margin:2rem 0;padding-top:2rem}}.footer .footer-wrapper .footer-inner .footer-description .footer-description__socials{margin-bottom:20px}@media(min-width:1025px){.footer .footer-wrapper .footer-inner .footer-description .footer-description__socials{margin-bottom:50px}}@media only screen and (max-width:tablet-large-min){.footer .footer-wrapper .footer-inner .footer-description .footer-description__socials{margin-bottom:50px}}@media(max-width:768px){.footer .footer-wrapper .footer-inner .footer-description .footer-description__socials{text-align:center}}@media only screen and (max-width:tablet){.footer .footer-wrapper .footer-inner .footer-description .footer-description__socials{text-align:center}}.footer .footer-wrapper .footer-inner .footer-description .footer-description__socials a{margin-right:30px;display:inline-block;color:#b3b0b0}.footer .footer-wrapper .footer-inner .footer-description .footer-description__socials a i{font-size:2.6rem;transition:.2s ease-in-out}.footer .footer-wrapper .footer-inner .footer-description .footer-description__socials a:last-child{margin-right:0}.footer .footer-wrapper .footer-inner .footer-description .footer-description__socials a:hover{color:#15528e}.footer .footer-wrapper .footer-nav{margin:0 auto;width:100%;max-width:74%}@media(max-width:1024px){.footer .footer-wrapper .footer-nav{width:75%}}@media only screen and (max-width:tablet-large){.footer .footer-wrapper .footer-nav{width:75%}}@media(max-width:768px){.footer .footer-wrapper .footer-nav{width:100%;max-width:100%}}@media only screen and (max-width:tablet){.footer .footer-wrapper .footer-nav{width:100%;max-width:100%}}@media(min-width:550px){.footer .footer-wrapper .footer-nav{margin:0}}@media only screen and (max-width:phone-larg-min){.footer .footer-wrapper .footer-nav{margin:0}}.footer .footer-wrapper .footer-nav .footer-nav__contacts{display:flex;flex-direction:row;align-items:baseline;justify-content:center;flex-wrap:wrap;border-bottom:1px solid #e3e3e3;padding-bottom:2.4rem;margin-bottom:4.1rem}@media(max-width:1024px){.footer .footer-wrapper .footer-nav .footer-nav__contacts{margin-bottom:2rem}}@media only screen and (max-width:tablet-large){.footer .footer-wrapper .footer-nav .footer-nav__contacts{margin-bottom:2rem}}@media(min-width:769px){.footer .footer-wrapper .footer-nav .footer-nav__contacts{justify-content:space-between;flex-wrap:nowrap;width:100%}.footer .footer-wrapper .footer-nav .footer-nav__contacts.visible-xs{display:none}}@media only screen and (max-width:tablet-min){.footer .footer-wrapper .footer-nav .footer-nav__contacts{justify-content:space-between;flex-wrap:nowrap;width:100%}.footer .footer-wrapper .footer-nav .footer-nav__contacts.visible-xs{display:none}}@media(max-width:768px){.footer .footer-wrapper .footer-nav .footer-nav__contacts{border-bottom:none;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding-bottom:0;margin-bottom:0;margin-top:1.8rem;width:calc(33.33% - 2rem)}.footer .footer-wrapper .footer-nav .footer-nav__contacts.hidden-xs{display:none}}@media only screen and (max-width:tablet){.footer .footer-wrapper .footer-nav .footer-nav__contacts{border-bottom:none;justify-content:flex-start;align-items:flex-start;flex-direction:column;padding-bottom:0;margin-bottom:0;margin-top:1.8rem;width:calc(33.33% - 2rem)}.footer .footer-wrapper .footer-nav .footer-nav__contacts.hidden-xs{display:none}}@media(max-width:480px){.footer .footer-wrapper .footer-nav .footer-nav__contacts{width:calc(50% - 1rem)}}@media only screen and (max-width:phone-large){.footer .footer-wrapper .footer-nav .footer-nav__contacts{width:calc(50% - 1rem)}}.footer .footer-wrapper .footer-nav .footer-nav__contacts-title{width:100%}.footer .footer-wrapper .footer-nav .footer-nav__contacts-title p{border-bottom:1px solid #e3e3e3;font-size:1.6rem;font-weight:500;line-height:1.8rem;padding-bottom:1rem;margin-bottom:1rem}.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item{display:flex;align-items:flex-start}@media(min-width:1025px){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item{margin-right:15px;white-space:nowrap}}@media only screen and (max-width:tablet-large-min){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item{margin-right:15px;white-space:nowrap}}@media(max-width:768px){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item{margin-bottom:1rem}}@media only screen and (max-width:tablet){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item{margin-bottom:1rem}}.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item .icon{align-items:center;background-color:#e44a4a;border-radius:8px;color:#fff;display:flex;flex-direction:column;font-size:16px;line-height:26px;justify-content:center;margin-right:11px;width:26px;height:26px}@media(max-width:1024px){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item .icon{border-radius:4px;font-size:10px;margin-right:5px;line-height:16px;width:16px;height:16px}}@media only screen and (max-width:tablet-large){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item .icon{border-radius:4px;font-size:10px;margin-right:5px;line-height:16px;width:16px;height:16px}}.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item .content{width:calc(100% - 37px)}@media(max-width:1024px){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item .content{width:calc(100% - 21px)}}@media only screen and (max-width:tablet-large){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item .content{width:calc(100% - 21px)}}.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item>div{display:flex;flex-direction:column}.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item a{transition:all .3s ease}.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item a:hover{color:#15528e}.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item a,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item p,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item span{display:flex;align-items:flex-start;font-family:Roboto,sans-serif;font-weight:500;font-size:1.8rem;line-height:2.4rem;color:#182f43}@media(max-width:1200px){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item a,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item p,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item span{font-size:1.6rem;line-height:2rem}}@media only screen and (max-width:laptop){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item a,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item p,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item span{font-size:1.6rem;line-height:2rem}}@media(max-width:768px){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item a,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item p,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item span{color:#000;font-weight:400}}@media only screen and (max-width:tablet){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item a,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item p,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item span{color:#000;font-weight:400}}@media only screen and (max-width:phone-small){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item a,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item p,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item span{font-size:1.3rem}}@media(max-width:374px){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item a,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item p,.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item span{font-size:1.3rem}}.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item a{align-items:center}@media(min-width:1025px){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item a>.icon{margin-right:12px}}@media only screen and (max-width:tablet-large-min){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item a>.icon{margin-right:12px}}@media(min-width:1025px){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item p>.icon:first-child{margin-right:18px}}@media only screen and (max-width:tablet-large-min){.footer .footer-wrapper .footer-nav .footer-nav__contacts .footer-nav__contacts-item p>.icon:first-child{margin-right:18px}}.footer .footer-wrapper .footer-nav .footer-nav__links{display:flex;flex-wrap:wrap}.footer .footer-wrapper .footer-nav .footer-nav__links .footer-nav__links-block{margin-top:1.8rem;margin-right:1rem;width:calc(25% - 1rem)}@media(max-width:768px){.footer .footer-wrapper .footer-nav .footer-nav__links .footer-nav__links-block{margin-right:2rem;width:calc(33.33% - 2rem)}}@media only screen and (max-width:tablet){.footer .footer-wrapper .footer-nav .footer-nav__links .footer-nav__links-block{margin-right:2rem;width:calc(33.33% - 2rem)}}@media(max-width:480px){.footer .footer-wrapper .footer-nav .footer-nav__links .footer-nav__links-block{margin-right:1rem;width:calc(50% - 1rem)}}@media only screen and (max-width:phone-large){.footer .footer-wrapper .footer-nav .footer-nav__links .footer-nav__links-block{margin-right:1rem;width:calc(50% - 1rem)}}.footer .footer-wrapper .footer-nav .footer-nav__links .footer-nav__links-block p{font-family:Roboto,sans-serif;font-weight:500;font-size:2.4rem;line-height:2.8rem;color:#000;margin:0 0 18px}@media(max-width:1200px){.footer .footer-wrapper .footer-nav .footer-nav__links .footer-nav__links-block p{font-size:1.6rem;line-height:1.8rem}}@media only screen and (max-width:laptop){.footer .footer-wrapper .footer-nav .footer-nav__links .footer-nav__links-block p{font-size:1.6rem;line-height:1.8rem}}@media(max-width:768px){.footer .footer-wrapper .footer-nav .footer-nav__links .footer-nav__links-block p{border-bottom:1px solid #e3e3e3;padding-bottom:1rem;margin-bottom:1rem}}@media only screen and (max-width:tablet){.footer .footer-wrapper .footer-nav .footer-nav__links .footer-nav__links-block p{border-bottom:1px solid #e3e3e3;padding-bottom:1rem;margin-bottom:1rem}}.footer .footer-wrapper .footer-nav .footer-nav__links .footer-nav__links-block ul li a{font-family:Roboto,sans-serif;font-weight:400;font-size:1.5rem;line-height:150%;color:#000;transition:all .3s ease}.footer .footer-wrapper .footer-nav .footer-nav__links .footer-nav__links-block ul li a:hover{color:#15528e}.footer .footer-wrapper .footer-rights{display:flex;flex-direction:row;align-items:center;justify-content:space-between;margin-top:33px;padding:27px 0 31px;border-top:1px solid #e3e3e3}@media(max-width:768px){.footer .footer-wrapper .footer-rights{padding:20px 0;margin-top:20px}}@media only screen and (max-width:tablet){.footer .footer-wrapper .footer-rights{padding:20px 0;margin-top:20px}}.footer .footer-wrapper .footer-rights p{font-family:Roboto,sans-serif;font-weight:500;font-size:1.4rem;line-height:1.6rem;color:rgba(0,0,0,.3)}.footer .footer-wrapper .footer-rights a{font-family:Roboto,sans-serif;font-weight:500;font-size:1.3rem;line-height:1.6rem;color:rgba(0,0,0,.7);display:flex;align-items:center;text-transform:uppercase}.footer .footer-wrapper .footer-rights a:hover{color:#15528e}.footer .footer-wrapper .footer-rights a i{color:#cd2c2c;font-size:1.6rem;margin:0 5px;animation:animateHeart 1.2s infinite}@media(max-width:1024px){.footer .footer-logo{max-width:16rem}}@media only screen and (max-width:tablet-large){.footer .footer-logo{max-width:16rem}}@media(max-width:768px){.footer .footer-logo{max-width:20rem}}@media only screen and (max-width:tablet){.footer .footer-logo{max-width:20rem}}.footer a,.footer a:visited{text-decoration:none!important}.home .main-content{display:flex;align-items:baseline;justify-content:space-between;flex-wrap:wrap;margin-bottom:5px}@media screen and (min-width:992px){.home .main-content{flex-wrap:nowrap}}.home .main-content__articles{width:100%}@media screen and (min-width:992px){.home .main-content__articles{max-width:890px;margin-right:30px}}@media screen and (min-width:1325px){.home .main-content__articles{margin-right:10px}}.home .main-content__aside{width:100%}@media screen and (min-width:992px){.home .main-content__aside{max-width:450px}}@media screen and (min-width:1440px){.home .main-content__aside{max-width:477px}}.about{display:flex;flex-direction:row;position:relative;margin:4.1rem auto 0}@media(max-width:768px){.about{flex-direction:column}}@media only screen and (max-width:tablet){.about{flex-direction:column}}.about__tabs{width:331px;margin-right:30px;display:flex;flex-direction:column;margin-bottom:20px}@media(min-width:1025px){.about__tabs{margin-top:.8rem}}@media only screen and (max-width:tablet-large-min){.about__tabs{margin-top:.8rem}}@media(max-width:1024px){.about__tabs{width:254px}}@media only screen and (max-width:tablet-large){.about__tabs{width:254px}}@media(max-width:768px){.about__tabs{display:none}}@media only screen and (max-width:tablet){.about__tabs{display:none}}.about__tabs .sticky{position:sticky;top:100px}.about__tabs_tab{display:flex;align-items:center;padding:10px;background:rgba(21,82,142,.09);border-radius:5px;margin-bottom:5px;height:64px;cursor:pointer;transition:.2s ease-in-out;max-width:327px;width:100%}@media(max-width:1024px){.about__tabs_tab{max-width:none}}@media only screen and (max-width:tablet-large){.about__tabs_tab{max-width:none}}.about__tabs_tab.--active{background:#e44a4a}.about__tabs_tab:hover:not(.--active){background:rgba(228,74,74,.3)}.about__tabs_tab__number-box{padding:10px 18px 10px 8px}@media(max-width:1024px){.about__tabs_tab__number-box{padding:10px}}@media only screen and (max-width:tablet-large){.about__tabs_tab__number-box{padding:10px}}.about__tabs_tab__number-box_number{width:40px;height:40px;padding:8px 14.27px;font-weight:900;font-size:2rem;color:#fff;border-radius:30px;background:rgba(21,82,142,.46)}.about__tabs_tab__number-box_number.--active{background:hsla(0,0%,100%,.16)}.about__tabs_tab__name{border-left:1px solid #15528e;padding-left:15px;font-weight:600;font-size:2rem;line-height:2.3rem;text-transform:uppercase;color:#373636}@media(max-width:1024px){.about__tabs_tab__name{font-size:1.7rem}}@media only screen and (max-width:tablet-large){.about__tabs_tab__name{font-size:1.7rem}}.about__tabs_tab__name.--active{color:#fff;border-left:1px solid #fff}.about__content{width:calc(100% - 361px)}@media(max-width:1024px){.about__content{width:calc(100% - 284px)}}@media only screen and (max-width:tablet-large){.about__content{width:calc(100% - 284px)}}@media(max-width:768px){.about__content{width:100%}}@media only screen and (max-width:tablet){.about__content{width:100%}}@media(min-width:769px){.about .info-banner{margin-bottom:6.5rem}}@media only screen and (max-width:tablet-min){.about .info-banner{margin-bottom:6.5rem}}.about .info-banner .info-banner__inner{flex-wrap:wrap}@media(min-width:1201px){.about .info-banner .info-banner__inner{padding:41px 47px 42px 56px}}@media only screen and (max-width:laptop-min){.about .info-banner .info-banner__inner{padding:41px 47px 42px 56px}}@media(max-width:1200px){.about .info-banner .info-banner__inner{padding:41px 20px}}@media only screen and (max-width:laptop){.about .info-banner .info-banner__inner{padding:41px 20px}}@media(min-width:1025px){.about .info-banner .info-banner__inner .info-banner__text{width:calc(100% - 28rem)}}@media only screen and (max-width:tablet-large-min){.about .info-banner .info-banner__inner .info-banner__text{width:calc(100% - 28rem)}}@media(max-width:768px){.about .info-banner .info-banner__inner .info-banner__text{text-align:center}}@media only screen and (max-width:tablet){.about .info-banner .info-banner__inner .info-banner__text{text-align:center}}.about .info-banner .info-banner__inner .info-banner__text .rb-zeplin-selected{margin-bottom:1px}@media(min-width:1441px){.about .info-banner .info-banner__inner .info-banner__text h2{font-size:4.4rem;line-height:5.2rem}}@media only screen and (max-width:laptop-large-min){.about .info-banner .info-banner__inner .info-banner__text h2{font-size:4.4rem;line-height:5.2rem}}@media(max-width:1440px){.about .info-banner .info-banner__inner .info-banner__text h2{font-size:3.5rem;line-height:4rem}}@media only screen and (max-width:laptop-large){.about .info-banner .info-banner__inner .info-banner__text h2{font-size:3.5rem;line-height:4rem}}@media(max-width:1200px){.about .info-banner .info-banner__inner .info-banner__text h2{font-size:3rem;line-height:4rem}}@media only screen and (max-width:laptop){.about .info-banner .info-banner__inner .info-banner__text h2{font-size:3rem;line-height:4rem}}@media(max-width:1200px){.about .info-banner .info-banner__inner .info-banner__text p{font-size:2rem}}@media only screen and (max-width:laptop){.about .info-banner .info-banner__inner .info-banner__text p{font-size:2rem}}.about .info-banner .info-banner__inner .info-banner__link{margin-top:5px;max-width:25rem}.about .author-info_header__hr{min-width:368px}@media(max-width:768px){.about .author-info_header__hr{min-width:200px}}@media only screen and (max-width:tablet){.about .author-info_header__hr{min-width:200px}}.about .author-info__content{padding-top:3.7rem;padding-bottom:8.3rem}.about .author-info__content .author-info__content{padding-top:0;padding-bottom:0}@media(min-width:1201px){.about .author-info__content__blocks_list-wrapper{margin-left:37px}}@media only screen and (max-width:laptop-min){.about .author-info__content__blocks_list-wrapper{margin-left:37px}}.about .author-info__content__blocks_list-wrapper__title{line-height:2.7rem}.profile{padding:40px;background-color:#f06e6e;justify-content:center;min-height:70vh}.profile-settings{display:flex}@media(max-width:768px){.profile-settings{flex-direction:column}}@media only screen and (max-width:tablet){.profile-settings{flex-direction:column}}.profile-settings .accounting-policy,.profile-settings .inside-component,.profile-settings .profile-journal,.profile-settings .questions-answers,.profile-settings .terms-profile{margin-bottom:100px}@media(max-width:768px){.profile-settings .accounting-policy,.profile-settings .inside-component,.profile-settings .profile-journal,.profile-settings .questions-answers,.profile-settings .terms-profile{margin-bottom:3rem}}@media only screen and (max-width:tablet){.profile-settings .accounting-policy,.profile-settings .inside-component,.profile-settings .profile-journal,.profile-settings .questions-answers,.profile-settings .terms-profile{margin-bottom:3rem}}.profile-settings__button-wrapper{width:100%}.profile-settings__button-wrapper .inside-component{display:none}.profile-settings__button-wrapper.active .inside-component{display:block}.profile-settings__button-wrapper.active .profile-settings__button-image img{filter:invert(21%) sepia(85%) saturate(1207%) hue-rotate(185deg) brightness(98%) contrast(89%)}.profile-settings__button-text{width:calc(100% - 75px);max-width:180px}@media(min-width:1201px){.profile-settings__button-text{max-width:230px}}@media only screen and (max-width:laptop-min){.profile-settings__button-text{max-width:230px}}@media(max-width:768px){.profile-settings__button-text{max-width:calc(100% - 75px)}}@media only screen and (max-width:tablet){.profile-settings__button-text{max-width:calc(100% - 75px)}}.profile-settings__tabs{max-width:28%;width:auto;margin-bottom:100px;position:relative;background-color:#f5f5f5;z-index:2}@media(max-width:768px){.profile-settings__tabs{background-color:#fff;margin-bottom:0;z-index:inherit}}@media only screen and (max-width:tablet){.profile-settings__tabs{background-color:#fff;margin-bottom:0;z-index:inherit}}.profile-settings__tabs:after{background-color:#f5f5f5;content:"";display:block;position:absolute;left:-50vw;top:0;width:50vw;height:100%}@media(max-width:768px){.profile-settings__tabs:after{display:none}}@media only screen and (max-width:tablet){.profile-settings__tabs:after{display:none}}@media(max-width:768px){.profile-settings__tabs{height:auto;max-width:none}}@media only screen and (max-width:tablet){.profile-settings__tabs{height:auto;max-width:none}}.profile-settings__tabs h2{font-family:Roboto,sans-serif;font-weight:400;font-size:2.4rem;line-height:2.8rem;margin-bottom:4.5rem;padding-top:5.9rem}@media(max-width:768px){.profile-settings__tabs h2{padding-top:3rem;margin-bottom:3rem}}@media only screen and (max-width:tablet){.profile-settings__tabs h2{padding-top:3rem;margin-bottom:3rem}}@media(max-width:768px){.profile-settings__tabs-bg{background-color:rgba(0,0,0,.19);width:100vw;left:0;top:0;bottom:0;right:0;height:100vh;z-index:1001;position:fixed;transform:translateX(-100vw)}.profile-settings__tabs-bg.open{transform:translateX(0)}}@media only screen and (max-width:tablet){.profile-settings__tabs-bg{background-color:rgba(0,0,0,.19);width:100vw;left:0;top:0;bottom:0;right:0;height:100vh;z-index:1001;position:fixed;transform:translateX(-100vw)}.profile-settings__tabs-bg.open{transform:translateX(0)}}.profile-settings__buttons{align-items:flex-start;color:#000;display:flex;flex-direction:column;font-size:1.6rem;justify-content:baseline;text-align:left;gap:1px;padding-right:41px}@media(min-width:769px){.profile-settings__buttons{padding-bottom:10rem}}@media only screen and (max-width:tablet-min){.profile-settings__buttons{padding-bottom:10rem}}@media only screen and (max-width:1190px){.profile-settings__buttons{padding-right:10px}}@media(max-width:768px){.profile-settings__buttons{background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.1);position:fixed;transform:translateX(-100vw);transition:.2s ease-in-out;top:0;left:0;bottom:0;height:100vh;max-width:50rem;padding:0 0 8rem;width:100%;z-index:1005}.profile-settings__buttons.open{overflow-y:auto;transform:translateX(0)}}@media only screen and (max-width:tablet){.profile-settings__buttons{background-color:#fff;box-shadow:0 0 20px 0 rgba(0,0,0,.1);position:fixed;transform:translateX(-100vw);transition:.2s ease-in-out;top:0;left:0;bottom:0;height:100vh;max-width:50rem;padding:0 0 8rem;width:100%;z-index:1005}.profile-settings__buttons.open{overflow-y:auto;transform:translateX(0)}}@media(max-width:480px){.profile-settings__buttons{max-width:33rem}}@media only screen and (max-width:phone-large){.profile-settings__buttons{max-width:33rem}}.profile-settings__buttons .close-profile-device{display:none;margin:2rem 2rem 2rem auto}@media(max-width:768px){.profile-settings__buttons .close-profile-device{border:1px solid #15528e;background-color:#fff;border-radius:4px;color:#15528e;font-size:1.6rem;display:block;width:40px;height:40px;line-height:40px}.profile-settings__buttons .close-profile-device:hover{background-color:#15528e;color:#fff}.profile-settings__buttons .close-profile-device:after{content:"";position:absolute;top:8.4rem;left:0;right:0;width:100%;height:2px;background-color:rgba(34,74,112,.12)}}@media only screen and (max-width:tablet){.profile-settings__buttons .close-profile-device{border:1px solid #15528e;background-color:#fff;border-radius:4px;color:#15528e;font-size:1.6rem;display:block;width:40px;height:40px;line-height:40px}.profile-settings__buttons .close-profile-device:hover{background-color:#15528e;color:#fff}.profile-settings__buttons .close-profile-device:after{content:"";position:absolute;top:8.4rem;left:0;right:0;width:100%;height:2px;background-color:rgba(34,74,112,.12)}}.profile-settings__buttons .profile-settings__button{text-align:left;display:flex;justify-content:left;align-items:center;gap:22px;left:0;width:356px;min-height:55px;background-color:transparent;border-radius:8px;line-height:1.9rem;font-size:1.6rem}@media only screen and (max-width:1290px){.profile-settings__buttons .profile-settings__button{width:300px}}@media only screen and (max-width:1080px){.profile-settings__buttons .profile-settings__button{width:220px;gap:8px}}@media only screen and (max-width:1290px){.profile-settings__buttons .profile-settings__button{font-size:1.4rem}}@media(max-width:768px){.profile-settings__buttons .profile-settings__button{border-radius:0;width:100%;font-size:1.6rem}}@media only screen and (max-width:tablet){.profile-settings__buttons .profile-settings__button{border-radius:0;width:100%;font-size:1.6rem}}.profile-settings__buttons .profile-settings__button.active,.profile-settings__buttons .profile-settings__button:hover{background:rgba(34,74,112,.12)}.profile-settings__buttons .profile-settings__button:active:focus,.profile-settings__buttons .profile-settings__button:focus{background:rgba(18,78,136,.12)}.profile-settings__buttons .profile-settings__button img{width:20px!important;height:20px!important}.profile-settings__buttons .profile-settings__button-image{display:flex;align-items:center;justify-content:center;background-color:#fff;border-radius:50%;width:35px;height:35px;margin-left:30px!important}@media only screen and (max-width:1080px){.profile-settings__buttons .profile-settings__button-image{margin-left:20px!important}}@media(max-width:768px){.profile-settings .profile-settings__tabs-button-device{background-color:#15528e;border:2px solid #15528e;border-radius:4px;color:#fff;font-size:1.9rem;line-height:2rem;letter-spacing:2px;margin-top:3rem;text-transform:uppercase;padding:2rem;width:100%}.profile-settings .profile-settings__tabs-button-device i{color:#fff;font-size:1.8rem;margin-right:1rem}.profile-settings .profile-settings__tabs-button-device:hover{background-color:#e44a4a;border:2px solid #e44a4a}}@media only screen and (max-width:tablet){.profile-settings .profile-settings__tabs-button-device{background-color:#15528e;border:2px solid #15528e;border-radius:4px;color:#fff;font-size:1.9rem;line-height:2rem;letter-spacing:2px;margin-top:3rem;text-transform:uppercase;padding:2rem;width:100%}.profile-settings .profile-settings__tabs-button-device i{color:#fff;font-size:1.8rem;margin-right:1rem}.profile-settings .profile-settings__tabs-button-device:hover{background-color:#e44a4a;border:2px solid #e44a4a}}.disabled{pointer-events:none;color:gray}.profile-settings .video-course .private_training ol{margin-left:3rem}.profile-settings .video-course .private_training ol li{list-style:auto}.contacts{margin:30px auto 0}.contacts_header{padding:10px 0 19px;border-bottom:1px solid #e6e6e6;position:relative}.contacts_header__title{font-weight:600;font-size:3.2rem;line-height:3.8rem;width:20%}.contacts_header__hr{position:absolute;bottom:-1px;min-width:145px;width:30%;height:2px;margin:0;background:#e44a4a;border:none}@media(min-width:769px){.contacts_header__hr{max-width:368px}}@media only screen and (max-width:tablet-min){.contacts_header__hr{max-width:368px}}.contacts_contact-us{margin:80px 0 64px;display:flex;flex-direction:row}@media(max-width:768px){.contacts_contact-us{margin:30px 0}}@media only screen and (max-width:tablet){.contacts_contact-us{margin:30px 0}}.contacts_contact-us .container{width:580px;max-width:580px;padding:0}@media(max-width:1200px){.contacts_contact-us .container{width:50%}}@media only screen and (max-width:laptop){.contacts_contact-us .container{width:50%}}@media(max-width:1024px){.contacts_contact-us .container{width:100%}}@media only screen and (max-width:tablet-large){.contacts_contact-us .container{width:100%}}@media(max-width:1024px){.contacts_contact-us{flex-direction:column}}@media only screen and (max-width:tablet-large){.contacts_contact-us{flex-direction:column}}.contacts_contact-us_contact-us{color:#646464;font-family:Roboto,sans-serif;font-weight:400;font-size:1.2rem;line-height:1.4rem}.contacts_contact-us__info{display:flex;padding-right:137px;flex-direction:column;width:calc(100% - 580px)}.contacts_contact-us__info h2{color:#000;font-weight:500;font-size:2.4rem;line-height:2.4rem;margin:13px 0 17px}.contacts_contact-us__info>div:first-child{font-size:1.5rem;font-weight:400;margin-bottom:58px;line-height:2.26rem;color:#514d4d}@media(max-width:768px){.contacts_contact-us__info>div:first-child{margin-bottom:20px}}@media only screen and (max-width:tablet){.contacts_contact-us__info>div:first-child{margin-bottom:20px}}@media(max-width:1200px){.contacts_contact-us__info{width:50%;padding-right:50px}}@media only screen and (max-width:laptop){.contacts_contact-us__info{width:50%;padding-right:50px}}@media(max-width:1024px){.contacts_contact-us__info{margin:0 auto;max-width:65rem;width:100%;padding-right:0}}@media only screen and (max-width:tablet-large){.contacts_contact-us__info{margin:0 auto;max-width:65rem;width:100%;padding-right:0}}.contacts_contact-us__info_contact{font-size:1.6rem;display:flex;align-items:center;margin-bottom:1.5rem;color:#333}@media(max-width:768px){.contacts_contact-us__info_contact{margin-bottom:0}}@media only screen and (max-width:tablet){.contacts_contact-us__info_contact{margin-bottom:0}}.contacts_contact-us__info_contact__img{background:#e44a4a;min-width:54px!important;width:54px!important;height:54px!important;padding:5px!important;position:relative!important;border-radius:7px;display:flex;align-items:center;justify-content:center;margin:10px 0}.contacts_contact-us__info_contact__text{font-weight:500;margin-left:35px;font-size:2.2rem;color:#182f43;display:flex}@media(max-width:768px){.contacts_contact-us__info_contact__text{font-size:1.6rem;margin-left:20px;max-width:30rem}}@media only screen and (max-width:tablet){.contacts_contact-us__info_contact__text{font-size:1.6rem;margin-left:20px;max-width:30rem}}.contacts_contact-us__info_contact__text a,.contacts_contact-us__info_contact__text p{color:#182f43}@media(max-width:480px){.contacts_contact-us__info_contact__text{display:block}}@media only screen and (max-width:phone-large){.contacts_contact-us__info_contact__text{display:block}}.contacts_contact-us__info_contact__text-fix{margin-right:20px}@media only screen and (max-width:phone-small){.contacts_contact-us__info_contact__text-fix{display:block}}@media(max-width:374px){.contacts_contact-us__info_contact__text-fix{display:block}}.contacts_contact-us__info_contact__link{text-decoration:underline;margin-left:35px;font-weight:500;color:#15528e;font-size:2.2rem}@media(max-width:768px){.contacts_contact-us__info_contact__link{font-size:1.6rem;margin-left:20px}}@media only screen and (max-width:tablet){.contacts_contact-us__info_contact__link{font-size:1.6rem;margin-left:20px}}.contacts_contact-us__info_contact__link:hover{color:#e44a4a;text-decoration:underline}.contacts_contact-us .contact-form{flex-direction:unset;margin-bottom:0}.contacts_contact-us .contact-form form{background:#f7f7f7;border-radius:10px;display:flex;flex-direction:column;padding:44px 84px 42px;max-height:none;width:100%;height:100%}@media(max-width:1024px){.contacts_contact-us .contact-form form{margin-top:20px}}@media only screen and (max-width:tablet-large){.contacts_contact-us .contact-form form{margin-top:20px}}@media(max-width:480px){.contacts_contact-us .contact-form form{margin-top:20px;padding:24px}}@media only screen and (max-width:phone-large){.contacts_contact-us .contact-form form{margin-top:20px;padding:24px}}.contacts_contact-us .contact-form__title{font-weight:500;text-align:center;font-size:2.4rem;margin-bottom:26px}.contacts_contact-us .contact-form__fields{margin-bottom:0}.contacts_contact-us .contact-form__fields .input-wrapper__icon{right:20px}.contacts_contact-us .contact-form__small-fields{flex-direction:column}.contacts_contact-us .contact-form .input-wrapper{min-height:42px;width:100%;border-radius:5px;font-size:1.5rem;line-height:1.8rem;color:#787676;margin:0 0 14px}.contacts_contact-us .contact-form .input-wrapper input::-moz-placeholder,.contacts_contact-us .contact-form .input-wrapper textarea::-moz-placeholder{color:#787676;font-family:Roboto,sans-serif;font-weight:500;font-size:1.5rem}.contacts_contact-us .contact-form .input-wrapper input:-ms-input-placeholder,.contacts_contact-us .contact-form .input-wrapper textarea:-ms-input-placeholder{color:#787676;font-family:Roboto,sans-serif;font-weight:500;font-size:1.5rem}.contacts_contact-us .contact-form .input-wrapper input::placeholder,.contacts_contact-us .contact-form .input-wrapper textarea::placeholder{color:#787676;font-family:Roboto,sans-serif;font-weight:500;font-size:1.5rem}.contacts_contact-us .contact-form .input-wrapper .error-message{left:0;top:100%;font-size:1.2rem}.contacts_contact-us .contact-form__footer{flex-direction:column-reverse}.contacts_contact-us .contact-form__footer p{text-align:center;font-size:1.2rem;line-height:1.4rem;color:#646464;font-weight:400;margin:2px 0 0}.contacts_contact-us .contact-form__footer button{margin:32px auto 0;width:204px;border-radius:5px;font-size:1.6rem;background:#e44a4a;padding:10px 20px;color:#fff;height:40px}.contacts_map-container{margin-bottom:64px}@media(max-width:768px){.contacts_map-container{margin-bottom:4rem}}@media only screen and (max-width:tablet){.contacts_map-container{margin-bottom:4rem}}.contacts .contacts_map .map{height:436px!important}.contacts .info-banner{margin-bottom:6rem}@media(max-width:768px){.contacts .info-banner{margin-bottom:4rem}}@media only screen and (max-width:tablet){.contacts .info-banner{margin-bottom:4rem}}.articles{margin-top:40px;display:flex;flex-direction:row}@media(max-width:1200px){.articles{flex-direction:column}}@media only screen and (max-width:laptop){.articles{flex-direction:column}}.articles__main{width:calc(100% - 507px);margin-right:30px}@media(max-width:1200px){.articles__main{width:100%}}@media only screen and (max-width:laptop){.articles__main{width:100%}}.articles__main .loading-wrapper{position:inherit}.articles__main_news{display:flex;flex-direction:column;margin-top:10px}.articles__main_news__section{padding:30px 0;border-bottom:1px solid #e7e7e7}@media(max-width:600px){.articles__main_news__section .news-card{flex-direction:column}}@media only screen and (max-width:phone-larg-md){.articles__main_news__section .news-card{flex-direction:column}}@media(max-width:600px){.articles__main_news__section .news-card__content{margin:20px 0 0;width:100%}}@media only screen and (max-width:phone-larg-md){.articles__main_news__section .news-card__content{margin:20px 0 0;width:100%}}@media(max-width:600px){.articles__main_news__section .news-card__image-wrapper{width:100%}}@media only screen and (max-width:phone-larg-md){.articles__main_news__section .news-card__image-wrapper{width:100%}}@media(max-width:1024px){.articles__main_news__section .news-card__image-wrapper_actions{padding:20px 10px}}@media only screen and (max-width:tablet-large){.articles__main_news__section .news-card__image-wrapper_actions{padding:20px 10px}}.articles__main_news__section .news-card-lg__category,.articles__main_news__section .news-card-md__category,.articles__main_news__section .news-card-sm__category{left:0;position:relative;top:0}.articles__main_news__section .news-card-md__category{padding-top:4px;padding-bottom:4px;white-space:inherit}@media(min-width:1025px){.articles__main_news__section .news-card-md__category{max-width:170px}}@media only screen and (max-width:tablet-large-min){.articles__main_news__section .news-card-md__category{max-width:170px}}@media(max-width:1024px){.articles__main_news__section .news-card-md__category{max-width:110px}}@media only screen and (max-width:tablet-large){.articles__main_news__section .news-card-md__category{max-width:110px}}@media(max-width:600px){.articles__main_news__section .news-card-md__category{max-width:100%}}@media only screen and (max-width:phone-larg-md){.articles__main_news__section .news-card-md__category{max-width:100%}}.articles__side{width:477px}@media(max-width:1200px){.articles__side{width:100%;margin:20px 0 0!important}}@media only screen and (max-width:laptop){.articles__side{width:100%;margin:20px 0 0!important}}.articles__side__item{margin-top:20px}.legislations{display:flex;flex-direction:row;margin-top:6rem}@media screen and (max-width:992px){.legislations{flex-direction:column}}.legislations__main{width:calc(62% - 60px);margin-right:60px}@media screen and (max-width:992px){.legislations__main{width:100%;margin-right:0}}.legislations__side{width:calc(38% - 30px);margin-left:30px}@media screen and (max-width:992px){.legislations__side{width:100%;margin:0}}.legislations__side__item{margin-top:20px}.legislations__list{margin-top:48px;width:100%}.legislations .loading-wrapper{position:inherit!important}.legislations .articles__side__item{margin-top:30px}.article__header{display:flex;flex-direction:row;margin-top:5rem}@media screen and (max-width:1250px){.article__header{flex-direction:column;padding:0 100px}}@media screen and (max-width:998px){.article__header{padding:0 20px}}@media(max-width:768px){.article__header{padding:0}}@media only screen and (max-width:tablet){.article__header{padding:0}}.article__header__image-wrapper{width:35%;position:relative}@media screen and (max-width:1250px){.article__header__image-wrapper{width:100%;margin-bottom:20px}}.article__header__image-wrapper__label-block{display:flex;flex-wrap:wrap;position:absolute;top:0;left:0;right:0;margin:30px 0 0 30px;z-index:2}@media only screen and (max-width:1250px){.article__header__image-wrapper__label-block{margin:15px 0 0 15px}}.article__header__image-wrapper__label{display:inline-block;font-weight:600;font-size:14px;line-height:16px;text-align:center;color:#fff;background:#15528e;border-radius:5px;padding:12px 15px;margin:0 15px 15px 0;transition:all .2s ease-in-out}@media screen and (max-width:1250px){.article__header__image-wrapper__label{font-size:12px}}@media(max-width:768px){.article__header__image-wrapper__label{margin-bottom:10px;margin-right:10px;padding:8px 10px}}@media only screen and (max-width:tablet){.article__header__image-wrapper__label{margin-bottom:10px;margin-right:10px;padding:8px 10px}}.article__header__image-wrapper__label:hover{background:#e44a4a}.article__header__image-wrapper__image-block{position:relative;width:100%}.article__header__image-wrapper__img{border-radius:10px;height:auto;max-width:100%;width:100%}@media screen and (min-width:1251px){.article__header__image-wrapper__img{width:479px!important;height:252px!important}}.article__header__info{width:65%;margin-left:30px;display:flex;flex-direction:column;justify-content:space-between}@media screen and (max-width:1250px){.article__header__info{width:100%;margin:0}}.article__header__info.--no-image{margin-left:0;width:100%}.article__header__info__actions{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center}.article__header__info__actions__item{display:flex;margin-right:10px}.article__header__info__actions__item .button-add .label-item,.article__header__info__actions__item .button-read .label-item{text-decoration:underline;text-transform:uppercase}.article__header__info__actions__item .button-action.button-save:hover{background-color:inherit}.article__header__info__actions__item_icon-wrapper{max-height:41px;margin-bottom:5px}.article__header__info__actions__item_icon-wrapper__icon{width:41px;height:41px;padding:8px;background:#fff;border:1px solid #e7eef8;border-radius:5px;margin-right:5px}.article__header__info__actions__item_icon-wrapper__icon i{font-size:2.2rem;color:#15528e}.article__header__info__actions__item_name{padding:11px 15px;font-weight:400;font-size:1.6rem;line-height:19px;background:#e7eef8;border-radius:5px;margin-bottom:5px}@media only screen and (max-width:1250px){.article__header__info__actions__item_name{font-size:1.4rem}}.article__header__info__actions__item_booklet-link{text-decoration:underline;text-transform:uppercase;padding:11px 15px;color:#000;font-weight:600;font-size:1.4rem;line-height:16px;text-align:center;background:rgba(228,74,74,.17);border-radius:5px}.article__header__info__title-wrapper{padding:10px 0;border-bottom:1px solid #e6e6e6;position:relative;width:100%}.article__header__info__title-wrapper__title{font-weight:600;font-size:3.2rem}.article__header__info__title-wrapper__hr{position:absolute;bottom:-1px;min-width:145px;width:30%;height:2px;margin:0;background:#e44a4a;border:none}.article__header__info__avatar{margin:20px 0;display:flex}.article__header__info__avatar_image{width:62px;height:62px;border-radius:50%}.article__header__info__avatar_image.icon{border-radius:0;height:2.6rem;margin:auto 0;width:2.6rem}.article__header__info__avatar_info{display:flex;flex-direction:column;padding:12px 20px;justify-content:space-between}.article__header__info__avatar_info__job{font-weight:600;font-size:1.4rem;line-height:1.6rem;text-transform:uppercase;color:#b0b0b0}.article__header__info__avatar_info__name{font-weight:400;font-size:1.6rem;line-height:1.9rem;text-decoration:underline;color:#000}.article__header__info__avatar_info__name:hover{color:#15528e}.article__content{background:#f7f7f7;border-radius:15px;padding:60px 200px;margin:30px 0 40px;font-size:1.8rem;line-height:2.8rem}@media(max-width:1200px){.article__content{padding:60px 100px}}@media only screen and (max-width:laptop){.article__content{padding:60px 100px}}@media(max-width:1024px){.article__content{padding:20px}}@media only screen and (max-width:tablet-large){.article__content{padding:20px}}.article__content__paragraph{margin-bottom:30px;font-weight:400;font-size:1.8rem;line-height:2.8rem}.article__content__tags{display:flex;align-items:center;margin-bottom:20px}.article__content__tags_title{font-weight:700;font-size:1.4rem;line-height:1.6rem;color:#15528e;margin-bottom:10px}.article__content__tags_wrapper{padding:0 30px;display:flex;flex-wrap:wrap}.article__content__tags_wrapper__item{background:#f0f2f5;border-radius:6px;font-weight:500;font-size:1.2rem;line-height:1.4rem;text-transform:uppercase;color:#969696;padding:8px 12px;margin:0 5px 10px}.article__content__footer{display:flex;flex-direction:row;justify-content:space-between;align-items:center;padding:20px 0;border-top:1px solid #e7e7e7;border-bottom:1px solid #e7e7e7}@media(max-width:768px){.article__content__footer{flex-direction:column}}@media only screen and (max-width:tablet){.article__content__footer{flex-direction:column}}.article__content__footer_actions{display:flex;flex-wrap:wrap;align-items:center}@media(max-width:768px){.article__content__footer_actions{margin-bottom:20px;justify-content:center}}@media only screen and (max-width:tablet){.article__content__footer_actions{margin-bottom:20px;justify-content:center}}.article__content__footer_actions .button-action{margin-bottom:0}.article__content__footer_actions .square-button-light{background-color:transparent!important;border:none!important;height:2rem;margin-right:0}.article__content__footer_actions .square-button-light,.article__content__footer_actions_icon{color:#15528e;max-width:13px;font-size:1.4rem;line-height:1.6rem}.article__content__footer_actions .square-button-light i,.article__content__footer_actions_icon i{color:#15528e}.article__content__footer_actions_time{padding:0 20px 0 10px;font-weight:400;font-size:1.6rem;line-height:1.9rem;border-right:1px solid #e6e6e6;margin-right:20px}@media screen and (max-width:1400px){.article__content__footer_actions_time{font-size:12px}}.article__content__footer_actions .label-item,.article__content__footer_actions_button,.article__content__footer_actions_link{padding:0 20px 0 10px;font-weight:400;font-size:1.6rem;line-height:1.9rem;-webkit-text-decoration-line:underline;text-decoration-line:underline;border-right:1px solid #e6e6e6;color:#000;margin-right:20px;transition:.2s ease-in-out}@media screen and (max-width:1400px){.article__content__footer_actions .label-item,.article__content__footer_actions_button,.article__content__footer_actions_link{font-size:12px}}.article__content__footer_actions .label-item:hover,.article__content__footer_actions_button:hover,.article__content__footer_actions_link:hover{color:#15528e}.article__content__footer_actions_button{border:0}.article__content__footer_actions-item{align-items:center;display:flex;flex-direction:row}.article__content__footer_actions-item .article__header__info__avatar_image{border-radius:0;height:14px;-o-object-fit:cover;object-fit:cover;width:14px}.article__content__footer_actions-item .bg-gray,.article__content__footer_actions-item .button-action,.article__content__footer_actions-item .button-save,.article__content__footer_actions-item .square-button-gray{background-color:transparent!important}.article__content__footer_share{display:flex;align-items:center;padding:0 20px}.article__content__footer_share__title{font-weight:500;font-size:1.2rem;line-height:1.4rem;color:#898686}.article__content__footer_share__icon{color:#000;display:block;margin:0 5px;max-height:16px;padding:0 5px;font-size:1.4rem;line-height:1.6rem;transition:.2s ease-in-out}.article__content__footer_share__icon:hover{color:#15528e}.article-main .articles-block__header{margin-bottom:60px}.article.container .content-block a{color:#15528e!important}.article.container .content-block table tbody td,.article.container .content-block table tbody td a,.article.container .content-block table tbody td p,.article.container .content-block table tbody td span{font-size:1.4rem!important;line-height:1.8rem!important}.article__content_white .content-block{margin-bottom:3rem}.article__main{margin-right:50px;width:calc(100% - 474px);padding-top:0}@media only screen and (max-width:992px){.article__main{margin-right:0;width:100%}}.article__main .comments-wrapper__title-box__title{font-size:2.8rem;font-weight:500;line-height:3.3rem}.article__aside{width:424px}@media only screen and (max-width:992px){.article__aside{margin-top:4rem;width:100%}}.article__aside .meeting-schedule__tabs button{font-size:16px}.article-white,.article__aside .news-card-sm__title{font-size:1.8rem}.article-white{margin-top:45px;margin-bottom:45px;line-height:2.8rem}.article-white .article__header{margin-bottom:30px;margin-top:0}@media only screen and (max-width:1250px){.article-white .article__header{padding:0}}.article-white .article__header__info__actions{flex-direction:column;align-items:start}@media only screen and (max-width:1250px){.article-white .article__header__info__actions{flex-direction:row}}.article-white .article__header__image-wrapper{width:63%;max-width:435px;position:relative}.article-white .article__header__image-wrapper_label{display:flex;flex-wrap:wrap;align-items:center;position:absolute;left:30px;top:30px;right:0;z-index:2}@media(max-width:768px){.article-white .article__header__image-wrapper_label{left:15px;top:15px}}@media only screen and (max-width:tablet){.article-white .article__header__image-wrapper_label{left:15px;top:15px}}.article-white .article__header__image-wrapper_label-item{display:inline-block;font-weight:600;font-size:14px;line-height:16px;text-align:center;color:#fff;background:#15528e;border-radius:5px;padding:12px 15px;margin-right:15px;margin-bottom:15px}@media(max-width:1200px){.article-white .article__header__image-wrapper_label-item{font-size:12px;margin-bottom:10px;margin-right:10px;padding:8px 10px}}@media only screen and (max-width:laptop){.article-white .article__header__image-wrapper_label-item{font-size:12px;margin-bottom:10px;margin-right:10px;padding:8px 10px}}@media only screen and (max-width:1250px){.article-white .article__header__image-wrapper{width:100%;max-width:100%}}.article-white .article__header__info{width:37%}@media only screen and (max-width:1250px){.article-white .article__header__info{width:100%}}.article-white .article__header__info .article__header__info__avatar{margin-bottom:14px}.article-white .article__header__info .item-name-size-lg.label-item{font-size:1.4rem}.article-white .article__header__info.--no-image{width:100%}.article-white .article__header__info.--no-image .article__header__info__actions{flex-wrap:wrap;flex-direction:row;width:100%}.article-white .article__header-title{margin-bottom:4.9rem}.article-white .article__header-title .article__header__info__title-wrapper__title{font-family:Roboto,sans-serif;line-height:4.8rem}.article-white .article__header-title .article__header__info__title-wrapper{padding:10px 0 30px}.article-white .comments-wrapper{margin-top:5rem}.article-white .comments-wrapper__form_inputs__input-box__input,.article-white .comments-wrapper__form_text-area{background-color:#fff}.article-white .comments-wrapper__title-box{padding-bottom:2.3rem;margin-bottom:5rem}.article-white .comments-wrapper__comments{padding:0;margin-bottom:5rem}.article-white .comments-wrapper__form{background-color:#f7f7f7;border-radius:5px;margin-bottom:6.9rem}.article-white .meeting-schedule__events{max-height:560px}.article-white .popular-articles .meeting-schedule__events{max-height:700px}.article-white .create-comment-form{background-color:#f7f7f7}.article-white .create-comment-form_inputs__input-box__input{background-color:#fff}.article-white .create-comment-form_text-area{background-color:#fff;min-height:123px}.article-white .create-comment-form_title{margin-bottom:13px}.article-white .create-comment-form .input-wrapper__icon{top:13px;height:17px;width:20px}.article-white .create-comment-form_inputs__input-box__input,.article-white .create-comment-form_text-area{color:#000;font-family:Roboto,sans-serif;font-size:1.4rem}.article-white .create-comment-form_inputs__input-box__input::-moz-placeholder,.article-white .create-comment-form_text-area::-moz-placeholder{color:#969696}.article-white .create-comment-form_inputs__input-box__input:-ms-input-placeholder,.article-white .create-comment-form_text-area:-ms-input-placeholder{color:#969696}.article-white .create-comment-form_inputs__input-box__input::placeholder,.article-white .create-comment-form_text-area::placeholder{color:#969696}.article-white .create-comment-form .input-wrapper__input-box,.article-white .create-comment-form .input-wrapper__text-area-box{margin:0}.article-white .create-comment-form__action-box_submit{min-width:204px}.article__content-block{width:100%}.container-plr .articles-block__content .news-card-md__content{min-height:calc(100% - 268px)}.container-plr .articles-block__content .news-card-md__descr{margin-top:13px}.container-plr .news-card-md__img{margin-bottom:0}.private{-webkit-user-select:none;-webkit-touch-callout:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.article__header__info__avatar_comments{width:22px;height:22px;display:flex;flex-direction:row}.article__header__info__comments{font-size:16px;padding:0 15px;background:#ebeaea;border-radius:5px;display:flex;justify-content:center;align-items:center;height:40px}.article__header__info__avatar_comments-image--block{display:flex;margin-right:7px;align-items:center;justify-content:center;border-radius:5px;width:40px;height:40px;background-color:#fff;border:1px solid #ebeaea}.article__header__info__avatar_comments-wrapper{display:flex;margin-bottom:5px;justify-content:center;align-items:center}.author-bottom{margin-bottom:3rem}.author-bottom .head-articles__main_header{margin-bottom:3.7rem}.author-bottom .head-articles__main_header__title{width:auto}.author-bottom__image{margin-bottom:3.6rem;width:calc(38% - 1rem)}@media(max-width:768px){.author-bottom__image{width:100%}}@media only screen and (max-width:tablet){.author-bottom__image{width:100%}}.author-bottom__image .image{border-radius:1rem}.author-bottom__content-right{margin-left:auto;width:calc(62% - 2.8rem)}@media(max-width:768px){.author-bottom__content-right{width:100%}}@media only screen and (max-width:tablet){.author-bottom__content-right{width:100%}}.author-bottom .content-block{margin-bottom:3.6rem}.author-bottom .content-block p{margin-bottom:0}.author-bottom .content-block h4{font-size:2.4rem;font-family:Roboto,sans-serif}.author-bottom .content-block ul{margin-left:1.6rem}.seminars{margin-top:40px;display:flex;flex-direction:row}@media(max-width:1200px){.seminars{flex-direction:column}}@media only screen and (max-width:laptop){.seminars{flex-direction:column}}.seminars__main{width:calc(100% - 507px);margin-right:auto}.seminars__main .loading-wrapper{position:inherit}@media(max-width:1200px){.seminars__main{width:100%}}@media only screen and (max-width:laptop){.seminars__main{width:100%}}.seminars__main_header{border-bottom:1px solid #e6e6e6}.seminars__main_header__tabs{display:flex;flex-direction:row;position:relative}.seminars__main_header__tabs a{color:#000}.seminars__main_header__tabs_tab{color:#000;font-weight:600;font-size:3.2rem;margin-right:30px;padding:10px 0;cursor:pointer;transition:all .2s ease-in-out}@media(max-width:480px){.seminars__main_header__tabs_tab{font-size:2.2rem;margin-right:15px}}@media only screen and (max-width:phone-large){.seminars__main_header__tabs_tab{font-size:2.2rem;margin-right:15px}}.seminars__main_header__tabs_tab.--active{border-bottom:2px solid #e44a4a;color:#15528e;margin-bottom:-1px}.seminars__main_header__tabs_tab:hover{color:#15528e}.seminars__main_news{display:flex;flex-direction:column;margin-top:15px}.seminars__main_news__section{padding:25px 0}.seminars__main_news__section:not(:last-child){border-bottom:1px solid #e7e7e7}.seminars__side{width:477px}@media(max-width:1200px){.seminars__side{width:100%;margin:20px 0 0!important}}@media only screen and (max-width:laptop){.seminars__side{width:100%;margin:20px 0 0!important}}.seminars__side__item{margin-top:20px}.seminar-item{margin-top:6rem;display:flex;margin-bottom:7.5rem}@media(max-width:1200px){.seminar-item{flex-wrap:wrap;display:block}}@media only screen and (max-width:laptop){.seminar-item{flex-wrap:wrap;display:block}}.seminar-item__trainer{margin-left:1rem}.seminar-item__title{margin-right:2rem}.seminar-item__duration{margin-left:.4rem}.seminar-item__information{width:100%;max-width:845px}@media(max-width:1200px){.seminar-item__information{max-width:100%}}@media only screen and (max-width:laptop){.seminar-item__information{max-width:100%}}.seminar-item__information__title{margin-bottom:3.7rem}.seminar-item__information__title.head-articles__main_header{padding-bottom:3.2rem}.seminar-item__information__title .head-articles__main_header__title{margin-bottom:0}.seminar-item__information__title .head-articles__main_header__hr{min-width:auto;max-width:368px}.seminar-item__information__content{font-weight:400;line-height:24px}.seminar-item__information__content p{font-family:Roboto,sans-serif;font-weight:400;font-size:1.8rem;line-height:2.4rem;margin-bottom:3rem}.seminar-item__information__content h1{margin-bottom:32px;font-family:Roboto,sans-serif;font-weight:600;font-size:3.2rem;line-height:3.8rem;margin-top:1.6rem}.seminar-item__information__content ul{margin-left:3rem}.seminar-item__information__content ul li{list-style:disc none outside;list-style:initial}.seminar-item__information__content ol{margin-left:3rem}.seminar-item__information__content ol li{list-style:auto}.seminar-item__information__content em,.seminar-item__information__content i:not([class]){font-style:italic}.seminar-item__information__content .has-text-align-center{text-align:center}.seminar-item__information__content blockquote{background-color:#fff;border-left:5px solid #15528e;font-size:1.9rem;line-height:2.8rem;padding:2rem;margin-bottom:3rem}.seminar-item__information__content table{border-collapse:collapse;max-width:100%;overflow-x:auto;display:block;height:auto!important;margin:0 auto 30px;font-size:1.4rem;line-height:2rem}.seminar-item__information__content table::-webkit-scrollbar{width:6px;height:5px;padding-top:30px;padding-bottom:20px}.seminar-item__information__content table::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:3px}.seminar-item__information__content table::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}.seminar-item__information__content table p{margin-bottom:.5rem;font-size:1.4rem;line-height:2rem}.seminar-item__information__content table td{background-color:#fff}.seminar-item__information__content table tr:first-child>td,.seminar-item__information__content table tr:first-child>th{background:#15528e;color:#fff}.seminar-item__information__content table td,.seminar-item__information__content table th{border:1px solid #e6e6e6;padding:10px 5px;height:auto!important}.seminar-item__information__content table tbody,.seminar-item__information__content table td,.seminar-item__information__content table tr{vertical-align:middle;height:auto!important}.seminar-item__information__content table tbody,.seminar-item__information__content table thead{display:inline-table;width:100%}.seminar-item__information__content code{background:#e6e6e6;padding-left:.2rem;padding-right:.2rem}.seminar-item__information__content details{border:1px solid #15528e;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.seminar-item__information__content details summary::marker{color:#15528e}.seminar-item__information__content img{border-radius:10px}.seminar-item__information__content iframe,.seminar-item__information__content video{width:100%}.seminar-item__information__content .alignright{float:right}.seminar-item__information__content a{text-decoration:underline;color:#000}.seminar-item__information__content a:hover{color:#15528e}.seminar-item__information a{line-height:24px;text-decoration:underline;color:#000}.seminar-item__information a:hover{color:#15528e}.seminar-item__information b,.seminar-item__information strong{font-family:Roboto,sans-serif;font-weight:600;font-size:1.7rem}.seminar-item__information h1{margin-bottom:32px;font-family:Roboto,sans-serif;font-weight:600;font-size:3.2rem;line-height:3.8rem;margin-top:1.6rem}.seminar-item__information .notice{margin-top:3.4rem;margin-bottom:3.5rem}.seminar-item__information .notice p{font-family:Roboto,sans-serif;font-weight:400;font-size:1.7rem;margin-bottom:1rem}.seminar-item__information .placing-ad{margin-top:5.6rem}.seminar-item__information .placing-ad p{font-family:Roboto,sans-serif;font-weight:400;font-size:1.7rem;line-height:2.4rem}.seminar-item__information .placing-ad__objective{margin-top:3.5rem}.seminar-item__information .placing-ad__objective ul{font-family:Roboto,sans-serif;font-weight:400;font-size:1.7rem;line-height:2.4rem}.seminar-item__information .placing-ad__theme{margin-top:3.5rem}.seminar-item__information .placing-ad__theme h6{margin-bottom:2rem}.seminar-item__information .placing-ad__theme ul{font-family:Roboto,sans-serif;font-weight:400;font-size:1.7rem;line-height:2.4rem}.seminar-item__information .placing-ad__notice .important{width:100%;max-width:200px;height:50px;background:#e7eef8;border-radius:.5rem;margin-bottom:2.1rem;margin-top:3.8rem}.seminar-item__information .placing-ad__notice h5{font-family:Roboto,sans-serif;font-weight:600;font-size:2.4rem;line-height:2.4rem;text-align:center;padding:13px}.seminar-item__information .placing-ad__notice p{font-family:Roboto,sans-serif;font-weight:400;font-size:1.7rem;line-height:2.4rem;margin-bottom:30px}.seminar-item__information .placing-ad__tarif h5{font-family:Roboto,sans-serif;font-weight:600;font-size:2rem;line-height:2.4rem}.seminar-item__information .placing-ad__tarif p{font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:2.4rem;margin-bottom:21px;margin-top:10px}.seminar-item__information .placing-ad__tarif .registration-fee{background:#e7eef8;width:100%;max-width:38rem;height:5rem;border-radius:.5rem;margin-bottom:1rem}.seminar-item__information .placing-ad__tarif .registration-fee h6{font-family:Roboto,sans-serif;font-weight:600;font-size:2rem;margin-left:2.8rem;padding-top:1.4rem}.seminar-item__information .placing-ad__tarif .informative-material{margin-top:2.1rem;margin-bottom:6.4rem}.seminar-item__information .placing-ad__tarif .informative-material h6{font-family:Roboto,sans-serif;font-weight:600;font-size:1.8rem;margin-bottom:2.1rem}.seminar-item__information .placing-ad__tarif .informative-material ul{font-family:Roboto,sans-serif;font-weight:400;font-size:1.7rem;line-height:2.4rem}.seminar-item__information .placing-ad__tarif .contact h5{font-family:Roboto,sans-serif;font-weight:600;font-size:2.4rem;margin-bottom:1.5rem}.seminar-item__information .placing-ad__tarif .contact p{font-family:Roboto,sans-serif;font-weight:400;font-size:2rem;margin-bottom:1rem!important}.seminar-item__information .placing-ad__tarif .contact a,.seminar-item__information .placing-ad__tarif .contact ul{color:#000;font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:2rem}.seminar-item__apply{margin-left:7.6rem;background:#f7f7f7;border-radius:.5rem;height:-moz-fit-content;height:fit-content;width:100%;max-width:47.7rem;position:sticky;top:100px}@media(max-width:1200px){.seminar-item__apply{margin-left:0;width:auto;max-width:100%;margin-top:3rem}}@media only screen and (max-width:laptop){.seminar-item__apply{margin-left:0;width:auto;max-width:100%;margin-top:3rem}}.seminar-item__apply .seminar-subscribe{padding:20px 40px;position:sticky}@media(max-width:480px){.seminar-item__apply .seminar-subscribe{padding:20px 30px}}@media only screen and (max-width:phone-large){.seminar-item__apply .seminar-subscribe{padding:20px 30px}}.seminar-item__apply .seminar-subscribe__box{margin-top:10px}.seminar-item__apply .seminar-subscribe__form__input{height:5rem}.seminar-item__apply .seminar-subscribe__preference{margin-top:1.5rem}.seminar-item__apply .seminar-subscribe__submit{margin-top:18px}.seminar-item__apply .data-recording{width:100%;max-width:39.3rem;margin-top:4.5rem;margin-left:4.1rem}@media(max-width:1200px){.seminar-item__apply .data-recording{width:auto;max-width:100%;margin-right:4.1rem}}@media only screen and (max-width:laptop){.seminar-item__apply .data-recording{width:auto;max-width:100%;margin-right:4.1rem}}.seminar-item__apply .data-recording h4{font-family:Roboto,sans-serif;font-weight:500;font-size:2.8rem;line-height:3.3rem;text-align:left}.seminar-item__apply .data-recording__preference{margin-top:3.5rem}.seminar-item__apply .data-recording__preference h5{font-family:Roboto,sans-serif;font-weight:600;font-size:1.8rem;line-height:2.4rem}.seminar-item__apply .data-recording__preference p{font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:2.4rem;color:#6a6a6a;margin-bottom:2.3rem}.seminar-item__apply .data-recording__preference .checkbox .label-wrapper{margin-bottom:1.9rem;font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:2.4rem}.seminar-item__apply .data-recording__preference .checkbox .label-wrapper__checkbox{width:3.1rem;height:3.1rem;margin-right:1.9rem}.seminar-item__apply .data-recording__preference button{margin-top:15px;background:#15528e;border-radius:.4rem;width:100%;max-width:39.3rem;height:6rem;font-family:Roboto,sans-serif;font-weight:500;font-size:2rem;line-height:2.3rem;color:#fff}.seminar-item__apply .data-recording__form__input{width:100%;max-width:39.3rem;height:3rem;background:transparent;border-radius:.5rem;padding-left:1.5rem;padding-right:3.9rem;border:1px solid #73838a;border-radius:.4rem;margin-top:4.5rem}@media(max-width:1200px){.seminar-item__apply .data-recording__form__input{max-width:100%}}@media only screen and (max-width:laptop){.seminar-item__apply .data-recording__form__input{max-width:100%}}.seminar-item__apply .data-recording__box{position:relative}.seminar-item__apply .data-recording__box p{position:absolute;top:36px;margin-left:10px;background-color:#f7f7f7;color:#73838a;font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem}.seminar-item__apply .private-article-bottom{padding:40px 40px 0;margin-bottom:2rem;justify-content:flex-start;width:100%}@media(max-width:480px){.seminar-item__apply .private-article-bottom{padding-left:30px;padding-right:30px;justify-content:center}}@media only screen and (max-width:phone-large){.seminar-item__apply .private-article-bottom{padding-left:30px;padding-right:30px;justify-content:center}}.seminar-item__apply .private-article-bottom-content__left{font-size:1.8rem;font-weight:500;line-height:1.2;max-width:calc(100% - 18rem)}@media(max-width:1200px){.seminar-item__apply .private-article-bottom-content__left{font-size:3rem}}@media only screen and (max-width:laptop){.seminar-item__apply .private-article-bottom-content__left{font-size:3rem}}@media(max-width:1024px){.seminar-item__apply .private-article-bottom-content__left{font-size:2.5rem}}@media only screen and (max-width:tablet-large){.seminar-item__apply .private-article-bottom-content__left{font-size:2.5rem}}@media(max-width:768px){.seminar-item__apply .private-article-bottom-content__left{text-align:left;margin-bottom:0;margin-right:2rem;max-width:calc(100% - 16rem);font-size:1.8rem;width:auto}}@media only screen and (max-width:tablet){.seminar-item__apply .private-article-bottom-content__left{text-align:left;margin-bottom:0;margin-right:2rem;max-width:calc(100% - 16rem);font-size:1.8rem;width:auto}}@media only screen and (max-width:phone-small){.seminar-item__apply .private-article-bottom-content__left{text-align:center;margin-bottom:2rem;margin-right:1rem;max-width:100%}}@media(max-width:374px){.seminar-item__apply .private-article-bottom-content__left{text-align:center;margin-bottom:2rem;margin-right:1rem;max-width:100%}}.seminar-item__apply .private-article-bottom-content__right{margin-left:auto}@media only screen and (max-width:phone-small){.seminar-item__apply .private-article-bottom-content__right{margin-right:auto}}@media(max-width:374px){.seminar-item__apply .private-article-bottom-content__right{margin-right:auto}}.seminar-item__notice{display:flex;flex-wrap:wrap}.seminar-item__notice .notice-element{align-items:center;display:flex;flex-wrap:wrap;line-height:1.6rem;padding-right:1rem}.seminar-item__notice .notice-element i{color:#15528e;font-size:1.5rem;line-height:1.6rem}.seminar-item__notice .notice-element .time{align-items:center;display:flex;margin-top:3px;margin-bottom:3px}.seminar-item__notice .notice-element .time p{margin-left:.6rem;margin-right:1.9rem;font-weight:400;font-size:1.6rem;line-height:1.6rem}.seminar-item__notice .notice-element .category{align-items:center;display:flex}.seminar-item__notice .notice-element .category-link{color:#000;line-height:1.6rem;text-decoration:none;margin-top:3px;margin-bottom:3px}.seminar-item__notice .notice-element .category-link:hover{color:#15528e}.seminar-item__notice .notice-element .category p{margin-left:.6rem;font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.6rem}.seminar-item__notice .activity{text-transform:uppercase;display:flex;align-items:center;justify-content:center;margin-left:17px}@media only screen and (max-width:phone-small){.seminar-item__notice .activity{justify-content:flex-start;margin-left:0}}@media(max-width:374px){.seminar-item__notice .activity{justify-content:flex-start;margin-left:0}}.seminar-item__notice .activity .activity-offline,.seminar-item__notice .activity .activity-online{border-radius:2px;color:#fff;font-weight:900;font-size:1.1rem;font-family:Roboto,sans-serif;line-height:1.3rem;padding:.4rem 1.2rem;text-transform:uppercase}.seminar-item__notice .activity .activity-online{background-color:#15528e}.seminar-item__notice .activity .activity-offline{background-color:#e44a4a}.private-content-hidden{position:relative;top:0;min-height:40rem}@media(min-width:769px){.private-content-hidden .private-article{padding:0 20px}}@media only screen and (max-width:tablet-min){.private-content-hidden .private-article{padding:0 20px}}.private-content-hidden .private-article-top-content{margin-bottom:2rem}@media(min-width:1201px){.private-content-hidden .private-article-top-content .content-item{font-size:1.8rem;line-height:2.2rem}}@media only screen and (max-width:laptop-min){.private-content-hidden .private-article-top-content .content-item{font-size:1.8rem;line-height:2.2rem}}.private-content-hidden .private-article-top-content .icon{margin-right:2.4rem}.private-content-hidden .private-article .button-blue-border,.private-content-hidden .private-article .button-blue-dark{height:5rem;line-height:4.6rem;margin-bottom:2rem;margin-top:2rem;min-width:18.2rem}.private-content-hidden .private-article-bottom{padding-top:2rem}@media(min-width:1201px){.private-content-hidden .private-article-bottom-content__left{font-size:1.8rem;line-height:2.2rem}}@media only screen and (max-width:laptop-min){.private-content-hidden .private-article-bottom-content__left{font-size:1.8rem;line-height:2.2rem}}@media(max-width:768px){.private-content-hidden .private-article-bottom-content__left{margin-bottom:0}}@media only screen and (max-width:tablet){.private-content-hidden .private-article-bottom-content__left{margin-bottom:0}}@media(min-width:769px){.private-content-hidden .private-article-bottom-content__left{max-width:calc(100% - 23rem)}}@media only screen and (max-width:tablet-min){.private-content-hidden .private-article-bottom-content__left{max-width:calc(100% - 23rem)}}.seminar-item-clock__icon{margin-left:1rem}.video-activity{margin-left:0!important}.charts-accounts__header{display:flex;margin-top:30px;gap:20px;margin-bottom:30px;align-items:flex-end;cursor:pointer;border-bottom:1px solid #ececec}.charts-accounts__header__link{border-bottom:2px solid transparent;font-family:Roboto,sans-serif;font-weight:600;font-size:2rem;line-height:120%;color:#000;height:40%;text-align:left;text-align:initial;padding:10px 0 8px;transition:all .2s ease-in-out}.charts-accounts__header__link.--active{border-bottom:2px solid #e31d1d;color:#15528e}.charts-accounts__header__link:hover{color:#15528e}@media(max-width:480px){.charts-accounts__header__link{font-size:1.5rem}}@media only screen and (max-width:phone-large){.charts-accounts__header__link{font-size:1.5rem}}.charts-accounts table tr td:first-child{width:10%}.charts-accounts table tr td:nth-child(2){width:11%}.charts-accounts table tr td:nth-child(3){width:13%}.charts-accounts table tr td:last-child{width:66%}.landing-one ul{padding:0;margin:0;font-family:Roboto,Arial,sans-serif;overflow-x:hidden}.landing-one li{list-style-type:none}.landing-one a{text-decoration:none;color:#fff}.landing-one a:hover{color:#fff}.landing-one section{padding:80px 15px}@media(min-width:768px){.landing-one section{padding:100px 20px}}.landing-one section .section-title{color:#000;width:100%;text-align:center;margin-bottom:40px;font-size:30px}@media(min-width:768px){.landing-one section .section-title{font-size:42px;margin-bottom:80px}}.landing-one section .section-subtitle{color:#000;width:100%;text-align:center;margin-bottom:40px;font-size:20px;font-weight:300;line-height:1.5}@media(min-width:768px){.landing-one section .section-subtitle{font-size:22px;margin-bottom:60px}}.landing-one section .item-title{color:#000;font-size:20px;margin-bottom:15px;font-weight:600}@media(min-width:768px){.landing-one section .item-title{margin-bottom:25px;font-size:26px}}.landing-one section .item-desc{color:#000;font-size:16px;font-weight:300}@media(min-width:768px){.landing-one section .item-desc{font-size:18px}}.landing-one section .item-img{margin-bottom:15px}@media(min-width:768px){.landing-one section .item-img{margin-bottom:25px}}.landing-one section .item-img img{height:auto;width:100%}.landing-one .banner-button,.landing-one .section-button{display:flex;justify-content:center;align-items:center;text-transform:uppercase;background:#f5914f;color:#fff;font-size:14px;height:50px;width:200px;border-radius:4px;font-weight:700;transition:.5s}@media(min-width:768px){.landing-one .banner-button,.landing-one .section-button{height:60px;width:290px;font-size:16px}}.landing-one .banner-button:hover,.landing-one .section-button:hover{background:#f8af7f}.landing-one .section-button{text-transform:none;background:#1f5bff;border-radius:10px;margin-top:30px;transition:.5s}@media(min-width:768px){.landing-one .section-button{margin-top:80px}}.landing-one .section-button:hover{background:#5280ff}.landing-one .banner{width:100%;display:flex;align-items:center;justify-content:center;height:100vh;position:relative;z-index:1}.landing-one .banner:after{content:"";display:flex;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.6);z-index:2}.landing-one .banner .content{z-index:3;color:#fff;max-width:960px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20px}@media(min-width:768px){.landing-one .banner .content{padding:0}}.landing-one .banner .content h1{font-size:22px;font-weight:600;margin-bottom:20px}@media(min-width:576px){.landing-one .banner .content h1{font-size:42px}}@media(min-width:768px){.landing-one .banner .content h1{font-size:62px}}.landing-one .banner .content p{font-size:16px;font-weight:300;line-height:22px;margin-bottom:40px}@media(min-width:576px){.landing-one .banner .content p{margin-bottom:80px;line-height:32px;font-size:18px}}@media(min-width:768px){.landing-one .banner .content p{font-size:22px}}.landing-one .banner .content .link-down{position:absolute;bottom:100px;left:0;width:100%;display:flex;justify-content:center}.landing-one .banner .content .link-down .arrow-down{animation:bounceDown 2s infinite}.landing-one .ofer{background:#fff}.landing-one .ofer .action{width:100%;display:flex;justify-content:center}.landing-one .ofer .ofer-item{margin-bottom:40px}@media(min-width:768px){.landing-one .ofer .ofer-item{margin-bottom:0}}.landing-one .benefit{background:#e0e0e0}.landing-one .benefit .benefit-item{margin-bottom:40px;padding:0 15px}@media(min-width:768px){.landing-one .benefit .benefit-item{padding:0 35px}}.landing-one .benefit .benefit-item .item-img{display:flex;justify-content:center}.landing-one .benefit .benefit-item .item-img img{width:90px}.landing-one .benefit .benefit-item .item-title{margin:30px 0}.landing-one .benefit .benefit-item .item-desc,.landing-one .benefit .benefit-item .item-title{text-align:center}.landing-one .get-access{position:relative;z-index:1}.landing-one .get-access,.landing-one .get-access:after{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.landing-one .get-access:after{content:"";position:absolute;height:100%;top:0;left:0;background:rgba(0,0,0,.8);z-index:2}.landing-one .get-access .bg-parallax{position:absolute;background:url(/images/bg-paralax.jpg);background-attachment:fixed!important;background-position:50%!important;background-size:cover!important;width:100%;height:100%}.landing-one .get-access .content{max-width:960px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:3}.landing-one .get-access .content .section-title{font-size:30px;margin-bottom:40px;padding:0 30px}@media(min-width:768px){.landing-one .get-access .content .section-title{font-size:48px}}.landing-one .get-access .content .item-desc{font-size:20px;padding:0 20px;margin-bottom:40px}@media(min-width:768px){.landing-one .get-access .content .item-desc{font-size:24px;padding:0 180px}}.landing-one .get-access .content .item-desc,.landing-one .get-access .content .section-title{color:#fff}.landing-one .get-access .action{margin-top:60px;position:relative;justify-content:center;display:flex;z-index:4;padding:0 25px}.landing-one .get-access .action .banner-button,.landing-one .get-access .action .section-button{width:320px}.landing-one .get-access .action .arrow-aside{display:none;position:absolute;left:0;top:0;transform:translate(-80px,-30px)}@media(min-width:576px){.landing-one .get-access .action .arrow-aside{display:flex}}.landing-one .get-access .action .arrow-aside img{height:110px}.landing-one .get-access .action .arrow-down{display:flex;height:40px;position:absolute;top:0;left:0;transform:translate(150px,-60px)}@media(min-width:576px){.landing-one .get-access .action .arrow-down{display:none}}.landing-one .why-we{display:flex;flex-direction:column;align-items:center}.landing-one .why-we .section-title{margin-bottom:20px}.landing-one .why-we .section-subtitle{margin-bottom:30px;padding:0 40px}@media(min-width:768px){.landing-one .why-we .section-subtitle{padding:0 20%}}.landing-one .why-we .content{max-width:640px;display:flex;align-items:center;flex-direction:column;padding:0 20px}.landing-one .why-we .content .why-item{display:flex;align-items:flex-start;margin-bottom:20px}.landing-one .why-we .content .why-item .icon{margin-right:15px}.landing-one .why-we .content .why-item .icon img{width:38px;height:38px}.landing-one .why-we .content .why-item .why-title{font-size:16px;margin-bottom:14px;line-height:1.35;font-weight:600}@media(min-width:768px){.landing-one .why-we .content .why-item .why-title{font-size:18px}}.landing-one .why-we .content .why-item .why-desc{font-size:14px;line-height:1.45;font-weight:300}@media(min-width:768px){.landing-one .why-we .content .why-item .why-desc{font-size:16px}}.landing-one .why-we .action{width:100%;display:flex;justify-content:center}.landing-one .why-we .action .section-button{background:#f5914f}.landing-one .why-we .action .section-button:hover{background:#f8af7f}.landing-one .reviews{background:#ededed}.landing-one .reviews .review-item{width:100%;display:flex;align-items:center;flex-direction:column;margin-bottom:40px}@media(min-width:576px){.landing-one .reviews .review-item{flex-direction:row;align-items:flex-start;justify-content:flex-start}}.landing-one .reviews .review-item .review-img{display:flex;margin-bottom:10px}.landing-one .reviews .review-item .review-img img{border-radius:50%;width:100px;height:100px}.landing-one .reviews .review-item .review-desc{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 40px}@media(min-width:576px){.landing-one .reviews .review-item .review-desc{align-items:flex-start}}.landing-one .reviews .review-item .review-desc .review-more{outline:none;border:0;font-size:14px;padding:5px 0;color:#f5914f;font-weight:500;transition:.5s}.landing-one .reviews .review-item .review-desc .review-more:hover{color:#f8af7f}.landing-one .reviews .review-item .review-desc .review-more:active,.landing-one .reviews .review-item .review-desc .review-more:focus{outline:none}.landing-one .reviews .review-item .review-desc .desc{text-align:center;font-size:12px;font-weight:300;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media(min-width:576px){.landing-one .reviews .review-item .review-desc .desc{text-align:left;font-size:16px}}.landing-one .reviews .review-item .review-desc .name{margin-top:15px;font-size:12px;font-weight:600}@media(min-width:576px){.landing-one .reviews .review-item .review-desc .name{font-size:14px}}.landing-one .reviews .review-item .review-desc .position{font-size:12px;margin-top:5px;font-weight:300}.landing-one .reviews .review-item .review-desc .position a{color:#000;border-bottom:2px solid #f5914f}.landing-one .subscription{background:#fff}.landing-one .subscription .subsc-item{width:100%;display:block;position:relative;background:#ededed;margin-bottom:40px;border-radius:10px}.landing-one .subscription .subsc-item .head{background:#f5914f;display:flex;width:100%;flex-direction:column;align-items:center;padding:20px;border-top-left-radius:10px;border-top-right-radius:10px}.landing-one .subscription .subsc-item .head .variant{width:100%;text-transform:uppercase;font-size:18px;border-bottom:1px solid #dedede;padding:0 0 18px;display:flex;justify-content:center;font-weight:500}.landing-one .subscription .subsc-item .head .price{margin-top:30px;font-weight:600;font-size:30px}.landing-one .subscription .subsc-item .head .period{font-size:18px;font-weight:300}.landing-one .subscription .subsc-item .content{display:flex;align-items:center;flex-direction:column;padding:30px 20px}.landing-one .subscription .subsc-item .content ul li{display:flex;align-items:flex-start}.landing-one .subscription .subsc-item .content ul li img{width:25px;height:25px;margin:2px 15px 0 0}.landing-one .subscription .subsc-item .content ul li p{font-size:18px;margin-bottom:15px;font-weight:300}.landing-one .subscription .subsc-item .content .year{display:flex;font-size:18px;font-weight:600;height:27px}.landing-one .subscription .subsc-item .content .year .year-select{background:transparent;border:0;border-bottom:1px solid #f5914f;width:80px;margin-left:10px;text-align:center}.landing-one .subscription .subsc-item .content .year .year-select:active,.landing-one .subscription .subsc-item .content .year .year-select:focus{outline:none}.landing-one .subscription .subsc-item .content .year-empty{display:none}@media(min-width:992px){.landing-one .subscription .subsc-item .content .year-empty{display:flex}}.landing-one .subscription .subsc-item .content .banner-button,.landing-one .subscription .subsc-item .content .section-button{color:#000;text-transform:none;font-size:16px;font-weight:500;width:156px;height:60px;margin-top:50px}.landing-one .guaranty{background:#eee;display:flex;flex-direction:column;align-items:center}.landing-one .guaranty .section-subtitle{margin-bottom:30px}.landing-one .guaranty .content{max-width:960px;width:auto}@media(min-width:992px){.landing-one .guaranty .content{width:960px}}.landing-one .guaranty .content ul .guaranty-item{display:flex;flex-direction:column;background:#fff;margin-bottom:3px}.landing-one .guaranty .content ul .guaranty-item .head{padding:20px;display:flex;justify-content:space-between;align-items:center}.landing-one .guaranty .content ul .guaranty-item .head .title{margin-bottom:0;font-size:20px;width:70%;line-height:1.5;cursor:pointer}.landing-one .guaranty .content ul .guaranty-item .head .icon-collapse.active{transform:rotate(-45deg)}.landing-one .guaranty .content ul .guaranty-item .head .icon-collapse{width:40px;height:40px;border-radius:50%;cursor:pointer;transition:.5s;display:flex;justify-content:center;align-items:center}.landing-one .guaranty .content ul .guaranty-item .head .icon-collapse:hover{background:#eee}.landing-one .guaranty .content ul .guaranty-item .desc{padding:0 60px 0 20px;font-weight:300;font-size:18px}.landing-one .articles{background:#fff;display:flex;align-items:center;flex-direction:column}.landing-one .articles .content{display:flex;flex-direction:column;justify-content:center;padding:0 20px;max-width:960px}.landing-one .articles .content .article-item{display:flex;margin-bottom:30px;flex-direction:column;align-items:center}@media(min-width:576px){.landing-one .articles .content .article-item{flex-direction:row;align-items:flex-start}}.landing-one .articles .content .article-item .icon{position:relative;display:flex;justify-content:flex-end;margin-right:0;width:100%;margin-bottom:15px}@media(min-width:576px){.landing-one .articles .content .article-item .icon{margin-bottom:0;min-width:120px;max-width:120px;margin-right:20px}}.landing-one .articles .content .article-item .icon .image{width:100%;border-radius:4px}.landing-one .articles .content .article-item .icon .image-svg{width:38px;height:38px;display:none}@media(min-width:576px){.landing-one .articles .content .article-item .icon .image-svg{display:block;width:45px;height:45px}}.landing-one .articles .content .article-item .title{font-size:18px;line-height:1.35;font-weight:600}.landing-one .articles .content .article-item .text{font-size:16px;line-height:1.45;font-weight:300}.landing-one .articles .content .article-item .author{font-size:14px;color:#bfbdbd;margin:10px 0}.landing-one .author a,.landing-one .author a:hover{color:#bfbdbd}.landing-one .articles .action{width:100%;display:flex;justify-content:center}.landing-one .articles .action .section-button{background:#1f5bff}.landing-one .articles .action .section-button:hover{background:#5280ff}.landing-one .how_subscribe{background:#eee}.landing-one .how_subscribe .content{display:flex;margin-top:60px}.landing-one .how_subscribe .content .hs-item{display:flex;flex-direction:column;align-items:center;margin-bottom:60px}.landing-one .how_subscribe .content .hs-item .number{width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px;color:#fff;background:#212121;font-weight:600;margin-bottom:20px}.landing-one .how_subscribe .content .hs-item .title{font-weight:600;font-size:20px;margin-bottom:15px}.landing-one .how_subscribe .content .hs-item .sub-title,.landing-one .how_subscribe .content .hs-item .title{text-align:center}.landing-one .how_subscribe .content .hs-item .sub-title{padding:0 20px;font-weight:300}.landing-one .how_subscribe .action{width:100%;display:flex;justify-content:center}.landing-one .how_subscribe .action .section-button{margin-top:0;background:#1f5bff}.landing-one .how_subscribe .action .section-button:hover{background:#5280ff}.landing-one .contacts{width:100%;display:flex;align-items:center;flex-direction:column;background:#cfd3f7}.landing-one .contacts .section-title{margin-bottom:10px}.landing-one .contacts .section-subtitle{font-weight:400}.landing-one .contacts .content{max-width:500px;display:flex;align-items:center;flex-direction:column}.landing-one .contacts .content .phone{border-bottom:3px solid #f5914f;line-height:32px}.landing-one .contacts .content a{color:#000;font-size:28px;font-weight:500}@media(min-width:768px){.landing-one .contacts .content a{font-size:36px}}.landing-one .contacts .content .address{text-align:center;margin:30px 0;font-size:26px}.landing-one .contacts .content .in-social{font-weight:300;margin-bottom:20px}.landing-one .contacts .content .social img{margin-right:10px;width:40px;height:40px}.landing-one #modal .close{border:0}.landing-one #modal .close:active,.landing-one #modal .close:focus{outline:none}.landing-one .modal-dialog{min-height:calc(100vh - 60px);display:flex;flex-direction:column;justify-content:center;overflow:auto}@media(max-width:768px){.landing-one .modal-dialog{min-height:calc(100vh - 20px)}}.landing-one .slick-next,.landing-one .slick-prev{width:40px!important;height:40px!important;top:40%!important}.landing-one .slick-next{right:-5px!important}@media(min-width:576px){.landing-one .slick-next{right:-20px!important}}.landing-one .slick-prev{left:-5px!important}@media(min-width:576px){.landing-one .slick-prev{left:-20px!important}}.landing-one .slick-next:before,.landing-one .slick-prev:before{font-size:40px!important;opacity:1!important}.landing-one .slick-slide:active,.landing-one .slick-slide:focus{border:0!important;outline:none!important}@keyframes fade{0%{opacity:0}to{opacity:1}}@keyframes bounceDown{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}.notifications{margin-top:40px}.notifications-item__delete{position:absolute;display:flex;justify-content:center;align-items:center;text-align:center;right:20px}.notifications-item__delete i{font-size:1.8rem;color:#15528e}.notifications-item__content{display:flex;flex-wrap:wrap;flex-direction:column;margin-top:40px;margin-bottom:40px;width:100%}.notifications-item__content .accountancy-item__content__header{font-size:2rem;font-weight:500;margin-bottom:.5rem}.notifications-item__content .accountancy-item__content__content{max-height:4rem;overflow:hidden;transition:max-height .1s linear}.notifications-item__content .accountancy-item__content__content *{font-size:1.6rem;line-height:2.1rem}.notifications-item__content .accountancy-item__content__content p{margin-bottom:0}.notifications-item__content .accountancy-item__content__content.open{max-height:none;overflow:unset}.notifications-item__content .accountancy-item__content__content:not(.open){position:relative}.notifications-item__content .accountancy-item__content__content:not(.open):after{background:linear-gradient(rgba(231,238,248,0),#e7eef8);content:"";position:absolute;width:100%;height:2.3rem;bottom:0;left:0;right:0}.notifications-item__body{background-color:#e7eef8;border:1px solid #d9d9d9;border-radius:7px;margin-bottom:20px;padding:15px 30px 30px;position:relative;width:75%}.notifications-item__body .accountancy-item__button-more{background-color:transparent;border:none;bottom:0;cursor:pointer;display:block;color:#15528e;font-size:1.6rem;line-height:3rem;text-align:center;position:absolute;transition:all .2s ease-in-out;left:0;right:0;margin:auto;width:100%}.notifications-item__body .accountancy-item__button-more:hover i{animation:MoveUpDown 1s linear infinite}.notifications-item__body.open .accountancy-item__button-more{transform:rotate(-180deg)}.notifications-item__body.seen{background-color:#efefef}.notifications-item__body.seen .accountancy-item__content__content:not(.open):after{background:linear-gradient(hsla(0,0%,94%,0),#efefef)}@media(max-width:768px){.notifications-item__body{padding:15px 10px 20px}}@media only screen and (max-width:tablet){.notifications-item__body{padding:15px 10px 20px}}.notifications-item__header{margin-bottom:.5rem}.notifications-item__header,.notifications-item__status{display:flex;align-items:center}.notifications-item__status p{color:#000;font-size:1.4rem;line-height:1.6rem}.notifications-item__status i{color:#15528e;font-size:1rem;line-height:1.6rem;margin-right:.5rem;margin-bottom:.1rem}.notifications-item__author{color:#000;font-size:1.4rem;line-height:1.6rem;margin-right:1rem}.notifications-item__author i{color:#15528e;font-size:1rem;line-height:1.6rem;margin-right:.5rem;margin-bottom:.1rem}.notifications-item__date{color:#a6a4a4;font-size:1.2rem;position:absolute;bottom:0;right:5px}.notifications .loading-wrapper{position:inherit}.articles-category-wrapper{display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:60px;gap:30px}.articles-category-wrapper .article-category{margin-right:auto;width:calc(100% - 559px)}@media(max-width:1200px){.articles-category-wrapper .article-category{width:100%}}@media only screen and (max-width:laptop){.articles-category-wrapper .article-category{width:100%}}.articles-category-wrapper .article-category__text{max-width:839px;width:100%;font-weight:400;font-size:1.7rem;line-height:24px;margin-top:42px}.articles-category-wrapper .article-category__components{display:flex;justify-content:flex-start;flex-wrap:wrap;margin-top:100px;gap:15px}.articles-category-wrapper .article-category__components .category-box{background:#e7eef8;border-radius:7px;color:#000;height:109px;margin-bottom:3rem;position:relative;text-align:center;transition:all .2s ease-in-out;width:calc(33.33% - 10px)}@media(max-width:768px){.articles-category-wrapper .article-category__components .category-box{width:calc(50% - 10px)}}@media only screen and (max-width:tablet){.articles-category-wrapper .article-category__components .category-box{width:calc(50% - 10px)}}@media(max-width:600px){.articles-category-wrapper .article-category__components .category-box{width:100%}}@media only screen and (max-width:phone-larg-md){.articles-category-wrapper .article-category__components .category-box{width:100%}}.articles-category-wrapper .article-category__components .category-box:focus,.articles-category-wrapper .article-category__components .category-box:hover{box-shadow:0 0 10px 0 rgba(21,82,142,.5)}.articles-category-wrapper .article-category__components .category-box__arrow{margin:auto;left:0;right:0;background:#15528e;border-radius:6px;width:36px;height:36px;align-items:center;justify-content:center;display:flex;transform:translateY(-16px)}.articles-category-wrapper .article-category__components .category-box__arrow .fa-arrow-right{line-height:36px;color:#e7eef8}.articles-category-wrapper .article-category__components .category-box p{padding:1rem;font-weight:600;font-size:1.8rem;line-height:2.1rem}.category-snc{width:calc(100% - 559px)}@media(max-width:1200px){.category-snc{width:100%}}@media only screen and (max-width:laptop){.category-snc{width:100%}}.category-snc .article-snc{display:flex;position:relative;justify-content:flex-start;flex-wrap:wrap;margin-top:100px;gap:15px}.category-snc .article-snc .loading-wrapper{position:inherit}.category-snc .article-snc__box{background:#e7eef8;border-radius:7px;color:#000;position:relative;min-height:110px;margin-bottom:1.5rem;transition:all .2s ease-in-out;width:calc(50% - 8px)}@media(max-width:600px){.category-snc .article-snc__box{width:100%}}@media only screen and (max-width:phone-larg-md){.category-snc .article-snc__box{width:100%}}.category-snc .article-snc__box:focus,.category-snc .article-snc__box:hover{box-shadow:0 0 10px 0 rgba(21,82,142,.5)}.category-snc .article-snc__box__arrow{margin-left:3rem;left:0;right:0;background:#15528e;border-radius:6px;width:36px;height:36px;align-items:center;justify-content:center;display:flex;transform:translateY(-16px)}.category-snc .article-snc__box__arrow .fa-arrow-right{line-height:36px;color:#e7eef8}.category-snc .article-snc__box p{padding:1rem 2rem 1rem 3rem;font-weight:600;font-size:1.4rem;line-height:1.6rem}.article__content-hidden{max-height:51.8rem;margin-bottom:6.5rem;position:relative;overflow:hidden;height:30.8rem;width:100%}@media screen and (max-width:991px){.article__content-hidden{max-height:48rem;height:48rem!important}}@media screen and (max-width:440px){.article__content-hidden{max-height:60rem!important;height:60rem!important}}.article__content-hidden.large{height:41.8rem}.private-article{background:linear-gradient(.75deg,#fff 80.98%,hsla(0,0%,100%,0) 96.6%);display:flex;flex-direction:column;justify-content:flex-end;position:absolute;top:0;left:0;right:0;bottom:0;z-index:1;width:100%;height:100%}.private-article.hidden{display:none}.private-article.active{background:transparent}.private-article b,.private-article strong{font-weight:600}.private-article em,.private-article i:not([class]){font-style:italic}.private-article-top-content{align-items:center;display:flex;flex-wrap:wrap;max-width:62rem;margin:0 auto}.private-article-top-content .loading-wrapper{position:absolute;left:0;top:-95px}@media(max-width:768px){.private-article-top-content{margin-bottom:3rem}}@media only screen and (max-width:tablet){.private-article-top-content{margin-bottom:3rem}}.private-article-top-content .icon{margin-right:5.4rem;height:6.6rem;width:6.6rem}@media(max-width:768px){.private-article-top-content .icon{margin-right:2.4rem;width:4.6rem}}@media only screen and (max-width:tablet){.private-article-top-content .icon{margin-right:2.4rem;width:4.6rem}}.private-article-top-content .content-item{color:#000;font-size:2.4rem;line-height:3.2rem;width:calc(100% - 12rem)}.private-article-top-content .content-item p{margin:0}@media(max-width:768px){.private-article-top-content .content-item{font-size:2rem;line-height:3rem;width:calc(100% - 7rem)}}@media only screen and (max-width:tablet){.private-article-top-content .content-item{font-size:2rem;line-height:3rem;width:calc(100% - 7rem)}}@media(max-width:480px){.private-article-top-content .content-item{font-size:1.8rem;line-height:2.8rem}}@media only screen and (max-width:phone-large){.private-article-top-content .content-item{font-size:1.8rem;line-height:2.8rem}}.private-article-top-content .content-item a{color:#15528e}.private-article-top-content .content-item a:hover{color:#e44a4a}.private-article-top-content__button{width:100%;margin-top:2rem;display:flex;justify-content:space-around;flex-wrap:wrap;gap:10px;align-items:center}@media(min-width:769px){.private-article-top-content__button{justify-content:space-between;padding-right:6rem}}@media only screen and (max-width:tablet-min){.private-article-top-content__button{justify-content:space-between;padding-right:6rem}}.private-article-top-content__button .button-blue-dark a{color:#fff}.private-article-bottom{align-items:center;border-top:1px solid rgba(0,0,0,.15);display:flex;flex-wrap:wrap;justify-content:center;padding-top:3rem;margin-bottom:3rem;width:100%;margin-top:3rem}@media(max-width:768px){.private-article-bottom{padding-top:3rem}}@media only screen and (max-width:tablet){.private-article-bottom{padding-top:3rem}}.private-article-bottom-content__left{color:#000;max-width:calc(100% - 27rem);margin-right:4.8rem;font-size:2.4rem;line-height:2.8rem}@media(max-width:768px){.private-article-bottom-content__left{max-width:100%;margin-right:0;margin-bottom:2rem;font-size:2rem;line-height:2.4rem;text-align:center;width:100%}}@media only screen and (max-width:tablet){.private-article-bottom-content__left{max-width:100%;margin-right:0;margin-bottom:2rem;font-size:2rem;line-height:2.4rem;text-align:center;width:100%}}@media(max-width:480px){.private-article-bottom-content__left{font-size:1.8rem;line-height:2rem}}@media only screen and (max-width:phone-large){.private-article-bottom-content__left{font-size:1.8rem;line-height:2rem}}.private-article-bottom-content__left a{color:#15528e}.private-article-bottom-content__left a:hover{color:#e44a4a}.private-article .button-blue-border:not(:hover){color:#15528e}.private-article .button-blue-border,.private-article .button-blue-dark{display:block;min-width:22.2rem;font-size:1.8rem;text-align:center;padding:0 10px;height:6rem;line-height:5.6rem;width:-moz-fit-content;width:fit-content}.article__content__comments-private{margin-bottom:5rem}.pay-article-button-container{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:10px;width:100%;padding-bottom:30px}.pay-article-button-container .info{color:#000;font-size:2.4rem;line-height:3.2rem}.pay-modal-portal .ReactModal__Overlay{align-items:inherit;padding:7rem}.pay-modal-portal .pay-modal-container{padding:50px;border-radius:20px;justify-content:center;display:flex;align-items:center;flex-direction:column;min-width:500px;margin:auto;position:relative}@media screen and (max-width:600px){.pay-modal-portal .pay-modal-container{min-width:95vw;padding:50px 10px}}.pay-modal-portal .pay-modal-container .input-wrapper{width:100%}.pay-modal-portal .pay-modal-container button:disabled{background:gray;border-color:gray}.pay-modal-portal .pay-modal-container .subscription-service-wrapper{position:relative}.pay-modal-portal .pay-modal-container .subscription-service-wrapper__content{width:100%!important;padding:0}.pay-modal-portal .pay-modal-container .subscription-service-wrapper__content__form .subscription-service-wrapper__content__form__account-details:first-child{margin-top:0}.landing-page ul,body .landing-page,html .landing-page{padding:0;margin:0;font-family:Roboto,Arial,sans-serif;overflow-x:hidden}.landing-page li{list-style-type:none}.landing-page a{text-decoration:none;color:#fff}.landing-page a:hover{color:#fff}.landing-page .container,.landing-page .container-fluid,.landing-page .container-lg,.landing-page .container-md,.landing-page .container-sm,.landing-page .container-xl,.landing-page .container-xxl{width:100%;padding-right:12px;padding-left:12px;margin-right:auto;margin-left:auto}@media(min-width:576px){.landing-page .container,.landing-page .container-sm{max-width:540px}}@media(min-width:768px){.landing-page .container,.landing-page .container-md,.landing-page .container-sm{max-width:720px}}@media(min-width:992px){.landing-page .container,.landing-page .container-lg,.landing-page .container-md,.landing-page .container-sm{max-width:960px}}@media(min-width:1200px){.landing-page .container,.landing-page .container-lg,.landing-page .container-md,.landing-page .container-sm,.landing-page .container-xl{max-width:1140px}}@media(min-width:1400px){.landing-page .container,.landing-page .container-lg,.landing-page .container-md,.landing-page .container-sm,.landing-page .container-xl,.landing-page .container-xxl{max-width:1320px}}.landing-page .row{display:flex;flex-wrap:wrap;margin-top:0;margin-right:-12px;margin-left:-12px}.landing-page .row>*{flex-shrink:0;width:100%;max-width:100%;padding-right:12px;padding-left:12px;margin-top:0}.landing-page .col{flex:1 0}.landing-page .row-cols-auto>*{flex:0 0 auto;width:auto}.landing-page .row-cols-1>*{flex:0 0 auto;width:100%}.landing-page .row-cols-2>*{flex:0 0 auto;width:50%}.landing-page .row-cols-3>*{flex:0 0 auto;width:33.3333333333%}.landing-page .row-cols-4>*{flex:0 0 auto;width:25%}.landing-page .row-cols-5>*{flex:0 0 auto;width:20%}.landing-page .row-cols-6>*{flex:0 0 auto;width:16.6666666667%}.landing-page .col-auto{flex:0 0 auto;width:auto}.landing-page .col-1{flex:0 0 auto;width:8.3333333333%}.landing-page .col-2{flex:0 0 auto;width:16.6666666667%}.landing-page .col-3{flex:0 0 auto;width:25%}.landing-page .col-4{flex:0 0 auto;width:33.3333333333%}.landing-page .col-5{flex:0 0 auto;width:41.6666666667%}.landing-page .col-6{flex:0 0 auto;width:50%}.landing-page .col-7{flex:0 0 auto;width:58.3333333333%}.landing-page .col-8{flex:0 0 auto;width:66.6666666667%}.landing-page .col-9{flex:0 0 auto;width:75%}.landing-page .col-10{flex:0 0 auto;width:83.3333333333%}.landing-page .col-11{flex:0 0 auto;width:91.6666666667%}.landing-page .col-12{flex:0 0 auto;width:100%}@media(min-width:576px){.landing-page .col-sm{flex:1 0}.landing-page .row-cols-sm-auto>*{flex:0 0 auto;width:auto}.landing-page .row-cols-sm-1>*{flex:0 0 auto;width:100%}.landing-page .row-cols-sm-2>*{flex:0 0 auto;width:50%}.landing-page .row-cols-sm-3>*{flex:0 0 auto;width:33.3333333333%}.landing-page .row-cols-sm-4>*{flex:0 0 auto;width:25%}.landing-page .row-cols-sm-5>*{flex:0 0 auto;width:20%}.landing-page .row-cols-sm-6>*{flex:0 0 auto;width:16.6666666667%}.landing-page .col-sm-auto{flex:0 0 auto;width:auto}.landing-page .col-sm-1{flex:0 0 auto;width:8.3333333333%}.landing-page .col-sm-2{flex:0 0 auto;width:16.6666666667%}.landing-page .col-sm-3{flex:0 0 auto;width:25%}.landing-page .col-sm-4{flex:0 0 auto;width:33.3333333333%}.landing-page .col-sm-5{flex:0 0 auto;width:41.6666666667%}.landing-page .col-sm-6{flex:0 0 auto;width:50%}.landing-page .col-sm-7{flex:0 0 auto;width:58.3333333333%}.landing-page .col-sm-8{flex:0 0 auto;width:66.6666666667%}.landing-page .col-sm-9{flex:0 0 auto;width:75%}.landing-page .col-sm-10{flex:0 0 auto;width:83.3333333333%}.landing-page .col-sm-11{flex:0 0 auto;width:91.6666666667%}.landing-page .col-sm-12{flex:0 0 auto;width:100%}}@media(min-width:768px){.landing-page .col-md{flex:1 0}.landing-page .row-cols-md-auto>*{flex:0 0 auto;width:auto}.landing-page .row-cols-md-1>*{flex:0 0 auto;width:100%}.landing-page .row-cols-md-2>*{flex:0 0 auto;width:50%}.landing-page .row-cols-md-3>*{flex:0 0 auto;width:33.3333333333%}.landing-page .row-cols-md-4>*{flex:0 0 auto;width:25%}.landing-page .row-cols-md-5>*{flex:0 0 auto;width:20%}.landing-page .row-cols-md-6>*{flex:0 0 auto;width:16.6666666667%}.landing-page .col-md-auto{flex:0 0 auto;width:auto}.landing-page .col-md-1{flex:0 0 auto;width:8.3333333333%}.landing-page .col-md-2{flex:0 0 auto;width:16.6666666667%}.landing-page .col-md-3{flex:0 0 auto;width:25%}.landing-page .col-md-4{flex:0 0 auto;width:33.3333333333%}.landing-page .col-md-5{flex:0 0 auto;width:41.6666666667%}.landing-page .col-md-6{flex:0 0 auto;width:50%}.landing-page .col-md-7{flex:0 0 auto;width:58.3333333333%}.landing-page .col-md-8{flex:0 0 auto;width:66.6666666667%}.landing-page .col-md-9{flex:0 0 auto;width:75%}.landing-page .col-md-10{flex:0 0 auto;width:83.3333333333%}.landing-page .col-md-11{flex:0 0 auto;width:91.6666666667%}.landing-page .col-md-12{flex:0 0 auto;width:100%}}@media(min-width:992px){.landing-page .col-lg{flex:1 0}.landing-page .row-cols-lg-auto>*{flex:0 0 auto;width:auto}.landing-page .row-cols-lg-1>*{flex:0 0 auto;width:100%}.landing-page .row-cols-lg-2>*{flex:0 0 auto;width:50%}.landing-page .row-cols-lg-3>*{flex:0 0 auto;width:33.3333333333%}.landing-page .row-cols-lg-4>*{flex:0 0 auto;width:25%}.landing-page .row-cols-lg-5>*{flex:0 0 auto;width:20%}.landing-page .row-cols-lg-6>*{flex:0 0 auto;width:16.6666666667%}.landing-page .col-lg-auto{flex:0 0 auto;width:auto}.landing-page .col-lg-1{flex:0 0 auto;width:8.3333333333%}.landing-page .col-lg-2{flex:0 0 auto;width:16.6666666667%}.landing-page .col-lg-3{flex:0 0 auto;width:25%}.landing-page .col-lg-4{flex:0 0 auto;width:33.3333333333%}.landing-page .col-lg-5{flex:0 0 auto;width:41.6666666667%}.landing-page .col-lg-6{flex:0 0 auto;width:50%}.landing-page .col-lg-7{flex:0 0 auto;width:58.3333333333%}.landing-page .col-lg-8{flex:0 0 auto;width:66.6666666667%}.landing-page .col-lg-9{flex:0 0 auto;width:75%}.landing-page .col-lg-10{flex:0 0 auto;width:83.3333333333%}.landing-page .col-lg-11{flex:0 0 auto;width:91.6666666667%}.landing-page .col-lg-12{flex:0 0 auto;width:100%}}.mx-auto{margin:0 auto}section.landing-page{padding:80px 15px}@media(min-width:768px){section.landing-page{padding:100px 20px}}section.landing-page .section-title{color:#000;width:100%;text-align:center;margin-bottom:40px;font-size:30px}@media(min-width:768px){section.landing-page .section-title{font-size:42px;margin-bottom:80px}}section.landing-page .section-subtitle{color:#000;width:100%;text-align:center;margin-bottom:40px;font-size:20px;font-weight:300;line-height:1.5}@media(min-width:768px){section.landing-page .section-subtitle{font-size:22px;margin-bottom:60px}}section.landing-page .item-title{color:#000;font-size:20px;margin-bottom:15px;font-weight:600}@media(min-width:768px){section.landing-page .item-title{margin-bottom:25px;font-size:26px}}section.landing-page .item-desc{color:#000;font-size:16px;font-weight:300}@media(min-width:768px){section.landing-page .item-desc{font-size:18px}}section.landing-page .item-img{margin-bottom:15px}@media(min-width:768px){section.landing-page .item-img{margin-bottom:25px}}section.landing-page .item-img img{height:auto;width:100%}.landing-page .h1,.landing-page .h2,.landing-page .h3,.landing-page .h4,.landing-page .h5,.landing-page .h6,.landing-page h1,.landing-page h2,.landing-page h3,.landing-page h4,.landing-page h5,.landing-page h6{margin-top:0;margin-bottom:.5rem;font-weight:500;line-height:1.2}.subscription-service-wrapper .note-wrapper{font-size:14px;color:#73838a;margin-bottom:20px}.subscription-service-wrapper .pay-alert{font-weight:700;color:#e44a4a;font-size:17px;margin-top:15px}.subscription-service-wrapper .pay-alert a{color:#e44a4a;text-decoration:underline}.subscription-service-wrapper__content__form__account-details.mt-2{margin-top:20px!important}.subscription-service-wrapper__content .data-entry__services .data-entry__price .payment{justify-content:left;max-width:260px}@media screen and (max-width:420px){.subscription-service-wrapper__content .data-entry__services .data-entry__total h4{margin-right:10px}}.subscription-service-wrapper__content .data-entry__services .data-entry__total .payment{justify-content:left}.package-options{max-width:540px;margin-bottom:3rem}.package-options .pay-alert{margin-bottom:15px}.package-options .sign-up-wrapper__content__form__box{margin:1rem 0!important}.margin-right-0{margin-right:0!important}.terms-checkbox .label-wrapper{max-width:520px}.terms-checkbox .label-wrapper>div{padding-left:20px}.terms-checkbox .label-wrapper>div .sign-up-wrapper__content__form__box__text{margin:0}.subscription-service-wrapper{display:flex;width:100%;font-family:Roboto,sans-serif;position:relative;min-height:calc(100vh - 155px)}.subscription-service-wrapper .loading-wrapper{position:inherit;height:20rem}.subscription-service-wrapper .loading-wrapper .spinner,.subscription-service-wrapper .loading-wrapper .spinner div{width:60px;height:60px}.subscription-service-wrapper .login-wrapper__form__submit{width:77.4%}.subscription-service-wrapper__image{bottom:0;position:absolute;left:0;top:0;overflow:hidden;height:100%;width:calc(50vw - 14.1rem)}@media screen and (max-width:1200px){.subscription-service-wrapper__image{display:none}}.subscription-service-wrapper__content{display:flex;flex-direction:column;width:50%;padding:60px 0;margin-left:auto}@media screen and (max-width:1200px){.subscription-service-wrapper__content{margin:auto;width:100%;align-items:center}}.subscription-service-wrapper__content__title{font-weight:600;font-size:32px}.subscription-service-wrapper__content__form__account-details{display:flex;margin-top:46px;align-items:center}.subscription-service-wrapper__content__form__account-details .box{width:40px;height:40px;background-color:#e44a4a;border-radius:5px;margin-right:21px}.subscription-service-wrapper__content__form__account-details .box p{color:#fff;display:flex;align-items:center;justify-content:center;margin-top:9px}.subscription-service-wrapper__content__form__account-details h3{font-weight:700;font-size:20px}.subscription-service-wrapper__content .data-entry{margin-top:19px}.subscription-service-wrapper__content .data-entry .input-wrapper__input-box{margin-top:25px}.subscription-service-wrapper__content .data-entry__forgotten-password__position{display:flex;align-items:center}@media screen and (max-width:1200px){.subscription-service-wrapper__content .data-entry__forgotten-password__position{display:block}}.subscription-service-wrapper__content .data-entry__forgotten-password__position p{color:#0084ce;margin-left:26px}@media screen and (max-width:1200px){.subscription-service-wrapper__content .data-entry__forgotten-password__position p{margin-left:0;margin-bottom:15px}}.subscription-service-wrapper__content .data-entry__forgotten-password input{width:540px}@media screen and (max-width:1200px){.subscription-service-wrapper__content .data-entry__forgotten-password input{width:100%}}.subscription-service-wrapper__content .data-entry__forgotten-password button{background:#15528e;border-radius:4px;width:100%;max-width:547px;height:60px;color:#fff;font-weight:600;font-size:18px;margin-bottom:54px}.subscription-service-wrapper__content .data-entry .border{border:1px solid #e7e4e4;max-width:540px;width:100%}.subscription-service-wrapper__content .data-entry .sign-up-wrapper__content__form__box{margin:50px 0 37px}.subscription-service-wrapper__content .data-entry__services .data-entry__price{display:flex;justify-content:space-between;width:540px}@media screen and (max-width:992px){.subscription-service-wrapper__content .data-entry__services .data-entry__price{width:auto}}.subscription-service-wrapper__content .data-entry__services .data-entry__price h4{font-weight:400;font-size:16px;max-width:calc(100% - 300px);min-width:48%}@media screen and (max-width:768px){.subscription-service-wrapper__content .data-entry__services .data-entry__price h4{max-width:100%;width:100%}}.subscription-service-wrapper__content .data-entry__services .data-entry__price .payment{display:flex;align-items:center;justify-content:flex-end!important;max-width:300px;width:100%}.subscription-service-wrapper__content .data-entry__services .data-entry__price .payment h3{font-weight:600;font-size:20px;margin-right:5px;min-width:50%;text-align:right;white-space:nowrap}.subscription-service-wrapper__content .data-entry__services .data-entry__price .payment p{color:#73838a;font-size:14px;max-width:50%}.subscription-service-wrapper__content .data-entry__services .data-entry__total{display:flex;justify-content:space-between;width:540px}@media screen and (max-width:992px){.subscription-service-wrapper__content .data-entry__services .data-entry__total{width:auto}}.subscription-service-wrapper__content .data-entry__services .data-entry__total h4{font-weight:600;font-size:24px}@media screen and (max-width:480px){.subscription-service-wrapper__content .data-entry__services .data-entry__total h4{margin-right:10px}}.subscription-service-wrapper__content .data-entry__services .data-entry__total .payment{display:flex;align-items:center;justify-content:flex-end!important;max-width:260px;width:100%}.subscription-service-wrapper__content .data-entry__services .data-entry__total .payment h3{font-weight:600;font-size:20px;margin-right:5px;min-width:50%;text-align:right;white-space:nowrap}.subscription-service-wrapper__content .data-entry__services .data-entry__total .payment p{color:#73838a;font-size:14px}.subscription-service-wrapper__content .data-entry__services .border{margin-top:22px!important;border:1px dashed #bfbebe!important;margin-bottom:20px}.subscription-service-wrapper__content .data-entry__services .processing{background:#15528e;border-radius:4px;height:60px;max-width:546px;width:100%;color:#fff;font-weight:600;font-size:18px}@media(max-width:768px){.subscription-service-wrapper__content .data-entry__services .processing{height:50px}}@media only screen and (max-width:tablet){.subscription-service-wrapper__content .data-entry__services .processing{height:50px}}.subscription-service-wrapper .login-wrapper{padding:0}.subscription-service-wrapper .login-wrapper__forgot{justify-content:start}.subscription-service-wrapper .login-wrapper__registration{margin:0}.subscription-service-wrapper .login-wrapper__title{text-align:left}.subscription-service-wrapper .login-wrapper__form .input-wrapper{margin-top:0}.subscription-service-wrapper .forgot-wrapper{padding:0}.subscription-service-wrapper .forgot-wrapper__title{text-align:left}.subscription-service-wrapper .forgot-wrapper__forgot{justify-content:start}.subscription-service-wrapper .forgot-wrapper__form{max-width:466px}.subscribe-disabled{background:#a1a1a1!important;cursor:not-allowed}.select-wrapper__select-box{display:flex;flex-direction:column;margin-top:25px;margin-bottom:10px;max-width:540px}.select-wrapper__select-box .select{background-color:#fff;border:1px solid #73838a;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAALCAYAAAB24g05AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAACFSURBVHgBnZIBCYAwEEVPMIARjKBRTKBNjKANxARGMMIiGGGYQP+xG4jM3ebBQx3/fTcYkZsFHKAnfTh7+WwJJlCADuwSWiNyA1qwgZMXrSySPC2Fd8KyAZV8849nfhkSSt7ySO7ItQ/ESlRZK0mSYyXJ8ldJlhwqyZafJXxhzB/ZT6UFbnj0KnyxLfbXAAAAAElFTkSuQmCC);background-size:16px 10px;color:#000;font-size:1.6rem;height:60px;padding-left:15px;padding-right:39px;margin:0;width:100%}.select-wrapper__select-box__inline-placeholder{background-color:#fff;color:#73838a;font-weight:400;font-size:1.4rem;left:10px;line-height:140%;position:absolute;padding:0 5px;top:-10px;z-index:99}.mb-3{margin-bottom:3rem}.alert-modal{padding:3rem;position:relative;min-width:auto!important;max-width:calc(100vw - 15rem)!important}.alert-modal .close{border-radius:50%!important;height:5rem!important;padding:0!important;top:-50px!important;left:100%!important;position:absolute!important}.alert-modal .large-text{font-size:20px}.note{margin-top:2rem}.upgrade__note{color:#e44a4a}.error-message{margin-top:15px;font-size:18px!important}.text-page .container{max-width:1024px}.disabled-pay--btn{background-color:gray;border-color:gray;pointer-events:none}.faq-container h3{margin-bottom:1rem}.faq-container .faq-item{margin-bottom:3rem}.login-wrapper{display:flex;flex-direction:column;min-width:748px;max-width:748px;font-family:Roboto,sans-serif;padding:77px 141px;margin:0 auto;border-radius:15px;position:relative;width:100%}@media(max-width:1024px){.login-wrapper{padding:40px 141px}}@media only screen and (max-width:tablet-large){.login-wrapper{padding:40px 141px}}@media(max-width:768px){.login-wrapper{padding:20px 50px;min-width:90%}}@media only screen and (max-width:tablet){.login-wrapper{padding:20px 50px;min-width:90%}}@media(max-width:480px){.login-wrapper{padding:20px}}@media only screen and (max-width:phone-large){.login-wrapper{padding:20px}}.login-wrapper__close__img{width:50px;height:50px}.login-wrapper__title{font-weight:600;font-size:3.2rem;line-height:150%;text-align:center;margin-bottom:25px}@media(max-width:768px){.login-wrapper__title{margin-bottom:0}}@media only screen and (max-width:tablet){.login-wrapper__title{margin-bottom:0}}.login-wrapper__form{width:100%;max-width:466px}@media(max-width:768px){.login-wrapper__form{margin-left:auto;margin-right:auto}}@media only screen and (max-width:tablet){.login-wrapper__form{margin-left:auto;margin-right:auto}}.login-wrapper__form__no-account{color:#0084ce;cursor:pointer}.login-wrapper__form__input{width:100%;max-width:466px;height:60px;background:#fff;border-radius:5px;font-size:1.6rem;padding-left:15px;padding-right:39px;border:1px solid #73838a;border-radius:4px}@media(max-width:768px){.login-wrapper__form__input{height:50px}}@media only screen and (max-width:tablet){.login-wrapper__form__input{height:50px}}.login-wrapper__form .input-wrapper{margin-top:25px}.login-wrapper__form__submit{width:100%;padding:16.5px 14px;max-height:60px;background:#15528e;border-radius:4px;font-weight:600;font-size:1.8rem;line-height:2.7rem;color:#fff;margin-top:15px}@media(max-width:768px){.login-wrapper__form__submit{padding:13.5px 14px}}@media only screen and (max-width:tablet){.login-wrapper__form__submit{padding:13.5px 14px}}.login-wrapper__form__submit.--disabled{background:#a1a1a1;cursor:not-allowed}.login-wrapper__form__submit:hover:not([disabled]){background:#e44a4a}.login-wrapper__forgot{margin:29px 0 17px;display:flex;font-weight:300;font-size:2rem;line-height:2.3rem;justify-content:center}@media(max-width:768px){.login-wrapper__forgot{font-size:1.6rem}}@media only screen and (max-width:tablet){.login-wrapper__forgot{font-size:1.6rem}}@media only screen and (max-width:phone-small){.login-wrapper__forgot{flex-direction:column;align-items:center}}@media(max-width:374px){.login-wrapper__forgot{flex-direction:column;align-items:center}}.login-wrapper__forgot__link{display:flex;align-items:center;padding:0 10px;color:#15528e;font-size:2rem;font-weight:300;line-height:2.3rem}.login-wrapper__forgot__link:hover{color:#10406f}.login-wrapper__forgot__link:hover span{text-decoration:underline}.login-wrapper__forgot__link i{font-size:1.3rem;margin:0 5px}.login-wrapper__hr{width:100%;border:0;border-bottom:1px solid #e3e3e3;margin:10px 0}.login-wrapper__registration{display:flex;align-items:center;flex-wrap:wrap;font-weight:300;font-size:2rem;line-height:2.3rem;margin:20px auto 0}@media(max-width:768px){.login-wrapper__registration{font-size:1.6rem}}@media only screen and (max-width:tablet){.login-wrapper__registration{font-size:1.6rem}}@media only screen and (max-width:phone-small){.login-wrapper__registration{font-size:1.4rem}}@media(max-width:374px){.login-wrapper__registration{font-size:1.4rem}}.login-wrapper__registration__button{border:1px solid #15528e;border-radius:5px;font-size:1.6rem;font-weight:300;line-height:1.9rem;padding:11px 20px 10px;margin-left:27px;min-width:21.5rem;text-align:center;color:#000}.login-wrapper__registration__button:focus,.login-wrapper__registration__button:hover{border:1px solid #15528e;background-color:#15528e;color:#fff}@media(max-width:768px){.login-wrapper__registration__button{margin-left:30px}}@media only screen and (max-width:tablet){.login-wrapper__registration__button{margin-left:30px}}@media only screen and (max-width:phone-small){.login-wrapper__registration__button{margin-left:10px}}@media(max-width:374px){.login-wrapper__registration__button{margin-left:10px}}.sign-up-wrapper{display:flex;width:100%;font-family:Roboto,sans-serif;position:relative;min-height:calc(100vh - 155px)}@media(max-width:1024px){.sign-up-wrapper{flex-direction:column;height:100%}}@media only screen and (max-width:tablet-large){.sign-up-wrapper{flex-direction:column;height:100%}}.sign-up-wrapper__image{bottom:0;position:absolute;left:0;top:0;overflow:hidden;height:100%;width:calc(50vw - 14.1rem)}.sign-up-wrapper__image img{left:0;top:0;right:0;bottom:0;-o-object-fit:cover;object-fit:cover;height:100%;width:100%}@media(max-width:1024px){.sign-up-wrapper__image{display:none}}@media only screen and (max-width:tablet-large){.sign-up-wrapper__image{display:none}}.sign-up-wrapper__content{display:flex;flex-direction:column;width:50%;padding:10px 0 60px;margin-left:auto}@media(min-width:1441px){.sign-up-wrapper__content{padding-left:8px}}@media only screen and (max-width:laptop-large-min){.sign-up-wrapper__content{padding-left:8px}}@media(max-width:1200px){.sign-up-wrapper__content{align-items:center;justify-content:center;width:62%}}@media only screen and (max-width:laptop){.sign-up-wrapper__content{align-items:center;justify-content:center;width:62%}}@media(max-width:1024px){.sign-up-wrapper__content{padding:0;margin:0 auto 50px}}@media only screen and (max-width:tablet-large){.sign-up-wrapper__content{padding:0;margin:0 auto 50px}}@media(max-width:768px){.sign-up-wrapper__content{width:80%;padding:0;margin:0 auto 30px}}@media only screen and (max-width:tablet){.sign-up-wrapper__content{width:80%;padding:0;margin:0 auto 30px}}@media(max-width:480px){.sign-up-wrapper__content{width:100%}}@media only screen and (max-width:phone-large){.sign-up-wrapper__content{width:100%}}.sign-up-wrapper__content__title{font-weight:600;font-size:3.2rem;line-height:150%;margin:50px 0 10px;max-width:540px;width:100%}@media(max-width:768px){.sign-up-wrapper__content__title{text-align:center}}@media only screen and (max-width:tablet){.sign-up-wrapper__content__title{text-align:center}}.sign-up-wrapper__content__form{max-width:540px;width:100%}.sign-up-wrapper__content__form .input-wrapper{margin-top:25px}.sign-up-wrapper__content__form__input{color:#000;width:100%;max-width:540px;height:60px;background:#fff;border-radius:5px;padding-left:15px;padding-right:39px;border:1px solid #73838a;border-radius:4px;font-size:1.6rem}@media(max-width:1024px){.sign-up-wrapper__content__form__input{width:100%}}@media only screen and (max-width:tablet-large){.sign-up-wrapper__content__form__input{width:100%}}@media(max-width:768px){.sign-up-wrapper__content__form__input{height:50px}}@media only screen and (max-width:tablet){.sign-up-wrapper__content__form__input{height:50px}}.sign-up-wrapper__content__form__submit{width:100%;padding:16.5px 14px;max-height:60px;max-width:540px;background:#15528e;border-radius:4px;font-weight:600;font-size:1.8rem;line-height:2.7rem;color:#fff;margin-top:28px;margin-bottom:5px}@media(max-width:768px){.sign-up-wrapper__content__form__submit{font-size:16px;max-height:50px;padding:13.5px 14px}}@media only screen and (max-width:tablet){.sign-up-wrapper__content__form__submit{font-size:16px;max-height:50px;padding:13.5px 14px}}.sign-up-wrapper__content__form__submit.--disabled{background:#a1a1a1;cursor:not-allowed}.sign-up-wrapper__content__form__submit:hover:not([disabled]){background:#e44a4a}.sign-up-wrapper__content__form__box{display:flex;margin:18px 0}.sign-up-wrapper__content__form__box__text{display:inline-block;font-weight:500;font-size:1.6rem;line-height:2.4rem;margin:0 10px 0 20px}@media(max-width:768px){.sign-up-wrapper__content__form__box__text{font-size:1.4rem;line-height:2.2rem}}@media only screen and (max-width:tablet){.sign-up-wrapper__content__form__box__text{font-size:1.4rem;line-height:2.2rem}}.sign-up-wrapper__content__form__box__text__link{color:#15528e;text-decoration:underline;font-weight:600;margin-left:5px;margin-right:5px}.sign-up-wrapper__content__form__box__text__link:hover{color:#e44a4a}.sign-up-wrapper__content__form__login{margin:20px auto;display:flex;align-items:center;font-weight:300;font-size:2rem;line-height:2.3rem}@media(max-width:768px){.sign-up-wrapper__content__form__login{font-size:1.6rem}}@media only screen and (max-width:tablet){.sign-up-wrapper__content__form__login{font-size:1.6rem}}.sign-up-wrapper__content__form__login__link{align-items:center;display:flex;padding:0 10px;color:#15528e;line-height:2.3rem;font-weight:300}.sign-up-wrapper__content__form__login__link:hover{color:#e44a4a}.sign-up-wrapper__content__form__login__link__img{margin:0 5px;width:12px;height:11px}.sign-up-wrapper__content__form__login__link i{font-size:1.3rem;line-height:1.1rem;margin-left:10px}.sign-up-wrapper__content__form .label-wrapper__checkbox{width:25px;height:25px}.map{width:100%;height:400px;border-radius:15px!important}.map .ymaps,.map .ymaps-2-1-79-map,.map .ymaps:after,.map .ymaps:before{width:100%!important;border-radius:15px!important}.map .ymaps-2-1-79-inner-panes{border-radius:15px!important}.input-wrapper{justify-content:center}.input-wrapper,.input-wrapper__input-box{position:relative;display:flex;flex-direction:column}.input-wrapper__input-box{margin:10px 0;align-content:center}.input-wrapper__input-box__inline-placeholder{position:absolute;top:-10px;left:10px;font-weight:400;font-size:1.4rem;line-height:140%;color:#73838a;background-color:#fff;padding:0 5px}.input-wrapper__text-area-box{position:relative;margin:10px 0;display:flex;flex-direction:column;align-content:center}.input-wrapper__text-area-box__area-inline-placeholder{position:absolute;top:-5px;left:10px;font-weight:400;font-size:1.4rem;line-height:140%;color:#73838a;padding:0 5px}.input-wrapper__icon{position:absolute;top:calc(50% - 14px);right:15px;width:17px;height:17px}.input-wrapper.active img{filter:invert(21%) sepia(85%) saturate(1207%) hue-rotate(185deg) brightness(98%) contrast(89%)}.input-wrapper__text-area-box+.input-wrapper__icon{top:22px}.error-message{font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;line-height:120%;color:#e44a4a;width:100%}.about-us_header{border-bottom:1px solid #e6e6e6;position:relative}.about-us_header__title{font-weight:600;font-size:3.2rem;margin-bottom:18px}.about-us_header__hr{position:absolute;bottom:-1px;min-width:200px;width:30%;height:2px;margin:0;background:#e44a4a;border:none}.about-us__content{display:flex;flex-direction:column;padding-bottom:28px;padding-top:52px;font-weight:400;font-size:1.8rem;line-height:2.8rem}.about-us__content_title{font-weight:600;font-size:2.4rem;line-height:2.4rem;margin-bottom:4px}.about-us__content_paragraph{margin:10px 0}.about-us__content .aboutUs__img{margin-bottom:11px;margin-top:20px}.about-us__content .aboutUs__img span{border-radius:10px;height:242px;overflow:hidden}.about-us__content h1,.about-us__content h2,.about-us__content h3,.about-us__content h4,.about-us__content h5,.about-us__content h6{line-height:1.2;margin-bottom:2rem}.about-us__content a{color:#15528e;text-decoration:underline}.about-us__content a:hover{color:#e44a4a}.about-us__content .myBtnRed{background-color:#e44a4a;color:#fff;display:flex;align-items:center;justify-content:center;text-decoration:none;width:-moz-fit-content;width:fit-content;font-size:1.6rem;font-weight:500;line-height:1.9rem;border-radius:5px;padding:10px 20px;margin:1rem auto;min-width:20rem}.about-us__content .myBtnRed:hover{color:#fff;background-color:#ba3a3a}.about-us__content p{margin-bottom:10px}.about-us__content img{border-radius:10px;max-width:100%;margin-bottom:11px}.about-us__content ol,.about-us__content ul{margin-left:2rem}.about-us__content ul li{list-style:disc none outside;list-style:initial}.about-us__content ol li{list-style:auto}.about-us__content b,.about-us__content strong{font-weight:700}.about-us__content i:not([class]){font-style:italic}.about-us__content iframe,.about-us__content video{width:100%;margin-bottom:3rem}.about-us__content em{font-style:italic}.about-us__content .has-text-align-center{text-align:center}.about-us__content blockquote{background-color:#fff;border-left:5px solid #15528e;font-size:1.9rem;line-height:2.8rem;padding:2rem;margin-bottom:3rem}.about-us__content table{border-collapse:collapse;max-width:100%;overflow-x:auto;display:block;height:auto!important;margin:0 auto 30px;font-size:1.4rem;line-height:2rem}.about-us__content table tbody,.about-us__content table thead{width:100%!important}.about-us__content table::-webkit-scrollbar{width:6px;height:5px;padding-top:30px;padding-bottom:20px}.about-us__content table::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:3px}.about-us__content table::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}.about-us__content table p{margin-bottom:.5rem;font-size:1.4rem;line-height:2rem}.about-us__content table td{background-color:#fff}.about-us__content table tr:first-child>td,.about-us__content table tr:first-child>th{background:#15528e;color:#fff}.about-us__content table td,.about-us__content table th{border:1px solid #e6e6e6;padding:10px 5px;height:auto!important}.about-us__content table tbody,.about-us__content table td,.about-us__content table tr{vertical-align:middle;height:auto!important}.about-us__content table tbody,.about-us__content table thead{display:inline-table;width:100%}.about-us__content .alignright{float:right}.about-us__content .about-us__content{padding-top:0;padding-bottom:0}.author-info_header{border-bottom:1px solid #e6e6e6;position:relative}.author-info_header__title{font-weight:600;font-size:3.2rem;line-height:3.75rem;margin-bottom:18px}.author-info_header__hr{position:absolute;bottom:-1px;min-width:330px;max-width:368px;width:50%;height:2px;margin:0;background:#e44a4a;border:none}.author-info__content{display:flex;flex-direction:column;padding-bottom:92px;padding-top:37px;font-weight:400;font-size:1.8rem;line-height:2.8rem}.author-info__content_title{font-weight:600;font-size:2.4rem;line-height:2.4rem;margin-bottom:20px}.author-info__content_paragraph{margin:10px 0}.author-info__content_paragraph_phone{font-weight:600}.author-info__content_paragraph_link{text-decoration:underline;font-weight:700;color:#000}.author-info__content__blocks{display:flex;flex-direction:row;margin-top:35px}@media(max-width:1200px){.author-info__content__blocks{flex-direction:column;justify-content:flex-start}}@media only screen and (max-width:laptop){.author-info__content__blocks{flex-direction:column;justify-content:flex-start}}.author-info__content__blocks_img{width:50%;-o-object-fit:cover;object-fit:cover;border-radius:10px;max-height:300px;max-width:485px;margin-bottom:1rem}@media(max-width:1200px){.author-info__content__blocks_img{width:100%}}@media only screen and (max-width:laptop){.author-info__content__blocks_img{width:100%}}@media(max-width:1024px){.author-info__content__blocks_img{width:100%;margin-bottom:20px}}@media only screen and (max-width:tablet-large){.author-info__content__blocks_img{width:100%;margin-bottom:20px}}.author-info__content__blocks_img>span{width:100%;height:100%}.author-info__content__blocks_img img{-o-object-fit:cover;object-fit:cover}.author-info__content__blocks .author-content__img span{height:300px}.author-info__content__blocks_list-wrapper{width:calc(50% - 30px);font-weight:400;font-size:1.8rem;margin-left:30px}@media(max-width:1200px){.author-info__content__blocks_list-wrapper{width:100%;margin-left:0}}@media only screen and (max-width:laptop){.author-info__content__blocks_list-wrapper{width:100%;margin-left:0}}@media(max-width:1024px){.author-info__content__blocks_list-wrapper{width:100%;margin:20px 0}}@media only screen and (max-width:tablet-large){.author-info__content__blocks_list-wrapper{width:100%;margin:20px 0}}.author-info__content__blocks_list-wrapper h5,.author-info__content__blocks_list-wrapper__title{font-weight:600;font-size:2.4rem;line-height:2.4rem;margin-bottom:20px}.author-info__content h1,.author-info__content h2,.author-info__content h3,.author-info__content h4,.author-info__content h5,.author-info__content h6{line-height:1;margin-bottom:2rem}.author-info__content .h1,.author-info__content h1{font-size:3.2rem}.author-info__content .h2,.author-info__content h2{font-size:3rem}.author-info__content .h3,.author-info__content h3{font-size:2.8rem}.author-info__content .h4,.author-info__content h4{font-size:2.4rem}.author-info__content .h5,.author-info__content h5{font-size:2rem}.author-info__content .h6,.author-info__content h6{font-size:1.8rem}.author-info__content ul{padding-left:2rem}.author-info__content ul li{list-style:disc none outside;list-style:initial}.author-info__content ol{margin-left:3rem}.author-info__content ol li{list-style:auto}.author-info__content b,.author-info__content strong{font-weight:700}.author-info__content a:not(.btn):not(.button){color:inherit;font-weight:600;text-decoration:underline}.author-info__content a:not(.btn):not(.button):focus,.author-info__content a:not(.btn):not(.button):hover{color:#15528e}.author-info__content em,.author-info__content i:not([class]){font-style:italic}.author-info__content .has-text-align-center{text-align:center}.author-info__content blockquote{background-color:#fff;border-left:5px solid #15528e;font-size:1.9rem;line-height:2.8rem;padding:2rem;margin-bottom:3rem}.author-info__content table{border-collapse:collapse;max-width:100%;overflow-x:auto;display:block;height:auto!important;margin:0 auto 30px;font-size:1.4rem;line-height:2rem}.author-info__content table::-webkit-scrollbar{width:6px;height:5px;padding-top:30px;padding-bottom:20px}.author-info__content table::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:3px}.author-info__content table::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}.author-info__content table p{margin-bottom:.5rem;font-size:1.4rem;line-height:2rem}.author-info__content table td{background-color:#fff}.author-info__content table tr:first-child>td,.author-info__content table tr:first-child>th{background:#15528e;color:#fff}.author-info__content table td,.author-info__content table th{border:1px solid #e6e6e6;padding:10px 5px;height:auto!important}.author-info__content table tbody,.author-info__content table td,.author-info__content table tr{vertical-align:middle;height:auto!important}.author-info__content table tbody,.author-info__content table thead{display:inline-table;width:100%}.author-info__content code{background:#e6e6e6;padding-left:.2rem;padding-right:.2rem}.author-info__content details{border:1px solid #15528e;border-radius:.5rem;padding:1rem;margin-bottom:1rem}.author-info__content details summary::marker{color:#15528e}.author-info__content img{border-radius:10px;max-width:100%}.author-info__content iframe,.author-info__content video{width:100%}.author-card{border-radius:10px;margin-bottom:20px;width:calc(33.33% - 20px);padding-top:35.295%;-o-object-fit:cover;object-fit:cover;display:flex;flex-direction:column;align-items:center;position:relative;overflow:hidden}@media(max-width:1200px){.author-card{width:calc(50% - 20px);padding-top:55.21%}}@media only screen and (max-width:laptop){.author-card{width:calc(50% - 20px);padding-top:55.21%}}@media only screen and (max-width:567px){.author-card{margin-left:auto;margin-right:auto;max-width:327px;height:366px;width:100%}}.author-card:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.71));bottom:0;content:"";left:0;right:0;top:0;position:absolute;transition:.3s ease-in-out;width:100%;height:100%}.author-card:hover:after{background:rgba(0,0,0,.66)}.author-card:hover .author-card__wrapper{bottom:0;top:0;justify-content:center}.author-card:hover .author-card__wrapper .author-card__wrapper__arrow-box{opacity:1;visibility:visible}.author-card:hover .author-card__wrapper__name{text-decoration:underline}.author-card>span{width:100%!important;height:100%!important}.author-card>span img{-o-object-fit:cover;object-fit:cover}.author-card__img{width:100%!important;height:100%!important;-o-object-fit:cover;object-fit:cover;position:absolute;top:0;left:0;right:0;bottom:0}.author-card__wrapper{bottom:-7.8rem;color:#fff;display:flex;flex-direction:column;left:0;right:0;position:absolute;padding:1rem;text-align:center;z-index:2;transition:.3s ease-in-out}.author-card__wrapper__name{color:#fff;font-size:2.4rem;line-height:2.4rem;font-weight:700;margin-bottom:1.1rem;margin-top:6.6rem}@media(max-width:1200px){.author-card__wrapper__name{font-size:2rem}}@media only screen and (max-width:laptop){.author-card__wrapper__name{font-size:2rem}}.author-card__wrapper__job-title{color:#fff;font-size:1.6rem;line-height:2.4rem;font-weight:400;margin-bottom:3.2rem}@media(max-width:1200px){.author-card__wrapper__job-title{font-size:1.4rem}}@media only screen and (max-width:laptop){.author-card__wrapper__job-title{font-size:1.4rem}}.author-card__wrapper__arrow-box{align-items:center;background:#15528e;-webkit-background-clip:padding-box;background-clip:padding-box;border:4px solid hsla(0,0%,100%,.29);border-radius:50%;display:flex;line-height:6.8rem;text-align:center;justify-content:center;transition:.2s ease-in-out;margin:0 auto;width:6.8rem;height:6.8rem;opacity:0;visibility:hidden}.author-card__wrapper__arrow-box i{color:#fff;line-height:6.8rem;font-size:1.7rem}.author-card__wrapper__arrow-box:after{bottom:0;content:"";left:0;position:absolute;right:0;top:0}.about-authors_header{margin-bottom:10px;border-bottom:1px solid #e6e6e6;position:relative}.about-authors_header__title{font-weight:600;font-size:3.2rem;line-height:3.75rem;margin-bottom:18px}.about-authors_header__hr{position:absolute;bottom:-1px;min-width:200px;width:30%;height:2px;margin:0;background:#e44a4a;border:none}@media(min-width:1201px){.about-authors_header__hr{min-width:368px}}@media only screen and (max-width:laptop-min){.about-authors_header__hr{min-width:368px}}.about-authors__content{margin-bottom:33px;margin-top:50px;display:flex;justify-content:space-between;flex-wrap:wrap}.about-authors__content .author-card{margin-bottom:32px!important}.about-authors__content .author-card:not(:hover) .author-card__wrapper__job-title{margin-bottom:3.5rem}.breadcrumbs{background:#f7f7f7;padding:22px 0 20.66px}.breadcrumbs li:last-child{color:#848484;font-size:14px}.breadcrumbs li:last-child:before{margin-right:.5rem;margin-left:0!important;content:"/"}.breadcrumbs ol,.breadcrumbs__crumbs{display:flex;list-style-type:none;max-width:1398px;margin:0 auto;padding:0 20px;flex-wrap:wrap}@media(min-width:1441px){.breadcrumbs ol,.breadcrumbs__crumbs{padding:0}}@media only screen and (max-width:laptop-large-min){.breadcrumbs ol,.breadcrumbs__crumbs{padding:0}}.breadcrumbs ol li,.breadcrumbs__crumbs li{margin:0 1rem 0 0!important;font-family:Roboto,sans-serif;line-height:19px;display:inline-block;text-overflow:ellipsis;text-transform:uppercase;overflow:hidden;max-width:40rem;white-space:nowrap}@media(min-width:1201px){.breadcrumbs ol li,.breadcrumbs__crumbs li{max-width:90rem}}@media only screen and (max-width:laptop-min){.breadcrumbs ol li,.breadcrumbs__crumbs li{max-width:90rem}}@media(max-width:768px){.breadcrumbs ol li,.breadcrumbs__crumbs li{max-width:30rem}}@media only screen and (max-width:tablet){.breadcrumbs ol li,.breadcrumbs__crumbs li{max-width:30rem}}.breadcrumbs ol li:before,.breadcrumbs__crumbs li:before{content:"";color:#000}.breadcrumbs ol li a,.breadcrumbs__crumbs li a{text-decoration:underline;color:#000;font-size:14px}.breadcrumbs ol li a:hover,.breadcrumbs__crumbs li a:hover{color:#15528e}.breadcrumbs ol__item:not(:first-child):before,.breadcrumbs__crumbs__item:not(:first-child):before{margin-right:.5rem;margin-left:0!important;content:"/"}.news-card{display:flex;flex-direction:row;width:100%;position:relative}@media screen and (max-width:600px){.news-card{flex-direction:column}}.news-card__image-wrapper{width:30%;position:relative}@media screen and (max-width:600px){.news-card__image-wrapper{width:100%}}.news-card__image-wrapper__image-block{border-radius:5px;overflow:hidden;position:relative;padding-top:58%;width:100%}.news-card__image-wrapper_img{border-radius:5px;bottom:0;-o-object-fit:cover!important;object-fit:cover!important;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.news-card__image-wrapper_actions{display:flex;flex-direction:row;position:absolute;z-index:10;top:0;padding:20px}.news-card__image-wrapper_actions__eye{width:26px;height:26px;padding:3px;background:#fff;border-radius:4px;margin-left:5px}.news-card__image-wrapper_actions__eye i{color:#15528e}.news-card__image-wrapper_actions__eye.--active{background:#e44a4a}.news-card__image-wrapper_actions__eye.--active i{color:#fff}.news-card__image-wrapper_actions__document{width:26px;height:26px;padding:3px;background:#fff;fill:#15528e!important;border-radius:4px}.news-card__image-wrapper_actions__document.--active{background:#e44a4a;fill:#fff}.news-card__content{display:flex;flex-direction:column;justify-content:space-between;margin-left:20px;width:calc(70% - 20px)}@media screen and (max-width:600px){.news-card__content{width:100%;margin:20px 0 0}}.news-card__content-wrapper{display:flex;justify-content:space-between;flex-direction:column;height:100%}.news-card__content__title{font-weight:500;font-size:2rem;line-height:2.3rem;color:#000}.news-card__content__title:hover{color:#15528e;text-decoration:underline}.news-card__content__description{color:#393939;margin-top:10px;font-weight:400;font-size:1.6rem;line-height:1.9rem;position:relative;word-wrap:break-word;z-index:2}.news-card__content__description *{color:#393939}.news-card__content__info{display:flex;position:relative;margin-top:10px;z-index:2}.news-card__content__info_date{align-items:center;display:flex;flex-direction:row;font-weight:400;font-size:1.4rem;line-height:1.6rem}.news-card__content__info_date i{color:#15528e;font-size:1.2rem;margin-right:5px}.news-card__content__info_date__icon{width:12px;height:14px}.news-card__content__info_user{color:#000;font-weight:400;font-size:1.4rem;line-height:1.6rem;text-decoration:underline;margin-left:30px;position:relative;z-index:2}@media(max-width:768px){.news-card__content__info_user{margin-left:10px}}@media only screen and (max-width:tablet){.news-card__content__info_user{margin-left:10px}}.news-card__content__info_user a{color:#000;font-size:1.4rem;line-height:1.6rem}.news-card__content__info_user a:hover{color:#15528e}.news-card__content__info_user i{color:#15528e;font-size:1.2rem;margin-right:5px}.news-card__content__info_user__icon{width:12px;height:14px}.news-card-lg__category i,.news-card-md__category i,.news-card-sm__category i{color:#15528e;line-height:1.6rem;font-size:1.2rem;margin-right:5px}.news-card-lg__info,.news-card-md__info,.news-card-sm__info{width:100%}.news-card__link:after{bottom:0;content:"";top:0;left:0;position:absolute;right:0}.comment-icon{width:12px;height:12px;margin-right:5px;path-color:#15528e}.news-card-comments{text-decoration:none}.filter-tag{font-weight:400;font-size:1.6rem;line-height:2.4rem;cursor:pointer}.filter-tag__name{color:#15528e;display:flex;align-items:center}.filter-tag__name.active{color:#000}.filter-tag__name.active:after{background-color:#17a300}.filter-tag__name:after{content:"";display:inline-block;width:10px;height:10px;margin:0 10px;border-radius:7.5px;background-color:#d9d9d9}.filter-tag:last-of-type .filter-tag__name:after{display:none}.pagination{display:flex;flex-direction:row;flex-wrap:wrap;margin:30px 0 20px}.pagination__arrow{max-height:56px;max-width:56px;border:1px solid #bcbcbc;border-radius:50%;display:flex;justify-content:center;margin-right:15px;cursor:pointer}@media(max-width:768px){.pagination__arrow{margin-right:1rem;max-height:40px;max-width:40px}}@media only screen and (max-width:tablet){.pagination__arrow{margin-right:1rem;max-height:40px;max-width:40px}}.pagination__arrow:hover{border:1px solid #15528e}.pagination__arrow__link{margin:auto 0;display:flex;justify-content:center;padding:20px 25px}@media(max-width:768px){.pagination__arrow__link{align-items:center;height:40px;padding:0;width:40px}}@media only screen and (max-width:tablet){.pagination__arrow__link{align-items:center;height:40px;padding:0;width:40px}}.pagination__arrow__link_img{height:14px}.pagination__element{border-radius:100px;display:flex;justify-content:center;margin-right:15px}@media(max-width:768px){.pagination__element{margin-right:1rem}}@media only screen and (max-width:tablet){.pagination__element{margin-right:1rem}}.pagination__element__link{border:1px solid #15528e;border-radius:100px;margin:auto 0;display:flex;justify-content:center;color:#4d4d4d;font-weight:800;font-size:18px;max-height:56px;max-width:56px;padding:16px 25px}@media(max-width:768px){.pagination__element__link{font-size:16px;line-height:38px;min-width:40px;padding:0 5px;height:40px}}@media only screen and (max-width:tablet){.pagination__element__link{font-size:16px;line-height:38px;min-width:40px;padding:0 5px;height:40px}}.pagination__element__link:hover{background:#15528e;color:#fff!important}.pagination__element__link.--active{background:#15528e!important;color:#fff!important}.pagination__element__points{align-items:center;color:#4d4d4d;display:flex;justify-content:center;max-height:56px;max-width:56px;font-weight:800;font-size:18px}@media(max-width:768px){.pagination__element__points{font-size:16px;line-height:38px;height:38px}}@media only screen and (max-width:tablet){.pagination__element__points{font-size:16px;line-height:38px;height:38px}}.pagination li{margin-bottom:1rem}.select{background:#f7f7f7;border:1px solid rgba(0,0,0,.03);border-radius:5px;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAGCAYAAAD68A/GAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAABTSURBVHgBhcvLDYBACATQgUpsiQq0JEvQCgglWIlWQlwOm5DNfuY0GR5kZi+ADfN87O7PAqEYoyiqejHzPkC3iBxUhx6uKDrlQ8YZdVPwGQ/t/gO4CyipgecWEQAAAABJRU5ErkJggg==);background-size:10px 6px;background-repeat:no-repeat;background-position:calc(100% - 2rem) 50%;margin:0 15px;padding:12px 26px;-webkit-appearance:none;-moz-appearance:none;appearance:none!important}.featured-news-slider{background:url(/_next/static/media/header-slider-bg.ec55509a.png) no-repeat top/cover;width:100%;height:138px;position:relative;display:flex;align-items:center}@media(max-width:1024px){.featured-news-slider{height:184px}}@media only screen and (max-width:tablet-large){.featured-news-slider{height:184px}}.featured-news-slider:after,.featured-news-slider:before{content:"Nou";display:block;position:absolute;font-family:Roboto,sans-serif;font-weight:900;font-size:6.4rem;line-height:7.5rem;text-transform:uppercase;color:rgba(60,60,60,.03);top:28px}.featured-news-slider:after{right:30px}.featured-news-slider:before{left:30px}.featured-news-slider .container{position:relative}@media screen and (max-width:1600px){.featured-news-slider .container{padding:0 50px}}@media(max-width:768px){.featured-news-slider .container{padding:0 20px}}@media only screen and (max-width:tablet){.featured-news-slider .container{padding:0 20px}}.featured-news-slider .news-card-sm__title{margin-bottom:13px}.featured-news-slider .swiper .swiper-slide{width:298px}@media(max-width:480px){.featured-news-slider .swiper .swiper-slide{width:200px}}@media only screen and (max-width:phone-large){.featured-news-slider .swiper .swiper-slide{width:200px}}.featured-news-slider .swiper .swiper-slide .news-card-sm{z-index:1}.featured-news-slider .swiper .swiper-slide .news-card-sm:hover .news-card-sm__img>span:not(.news-card-sm__index){border:4px solid #15528e!important}.featured-news-slider .swiper .swiper-slide .news-card-sm__index{display:flex;justify-content:center;align-items:center;position:absolute;top:5px;left:65px;font-family:Roboto,sans-serif;font-weight:700;font-size:1.2rem;line-height:1.4rem;color:#fff;width:26px!important;height:26px!important;border-radius:50%!important;background:#15528e;border:3px solid #fff;z-index:2;padding-top:1px;padding-left:1px}@media(min-width:769px){.featured-news-slider .swiper .swiper-slide .news-card-sm__index{top:11px;left:88px}}@media only screen and (max-width:tablet-min){.featured-news-slider .swiper .swiper-slide .news-card-sm__index{top:11px;left:88px}}.featured-news-slider .swiper .swiper-slide .news-card-sm .slider-img{background-size:cover;background-position:50%;border-radius:50%;border:4px solid transparent;position:relative;transition:.1s ease-in-out;width:113px;height:113px}@media(max-width:768px){.featured-news-slider .swiper .swiper-slide .news-card-sm .slider-img{width:90px;height:90px}}@media only screen and (max-width:tablet){.featured-news-slider .swiper .swiper-slide .news-card-sm .slider-img{width:90px;height:90px}}.featured-news-slider .swiper .swiper-slide .news-card-sm:hover .news-card-sm__title{color:#15528e}.featured-news-slider .swiper .swiper-slide .news-card-sm:hover .slider-img{border-color:#15528e}.featured-news-slider .swiper .swiper-slide .news-card-sm__img>span:not(.news-card-sm__index){border-radius:50%!important;width:90px!important;height:90px!important}@media screen and (min-width:370px){.featured-news-slider .swiper .swiper-slide .news-card-sm__img>span:not(.news-card-sm__index){width:113px!important;height:113px!important}}.featured-news-slider .swiper .swiper-slide .news-card-sm__img>span:not(.news-card-sm__index) img{border-radius:50%!important}.featured-news-slider .swiper .swiper-slide .news-card-sm .news-card-sm__content{width:calc(100% - 133px)}@media(max-width:768px){.featured-news-slider .swiper .swiper-slide .news-card-sm .news-card-sm__content{width:calc(100% - 105px);margin-left:15px}}@media only screen and (max-width:tablet){.featured-news-slider .swiper .swiper-slide .news-card-sm .news-card-sm__content{width:calc(100% - 105px);margin-left:15px}}.featured-news-slider .featured-news-slider-button-next,.featured-news-slider .featured-news-slider-button-prev{width:18px;height:34px;position:absolute;top:calc(50% - 17px);z-index:5;display:none}@media screen and (min-width:1250px){.featured-news-slider .featured-news-slider-button-next,.featured-news-slider .featured-news-slider-button-prev{display:block}}.featured-news-slider .featured-news-slider-button-prev{background:url(/_next/static/media/header-slider-prev-arrow.43c31435.svg) no-repeat top/cover;left:5px}@media screen and (min-width:1601px){.featured-news-slider .featured-news-slider-button-prev{left:-56px}}.featured-news-slider .featured-news-slider-button-next{background:url(/_next/static/media/header-slider-next-arrow.dd55c5fa.svg) no-repeat top/cover;right:5px}@media screen and (min-width:1601px){.featured-news-slider .featured-news-slider-button-next{right:-15px}}.featured-news-slider .news-card-sm__title{font-size:1.4rem}.news-card-row{flex-direction:row}.news-card-row,.news-card-sm{display:flex;position:relative}.news-card-sm{align-items:center}.news-card-sm .news-card-image-sm{-o-object-fit:cover;object-fit:cover;height:80px;position:relative;border-radius:5px;width:80px}.news-card-sm .news-card-image-sm.--slider{border-radius:50px!important}.news-card-sm__img img{bottom:0;-o-object-fit:cover!important;object-fit:cover!important;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.news-card-sm__content{margin-left:20px}.news-card-sm__content .news-card-sm__features,.news-card-sm__content>div{display:flex;align-items:center;flex-wrap:wrap}.news-card-sm__link,.news-card-sm__title{font-family:Roboto,sans-serif;font-weight:500;font-size:1.6rem;line-height:1.9rem;color:#000;margin-bottom:11px;transition:.1s ease-in-out}.news-card-sm__date{display:flex;font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.6rem;color:#3c3c3c;align-items:center!important;margin-right:14px}.news-card-sm__date i{color:#15528e;font-size:1.2rem;margin-right:5px}.news-card-sm__date svg{margin-right:4px}.news-card-sm__author{display:flex;font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.6rem;color:#3c3c3c;position:relative;z-index:2}.news-card-sm__author i{color:#15528e;font-size:1.2rem;line-height:1.6rem;margin-right:5px}.news-card-sm__author>span{margin-right:4px!important}.news-card-sm__category{font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.6rem;color:#3c3c3c;display:flex;transition:all .2s ease-in-out}.news-card-sm__category a{color:#3c3c3c}.news-card-sm__category i{margin-right:7px}.news-card-sm__category span{margin-right:7px!important;width:14px!important;height:14px!important}.news-card-sm.subscription .news-card-sm__category{background-color:#efefef;padding:2px 5px;border-radius:2px}.news-card-md{position:relative}.news-card-md .news-card-md__link:hover,.news-card-md .news-card-md__title:hover{color:#15528e}.news-card-md__img{margin-bottom:11px}.news-card-md__img span{border-radius:5px!important;overflow:visible!important}.news-card-md__img span img{border-radius:5px!important;-o-object-fit:cover!important;object-fit:cover!important}.news-card-md__content{margin-bottom:20px}.news-card-md__content>div{display:flex}.news-card-md__link,.news-card-md__title{font-family:Roboto,sans-serif;font-weight:500;font-size:1.8rem;line-height:2.1rem;color:#000;margin:0 0 11px;max-width:323px;transition:.1s ease-in-out}.news-card-md__category{font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.8rem;color:#fff;padding:5px 6px 4px;background:#15528e;border-radius:4px;position:absolute;top:20px;left:20px;white-space:nowrap;margin-bottom:5px;transition:all .2s ease-in-out}.news-card-md__category a{color:#fff}.news-card-md__category i,.news-card-md__category span,.news-card-md__category svg{display:none!important}.news-card-md__category:hover{background-color:#e44a4a}.news-card-md__author,.news-card-md__date{display:flex;align-items:center;font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.6rem;color:#3c3c3c;margin-right:1rem;position:relative;z-index:2}.news-card-md__author span,.news-card-md__author svg,.news-card-md__date span,.news-card-md__date svg{margin-right:5px!important}.news-card-md__author i,.news-card-md__date i{color:#15528e;font-size:1.2rem;line-height:1.6rem;margin-right:5px}.news-card-md__date{margin-right:18px}.news-card-lg{display:flex;flex-direction:column;position:relative}.news-card-lg__img{border-radius:5px;overflow:hidden}.news-card-lg__img img{-o-object-fit:cover;object-fit:cover}.news-card-lg__img span{border-radius:5px!important;overflow:visible!important}.news-card-lg__img span img{border-radius:5px!important;-o-object-fit:cover!important;object-fit:cover!important}.news-card-lg__content{margin-top:24px}.news-card-lg__link,.news-card-lg__title{font-family:Roboto,sans-serif;font-weight:500;color:#000;margin:0 0 16px;font-size:2.5rem;line-height:2.8rem;transition:.1s ease-in-out}@media screen and (min-width:430px){.news-card-lg__link,.news-card-lg__title{font-size:3.2rem;line-height:3.8rem}}.news-card-lg__link:hover,.news-card-lg__title:hover{color:#15528e}.news-card-lg__descr{font-size:1.6rem;line-height:1.9rem;color:#6b6b6b;margin:0 0 16px;z-index:1}.news-card-lg__date,.news-card-lg__descr{font-family:Roboto,sans-serif;font-weight:400;position:relative}.news-card-lg__date{display:flex;font-size:1.4rem;line-height:1.6rem;color:#3c3c3c;z-index:2}.news-card-lg__date i{color:#15528e;font-size:1.2rem;line-height:1.6rem;margin-right:6px}.news-card-lg__date svg{margin-right:4px}.news-card-lg__category{font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.8rem;color:#fff;padding:7px 6px 5px;background:#15528e;border-radius:4px;position:absolute;top:25px;left:20px;transition:all .2s ease-in-out}.news-card-lg__category a{color:#fff}.news-card-lg__category i,.news-card-lg__category span,.news-card-lg__category svg{display:none!important}.news-card-lg__category:hover{background-color:#e44a4a}.news-card-lg__descr,.news-card-md__descr{--line-h:1.9rem}.news-card-sm__descr{--line-h:1.6rem}.news-card-lg__link:after,.news-card-md__link:after,.news-card-sm__link:after{bottom:0;content:"";top:0;left:0;position:absolute;right:0}.news-card-lg .news-card-sm__link:hover,.news-card-lg .news-card-sm__title:hover,.news-card-md .news-card-sm__link:hover,.news-card-md .news-card-sm__title:hover,.news-card-sm .news-card-sm__link:hover,.news-card-sm .news-card-sm__title:hover{color:#15528e}.news-card-lg__descr,.news-card-md__descr,.news-card-sm__descr{display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;max-height:calc(var(--line-h)*3);overflow:hidden;position:relative;white-space:break-spaces;z-index:2}.news-card-label-white{border-radius:5px;background:#fff;color:#6b6b6b;display:inline-block;font-size:14px;font-weight:400;line-height:16px;padding:5px 7px;margin-bottom:5px}.news-card-label-white i{color:#acacac;font-size:13px;margin-right:5px}.label-wrapper__checkbox{margin-right:2rem}.articles-block .loading-wrapper{position:inherit}.category_link{color:#fff}.schedule-seminar-trainer{margin-left:1rem;text-decoration:underline;color:#000!important}.schedule-seminar-trainer:hover{color:#15528e!important}.news-card--discount span{font-size:14px;margin-top:.5rem;color:#fff!important}.discount__block{margin-left:1rem}.discount__block,.event-discount__block{padding:1rem;border-radius:5px;display:flex;justify-content:center;align-items:center;background-color:#e44a4a;color:#fff!important}.event-discount__block{margin-top:1rem!important;flex-wrap:nowrap!important;width:-moz-max-content;width:max-content}.event-discount__block span{margin-top:0!important}.actual-info{padding-top:30px;margin-bottom:47px}.actual-info__header{border-bottom:1px solid #e6e6e6;display:flex;align-items:center;justify-content:space-between;margin-bottom:34px}.actual-info__header h1{font-family:Roboto,sans-serif;font-weight:600;font-size:2rem;line-height:2.2rem;color:#000;margin:0;padding-bottom:10px;border-bottom:2px solid #e44a4a}@media screen and (min-width:350px){.actual-info__header h1{font-size:2.5rem;line-height:2.8rem;padding-bottom:18px}}@media screen and (min-width:430px){.actual-info__header h1{width:368px;font-size:3.2rem;line-height:3.8rem}}.actual-info__header select{background:transparent;outline:none;border:none;font-family:Roboto,sans-serif;font-weight:500;font-size:1.6rem;line-height:1.9rem;text-transform:uppercase;color:#000;padding-right:12px;cursor:pointer}@media screen and (min-width:350px){.actual-info__header select{font-size:1.8rem;line-height:2.1rem;margin-bottom:1.8rem}}.actual-info__articles{display:flex;align-items:flex-start;flex-wrap:wrap;justify-content:space-between}@media(min-width:1025px){.actual-info__articles{flex-wrap:unset}}@media only screen and (max-width:tablet-large-min){.actual-info__articles{flex-wrap:unset}}@media(min-width:1025px){.actual-info__articles-item:first-child{margin-right:28px;max-width:686px;width:calc(51.28% - 28px)}}@media only screen and (max-width:tablet-large-min){.actual-info__articles-item:first-child{margin-right:28px;max-width:686px;width:calc(51.28% - 28px)}}@media(max-width:1024px){.actual-info__articles-item:first-child{width:100%;margin-right:0}}@media only screen and (max-width:tablet-large){.actual-info__articles-item:first-child{width:100%;margin-right:0}}.actual-info__articles-item:first-child .news-card-lg__img{border-radius:5px;overflow:hidden;position:relative;padding-top:59%;width:100%}.actual-info__articles-item:first-child .news-card-lg__img span{width:100%!important;height:100%!important}.actual-info__articles-item:first-child .news-card-lg__img img{bottom:0;-o-object-fit:cover!important;object-fit:cover!important;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.actual-info__articles-item:nth-child(2){background:#f7f7f7;border-radius:5px;padding:25px 21px 32px;width:100%;margin-bottom:30px}@media(max-width:1024px){.actual-info__articles-item:nth-child(2){width:calc(45% - 27px);margin-right:27px}}@media only screen and (max-width:tablet-large){.actual-info__articles-item:nth-child(2){width:calc(45% - 27px);margin-right:27px}}@media(min-width:1025px){.actual-info__articles-item:nth-child(2){width:calc(25.68% - 27px);margin-right:27px;margin-bottom:0}}@media only screen and (max-width:tablet-large-min){.actual-info__articles-item:nth-child(2){width:calc(25.68% - 27px);margin-right:27px;margin-bottom:0}}@media(max-width:768px){.actual-info__articles-item:nth-child(2){margin-right:0;width:100%}}@media only screen and (max-width:tablet){.actual-info__articles-item:nth-child(2){margin-right:0;width:100%}}.actual-info__articles-item:last-child{display:flex;margin-top:0;width:100%;display:block}@media(max-width:1024px){.actual-info__articles-item:last-child{width:55%}}@media only screen and (max-width:tablet-large){.actual-info__articles-item:last-child{width:55%}}@media(min-width:1025px){.actual-info__articles-item:last-child{width:23.105%;display:block}}@media only screen and (max-width:tablet-large-min){.actual-info__articles-item:last-child{width:23.105%;display:block}}@media(max-width:768px){.actual-info__articles-item:last-child{width:100%}}@media only screen and (max-width:tablet){.actual-info__articles-item:last-child{width:100%}}.actual-info__articles-item:last-child .news-card-md__img{border-radius:5px;overflow:hidden;position:relative;padding-top:58%;width:100%}.actual-info__articles-item:last-child .news-card-md__img img{bottom:0;-o-object-fit:cover!important;object-fit:cover!important;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.actual-info__articles-item:last-child .news-card-md__img span{height:100%!important}.actual-info__articles-item .news-card-sm.subscription .news-card-sm__category{background-color:transparent}.actual-info__articles .news-card-sm{padding-bottom:23px;border-bottom:1px solid #e2dfdf;margin-bottom:24px}.actual-info__articles .news-card-sm:last-child{margin-bottom:0;padding-bottom:0;border-bottom:none}.actual-info__articles .news-card-sm__content{margin-left:0}.actual-info__articles .news-card-sm__content div{flex-direction:column;align-items:flex-start}@media screen and (min-width:350px){.actual-info__articles .news-card-sm__content div{flex-direction:row;align-items:center}}@media screen and (min-width:650px){.actual-info__articles .news-card-sm__content div{flex-wrap:wrap;align-items:flex-start}}@media screen and (min-width:800px){.actual-info__articles .news-card-sm__content div{flex-direction:row;align-items:center}}@media screen and (min-width:650px){.actual-info__articles .news-card-sm__title{max-width:300px}}@media screen and (min-width:1200px){.actual-info__articles .news-card-sm__title{max-width:none}}.actual-info__articles .news-card-sm__date{margin-right:18px}.actual-info__articles .news-card-sm__category{white-space:nowrap}.actual-info__articles .news-card-md,.actual-info__articles .news-card-md:last-child{margin-right:0}.actual-info__articles .news-card-md__img span{width:100%!important;height:100%!important}@media screen and (min-width:1100px){.actual-info__articles .news-card-md__img span{width:323px!important;height:230px!important}}.actual-info__articles .news-card-md__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.actual-info__articles .news-card-md__title{max-width:none}@media screen and (min-width:1100px){.actual-info__articles .news-card-md__title{max-width:323px}}.actual-info__articles .news-card-lg__img span{width:100%!important;height:100%!important}@media screen and (min-width:536px){.actual-info__articles .news-card-lg__img span{max-height:455px!important}}@media screen and (min-width:1440px){.actual-info__articles .news-card-lg__img span{width:686px!important;max-height:455px!important}}.actual-info__articles .news-card-lg__img img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.actual-info__articles .news-card-lg__content{margin-bottom:30px}@media screen and (min-width:1200px){.actual-info__articles .news-card-lg__content{margin-bottom:0}}.actual-info__articles .news-card-lg__descr,.actual-info__articles .news-card-lg__title{max-width:none}@media screen and (min-width:1200px){.actual-info__articles .news-card-lg__title{max-width:679px}.actual-info__articles .news-card-lg__descr{max-width:685px}}.actual-info__articles .news-card-lg__date{margin-right:1.8rem}.actual-info__articles .news-card-lg__info{display:flex;flex-wrap:wrap}.info-banner{border-radius:5px;display:block;height:auto;line-height:0;margin-bottom:40px;overflow:hidden;width:100%}.info-banner .info-banner__image{border-radius:5px;height:auto;max-width:100%;width:100%}.container .banner-section.container{padding:0}.featured-articles{display:flex;align-items:center;margin-bottom:75px}.featured-articles .swiper{width:100%}.featured-articles .swiper .swiper-slide{max-width:300px}@media screen and (min-width:450px){.featured-articles .swiper .swiper-slide{max-width:385px}}@media screen and (min-width:1300px){.featured-articles .swiper .swiper-slide{max-width:none;width:20%}}@media screen and (min-width:1920px){.featured-articles .swiper .swiper-slide{min-width:385px}}.featured-articles .swiper:not(.swiper-horizontal) .swiper-wrapper{display:flex}.featured-articles__item{position:relative;height:155px;display:flex;justify-content:center;align-items:center;flex-direction:column;background:rgba(0,0,0,.5);border:1px solid #fff;width:100%;max-width:385px;transition:all .4s ease}@media screen and (min-width:1920px){.featured-articles__item{max-width:none}}.featured-articles__item:hover{background:rgba(0,0,0,.8)}.featured-articles__item:hover .featured-articles__item-title{border-bottom:2px solid #e44a4a}.featured-articles__item>span{position:absolute!important;left:0;top:0;z-index:-1;height:100%!important;width:100%!important}.featured-articles__item>span img{height:100%!important;width:100%!important;-o-object-fit:cover!important;object-fit:cover!important}.featured-articles__item-descr,.featured-articles__item-title{z-index:2;font-family:Roboto,sans-serif;font-style:normal;text-align:center;color:#fff}.featured-articles__item-title{border-bottom:2px solid transparent;font-weight:800;font-size:1.9rem;line-height:2.2rem;margin:0 0 3px;padding-bottom:2px}.featured-articles__item-descr{font-weight:400;font-size:1.4rem;line-height:1.6rem;margin:0;max-width:200px}@media screen and (min-width:1410px){.featured-articles__item-descr{max-width:255px}}.featured-articles__item__img{position:absolute;width:100%;z-index:-1;-o-object-fit:cover;object-fit:cover;height:100%}.articles-block{margin-bottom:30px}.articles-block__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;border-bottom:1px solid #e6e6e6}.articles-block__header.filter-by-category{align-items:baseline;flex-direction:column}@media screen and (min-width:390px){.articles-block__header.filter-by-category{align-items:center;flex-direction:row}}.articles-block__header.filter-by-category h2{padding-bottom:10px;margin-bottom:15px}@media screen and (min-width:390px){.articles-block__header.filter-by-category h2{padding-bottom:23px;margin-bottom:0}}.articles-block__header div{display:flex;align-items:baseline;flex-direction:column;padding-bottom:18px}@media screen and (min-width:550px){.articles-block__header div{align-items:center;flex-direction:row}}.articles-block__header select{background:transparent;outline:none;border:none;font-family:Roboto,sans-serif;font-style:normal;font-weight:500;font-size:1.6rem;line-height:1.9rem;text-transform:uppercase;color:#000;padding-right:12px;cursor:pointer;margin-right:20px;margin-bottom:15px}@media screen and (min-width:550px){.articles-block__header select{margin-right:20px;margin-bottom:0}}.articles-block__header select:hover{color:#15528e}.articles-block__header .divider{display:none;width:1px;height:21px;background:#e6e6e6}@media screen and (min-width:550px){.articles-block__header .divider{display:block}}.articles-block__header a,.articles-block__header h2{font-family:Roboto,sans-serif;font-style:normal;line-height:3.3rem;color:#000}.articles-block__header h2{font-weight:500;font-size:2.8rem;line-height:3.3rem;padding-bottom:23px;border-bottom:2px solid #e44a4a}@media screen and (min-width:1110px){.articles-block__header h2{width:215px}}.articles-block__header a{display:flex;align-items:center;font-weight:500;font-size:1.6rem;line-height:1.9rem;text-transform:uppercase;margin-left:0;padding-left:5px}@media screen and (min-width:550px){.articles-block__header a{margin-left:19px;padding-left:0}}.articles-block__header a i{color:#15528e;margin-left:10px;line-height:1.9rem}.articles-block__header a:hover{color:#15528e}.articles-block__content{display:flex;flex-wrap:wrap;justify-content:space-between}.articles-block__content .news-card-md{width:100%}@media screen and (min-width:768px){.articles-block__content .news-card-md{width:48%}}@media screen and (min-width:992px){.articles-block__content .news-card-md{width:100%}}@media screen and (min-width:1110px){.articles-block__content .news-card-md{width:48%;margin-right:20px}}@media screen and (min-width:1395px){.articles-block__content .news-card-md{width:calc(50% - 10px)}}.articles-block__content .news-card-md__img{border-radius:5px;overflow:hidden;position:relative;padding-top:58%;width:100%}.articles-block__content .news-card-md__img img{bottom:0!important;-o-object-fit:cover!important;object-fit:cover!important;height:100%;left:0;position:absolute;right:0;top:0;width:100%!important}.articles-block__content .news-card-md__content{display:flex;flex-direction:column}@media screen and (min-width:1110px){.articles-block__content .news-card-md__content{min-height:calc(100% - (58% + 31px))}}.articles-block__content .news-card-md__title{margin:7px 0 auto;padding-bottom:1rem;max-width:none}@media screen and (min-width:1395px){.articles-block__content .news-card-md__title{max-width:435px}}.articles-block__content .news-card-md__descr{margin:0 0 14px;min-height:5.7rem}.articles-block__content .news-card-md__descr,.articles-block__content .news-card-md__descr *{font-size:1.6rem;line-height:1.9rem;color:#393939}@media screen and (min-width:1395px){.articles-block__content .news-card-md__descr{max-width:435px}}.articles-block__content .news-card-md.subscription{margin-bottom:1rem}.articles-block__content .news-card-md.subscription .news-card-md__features{display:flex;flex-wrap:wrap;position:absolute;left:20px;top:20px}.articles-block__content .news-card-md.subscription .news-card-md__category{position:relative;top:unset;left:unset;margin-right:7px;transition:all .4s ease}.articles-block__content .news-card-md.subscription .news-card-md__category:hover{background:#e44a4a;color:#fff}.articles-block__content .news-card-md.subscription .news-card-md__is-readed,.articles-block__content .news-card-md.subscription .news-card-md__not-readed,.articles-block__content .news-card-md.subscription .news-card-md__subscription{width:26px;height:26px;border-radius:4px;display:flex;justify-content:center;align-items:center}.articles-block__content .news-card-md.subscription .news-card-md__is-readed svg,.articles-block__content .news-card-md.subscription .news-card-md__not-readed svg,.articles-block__content .news-card-md.subscription .news-card-md__subscription svg{width:15px;height:15px}.articles-block__content .news-card-md.subscription .news-card-md__subscription{margin-right:8px;background:#e44a4a}.articles-block__content .news-card-md.subscription .news-card-md__subscription svg path{fill:#fff}.articles-block__content .news-card-md.subscription .news-card-md__is-readed,.articles-block__content .news-card-md.subscription .news-card-md__not-readed{background:#fff}.articles-block__content .news-card-md.subscription .news-card-md__is-readed svg path,.articles-block__content .news-card-md.subscription .news-card-md__not-readed svg path{fill:#15528e}.articles-block__content .news-card-md__author{text-decoration:underline}.articles-block__content .news-card-md__author,.articles-block__content .news-card-md__date{color:#000}.articles-block__content.grid-new-2 .news-card-md:nth-child(2){margin-right:0}.articles-block__content .news-card-sm{width:100%;margin-bottom:20px;align-items:normal}@media screen and (min-width:768px){.articles-block__content .news-card-sm{width:49%}}@media screen and (min-width:992px){.articles-block__content .news-card-sm{width:100%}}@media screen and (min-width:1110px){.articles-block__content .news-card-sm{width:49%;margin-bottom:30px;padding-top:10px}}.articles-block__content .news-card-sm .news-card-sm__content{align-items:unset;display:flex;flex-direction:column;flex-wrap:wrap}.articles-block__content .news-card-sm>div{flex-direction:column;align-items:baseline}@media screen and (min-width:1325px){.articles-block__content .news-card-sm>div{flex-direction:row;align-items:center}}.articles-block__content .news-card-sm__date{margin-right:14px}.articles-block__content .news-card-sm__link,.articles-block__content .news-card-sm__title{font-size:1.8rem;line-height:2.1rem}.articles-block__content .news-card-sm__descr{color:#393939;font-size:1.4rem;line-height:1.6rem}.articles-block__content .news-card-sm__category i{color:#15528e;margin-right:5px}.articles-block__content .news-card-sm__img{border-radius:5px;height:72px;overflow:hidden;position:relative;padding-top:72px;width:125px}.articles-block__content .news-card-sm__img .news-card-image-sm{bottom:0;border-radius:5px!important;height:100%;left:0;width:100%;position:absolute;right:0;top:0}.articles-block__content .news-card-sm:not(.subscription) .news-card-sm__content{width:calc(100% - 145px)}.articles-block__content .news-card-sm.subscription{flex-direction:column;align-items:baseline;margin-bottom:25px;padding-top:32px}@media screen and (min-width:365px){.articles-block__content .news-card-sm.subscription{flex-direction:row;align-items:center}}.articles-block__content .news-card-sm.subscription .news-card-sm__img{display:none}.articles-block__content .news-card-sm.subscription .news-card-sm__content{align-items:flex-start;margin-left:0;display:flex;flex-direction:column;height:100%}.articles-block__content .news-card-sm.subscription .news-card-sm__date{margin-right:11px}.articles-block__content .news-card-sm.subscription .news-card-sm__descr{margin-bottom:13px}.articles-block__content .news-card-sm.subscription .news-card-sm__title{font-size:1.8rem;line-height:2.1rem;padding-bottom:13px;margin-bottom:auto}.articles-block__content .news-card-sm.subscription .news-card-sm__author{font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.6rem;color:#000;display:flex;align-items:center;text-decoration:underline}.articles-block__content .news-card-sm.subscription .news-card-sm__author span{margin-right:6px!important;width:11px!important;height:13px!important}.articles-block__content .news-card-sm.subscription .news-card-sm__author span img{width:11px!important;height:13px!important}.articles-block__content .news-card-sm.subscription .news-card-sm__features{position:absolute;left:auto;top:0;flex-direction:row;align-items:center}.articles-block__content .news-card-sm.subscription .news-card-sm__features .button-action__save .button-save{width:16px;height:16px;font-size:1.1rem}.articles-block__content .news-card-sm.subscription .news-card-sm__category{margin-left:0;margin-right:9px;margin-bottom:5px;font-family:FuturaPT;display:flex;justify-content:center;align-items:center}.articles-block__content .news-card-sm.subscription .news-card-sm__category i{margin-right:6px}.articles-block__content .news-card-sm.subscription .news-card-sm__category:hover{background:#e44a4a;color:#fff}.articles-block__content .news-card-sm.subscription .news-card-sm__category:hover i{color:#fff}.articles-block__content .news-card-sm.subscription .news-card-sm__is-readed,.articles-block__content .news-card-sm.subscription .news-card-sm__not-readed,.articles-block__content .news-card-sm.subscription .news-card-sm__subscription{width:16px;height:16px;border-radius:2px;display:flex;justify-content:center;align-items:center}.articles-block__content .news-card-sm.subscription .news-card-sm__is-readed svg path,.articles-block__content .news-card-sm.subscription .news-card-sm__not-readed svg path,.articles-block__content .news-card-sm.subscription .news-card-sm__subscription svg path{fill:#fff}.articles-block__content .news-card-sm.subscription .news-card-sm__subscription{margin-right:8px;background:#e44a4a}.articles-block__content .news-card-sm.subscription .news-card-sm__subscription svg{width:10px;height:10px}.articles-block__content .news-card-sm.subscription .news-card-sm__is-readed,.articles-block__content .news-card-sm.subscription .news-card-sm__not-readed{background:#15528e}.articles-block__content .news-card-sm.subscription .news-card-sm__is-readed svg,.articles-block__content .news-card-sm.subscription .news-card-sm__not-readed svg{width:12px;height:12px}.container-plr .articles-block__header div{padding-bottom:18px}.container-plr .articles-block__header h2{font-size:3.2rem;line-height:3.8rem;padding-bottom:18px}.articles-section .articles-block__header h2,.news-section .articles-block__header h2{font-size:3.2rem;line-height:3.8rem;padding-bottom:1.6rem}.articles-section .articles-block__header div,.news-section .articles-block__header div{padding-bottom:2rem}.meeting-schedule{margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto;width:100%}.meeting-schedule__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:30px;border-bottom:1px solid #e6e6e6}.meeting-schedule__header a,.meeting-schedule__header h3{font-family:Roboto,sans-serif;font-weight:500;color:#000}.meeting-schedule__header h3{font-size:2.8rem;line-height:3.3rem;padding-bottom:23px;border-bottom:2px solid #e44a4a;width:165px;margin-bottom:-1px}.meeting-schedule__header a{display:flex;align-items:center;font-size:1.6rem;line-height:1.9rem;text-transform:uppercase}.meeting-schedule__header a:hover{color:#15528e}.meeting-schedule__header a i{color:#15528e;line-height:1.9rem;margin-left:10px}.meeting-schedule__loading-wrapper{overflow:hidden;position:relative}.meeting-schedule__loading-wrapper .loading-wrapper{position:static;height:200px}.meeting-schedule__events-listing{min-height:400px;height:100%;max-height:710px;background:#f7f7f7;border-radius:5px;padding:10px}@media screen and (min-width:365px){.meeting-schedule__events-listing{padding:34px 21px 29px}}@media screen and (min-width:992px){.meeting-schedule__events-listing{max-width:450px}}@media(min-width:1441px){.meeting-schedule__events-listing{max-width:477px}}@media only screen and (max-width:laptop-large-min){.meeting-schedule__events-listing{max-width:477px}}.meeting-schedule__tabs{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px solid #d9d8d8;margin-bottom:30px}.meeting-schedule__tabs button{font-family:Roboto;font-style:normal;font-weight:500;font-size:2rem;line-height:120%;color:#9a9a9a;background:none;outline:none;border:none;padding-bottom:12px;position:relative;text-align:center;width:217px}@media(max-width:768px){.meeting-schedule__tabs button{font-size:1.8rem}}@media only screen and (max-width:tablet){.meeting-schedule__tabs button{font-size:1.8rem}}@media(max-width:480px){.meeting-schedule__tabs button{font-size:1.6rem}}@media only screen and (max-width:phone-large){.meeting-schedule__tabs button{font-size:1.6rem}}.meeting-schedule__tabs button.active{color:#15528e;padding-bottom:12px}.meeting-schedule__tabs button.active:after{content:"";display:block;position:absolute;bottom:0;left:0;background:#15528e;border-radius:2px 2px 0 0;width:100%;height:3px}.meeting-schedule__tabs button:hover{color:#15528e}@media(max-width:768px){.meeting-schedule .news-card-sm__title{font-size:1.6rem}}@media only screen and (max-width:tablet){.meeting-schedule .news-card-sm__title{font-size:1.6rem}}.meeting-schedule .news-card-md__date i,.meeting-schedule .news-card-sm__date i{color:#acacac}@media screen and (min-width:365px){.meeting-schedule__events .news-card-sm{flex-direction:row}}@media screen and (min-width:992px){.meeting-schedule__events .news-card-sm{max-width:380px}}.meeting-schedule__events .news-card-sm__img{border-radius:50%;overflow:hidden}@media screen and (min-width:365px){.meeting-schedule__events .news-card-sm__img{margin-bottom:0}}.meeting-schedule__events .news-card-sm__img span{border-radius:50%}.meeting-schedule__events .news-card-sm__attachments,.meeting-schedule__events .news-card-sm__date{font-style:normal}.meeting-schedule__events .news-card-sm__date i{color:#acacac}.calendar-wrapper{max-width:500px;background-color:#fff;position:relative;width:100%;margin:20px auto}.calendar-wrapper .loading-wrapper{height:100%;background:rgba(0,0,0,.51)}.calendar-wrapper .loading-wrapper .spinner div{border-color:#fff transparent transparent}.calendar-wrapper__header{display:flex;align-items:center;justify-content:space-between;font-size:2rem;font-weight:700;background:#f7f7f7;border-radius:5px;padding:18px 12px;line-height:23px;color:#262729}.calendar-wrapper__header__icon{color:#15528e}.calendar-wrapper__header button:hover .calendar-wrapper__header__icon{color:#e44a4a}.calendar-wrapper__week-days-wrapper{display:flex;flex-direction:row;justify-content:space-between}.calendar-wrapper__week-days-wrapper__week-day-cell{min-height:30px;min-width:50px;width:100%;margin:2px;display:flex;align-items:center;justify-content:center;font-weight:700;font-size:10px;line-height:12px;color:#6f7687}@media(max-width:1440px){.calendar-wrapper__week-days-wrapper__week-day-cell{min-width:30px}}@media only screen and (max-width:laptop-large){.calendar-wrapper__week-days-wrapper__week-day-cell{min-width:30px}}@media screen and (max-width:450px){.calendar-wrapper__week-days-wrapper__week-day-cell{font-size:8px}}.calendar-wrapper__week-days-wrapper__week-day-cell.--weekend{color:#ed3779}.calendar-wrapper__content{display:flex;flex-direction:row;justify-content:space-between;border:1px solid #e7eef8;border-right:0;border-bottom:0;width:100%}.calendar-wrapper__content__tooltip{display:flex;flex-direction:column;width:100%}.calendar-wrapper__content__tooltip__item{color:#000;margin:5px 0;z-index:999}.calendar-wrapper__content__tooltip__day-cell{min-height:60px;min-width:50px;display:flex;padding:5px;border-right:1px solid #e7eef8;border-bottom:0}@media(max-width:1440px){.calendar-wrapper__content__tooltip__day-cell{min-width:30px}}@media only screen and (max-width:laptop-large){.calendar-wrapper__content__tooltip__day-cell{min-width:30px}}.calendar-wrapper__content__tooltip .default{color:#1b1b2f;font-weight:700;font-size:12px;line-height:14px;color:#262729}.calendar-wrapper__content__tooltip .today{background:rgba(228,74,74,.31);width:100%}.calendar-wrapper__content__tooltip .nextMonth{color:#dae1e7;font-weight:700;font-size:12px;line-height:14px}.calendar-wrapper__content__tooltip .events{background:rgba(21,82,142,.27);width:100%}.calendar-wrapper__content .tooltip-tip ul li{list-style:disc none outside;list-style:initial;margin:.5rem 2rem}.calendar-wrapper__content .tooltip-tip a:hover{color:#15528e;text-decoration:underline}.calendar-wrapper__content:last-child{border-bottom:1px solid #e7eef8}.video-cta{position:relative;width:100%;height:528px;max-height:528px;max-width:500px;border-radius:5px;margin:0 auto 40px}.video-cta span{width:100%!important;height:100%!important;position:absolute!important;top:0;left:0;z-index:-1;border-radius:5px!important}.video-cta span img{-o-object-fit:cover!important;object-fit:cover!important}.video-cta__content{width:100%;height:100%;border-radius:5px;background:rgba(4,4,4,.51);display:flex;justify-content:center;align-items:center;flex-direction:column}.video-cta h3,.video-cta h4{font-family:Roboto,sans-serif;font-weight:400;font-size:3.6rem;line-height:4.2rem;text-align:center;color:#fff}.video-cta h3{text-transform:uppercase;margin-top:2.8rem;font-weight:900;font-size:4rem;line-height:47px}.video-cta h4{margin-bottom:36px}.video-cta .button{width:220px;height:70px;background:#e44a4a;border-radius:7px;display:flex;justify-content:center;align-items:center;text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:2.4rem;line-height:2.8rem;color:#fff}@media(max-width:768px){.video-cta .button{height:50px}}@media only screen and (max-width:tablet){.video-cta .button{height:50px}}@media(min-width:375px){.video-cta .button{width:284px}}@media only screen and (max-width:phone){.video-cta .button{width:284px}}.video-cta .button:hover{background:#cd2c2c}.video-cta .button i{margin-left:20px;font-size:2rem;color:#fff}.popular-articles{margin-left:auto;margin-right:auto;max-width:500px;width:100%}.popular-articles__pagination{display:flex;align-items:center;margin-left:auto}.popular-articles select{max-width:140px}.popular-articles .loading-wrapper{position:inherit}.popular-articles .meeting-schedule__header{display:flex;align-items:baseline;margin-bottom:30px;border-bottom:1px solid #e6e6e6}.popular-articles .meeting-schedule__header .tab,.popular-articles .meeting-schedule__header h3{font-family:Roboto,sans-serif;font-weight:500;color:#000;font-size:2.8rem;line-height:3.3rem;padding-bottom:23px;padding-right:2rem;border-bottom:2px solid #e44a4a;max-width:145px;margin-bottom:-1px;width:auto}@media(max-width:480px){.popular-articles .meeting-schedule__header .tab,.popular-articles .meeting-schedule__header h3{font-size:2.2rem;line-height:3rem;padding-bottom:1rem}}@media only screen and (max-width:phone-large){.popular-articles .meeting-schedule__header .tab,.popular-articles .meeting-schedule__header h3{font-size:2.2rem;line-height:3rem;padding-bottom:1rem}}.popular-articles .meeting-schedule__header .h3,.popular-articles .meeting-schedule__header .tab{border-bottom:none;cursor:pointer;transition:all .2s ease-in-out}.popular-articles .meeting-schedule__header .h3.active,.popular-articles .meeting-schedule__header .tab.active{border-bottom:2px solid #e44a4a;color:#15528e}.popular-articles .meeting-schedule__header .h3:hover,.popular-articles .meeting-schedule__header .tab:hover{color:#15528e}.popular-articles .meeting-schedule__header button:not(.h3){background:#f7f7f7;color:rgba(0,0,0,.24);width:39px;height:39px;border-radius:3px;display:flex;justify-content:center;align-items:center;text-align:center;font-family:Roboto,sans-serif;font-weight:600;font-size:1.5rem;line-height:1.8rem;margin-right:7px}.popular-articles .meeting-schedule__header button:not(.h3).active{background:#15528e;color:#fff}.popular-articles .meeting-schedule__header button:not(.h3):last-child{margin-right:0}.popular-articles .meeting-schedule__events-wrapper{background:#f7f7f7;padding:10px;border-radius:5px;margin-bottom:3.8rem}@media(min-width:375px){.popular-articles .meeting-schedule__events-wrapper{padding:34px 14px 30px 23px}}@media only screen and (max-width:phone){.popular-articles .meeting-schedule__events-wrapper{padding:34px 14px 30px 23px}}.popular-articles .meeting-schedule__events{height:100%}.newsletter-banner{position:relative;border-radius:5px;margin-bottom:63px}.newsletter-banner .input-wrapper{cursor:pointer}.newsletter-banner .input-wrapper__input-box{margin:0}.newsletter-banner span{width:100%!important;height:100%!important;position:absolute!important;z-index:-1;top:0;left:0;border-radius:5px!important}.newsletter-banner__content{display:flex;justify-content:space-between;align-items:baseline;flex-direction:column;width:100%;height:100%;background:rgba(0,0,0,.56);border-radius:5px;padding:20px}@media(min-width:1201px){.newsletter-banner__content{padding:27px 34px 40px 50px;flex-direction:row;align-items:center}}@media only screen and (max-width:laptop-min){.newsletter-banner__content{padding:27px 34px 40px 50px;flex-direction:row;align-items:center}}@media(max-width:1200px){.newsletter-banner__content{text-align:center;padding:27px 30px 40px}}@media only screen and (max-width:laptop){.newsletter-banner__content{text-align:center;padding:27px 30px 40px}}.newsletter-banner__text{max-width:524px;margin-bottom:30px}@media(min-width:1201px){.newsletter-banner__text{margin-right:40px;margin-bottom:0}}@media only screen and (max-width:laptop-min){.newsletter-banner__text{margin-right:40px;margin-bottom:0}}@media(max-width:1200px){.newsletter-banner__text{text-align:center;margin-right:auto;margin-left:auto}}@media only screen and (max-width:laptop){.newsletter-banner__text{text-align:center;margin-right:auto;margin-left:auto}}.newsletter-banner__text h5,.newsletter-banner__text p{font-family:Roboto,sans-serif;font-style:normal;color:#fff;font-weight:500}.newsletter-banner__text h5{font-size:3.2rem;line-height:3.8rem}@media(min-width:1201px){.newsletter-banner__text h5{line-height:52px}}@media only screen and (max-width:laptop-min){.newsletter-banner__text h5{line-height:52px}}.newsletter-banner__text p{font-size:1.6rem;line-height:2.5rem}@media(max-width:1200px){.newsletter-banner__fields{width:100%}}@media only screen and (max-width:laptop){.newsletter-banner__fields{width:100%}}.newsletter-banner__fields form{display:flex;align-items:baseline;flex-wrap:wrap;flex-direction:column}@media(min-width:769px){.newsletter-banner__fields form{flex-direction:row;align-items:center}}@media only screen and (max-width:tablet-min){.newsletter-banner__fields form{flex-direction:row;align-items:center}}@media(min-width:1025px){.newsletter-banner__fields form{flex-wrap:nowrap;justify-content:space-between}}@media only screen and (max-width:tablet-large-min){.newsletter-banner__fields form{flex-wrap:nowrap;justify-content:space-between}}@media(max-width:1200px){.newsletter-banner__fields form{justify-content:center}}@media only screen and (max-width:laptop){.newsletter-banner__fields form{justify-content:center}}.newsletter-banner__fields form button{width:206px;height:43px;background:#e44a4a;border-radius:5px;display:flex;justify-content:center;align-items:center;text-align:center;font-family:Roboto,sans-serif;font-weight:500;font-size:1.8rem;line-height:2.1rem;color:#fff}@media(max-width:768px){.newsletter-banner__fields form button{margin-left:auto;margin-right:auto;width:100%}}@media only screen and (max-width:tablet){.newsletter-banner__fields form button{margin-left:auto;margin-right:auto;width:100%}}.newsletter-banner__fields form button:focus,.newsletter-banner__fields form button:hover{background:#ba3a3a}.newsletter-banner__field{position:relative;margin-right:15px;margin-bottom:15px}@media(max-width:768px){.newsletter-banner__field{margin-right:0;margin-bottom:20px;width:100%}}@media only screen and (max-width:tablet){.newsletter-banner__field{margin-right:0;margin-bottom:20px;width:100%}}@media screen and (min-width:850px){.newsletter-banner__field{margin-bottom:0}}.newsletter-banner__field .input-wrapper.active svg path{fill:#cd2c2c}.newsletter-banner__field .input-wrapper.active i{color:#cd2c2c}.newsletter-banner__field input,.newsletter-banner__field textarea{font-family:Roboto,sans-serif;font-weight:500;font-size:1.5rem;line-height:1.8rem;text-align:center;color:#787676}.newsletter-banner__field input{width:259px;height:43px;background:#fff;border-radius:5px;font-family:Roboto,sans-serif;font-weight:500;font-size:1.4rem;line-height:1.6rem;color:#787676;padding-left:19px;padding-right:45px;text-align:left}@media(max-width:768px){.newsletter-banner__field input{width:100%}}@media only screen and (max-width:tablet){.newsletter-banner__field input{width:100%}}.newsletter-banner__field i{color:#15528e;font-size:1.4rem}.newsletter-banner__field i,.newsletter-banner__field svg{position:absolute;top:16px;right:22px}.newsletter-banner__field span{z-index:0!important;top:auto!important}.contact-form .contact-form__img>span{max-height:100%!important}.contact-form__no-subscription{color:#555;font-size:1.5rem;line-height:1.8rem;margin-top:10px}.contact-form__no-subscription--link{margin-left:10px}.contact-form__no-subscription--link a{color:#15528e;text-decoration:underline}.contact-form__no-subscription--link a:hover{color:#e44a4a}.contact-form__footer-item{margin-right:27px}@media(max-width:1024px){.contact-form__footer-item{margin-top:2rem;margin-right:0;width:100%}}@media only screen and (max-width:tablet-large){.contact-form__footer-item{margin-top:2rem;margin-right:0;width:100%}}@media(max-width:1024px){.contact-form__footer button{width:100%}}@media only screen and (max-width:tablet-large){.contact-form__footer button{width:100%}}.contact-form__footer button:focus+.tooltips,.contact-form__footer button:hover+.tooltips,.contact-form__footer-item:hover .tooltips,.question-form__form__footer-item:hover .tooltips{visibility:visible;opacity:1}.contact-form{display:flex;margin-bottom:86px;flex-direction:column}@media(min-width:769px){.contact-form{flex-direction:row}}@media only screen and (max-width:tablet-min){.contact-form{flex-direction:row}}.contact-form .contact-form__img{border-radius:5px 0 0 5px!important;width:100%!important}@media(min-width:769px){.contact-form .contact-form__img{max-width:454px!important}}@media only screen and (max-width:tablet-min){.contact-form .contact-form__img{max-width:454px!important}}@media(max-width:768px){.contact-form .contact-form__img{height:300px!important;max-height:300px!important}}@media only screen and (max-width:tablet){.contact-form .contact-form__img{height:300px!important;max-height:300px!important}}.contact-form .contact-form__img>span{border-radius:5px 0 0 5px!important;width:100%!important;min-height:100%!important;height:100%!important}@media(min-width:769px){.contact-form .contact-form__img>span{max-width:454px!important}}@media only screen and (max-width:tablet-min){.contact-form .contact-form__img>span{max-width:454px!important}}@media(max-width:768px){.contact-form .contact-form__img>span{height:300px!important;max-height:300px!important}}@media only screen and (max-width:tablet){.contact-form .contact-form__img>span{height:300px!important;max-height:300px!important}}.contact-form .contact-form__img>span img{-o-object-fit:cover!important;object-fit:cover!important}.contact-form__title{font-weight:500;font-size:2.4rem;line-height:2.4rem;color:#000;margin-bottom:10px}@media(max-width:768px){.contact-form__title{text-align:center}}@media only screen and (max-width:tablet){.contact-form__title{text-align:center}}.contact-form__subtitle{font-weight:400;font-size:1.5rem;line-height:1.8rem;color:#555;margin-bottom:36px}@media(max-width:768px){.contact-form__subtitle{text-align:center}}@media only screen and (max-width:tablet){.contact-form__subtitle{text-align:center}}.contact-form form{background:#f7f7f7;border-radius:0 5px 5px 0;padding:20px}@media(min-width:769px){.contact-form form{min-height:439px}}@media only screen and (max-width:tablet-min){.contact-form form{min-height:439px}}@media(min-width:1025px){.contact-form form{padding:52px 53px 49px}}@media only screen and (max-width:tablet-large-min){.contact-form form{padding:52px 53px 49px}}.contact-form form h6,.contact-form form p{font-family:Roboto,sans-serif}.contact-form__fields{display:flex;flex-direction:column;margin-bottom:24px}.contact-form__fields .input-wrapper{width:100%;cursor:pointer}.contact-form__fields .input-wrapper.active img{filter:invert(21%) sepia(85%) saturate(1207%) hue-rotate(185deg) brightness(98%) contrast(89%)}.contact-form__fields .input-wrapper .error-message{left:1%;position:absolute;top:100%;font-size:1.6rem}.contact-form__fields div{display:flex;justify-content:space-between;align-items:center;flex-direction:column}@media(min-width:550px){.contact-form__fields div{flex-direction:row}}@media only screen and (max-width:phone-larg-min){.contact-form__fields div{flex-direction:row}}.contact-form__fields div .input-wrapper{margin-bottom:20px;width:100%}@media(min-width:550px){.contact-form__fields div .input-wrapper{margin-right:22px}}@media only screen and (max-width:phone-larg-min){.contact-form__fields div .input-wrapper{margin-right:22px}}.contact-form__fields div .input-wrapper:last-child{margin-right:0}.contact-form__fields div .input-wrapper__input-box,.contact-form__fields div .input-wrapper__text-area-box{margin:0;width:100%}.contact-form__fields div .input-wrapper__icon{top:13px;right:20px}.contact-form__fields div .input-wrapper input{height:42px}.contact-form__fields div .input-wrapper input,.contact-form__fields textarea{width:100%;background:#fff;border-radius:5px;padding-left:15px;padding-right:39px}.contact-form__fields textarea{height:123px;padding-top:17px;resize:none}.contact-form__footer{display:flex;align-items:baseline;flex-direction:column-reverse}@media(min-width:1025px){.contact-form__footer{align-items:center;flex-direction:row}}@media only screen and (max-width:tablet-large-min){.contact-form__footer{align-items:center;flex-direction:row}}.contact-form__footer button{height:40px;width:100%;position:relative;display:flex;justify-content:center;align-items:center}@media(max-width:1024px){.contact-form__footer button{max-width:100%}}@media only screen and (max-width:tablet-large){.contact-form__footer button{max-width:100%}}.contact-form__footer button.contact-form__button{margin-right:auto}@media(max-width:1024px){.contact-form__footer button.contact-form__button{margin-top:2rem}}@media only screen and (max-width:tablet-large){.contact-form__footer button.contact-form__button{margin-top:2rem}}.contact-form__footer button:active,.contact-form__footer button:focus,.contact-form__footer button:hover{background:#cd2c2c}@media(min-width:1025px){.contact-form__footer button{padding:0 77px;width:204px}}@media only screen and (max-width:tablet-large-min){.contact-form__footer button{padding:0 77px;width:204px}}.contact-form__footer button .spinner{display:inline-block;position:relative;width:25px;height:25px;transform:translateY(-5px)}.contact-form__footer button .spinner div{box-sizing:border-box;display:block;position:absolute;width:25px;height:25px;margin:5px;border-radius:50%;animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid transparent;border-top-color:#fff}.contact-form__footer button .spinner div:first-child{animation-delay:-.45s}.contact-form__footer button .spinner div:nth-child(2){animation-delay:-.3s}.contact-form__footer button .spinner div:nth-child(3){animation-delay:-.15s}.contact-form__footer p{font-family:Roboto,sans-serif;font-weight:400;font-size:1.3rem;line-height:1.5rem;color:#000;margin-bottom:20px}@media(min-width:550px){.contact-form__footer p{margin-bottom:0}}@media only screen and (max-width:phone-larg-min){.contact-form__footer p{margin-bottom:0}}.head-articles{margin-top:40px;display:flex;flex-direction:row}@media(max-width:1200px){.head-articles{flex-direction:column}}@media only screen and (max-width:laptop){.head-articles{flex-direction:column}}.head-articles__main{width:70%;margin-right:30px}@media(max-width:1200px){.head-articles__main{width:100%}}@media only screen and (max-width:laptop){.head-articles__main{width:100%}}.head-articles__main_header{padding-bottom:15px;border-bottom:1px solid #e6e6e6;position:relative}.head-articles__main_header__title{font-weight:600;font-size:3.2rem;width:auto}.head-articles__main_header__hr{position:absolute;bottom:-1px;min-width:145px;width:30%;height:2px;margin:0;background:#e44a4a;border:none}.head-articles__main_context{font-size:1.7rem;font-weight:400;line-height:2.4rem;margin-bottom:20px;margin-top:2rem}.head-articles__main_context p{margin-bottom:10px}.head-articles__main_context__paragraph{margin-top:30px}.head-articles__main_filter-tags-wrapper{margin-top:30px;display:flex;flex-wrap:wrap}.head-articles__main_filter-selects-wrapper{margin-top:30px;display:flex;align-items:center}@media(max-width:768px){.head-articles__main_filter-selects-wrapper{flex-direction:column;align-items:flex-start;width:100%}}@media only screen and (max-width:tablet){.head-articles__main_filter-selects-wrapper{flex-direction:column;align-items:flex-start;width:100%}}.head-articles__main_filter-selects-wrapper__title{font-weight:500;font-size:1.8rem;line-height:2.1rem;text-transform:uppercase;color:#000;margin-right:15px}@media(max-width:1024px){.head-articles__main_filter-selects-wrapper__title{font-size:1.6rem;margin-right:5px}}@media only screen and (max-width:tablet-large){.head-articles__main_filter-selects-wrapper__title{font-size:1.6rem;margin-right:5px}}@media(max-width:768px){.head-articles__main_filter-selects-wrapper__title{margin-bottom:1rem}}@media only screen and (max-width:tablet){.head-articles__main_filter-selects-wrapper__title{margin-bottom:1rem}}.head-articles__main_filter-selects-wrapper__select{color:#6b6a6a;padding:11px 15px;font-size:1.4rem;font-family:Roboto,sans-serif;font-weight:300;line-height:1.6rem;margin-right:5px}@media only screen and (max-width:450px){.head-articles__main_filter-selects-wrapper__select{width:100%;margin:20px 0 0!important}}.head-articles__main_filter-selects-wrapper .select{min-width:100px}@media(max-width:768px){.head-articles__main_filter-selects-wrapper .select{min-width:auto;max-width:100%;width:100%;margin:0 0 2rem}}@media only screen and (max-width:tablet){.head-articles__main_filter-selects-wrapper .select{min-width:auto;max-width:100%;width:100%;margin:0 0 2rem}}.head-articles__main_filter-selects-wrapper .select:last-child{min-width:133px}.legislations-list-item{border-bottom:1px solid #e7e7e7;display:flex;padding-bottom:22px;margin-bottom:25px;flex-direction:row}.legislations-list-item__image{background-color:#f4f4f4;border-radius:5px;display:flex;align-items:center;justify-content:center;margin-right:24px;overflow:hidden;position:relative;height:100px;width:100px}@media screen and (max-width:500px){.legislations-list-item__image{height:80px;margin-right:14px;width:80px}}.legislations-list-item__image .image-item{position:absolute;top:0;left:0;right:0;bottom:0;-o-object-fit:cover;object-fit:cover;height:100%;width:100%}.legislations-list-item__content{display:flex;flex-direction:column;width:calc(100% - 124px)}@media screen and (max-width:500px){.legislations-list-item__content{width:calc(100% - 94px)}}.legislations-list-item__content_title{color:#000;font-size:2rem;font-weight:500;line-height:2.3rem;margin-bottom:5px}.legislations-list-item__content_title:hover{color:#15528e}.legislations-list-item__content__info{align-items:center;display:flex;flex-direction:row;margin-top:auto;width:100%}.legislations-list-item__content__info-buttons{align-items:center;display:flex;flex-wrap:wrap}.legislations-list-item__content__info-buttons .square-button-white{margin-right:15px}.legislations-list-item__content__info .info_date{margin-left:8px}.legislations-list-item__content-no-image{width:100%}.info_date{align-items:center;display:flex;flex-direction:row;margin-bottom:5px}.info_date .icon{color:#15528e;font-size:1.2rem;line-height:1.6rem;margin-right:5px}.info_date .date{color:#000;font-size:1.4rem;line-height:1.6rem}.button-action__read,.button-action__save,.button-action__wrapper{position:relative}.button-action__save .button-save{background-color:#fff;border:1px solid #ebeaea;border-radius:4px;width:26px;height:26px;align-items:center;justify-content:center}.button-action__save .button-save:hover{background-color:#e7eef8}.button-action__save .button-save .fa-bookmark{color:#e44a4a}.comments-wrapper{margin-top:40px}.comments-wrapper__title-box{padding:10px 0;border-bottom:1px solid #e6e6e6;position:relative}.comments-wrapper__title-box__title{font-weight:600;font-size:3.2rem}.comments-wrapper__title-box__hr{position:absolute;bottom:-1px;min-width:145px;width:30%;height:2px;margin:0;background:#e44a4a;border:none}.comments-wrapper__comments{margin-top:20px;padding:20px;background:#fff;border-radius:5px}.comments-wrapper__comments__load-more{display:flex;align-items:center;justify-content:center}.comments-wrapper__comments__load-more__action{margin:15px auto 0;font-weight:600;font-size:1.4rem;line-height:1.6rem;background:#15528e;border-radius:8px;padding:13px 20px 11px;color:#fff}.comments-wrapper__form{width:100%;background:#fff;border-radius:5px;padding:20px 30px;margin-top:20px;display:flex;flex-direction:column}.comments-wrapper__form_title{font-weight:700;font-size:1.8rem;line-height:2.4rem;margin-bottom:15px}.comments-wrapper__form_inputs{display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center;margin:0}.comments-wrapper__form_inputs__input-box{width:calc(50% - 12px);margin-bottom:15px}@media screen and (max-width:767px){.comments-wrapper__form_inputs__input-box{width:100%}}.comments-wrapper__form_inputs__input-box__input{padding:10px 15px;min-height:42px;width:100%;border-radius:5px;font-weight:400;font-size:1.4rem;line-height:1.6rem;color:#000;background:#f7f7f7}.comments-wrapper__form_inputs__input-box__input:focus{box-shadow:0 0 5px 0 #15528e}.comments-wrapper__form_text-area{width:100%;padding:10px 15px;border-radius:5px;font-weight:400;font-size:1.4rem;line-height:1.6rem;color:#000;background:#f7f7f7}.comments-wrapper__form_text-area:focus{box-shadow:0 0 5px 0 #15528e}@media screen and (max-width:1200px){.comments-wrapper__form__action-box{flex-direction:column-reverse;display:flex;align-items:center}}.comments-wrapper__form__action-box_help{text-align:center;margin:5px 30px;font-size:1.2rem;color:#000;font-weight:400}@media screen and (max-width:1200px){.comments-wrapper__form__action-box_help{margin:10px 0}}.comments-wrapper__form__action-box_submit{margin:15px auto 0;font-weight:600;font-size:1.4rem;line-height:1.6rem;background:#15528e;border-radius:8px;padding:13px 20px 11px;color:#fff;transition:.2s ease-in-out}@media screen and (max-width:1200px){.comments-wrapper__form__action-box_submit{margin:0 auto}}.comments-wrapper__form__action-box_submit:hover{background-color:#10406f}.comment{display:flex;flex-direction:row;margin-bottom:20px;align-items:center}.comment__arrow{padding:20px}@media(max-width:768px){.comment__arrow{padding:0;width:26px;height:18px;margin-right:5px}}@media only screen and (max-width:tablet){.comment__arrow{padding:0;width:26px;height:18px;margin-right:5px}}.comment__box{display:flex;flex-direction:row;background:#f7f7f7;border-radius:5px;width:100%;padding:15px}@media(max-width:768px){.comment__box{flex-direction:column}}@media only screen and (max-width:tablet){.comment__box{flex-direction:column}}.comment__box__avatar{margin-right:15px}@media(max-width:768px){.comment__box__avatar{margin-left:auto;margin-right:auto;margin-bottom:10px}}@media only screen and (max-width:tablet){.comment__box__avatar{margin-left:auto;margin-right:auto;margin-bottom:10px}}.comment__box__avatar__img{width:65px;height:65px;border-radius:50px;-o-object-fit:cover;object-fit:cover}.comment__box__avatar__initials{display:flex;flex-direction:row;align-items:center;justify-content:center;font-weight:600;font-size:18px;line-height:21px;width:65px;height:65px;border-radius:50px;background:#15528e;color:#fff}.comment__box__content{display:flex;flex-direction:column}@media(max-width:768px){.comment__box__content__info{display:flex;flex-wrap:wrap;justify-content:center}}@media only screen and (max-width:tablet){.comment__box__content__info{display:flex;flex-wrap:wrap;justify-content:center}}.comment__box__content__info_name{font-weight:500;font-size:14px;line-height:16px;color:#000;margin-right:20px}.comment__box__content__info_date{margin-right:20px;font-weight:500;font-size:14px;line-height:17px;color:#969696}.comment__box__content__info_button{font-weight:500;font-size:14px;line-height:16px;-webkit-text-decoration-line:underline;text-decoration-line:underline;color:#15528e}.comment__box__content__info_button:hover{color:#0f3b66}.comment__box__content__comment{margin:5px 0;font-weight:400;font-size:14px;line-height:16.41px;color:#000}@media(max-width:768px){.comment__box__content__comment{text-align:center}}@media only screen and (max-width:tablet){.comment__box__content__comment{text-align:center}}.create-comment-form{width:100%;background:#fff;border-radius:5px;padding:20px 30px;margin-top:20px;display:flex;flex-direction:column}@media(max-width:480px){.create-comment-form{padding:20px}}@media only screen and (max-width:phone-large){.create-comment-form{padding:20px}}.create-comment-form.--response{border:1px solid #e7e7e7;margin-top:0;margin-bottom:20px}.create-comment-form_title{font-weight:700;font-size:18px;line-height:24px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.create-comment-form_title_close{width:20px;height:20px}.create-comment-form_inputs{display:flex;flex-wrap:wrap;justify-content:space-between;margin:0}.create-comment-form_inputs__input-box{width:calc(50% - 12px);margin-bottom:15px}@media(max-width:768px){.create-comment-form_inputs__input-box{width:100%}}@media only screen and (max-width:tablet){.create-comment-form_inputs__input-box{width:100%}}.create-comment-form_inputs__input-box__input{padding:10px 35px 10px 15px;min-height:42px;width:100%;border-radius:5px;font-weight:400;font-size:14px;line-height:16px;color:#000;background:#f7f7f7}.create-comment-form_inputs__input-box__input:focus{box-shadow:0 0 5px 0 #15528e}.create-comment-form_inputs__input-box .input-wrapper__icon{top:calc(50% - 9px)}.create-comment-form_text-area{width:100%;padding:10px 35px 10px 15px;border-radius:5px;font-weight:400;font-size:14px;line-height:16px;color:#000;background:#f7f7f7}.create-comment-form_text-area:focus{box-shadow:0 0 5px 0 #15528e}@media(max-width:1200px){.create-comment-form__action-box{flex-direction:column-reverse;display:flex;align-items:center}}@media only screen and (max-width:laptop){.create-comment-form__action-box{flex-direction:column-reverse;display:flex;align-items:center}}.create-comment-form__action-box_help{text-align:center;margin:5px 30px;font-size:12px;color:#000;font-weight:400}@media(max-width:1200px){.create-comment-form__action-box_help{margin:10px 0}}@media only screen and (max-width:laptop){.create-comment-form__action-box_help{margin:10px 0}}.create-comment-form__action-box_submit{margin:15px auto 0;font-weight:600;font-size:14px;line-height:16px;background:#15528e;border-radius:8px;padding:13px 20px 11px;color:#fff;transition:.2s ease-in-out}@media(max-width:1200px){.create-comment-form__action-box_submit{margin:0 auto}}@media only screen and (max-width:laptop){.create-comment-form__action-box_submit{margin:0 auto}}.create-comment-form__action-box_submit:hover{background-color:#10406f}.button-action__add{position:relative}.button-save{background-color:#fff;border-radius:4px}.button-save:hover{background-color:#e7eef8}.button-save .fa-bookmark{color:#e44a4a}.active{color:#17a300}:root{--tooltip-text-color:$black;--tooltip-background-color:$blue-light;--tooltip-margin:30px;--tooltip-arrow-size:6px}.tooltip-wrapper{display:block;position:relative;width:100%}.tooltip-tip{box-shadow:0 0 10px 0 rgba(0,0,0,.4);background-color:#fff;font-size:14px;border:1px solid #e7eef8;border-radius:5px;color:var(--tooltip-text-color)!important;display:flex;flex-direction:column;position:absolute;padding:10px;left:2rem;z-index:100;max-width:450px;width:calc(100% - 4rem)}@media(max-width:480px){.tooltip-tip{left:0;width:100%}}@media only screen and (max-width:phone-large){.tooltip-tip{left:0;width:100%}}.child-container{position:relative}.tooltip-tip.top:before{top:100%;margin:auto;border-top-color:var(--tooltip-background-color)}.calendar-wrapper__content>div{width:100%}.author{margin-top:4.1rem}.author-top .head-articles__main_header{margin-bottom:5.6rem}.author__image{width:32.7rem;max-width:32.7rem}@media(max-width:768px){.author__image{margin:0 auto 4rem}}@media only screen and (max-width:tablet){.author__image{margin:0 auto 4rem}}.author__image-block{border-radius:1rem;position:relative;width:100%}@media(min-width:1201px){.author__image-block{min-width:32.7rem}}@media only screen and (max-width:laptop-min){.author__image-block{min-width:32.7rem}}.author__image-block img{max-width:32.7rem;border-radius:1rem}@media(min-width:1201px){.author__image-block img{width:32.7rem}}@media only screen and (max-width:laptop-min){.author__image-block img{width:32.7rem}}.author__image .author-box__image{border-radius:1rem;height:100%!important;width:100%!important}@media(max-width:768px){.author__wrapper{flex-direction:column}}@media only screen and (max-width:tablet){.author__wrapper{flex-direction:column}}.author__content{margin-left:3.5rem;width:calc(100% - 36.2rem)}@media(max-width:768px){.author__content{margin-left:0;width:100%}}@media only screen and (max-width:tablet){.author__content{margin-left:0;width:100%}}.author__content.content-block ul{margin-left:2rem}.author__content.content-block ul:not(:first-child){margin-top:3rem}.author__content.content-block ul li{font-size:2rem;line-height:2.4rem;margin-bottom:1.1rem}.author__content.content-block p{font-size:1.6rem;line-height:2.8rem;margin-bottom:0}.author__content.content-block a:not(.btn):not(.button){color:#15528e;text-decoration:none}.author__content.content-block a:not(.btn):not(.button):hover{text-decoration:underline}.author__content.content-block .contact{margin-top:3rem;margin-bottom:3rem}.author__content.content-block .contact p{font-size:2rem;line-height:2.4rem}.author .border-bottom-gray{margin-top:1.6rem;margin-bottom:4.2rem}.border-bottom-gray{border:none;border-bottom:1px solid #e6e6e6;width:100%}.authors-list{margin-bottom:10rem}@media screen and (max-width:768px){.authors-list{margin-bottom:6rem}}.authors-list .head-articles__main_header{margin:0 auto 5rem 15px;width:calc(100% - 30px)}.authors-list .container{padding:0 .5rem}.authors-list__wrapper{display:flex;flex-wrap:wrap;width:100%}@media screen and (min-width:1440px){.authors-list__wrapper{justify-content:space-between}}.authors-list__item{border-radius:1rem;display:flex;overflow:hidden;position:relative;flex-direction:column;margin:0 15px 4rem;transition:.2s ease-in-out;height:36.6rem;width:calc(25% - 30px)}@media(min-width:1441px){.authors-list__item{width:327px;margin:0}}@media only screen and (max-width:laptop-large-min){.authors-list__item{width:327px;margin:0}}@media(max-width:768px){.authors-list__item{width:calc(50% - 30px)}}@media only screen and (max-width:tablet){.authors-list__item{width:calc(50% - 30px)}}@media(max-width:480px){.authors-list__item{width:calc(100% - 30px)}}@media only screen and (max-width:phone-large){.authors-list__item{width:calc(100% - 30px)}}.authors-list__item:after{background:linear-gradient(180deg,transparent,rgba(0,0,0,.71));bottom:0;content:"";left:0;right:0;top:0;position:absolute;transition:.2s ease-in-out;width:100%;height:100%}.authors-list__item>span:first-child{position:absolute;height:100%!important;width:100%}.authors-list__item-content{bottom:-7.5rem;color:#fff;display:flex;flex-direction:column;left:0;right:0;position:absolute;padding:1rem;text-align:center;z-index:2;transition:.2s ease-in-out}.authors-list__item-name{font-size:2.4rem;font-weight:700;line-height:2.4rem;margin-bottom:1.1rem}.authors-list__item-position{font-size:1.6rem;line-height:2.4rem;margin-bottom:3.2rem}.authors-list__item-button{align-items:center;background:#15528e;border:4px solid hsla(0,0%,100%,.29);border-radius:50%;display:flex;line-height:6.4rem;text-align:center;justify-content:center;transition:.3s ease-in-out;margin:0 auto;width:6.4rem;height:6.4rem;opacity:0;visibility:hidden}.authors-list__item-button i{line-height:6.4rem;font-size:1.7rem}.authors-list__item img{border-radius:1rem;-o-object-fit:cover;object-fit:cover;width:100%!important;height:100%!important}.authors-list__item:hover:after{background:rgba(0,0,0,.66)}.authors-list__item:hover .authors-list__item-content{bottom:0;top:0;justify-content:center}.authors-list__item:hover .authors-list__item-button{opacity:1;visibility:visible}.authors-list__item:hover .authors-list__item-name{text-decoration:underline}.author .tab-title p{font-size:2.4rem;margin-bottom:3.6rem}.author .tab-title p strong{font-weight:700}.author .loading-wrapper{position:inherit}.author .react-tabs__tab{color:#444;font-size:1.8rem;line-height:2.1rem;padding:12px 24px}@media(max-width:1024px){.author .react-tabs__tab{font-size:1.6rem;padding:12px 14px}}@media only screen and (max-width:tablet-large){.author .react-tabs__tab{font-size:1.6rem;padding:12px 14px}}@media(max-width:768px){.author .react-tabs__tab{width:50%;text-align:center}}@media only screen and (max-width:tablet){.author .react-tabs__tab{width:50%;text-align:center}}.author .react-tabs__tab:focus:after{display:none}.author .react-tabs__tab-list{border-bottom:1px solid #e1ebf9;margin-bottom:4rem}.author .react-tabs__tab--selected{background-color:#e7eef8;border-color:#e7eef8;border-radius:5px 5px 0 5px;color:#15528e;font-size:2rem;font-weight:500}@media(max-width:1024px){.author .react-tabs__tab--selected{font-size:1.6rem}}@media only screen and (max-width:tablet-large){.author .react-tabs__tab--selected{font-size:1.6rem}}@media(max-width:768px){.author .react-tabs__tab--selected{font-weight:400}}@media only screen and (max-width:tablet){.author .react-tabs__tab--selected{font-weight:400}}.author .author-tab .pagination{margin-top:5.6rem;margin-bottom:6.9rem}@media(max-width:768px){.author .author-tab .pagination{margin-top:4rem;margin-bottom:4rem}}@media only screen and (max-width:tablet){.author .author-tab .pagination{margin-top:4rem;margin-bottom:4rem}}.author .author-tab .content-block .item{margin-bottom:2.6rem}.author .author-tab .content-block .item a{color:#000;display:block;font-weight:500;font-size:1.8rem;text-decoration:none;margin-bottom:.5rem}@media(max-width:1024px){.author .author-tab .content-block .item a{font-size:1.6rem}}@media only screen and (max-width:tablet-large){.author .author-tab .content-block .item a{font-size:1.6rem}}.author .author-tab .content-block .item a:hover{color:#15528e}.author .author-tab .content-block .item .date{color:#000;font-size:1.4rem;line-height:1.6rem}.author .author-tab .content-block .item .date i{color:#15528e;font-size:1.2rem;margin-right:.5rem}.author .info-banner{margin-bottom:5rem}@media(max-width:768px){.author .info-banner{margin-bottom:4rem}}@media only screen and (max-width:tablet){.author .info-banner{margin-bottom:4rem}}.author .head-articles__main_header__title{line-height:3.8rem}.author .head-articles__main_header{padding-bottom:18px}@media(min-width:769px){.author .head-articles__main_header__hr{max-width:368px}}@media only screen and (max-width:tablet-min){.author .head-articles__main_header__hr{max-width:368px}}.label-wrapper{display:flex;align-items:center}.label-wrapper__checkbox{margin:0;-webkit-appearance:none;-moz-appearance:none;appearance:none;display:block;background-color:#fff;border:1px solid #73838a;border-radius:4px;outline:none;width:20px;height:20px}.label-wrapper__checkbox:checked{border:1px solid #15528e;background-color:#15528e;position:relative}.label-wrapper__checkbox:checked:after{box-sizing:border-box;content:"";position:absolute;width:6px;height:10px;border:2px solid #fff;border-top:none;border-left:none;transform-origin:bottom right;transform:rotate(45deg);top:0;left:-2px;bottom:1px;right:34%;margin:auto}.label-wrapper__text{max-width:calc(100% - 20px)}input[type=checkbox][disabled]{background-color:#b0b0b0;border:1px solid #73838a}.modal{position:absolute;border-radius:15px;background:#fff;box-shadow:0 0 15px 7px rgba(0,0,0,.02)}.ReactModal__Overlay{z-index:9999;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.28)!important}.close{position:absolute;top:-15%;left:calc(50% - 20px);z-index:99999}@media screen and (max-width:350px){.close{left:45%}}@media(max-height:850px){.close{top:.5rem}.close svg,.close svg path{fill:#e44a4a}}.seminars-news-card{display:flex;flex-direction:row;width:100%;position:relative}@media(max-width:600px){.seminars-news-card{flex-direction:column}}@media only screen and (max-width:phone-larg-md){.seminars-news-card{flex-direction:column}}.seminars-news-card__image-wrapper{border-radius:5px;position:relative;width:30%}@media(max-width:600px){.seminars-news-card__image-wrapper{width:100%}}@media only screen and (max-width:phone-larg-md){.seminars-news-card__image-wrapper{width:100%}}.seminars-news-card__image-wrapper__image-block{border-radius:5px;overflow:hidden;position:relative;padding-top:58%;width:100%}.seminars-news-card__image-wrapper_img{border-radius:5px;bottom:0;-o-object-fit:cover!important;object-fit:cover!important;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.seminars-news-card__image-wrapper_actions{position:absolute;z-index:10;top:0;margin:10px;padding:1.5px 5px;font-weight:800;font-size:10px;font-family:Inter,sans-serif;line-height:12px;color:#fff;background:#e44a4a;border-radius:2px;text-transform:uppercase}.seminars-news-card__content{display:flex;flex-direction:column;justify-content:space-between;margin-left:30px;width:calc(70% - 30px)}@media(max-width:600px){.seminars-news-card__content{width:100%;margin:20px 0 0}}@media only screen and (max-width:phone-larg-md){.seminars-news-card__content{width:100%;margin:20px 0 0}}.seminars-news-card__content__header{display:flex;flex-direction:row;align-items:center;margin-bottom:3px}.seminars-news-card__content__header__status{margin-right:15px;background:#15528e;border-radius:2px;font-weight:900;font-size:11px;font-family:Roboto,sans-serif;line-height:13px;color:#fff;text-transform:uppercase;padding:4px 12px}.seminars-news-card__content__header__status.--offline{background:#e44a4a}.seminars-news-card__content__header__date{align-items:center;color:#000;display:flex;flex-direction:row;font-size:1.4rem;font-family:Roboto,sans-serif;line-height:1.6rem}.seminars-news-card__content__header__date i{color:#15528e;font-size:1.4rem;margin-right:5px;margin-bottom:1.5px}.seminars-news-card__content__header__clock{margin-right:2rem}.seminars-news-card__content__title{font-weight:500;font-size:20px;font-family:Roboto,sans-serif;line-height:23px;color:#000;margin-bottom:auto;max-width:59rem;padding-bottom:.8rem}.seminars-news-card__content__title a{color:#000}.seminars-news-card__content__title a:hover{color:#15528e;text-decoration:underline}.seminars-news-card__content__description{position:relative;z-index:2;display:block;display:-webkit-box;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;-webkit-line-clamp:4}.seminars-news-card__content__description.content-block{color:#393939;font-size:1.6rem;line-height:1.9rem}.seminars-news-card__content__description.content-block *{font-size:1.6rem;line-height:1.9rem}.seminars-news-card__content__footer{display:flex;flex-direction:row;align-items:center;margin-top:12px;position:relative;z-index:2}.seminars-news-card__content__footer__company{color:#000;font-size:1.4rem;line-height:1.6rem;margin-right:18px}.seminars-news-card__content__footer__company:hover{color:#15528e}.seminars-news-card__content__footer__company i{color:#15528e;font-size:1.2rem;margin-right:5px}.seminars-news-card__content__footer__company a{color:#000}.seminars-news-card__content__footer__company a:hover{color:#15528e}.seminars-news-card__content__footer__show-more{margin-left:30px;font-weight:600;font-size:1.4rem;line-height:1.6rem;color:#15528e}.seminars-news-card__content__footer__show-more:hover{text-decoration:underline}.seminars-news-card__content__footer__show-more i{color:#15528e;font-size:1.2rem;margin-left:5px}.empty-list{display:flex;justify-content:center;align-items:center;height:50vh}.empty-list div{text-align:center}.ven12{position:relative}.ven12 input::-webkit-inner-spin-button,.ven12 input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ven12 input{text-align:right}.ven12 .square-button-size-sm{min-width:16px!important}.ven12 .button-blue-light span{font-size:16px!important}.ven12 input[type=number]{-moz-appearance:textfield}.ven12 #calculvenit table td{max-width:32vw}.ven12 .errors{display:flex;flex-direction:column;gap:10px;margin-bottom:15px}.ven12 .errors .error{max-width:100%;margin-top:0;margin-bottom:0}.ven12 .error{color:#e44a4a;background-color:#f8d7da;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem;margin-top:1rem;max-width:8vw}.ven12 table{border-collapse:separate!important;width:100%;margin-top:2rem}.ven12 table th{font-weight:700;vertical-align:middle}.ven12 table td,.ven12 table th{padding:.5rem;border:1px solid #ececec;height:20px;font-size:13px}.ven12 table td{text-align:center;vertical-align:middle;max-width:20vw}.ven12 table tr td:first-child{max-width:30vw}.ven12 table tr{position:relative}.ven12 table tr:last-child td:first-child{border-bottom-left-radius:4px}.ven12 table tr:last-child td:last-child{border-bottom-right-radius:4px}.ven12 table tr th:first-child{border-top-left-radius:4px}.ven12 table tr th:last-child{border-top-right-radius:4px}.ven12 table tr th:first-child{text-align:center;padding:5px 20px}@media(max-width:768px){.ven12 table tr th:first-child{padding:8px}}@media only screen and (max-width:tablet){.ven12 table tr th:first-child{padding:8px}}.ven12 table tr td:first-child{text-align:left;padding:5px 20px}@media(max-width:768px){.ven12 table tr td:first-child{padding:8px}}@media only screen and (max-width:tablet){.ven12 table tr td:first-child{padding:8px}}.ven12 table tr.disabledRow{background-color:#eceaea}.ven12 table input:not([type=checkbox]){width:100%;height:24px;background:#fff;border-radius:5px;line-height:22px;padding-left:5px;border:1px solid #73838a;border-radius:4px}.ven12 table input:not([type=checkbox]):-moz-read-only{background-color:#eceaea}.ven12 table input:not([type=checkbox]):read-only{background-color:#eceaea}.ven12 table input:not([type=checkbox])::-moz-placeholder{color:#9a9a9a;font-size:12px}.ven12 table input:not([type=checkbox]):-ms-input-placeholder{color:#9a9a9a;font-size:12px}.ven12 table input:not([type=checkbox])::placeholder{color:#9a9a9a;font-size:12px}.ven12 table .button-action__wrapper{display:inline-flex;margin-left:5px}.ven12 table .square-button{margin-left:5px}.ven12 table .square-button img,.ven12 table .square-button svg{height:12px;width:10px}.ven12 table .square-button-light{border:1px solid rgba(21,82,142,.5)}.ven12 table .mark-item,.ven12 table .square-button{display:inline-block}.ven12 table strong{font-weight:700}.ven12 .check-table{border:1px solid #ececec}.ven12 .check-table tr td,.ven12 .check-table tr th{border-right:none;border-left:none}.ven12 .check-table tr td:first-child,.ven12 .check-table tr th:first-child{padding:5px 20px}@media(max-width:768px){.ven12 .check-table tr td:first-child,.ven12 .check-table tr th:first-child{padding:5px}}@media only screen and (max-width:tablet){.ven12 .check-table tr td:first-child,.ven12 .check-table tr th:first-child{padding:5px}}.ven12 .check-table tr td{font-size:12px;font-weight:500;line-height:14px;text-align:left;min-width:auto}.ven12 .check-table tr td:first-child{max-width:10rem}.ven12 .tooltip{display:inline-block;position:relative;width:-moz-fit-content;width:fit-content}.ven12 .tooltip .tooltiptext{visibility:hidden;width:-moz-max-content;width:max-content;background-color:#fff;box-shadow:0 4px 12px 0 rgba(0,0,0,.1);color:#000;border:1px solid #fff;text-align:left;font-size:14px;font-weight:400;line-height:16px;padding:15px 12px;border-radius:6px;position:absolute;z-index:99999;top:inherit;bottom:calc(100% + 7.5px);left:50%;transform:translate(-50%);max-width:300px}@media(max-width:1024px){.ven12 .tooltip .tooltiptext{display:none}}@media only screen and (max-width:tablet-large){.ven12 .tooltip .tooltiptext{display:none}}.ven12 .tooltip .tooltiptext:after{content:"";position:absolute;top:100%;left:50%;margin-left:-7.5px;border:7.5px solid transparent;border-top-color:#fff;filter:drop-shadow(1px 1px 1px rgba(0,0,0,.1))}.ven12 .tooltip:focus .tooltiptext,.ven12 .tooltip:hover .tooltiptext{visibility:visible}.ven12 .title{margin-bottom:3rem}.ven12 .title-text{font-size:2.4rem!important;font-weight:700!important}.ven12 .wrapper{display:flex;flex-wrap:wrap;justify-content:space-between}.ven12 .col-6{width:calc(50% - 30px)}@media(max-width:1024px){.ven12 .col-6{width:calc(50% - 10px)}}@media only screen and (max-width:tablet-large){.ven12 .col-6{width:calc(50% - 10px)}}@media(max-width:768px){.ven12 .col-6{width:100%}}@media only screen and (max-width:tablet){.ven12 .col-6{width:100%}}.ven12 .table-fild{justify-content:center;max-width:100%;margin-left:auto;margin-right:auto;gap:8px;width:100%}.ven12 .table-fild input:not([type=checkbox]){width:100%}.ven12 .table-fild:has(.mark-item){padding-right:0}.ven12 .table-fild .mark-item .mark-item_label{background:rgba(21,82,142,.1);color:#15528e;font-size:12px;padding:5px 10px}.ven12 .td-sm{width:7%}.ven12 .ven-content-top{margin-bottom:40px;margin-top:3rem}.ven12 .ven-content-top .button-blue-border{margin-bottom:3rem}.ven12 .ven-content-top .button-blue-border i{transition:.2s ease-in-out;margin-right:1rem}.ven12 .aside-container{height:100%;position:absolute;top:80px;left:0;margin-left:0;z-index:9}@media screen and (max-width:1900px){.ven12 .aside-container{position:sticky;right:0;margin-bottom:0;width:100%}}@media(max-width:768px){.ven12 .aside-container{top:80px;position:sticky;height:auto;width:100%}}@media only screen and (max-width:tablet){.ven12 .aside-container{top:80px;position:sticky;height:auto;width:100%}}.ven12 .aside-nav{background:#f3f6f9;display:flex;flex-wrap:wrap;top:80px;padding:20px;position:sticky;gap:8px;width:238px;margin-bottom:70px;border-top-right-radius:4px;border-bottom-right-radius:4px}@media screen and (max-width:1900px){.ven12 .aside-nav{margin-bottom:30px;justify-content:center;width:100%}}@media(max-width:768px){.ven12 .aside-nav{padding:10px;margin-bottom:30px;width:100%}}@media only screen and (max-width:tablet){.ven12 .aside-nav{padding:10px;margin-bottom:30px;width:100%}}.ven12 .aside-nav .nav-item{background:#fff;border-radius:5px;color:#000;cursor:pointer;font-size:14px;font-weight:600;line-height:21px;padding:4.5px 10px;width:100%}@media screen and (max-width:1900px){.ven12 .aside-nav .nav-item{width:-moz-fit-content;width:fit-content}}@media(max-width:768px){.ven12 .aside-nav .nav-item{width:-moz-fit-content;width:fit-content}}@media only screen and (max-width:tablet){.ven12 .aside-nav .nav-item{width:-moz-fit-content;width:fit-content}}@media only screen and (max-width:phone-small){.ven12 .aside-nav .nav-item{font-size:12px}}@media(max-width:374px){.ven12 .aside-nav .nav-item{font-size:12px}}.ven12 .aside-nav .nav-item.--active,.ven12 .aside-nav .nav-item:hover{background:#15528e;color:#fff}.ven12 .mark-item .mark-item_label{background:#e8eef4;border-radius:4px;color:#000;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;line-height:14px;padding:3px 6px}.ven12 .supplement_start{background:rgba(232,238,244,.529);padding:10px 20px;border-radius:6px;color:#000;font-size:14px;text-align:center;line-height:21px;font-weight:600;max-width:358px;width:100%;margin:60px auto 30px}.ven12 .select-group-top{align-items:center;border-bottom:1px solid #ececec;gap:1rem;padding-bottom:3rem;margin-bottom:3rem;width:100%}.ven12 .select-group-top .label{font-size:1.6rem;font-weight:500;line-height:1.9rem;margin-right:6rem}@media(max-width:768px){.ven12 .select-group-top .label{margin-right:2rem;width:100%}}@media only screen and (max-width:tablet){.ven12 .select-group-top .label{margin-right:2rem;width:100%}}.ven12 .select-group-top .separator{font-size:2rem;font-weight:500;line-height:2.3rem}.ven12 .select-item .css-t3ipsp-control{min-height:34px}.ven12 .select-item .css-13cymwt-control{border-color:#73838a;min-height:34px}.ven12 .select-item .css-15lsz6c-indicatorContainer,.ven12 .select-item .css-1xc3v61-indicatorContainer{padding:6px}.ven12 .select-item .css-1u9des2-indicatorSeparator{background-color:transparent}.ven12 .select-item .css-1nmdiq5-menu{z-index:99}.ven12 .select-item-sm .css-13cymwt-control,.ven12 .select-item-sm .css-t3ipsp-control{width:13.1rem}.ven12 .form-group__col{display:flex;flex-wrap:wrap;margin-bottom:28px}@media(max-width:768px){.ven12 .form-group__col{margin-bottom:18px}}@media only screen and (max-width:tablet){.ven12 .form-group__col{margin-bottom:18px}}.ven12 .form-group__col .error-message{font-size:12px;line-height:14px;color:#e44a4a;padding-left:9px}.ven12 .form-group__col .mark-item{margin-left:8px}.ven12 .form-group__col .mark-item .mark-item_label{align-items:center;border-radius:4px;color:#15528e;cursor:pointer;display:flex;background:rgba(21,82,142,.1);height:36px;justify-content:center;font-size:12px;width:25px}.ven12 .form-group__col-label{font-size:14px;font-weight:500;line-height:16.41px;text-align:left;padding:9px 9px 0 0;width:40%}@media(max-width:768px){.ven12 .form-group__col-label{width:100%}}@media only screen and (max-width:tablet){.ven12 .form-group__col-label{width:100%}}.ven12 .form-group__fild-box{display:flex;width:60%}@media(max-width:768px){.ven12 .form-group__fild-box{margin-top:10px;width:100%}}@media only screen and (max-width:tablet){.ven12 .form-group__fild-box{margin-top:10px;width:100%}}.ven12 .form-group__fild-box-item{position:relative;width:calc(100% - 3.5rem)}.ven12 .form-group__fild-input{border:1px solid #73838a;border-radius:.4rem;padding:8px 10px;width:100%}.ven12 .form-group__fild-input.error{border-color:#e44a4a}.ven12 .form-group__fild-label{background:#fff;color:#9a9a9a;font-size:12px;line-height:18px;padding:0 5px;position:absolute;top:-8px;margin-left:10px;z-index:1}.ven12 .form-group__fild-label:has(+input.error){color:#e44a4a}.ven12 .accordion-item{margin-bottom:30px}@media(max-width:768px){.ven12 .accordion-item{margin-bottom:15px}}@media only screen and (max-width:tablet){.ven12 .accordion-item{margin-bottom:15px}}.ven12 .question-button{color:#000;background-color:#f3f6f9;border-radius:4px;text-align:left;padding:20px 50px 20px 20px;position:relative;margin-bottom:8px;width:100%}.ven12 .question-button .icon{font-size:20px;line-height:20px;position:absolute;top:calc(50% - 10px);right:30px}.ven12 .question-button.active .icon{transform:rotate(-180deg)}.ven12 .question-button:focus,.ven12 .question-button:hover{color:#000}.ven12 .question-button .question-content{align-items:center;display:flex;flex-direction:row;gap:15px}.ven12 .question-button .question-button_label{background-color:#fff;border-radius:5px;min-height:30px;font-size:14px;font-weight:600;line-height:21px;padding:4.5px 10px;text-align:center}.ven12 .question-button .question-button_info i{color:#15528e;margin-right:8px}.ven12 .question-button .question-button_info strong{font-size:14px;font-weight:600;line-height:21px}.ven12 .question-button .question-button_info p{font-size:12px;font-weight:500;line-height:18px}@media(max-width:768px){.ven12 .container-table{overflow:auto}}@media only screen and (max-width:tablet){.ven12 .container-table{overflow:auto}}.ven12 .container-table::-webkit-scrollbar{width:6px;height:5px;padding-top:30px;padding-bottom:20px}.ven12 .container-table::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:3px}.ven12 .container-table::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}@media(max-width:768px){.ven12 .container-table table td,.ven12 .container-table table th{min-width:15rem}}@media only screen and (max-width:tablet){.ven12 .container-table table td,.ven12 .container-table table th{min-width:15rem}}@media(max-width:768px){.ven12 .answer-container{overflow:auto}}@media only screen and (max-width:tablet){.ven12 .answer-container{overflow:auto}}.ven12 .answer-container::-webkit-scrollbar{width:6px;height:5px;padding-top:30px;padding-bottom:20px}.ven12 .answer-container::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:3px}.ven12 .answer-container::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}.ven12 .answer-container table{margin-top:0}@media(max-width:768px){.ven12 .answer-container table td,.ven12 .answer-container table th{min-width:15rem}}@media only screen and (max-width:tablet){.ven12 .answer-container table td,.ven12 .answer-container table th{min-width:15rem}}.ven12 .answer-container .css-b62m3t-container{width:100%}.ven12 .answer-container .css-b62m3t-container input{height:16px;line-height:12px;font-size:12px;padding:0;margin:0;max-width:100%}.ven12 .answer-container .css-b62m3t-container .css-1cfo1cf{padding:0;margin:0}.ven12 .answer-container .css-1jqq78o-placeholder{font-size:9px;text-align:left;margin-left:0}.ven12 .answer-container .css-19bb58m{margin:0;padding-bottom:0;padding-top:0}.ven12 .answer-container .css-hlgwow{padding:0 3px}.ven12 .answer-container .css-1u9des2-indicatorSeparator{background-color:transparent;margin-bottom:0;margin-top:0}.ven12 .answer-container .css-15lsz6c-indicatorContainer,.ven12 .answer-container .css-1xc3v61-indicatorContainer{padding:0}.ven12 .answer-container .css-13cymwt-control,.ven12 .answer-container .css-t3ipsp-control{min-height:20px;width:100%}.ven12 .answer-container .css-13cymwt-control{border-color:#73838a}.ven12 .answer-container .css-tj5bde-Svg{height:15px;width:15px}.ven12 .form-note{position:relative;margin-top:17px}.ven12 .form-note input,.ven12 .form-note textarea{border:1px solid #73838a;border-radius:4px;font-size:12px;font-weight:400;line-height:14px;min-height:46px;padding:7px 60px 7px 12px;width:100%}@media(max-width:768px){.ven12 .form-note input,.ven12 .form-note textarea{padding:7px 12px}}@media only screen and (max-width:tablet){.ven12 .form-note input,.ven12 .form-note textarea{padding:7px 12px}}.ven12 .form-note input::-moz-placeholder,.ven12 .form-note textarea::-moz-placeholder{color:#a8a3a3}.ven12 .form-note input:-ms-input-placeholder,.ven12 .form-note textarea:-ms-input-placeholder{color:#a8a3a3}.ven12 .form-note input::placeholder,.ven12 .form-note textarea::placeholder{color:#a8a3a3}.ven12 .form-note .button{top:9px;right:9px;position:absolute;font-size:12px;line-height:14px;padding:7px 10px}@media(max-width:768px){.ven12 .form-note .button{position:relative;top:inherit;right:inherit;width:100%}}@media only screen and (max-width:tablet){.ven12 .form-note .button{position:relative;top:inherit;right:inherit;width:100%}}.ven12 .preview-note{background:rgba(254,188,15,.12);display:flex;flex-direction:row;padding:12px;margin-top:8px}.ven12 .preview-note .note-content{color:#000;font-size:12px;font-style:italic;font-weight:400;line-height:14px;width:calc(100% - 3rem)}.ven12 .preview-note .note-buttons{display:flex;flex-direction:column;margin-left:auto;gap:4px}.ven12 .preview-note .note-buttons .square-button-light{border-radius:3px;border:1px solid #fff;color:#15528e;font-size:9px}.ven12 .preview-note .note-buttons .square-button-light:hover{background-color:#15528e;border-color:#15528e;color:#fff}.ven12 .group-btns{justify-content:center;display:flex;flex-direction:row}.ven12 .group-btns .square-button{border:2px solid #15528e;height:22px;font-size:10px;line-height:20px;width:22px}.ven12 .group-btns .square-button-light{padding:0;color:#15528e}.ven12 .group-btns .square-button-light:hover{background-color:#15528e;color:#fff}.ven12 .buttons-list{flex-wrap:wrap;gap:10px 25px}.ven12 .buttons-list button{max-height:48px;height:48px}.ven12 .buttons-list .button-blue-light{background-color:#3d82b9;border:2px solid #3d82b9}.ven12 .buttons-list .button-blue-light:hover{background-color:#e44a4a;border:2px solid #e44a4a}.ven12-details-modal{background:#fbfbfb;border:1px solid #ececec;border-radius:0;padding:3.6rem 3.6rem 1.5rem;max-width:139.8rem;height:-moz-fit-content;height:fit-content;border-radius:0 0 15px 15px;width:calc(100% - 4rem)}@media(max-width:768px){.ven12-details-modal{padding:3.6rem 1.5rem 1.5rem}}@media only screen and (max-width:tablet){.ven12-details-modal{padding:3.6rem 1.5rem 1.5rem}}.ven12-details-modal .tablist{border-bottom:1px solid #d9d8d8;justify-content:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:14px;margin:0 auto 3.6rem;width:-moz-fit-content;width:fit-content}@media(max-width:768px){.ven12-details-modal .tablist{gap:5px;margin:0 auto 2rem}}@media only screen and (max-width:tablet){.ven12-details-modal .tablist{gap:5px;margin:0 auto 2rem}}.ven12-details-modal .tablist .tablist-item{border-bottom:2px solid transparent;color:#9a9a9a;font-size:16px;font-weight:600;line-height:24px;padding:0 1.8rem 1.7rem}@media(max-width:768px){.ven12-details-modal .tablist .tablist-item{font-size:14px;padding:0 .6rem .5rem;max-width:calc(50% - .3rem)}}@media only screen and (max-width:tablet){.ven12-details-modal .tablist .tablist-item{font-size:14px;padding:0 .6rem .5rem;max-width:calc(50% - .3rem)}}.ven12-details-modal .tablist .tablist-item.--active{border-color:#15528e;color:#000}.ven12-details-modal .close{top:2.4rem;left:unset;right:6.4rem}@media(max-width:1024px){.ven12-details-modal .close{top:1.4rem!important;right:1.4rem;position:absolute!important}}@media only screen and (max-width:tablet-large){.ven12-details-modal .close{top:1.4rem!important;right:1.4rem;position:absolute!important}}.ven12-details-modal .close svg{height:2.5rem;width:2.5rem}.ven12-details-modal .close svg path{fill:#000!important}.ven12-details-modal .close:hover svg path{fill:#e44a4a!important}.ven12-details-modal .h3{font-weight:500;line-height:1.5;margin-bottom:4.2rem}@media(max-width:768px){.ven12-details-modal .h3{margin-bottom:2rem}}@media only screen and (max-width:tablet){.ven12-details-modal .h3{margin-bottom:2rem}}.ven12-details-modal .text-center{text-align:center}.ven12-details-modal .content-modal{font-size:1.4rem;line-height:1.5;overflow:auto;text-align:left;max-height:calc(100vh - 27.2rem)}.ven12-details-modal .content-modal p{margin-bottom:2rem}.ven12-details-modal .content-modal ol,.ven12-details-modal .content-modal ul{list-style:auto;padding-left:2rem;margin-bottom:1.4rem}.ven12-details-modal .content-modal a{color:#15528e;text-decoration:underline}.ven12-details-modal .content-modal a:hover{color:#e44a4a}.ven12-details-modal .content-modal .mark{background:rgba(232,238,244,.529);font-size:14px;font-weight:600;line-height:21px;text-align:center;padding:10px 145px;margin-bottom:15px}@media(max-width:768px){.ven12-details-modal .content-modal .mark{padding:10px 30px}}@media only screen and (max-width:tablet){.ven12-details-modal .content-modal .mark{padding:10px 30px}}@media(min-width:1201px){.ven12-details-modal .content-modal{padding-left:20rem;padding-right:20rem}}@media only screen and (max-width:laptop-min){.ven12-details-modal .content-modal{padding-left:20rem;padding-right:20rem}}.ven12-details-modal .content-modal::-webkit-scrollbar{width:6px;height:5px;padding-top:30px;padding-bottom:20px}.ven12-details-modal .content-modal::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:3px}.ven12-details-modal .content-modal::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}.bottom-buttons-ven12{margin-bottom:75px}.d-flex{display:flex}.disabled-link{cursor:not-allowed}.disabled-link--btn{pointer-events:none}.anexa-error{color:#e44a4a;background-color:#f8d7da}.anexa-error,.anexa-warning{padding:.75rem 1.25rem;border:1px solid transparent;border-radius:.25rem;margin:1.5rem 0}.anexa-warning{color:#212529;background-color:#ffeb99}.content-modal a,.content-modal div,.content-modal p,.content-modal span{font-family:Roboto,sans-serif!important;font-size:13px!important}.bottom-buttons-ven12 .mark-item_label,.buttons-list .mark-item_label{background:transparent!important;margin-left:0!important;padding:0!important}.details-modal{position:absolute;width:100%;left:50%;transform:translateX(-50%);top:100%;background-color:#fbfbfb;border:1px solid #ececec;box-shadow:0 12px 12px 11px hsla(0,0%,100%,.929);z-index:99}.tooltiptext a,.tooltiptext div,.tooltiptext p,.tooltiptext span,.tooltiptext u{font-family:Roboto,sans-serif!important;font-size:13px!important}.declaration-ven12__item-isues .mark-item_label,.ven12-form-select__fild-box .mark-item_label{background:transparent!important;margin:0!important;padding:0!important}.left-30px{margin-left:30px}.d-flex .mark-item{display:flex!important}.d-flex .mark-item .mark-item_label{padding:1px 6px!important;height:16px!important}.d-flex .mark-item .mark-item_label .form-group__fild-info .fa-info{height:10px}.input-name{border:1px solid #73838a;border-radius:4px;min-height:34px;width:13.1rem;text-align:left!important}.ven12-statement{margin-top:30px;margin-bottom:73px}.ven12-statement .ven12-top-container{align-items:center;border-bottom:1px solid #e6e6e6;display:flex;flex-wrap:wrap;justify-content:space-between;padding-bottom:30px;margin-bottom:30px;width:100%}@media(max-width:768px){.ven12-statement .ven12-top-container{padding-bottom:20px;margin-bottom:20px}}@media only screen and (max-width:tablet){.ven12-statement .ven12-top-container{padding-bottom:20px;margin-bottom:20px}}@media(max-width:768px){.ven12-statement .ven12-top-container .work-reports__standard-package{align-items:center;width:100%}}@media only screen and (max-width:tablet){.ven12-statement .ven12-top-container .work-reports__standard-package{align-items:center;width:100%}}.ven12-statement .ven12-top-container .btn-lh-40,.ven12-statement .ven12-top-container .button-blue-dark,.ven12-statement .ven12-top-container .button-blue-light{font-size:14px;padding:9px 15px}.ven12-statement .ven12-top-container .work-reports__data{color:#434343}@media(max-width:768px){.ven12-statement .ven12-top-container .work-reports__data{width:auto}}@media only screen and (max-width:tablet){.ven12-statement .ven12-top-container .work-reports__data{width:auto}}.ven12-statement .ven12-top-container .btn-lh-40{border-radius:8px;min-width:auto}.ven12-statement .ven12-top-container .buttons-right{display:flex;flex-wrap:wrap;gap:17px}@media(max-width:768px){.ven12-statement .ven12-top-container .buttons-right{width:100%}}@media only screen and (max-width:tablet){.ven12-statement .ven12-top-container .buttons-right{width:100%}}.ven12-statement .container{display:flex;flex-wrap:wrap}.ven12-statement__content-left{margin-right:auto;width:calc(100% - 507px)}@media(max-width:1440px){.ven12-statement__content-left{width:calc(100% - 480px)}}@media only screen and (max-width:laptop-large){.ven12-statement__content-left{width:calc(100% - 480px)}}@media(max-width:1200px){.ven12-statement__content-left{width:100%}}@media only screen and (max-width:laptop){.ven12-statement__content-left{width:100%}}.ven12-statement .h3{margin-bottom:15px}.ven12-statement .ven12-section__title .h3{margin-bottom:20px}.ven12-statement .ven12-form-select__fild-box{margin-bottom:40px;display:flex;align-items:center}@media(max-width:768px){.ven12-statement .ven12-form-select__fild-box{margin-bottom:30px;width:100%}}@media only screen and (max-width:tablet){.ven12-statement .ven12-form-select__fild-box{margin-bottom:30px;width:100%}}.ven12-statement .ven12-form-select__fild-box .select-item .css-hlgwow{padding-left:33px}.ven12-statement .ven12-form-select__fild-box .select-item .css-1dimb5e-singleValue,.ven12-statement .ven12-form-select__fild-box .select-item .css-1jqq78o-placeholder,.ven12-statement .ven12-form-select__fild-box .select-item .css-t3ipsp-control{color:#fff;font-size:16px;font-weight:700;line-height:19px}.ven12-statement .ven12-form-select__fild-box .select-item .css-13cymwt-control,.ven12-statement .ven12-form-select__fild-box .select-item .css-t3ipsp-control{background-color:#e44a4a;border-color:#e44a4a;border-radius:10px;min-height:40px}.ven12-statement .ven12-form-select__fild-box .select-item .css-t3ipsp-control{box-shadow:none}.ven12-statement .ven12-form-select__fild-box .select-item .css-19bb58m,.ven12-statement .ven12-form-select__fild-box .select-item .css-1cfo1cf{color:#fff}.ven12-statement .ven12-form-select__fild-box .select-item .css-19bb58m input,.ven12-statement .ven12-form-select__fild-box .select-item .css-1cfo1cf input{color:#fff!important}.ven12-statement .ven12-form-select__fild-box .select-item .css-15lsz6c-indicatorContainer:hover,.ven12-statement .ven12-form-select__fild-box .select-item .css-tj5bde-Svg{color:#fff;fill:#fff}.ven12-statement .ven12-form-select__fild-box .select-item .css-1wy0on6{margin-right:20px}.ven12-statement .pagination{justify-content:center}.ven12-statement .pagination__element__points{font-size:1.4rem}.ven12-statement .pagination__element__link{align-items:center;font-size:1.4rem;max-height:32px;height:32px;max-width:32px;padding:4px;width:100%;min-width:32px}.ven12-statement .pagination__arrow{max-height:32px;height:32px;max-width:32px;width:32px}.ven12-statement .pagination__arrow__link{padding:7px}.ven12-statement .articles__side{max-width:477px}@media(max-width:1440px){.ven12-statement .articles__side{max-width:450px}}@media only screen and (max-width:laptop-large){.ven12-statement .articles__side{max-width:450px}}@media(max-width:1200px){.ven12-statement .articles__side{max-width:100%}}@media only screen and (max-width:laptop){.ven12-statement .articles__side{max-width:100%}}.declaration-ven12__content-sm{font-size:12px;margin:40px 0}.allowed-user_declarations{margin-left:10px}.buy-new-declaration{margin-left:10px;background-color:#e44a4a;border-radius:10px;min-height:40px;align-items:center;cursor:pointer;display:flex;flex-wrap:wrap;justify-content:space-between;outline:0!important;position:relative;transition:all .1s;border:1px solid #e44a4a;box-sizing:border-box;padding:0 6px}.buy-new-declaration span{color:#fff;font-size:16px;font-weight:700;line-height:19px}.confirm-note{font-style:italic}.ven12-articles-side .meeting-schedule-ven12__events-wrapper .meeting-schedule-ven12__events .news-card-sm .accountancy-item__content__footer__company{max-width:unset!important;width:calc(100% - 7.1rem)!important;margin-top:10px}.link-item{color:#15528e;text-decoration:underline;cursor:pointer}.link-item:hover{color:#e44a4a}.comments-wrapper-gray{margin-top:40px}.comments-wrapper-gray__title-box{padding:0 0 24px;position:relative}.comments-wrapper-gray__title-box__title{font-weight:600;font-size:2.4rem}.comments-wrapper-gray__comments{margin-top:20px;padding:20px;background:#fff;border-radius:5px}.comments-wrapper-gray__comments__load-more{display:flex;align-items:center;justify-content:center}.comments-wrapper-gray__comments__load-more__action{margin:15px auto 0;font-weight:600;font-size:1.4rem;line-height:1.6rem;background:#15528e;border-radius:8px;padding:13px 20px 11px;color:#fff}.comments-wrapper-gray__form{width:100%;background:#f7f7f7;border-radius:5px;padding:20px 30px;margin-top:27px;display:flex;flex-direction:column}.comments-wrapper-gray__form .input-wrapper__text-area-box{margin-top:0}.comments-wrapper-gray__form_title{font-weight:700;font-size:1.8rem;line-height:2.4rem;margin-bottom:15px}.comments-wrapper-gray__form_text-area{width:100%;padding:10px 15px;border-radius:5px;font-weight:400;font-size:1.4rem;line-height:1.6rem;color:#000;background:#fff;margin-top:0}.comments-wrapper-gray__form_text-area:focus{box-shadow:0 0 5px 0 #15528e}@media(max-width:1200px){.comments-wrapper-gray__form__action-box{flex-direction:column-reverse;display:flex;align-items:center}}@media only screen and (max-width:laptop){.comments-wrapper-gray__form__action-box{flex-direction:column-reverse;display:flex;align-items:center}}.comments-wrapper-gray__form__action-box_help{text-align:center;margin:5px 30px;font-size:1.2rem;color:#000;font-weight:400}@media(max-width:1200px){.comments-wrapper-gray__form__action-box_help{margin:10px 0}}@media only screen and (max-width:laptop){.comments-wrapper-gray__form__action-box_help{margin:10px 0}}.comments-wrapper-gray__form__action-box_submit{margin:15px auto 0;font-weight:600;font-size:1.4rem;line-height:1.6rem;background:#15528e;border-radius:8px;padding:13px 20px 11px;color:#fff;transition:.2s ease-in-out;min-width:204px}@media(max-width:1200px){.comments-wrapper-gray__form__action-box_submit{margin:0 auto}}@media only screen and (max-width:laptop){.comments-wrapper-gray__form__action-box_submit{margin:0 auto}}.comments-wrapper-gray__form__action-box_submit:hover{background-color:#10406f}.comments-wrapper-gray-ven12 .review-list-labels{display:flex;flex-wrap:wrap;gap:15px}.comments-wrapper-gray-ven12 .review-list-labels .review-label{background:rgba(231,238,248,.41);border-radius:7px;color:#000;font-size:14px;font-weight:600;line-height:16px;padding:10px 15px;width:calc(50% - 7.5px)}@media(max-width:768px){.comments-wrapper-gray-ven12 .review-list-labels .review-label{width:100%}}@media only screen and (max-width:tablet){.comments-wrapper-gray-ven12 .review-list-labels .review-label{width:100%}}.create-comment-gray-form{width:100%;background:#f7f7f7;border-radius:5px;padding:20px 30px;margin-top:20px;display:flex;flex-direction:column}@media(max-width:480px){.create-comment-gray-form{padding:20px}}@media only screen and (max-width:phone-large){.create-comment-gray-form{padding:20px}}.create-comment-gray-form.--response{border:1px solid #e7e7e7;margin-top:0;margin-bottom:20px}.create-comment-gray-form .input-wrapper__text-area-box{margin:0 0 15px}.create-comment-gray-form_title{font-weight:700;font-size:18px;line-height:24px;margin-bottom:15px;display:flex;justify-content:space-between;align-items:center}.create-comment-gray-form_title_close{width:20px;height:20px}.create-comment-gray-form_text-area{width:100%;padding:10px 35px 10px 15px;border-radius:5px;font-weight:400;font-size:14px;line-height:16px;margin-top:0;color:#000;background:#fff}.create-comment-gray-form_text-area:focus{box-shadow:0 0 5px 0 #15528e}@media(max-width:1200px){.create-comment-gray-form__action-box{flex-direction:column-reverse;display:flex;align-items:center}}@media only screen and (max-width:laptop){.create-comment-gray-form__action-box{flex-direction:column-reverse;display:flex;align-items:center}}.create-comment-gray-form__action-box_help{text-align:center;margin:5px 30px;font-size:12px;color:#000;font-weight:400}@media(max-width:1200px){.create-comment-gray-form__action-box_help{margin:10px 0}}@media only screen and (max-width:laptop){.create-comment-gray-form__action-box_help{margin:10px 0}}.create-comment-gray-form__action-box_submit{margin:0 auto;font-weight:600;font-size:14px;line-height:16px;background:#15528e;border-radius:8px;padding:13px 20px 11px;color:#fff;transition:.2s ease-in-out;min-width:204px}@media(max-width:1200px){.create-comment-gray-form__action-box_submit{margin:0 auto}}@media only screen and (max-width:laptop){.create-comment-gray-form__action-box_submit{margin:0 auto}}.create-comment-gray-form__action-box_submit:hover{background-color:#10406f}.tooltips{position:absolute;bottom:100%;height:auto;left:-4px;flex-direction:column;visibility:hidden;padding-bottom:6px;transition:.3s ease-in-out;opacity:0;width:35rem}.tooltips-content{box-shadow:0 0 10px 3px rgba(0,0,0,.07);background:#fff;border-radius:5px;font-size:1.4rem;line-height:1.7rem;padding:16px 18px;width:100%}.tooltips-content p{margin-bottom:0!important}.tooltips-content a{color:#15528e;padding-left:.5rem}.tooltips-content a span{text-decoration:underline}.tooltips-content a:hover{color:#e44a4a}@media(max-width:480px){.tooltips{width:30rem}}@media only screen and (max-width:phone-large){.tooltips{width:30rem}}.tooltips:after{content:"";position:absolute;left:10px;top:calc(100% - 6px);width:0;height:0;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #fff;clear:both}.ven-12-relative{position:relative}.ven-12-relative button:focus+.tooltips,.ven-12-relative button:hover+.tooltips,.ven-12-relative:hover .tooltips{visibility:visible;opacity:1}.meeting-schedule-ven12{margin-bottom:40px;max-width:500px;margin-left:auto;margin-right:auto;width:100%}.meeting-schedule-ven12__header{display:flex;align-items:baseline;justify-content:space-between;margin-bottom:30px;border-bottom:1px solid #e6e6e6}.meeting-schedule-ven12__header a,.meeting-schedule-ven12__header h3{font-family:Roboto,sans-serif;font-weight:500;color:#000}.meeting-schedule-ven12__header h3{font-size:2rem;line-height:2.4rem;padding-bottom:20px;border-bottom:2px solid #e44a4a;width:165px;margin-bottom:-1px}.meeting-schedule-ven12__header a{display:flex;align-items:center;font-size:1.6rem;line-height:1.9rem;text-transform:uppercase}.meeting-schedule-ven12__header a:hover{color:#15528e}.meeting-schedule-ven12__header a i{color:#15528e;line-height:1.9rem;margin-left:10px}.meeting-schedule-ven12__loading-wrapper{overflow:hidden;position:relative}.meeting-schedule-ven12__loading-wrapper .loading-wrapper{position:static;height:200px}.meeting-schedule-ven12__events-listing{min-height:400px;height:100%;max-height:710px;background:#f7f7f7;border-radius:5px;padding:10px}@media screen and (min-width:365px){.meeting-schedule-ven12__events-listing{padding:34px 21px 29px}}@media screen and (min-width:992px){.meeting-schedule-ven12__events-listing{max-width:450px}}@media(min-width:1441px){.meeting-schedule-ven12__events-listing{max-width:477px}}@media only screen and (max-width:laptop-large-min){.meeting-schedule-ven12__events-listing{max-width:477px}}.meeting-schedule-ven12__tabs{display:flex;align-items:baseline;justify-content:space-between;border-bottom:1px solid #d9d8d8;margin-bottom:30px}.meeting-schedule-ven12__tabs button{font-family:Roboto;font-style:normal;font-weight:500;font-size:2rem;line-height:120%;color:#9a9a9a;background:none;outline:none;border:none;padding-bottom:12px;position:relative;text-align:center;width:217px}@media(max-width:768px){.meeting-schedule-ven12__tabs button{font-size:1.8rem}}@media only screen and (max-width:tablet){.meeting-schedule-ven12__tabs button{font-size:1.8rem}}@media(max-width:480px){.meeting-schedule-ven12__tabs button{font-size:1.6rem}}@media only screen and (max-width:phone-large){.meeting-schedule-ven12__tabs button{font-size:1.6rem}}.meeting-schedule-ven12__tabs button.active{color:#15528e;padding-bottom:12px}.meeting-schedule-ven12__tabs button.active:after{content:"";display:block;position:absolute;bottom:0;left:0;background:#15528e;border-radius:2px 2px 0 0;width:100%;height:3px}.meeting-schedule-ven12__tabs button:hover{color:#15528e}@media(max-width:768px){.meeting-schedule-ven12 .news-card-sm__title{font-size:1.6rem}}@media only screen and (max-width:tablet){.meeting-schedule-ven12 .news-card-sm__title{font-size:1.6rem}}.meeting-schedule-ven12 .news-card-md__date i,.meeting-schedule-ven12 .news-card-sm__date i{color:#acacac}.meeting-schedule-ven12__events{height:100%;max-height:585px;overflow-y:auto;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#e44a4a #eaeaea}.meeting-schedule-ven12__events::-webkit-scrollbar{width:6px;padding-top:30px;padding-bottom:20px}.meeting-schedule-ven12__events::-webkit-scrollbar-track{background-color:#eaeaea}.meeting-schedule-ven12__events::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}.meeting-schedule-ven12__events .news-card-sm{padding-bottom:20px;margin-bottom:15px;border-bottom:1px solid #e7e7e7;flex-direction:column}@media screen and (min-width:365px){.meeting-schedule-ven12__events .news-card-sm{flex-direction:row}}@media screen and (min-width:992px){.meeting-schedule-ven12__events .news-card-sm{max-width:380px}}.meeting-schedule-ven12__events .news-card-sm__img{border-radius:50%;width:80px;height:80px;margin-bottom:20px;overflow:hidden}@media screen and (min-width:365px){.meeting-schedule-ven12__events .news-card-sm__img{margin-bottom:0}}.meeting-schedule-ven12__events .news-card-sm__img span{border-radius:50%;width:80px!important;height:80px!important}.meeting-schedule-ven12__events .news-card-sm__img span img{width:80px!important;height:80px!important}.meeting-schedule-ven12__events .news-card-sm__content{margin-left:15px;max-width:calc(100% - 95px)}.meeting-schedule-ven12__events .news-card-sm__title{margin-bottom:7px}@media(max-width:768px){.meeting-schedule-ven12__events .news-card-sm__title{font-size:1.6rem}}@media only screen and (max-width:tablet){.meeting-schedule-ven12__events .news-card-sm__title{font-size:1.6rem}}.meeting-schedule-ven12__events .news-card-sm__attachments,.meeting-schedule-ven12__events .news-card-sm__date{font-family:Roboto,sans-serif;font-style:normal;font-weight:400;font-size:1.4rem;line-height:1.6rem;color:#6b6b6b;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.meeting-schedule-ven12__events .news-card-sm__date{margin-right:15px}.meeting-schedule-ven12__events .news-card-sm__date i{color:#acacac}.meeting-schedule-ven12__events .news-card-sm__date svg path{fill:#acacac}.meeting-schedule-ven12__events .news-card-sm__attachments i{color:#acacac;font-size:1rem;margin-right:6px}.popular-articles-ven12{margin-left:auto;margin-right:auto;max-width:500px;width:100%}.popular-articles-ven12 .popular-articles__pagination{display:flex;align-items:center;margin-left:auto}.popular-articles-ven12 select{max-width:140px}.popular-articles-ven12 .loading-wrapper{position:inherit}.popular-articles-ven12 .meeting-schedule-ven12__header{display:flex;align-items:baseline;margin-bottom:30px;border-bottom:1px solid #e6e6e6}.popular-articles-ven12 .meeting-schedule-ven12__header h3{font-family:Roboto,sans-serif;font-weight:500;color:#000;font-size:2rem;line-height:2.4rem;padding-bottom:23px;padding-right:2rem;border-bottom:2px solid #e44a4a;max-width:165px;margin-bottom:-1px;width:auto}@media(max-width:480px){.popular-articles-ven12 .meeting-schedule-ven12__header h3{font-size:1.8rem;line-height:2rem;padding-bottom:1rem}}@media only screen and (max-width:phone-large){.popular-articles-ven12 .meeting-schedule-ven12__header h3{font-size:1.8rem;line-height:2rem;padding-bottom:1rem}}.popular-articles-ven12 .meeting-schedule-ven12__events-wrapper{background:#f7f7f7;padding:10px;border-radius:5px;margin-bottom:3.8rem}@media(min-width:375px){.popular-articles-ven12 .meeting-schedule-ven12__events-wrapper{padding:31px 17px 30px 22px}}@media only screen and (max-width:phone){.popular-articles-ven12 .meeting-schedule-ven12__events-wrapper{padding:31px 17px 30px 22px}}.popular-articles-ven12 .meeting-schedule-ven12__events{height:100%}.ven12-normative-acts-container .h3{margin-bottom:20px}.ven12-normative-acts-container .normative-acts-list{display:flex;gap:16px;flex-wrap:wrap;margin-bottom:40px}.ven12-normative-acts-container .normative-acts-list .normative-acts-list__item{align-items:center;background:#f7f7f7;border-radius:7px;color:#000;display:flex;justify-content:space-between;font-size:14px;font-weight:600;line-height:17px;padding:16px 17px;width:calc(33.33% - 11px)}@media(max-width:768px){.ven12-normative-acts-container .normative-acts-list .normative-acts-list__item{width:calc(50% - 8px)}}@media only screen and (max-width:tablet){.ven12-normative-acts-container .normative-acts-list .normative-acts-list__item{width:calc(50% - 8px)}}@media only screen and (max-width:phone-small){.ven12-normative-acts-container .normative-acts-list .normative-acts-list__item{width:100%}}@media(max-width:374px){.ven12-normative-acts-container .normative-acts-list .normative-acts-list__item{width:100%}}.ven12-normative-acts-container .normative-acts-list .normative-acts-list__item span{max-width:calc(100% - 24px);transition:none}.ven12-normative-acts-container .normative-acts-list .normative-acts-list__item i{color:#15528e}.ven12-normative-acts-container .normative-acts-list .normative-acts-list__item:hover{background:#15528e;color:#fff}.ven12-normative-acts-container .normative-acts-list .normative-acts-list__item:hover i{color:#fff}.declaration-ven12__block{margin-bottom:30px}.declaration-ven12__thead{color:#001d29;display:flex;flex-direction:row;gap:30px;font-size:14px;font-weight:400;line-height:20px;margin-bottom:11px;width:100%}@media(max-width:1440px){.declaration-ven12__thead{gap:10px}}@media only screen and (max-width:laptop-large){.declaration-ven12__thead{gap:10px}}@media(max-width:768px){.declaration-ven12__thead{display:none}}@media only screen and (max-width:tablet){.declaration-ven12__thead{display:none}}.declaration-ven12__thead-number{margin-left:13px}.declaration-ven12__thead-name{width:77px}@media(max-width:1440px){.declaration-ven12__thead-name{margin-left:55px}}@media only screen and (max-width:laptop-large){.declaration-ven12__thead-name{margin-left:55px}}.declaration-ven12__thead-year{text-align:center;width:52px}.declaration-ven12__thead-status{text-align:center;width:88px}.declaration-ven12__item{background-color:rgba(231,238,248,.41);border-radius:7px;display:flex;flex-direction:row;justify-content:space-between;gap:10px;padding:12px 14px;margin-bottom:20px}.declaration-ven12__item .fas.fa-times{color:red}.declaration-ven12__item .fas.fa-check{color:green}@media(max-width:768px){.declaration-ven12__item{flex-wrap:wrap}}@media only screen and (max-width:tablet){.declaration-ven12__item{flex-wrap:wrap}}.declaration-ven12__item-information{align-items:center;display:flex;flex-direction:row;gap:30px}@media(max-width:1440px){.declaration-ven12__item-information{gap:10px}}@media only screen and (max-width:laptop-large){.declaration-ven12__item-information{gap:10px}}@media(max-width:768px){.declaration-ven12__item-information{justify-content:center;flex-wrap:wrap;width:100%}}@media only screen and (max-width:tablet){.declaration-ven12__item-information{justify-content:center;flex-wrap:wrap;width:100%}}.declaration-ven12__item-buttons{align-items:center;display:flex;flex-direction:row;justify-content:flex-end;gap:12px}@media(max-width:1440px){.declaration-ven12__item-buttons{gap:8px}}@media only screen and (max-width:laptop-large){.declaration-ven12__item-buttons{gap:8px}}@media(max-width:768px){.declaration-ven12__item-buttons{justify-content:center;flex-wrap:wrap;max-width:40rem;margin-left:auto;margin-right:auto;width:100%}}@media only screen and (max-width:tablet){.declaration-ven12__item-buttons{justify-content:center;flex-wrap:wrap;max-width:40rem;margin-left:auto;margin-right:auto;width:100%}}.declaration-ven12__item-buttons .mark-item .mark-item_label{background:transparent;padding:0;margin-left:0!important}.declaration-ven12__item-isues{color:#959595;font-size:16px;padding-left:10px}@media(max-width:1440px){.declaration-ven12__item-isues{padding-left:0}}@media only screen and (max-width:laptop-large){.declaration-ven12__item-isues{padding-left:0}}.declaration-ven12__item-title{color:#000;font-size:14px;font-weight:500;line-height:17px;width:110px}@media(max-width:768px){.declaration-ven12__item-title{text-align:center;width:100%}}@media only screen and (max-width:tablet){.declaration-ven12__item-title{text-align:center;width:100%}}.declaration-ven12__item-label{min-width:88px}.declaration-ven12__item .item-label{background:#e5ecf4;border-radius:6px;padding:9.5px 10px;font-size:14px;font-weight:500;line-height:17px;text-align:center}.declaration-ven12__item .btn-white{align-items:center;border:none;border-radius:6px;background:#fff;color:#15528e;display:flex;justify-content:center;font-size:14px;font-weight:400;line-height:17px;padding:10px;gap:11px}@media(max-width:768px){.declaration-ven12__item .btn-white{width:100%}}@media only screen and (max-width:tablet){.declaration-ven12__item .btn-white{width:100%}}.declaration-ven12__item .btn-white:hover{background:rgba(21,82,142,.1)}.declaration-ven12__item .btn-square-white{align-items:center;border-radius:6px;background:#fff;color:#15528e;display:flex;height:36px;justify-content:center;font-size:16px;transition:.3s ease-in-out;width:36px}.declaration-ven12__item .btn-square-white:hover{background:rgba(21,82,142,.1)}.popconfirm_buttons{display:flex;flex-direction:column}.popconfirm_buttons .primary{background-color:#15528e!important;margin-right:15px}.popconfirm_buttons .secondary{background-color:#e44a4a}.buttons-declaration{display:flex;justify-content:center;margin-top:15px}.declaration-ven12__item-title,.ven12-aside-nav-link{display:flex;flex-direction:column}.ven12-aside-nav-link{margin-bottom:3.5rem}.ven12-aside-nav-link___item{align-items:center;background:#f5f8fc;border-radius:5px;color:#000;display:flex;flex-direction:row;justify-content:space-between;font-size:16px;font-weight:500;line-height:19px;padding:16px 30px 16px 25px;margin-bottom:15px;width:100%}.ven12-aside-nav-link___item span{transition:none}.ven12-aside-nav-link___item i{color:#15528e}.ven12-aside-nav-link___item:hover{background:#15528e;color:#fff}.ven12-aside-nav-link___item:hover i{color:#fff}.pay-modal-wrapper{max-width:600px;width:100%}.pay-modal-wrapper .checkbox-container-item{padding-bottom:25px}.pay-modal-wrapper .checkbox-container-item .sign-up-wrapper__content__form__box{margin:0}.pay-modal-wrapper .checkbox-container-item>p{padding-left:40px;padding-top:5px}.select-wrapper{position:relative}.buy-declaration--button{margin:0 auto;font-weight:600;font-size:14px;line-height:16px;background:#15528e;border-radius:8px;padding:13px 20px 11px;color:#fff;min-width:204px}.declaration-payment{display:flex;justify-content:space-between;margin-bottom:1rem}.buy-declaration--button_container{width:100%;display:flex;justify-content:center;align-items:center}.sign-up-wrapper__content__form__input::-webkit-inner-spin-button,.sign-up-wrapper__content__form__input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.questions-answers{padding-top:92px;background-color:#fff;position:relative;z-index:2;padding-left:39px;display:block}@media(max-width:1024px){.questions-answers{padding-left:20px}}@media only screen and (max-width:tablet-large){.questions-answers{padding-left:20px}}@media(max-width:768px){.questions-answers{padding-top:3rem;padding-left:0}}@media only screen and (max-width:tablet){.questions-answers{padding-top:3rem;padding-left:0}}.questions-answers__title{font-family:Roboto,sans-serif;font-weight:600;font-size:2.4rem;line-height:2.8rem;text-transform:uppercase;margin-bottom:16px}.questions-answers__info-wrapper{display:flex;flex-wrap:wrap}.questions-answers__info-wrapper__label-primary{padding:5px 20px;background:#15528e;border-radius:5px;font-weight:700;font-size:1.4rem;line-height:1.6rem;text-transform:uppercase;color:#fff;margin:0 10px 9px 0}.questions-answers__info-wrapper__label-primary__span{font-weight:400}.questions-answers__info-wrapper__label-expire{padding:5px 20px;background:#e44a4a;border-radius:5px;font-weight:600;font-size:1.6rem;line-height:1.9rem;color:#fff;margin:0 10px 9px 0}.questions-answers__question{margin-top:44px;font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:2.4rem;color:#000}.questions-answers__question__title{font-weight:600;font-size:1.6rem;line-height:1.9rem;color:#262626;margin-bottom:10px}.questions-answers__question__paragraph{margin-bottom:20px}.questions-answers__question__paragraph strong{font-weight:600!important}.questions-answers__form-wrapper{display:flex;flex-direction:column;width:100%;background:#f7f7f7;border-radius:5px;padding:45px 60px 23px 53px;margin:71px 0 26px}.questions-answers__form-wrapper__title{margin-bottom:20px;font-weight:400;font-size:15px;line-height:18px;color:#555}.questions-answers__form-wrapper__form{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:768px){.questions-answers__form-wrapper__form{justify-content:center}}@media only screen and (max-width:tablet){.questions-answers__form-wrapper__form{justify-content:center}}.questions-answers__form-wrapper__form__input-container{width:49%}@media(max-width:768px){.questions-answers__form-wrapper__form__input-container{width:100%}}@media only screen and (max-width:tablet){.questions-answers__form-wrapper__form__input-container{width:100%}}.questions-answers__form-wrapper__form__input-container .input-wrapper__input-box{margin:5px 0}.questions-answers__form-wrapper__form__input-container_input{margin:5px 0;padding:10px 15px;min-height:42px;width:100%;background:#fff;border-radius:5px;font-weight:500;font-size:1.5rem;font-family:Roboto,sans-serif;line-height:1.8rem;color:#000}.questions-answers__form-wrapper__form__input-container_input::-moz-placeholder{color:#787676}.questions-answers__form-wrapper__form__input-container_input:-ms-input-placeholder{color:#787676}.questions-answers__form-wrapper__form__input-container_input::placeholder{color:#787676}.questions-answers__form-wrapper__form__text-area-container{width:100%}.questions-answers__form-wrapper__form__text-area-container_text-area{border-radius:5px;width:100%;padding:10px 15px 9.5px;font-family:Roboto,sans-serif;font-weight:500;font-size:1.5rem}.questions-answers__form-wrapper__form__text-area-container_text-area::-moz-placeholder{color:#787676}.questions-answers__form-wrapper__form__text-area-container_text-area:-ms-input-placeholder{color:#787676}.questions-answers__form-wrapper__form__text-area-container_text-area::placeholder{color:#787676}.questions-answers__form-wrapper__form__text-area-container .input-wrapper__icon{top:19px;width:20px}.questions-answers__form-wrapper__form__text-area-container .input-wrapper__text-area-box{margin:8px 0}.questions-answers__form-wrapper__form__button{background:#e44a4a;border-radius:5px;font-weight:500;font-size:1.6rem;line-height:1.9rem;text-align:center;color:#fff;padding:10.5px 20px;min-width:200px;margin:16px 0}.questions-answers__form-wrapper__form__button:hover{background:#df2b2b}.questions-answers__load-more{display:flex;align-items:center;justify-content:center;margin:10px auto}.questions-answers__load-more__action{font-weight:600;font-size:1.4rem;line-height:1.6rem;background:#15528e;border-radius:8px;padding:13px 20px 11px;color:#fff}.question-sub{margin-top:2rem}.personal-date{margin-top:7.9rem}.personal-date__information{display:flex;margin-bottom:2.8rem;align-items:center}.personal-date__title{font-family:Roboto,sans-serif;font-weight:600;font-size:2.4rem;line-height:2.8rem;text-transform:uppercase;margin-right:1.8rem}.personal-date__id{background:#e7eef8;width:100%;max-width:17.5rem;height:3.7rem}.personal-date__id p{align-items:center;justify-content:center;text-align:center;margin-top:.7rem;font-family:Roboto,sans-serif;font-weight:400;font-size:2rem;line-height:2.3rem;color:#15528e}@media only screen and (max-width:phone-small){.personal-date__id p{font-size:1.6rem}}@media(max-width:374px){.personal-date__id p{font-size:1.6rem}}@media(min-width:769px){.personal-date .video-cta{max-width:37.3rem;margin-left:4%;margin-top:4.5rem}}@media only screen and (max-width:tablet-min){.personal-date .video-cta{max-width:37.3rem;margin-left:4%;margin-top:4.5rem}}.personal-date .data-recording{display:flex}.personal-date .data-recording__content{max-width:960px;width:100%}@media(max-width:768px){.personal-date .data-recording{flex-flow:column nowrap}}@media only screen and (max-width:tablet){.personal-date .data-recording{flex-flow:column nowrap}}.personal-date .data-recording__form{display:flex;flex-wrap:wrap;justify-content:space-between}.personal-date .data-recording__form__input{width:100%;max-width:46.6rem;height:6rem;background:#fff;border-radius:.5rem;padding-left:1.5rem;padding-right:3.9rem;border:1px solid #73838a;border-radius:.4rem}@media only screen and (max-width:992px){.personal-date .data-recording__form__input{width:100%}}@media(max-width:768px){.personal-date .data-recording__form__input{max-width:100%}}@media only screen and (max-width:tablet){.personal-date .data-recording__form__input{max-width:100%}}.personal-date .data-recording__box{position:relative;width:calc(50% - 14px)}@media(max-width:1024px){.personal-date .data-recording__box{width:100%}}@media only screen and (max-width:tablet-large){.personal-date .data-recording__box{width:100%}}.personal-date .data-recording__box p{position:absolute;top:3.6rem;margin-left:10px;background-color:#fff;color:#73838a;font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;padding:0 .5rem}.personal-date .data-recording__submit-box{display:flex;justify-content:center;width:calc(50% - 14px)}@media(max-width:1024px){.personal-date .data-recording__submit-box{width:100%}}@media only screen and (max-width:tablet-large){.personal-date .data-recording__submit-box{width:100%}}.personal-date .data-recording .last-child{position:absolute;top:10.5rem}@media(max-width:1024px){.personal-date .data-recording .last-child{margin-left:0;position:relative;top:0}}@media only screen and (max-width:tablet-large){.personal-date .data-recording .last-child{margin-left:0;position:relative;top:0}}.personal-date .data-recording .text-new-password{top:14.1rem}@media(max-width:1024px){.personal-date .data-recording .text-new-password{top:3.7rem}}@media only screen and (max-width:tablet-large){.personal-date .data-recording .text-new-password{top:3.7rem}}.personal-date .data-recording__form-save{background:#15528e;border-radius:.8rem;width:100%;max-width:20.4rem;height:4rem;color:#fff;margin-top:3rem;font-weight:600;font-size:1.4rem}.personal-date .data-recording__form-save:disabled{opacity:.3;cursor:not-allowed}.personal-date .data-recording .change-password{margin-bottom:12.4rem}@media(max-width:768px){.personal-date .data-recording .change-password{margin-bottom:3rem}}@media only screen and (max-width:tablet){.personal-date .data-recording .change-password{margin-bottom:3rem}}.personal-date .data-recording .change-password h6{font-family:Roboto,sans-serif;font-style:normal;font-weight:600;font-size:1.6rem;line-height:1.9rem;margin-top:4.8rem}.personal-date form.data-recording__form.section-password{position:relative}.terms-profile{max-width:100%;padding-top:7.3rem;padding-left:41px}.terms-profile .loading-wrapper{position:inherit}@media(max-width:1024px){.terms-profile{padding-left:20px}}@media only screen and (max-width:tablet-large){.terms-profile{padding-left:20px}}@media(max-width:768px){.terms-profile{padding-left:0;padding-top:3rem}}@media only screen and (max-width:tablet){.terms-profile{padding-left:0;padding-top:3rem}}.terms-profile .subscription-button{margin-right:1.7rem;margin-bottom:3rem}@media(max-width:768px){.terms-profile .subscription-button{padding:1.77rem 2rem}}@media only screen and (max-width:tablet){.terms-profile .subscription-button{padding:1.77rem 2rem}}@media(max-width:768px){.terms-profile .button-blue-border,.terms-profile .button-danger-border{padding:1.5rem 2rem}}@media only screen and (max-width:tablet){.terms-profile .button-blue-border,.terms-profile .button-danger-border{padding:1.5rem 2rem}}.terms-profile .information-title{align-items:center;margin-bottom:3rem;display:flex;flex-direction:row}.terms-profile .information-title i,.terms-profile .information-title img{margin-right:1rem}.terms-profile .content-block h1,.terms-profile .content-block h2,.terms-profile .content-block h3,.terms-profile .content-block h4,.terms-profile .content-block h5,.terms-profile .content-block h6{font-weight:600}.terms-profile .content-block h1{font-size:3rem}.terms-profile .content-block h2{font-size:2.4rem}.terms-profile .content-block h3{font-size:2rem}.terms-profile .content-block h4{font-size:1.8rem}.terms-profile .content-block h5{font-size:1.6rem}.terms-profile .content-block h6{font-size:1.4rem}.terms-profile .content-block p{font-size:1.6rem;line-height:2.4rem}@media(max-width:768px){.terms-profile .buttons-top{flex-wrap:wrap-reverse}}@media only screen and (max-width:tablet){.terms-profile .buttons-top{flex-wrap:wrap-reverse}}.terms-profile .buttons-top .information-title{color:#434343;font-size:2rem;font-weight:700;line-height:2.3rem}@media(max-width:768px){.terms-profile .buttons-top .information-title{margin-bottom:2rem;width:100%}}@media only screen and (max-width:tablet){.terms-profile .buttons-top .information-title{margin-bottom:2rem;width:100%}}.terms-profile .buttons-bottom .information-title{color:#272727;font-size:1.6rem;line-height:1.9rem}.terms-profile .buttons-bottom .information-title i{color:#e44a4a;font-size:1.6rem;margin-right:7px}.mw-23{min-width:23rem}.subscription-button{background-color:#15528e;color:#fff;cursor:default;font-weight:700;text-align:center;min-width:252px}.alerts-note{margin-top:1rem}.profile-alert-modal{border-radius:0;max-width:140rem;width:100%}.profile-alert-modal .close{background-color:#fff;border-radius:50%;height:5rem;padding:0;top:1rem!important;left:calc(100% - 5.7rem);width:5rem}@media(max-width:1024px){.profile-alert-modal .close{height:4rem;position:absolute!important;width:4rem}}@media only screen and (max-width:tablet-large){.profile-alert-modal .close{height:4rem;position:absolute!important;width:4rem}}.profile-alert-modal .close path,.profile-alert-modal .close svg{height:100%;width:100%}.alert-terms-profile{background-color:#fff;max-height:99vh;padding:3rem 6rem 1rem 3rem;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#e44a4a #eaeaea}.alert-terms-profile::-webkit-scrollbar{width:6px;padding-top:30px;padding-bottom:20px}.alert-terms-profile::-webkit-scrollbar-track{background-color:#eaeaea}.alert-terms-profile::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}.alert-terms-profile .container{padding:0}.alert-terms-profile .top-filter button,.alert-terms-profile .top-filter select{padding:9.5px 15px;font-size:1.4rem;line-height:1.6rem;margin-bottom:1.5rem}.alert-terms-profile .top-filter .button{margin-right:5.4rem}@media(max-width:768px){.alert-terms-profile .top-filter .button{height:-moz-max-content;height:max-content;margin-top:1rem}}@media only screen and (max-width:tablet){.alert-terms-profile .top-filter .button{height:-moz-max-content;height:max-content;margin-top:1rem}}.alert-terms-profile .top-filter .button.ml-auto{margin:0 0 10px auto}.alert-terms-profile .top-filter select{-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAB4AAAAwCAQAAACsnwJvAAAABGdBTUEAALGPC/xhBQAAACBjSFJNAAB6JgAAgIQAAPoAAACA6AAAdTAAAOpgAAA6mAAAF3CculE8AAAAAmJLR0QA/4ePzL8AAAAHdElNRQfkDAEOERkBYd+KAAAA+ElEQVRIx+3RMW7CMABG4ecQMbBUAvUK7Q0qIdELcAJ25wSMnVAHxp6AHKAn6AEAJVcwV2CJ1IoBgsKQBAKxI0y3yP/+yc82uLm5tWUi/Af2YU/3mZ6l2x23HXzoTvjgicyml6Qz51uEfX54e6A5ZuxxIHnowgkHj19mKGuq+OTPAyICS66QROABsLLiCsk6fzeKnx6x4NWGSgRUeMjL/bTIlpzjN/fT8s4lXzZyRVCl5Nn5ivh3Ftp4RcCqSq9wI9fQG2zkG2Sd1rCWG+j5wS6rPZ0yUc3JldOHTMn4ItZTA4aQDAE+kJqoJruMF+whJR0YqZtbe3cCiftNFkVXafIAAAAldEVYdGRhdGU6Y3JlYXRlADIwMjAtMTItMDFUMTQ6MTc6MjUrMDA6MDDd3q1XAAAAJXRFWHRkYXRlOm1vZGlmeQAyMDIwLTEyLTAxVDE0OjE3OjI1KzAwOjAwrIMV6wAAAABJRU5ErkJggg==");background-size:9px 16px;background-repeat:no-repeat;background-position:91% 44%;color:#6b6a6a;font-weight:300;margin:0 10px 10px;min-width:13.3rem}.alert-terms-profile .top-filter select.mw-10{min-width:10rem}.alert-terms-profile .top-filter .label-item{font-weight:500;font-size:1.8rem;line-height:2.1rem;margin-right:20px}.alert-terms-profile .dtqzBx div:first-child,.alert-terms-profile .hbotQl{white-space:inherit}.alert-terms-profile .iSAVrt{background-color:#f3f3f3}.alert-terms-profile .cxcOiE:not(:last-of-type){border-bottom-color:#e3e3e3}.alert-terms-profile .rdt_TableCell,.alert-terms-profile .rdt_TableCol{color:#000;min-width:40px;font-size:1.6rem;line-height:1.9rem;align-self:flex-start;justify-content:flex-start;padding:17px 0 17px 15px}.alert-terms-profile .rdt_TableCell:first-child,.alert-terms-profile .rdt_TableCol:first-child{max-width:70px}.alert-terms-profile .rdt_TableRow .rdt_TableCell:not(:first-child){padding:22px 0 12px 10px}.alert-terms-profile .bBpdsi,.alert-terms-profile .feGxUP,.alert-terms-profile .gnetL,.alert-terms-profile .sc-kDvujY{padding:0;font-size:0;margin-left:.4rem;color:transparent}.alert-terms-profile .bBpdsi:before,.alert-terms-profile .feGxUP:before,.alert-terms-profile .gnetL:before,.alert-terms-profile .sc-kDvujY:before{content:"";color:#000;font-family:Font Awesome\ 5 Free;font-weight:900;font-size:1.2rem;line-height:2.9rem;position:relative}.alert-terms-profile .rdt_tableCell{align-items:flex-start}.alert-terms-profile .label-wrapper__checkbox{border:2px solid #a5a5a5;border-radius:4px;width:28px;height:28px}.alert-terms-profile .scroll-item{min-height:250px;margin-bottom:1rem}.alert-terms-profile .scroll-item ::-webkit-scrollbar{width:6px;padding-top:30px;padding-bottom:20px}.alert-terms-profile .scroll-item ::-webkit-scrollbar-track{background-color:#eaeaea}.alert-terms-profile .scroll-item ::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}@media(min-width:1025px){.alert-terms-profile .scroll-item .rdt_TableBody{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#e44a4a #eaeaea;max-height:calc(100vh - 34rem);min-height:40rem}}@media only screen and (max-width:tablet-large-min){.alert-terms-profile .scroll-item .rdt_TableBody{overflow-x:auto;scrollbar-width:thin;scrollbar-color:#e44a4a #eaeaea;max-height:calc(100vh - 34rem);min-height:40rem}}.alert-terms-profile .scroll-item .rdt_TableBody * a{color:#15528e!important;cursor:pointer!important}.alert-terms-profile .scroll-item .rdt_TableBody * a span{color:#15528e!important}.alert-terms-profile .scroll-item .rdt_TableBody * a:hover,.alert-terms-profile .scroll-item .rdt_TableBody * a:hover span{color:#e44a4a!important}.alert-terms-profile .scroll-item .rdt_TableBody p{margin-bottom:2rem}.alert-terms-profile .scroll-item .rdt_TableBody p>div{white-space:unset;overflow:hidden}.alert-terms-profile .scroll-item .rdt_TableBody b,.alert-terms-profile .scroll-item .rdt_TableBody strong{font-weight:700}.alert-terms-profile .scroll-item .rdt_TableBody i{font-style:italic}.alert-terms-profile .scroll-item .rdt_TableRow{min-height:auto}.alert-terms-profile .scroll-item a{color:#15528e;font-size:1.6rem;line-height:1.9rem;text-decoration:underline}.alert-terms-profile .scroll-item a:hover{color:#e44a4a}.alert-terms-profile .bottom-buttons button{margin:0 1.2rem 1rem;min-width:20rem}.alert-terms-profile .rdt_TableCol,.alert-terms-profile .rdt_TableCol_Sortable{align-items:flex-start;font-size:1.5rem}.rdt_TableCell div{white-space:unset!important}.mobile-grid{display:flex;flex-direction:column}.mobile-grid__body-item{padding:15px 0;border-top:1px solid #ececec}.mobile-grid__body-item:first-child{border:0}.mobile-grid__body-item__title{font-size:16px;font-weight:600;margin:5px 0}.mobile-grid__body-item__text{font-size:14px}.mobile-grid-collapse{width:100%;display:flex;align-items:center;justify-content:space-between;background-color:transparent;padding:18px 20px;min-height:60px;border:1px solid #ececec;font-size:1.6rem;font-family:Roboto,sans-serif;font-weight:600;border-radius:5px;margin-bottom:10px}.mobile-grid-collapse.--active{margin-bottom:0}.mobile-grid-collapse__icon.--active{transform:rotate(180deg)}.mobile-grid-collapse-body{border:1px solid #ececec;background-color:#fbf9f9;border-radius:5px;padding:18px 20px;margin-bottom:10px}.profile-journal{padding-top:5.6rem;background-color:#fff;position:relative;z-index:2;padding-left:34px;display:block}.profile-journal .loading-wrapper{position:inherit}@media(max-width:1024px){.profile-journal{padding-left:20px}}@media only screen and (max-width:tablet-large){.profile-journal{padding-left:20px}}@media(max-width:768px){.profile-journal{padding-top:3rem;padding-left:0}}@media only screen and (max-width:tablet){.profile-journal{padding-top:3rem;padding-left:0}}.profile-journal__text{font-family:Roboto,sans-serif;font-size:1.6rem;line-height:2.4rem}.profile-journal__text h5{margin-bottom:12px}.profile-journal__subscription-end{color:red;margin-bottom:1rem}.profile-journal .included-services{margin-top:3rem;display:flex;margin-bottom:2rem}@media(max-width:1200px){.profile-journal .included-services{margin-bottom:40px;flex-direction:column}}@media only screen and (max-width:laptop){.profile-journal .included-services{margin-bottom:40px;flex-direction:column}}.profile-journal .included-services__service{border-radius:10px;max-width:427px;width:45%;margin-right:23px;margin-bottom:10.7rem}@media(max-width:1440px){.profile-journal .included-services__service{width:40%}}@media only screen and (max-width:laptop-large){.profile-journal .included-services__service{width:40%}}@media(max-width:1200px){.profile-journal .included-services__service{max-width:100%;width:100%}}@media only screen and (max-width:laptop){.profile-journal .included-services__service{max-width:100%;width:100%}}@media(max-width:768px){.profile-journal .included-services__service{margin-bottom:3rem;margin-right:0}}@media only screen and (max-width:tablet){.profile-journal .included-services__service{margin-bottom:3rem;margin-right:0}}.profile-journal .included-services__service hr{border:none;border-bottom:1px solid #ddd;margin-bottom:32px;margin-top:2px}.profile-journal .included-services__service h2{font-family:Roboto,sans-serif;font-weight:700;font-size:2.4rem;line-height:2.8rem;text-transform:uppercase;margin-bottom:5rem}.profile-journal .included-services__service ul{list-style-type:disc;font-family:Roboto,sans-serif;font-size:1.6rem;line-height:4rem;padding-left:20px}.profile-journal .included-services__service ul li{line-height:20px;min-height:50px}.profile-journal .included-services__all-services{display:flex;gap:20px;flex-wrap:wrap;width:55%}@media(max-width:1440px){.profile-journal .included-services__all-services{width:60%}}@media only screen and (max-width:laptop-large){.profile-journal .included-services__all-services{width:60%}}@media(max-width:1200px){.profile-journal .included-services__all-services{flex-flow:column nowrap;width:100%}}@media only screen and (max-width:laptop){.profile-journal .included-services__all-services{flex-flow:column nowrap;width:100%}}.profile-journal .included-services__standard{background-color:#f7f7f7;width:100%;height:-moz-fit-content;height:fit-content;max-width:248px}@media(min-width:1201px){.profile-journal .included-services__standard{width:calc(50% - 10px)}}@media only screen and (max-width:laptop-min){.profile-journal .included-services__standard{width:calc(50% - 10px)}}@media(max-width:1200px){.profile-journal .included-services__standard{max-width:100%}}@media only screen and (max-width:laptop){.profile-journal .included-services__standard{max-width:100%}}.profile-journal .included-services__standard .standard-blue{height:82px;background-color:#15528e;border-radius:10px 10px 0 0;justify-content:center;align-items:center;text-align:center;text-transform:uppercase;width:100%;display:flex;position:relative}@media(max-width:1200px){.profile-journal .included-services__standard .standard-blue{width:100%!important}}@media only screen and (max-width:laptop){.profile-journal .included-services__standard .standard-blue{width:100%!important}}.profile-journal .included-services__standard .standard-blue h4{align-items:center;justify-content:center;text-align:center;font-family:Roboto,sans-serif;font-weight:700;font-size:1.6rem;line-height:1.9rem;color:#fff}.profile-journal .included-services__standard .standard-blue:after{content:"";position:absolute;left:46%;top:99%;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:14px solid #15528e;clear:both}@media(max-width:1200px){.profile-journal .included-services__standard .standard-blue:after{left:47%}}@media only screen and (max-width:laptop){.profile-journal .included-services__standard .standard-blue:after{left:47%}}.profile-journal .included-services__standard .elements-include{font-weight:600;font-size:1.6rem;line-height:4rem;margin-top:33px;padding-left:1rem;padding-right:1rem;text-align:center}@media(max-width:1200px){.profile-journal .included-services__standard .elements-include{display:flex;flex-direction:column;justify-content:center;align-items:center}}@media only screen and (max-width:laptop){.profile-journal .included-services__standard .elements-include{display:flex;flex-direction:column;justify-content:center;align-items:center}}.profile-journal .included-services__standard .elements-include li{line-height:1;min-height:50px}.profile-journal .included-services__standard .elements-include li:last-child{line-height:1.9rem;margin-bottom:2.3rem}@media(max-width:1200px){.profile-journal .included-services__standard .elements-include li{align-items:flex-start;line-height:2.1rem;display:flex;justify-content:flex-start;text-align:left;width:100%}}@media only screen and (max-width:laptop){.profile-journal .included-services__standard .elements-include li{align-items:flex-start;line-height:2.1rem;display:flex;justify-content:flex-start;text-align:left;width:100%}}.profile-journal .included-services__standard .elements-include li strong{font-weight:600;line-height:21px;min-width:21px;text-align:center}.profile-journal .included-services__standard .elements-include__text{display:none}@media(max-width:1200px){.profile-journal .included-services__standard .elements-include__text{display:block;font-weight:400;font-size:1.4rem;line-height:2.1rem;margin-left:10px;max-width:calc(100% - 31px)}}@media only screen and (max-width:laptop){.profile-journal .included-services__standard .elements-include__text{display:block;font-weight:400;font-size:1.4rem;line-height:2.1rem;margin-left:10px;max-width:calc(100% - 31px)}}.profile-journal .included-services__premium{background-color:#f7f7f7;width:100%;height:-moz-fit-content;height:fit-content;border-radius:10px;max-width:248px}@media(min-width:1201px){.profile-journal .included-services__premium{width:calc(50% - 10px)}}@media only screen and (max-width:laptop-min){.profile-journal .included-services__premium{width:calc(50% - 10px)}}@media(max-width:1200px){.profile-journal .included-services__premium{max-width:100%}}@media only screen and (max-width:laptop){.profile-journal .included-services__premium{max-width:100%}}.profile-journal .included-services__premium .premium-red{height:82px;width:100%;background-color:#e44a4a;border-radius:10px 10px 0 0;align-items:center;justify-content:center;display:flex;position:relative;text-transform:uppercase}@media only screen and (max-width:1222px){.profile-journal .included-services__premium .premium-red{width:232px!important}}@media(max-width:1200px){.profile-journal .included-services__premium .premium-red{width:100%!important}}@media only screen and (max-width:laptop){.profile-journal .included-services__premium .premium-red{width:100%!important}}.profile-journal .included-services__premium .premium-red h4{align-items:center;justify-content:center;text-align:center;font-family:Roboto,sans-serif;font-weight:700;font-size:1.6rem;line-height:1.9rem;color:#fff}.profile-journal .included-services__premium .premium-red:after{content:"";position:absolute;left:46%;top:99%;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:14px solid #e44a4a;clear:both}@media(max-width:1200px){.profile-journal .included-services__premium .premium-red:after{left:47%}}@media only screen and (max-width:laptop){.profile-journal .included-services__premium .premium-red:after{left:47%}}.profile-journal .included-services__premium .elements-include{font-weight:600;font-size:1.6rem;line-height:4rem;margin-top:33px;padding-left:1rem;padding-right:1rem;text-align:center}@media(max-width:1200px){.profile-journal .included-services__premium .elements-include{display:flex;flex-direction:column;align-items:center;text-align:left}}@media only screen and (max-width:laptop){.profile-journal .included-services__premium .elements-include{display:flex;flex-direction:column;align-items:center;text-align:left}}.profile-journal .included-services__premium .elements-include li{line-height:1;min-height:50px}.profile-journal .included-services__premium .elements-include li:last-child{line-height:1.9rem;margin-bottom:2.3rem}@media(max-width:1200px){.profile-journal .included-services__premium .elements-include li{align-items:flex-start;line-height:2.1rem;display:flex;justify-content:flex-start;text-align:left;width:100%}}@media only screen and (max-width:laptop){.profile-journal .included-services__premium .elements-include li{align-items:flex-start;line-height:2.1rem;display:flex;justify-content:flex-start;text-align:left;width:100%}}.profile-journal .included-services__premium .elements-include li strong{font-weight:600;line-height:21px;min-width:21px;text-align:center}.profile-journal .included-services__premium .elements-include__text{display:none}@media(max-width:1200px){.profile-journal .included-services__premium .elements-include__text{display:block;font-weight:400;font-size:1.4rem;line-height:2.1rem;margin-left:10px;max-width:calc(100% - 31px)}}@media only screen and (max-width:laptop){.profile-journal .included-services__premium .elements-include__text{display:block;font-weight:400;font-size:1.4rem;line-height:2.1rem;margin-left:10px;max-width:calc(100% - 31px)}}.profile-journal .included-services__total-price{align-items:center;text-align:center}.profile-journal .included-services__total-price p{font-family:Roboto,sans-serif;font-weight:700;font-size:2rem;line-height:2.3rem;text-transform:uppercase}.profile-journal .included-services__total-price .button-blue,.profile-journal .included-services__total-price .button-red,.profile-journal .included-services__total-price button{background:#15528e;border-radius:8px;display:flex;align-items:center;justify-content:center;height:40px;width:100%;max-width:204px;color:#fff;margin:15px auto 16px;font-weight:600;font-size:1.4rem;line-height:1.6rem;text-decoration:none}.profile-journal .included-services__total-price .button-blue{background-color:#15528e}.profile-journal .included-services__total-price .button-blue:hover,.profile-journal .included-services__total-price .button-red{background-color:#e44a4a}.profile-journal .included-services__total-price .button-red:hover{background-color:#ba3a3a}.ven12-subscription{padding-top:5.6rem;background-color:#fff;position:relative;z-index:2;padding-left:34px;display:block}.ven12-subscription .loading-wrapper{position:inherit}@media(max-width:1024px){.ven12-subscription{padding-left:20px}}@media only screen and (max-width:tablet-large){.ven12-subscription{padding-left:20px}}@media(max-width:768px){.ven12-subscription{padding-top:3rem;padding-left:0}}@media only screen and (max-width:tablet){.ven12-subscription{padding-top:3rem;padding-left:0}}.ven12-subscription .ven-12--subscription-button{cursor:pointer;background:#15528e;border-radius:10px;margin-left:10px;color:#fff!important}.ven12-subscription .ven-12--btn{cursor:pointer}.ven12-subscription__text{font-family:Roboto,sans-serif;font-size:1.6rem;line-height:2.4rem}.ven12-subscription__text h5{margin-bottom:12px}.ven12-subscription__subscription-end{color:red;margin-bottom:1rem}.ven12-subscription .included-services{margin-top:3rem;display:flex;margin-bottom:2rem}@media(max-width:1200px){.ven12-subscription .included-services{margin-bottom:40px;flex-direction:column}}@media only screen and (max-width:laptop){.ven12-subscription .included-services{margin-bottom:40px;flex-direction:column}}.ven12-subscription .included-services__service{border-radius:10px;max-width:427px;width:45%;margin-right:23px;margin-bottom:10.7rem}@media(max-width:1440px){.ven12-subscription .included-services__service{width:40%}}@media only screen and (max-width:laptop-large){.ven12-subscription .included-services__service{width:40%}}@media(max-width:1200px){.ven12-subscription .included-services__service{max-width:100%;width:100%}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__service{max-width:100%;width:100%}}@media(max-width:768px){.ven12-subscription .included-services__service{margin-bottom:3rem;margin-right:0}}@media only screen and (max-width:tablet){.ven12-subscription .included-services__service{margin-bottom:3rem;margin-right:0}}.ven12-subscription .included-services__service hr{border:none;border-bottom:1px solid #ddd;margin-bottom:32px;margin-top:2px}.ven12-subscription .included-services__service h2{font-family:Roboto,sans-serif;font-weight:700;font-size:2.4rem;line-height:2.8rem;text-transform:uppercase;margin-bottom:5rem}.ven12-subscription .included-services__service ul{list-style-type:disc;font-family:Roboto,sans-serif;font-size:1.6rem;line-height:4rem;padding-left:20px}.ven12-subscription .included-services__service ul li{line-height:20px;min-height:50px}.ven12-subscription .included-services__all-services{display:flex;gap:20px;width:55%}@media(max-width:1440px){.ven12-subscription .included-services__all-services{width:60%}}@media only screen and (max-width:laptop-large){.ven12-subscription .included-services__all-services{width:60%}}@media(max-width:1200px){.ven12-subscription .included-services__all-services{flex-flow:column nowrap;width:100%}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__all-services{flex-flow:column nowrap;width:100%}}.ven12-subscription .included-services__standard{background-color:#f7f7f7;width:100%;height:-moz-fit-content;height:fit-content;max-width:248px}@media(min-width:1201px){.ven12-subscription .included-services__standard{width:calc(33% - 10px)}}@media only screen and (max-width:laptop-min){.ven12-subscription .included-services__standard{width:calc(33% - 10px)}}@media(max-width:1200px){.ven12-subscription .included-services__standard{max-width:100%}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__standard{max-width:100%}}.ven12-subscription .included-services__standard .standard-blue{height:82px;background-color:#15528e;border-radius:10px 10px 0 0;justify-content:center;align-items:center;text-align:center;text-transform:uppercase;width:100%;display:flex;position:relative}@media(max-width:1200px){.ven12-subscription .included-services__standard .standard-blue{width:100%!important}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__standard .standard-blue{width:100%!important}}.ven12-subscription .included-services__standard .standard-blue h4{align-items:center;justify-content:center;text-align:center;font-family:Roboto,sans-serif;font-weight:700;font-size:1.6rem;line-height:1.9rem;color:#fff}.ven12-subscription .included-services__standard .standard-blue:after{content:"";position:absolute;left:46%;top:99%;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:14px solid #15528e;clear:both}@media(max-width:1200px){.ven12-subscription .included-services__standard .standard-blue:after{left:47%}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__standard .standard-blue:after{left:47%}}.ven12-subscription .included-services__standard .elements-include{font-weight:600;font-size:1.6rem;line-height:4rem;margin-top:33px;padding-left:1rem;padding-right:1rem;text-align:center}@media(max-width:1200px){.ven12-subscription .included-services__standard .elements-include{display:flex;flex-direction:column;justify-content:center;align-items:center}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__standard .elements-include{display:flex;flex-direction:column;justify-content:center;align-items:center}}.ven12-subscription .included-services__standard .elements-include li{line-height:1;min-height:50px}.ven12-subscription .included-services__standard .elements-include li:last-child{line-height:1.9rem;margin-bottom:2.3rem}@media(max-width:1200px){.ven12-subscription .included-services__standard .elements-include li{align-items:flex-start;line-height:2.1rem;display:flex;justify-content:flex-start;text-align:left;width:100%}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__standard .elements-include li{align-items:flex-start;line-height:2.1rem;display:flex;justify-content:flex-start;text-align:left;width:100%}}.ven12-subscription .included-services__standard .elements-include li strong{font-weight:600;line-height:21px;min-width:21px;text-align:center}.ven12-subscription .included-services__standard .elements-include__text{display:none}@media(max-width:1200px){.ven12-subscription .included-services__standard .elements-include__text{display:block;font-weight:400;font-size:1.4rem;line-height:2.1rem;margin-left:10px;max-width:calc(100% - 31px)}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__standard .elements-include__text{display:block;font-weight:400;font-size:1.4rem;line-height:2.1rem;margin-left:10px;max-width:calc(100% - 31px)}}.ven12-subscription .included-services__premium{background-color:#f7f7f7;width:100%;height:-moz-fit-content;height:fit-content;border-radius:10px;max-width:248px}@media(min-width:1201px){.ven12-subscription .included-services__premium{width:calc(33% - 10px)}}@media only screen and (max-width:laptop-min){.ven12-subscription .included-services__premium{width:calc(33% - 10px)}}@media(max-width:1200px){.ven12-subscription .included-services__premium{max-width:100%}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__premium{max-width:100%}}.ven12-subscription .included-services__premium .premium-red{height:82px;width:100%;background-color:#e44a4a;border-radius:10px 10px 0 0;align-items:center;justify-content:center;display:flex;position:relative;text-transform:uppercase}@media only screen and (max-width:1222px){.ven12-subscription .included-services__premium .premium-red{width:232px!important}}@media(max-width:1200px){.ven12-subscription .included-services__premium .premium-red{width:100%!important}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__premium .premium-red{width:100%!important}}.ven12-subscription .included-services__premium .premium-red h4{align-items:center;justify-content:center;text-align:center;font-family:Roboto,sans-serif;font-weight:700;font-size:1.6rem;line-height:1.9rem;color:#fff}.ven12-subscription .included-services__premium .premium-red:after{content:"";position:absolute;left:46%;top:99%;width:0;height:0;border-left:11px solid transparent;border-right:11px solid transparent;border-top:14px solid #e44a4a;clear:both}@media(max-width:1200px){.ven12-subscription .included-services__premium .premium-red:after{left:47%}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__premium .premium-red:after{left:47%}}.ven12-subscription .included-services__premium .elements-include{font-weight:600;font-size:1.6rem;line-height:4rem;margin-top:33px;padding-left:1rem;padding-right:1rem;text-align:center}@media(max-width:1200px){.ven12-subscription .included-services__premium .elements-include{display:flex;flex-direction:column;align-items:center;text-align:left}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__premium .elements-include{display:flex;flex-direction:column;align-items:center;text-align:left}}.ven12-subscription .included-services__premium .elements-include li{line-height:1;min-height:50px}.ven12-subscription .included-services__premium .elements-include li:last-child{line-height:1.9rem;margin-bottom:2.3rem}@media(max-width:1200px){.ven12-subscription .included-services__premium .elements-include li{align-items:flex-start;line-height:2.1rem;display:flex;justify-content:flex-start;text-align:left;width:100%}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__premium .elements-include li{align-items:flex-start;line-height:2.1rem;display:flex;justify-content:flex-start;text-align:left;width:100%}}.ven12-subscription .included-services__premium .elements-include li strong{font-weight:600;line-height:21px;min-width:21px;text-align:center}.ven12-subscription .included-services__premium .elements-include__text{display:none}@media(max-width:1200px){.ven12-subscription .included-services__premium .elements-include__text{display:block;font-weight:400;font-size:1.4rem;line-height:2.1rem;margin-left:10px;max-width:calc(100% - 31px)}}@media only screen and (max-width:laptop){.ven12-subscription .included-services__premium .elements-include__text{display:block;font-weight:400;font-size:1.4rem;line-height:2.1rem;margin-left:10px;max-width:calc(100% - 31px)}}.ven12-subscription .included-services__total-price{align-items:center;text-align:center}.ven12-subscription .included-services__total-price p{font-family:Roboto,sans-serif;font-weight:700;font-size:2rem;line-height:2.3rem;text-transform:uppercase}.ven12-subscription .included-services__total-price .button-blue,.ven12-subscription .included-services__total-price .button-red,.ven12-subscription .included-services__total-price button{background:#15528e;border-radius:8px;display:flex;align-items:center;justify-content:center;height:40px;width:100%;max-width:204px;color:#fff;margin:15px auto 16px;font-weight:600;font-size:1.4rem;line-height:1.6rem;text-decoration:none}.ven12-subscription .included-services__total-price .button-blue{background-color:#15528e}.ven12-subscription .included-services__total-price .button-blue:hover,.ven12-subscription .included-services__total-price .button-red{background-color:#e44a4a}.ven12-subscription .included-services__total-price .button-red:hover{background-color:#ba3a3a}.ven12-profile__title{justify-content:flex-start!important;margin-bottom:1.5rem}.ven12-subscription__text .article-list__standard-package .tooltip{display:inline-block;position:relative;width:-moz-fit-content;width:fit-content}.ven12-subscription__text .article-list__standard-package .tooltiptext{width:-moz-max-content;width:max-content;background-color:#fff;box-shadow:0 4px 12px 0 rgba(0,0,0,.1);color:#000;border:1px solid #fff;text-align:center;font-size:14px;font-weight:400;line-height:16px;padding:15px 12px;border-radius:6px;position:absolute;z-index:9999;top:108%;left:50%;transform:translate(-50%);max-width:197px}.ven12-subscription__text .article-list__standard-package .tooltiptext a{transition:unset}.ven12-subscription__text .article-list__standard-package .mark-item_label{background:transparent;border-radius:4px;color:#000;cursor:pointer;display:inline-flex;font-size:12px;font-weight:600;line-height:14px;padding:0}.collapse__answer-wrapper__text ul{list-style:disc!important}.collapse__answer-wrapper__text ul li{margin-left:20px!important}.collapse__answer-wrapper__text ol{list-style-type:decimal!important}.collapse__answer-wrapper__text ol li{margin-left:20px!important}.collapse{background:#f5f5f5;border-radius:7px;display:flex;flex-direction:column;padding:19px 22px 18px 26px;width:100%;margin:17px 0}.collapse__header-wrapper{display:flex;flex-direction:row;width:100%}.collapse__header-wrapper__header{width:calc(100% - 77px);border-right:1px solid #e3e2e2}@media screen and (max-width:500px){.collapse__header-wrapper__header__status{display:flex;flex-direction:column}}.collapse__header-wrapper__header__status__response-exist,.collapse__header-wrapper__header__status__response-wait,.collapse__header-wrapper__header__status__time{font-weight:400;font-size:1.4rem;line-height:1.6rem}.collapse__header-wrapper__header__status__response-exist_img,.collapse__header-wrapper__header__status__response-wait_img,.collapse__header-wrapper__header__status__time_img{margin-right:5px}.collapse__header-wrapper__header__status__response-exist{color:#17a300;margin-left:20px}@media screen and (max-width:500px){.collapse__header-wrapper__header__status__response-exist{margin-left:0}}.collapse__header-wrapper__header__status__response-wait{color:#e1a303;margin-left:20px}.collapse__header-wrapper__header__status__response-wait i{font-size:1.2rem;line-height:1.4rem;margin-right:5px}@media screen and (max-width:500px){.collapse__header-wrapper__header__status__response-wait{margin-left:0}}.collapse__header-wrapper__header__question-wrapper{margin:15px 0 0;display:flex;flex-direction:column}.collapse__header-wrapper__header__question-wrapper__title{font-weight:400;font-size:1.6rem;line-height:2.4rem;color:#15528e}.collapse__header-wrapper__header__question-wrapper__text{font-weight:500;font-size:1.8rem;line-height:2.1rem}.collapse__header-wrapper__action-button{width:77px;padding-left:25px;padding-right:10px;display:flex;align-items:center;justify-content:flex-end}.collapse__header-wrapper__action-button__icon{width:35px;height:35px;transition:.2s ease-in-out}.collapse__answer-wrapper{padding:26px 0 8px;transition:3s;width:90%;display:flex;flex-direction:column;border-top:1px solid #e3e2e2;margin-top:16px}.collapse__answer-wrapper__year{font-size:12px}.collapse__answer-wrapper__title{font-weight:500;font-size:1.6rem;line-height:2.4rem}.collapse__answer-wrapper__text{font-weight:400;font-size:1.6rem;line-height:2.4rem}.collapse__answer-wrapper__text strong{font-weight:700}.collapse__answer-wrapper__text i{font-style:italic}.collapse__answer-wrapper__text ul{list-style:disc}.collapse__answer-wrapper__text ul li{margin-left:20px}.collapse__answer-wrapper__box{font-weight:400;font-size:1.4rem;line-height:1.6rem;margin-top:17px}.collapse__answer-wrapper__box_img{margin-right:5px}.collapse__answer-button{background:#15528e;border-radius:8px;font-weight:600;font-size:1.4rem;line-height:1.6rem;text-align:center;color:#fff;padding:12px 15px;margin:20px 0;max-width:200px}.collapse.open .collapse__header-wrapper__header__question-wrapper__text{font-weight:400;font-size:1.6rem}.article-list{padding-top:5.9rem;background-color:#fff;position:relative;z-index:2;padding-left:41px;display:block;margin-bottom:100px}@media(max-width:1024px){.article-list{padding-left:20px}}@media only screen and (max-width:tablet-large){.article-list{padding-left:20px}}.article-list select{max-width:140px}.article-list .loading-wrapper{position:inherit}@media(max-width:768px){.article-list{padding-left:0;padding-top:3rem;margin-bottom:4rem}}@media only screen and (max-width:tablet){.article-list{padding-left:0;padding-top:3rem;margin-bottom:4rem}}.article-list .react-tabs__tab-list{margin-top:5rem;display:flex;cursor:pointer;border-bottom:1px solid #ececec;margin-bottom:5px}.article-list .react-tabs__tab-list li{font-family:Roboto,sans-serif;font-weight:700;font-size:2rem;line-height:120%;color:#d4d4d4;width:100%;max-width:215px;position:relative;text-align:center;padding-bottom:11px;transition:all .2s ease-in-out}.article-list .react-tabs__tab-list li.react-tabs__tab--selected,.article-list .react-tabs__tab-list li:hover{color:#15528e}.article-list .react-tabs__tab-list li.react-tabs__tab--selected:after{content:"";display:block;position:absolute;width:100%;height:2px;background-color:#fbb13c;bottom:-1px;border-radius:2px 2px 0 0}.article-list h2{font-family:Roboto,sans-serif;font-weight:600;font-size:3.2rem;line-height:3.8rem;text-transform:uppercase;margin-bottom:28px}@media(max-width:768px){.article-list h2{padding-top:0}}@media only screen and (max-width:tablet){.article-list h2{padding-top:0}}.article-list__standard-package{display:flex;align-items:center}@media(max-width:768px){.article-list__standard-package{flex-wrap:wrap-reverse;align-items:flex-start}}@media only screen and (max-width:tablet){.article-list__standard-package{flex-wrap:wrap-reverse;align-items:flex-start}}.article-list__standard-package.mb-3{margin-bottom:3rem}.article-list__standard-package .subscription-button{background:#15528e;border-radius:10px;height:58px;max-width:252px;width:100%;color:#fff;font-weight:700;font-size:2rem;line-height:2.3rem;text-transform:uppercase;margin-right:22px;text-align:center}@media(max-width:768px){.article-list__standard-package .subscription-button{margin-bottom:1rem}}@media only screen and (max-width:tablet){.article-list__standard-package .subscription-button{margin-bottom:1rem}}.article-list__data{display:flex;align-items:center;justify-content:center}@media(max-width:768px){.article-list__data{margin-bottom:2rem}}@media only screen and (max-width:tablet){.article-list__data{margin-bottom:2rem}}.article-list__data .h5,.article-list__data h5{font-family:Roboto,sans-serif;font-weight:700;font-size:2rem;line-height:2.3rem;text-transform:uppercase;color:#434343;margin-left:7px}.article-list__text{font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.9rem;margin-top:15px;color:#000!important}.article-list__text:first-child{margin-top:0}.article-list__text em{font-style:italic}.article-list__text:not(a){color:#393939}.article-list__text a{color:#15528e}.article-list__text a:hover{color:#e44a4a}.article-list__event .news-card-sm{margin-top:25px;border-bottom:1px solid #ececec;padding-bottom:20px}.article-list__event .news-card-sm:last-child{border-bottom:none}.article-list__event .news-card-sm__author{-webkit-text-decoration-line:underline;text-decoration-line:underline}.article-list__event .news-card-sm__content{margin-top:15px;margin-left:20px;padding-top:10px}.article-list__event .news-card-sm__content .news-card-sm__title{font-family:Roboto,sans-serif;font-weight:500;font-size:1.8rem;line-height:2.1rem}.article-list__event .news-card-sm__content .news-card-sm__descr{--line-h:1.9rem;font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.9rem;color:#393939;margin-bottom:15px}.article-list__event .news-card-sm__content .news-card-sm__features{position:absolute;top:0}.article-list__event .news-card-sm__content .news-card-sm__features .news-card-sm__category{background-color:#efefef;border-radius:2px;margin-left:0;margin-left:0!important;margin-right:10px!important;font-family:FuturaPT!important;font-weight:400!important;font-size:1.4rem!important;line-height:1.8rem!important;padding:0 3px}.article-list__event .news-card-sm__content .news-card-sm__features .news-card-sm__category i{font-size:1.4rem;line-height:1.8rem}.article-list__event .news-card-sm__content .news-card-sm__features .news-card-sm__category svg{margin-top:3px!important;margin-right:5px!important}.article-list__event .news-card-sm__content .news-card-sm__features .layout-row .bg-light,.article-list__event .news-card-sm__content .news-card-sm__features .layout-row .square-button-light{width:18px;height:18px}.article-list__event .news-card-sm__content .news-card-sm__features .layout-row .square-button-light .icon,.article-list__event .news-card-sm__content .news-card-sm__features .layout-row .square-button-light i{font-size:1.2rem}.article-list__event .news-card-sm__content .news-card-sm__features .layout-row button{margin-bottom:2px;color:#e44a4a}.article-list__event .news-card-sm__content .news-card-sm__profile-features{position:absolute;top:0;left:0}.article-list__event .news-card-sm__content .news-card-sm__profile-features i.far.fa-bookmark{color:red!important}.article-list__event .news-card-sm__content .news-card-sm__profile-features .services{background:#efefef;border-radius:2px}.article-list__event .news-card-sm__content .news-card-sm__profile-features .seen{background:#15528e;border-radius:2px;width:16px;height:16px;justify-content:center;align-items:center;text-align:center}.article-list__event .news-card-sm__content .news-card-sm__profile-features .seen span{margin-bottom:1.2px!important}.article-list__event .news-card-sm__content .news-card-sm__profile-features .layout-row{margin-left:6px}.article-list__event .news-card-sm__content div p{font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.6rem;margin-right:11px;color:#000}.article-list select{margin:0 15px;padding:11px 26px;color:#6b6a6a}@media(max-width:1024px){.article-list select{margin:0 5px;padding:11px 15px}}@media only screen and (max-width:tablet-large){.article-list select{margin:0 5px;padding:11px 15px}}.category-sorting{border-bottom:1px solid #ececec;padding-bottom:28px}.inactive{pointer-events:none}.video-course{padding-top:5.9rem;background-color:#fff;position:relative;z-index:2;padding-left:34px;display:block;margin-bottom:100px}@media(max-width:1024px){.video-course{padding-left:20px}}@media only screen and (max-width:tablet-large){.video-course{padding-left:20px}}@media(max-width:768px){.video-course{margin-bottom:20px;padding-left:0}}@media only screen and (max-width:tablet){.video-course{margin-bottom:20px;padding-left:0}}.video-course strong{font-weight:700!important}.video-course a{color:inherit;font-weight:400!important;font-size:1.8rem!important;line-height:2.8rem!important;text-decoration:underline}.video-course ul{list-style-type:disc!important;margin-left:20px!important}.video-course ul li{font-family:Roboto,sans-serif!important;font-weight:400!important;font-size:1.8rem!important;line-height:2.4rem!important}.video-course h1{font-weight:600;font-size:3.2rem;line-height:3.8rem;margin-bottom:39px;font-family:Roboto,sans-serif}.video-course h6{font-family:Roboto,sans-serif;font-weight:400;font-size:1.8rem;line-height:2.1rem;margin-bottom:16px}.video-course__notice{background:#f4f9ff;border-radius:8px;min-height:55px;margin-bottom:18px;width:100%;max-width:597px}@media(max-width:768px){.video-course__notice{height:100%;padding:10px}}@media only screen and (max-width:tablet){.video-course__notice{height:100%;padding:10px}}.video-course__notice .h5,.video-course__notice h5{font-family:Roboto,sans-serif;display:flex;text-align:center;justify-content:center;align-items:center;padding-top:15px;font-weight:600;font-size:2rem;line-height:2.3rem}.video-course__information{margin-bottom:25px;color:#393939}.video-course__information p{font-family:Roboto,sans-serif!important;font-weight:400!important;font-size:1.8rem!important;line-height:2.4rem!important;margin-bottom:25px}.video-course__information ul{list-style-type:disc!important;margin-left:20px!important}.video-course__information ul li{font-family:Roboto,sans-serif!important}.video-course p,.video-course__information ul li{font-weight:400!important;font-size:1.8rem!important;line-height:2.4rem!important}.video-course p{font-family:Roboto,sans-serif;margin-bottom:3rem!important;color:#393939}.video-course p a{color:#000;text-decoration:underline}.video-course p a:hover{color:#e44a4a}.video-course__important h2{font-family:Roboto,sans-serif;font-weight:600;font-size:2.4rem;line-height:2.4rem;margin-bottom:20px}.video-course__important p{font-weight:400;font-size:1.6rem;color:#000}.video-course b{font-weight:600!important}.video-course .terms-conditions{text-decoration:underline;color:#15528e;display:block;margin-top:2rem;margin-bottom:3rem;width:-moz-fit-content;width:fit-content}.video-course .terms-conditions:hover{color:#e44a4a}.redirect-button{background:#e44a4a;display:flex;align-items:center;justify-content:center;border-radius:5px;height:40px;max-width:204px;width:204px;width:100%;font-family:Roboto,sans-serif;font-weight:500;font-size:1.6rem;line-height:1.9rem;margin-bottom:40px;margin-top:4rem;color:#fff!important;text-decoration:none!important}.redirect-button:hover{background:#ba3a3a}.private_training{-webkit-user-select:none;-webkit-touch-callout:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.private_training img,.private_training video{width:100%}.subscription__info{font-family:Roboto,sans-serif;font-weight:700;font-size:2rem;line-height:2.3rem;text-transform:uppercase;color:#434343;margin-left:7px;margin-bottom:15px}.accounting-policy{padding-top:7.3rem;background-color:#fff;position:relative;z-index:2;padding-left:39px;display:block}@media(max-width:1024px){.accounting-policy{padding-left:20px}}@media only screen and (max-width:tablet-large){.accounting-policy{padding-left:20px}}@media(max-width:768px){.accounting-policy{padding-left:0;padding-top:3rem}}@media only screen and (max-width:tablet){.accounting-policy{padding-left:0;padding-top:3rem}}.accounting-policy__package{display:flex;margin-bottom:36px}@media(max-width:768px){.accounting-policy__package{flex-wrap:wrap-reverse}}@media only screen and (max-width:tablet){.accounting-policy__package{flex-wrap:wrap-reverse}}.accounting-policy__package .subscription-button{margin-right:22px}@media(max-width:768px){.accounting-policy__package .subscription-button{margin-bottom:15px}}@media only screen and (max-width:tablet){.accounting-policy__package .subscription-button{margin-bottom:15px}}.accounting-policy__data-notice{display:flex;align-items:center}@media(max-width:768px){.accounting-policy__data-notice{margin-bottom:1rem}}@media only screen and (max-width:tablet){.accounting-policy__data-notice{margin-bottom:1rem}}.accounting-policy__data-notice .image img{width:16px!important;height:22px!important;-o-object-fit:contain;object-fit:contain;aspect-ratio:1!important}.accounting-policy__data-notice .image span{width:16px!important;height:22px!important}.accounting-policy__data-notice h5{font-family:Roboto,sans-serif;font-weight:700;font-size:2rem;line-height:23px;text-transform:uppercase;color:#434343;margin-left:8px}.accounting-policy .politic-form h2{font-family:Roboto,sans-serif;font-weight:600;font-size:2.4rem;line-height:2.8rem;text-transform:uppercase;margin-bottom:21px}.accounting-policy .politic-form p{font-size:1.6rem;line-height:2.4rem;margin-bottom:30px}.accounting-policy .politic-form a{text-decoration:underline;color:#000}.accounting-policy .politic-form a:hover{cursor:pointer;color:#15528e}.accounting-policy .politic-form h6{margin-top:20px;font-family:Roboto,sans-serif;font-weight:600;font-size:1.8rem;line-height:2.4rem;margin-bottom:20px}.accounting-policy .politic-form ul{font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:2.4rem;list-style-type:disc;margin-left:20px}.accounting-policy .politic-form__banner{margin-top:30px;max-width:953px;width:100%;min-height:100px;background:#15528e;border-radius:8px;color:#fff;display:flex;align-items:center;justify-content:space-between;padding-right:4.5rem;padding-left:2.8rem}@media(max-width:768px){.accounting-policy .politic-form__banner{flex-direction:column;padding:2rem}}@media only screen and (max-width:tablet){.accounting-policy .politic-form__banner{flex-direction:column;padding:2rem}}.accounting-policy .politic-form__banner-left{color:#fff}.accounting-policy .politic-form__banner-left .checklist__information{display:block;font-size:1.6rem;line-height:1.9rem;margin-top:1.3rem}.accounting-policy .politic-form__banner-left .checklist__information i{color:#e44a4a;margin-right:6px}.accounting-policy .politic-form__banner h6{font-family:Roboto,sans-serif;font-weight:600;font-size:2rem;line-height:2.3rem}.accounting-policy .politic-form__banner button{background:#e44a4a;border-radius:5px;height:57px;width:100%;min-width:204px;font-weight:500;font-size:2rem;line-height:2.3rem;color:#fff}@media(max-width:768px){.accounting-policy .politic-form__banner button{margin-top:2rem}}@media only screen and (max-width:tablet){.accounting-policy .politic-form__banner button{margin-top:2rem}}.accounting-policy .politic-form__banner button:hover{background:#ba3a3a}.accounting-policy-notes{font-size:14px;margin-top:2rem}.policy-info{display:flex;align-items:flex-start;margin-top:1rem}.policy-add-info{margin-left:10px}.policy-info-modal{display:flex;align-items:center;margin-top:1rem}.work-reports{padding-top:7.3rem;background-color:#fff;position:relative;z-index:2;padding-left:39px;display:block;margin-bottom:100px}.work-reports .loading-wrapper{position:inherit}@media(max-width:1024px){.work-reports{padding-left:20px}}@media only screen and (max-width:tablet-large){.work-reports{padding-left:20px}}@media(max-width:768px){.work-reports{padding-left:0;padding-top:3rem;margin-bottom:4rem}}@media only screen and (max-width:tablet){.work-reports{padding-left:0;padding-top:3rem;margin-bottom:4rem}}.work-reports__standard-package{display:flex;align-items:center}@media(max-width:768px){.work-reports__standard-package{flex-wrap:wrap-reverse;align-items:self-start}}@media only screen and (max-width:tablet){.work-reports__standard-package{flex-wrap:wrap-reverse;align-items:self-start}}.work-reports__standard-package .subscription-button{margin-right:22px}@media(max-width:768px){.work-reports__standard-package .subscription-button{margin-bottom:2rem}}@media only screen and (max-width:tablet){.work-reports__standard-package .subscription-button{margin-bottom:2rem}}.work-reports__data{display:flex;align-items:center;justify-content:center}@media(max-width:768px){.work-reports__data{justify-content:normal;margin-bottom:2rem;width:100%}}@media only screen and (max-width:tablet){.work-reports__data{justify-content:normal;margin-bottom:2rem;width:100%}}.work-reports__data h5{font-family:Roboto,sans-serif;font-weight:700;font-size:2rem;line-height:2.3rem;text-transform:uppercase;color:#434343;margin-left:7px}.work-reports .checklist p{font-size:1.6rem;line-height:2.4rem}.work-reports .checklist h3{font-family:Roboto,sans-serif;font-weight:600;font-size:2.4rem;line-height:2.8rem;text-transform:uppercase;color:#000;margin-top:30px;margin-bottom:0}.work-reports .checklist__text{font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:2.4rem;color:#000}.work-reports .checklist__text p{margin-top:22px}.work-reports .checklist__text .text-center{text-align:center}.work-reports .checklist__text .text-center h4{margin-bottom:0}.work-reports .checklist__text .text-center p{margin-top:0}.work-reports .checklist__complete-table{height:100px;width:100%;max-width:226px;font-weight:600;font-size:2rem;line-height:2.3rem;color:#fff;margin-right:17px}@media(max-width:768px){.work-reports .checklist__complete-table{height:50px;margin-bottom:2rem}}@media only screen and (max-width:tablet){.work-reports .checklist__complete-table{height:50px;margin-bottom:2rem}}.work-reports .checklist__edit{border:2px solid #15528e;border-radius:8px;height:100px;width:100%;min-width:119px;font-family:Roboto,sans-serif;font-weight:600;font-size:2rem;line-height:2.3rem;color:#212121}.work-reports .checklist__edit:hover{background:#15528e;color:#fff}@media(max-width:768px){.work-reports .checklist__edit{height:50px;margin-bottom:2rem}}@media only screen and (max-width:tablet){.work-reports .checklist__edit{height:50px;margin-bottom:2rem}}.work-reports .checklist__buttons{display:flex;margin-top:28px}@media(max-width:768px){.work-reports .checklist__buttons{flex-wrap:wrap}}@media only screen and (max-width:tablet){.work-reports .checklist__buttons{flex-wrap:wrap}}.work-reports .checklist__information{display:flex;align-items:center;margin-left:34px}@media(max-width:768px){.work-reports .checklist__information{margin-bottom:2rem}}@media only screen and (max-width:tablet){.work-reports .checklist__information{margin-bottom:2rem}}.work-reports .checklist__information p{margin-left:7px;font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.9rem;color:#272727}.work-reports .checklist__information i{color:#e44a4a}.work-reports .checklist__table{font-size:1.6rem;line-height:2.4rem}.work-reports .checklist__table caption{font-size:1.6rem}.work-reports .checklist__table p{margin-top:0}.work-reports .checklist__table tr td:first-child{text-align:center}.work-reports .checklist__table th:first-child{text-align:center;min-width:5%}.work-reports .checklist__table th:nth-child(2n){width:40%}.loading-wrapper{position:absolute;border-radius:15px;top:0;width:100%;height:50vh;display:flex;align-items:center;justify-content:center;z-index:99999;color:#fff}.loading-wrapper .spinner{display:inline-block;position:relative;width:100px;height:100px;transform:translateY(-5px)}.loading-wrapper .spinner div{box-sizing:border-box;display:block;position:absolute;width:100px;height:100px;margin:5px;border-radius:50%;animation:spinner 1.2s cubic-bezier(.5,0,.5,1) infinite;border:4px solid transparent;border-top-color:#333}.loading-wrapper .spinner div:first-child{animation-delay:-.45s}.loading-wrapper .spinner div:nth-child(2){animation-delay:-.3s}.loading-wrapper .spinner div:nth-child(3){animation-delay:-.15s}@keyframes spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.article-list__event .active-content__opportunity-delete{display:flex;justify-content:space-between;text-align:center;align-items:center;border-top:1px solid #ececec;border-bottom:1px solid #ececec;padding-bottom:30px;margin-top:30px}@media only screen and (max-width:850px){.article-list__event .active-content__opportunity-delete{flex-wrap:wrap}}.article-list__event .active-content .delete{display:flex;border:1px solid #15528e;border-radius:5px;height:40px;width:100%;max-width:86px;justify-content:center;text-align:center;align-items:center;gap:2px;margin-top:30px}.article-list__event .active-content .delete:disabled{opacity:.3;cursor:not-allowed}.article-list__event .active-content .delete:not([disabled]):hover{background-color:#15528e;color:#fff}.article-list__event .active-content .delete:not([disabled]):hover i,.article-list__event .active-content .delete:not([disabled]):hover p{color:#fff}.article-list__event .active-content .delete i{color:#15528e;font-size:1.2rem;margin-right:5px;transition:.2s ease-in-out}.article-list__event .active-content .delete p{font-family:Roboto,sans-serif;font-weight:500;font-size:1.4rem;line-height:1.6rem;color:#262626;transition:.2s ease-in-out}.article-list__event .active-content .news-card-row .label-wrapper{align-items:flex-start;margin-right:27px;margin-top:27px;width:20px}.article-list__event .active-content .news-card-sm{align-items:baseline!important}.article-list__event .active-content .news-card-sm .label-wrapper{margin-right:27px;position:relative;transform:translateY(-20px)}.article-list__event .active-content .news-card-sm .news-card-sm__content{margin-left:0}.buy-subscription{display:none;position:absolute;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:100%;height:100%;z-index:100;text-align:center}.buy-subscription__content{display:inline-block;justify-content:center;align-items:center;margin-top:20rem}@media only screen and (max-width:992px){.buy-subscription__content{display:block}}.buy-subscription__content h4{width:654px;max-width:100%;font-size:2.4rem;margin-bottom:31px}.buy-subscription__content button,.buy-subscription__content h4{font-family:Roboto,sans-serif;font-weight:500;line-height:3.2rem}.buy-subscription__content button{width:100%;max-width:189px;height:54px;background:#15528e;border-radius:10px;font-size:2rem;color:#fff}.buy-subscription__content button:hover{background:#10406f}.buy-subscription__content svg{margin-bottom:28px}.subscription-expired{display:none;position:absolute;background:hsla(0,0%,100%,.9);-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);width:100%;height:100%;z-index:100;text-align:center}.subscription-expired__content{display:inline-block;justify-content:center;align-items:center;margin-top:20rem}@media only screen and (max-width:992px){.subscription-expired__content{display:block}}.subscription-expired__content h4{width:654px;max-width:100%;font-family:Roboto,sans-serif;font-weight:500;font-size:2.4rem;line-height:3.2rem;margin-bottom:31px}.subscription-expired__content .subscription-required{display:flex;align-items:center;justify-content:center;text-align:center;gap:15px}@media only screen and (max-width:500px){.subscription-expired__content .subscription-required{flex-wrap:wrap}}.subscription-expired__content .subscription-required .extension{max-width:264px}.subscription-expired__content .subscription-required .extension,.subscription-expired__content .subscription-required .new-package{background:#15528e;border-radius:10px;width:100%;height:54px;font-family:Roboto,sans-serif;font-weight:500;font-size:2rem;line-height:3.2rem;color:#fff}.subscription-expired__content .subscription-required .new-package{max-width:189px}.subscription-expired__content span{width:100px!important;height:100px!important;margin-bottom:29px!important}.question-form{display:flex;flex-direction:column;width:100%;background:#f7f7f7;border-radius:5px;padding:4.3rem 6rem 1.9rem 5.3rem;margin:2.6rem 0}@media(max-width:480px){.question-form{padding:4.3rem 3rem 1.9rem}}@media only screen and (max-width:phone-large){.question-form{padding:4.3rem 3rem 1.9rem}}.question-form.--edit{border:1px solid #e7e7e7;margin-top:0;margin-bottom:20px}.question-form__no-subscription{font-size:1.4rem;margin-top:10px}.question-form__no-subscription--link{margin-left:10px}.question-form__title{display:flex;margin-bottom:2.5rem;font-weight:400;font-size:1.5rem;line-height:1.8rem;color:#555}.question-form__title_close{width:20px;height:20px}.question-form__form{display:flex;flex-wrap:wrap;justify-content:space-between}@media(max-width:768px){.question-form__form{justify-content:center}}@media only screen and (max-width:tablet){.question-form__form{justify-content:center}}.question-form__form__input-container{width:49%}@media(max-width:768px){.question-form__form__input-container{width:100%}}@media only screen and (max-width:tablet){.question-form__form__input-container{width:100%}}.question-form__form__input-container_input{margin:5px 0;padding:10px 15px;min-height:42px;width:100%;background:#fff;border-radius:5px;font-weight:500;font-size:1.5rem;line-height:1.8rem;color:#000}.question-form__form__input-container_input::-moz-placeholder{color:#787676}.question-form__form__input-container_input:-ms-input-placeholder{color:#787676}.question-form__form__input-container_input::placeholder{color:#787676}.question-form__form__text-area-container{width:100%}.question-form__form__text-area-container_text-area{width:100%;padding:10px 15px;max-height:12.3rem}.question-form__form__text-area-container .input-wrapper__icon{top:15px}.question-form__form__button{background:#e44a4a;border-radius:5px;font-weight:500;font-size:1.6rem;line-height:1.9rem;text-align:center;color:#fff;padding:12px 20px;min-width:200px}@media(max-width:1024px){.question-form__form__button{width:100%}}@media only screen and (max-width:tablet-large){.question-form__form__button{width:100%}}.question-form__form__button:hover{background:#ba3a3a}.question-form__form__button:focus+.tooltips,.question-form__form__button:hover+.tooltips{visibility:visible;opacity:1}.question-form__form .question-form__form__footer-item{margin:20px 0}@media(max-width:1024px){.question-form__form .question-form__form__footer-item{width:100%}}@media only screen and (max-width:tablet-large){.question-form__form .question-form__form__footer-item{width:100%}}.question-form__form .input-wrapper__input-box{margin-top:0;margin-bottom:1.2rem}.question-form__form .input-wrapper__text-area-box{margin-top:1px;margin-bottom:4px}.related-articles{margin-bottom:30px}.related-articles .loading-wrapper{position:inherit;height:300px}.related-articles__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:24px;border-bottom:1px solid #e6e6e6}.related-articles__header.filter-by-category{align-items:baseline;flex-direction:column}@media screen and (min-width:390px){.related-articles__header.filter-by-category{align-items:center;flex-direction:row}}.related-articles__header.filter-by-category h2{padding-bottom:10px;margin-bottom:15px}@media screen and (min-width:390px){.related-articles__header.filter-by-category h2{padding-bottom:23px;margin-bottom:0}}.related-articles__header div{display:flex;align-items:baseline;flex-direction:column;padding-bottom:27px}@media screen and (min-width:550px){.related-articles__header div{align-items:center;flex-direction:row}}.related-articles__header select{background:transparent;outline:none;border:none;font-family:Roboto,sans-serif;font-weight:500;font-size:1.6rem;line-height:1.9rem;text-transform:uppercase;color:#000;padding-right:12px;cursor:pointer;margin-right:20px;margin-bottom:15px}@media screen and (min-width:550px){.related-articles__header select{margin-right:20px;margin-bottom:0}}.related-articles__header .divider{display:none;width:1px;height:21px;background:#e6e6e6}@media screen and (min-width:550px){.related-articles__header .divider{display:block}}.related-articles__header a,.related-articles__header h2{font-family:Roboto,sans-serif;line-height:3.3rem;color:#000}.related-articles__header h2{font-weight:500;font-size:2.8rem;line-height:3.3rem;padding-bottom:23px;border-bottom:2px solid #e44a4a}@media screen and (min-width:1110px){.related-articles__header h2{width:215px}}.related-articles__header a{display:flex;align-items:center;font-weight:500;font-size:1.6rem;line-height:1.9rem;text-transform:uppercase;margin-left:0;padding-left:5px}@media screen and (min-width:550px){.related-articles__header a{margin-left:19px;padding-left:0}}.related-articles__header a i{color:#15528e;margin-left:10px;line-height:1.9rem}.related-articles__header a svg{width:12px;height:12px;margin-left:10px}.related-articles__header a svg path{fill:#15528e}.related-articles__header a:hover{color:#15528e}.related-articles__content{display:flex;flex-wrap:wrap;margin-left:-20px;margin-right:-20px}.related-articles__content .news-card-md{width:100%}@media screen and (min-width:768px){.related-articles__content .news-card-md{width:48%}}@media screen and (min-width:992px){.related-articles__content .news-card-md{width:100%}}@media screen and (min-width:1110px){.related-articles__content .news-card-md{width:48%;margin-right:20px}}@media screen and (min-width:1395px){.related-articles__content .news-card-md{width:auto}}.related-articles__content .news-card-md__img{border-radius:5px;position:relative;padding-top:58%;width:100%}.related-articles__content .news-card-md__img .news-card-image-md,.related-articles__content .news-card-md__img img{border-radius:5px;bottom:0;-o-object-fit:cover!important;object-fit:cover!important;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.related-articles__content .news-card-md__content{display:flex;flex-direction:column}@media(min-width:769px){.related-articles__content .news-card-md__content{min-height:calc(100% - 278px)}}@media only screen and (max-width:tablet-min){.related-articles__content .news-card-md__content{min-height:calc(100% - 278px)}}.related-articles__content .news-card-md__title{margin:17px 0 auto;max-width:none}@media screen and (min-width:1395px){.related-articles__content .news-card-md__title{max-width:435px}}.related-articles__content .news-card-md__descr{font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:1.9rem;color:#393939;margin:10px 0 14px}@media screen and (min-width:1395px){.related-articles__content .news-card-md__descr{max-width:435px}}.related-articles__content .news-card-md.subscription{margin-bottom:1rem}.related-articles__content .news-card-md.subscription .news-card-md__features{display:flex;flex-wrap:wrap;position:absolute;left:20px;top:20px}.related-articles__content .news-card-md.subscription .news-card-md__category{position:relative;top:unset;left:unset;margin-right:7px;transition:all .4s ease}.related-articles__content .news-card-md.subscription .news-card-md__category:hover{background:#e44a4a;color:#fff}.related-articles__content .news-card-md.subscription .news-card-md__is-readed,.related-articles__content .news-card-md.subscription .news-card-md__not-readed,.related-articles__content .news-card-md.subscription .news-card-md__subscription{width:26px;height:26px;border-radius:4px;display:flex;justify-content:center;align-items:center}.related-articles__content .news-card-md.subscription .news-card-md__is-readed svg,.related-articles__content .news-card-md.subscription .news-card-md__not-readed svg,.related-articles__content .news-card-md.subscription .news-card-md__subscription svg{width:15px;height:15px}.related-articles__content .news-card-md.subscription .news-card-md__subscription{margin-right:8px;background:#e44a4a}.related-articles__content .news-card-md.subscription .news-card-md__subscription svg path{fill:#fff}.related-articles__content .news-card-md.subscription .news-card-md__is-readed,.related-articles__content .news-card-md.subscription .news-card-md__not-readed{background:#fff}.related-articles__content .news-card-md.subscription .news-card-md__is-readed svg path,.related-articles__content .news-card-md.subscription .news-card-md__not-readed svg path{fill:#15528e}@media only screen and (max-width:1300px){.related-articles__content .news-card-md.subscription .subscribe-popup{transform:translateX(-30px);width:230px}.related-articles__content .news-card-md.subscription .subscribe-popup:after{left:40px}.related-articles__content .news-card-md.subscription .subscribe-popup .subscribe-popup__icon svg{height:55px;width:55px}}@media(max-width:1024px){.related-articles__content .news-card-md.subscription .subscribe-popup{width:200px}}@media only screen and (max-width:tablet-large){.related-articles__content .news-card-md.subscription .subscribe-popup{width:200px}}@media(max-width:768px){.related-articles__content .news-card-md.subscription .subscribe-popup{width:150px}}@media only screen and (max-width:tablet){.related-articles__content .news-card-md.subscription .subscribe-popup{width:150px}}.related-articles__content.grid-new-2 .news-card-md:nth-child(2){margin-right:0}.related-articles__content .news-card-sm{width:100%;margin-bottom:20px}@media screen and (min-width:768px){.related-articles__content .news-card-sm{width:49%}}@media screen and (min-width:992px){.related-articles__content .news-card-sm{width:100%}}@media screen and (min-width:1110px){.related-articles__content .news-card-sm{width:49%;margin-bottom:40px;padding-top:25px}}.related-articles__content .news-card-sm div{flex-direction:column;align-items:baseline}@media screen and (min-width:1325px){.related-articles__content .news-card-sm div{flex-direction:row;align-items:center}}.related-articles__content .news-card-sm__category{margin:0}@media screen and (min-width:1325px){.related-articles__content .news-card-sm__category{margin:0 0 0 18px}}.related-articles__content .news-card-sm__img span,.related-articles__content .news-card-sm__img span img{border-radius:5px!important}.related-articles__content .news-card-sm.subscription{flex-direction:column;align-items:baseline;margin-bottom:25px;padding-top:32px}@media screen and (min-width:365px){.related-articles__content .news-card-sm.subscription{flex-direction:row;align-items:center}}.related-articles__content .news-card-sm.subscription .news-card-sm__content{align-items:flex-start;margin-left:0;display:flex;flex-direction:column;height:100%}.related-articles__content .news-card-sm.subscription .news-card-sm__date{margin-right:11px}.related-articles__content .news-card-sm.subscription .news-card-sm__descr{color:#393939;font-size:1.4rem;line-height:1.6rem;margin-bottom:13px}.related-articles__content .news-card-sm.subscription .news-card-sm__title{font-size:1.8rem;line-height:2.1rem;padding-bottom:13px;margin-bottom:auto}.related-articles__content .news-card-sm.subscription .news-card-sm__author{font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.6rem;text-decoration:underline;color:#000;display:flex;align-items:center}.related-articles__content .news-card-sm.subscription .news-card-sm__author span{margin-right:6px!important;width:11px!important;height:13px!important}.related-articles__content .news-card-sm.subscription .news-card-sm__author span img{width:11px!important;height:13px!important}.related-articles__content .news-card-sm.subscription .news-card-sm__features{position:absolute;left:auto;top:0;flex-direction:row;align-items:center}.related-articles__content .news-card-sm.subscription .news-card-sm__category{margin-left:0;margin-right:9px;margin-bottom:5px;font-family:FuturaPT;display:flex;justify-content:center;align-items:center}.related-articles__content .news-card-sm.subscription .news-card-sm__category:hover{background:#e44a4a;color:#fff}.related-articles__content .news-card-sm.subscription .news-card-sm__category:hover i{color:#fff}.related-articles__content .news-card-sm.subscription .news-card-sm__is-readed,.related-articles__content .news-card-sm.subscription .news-card-sm__not-readed,.related-articles__content .news-card-sm.subscription .news-card-sm__subscription{width:16px;height:16px;border-radius:2px;display:flex;justify-content:center;align-items:center}.related-articles__content .news-card-sm.subscription .news-card-sm__is-readed svg path,.related-articles__content .news-card-sm.subscription .news-card-sm__not-readed svg path,.related-articles__content .news-card-sm.subscription .news-card-sm__subscription svg path{fill:#fff}.related-articles__content .news-card-sm.subscription .news-card-sm__subscription{margin-right:8px;background:#e44a4a}.related-articles__content .news-card-sm.subscription .news-card-sm__subscription svg{width:10px;height:10px}.related-articles__content .news-card-sm.subscription .news-card-sm__is-readed,.related-articles__content .news-card-sm.subscription .news-card-sm__not-readed{background:#15528e}.related-articles__content .news-card-sm.subscription .news-card-sm__is-readed svg,.related-articles__content .news-card-sm.subscription .news-card-sm__not-readed svg{width:12px;height:12px}.container-plr .articles-block__header{margin-left:20px;margin-right:20px;width:calc(100% - 40px)}.grid-new-3 .news-card-md{margin-left:20px;margin-right:20px;margin-bottom:3rem;width:calc(33.33% - 40px)}@media(max-width:768px){.grid-new-3 .news-card-md{width:calc(100% - 40px)}}@media only screen and (max-width:tablet){.grid-new-3 .news-card-md{width:calc(100% - 40px)}}.meeting-schedule__events{height:100%;max-height:585px;overflow-y:auto;overflow-x:auto;scrollbar-width:thin;scrollbar-color:#e44a4a #eaeaea}.meeting-schedule__events::-webkit-scrollbar{width:6px;padding-top:30px;padding-bottom:20px}.meeting-schedule__events::-webkit-scrollbar-track{background-color:#eaeaea}.meeting-schedule__events::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}.meeting-schedule__events .news-card-sm{padding-bottom:20px;margin-bottom:15px;border-bottom:1px solid #e7e7e7;flex-direction:column}@media(min-width:375px){.meeting-schedule__events .news-card-sm{flex-direction:row}}@media only screen and (max-width:phone){.meeting-schedule__events .news-card-sm{flex-direction:row}}@media(min-width:1201px){.meeting-schedule__events .news-card-sm{max-width:calc(100% - 25px)}}@media only screen and (max-width:laptop-min){.meeting-schedule__events .news-card-sm{max-width:calc(100% - 25px)}}@media(max-width:768px){.meeting-schedule__events .news-card-sm{padding-right:1rem}}@media only screen and (max-width:tablet){.meeting-schedule__events .news-card-sm{padding-right:1rem}}.meeting-schedule__events .news-card-sm__img{width:80px;height:80px;margin-bottom:20px}@media(min-width:375px){.meeting-schedule__events .news-card-sm__img{margin-bottom:0}}@media only screen and (max-width:phone){.meeting-schedule__events .news-card-sm__img{margin-bottom:0}}.meeting-schedule__events .news-card-sm__img span,.meeting-schedule__events .news-card-sm__img span img{width:80px!important;height:80px!important}.meeting-schedule__events .news-card-sm__content{margin-left:15px;width:calc(100% - 95px)}@media only screen and (max-width:phone-small){.meeting-schedule__events .news-card-sm__content{margin-left:0;width:100%}}@media(max-width:374px){.meeting-schedule__events .news-card-sm__content{margin-left:0;width:100%}}.meeting-schedule__events .news-card-sm__title{margin-bottom:7px}@media(max-width:768px){.meeting-schedule__events .news-card-sm__title{font-size:1.6rem}}@media only screen and (max-width:tablet){.meeting-schedule__events .news-card-sm__title{font-size:1.6rem}}.meeting-schedule__events .news-card-sm__attachments,.meeting-schedule__events .news-card-sm__date{font-family:Roboto,sans-serif;font-weight:400;font-size:1.4rem;line-height:1.6rem;color:#6b6b6b;display:flex;justify-content:center;align-items:center;position:relative;z-index:2}.meeting-schedule__events .news-card-sm__attachments a,.meeting-schedule__events .news-card-sm__date a{color:#6b6b6b}.meeting-schedule__events .news-card-sm__date{margin-right:15px}.meeting-schedule__events .news-card-sm__date svg path{fill:#acacac}.meeting-schedule__events .news-card-sm__attachments i{color:#acacac;font-size:1rem;margin-right:6px}.seminar-subscribe{padding:45px 40px}.seminar-subscribe__box{margin-top:45px}.seminar-subscribe__form__input{width:100%;max-width:393px;height:60px;background:#fff;border-radius:5px;padding-left:15px;padding-right:39px;border:1px solid #73838a;border-radius:4px}@media(max-width:1200px){.seminar-subscribe__form__input{max-width:100%}}@media only screen and (max-width:laptop){.seminar-subscribe__form__input{max-width:100%}}.seminar-subscribe__form__input::-moz-placeholder{color:#787676;font-family:Roboto,sans-serif;font-weight:500;font-size:1.5rem}.seminar-subscribe__form__input:-ms-input-placeholder{color:#787676;font-family:Roboto,sans-serif;font-weight:500;font-size:1.5rem}.seminar-subscribe__form__input::placeholder{color:#787676;font-family:Roboto,sans-serif;font-weight:500;font-size:1.5rem}.seminar-subscribe__form .input-wrapper__input-box__inline-placeholder{background-color:transparent;background-image:linear-gradient(0deg,#fff 0,#f7f7f7)}.seminar-subscribe__form__submit{width:100%;padding:16.5px 14px;max-height:60px;background:#15528e;border-radius:4px;font-weight:600;font-size:1.8rem;line-height:2.7rem;color:#fff;margin-top:28px;margin-bottom:8px}@media(max-width:768px){.seminar-subscribe__form__submit{font-size:16px;padding:1.3rem 14px}}@media only screen and (max-width:tablet){.seminar-subscribe__form__submit{font-size:16px;padding:1.3rem 14px}}.seminar-subscribe__form__submit.--disabled{background:#a1a1a1;cursor:not-allowed}.seminar-subscribe__form__submit:hover:not([disabled]){background:#10406f}.seminar-subscribe__preference{margin-top:35px}.seminar-subscribe__preference h5{font-family:Roboto,sans-serif;font-weight:600;font-size:1.8rem;line-height:2.4rem}.seminar-subscribe__preference p{font-family:Roboto,sans-serif;font-weight:400;font-size:1.6rem;line-height:2.4rem;color:#6a6a6a;margin-bottom:0;margin-top:1rem}.seminar-subscribe__preference .radio-item{margin-top:.5rem}.radio-item{margin:10px 0;font-size:1.6rem;line-height:2.4rem;display:flex;align-items:center;cursor:pointer}.radio-input{width:15px;height:15px;margin-right:10px}.old_price{text-decoration:line-through;margin-right:.6em}.overflow-hidden{overflow:hidden}.mobile-menu{position:fixed;background:#fff;display:flex;top:0;right:0;width:100%;height:100vh;padding:0;flex-direction:column;transform:translateX(200vw);z-index:1100;transition:all .4s ease;max-width:50rem}@media(max-width:768px){.mobile-menu{max-width:40rem}}@media only screen and (max-width:tablet){.mobile-menu{max-width:40rem}}@media(max-width:480px){.mobile-menu{width:30rem}}@media only screen and (max-width:phone-large){.mobile-menu{width:30rem}}.mobile-menu:not(.submenu-is-open){overflow-y:auto;overflow-x:hidden}.mobile-menu.active{transform:translateX(0)}.mobile-menu ul li{border-bottom:1px solid #eaeaea}.mobile-menu ul a,.mobile-menu ul span{display:block;color:#000;font-weight:400;font-family:Roboto,sans-serif;font-size:1.6rem;line-height:1.9rem;padding:1.5rem}.mobile-menu ul a i,.mobile-menu ul span i{float:right}.mobile-menu ul a{text-decoration:none!important}.mobile-menu ul a.active,.mobile-menu ul a:active{color:#e44a4a}.mobile-menu .mobile-menu__contacts{margin-top:auto}.mobile-menu .mobile-menu__contacts,.mobile-menu .mobile-menu__social{display:flex;flex-wrap:wrap;padding:1.5rem 2rem 0}.mobile-menu .mobile-menu__social-link{color:#15528e;margin-right:15px;width:30px;height:30px}.mobile-menu .mobile-menu__social-link i{font-size:2.5rem}.mobile-menu .mobile-menu__social-link:hover{color:#e44a4a}.mobile-menu .mobile-menu__social-link span{width:25px!important;height:25px!important}.mobile-menu__close-btn{width:40px;height:40px;background:#fff;border-radius:5px;outline:none;border:none;display:flex;flex-direction:column;justify-content:center;align-items:center;transition:all .2s ease;position:absolute;top:8px;right:15px}.mobile-menu__close-btn span{width:20px;height:2px;background:#15528e;position:absolute}.mobile-menu__close-btn span:first-child{transform:rotate(45deg)}.mobile-menu__close-btn span:last-child{transform:rotate(-45deg)}.mobile-menu .mobile-menu-head{background-color:#fff;box-shadow:0 0 10px 0 rgba(0,0,0,.15);padding:2rem 2rem 1rem;position:sticky;top:0;left:0;right:0;margin:0;z-index:5;width:100%}.mobile-menu .mobile-menu-head a{display:block;max-width:15rem}.mobile-menu__contact{align-items:center;color:#000!important;display:flex;flex-direction:row;padding:.5rem 1rem 0;text-decoration:none!important}.mobile-menu__contact i{color:#15528e;font-size:1.1rem;margin-right:1rem}.mobile-menu__contact:hover{color:#e44a4a}.mobile-menu__contact-title,.mobile-menu__social-title{color:#000;display:block;font-size:1.6rem;font-weight:500;line-height:2.8rem;margin-bottom:5px;width:100%}.mobile-menu__social-link{display:inline-block}.mobile-menu>.sub-menu{height:calc(100vh - 22rem)}.mobile-menu .sub-menu{visibility:hidden;opacity:0;height:0;transform:translateX(-100vw);position:fixed;background:#fff;top:0;right:0;width:100%;height:100vh;padding:6rem 0 0;transform:translateX(200vw);transition:all .4s ease-in-out}.mobile-menu .sub-menu.active{visibility:visible;opacity:1;transform:translateX(0)}.mobile-menu .open>.sub-menu.active{overflow-y:auto;overflow-x:hidden}.mobile-menu .submenu-btn{color:#15528e;text-align:left;padding:2rem;width:100%}.mobile-menu .submenu-btn i{margin-right:5px}.mobile-menu .submenu-btn:hover{color:#e44a4a}.mobile-menu .close-submenu{display:block;width:100%}.mobile-menu-bg{background-color:rgba(0,0,0,.19);width:0;top:0;left:0;bottom:0;right:0;height:100vh;z-index:1001;position:fixed;transform:translateX(-100vw);padding-top:6rem}.mobile-menu-bg.active{transform:translateX(0);display:flex;flex-direction:column;width:100vw}.mobile-menu-bg:not(.active){opacity:0;visibility:hidden}@media(min-width:1025px){.mobile-search__forms{display:none!important}}@media only screen and (max-width:tablet-large-min){.mobile-search__forms{display:none!important}}@media(max-width:1024px){.mobile-search__forms{display:flex;flex-direction:row;margin-right:2rem;width:50px;z-index:999}}@media only screen and (max-width:tablet-large){.mobile-search__forms{display:flex;flex-direction:row;margin-right:2rem;width:50px;z-index:999}}.mobile-search__forms .header-navbar__form{transform:translateX(0);transition:all .2s ease-in-out}@media(max-width:1024px){.mobile-search__forms .header-navbar__form:not(.open){visibility:hidden;opacity:0}}@media only screen and (max-width:tablet-large){.mobile-search__forms .header-navbar__form:not(.open){visibility:hidden;opacity:0}}.mobile-search__forms .header-navbar__form:not(.open) .header-navbar__search{display:none}.mobile-search__forms.open{background-color:#fff;border-bottom:1px solid #15528e;position:fixed;right:0;top:0;left:0;width:100%;transform:translateX(1)}.mobile-search__forms.open .header-navbar__form{display:flex;flex-direction:row;width:calc(100% - 50px);padding-left:10px}@media only screen and (max-width:phone-small){.mobile-search__forms.open .header-navbar__form{width:calc(100% - 40px)}}@media(max-width:374px){.mobile-search__forms.open .header-navbar__form{width:calc(100% - 40px)}}.mobile-search__forms.open .header-navbar__form-input{background-color:#fff;border-radius:0;position:relative;right:inherit}.mobile-search__forms.open .header-navbar__form-input.active{width:calc(100% - 50px)}.mobile-search__forms.open .mobile-search__button{background-color:#15528e}.mobile-search__forms .header-navbar__search{border-radius:0;margin-right:0}@media(max-width:1024px){.mobile-search__forms .mobile-search__button{background-color:hsla(0,0%,100%,.23);color:#fff;line-height:50px;width:50px;height:50px}}@media only screen and (max-width:tablet-large){.mobile-search__forms .mobile-search__button{background-color:hsla(0,0%,100%,.23);color:#fff;line-height:50px;width:50px;height:50px}}@media only screen and (max-width:phone-small){.mobile-search__forms .mobile-search__button{width:40px}}@media(max-width:374px){.mobile-search__forms .mobile-search__button{width:40px}}.forgot-wrapper{display:flex;flex-direction:column;min-width:748px;max-width:748px;font-family:Roboto,sans-serif;padding:77px 141px;margin:0 auto;border-radius:15px;position:relative;width:100%}@media(max-width:1024px){.forgot-wrapper{padding:40px 141px}}@media only screen and (max-width:tablet-large){.forgot-wrapper{padding:40px 141px}}@media(max-width:768px){.forgot-wrapper{padding:20px 50px;max-width:46.6rem;min-width:90%}}@media only screen and (max-width:tablet){.forgot-wrapper{padding:20px 50px;max-width:46.6rem;min-width:90%}}@media(max-width:480px){.forgot-wrapper{padding:20px}}@media only screen and (max-width:phone-large){.forgot-wrapper{padding:20px}}.forgot-wrapper__title{font-weight:600;font-size:3.2rem;line-height:150%;text-align:center;margin-bottom:25px}@media(max-width:768px){.forgot-wrapper__title{margin-bottom:0}}@media only screen and (max-width:tablet){.forgot-wrapper__title{margin-bottom:0}}.forgot-wrapper__form{width:100%}.forgot-wrapper__form__input{width:100%;max-width:466px;height:60px;background:#fff;border-radius:5px;font-size:1.6rem;padding-left:15px;padding-right:39px;border:1px solid #73838a;border-radius:4px}@media(max-width:768px){.forgot-wrapper__form__input{max-width:100%}}@media only screen and (max-width:tablet){.forgot-wrapper__form__input{max-width:100%}}.forgot-wrapper__form .input-wrapper{margin-top:25px}.forgot-wrapper__form__submit{width:100%;padding:16.5px 14px;max-height:60px;background:#15528e;border-radius:4px;font-weight:600;font-size:1.8rem;line-height:2.7rem;color:#fff;margin-top:15px}.forgot-wrapper__form__submit.--disabled{background:#a1a1a1;cursor:not-allowed}.forgot-wrapper__form__submit:hover:not([disabled]){background:#10406f}.forgot-wrapper__forgot{margin:29px 0 17px;display:flex;font-weight:300;font-size:2rem;line-height:2.3rem;justify-content:center}@media(max-width:768px){.forgot-wrapper__forgot{font-size:1.6rem}}@media only screen and (max-width:tablet){.forgot-wrapper__forgot{font-size:1.6rem}}@media screen and (max-width:350px){.forgot-wrapper__forgot{flex-direction:column;align-items:center}}.forgot-wrapper__forgot__link{padding:0 10px;color:#15528e;line-height:2.3rem;font-weight:300}.forgot-wrapper__forgot__link:hover{color:#10406f;text-decoration:underline}.forgot-wrapper__forgot__link i{margin:0 5px;font-size:1.3rem}@media(max-width:768px){.ReactModalPortal .ReactModal__Content{min-width:calc(100vw - 40px)}}@media only screen and (max-width:tablet){.ReactModalPortal .ReactModal__Content{min-width:calc(100vw - 40px)}}@media(max-width:1024px){.ReactModalPortal .close{top:5px;position:relative}.ReactModalPortal .close svg path{fill:#e44a4a}}@media only screen and (max-width:tablet-large){.ReactModalPortal .close{top:5px;position:relative}.ReactModalPortal .close svg path{fill:#e44a4a}}@media(max-width:1024px){.ReactModalPortal .login-wrapper{max-height:90vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e44a4a #eaeaea;padding:40px 141px}.ReactModalPortal .login-wrapper::-webkit-scrollbar{width:6px;padding-top:30px;padding-bottom:20px}.ReactModalPortal .login-wrapper::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:3px}.ReactModalPortal .login-wrapper::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}}@media only screen and (max-width:tablet-large){.ReactModalPortal .login-wrapper{max-height:90vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#e44a4a #eaeaea;padding:40px 141px}.ReactModalPortal .login-wrapper::-webkit-scrollbar{width:6px;padding-top:30px;padding-bottom:20px}.ReactModalPortal .login-wrapper::-webkit-scrollbar-track{background-color:#eaeaea;border-radius:3px}.ReactModalPortal .login-wrapper::-webkit-scrollbar-thumb{box-shadow:inset 0 0 60px #e44a4a;border-radius:3px}}@media(max-width:768px){.ReactModalPortal .login-wrapper{padding:40px}}@media only screen and (max-width:tablet){.ReactModalPortal .login-wrapper{padding:40px}}@media(max-width:480px){.ReactModalPortal .login-wrapper{padding:40px 15px}}@media only screen and (max-width:phone-large){.ReactModalPortal .login-wrapper{padding:40px 15px}}@media(max-width:480px){.ReactModalPortal .login-wrapper__form .input-wrapper{margin-top:15px}}@media only screen and (max-width:phone-large){.ReactModalPortal .login-wrapper__form .input-wrapper{margin-top:15px}}.ReactModal__Body--open{overflow:hidden}html:has(body.ReactModal__Body--open){overflow:hidden}.accountancy-item{display:flex;flex-direction:row;position:relative;width:100%}@media(max-width:600px){.accountancy-item{flex-direction:column}}@media only screen and (max-width:phone-larg-md){.accountancy-item{flex-direction:column}}.accountancy-item__image-wrapper{width:30%;position:relative}@media(max-width:600px){.accountancy-item__image-wrapper{width:100%}}@media only screen and (max-width:phone-larg-md){.accountancy-item__image-wrapper{width:100%}}.accountancy-item__image-wrapper__image-block{border-radius:5px;overflow:hidden;position:relative;padding-top:58%;width:100%}.accountancy-item__image-wrapper_img{border-radius:5px;bottom:0;-o-object-fit:cover!important;object-fit:cover!important;height:100%;left:0;position:absolute;right:0;top:0;width:100%}.accountancy-item__image-wrapper__actions-list{display:flex;flex-direction:row;position:absolute;padding:20px;top:0;z-index:10}.accountancy-item__image-wrapper_actions{margin-right:5px;margin-bottom:6px;padding:4px 6px;font-weight:800;font-size:1.4rem;font-family:Inter,sans-serif;line-height:1.8rem;color:#fff;background:#e44a4a;border-radius:4px;text-transform:uppercase}.accountancy-item__image-wrapper_action{display:flex;flex-direction:row}.accountancy-item__content{display:flex;flex-direction:column;justify-content:space-between;margin-left:20px;width:calc(70% - 20px)}@media(max-width:600px){.accountancy-item__content{width:100%;margin:20px 0 0}}@media only screen and (max-width:phone-larg-md){.accountancy-item__content{width:100%;margin:20px 0 0}}.accountancy-item__content__header{display:flex;flex-direction:row;align-items:center;margin-bottom:3px}.accountancy-item__content__header__status{margin-right:15px;background:#15528e;border-radius:2px;font-weight:900;font-size:11px;font-family:Roboto,sans-serif;line-height:13px;color:#fff;text-transform:uppercase;padding:4px 12px}.accountancy-item__content__header__status.--offline{background:#e44a4a}.accountancy-item__content__title{font-weight:500;font-size:20px;font-family:Roboto,sans-serif;line-height:23px;color:#000;margin-bottom:auto;max-width:59rem}.accountancy-item__content__title a{color:#000}.accountancy-item__content__title a:hover{color:#15528e;text-decoration:underline}.accountancy-item__content__footer{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;margin-top:12px}.accountancy-item__content__footer__date{align-items:center;color:#000;display:flex;flex-direction:row;font-size:1.4rem;font-family:Roboto,sans-serif;line-height:1.6rem;margin-right:3rem}.accountancy-item__content__footer__date__icon{color:#15528e;font-size:1.2rem;line-height:1.6rem;margin-right:5px}.accountancy-item__content__footer__date img{height:14px;width:11px}.accountancy-item__content__footer__company{color:#000;font-weight:400;font-size:1.4rem;line-height:1.6rem;margin-right:.8rem;max-width:calc(100% - 11.1rem);position:relative;z-index:2}@media(max-width:1200px){.accountancy-item__content__footer__company{max-width:-moz-max-content;max-width:max-content}}@media only screen and (max-width:laptop){.accountancy-item__content__footer__company{max-width:-moz-max-content;max-width:max-content}}@media(max-width:768px){.accountancy-item__content__footer__company{max-width:calc(100% - 11.3rem)}}@media only screen and (max-width:tablet){.accountancy-item__content__footer__company{max-width:calc(100% - 11.3rem)}}@media(max-width:600px){.accountancy-item__content__footer__company{max-width:100%}}@media only screen and (max-width:phone-larg-md){.accountancy-item__content__footer__company{max-width:100%}}.accountancy-item__content__footer__company:hover{color:#15528e}.accountancy-item__content__footer__company__icon{color:#15528e;font-size:1.2rem;margin-right:5px}.accountancy-item__content__footer__company a{color:#000;text-decoration:underline}.accountancy-item__content__footer__company a:hover{color:#15528e}.accountancy-item__content__footer__show-more{margin-left:30px;font-weight:600;font-size:1.4rem;line-height:1.6rem;color:#15528e}.accountancy-item__content__footer__show-more:hover{text-decoration:underline}.accountancy-item__content__footer__show-more__icon{font-size:1.2rem;margin-left:5px}.notification__count{background-color:#e44a4a;border-radius:50%;color:#fff;font-size:1.2rem;min-width:1.5rem;height:1.5rem;padding:.1rem;margin-bottom:.5rem;line-height:1.5rem}.custom-tooltip{z-index:10!important}.tooltip{position:relative}.tooltip .tooltiptext{visibility:hidden;width:-moz-max-content;width:max-content;background-color:#fff;color:#000;border:1px solid #104a83;text-align:center;padding:5px;border-radius:6px;position:absolute;z-index:99999;top:150%;left:50%;transform:translate(-50%)}@media screen and (max-width:1025px){.tooltip .tooltiptext{display:none}}.tooltip .tooltiptext:after{content:"";position:absolute;bottom:100%;left:50%;margin-left:-5px;border:5px solid transparent;border-bottom-color:#104a83}.tooltip:hover .tooltiptext{visibility:visible}.scrollTopBtn{background-color:#15528e;bottom:10%;border-radius:5px;box-shadow:0 0 10px 0 hsla(0,0%,100%,.6);color:#fff;font-size:1.6rem;height:5rem;position:fixed;right:2vw;transition:.2s ease-in-out;width:5rem;z-index:99}.scrollTopBtn i{font-size:1.4rem}.scrollTopBtn:focus,.scrollTopBtn:hover{background-color:#e44a4a}.scrollTopBtn:not(.visible){opacity:0;visibility:hidden}.confirm_container{padding:4rem 2rem 0 0;text-align:left}.confirm_text{color:#e44a4a;font-weight:700;text-decoration:underline;cursor:pointer}.table-container{position:relative}.table-container td{font-size:1.6rem}.table-container tr td:nth-child(2){display:none}.table-container tr td:nth-child(3){width:120px}.table-container .loading-wrapper{position:inherit}.table-container .loading-wrapper .spinner div{border:4px solid transparent;border-top-color:#fff}.last_save{margin-top:2rem}.work-reports ul li{font-size:1.6rem}.example-modal{max-width:900px;padding:40px;max-height:95vh;min-height:20vh;display:flex}@media screen and (max-width:900px){.example-modal{max-width:95vw}}.example-modal .exmaple-modal-content{overflow:auto}.example-modal .exmaple-modal-content ul{margin-left:2rem}.example-modal .close{right:8px;left:auto;position:absolute;top:8px;z-index:9999}.example-modal .close svg{width:35px;height:35px}.profile-alert-modal .close{top:-70px}@media(max-width:768px){.profile-alert-modal .close{top:15px}}@media only screen and (max-width:tablet){.profile-alert-modal .close{top:15px}}.profile-alert-modal .close path,.profile-alert-modal .close svg{fill:#e44a4a}.loading-wrapper{position:inherit}.example-modal-content{display:flex;justify-content:center;align-items:center}.modal-textarea{width:auto;height:auto;resize:vertical!important}.modal-textarea:hover{background-color:#ebebeb}.reset-modal{display:flex;flex-direction:column;justify-content:center;align-items:center}.reset-modal__text{margin-bottom:1rem}.command-history__tabs{display:flex;justify-content:space-evenly;align-items:flex-start;border-bottom:1px solid #ececec;margin-left:41px}@media screen and (max-width:768px){.command-history__tabs{margin-left:0}}.command-history h1{cursor:pointer}.tab{font-weight:700;font-size:2rem;line-height:120%;width:100%;text-align:center;transition:all .2 ease-in-out;color:#d4d4d4;position:relative;padding-bottom:11px}.tab.selected{color:#15528e}.tab.selected:after{content:"";display:block;position:absolute;width:100%;height:2px;background-color:#fbb13c;bottom:-1px;border-radius:2px 2px 0 0}.accounting-policy-profile{background-color:#fff;max-height:99vh;padding:3rem 6rem 1rem 3rem;overflow-x:auto}.accounting-policy-item{margin-top:15px;margin-bottom:15px;padding:1rem;border-bottom:1px solid #000!important}.accounting-policy-item__order{margin-right:30px;width:15px}.accounting-policy-item__radio{position:relative;margin:.5rem}.accounting-policy-item__radio-text{width:calc(100% - 25px)}.accounting-policy-item__radio-label{display:flex;margin:.5rem}.accounting-policy-item__header{display:flex}.accounting-policy-item__name{margin-left:15px}.accounting-policy-item__info{margin-left:37px}.accounting-policy-item__inputs{display:flex;flex-wrap:wrap;justify-content:flex-start;margin-top:.5rem}.accounting-policy-item__inputs .input-wrapper{width:calc(33.33% - 30px);margin-right:30px}.accounting-policy-input{width:100%;height:4rem;background:#fff;border-radius:.5rem;padding-left:1.5rem;padding-right:3.9rem;border:1px solid #73838a;border-radius:.4rem}@media only screen and (max-width:992px){.accounting-policy-input{width:100%}}@media(max-width:768px){.accounting-policy-input{max-width:100%}}@media only screen and (max-width:tablet){.accounting-policy-input{max-width:100%}}.text-underline{text-decoration:underline;word-break:break-all}.bottom-buttons button{margin:0 1.2rem 1rem;min-width:20rem}.accounting-policy-item.error{box-shadow:10px 5px 5px #e44a4a;margin-right:15px}.alert-message{color:#e44a4a;background-color:#f8d7da;margin-left:30px;padding:.75rem 1.25rem;margin-bottom:1rem;border:1px solid transparent;border-radius:.25rem}.alert-message.name-alert{margin-left:60px}.accounting-policy-input-name{margin-top:1rem;border:.5px solid #000;margin-left:60px;margin-right:10px}.disabled-click{pointer-events:none}.profile-alert-modal.accounting-alert-modal .close{background-color:#fff;border-radius:50%;height:5rem;padding:0;top:1rem!important;left:calc(100% - 7.7rem);width:5rem}.name-heading{display:flex;justify-content:center;align-items:center;font-weight:700;font-size:20px}.example-modal-image{margin-right:12px;cursor:pointer;position:absolute;left:-20px}.accounting-policy-text__info{display:flex;justify-content:flex-start;align-items:flex-start}.accounting-policy-text__info-image{margin-left:16px;cursor:pointer}.accounting-policy-text__info-title{display:flex}.accounting-policy-text__info-title-image{margin-left:16px;cursor:pointer}.display-flex.flex-wrap.justify-center.bottom-buttons{position:sticky;bottom:0;background-color:#fff}.name-center{align-items:center;display:flex;justify-content:center;font-size:20px;font-weight:700}.name-right{align-items:flex-end;display:flex;justify-content:flex-end}.accounting-table{border-collapse:collapse}.accounting-table td,.accounting-table th{border:1px solid #ddd;text-align:left;padding:8px}.preview-modal{max-width:1200px!important;padding:3rem 6rem 1rem 3rem!important;max-height:99vh!important;overflow-x:auto!important;-webkit-user-select:none;-ms-user-select:none;-moz-user-select:none;user-select:none}.progress{position:sticky;bottom:-10px;display:flex;height:1rem;overflow:hidden;font-size:.75rem;background-color:#e9ecef;border-radius:.25rem}.progress-bar{display:flex;flex-direction:column;justify-content:center;color:#fff;background-color:#15528e;transition:width .6s ease}.command-history{padding-top:6.2rem;background-color:#fff;position:relative;z-index:2;padding-left:41px;display:block;width:100%}.command-history .loading-wrapper{position:inherit}@media(max-width:768px){.command-history{padding-left:0;padding-top:4rem}}@media only screen and (max-width:tablet){.command-history{padding-left:0;padding-top:4rem}}.command-history .rdt_Table{border:1px solid #ececec}.command-history .rdt_TableCell,.command-history .rdt_TableCol{min-width:inherit}.command-history .training__history-item{white-space:break-spaces}@media(min-width:1441px){.command-history .bQdYbR:nth-child(2){min-width:20rem}}@media only screen and (max-width:laptop-large-min){.command-history .bQdYbR:nth-child(2){min-width:20rem}}@media(max-width:1440px){.command-history .bQdYbR:nth-child(2){min-width:14rem}}@media only screen and (max-width:laptop-large){.command-history .bQdYbR:nth-child(2){min-width:14rem}}.active{color:#15528e;font-weight:500}.waiting{color:#ffbb0e;font-weight:500}.canceled{color:#e44a4a;font-weight:500}.expired{color:#ff794f;font-weight:500}.table-head{font-weight:700;font-size:16px;white-space:wrap}.landing-page .nav-desktop{display:none;justify-content:space-between;height:120px;width:100%;padding:0 40px;background:transparent;position:absolute;z-index:3}@media(min-width:1200px){.landing-page .nav-desktop{display:flex}}.landing-page .nav-desktop .menu-desktop{display:flex;height:100%;align-items:center;justify-content:space-between;z-index:4}.landing-page .nav-desktop .menu-desktop ul{display:flex;overflow:hidden}.landing-page .nav-desktop .menu-desktop ul li{margin-right:30px;color:#fff;font-weight:500}.landing-page .nav-desktop .logo{height:100%;display:flex}.landing-page .nav-desktop .logo img{display:flex;height:auto;width:300px}.landing-page .nav-desktop .right-list{display:flex;justify-content:flex-end;align-items:center;height:100%;z-index:4}.landing-page .nav-desktop .right-list a{height:30px}.landing-page .nav-desktop .right-list .phone{font-size:20px;font-weight:500;margin-right:15px}.landing-page .nav-desktop .right-list .icon{margin-left:10px}.landing-page .nav-desktop .right-list .icon:hover svg path{transition:.2s ease-in-out;fill:#e44a4a!important}.landing-page .nav-desktop .menu-desktop a,.landing-page .nav-desktop .right-list .phone{position:relative}.landing-page .nav-desktop .menu-desktop a:after,.landing-page .nav-desktop .right-list .phone:after{content:"";display:block;position:absolute;bottom:-3px;left:0;right:0;width:0;border-bottom:2px solid #e44a4a;margin:0 auto;transition:.2s ease-in-out}.landing-page .nav-desktop .menu-desktop a:hover:after,.landing-page .nav-desktop .right-list .phone:hover:after{width:100%}.landing-page .nav-mobile.is-active{transition:.5s;background:#000}.landing-page .nav-mobile{height:80px;background:transparent;width:100%;padding:0;position:absolute;z-index:3;display:flex;justify-content:flex-end;align-items:center}@media(min-width:1200px){.landing-page .nav-mobile{display:none;padding:0 20px}}.landing-page .nav-mobile .mob-nav{display:none}.landing-page .nav-mobile .mob-nav.is-active{display:flex;flex-direction:column;align-items:center;justify-content:center;animation:fade .5s;position:absolute;top:80px;left:0;width:100%;background:#000;padding:20px;color:#fff}.landing-page .nav-mobile .mob-nav.is-active .phone{font-weight:500}.landing-page .nav-mobile .mob-nav.is-active .menu-mobile{width:100%;display:flex;justify-content:center}.landing-page .nav-mobile .mob-nav.is-active .menu-mobile ul li{text-align:center;font-weight:500;margin-bottom:20px}.landing-page .nav-mobile .mob-nav.is-active .logo{width:100%;display:flex;justify-content:center;margin-bottom:0}@media(min-width:768px){.landing-page .nav-mobile .mob-nav.is-active .logo{margin-bottom:50px}}.landing-page .nav-mobile .mob-nav.is-active .logo img{height:auto;width:100%}@media(min-width:768px){.landing-page .nav-mobile .mob-nav.is-active .logo img{width:800px}}.landing-page .nav-mobile .mob-nav.is-active .icons-list{width:100%;display:flex;justify-content:center;margin-top:20px}.landing-page .nav-mobile .mob-nav.is-active .icons-list a{margin:0 5px}.landing-page .hamburger{padding:15px;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.landing-page .hamburger.is-active:hover,.landing-page .hamburger:hover{opacity:.7}.landing-page .hamburger.is-active .hamburger-inner,.landing-page .hamburger.is-active .hamburger-inner:after,.landing-page .hamburger.is-active .hamburger-inner:before{background-color:#fff}.landing-page .hamburger-box{width:40px;height:24px;display:inline-block;position:relative}.landing-page .hamburger-inner{display:block;top:50%;margin-top:-2px}.landing-page .hamburger-inner,.landing-page .hamburger-inner:after,.landing-page .hamburger-inner:before{width:35px;height:4px;background-color:#fff;border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.landing-page .hamburger-inner:after,.landing-page .hamburger-inner:before{content:"";display:block}.landing-page .hamburger-inner:before{top:-10px}.landing-page .hamburger-inner:after{bottom:-10px}.landing-page .hamburger--spring .hamburger-inner{top:2px;transition:background-color 0s linear .13s}.landing-page .hamburger--spring .hamburger-inner:before{top:10px;transition:top .1s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.landing-page .hamburger--spring .hamburger-inner:after{top:20px;transition:top .2s cubic-bezier(.33333,.66667,.66667,1) .2s,transform .13s cubic-bezier(.55,.055,.675,.19)}.landing-page .hamburger--spring.is-active .hamburger-inner{transition-delay:.22s;background-color:transparent!important}.landing-page .hamburger--spring.is-active .hamburger-inner:before{top:0;transition:top .1s cubic-bezier(.33333,0,.66667,.33333) .15s,transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(45deg)}.landing-page .hamburger--spring.is-active .hamburger-inner:after{top:0;transition:top .2s cubic-bezier(.33333,0,.66667,.33333),transform .13s cubic-bezier(.215,.61,.355,1) .22s;transform:translate3d(0,10px,0) rotate(-45deg)}.banner.landing-page{width:100%;display:flex;align-items:center;justify-content:center;min-height:100vh;height:100%;position:relative;z-index:1;padding-top:5rem;padding-bottom:5rem}.banner.landing-page:after{content:"";display:flex;position:absolute;width:100%;height:100%;top:0;left:0;background:rgba(0,0,0,.6);z-index:2}.banner.landing-page .content{z-index:3;color:#fff;max-width:960px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:0 20px}@media(min-width:768px){.banner.landing-page .content{padding:0}}.banner.landing-page .content h1{font-size:22px;font-weight:600;margin-bottom:20px;line-height:1.2}@media(min-width:576px){.banner.landing-page .content h1{font-size:42px}}@media(min-width:768px){.banner.landing-page .content h1{font-size:62px}}.banner.landing-page .content p{font-size:16px;font-weight:300;line-height:22px;margin-bottom:40px}@media(min-width:576px){.banner.landing-page .content p{margin-bottom:80px;line-height:32px;font-size:18px}}@media(min-width:768px){.banner.landing-page .content p{font-size:22px}}.banner.landing-page .content .link-down{position:absolute;bottom:100px;left:0;width:100%;display:flex;justify-content:center}.banner.landing-page .content .link-down .arrow-down{animation:bounceDown 2s infinite}.landing-page .banner-button,.landing-page .section-button{display:flex;justify-content:center;align-items:center;text-transform:uppercase;background:#e44a4a;color:#fff;font-size:14px;height:50px;width:200px;border-radius:4px;font-weight:700;transition:.5s}@media(min-width:768px){.landing-page .banner-button,.landing-page .section-button{height:60px;width:290px;font-size:16px}}.landing-page .banner-button:hover,.landing-page .section-button:hover{background:#ba3a3a}.landing-page .section-button{text-transform:none;background:#15528e;border-radius:10px;margin-top:30px;transition:.5s}@media(min-width:768px){.landing-page .section-button{margin-top:80px}}.landing-page .section-button:hover{background:#e44a4a}.offer.landing-page{background:#fff}.offer.landing-page .action{width:100%;display:flex;justify-content:center}@media screen and (min-width:992px){.offer.landing-page .row{justify-content:center}}@media(min-width:768px)and (max-width:992px){.offer.landing-page .item-desc{margin-bottom:15px}}.offer.landing-page .ofer-item{margin-bottom:40px}@media(min-width:768px){.offer.landing-page .ofer-item{margin-bottom:0}}.benefit.landing-page{background:#e0e0e0}@media screen and (min-width:992px){.benefit.landing-page .row{justify-content:center}}.benefit.landing-page .benefit-item{margin-bottom:40px;padding:0 15px}@media(min-width:768px){.benefit.landing-page .benefit-item{padding:0 35px}}.benefit.landing-page .benefit-item .item-img{display:flex;justify-content:center}.benefit.landing-page .benefit-item .item-img img{height:90px;width:90px}.benefit.landing-page .benefit-item .item-title{margin:30px 0}.benefit.landing-page .benefit-item .item-desc,.benefit.landing-page .benefit-item .item-title{text-align:center}.get-access.landing-page{position:relative;z-index:1}.get-access.landing-page,.get-access.landing-page:after{width:100%;display:flex;align-items:center;justify-content:center;flex-direction:column}.get-access.landing-page:after{content:"";position:absolute;height:100%;top:0;left:0;background:rgba(0,0,0,.8);z-index:2}.get-access.landing-page .bg-parallax{position:absolute;background:url(/images/bg-paralax.jpg);background-attachment:fixed!important;background-position:50%!important;background-size:cover!important;width:100%;height:100%}.get-access.landing-page .content{max-width:960px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:3}.get-access.landing-page .content .section-title{font-size:30px;margin-bottom:40px;padding:0 30px;font-weight:500;line-height:1.2}@media(min-width:768px){.get-access.landing-page .content .section-title{font-size:48px}}.get-access.landing-page .content .content-description p{font-size:20px;padding:0 20px;margin-bottom:40px;line-height:1.5}@media(min-width:768px){.get-access.landing-page .content .content-description p{font-size:24px;padding:0 180px}}.get-access.landing-page .content .content-description p,.get-access.landing-page .content .section-title{color:#fff}.get-access.landing-page .action{margin-top:60px;position:relative;justify-content:center;display:flex;z-index:4;padding:0 25px}.get-access.landing-page .action .banner-button,.get-access.landing-page .action .section-button{width:320px}.get-access.landing-page .action .arrow-aside{display:none;position:absolute;left:0;top:0;transform:translate(-80px,-30px)}@media(min-width:576px){.get-access.landing-page .action .arrow-aside{display:flex}}.get-access.landing-page .action .arrow-aside img{height:110px}.get-access.landing-page .action .arrow-down{display:flex;height:40px;position:absolute;top:0;left:0;transform:translate(150px,-60px)}@media(min-width:576px){.get-access.landing-page .action .arrow-down{display:none}}.why-we.landing-page{display:flex;flex-direction:column;align-items:center}.why-we.landing-page .section-title{margin-bottom:20px}.why-we.landing-page .section-subtitle{margin-bottom:30px;padding:0 40px}@media(min-width:768px){.why-we.landing-page .section-subtitle{padding:0 20%}}.why-we.landing-page .content{max-width:640px;display:flex;align-items:center;flex-direction:column;padding:0 20px}.why-we.landing-page .content .why-item{display:flex;align-items:flex-start;margin-bottom:20px}.why-we.landing-page .content .why-item .icon{margin-right:15px}.why-we.landing-page .content .why-item .icon img{width:38px;height:38px}.why-we.landing-page .content .why-item .why-title{font-size:16px;margin-bottom:14px;line-height:1.35;font-weight:600}@media(min-width:768px){.why-we.landing-page .content .why-item .why-title{font-size:18px}}.why-we.landing-page .content .why-item .why-desc{font-size:14px;line-height:1.45;font-weight:300;margin-bottom:1rem}@media(min-width:768px){.why-we.landing-page .content .why-item .why-desc{font-size:16px}}.why-we.landing-page .action{width:100%;display:flex;justify-content:center}.why-we.landing-page .action .section-button{background:#e44a4a}.why-we.landing-page .action .section-button:hover{background:#ba3a3a}.reviews.landing-page{background:#ededed}.reviews.landing-page .container{position:relative}.reviews.landing-page .reviews-slider-button-next,.reviews.landing-page .reviews-slider-button-prev{position:absolute;top:50%;display:block;padding:0;transform:translateY(-50%);cursor:pointer;border:none;outline:none;background:transparent;width:40px;height:40px;z-index:1000}.reviews.landing-page .reviews-slider-button-next:before,.reviews.landing-page .reviews-slider-button-prev:before{font-size:40px;opacity:1;font-family:slick;line-height:1;color:#f44336;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.reviews.landing-page .reviews-slider-button-prev{left:0}.reviews.landing-page .reviews-slider-button-prev:before{content:"←"}.reviews.landing-page .reviews-slider-button-next{right:0}.reviews.landing-page .reviews-slider-button-next:before{content:"→"}.reviews.landing-page .review-item{width:100%;display:flex;align-items:center;flex-direction:column;margin-bottom:40px}@media(min-width:576px){.reviews.landing-page .review-item{flex-direction:row;align-items:flex-start;justify-content:flex-start}}.reviews.landing-page .review-item .review-img{display:flex;margin-bottom:10px}.reviews.landing-page .review-item .review-img img{border-radius:50%;width:100px;height:100px}.reviews.landing-page .review-item .review-desc{width:100%;display:flex;flex-direction:column;align-items:center;padding:0 40px}@media(min-width:576px){.reviews.landing-page .review-item .review-desc{align-items:flex-start}}.reviews.landing-page .review-item .review-desc .review-more{outline:none;border:0;font-size:14px;padding:5px 0;color:#e44a4a;font-weight:500;transition:.5s}.reviews.landing-page .review-item .review-desc .review-more:hover{color:#ba3a3a}.reviews.landing-page .review-item .review-desc .review-more:active,.reviews.landing-page .review-item .review-desc .review-more:focus{outline:none}.reviews.landing-page .review-item .review-desc .desc{text-align:center;font-size:12px;font-weight:300;overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical;height:63px}@media(min-width:576px){.reviews.landing-page .review-item .review-desc .desc{text-align:left;font-size:16px}}.reviews.landing-page .review-item .review-desc .name{margin-top:15px;font-size:12px;font-weight:600;line-height:1.5}@media(min-width:576px){.reviews.landing-page .review-item .review-desc .name{font-size:14px}}.reviews.landing-page .review-item .review-desc .position span{margin-right:5px}.reviews.landing-page .review-item .review-desc .position{font-size:12px;margin-top:5px;font-weight:300}.reviews.landing-page .review-item .review-desc .position a{color:#000;border-bottom:2px solid #e44a4a}.reviews.landing-page .review-item .review-desc .position a:hover{color:#ba3a3a}.review-item-modal{padding:25px;max-width:85%}.review-item-modal .desc{text-align:left;font-size:16px;font-weight:300;max-width:80%}.review-item-modal .name{margin-top:15px;font-size:14px;font-weight:600;line-height:1.5}.review-item-modal .position{font-size:12px;margin-top:5px;font-weight:300}.review-item-modal .close{width:20px;height:20px;left:auto;right:20px;top:20px;position:absolute!important}.review-item-modal .close svg{width:20px;height:20px}#subscription.subscription.landing-page{background:#fff}@media screen and (max-width:992px){#subscription.landing-page .profile-journal.row{flex-direction:column!important}#subscription.subscription.landing-page .col-sm-6{width:100%!important}#subscription.landing-page .included-services__premium,#subscription.landing-page .included-services__standard{max-width:100%!important}}#subscription.subscription.landing-page .subsc-item{width:100%;display:block;position:relative;background:#ededed;margin-bottom:40px;border-radius:10px}#subscription.subscription.landing-page .subsc-item .head{background:#e44a4a;display:flex;width:100%;flex-direction:column;align-items:center;padding:20px;border-top-left-radius:10px;border-top-right-radius:10px}#subscription.subscription.landing-page .subsc-item .head .variant{width:100%;text-transform:uppercase;font-size:18px;border-bottom:1px solid #dedede;padding:0 0 18px;display:flex;justify-content:center;font-weight:500}#subscription.subscription.landing-page .subsc-item .head .price{margin-top:30px;font-weight:600;font-size:30px}#subscription.subscription.landing-page .subsc-item .head .period{font-size:18px;font-weight:300}#subscription.subscription.landing-page .subsc-item .content{display:flex;align-items:center;flex-direction:column;padding:30px 20px}#subscription.subscription.landing-page .subsc-item .content ul li{display:flex;align-items:flex-start}#subscription.subscription.landing-page .subsc-item .content ul li img{width:25px;height:25px;margin:2px 15px 0 0}#subscription.subscription.landing-page .subsc-item .content ul li p{font-size:18px;margin-bottom:15px;font-weight:300}#subscription.subscription.landing-page .subsc-item .content .year{display:flex;font-size:18px;font-weight:600;height:27px}#subscription.subscription.landing-page .subsc-item .content .year .year-select{background:transparent;border:0;border-bottom:1px solid #e44a4a;width:80px;margin-left:10px;text-align:center}#subscription.subscription.landing-page .subsc-item .content .year .year-select:active,#subscription.subscription.landing-page .subsc-item .content .year .year-select:focus{outline:none}#subscription.subscription.landing-page .subsc-item .content .year-empty{display:none}@media(min-width:992px){#subscription.subscription.landing-page .subsc-item .content .year-empty{display:flex}}#subscription.subscription.landing-page .subsc-item .content .banner-button,#subscription.subscription.landing-page .subsc-item .content .section-button{color:#000;text-transform:none;font-size:16px;font-weight:500;width:156px;height:60px;margin-top:50px}#subscription.landing-page .profile-journal .included-services__premium,#subscription.landing-page .profile-journal .included-services__standard{background-color:#f7f7f7;border-radius:10px;height:-moz-fit-content;height:fit-content;max-width:480px;margin:0 auto 30px;padding-bottom:10px;width:100%}#subscription.landing-page .profile-journal .premium-red,#subscription.landing-page .profile-journal .standard-blue{align-items:center;border-radius:10px 10px 0 0;display:flex;justify-content:center;min-height:82px;position:relative;text-transform:uppercase;width:100%}#subscription.landing-page .profile-journal .premium-red{background-color:#e44a4a}#subscription.landing-page .profile-journal .standard-blue{background-color:#15528e}#subscription.landing-page .profile-journal .premium-red:after,#subscription.landing-page .profile-journal .standard-blue:after{border-left:11px solid transparent!important;border-right:11px solid transparent!important;content:""!important;height:0!important;left:0!important;margin:0 auto!important;position:absolute!important;right:0!important;top:99%!important;width:0!important}#subscription.landing-page .profile-journal .standard-blue:after{border-top:14px solid #15528e!important}#subscription.landing-page .profile-journal .premium-red:after{border-top:14px solid #e44a4a}#subscription.landing-page .profile-journal .premium-red h4,#subscription.landing-page .profile-journal .standard-blue h4{align-items:center;color:#fff;font-family:Roboto,sans-serif;font-weight:700;font-size:16px;justify-content:center;line-height:19px;text-align:center}#subscription.landing-page .profile-journal .elements-include{font-weight:600;font-size:16px;margin-top:39px;text-align:center}#subscription.landing-page .profile-journal .elements-include li{display:flex;align-items:baseline;justify-content:flex-start;margin-bottom:16px;padding:0 32px;line-height:20px!important;text-align:left}#subscription.landing-page .profile-journal .elements-include li img{transform:translateY(4px)}#subscription.landing-page .profile-journal .elements-include__text{margin-left:5px;margin-bottom:0;display:block!important}#subscription.landing-page .profile-journal .included-services__total-price p{font-family:Roboto,sans-serif;font-weight:700;font-size:20px;line-height:23px;text-transform:uppercase;text-align:center}#subscription.landing-page .profile-journal .included-services__total-price .button-blue,#subscription.landing-page .profile-journal .included-services__total-price .button-red,#subscription.landing-page .profile-journal .included-services__total-price button{align-items:center;border-radius:8px;border:none!important;color:#fff;display:flex;font-weight:600;font-size:14px;height:40px;justify-content:center;line-height:16px;margin:15px auto 16px;max-width:304px;text-decoration:none;width:100%}#subscription.landing-page .profile-journal .included-services__total-price .button-red{background-color:#e44a4a}#subscription.landing-page .profile-journal .included-services__total-price .button-red:hover{background-color:#ba3a3a}#subscription.landing-page .profile-journal .included-services__total-price .button-blue{background-color:#15528e}#subscription.landing-page .profile-journal .included-services__total-price .button-blue:hover{background-color:#e44a4a}#subscription.landing-page .profile-journal{padding-top:0!important;padding-left:0!important;display:flex!important}@media screen and (max-width:1200px){#subscription.landing-page .profile-journal .included-services__premium .elements-include__text,#subscription.landing-page .profile-journal .included-services__standard .elements-include__text{display:block;font-weight:600!important;font-size:16px!important;margin-left:10px!important;max-width:unset!important}}.guaranty.landing-page{background:#eee;display:flex;flex-direction:column;align-items:center}.guaranty.landing-page .section-subtitle{margin-bottom:30px}.guaranty.landing-page .content{max-width:960px;width:auto}@media(min-width:992px){.guaranty.landing-page .content{width:960px}}.guaranty.landing-page .content ul .guaranty-item{display:flex;flex-direction:column;background:#fff;margin-bottom:3px;cursor:pointer}.guaranty.landing-page .content ul .guaranty-item .head{padding:20px;display:flex;justify-content:space-between;align-items:center}.guaranty.landing-page .content ul .guaranty-item .head .title{margin-bottom:0;font-size:20px;width:70%;line-height:1.5;cursor:pointer;font-weight:500;color:#212529}.guaranty.landing-page .content ul .guaranty-item .head .icon-collapse.active{transform:rotate(-45deg)}.guaranty.landing-page .content ul .guaranty-item .head .icon-collapse{width:40px;height:40px;border-radius:50%;cursor:pointer;transition:.5s;display:flex;justify-content:center;align-items:center}.guaranty.landing-page .content ul .guaranty-item .head .icon-collapse:hover{background:#eee}.guaranty.landing-page .content ul .guaranty-item .desc{padding:0 60px 0 20px;font-weight:300;font-size:18px}.guaranty.landing-page p.collapsed{margin-bottom:0;line-height:1.5;height:0;overflow:hidden;transition:all .45s ease}.guaranty.landing-page p.collapsed.show{height:-moz-fit-content;height:fit-content;margin-bottom:16px}.articles.landing-page{background:#fff;display:flex;align-items:center;flex-direction:column}.articles.landing-page .content{display:flex;flex-direction:column;justify-content:center;padding:0 20px;max-width:960px}.articles.landing-page .content .article-item{display:flex;margin-bottom:30px;flex-direction:column;align-items:center}@media(min-width:576px){.articles.landing-page .content .article-item{flex-direction:row;align-items:flex-start}}.articles.landing-page .content .article-item .icon{position:relative;display:flex;justify-content:flex-end;margin-right:0;width:100%;margin-bottom:15px}@media(min-width:576px){.articles.landing-page .content .article-item .icon{margin-bottom:0;min-width:120px;max-width:120px;margin-right:20px}}.articles.landing-page .content .article-item .icon .image{width:100%;border-radius:4px}.articles.landing-page .content .article-item .icon .image-svg{width:38px;height:38px;display:none}@media(min-width:576px){.articles.landing-page .content .article-item .icon .image-svg{display:block;width:45px;height:45px}}.articles.landing-page .content .article-item .title{font-size:18px;line-height:1.35;font-weight:600}.articles.landing-page .content .article-item .text{font-size:16px;line-height:1.45;font-weight:300}.articles.landing-page .content .article-item .author{font-size:14px;color:#000;margin:10px 0}.landing-page .author a{color:#000}.landing-page .author a:hover{color:#bfbdbd}.articles.landing-page .action{width:100%;display:flex;justify-content:center}.articles.landing-page .action .section-button{background:#15528e}.articles.landing-page .action .section-button:hover{background:#e44a4a}.articles.landing-page .article-item h5{color:#000}.article-item .date{margin-right:1rem;color:#000}.how_subscribe.landing-page{background:#eee}.how_subscribe.landing-page .content{display:flex;margin-top:60px}.how_subscribe.landing-page .content .hs-item{display:flex;flex-direction:column;align-items:center;margin-bottom:60px}.how_subscribe.landing-page .content .hs-item .number{width:80px;height:80px;border-radius:50%;display:flex;justify-content:center;align-items:center;font-size:24px;color:#fff;background:#212121;font-weight:600;margin-bottom:20px}.how_subscribe.landing-page .content .hs-item .title{font-weight:600;font-size:20px;margin-bottom:15px}.how_subscribe.landing-page .content .hs-item .sub-title,.how_subscribe.landing-page .content .hs-item .title{text-align:center}.how_subscribe.landing-page .content .hs-item .sub-title{padding:0 20px;font-weight:300}.how_subscribe.landing-page .action{width:100%;display:flex;justify-content:center}.how_subscribe.landing-page .action .section-button{margin-top:0;background:#15528e}.how_subscribe.landing-page .action .section-button:hover{background:#e44a4a}.contacts.landing-page{width:100%;display:flex;align-items:center;flex-direction:column;background:#cfd3f7;margin:0}.contacts.landing-page .section-title{margin-bottom:10px}.contacts.landing-page .section-subtitle{font-weight:400}.contacts.landing-page .content{max-width:500px;display:flex;align-items:center;flex-direction:column}.contacts.landing-page .content .phone{border-bottom:3px solid #e44a4a;line-height:32px}.contacts.landing-page .content a{color:#000;font-size:28px;font-weight:500}.contacts.landing-page .content .email:hover,.contacts.landing-page .content .phone:hover{color:#e44a4a}@media(min-width:768px){.contacts.landing-page .content a{font-size:36px}}.contacts.landing-page .content .address{text-align:center;margin:30px 0;font-size:26px}.contacts.landing-page .content .in-social{font-weight:300;margin-bottom:20px}.contacts.landing-page .content .social img{margin-right:10px;transition:.2s ease-in-out;width:40px;height:40px}.contacts.landing-page .content .social a:hover img{opacity:.8}footer.landing-page{width:100%;background:#111;display:flex;justify-content:center;position:relative}footer.landing-page .content{width:100%;padding:30px 0;display:flex;align-items:center;flex-direction:column}@media(min-width:700px){footer.landing-page .content{padding:30px;flex-direction:row;align-items:center;justify-content:space-between}}footer.landing-page .content ul{display:flex;align-items:center;flex-direction:column}@media(min-width:700px){footer.landing-page .content ul{flex-direction:row;align-items:center;margin-left:-13rem}}footer.landing-page .content ul li{font-size:14px;border-bottom:1px solid #e44a4a;margin-bottom:15px}footer.landing-page .content ul li a:hover{color:#fbb13c}@media(min-width:700px){footer.landing-page .content ul li{margin-right:20px;margin-bottom:0}}footer.landing-page .content .srl-desktop{display:none}@media(min-width:700px){footer.landing-page .content .srl-desktop{display:flex}}footer.landing-page .content .srl-mobile{display:flex}@media(min-width:700px){footer.landing-page .content .srl-mobile{display:none}}footer.landing-page .content .srl-desktop,footer.landing-page .content .srl-mobile{font-size:14px;color:#fff}footer.landing-page .content .back-to-top-desktop{display:none}@media(min-width:700px){footer.landing-page .content .back-to-top-desktop{display:flex}}footer.landing-page .back-to-top-desktop,footer.landing-page .back-to-top-mobile{font-size:16px;display:flex;align-items:center}footer.landing-page .back-to-top-desktop svg path,footer.landing-page .back-to-top-mobile svg path{transition:.2s ease-in-out}footer.landing-page .back-to-top-desktop:hover,footer.landing-page .back-to-top-mobile:hover{color:#e44a4a}footer.landing-page .back-to-top-desktop:hover svg path,footer.landing-page .back-to-top-mobile:hover svg path{fill:#e44a4a}@media(min-width:700px){footer.landing-page .back-to-top-desktop,footer.landing-page .back-to-top-mobile{font-size:18px}}footer.landing-page .back-to-top-desktop svg,footer.landing-page .back-to-top-mobile svg{width:16px}footer.landing-page .back-to-top-mobile{display:flex;position:absolute;right:20px;top:20px;font-size:16px}@media(min-width:700px){footer.landing-page .back-to-top-mobile{display:none}}#services.services.landing-page{background:#fff}#services.services.landing-page .content .container .profile-journal{background-color:transparent!important}@media screen and (max-width:992px){#services.landing-page .profile-journal.row{flex-direction:column!important}#services.services.landing-page .col-sm-6{width:100%!important}#services.landing-page .included-services__premium,#services.landing-page .included-services__standard{max-width:100%!important}}#services.services.landing-page .subsc-item{width:100%;display:block;position:relative;background:#ededed;margin-bottom:40px;border-radius:10px}#services.services.landing-page .subsc-item .head{background:#e44a4a;display:flex;width:100%;flex-direction:column;align-items:center;padding:20px;border-top-left-radius:10px;border-top-right-radius:10px}#services.services.landing-page .subsc-item .head .variant{width:100%;text-transform:uppercase;font-size:18px;border-bottom:1px solid #dedede;padding:0 0 18px;display:flex;justify-content:center;font-weight:500}#services.services.landing-page .subsc-item .head .price{margin-top:30px;font-weight:600;font-size:30px}#services.services.landing-page .subsc-item .head .period{font-size:18px;font-weight:300}#services.services.landing-page .subsc-item .content{display:flex;align-items:center;flex-direction:column;padding:30px 20px}#services.services.landing-page .subsc-item .content ul li{display:flex;align-items:flex-start}#services.services.landing-page .subsc-item .content ul li img{width:25px;height:25px;margin:2px 15px 0 0}#services.services.landing-page .subsc-item .content ul li p{font-size:18px;margin-bottom:15px;font-weight:300}#services.services.landing-page .subsc-item .content .year{display:flex;font-size:18px;font-weight:600;height:27px}#services.services.landing-page .subsc-item .content .year .year-select{background:transparent;border:0;border-bottom:1px solid #e44a4a;width:80px;margin-left:10px;text-align:center}#services.services.landing-page .subsc-item .content .year .year-select:active,#services.services.landing-page .subsc-item .content .year .year-select:focus{outline:none}#services.services.landing-page .subsc-item .content .year-empty{display:none}@media(min-width:992px){#services.services.landing-page .subsc-item .content .year-empty{display:flex}}#services.services.landing-page .subsc-item .content .banner-button,#services.services.landing-page .subsc-item .content .section-button{color:#000;text-transform:none;font-size:16px;font-weight:500;width:156px;height:60px;margin-top:50px}#services.landing-page .profile-journal .included-services__premium,#services.landing-page .profile-journal .included-services__standard{background-color:#f7f7f7;border-radius:10px;height:-moz-fit-content;height:fit-content;max-width:480px;margin:0 auto 30px;padding-bottom:10px;width:100%}#services.landing-page .profile-journal .premium-red,#services.landing-page .profile-journal .standard-blue{align-items:center;border-radius:10px 10px 0 0;display:flex;justify-content:center;min-height:82px;position:relative;text-transform:uppercase;width:100%}#services.landing-page .profile-journal .premium-red{background-color:#e44a4a}#services.landing-page .profile-journal .standard-blue{background-color:#15528e}#services.landing-page .profile-journal .premium-red:after,#services.landing-page .profile-journal .standard-blue:after{border-left:11px solid transparent!important;border-right:11px solid transparent!important;content:""!important;height:0!important;left:0!important;margin:0 auto!important;position:absolute!important;right:0!important;top:99%!important;width:0!important}#services.landing-page .profile-journal .standard-blue:after{border-top:14px solid #15528e!important}#services.landing-page .profile-journal .premium-red:after{border-top:14px solid #e44a4a}#services.landing-page .profile-journal .premium-red h4,#services.landing-page .profile-journal .standard-blue h4{align-items:center;color:#fff;font-family:Roboto,sans-serif;font-weight:700;font-size:16px;justify-content:center;line-height:19px;text-align:center}#services.landing-page .profile-journal .elements-include{font-weight:600;font-size:16px;margin-top:39px;text-align:center}#services.landing-page .profile-journal .elements-include li{display:flex;justify-content:flex-start;margin-bottom:16px;padding:0 32px;align-items:baseline;line-height:20px!important;text-align:left}#services.landing-page .profile-journal .elements-include li img{transform:translateY(4px)}#services.landing-page .profile-journal .elements-include__text{margin-left:5px;margin-bottom:0;display:block!important}#services.landing-page .profile-journal .included-services__total-price p{font-family:Roboto,sans-serif;font-weight:700;font-size:20px;line-height:23px;text-transform:uppercase;text-align:center}#services.landing-page .profile-journal .included-services__total-price .button-blue,#services.landing-page .profile-journal .included-services__total-price .button-red,#services.landing-page .profile-journal .included-services__total-price button{align-items:center;border-radius:8px;border:none!important;color:#fff;display:flex;font-weight:600;font-size:14px;height:40px;justify-content:center;line-height:16px;margin:15px auto 16px;max-width:304px;text-decoration:none;width:100%}#services.landing-page .profile-journal .included-services__total-price .button-red{background-color:#e44a4a}#services.landing-page .profile-journal .included-services__total-price .button-red:hover{background-color:#ba3a3a}#services.landing-page .profile-journal .included-services__total-price .button-blue{background-color:#15528e}#services.landing-page .profile-journal .included-services__total-price .button-blue:hover{background-color:#e44a4a}#services.landing-page .profile-journal{padding-top:0!important;padding-left:0!important;display:flex!important}@media screen and (max-width:1200px){#services.landing-page .profile-journal .included-services__premium .elements-include__text,#services.landing-page .profile-journal .included-services__standard .elements-include__text{display:block;font-weight:600!important;font-size:16px!important;margin-left:10px!important;max-width:unset!important}}.services-list{font-weight:600;font-size:16px;margin-top:39px;text-align:center}.services-list__item{display:flex;flex-direction:row;justify-content:center;margin-bottom:16px;padding:0 32px;align-items:baseline;line-height:40px}.services-list__image{transform:translateY(4px)}.services-list__text{margin-left:5px;margin-bottom:0;display:block!important}.services-premium{margin:0 auto 30px;padding-bottom:10px}.services .row{margin-left:0;margin-right:0;padding:0}.services .profile-journal{padding-top:0}#ven12-subscriptions.subscription.landing-page{background:#fff}.subscription.landing-page .profile-journal{background-color:transparent}@media screen and (max-width:992px){#ven12-subscriptions.landing-page .profile-journal.row{flex-direction:column!important}#ven12-subscriptions.subscription.landing-page .col-sm-6{width:100%!important}#ven12-subscriptions.landing-page .included-services__premium,#ven12-subscriptions.landing-page .included-services__standard{max-width:100%!important}}#ven12-subscriptions.subscription.landing-page .subsc-item{width:100%;display:block;position:relative;background:#ededed;margin-bottom:40px;border-radius:10px}#ven12-subscriptions.subscription.landing-page .subsc-item .head{background:#e44a4a;display:flex;width:100%;flex-direction:column;align-items:center;padding:20px;border-top-left-radius:10px;border-top-right-radius:10px}#ven12-subscriptions.subscription.landing-page .subsc-item .head .variant{width:100%;text-transform:uppercase;font-size:18px;border-bottom:1px solid #dedede;padding:0 0 18px;display:flex;justify-content:center;font-weight:500}#ven12-subscriptions.subscription.landing-page .subsc-item .head .price{margin-top:30px;font-weight:600;font-size:30px}#ven12-subscriptions.subscription.landing-page .subsc-item .head .period{font-size:18px;font-weight:300}#ven12-subscriptions.subscription.landing-page .subsc-item .content{display:flex;align-items:center;flex-direction:column;padding:30px 20px}#ven12-subscriptions.subscription.landing-page .subsc-item .content ul li{display:flex;align-items:flex-start}#ven12-subscriptions.subscription.landing-page .subsc-item .content ul li img{width:25px;height:25px;margin:2px 15px 0 0}#ven12-subscriptions.subscription.landing-page .subsc-item .content ul li p{font-size:18px;margin-bottom:15px;font-weight:300}#ven12-subscriptions.subscription.landing-page .subsc-item .content .year{display:flex;font-size:18px;font-weight:600;height:27px}#ven12-subscriptions.subscription.landing-page .subsc-item .content .year .year-select{background:transparent;border:0;border-bottom:1px solid #e44a4a;width:80px;margin-left:10px;text-align:center}#ven12-subscriptions.subscription.landing-page .subsc-item .content .year .year-select:active,#ven12-subscriptions.subscription.landing-page .subsc-item .content .year .year-select:focus{outline:none}#ven12-subscriptions.subscription.landing-page .subsc-item .content .year-empty{display:none}@media(min-width:992px){#ven12-subscriptions.subscription.landing-page .subsc-item .content .year-empty{display:flex}}#ven12-subscriptions.subscription.landing-page .subsc-item .content .banner-button,#ven12-subscriptions.subscription.landing-page .subsc-item .content .section-button{color:#000;text-transform:none;font-size:16px;font-weight:500;width:156px;height:60px;margin-top:50px}#ven12-subscriptions.landing-page .profile-journal .included-services__premium,#ven12-subscriptions.landing-page .profile-journal .included-services__standard{background-color:#f7f7f7;border-radius:10px;height:-moz-fit-content;height:fit-content;max-width:480px;margin:0 auto 30px;padding-bottom:10px;width:100%}#ven12-subscriptions.landing-page .profile-journal .premium-red,#ven12-subscriptions.landing-page .profile-journal .standard-blue{align-items:center;border-radius:10px 10px 0 0;display:flex;justify-content:center;min-height:82px;position:relative;text-transform:uppercase;width:100%}#ven12-subscriptions.landing-page .profile-journal .premium-red{background-color:#e44a4a}#ven12-subscriptions.landing-page .profile-journal .standard-blue{background-color:#15528e}#ven12-subscriptions.landing-page .profile-journal .premium-red:after,#ven12-subscriptions.landing-page .profile-journal .standard-blue:after{border-left:11px solid transparent!important;border-right:11px solid transparent!important;content:""!important;height:0!important;left:0!important;margin:0 auto!important;position:absolute!important;right:0!important;top:99%!important;width:0!important}#ven12-subscriptions.landing-page .profile-journal .standard-blue:after{border-top:14px solid #15528e!important}#ven12-subscriptions.landing-page .profile-journal .premium-red:after{border-top:14px solid #e44a4a}#ven12-subscriptions.landing-page .profile-journal .premium-red h4,#ven12-subscriptions.landing-page .profile-journal .standard-blue h4{align-items:center;color:#fff;font-family:Roboto,sans-serif;font-weight:700;font-size:16px;justify-content:center;line-height:19px;text-align:center}#ven12-subscriptions.landing-page .profile-journal .elements-include{font-weight:600;font-size:16px;margin-top:39px;text-align:center}#ven12-subscriptions.landing-page .profile-journal .elements-include li{display:flex;align-items:baseline;justify-content:flex-start;margin-bottom:16px;padding:0 32px;line-height:20px!important;text-align:left}#ven12-subscriptions.landing-page .profile-journal .elements-include li img{transform:translateY(4px)}#ven12-subscriptions.landing-page .profile-journal .elements-include__text{margin-left:5px;margin-bottom:0;display:block!important}#ven12-subscriptions.landing-page .profile-journal .included-services__total-price p{font-family:Roboto,sans-serif;font-weight:700;font-size:20px;line-height:23px;text-transform:uppercase;text-align:center}#ven12-subscriptions.landing-page .profile-journal .included-services__total-price .button-blue,#ven12-subscriptions.landing-page .profile-journal .included-services__total-price .button-red,#ven12-subscriptions.landing-page .profile-journal .included-services__total-price button{align-items:center;border-radius:8px;border:none!important;color:#fff;display:flex;font-weight:600;font-size:14px;height:40px;justify-content:center;line-height:16px;margin:15px auto 16px;max-width:304px;text-decoration:none;width:100%}#ven12-subscriptions.landing-page .profile-journal .included-services__total-price .button-red{background-color:#e44a4a}#ven12-subscriptions.landing-page .profile-journal .included-services__total-price .button-red:hover{background-color:#ba3a3a}#ven12-subscriptions.landing-page .profile-journal .included-services__total-price .button-blue{background-color:#15528e}#ven12-subscriptions.landing-page .profile-journal .included-services__total-price .button-blue:hover{background-color:#e44a4a}#ven12-subscriptions.landing-page .profile-journal{padding-top:0!important;padding-left:0!important;display:flex!important}@media screen and (max-width:1200px){#ven12-subscriptions.landing-page .profile-journal .included-services__premium .elements-include__text,#ven12-subscriptions.landing-page .profile-journal .included-services__standard .elements-include__text{display:block;font-weight:600!important;font-size:16px!important;margin-left:10px!important;max-width:unset!important}}