breadcrumbs-component .breadcrumbs_list{list-style:none;display:flex;align-items:center;margin-bottom:30px}breadcrumbs-component .breadcrumbs_list li{margin-right:31px;position:relative;font-size:16px;line-height:100%;font-weight:300;height:100%;white-space:nowrap}breadcrumbs-component .breadcrumbs_list li a{display:flex;align-items:center;color:var(--breadcrumbsColor);position:relative}breadcrumbs-component .breadcrumbs_list li a::after{content:"";position:absolute;height:1px;width:0;left:0;bottom:0;background-color:var(--breadcrumbsColor);transition:all .2s ease}breadcrumbs-component .breadcrumbs_list li a:hover{color:var(--breadcrumbsAccentColor)}breadcrumbs-component .breadcrumbs_list li a:hover::after{width:100%;background-color:var(--breadcrumbsAccentColor)}breadcrumbs-component .breadcrumbs_list li:last-child{color:var(--breadcrumbsLastColor);margin-right:0;max-width:80%;overflow:hidden;font-weight:500;text-overflow:ellipsis}breadcrumbs-component .breadcrumbs_list li:last-child::after{content:none}breadcrumbs-component .breadcrumbs_list li::after{content:"";position:absolute;top:calc(50% - 4px);right:-17px;width:6px;height:6px;background-repeat:no-repeat;border-right:1px solid;border-bottom:1px solid;border-color:var(--breadcrumbsColor);transform:rotate(-45deg)}article breadcrumbs-component .breadcrumbs_list li:last-child{overflow:hidden;text-overflow:ellipsis;max-width:400px}@media screen and (max-width: 1300px){breadcrumbs-component{padding-top:30px;display:block}.service_banner_left breadcrumbs-component+h1{margin-top:0}}@media screen and (max-width: 1080px){article breadcrumbs-component .breadcrumbs_list li:last-child{max-width:280px}}@media screen and (max-width: 990px){article breadcrumbs-component .breadcrumbs_list li:last-child{max-width:100%}}@media screen and (max-width: 640px){breadcrumbs-component{padding-top:15px}breadcrumbs-component .breadcrumbs_list{margin-bottom:15px}breadcrumbs-component .breadcrumbs_list li{margin-right:21px;font-size:14px}breadcrumbs-component .breadcrumbs_list li::after{right:-11px}}@media screen and (max-width: 420px){breadcrumbs-component .breadcrumbs_list li{font-size:12px}breadcrumbs-component .breadcrumbs_list li::after{right:-13px}}
button-component .btn{color:var(--button-primary-normal-font-color);border-radius:var(--button-primary-border-radius);border:1px solid;background-color:var(--button-primary-normal-fill-color);border-color:var(--button-primary-normal-border-color);padding:20px 25px;cursor:pointer;font-weight:var(--button-primary-font-weight);transition:all .2s ease}button-component .btn:hover{color:var(--button-primary-hover-font-color);background-color:var(--button-primary-hover-fill-color);border-color:var(--button-primary-hover-border-color)}button-component .btn.empty{color:var(--button-secondary-normal-font-color);border-radius:var(--button-secondary-border-radius);background-color:var(--button-secondary-normal-fill-color);border-color:var(--button-secondary-normal-border-color);font-weight:var(--button-secondary-font-weight)}button-component .btn.empty:hover{color:var(--button-secondary-hover-font-color);background-color:var(--button-secondary-hover-fill-color);border-color:var(--button-secondary-hover-border-color)}button-component a{display:block}
comments-component .comments-container{display:block}comments-component .comments{padding-bottom:0}comments-component .comments .title{font-size:24px;line-height:32px;color:var(--h-color);margin-bottom:15px}comments-component .comments .like_subtitle{font-size:16px;line-height:25px;color:var(--text-color);margin-bottom:15px}comments-component .comments .comment__form{width:100%;max-width:645px}comments-component .comments .comment__form>input{width:100%;border:1px solid var(--input-border-color);border-radius:var(--input-border-radius);outline:none;padding:7px 20px;font-weight:300;font-size:16px;line-height:36px;color:var(--input-text-color);background-color:var(--input-bg-color);margin-bottom:15px;position:relative;height:50px}comments-component .comments .comment__form>input::after{content:"(Required)";position:absolute;top:6px;right:20px;font-weight:300;font-size:14px;line-height:36px;color:var(--block-primary-text-color);opacity:.7;transition:all .3s ease}comments-component .comments .comment__form>input:focus{border-color:var(--input-active-border-color)}comments-component .comments .comment__form>input:focus::after{opacity:0}comments-component .comments .comment__form>input::placeholder{font-weight:300;font-size:16px;line-height:36px;color:var(--input-placeholder-color)}comments-component .comments .comment__form textarea{width:100%;border:1px solid var(--input-border-color);border-radius:var(--input-border-radius);outline:none;padding:7px 20px;font-weight:300;font-size:16px;line-height:36px;color:var(--input-text-color);background-color:var(--input-bg-color);margin-bottom:20px;resize:none;height:145px}comments-component .comments .comment__form textarea:focus{border-color:var(--input-active-border-color)}comments-component .comments .checkbox{display:flex;align-items:center;padding-left:20px;margin-bottom:30px}comments-component .comments .checkbox input{height:15px;margin-right:15px;max-width:15px;appearance:auto;min-width:15px;width:10%;border:1px solid var(--input-border-color);display:block}comments-component .comments .checkbox label{font-weight:400;font-size:14px;line-height:25px;color:var(--block-primary-text-color)}comments-component .comments button{font-size:16px;display:flex;align-items:center;justify-content:center;font-size:16px;line-height:24px;background:var(--button-primary-normal-fill-color);border:1px solid var(--button-primary-normal-border-color);color:var(--button-primary-normal-font-color);border-radius:var(--button-primary-border-radius);cursor:pointer;transition:all .2s ease}comments-component .comments button:hover{color:var(--block-primary-link-hover-color);background:var(--block-primary-bg-hover-color);border-color:var(--button-primary-hover-border-color)}comments-component .comments .success{font-weight:400;font-size:14px;line-height:25px;color:var(--block-primary-text-color);display:block;margin-top:10px}comments-component .comments h2{margin-top:60px;margin-bottom:45px}comments-component .comments__wrapper{padding-bottom:50px}comments-component .comments__item{padding-top:15px;padding-bottom:15px;border-top:1px solid var(--block-primary-border-color)}comments-component .comments__item:first-child{border-top:none}comments-component .comments__item:last-child:not(.comments__item+.reply){border-bottom:1px solid var(--block-primary-border-color)}comments-component .comments__item .wrapper{display:flex;align-items:flex-start;justify-content:flex-start}comments-component .comments__item .comment__form{max-width:580px;margin-left:65px}comments-component .comments__item .image{width:35px;margin-right:30px}comments-component .comments__item .image svg{width:100%;height:auto}comments-component .comments__item .image svg path{fill:var(--accent-color)}comments-component .comments__item.reply{padding-left:50px;border-top:none}comments-component .comments__item.reply:last-child:not(.reply+.comments__item){border-bottom:1px solid var(--block-primary-border-color)}comments-component .comments__item .main{width:calc(100% - 50px)}comments-component .comments__item .main .top{display:flex;justify-content:space-between}comments-component .comments__item .main .name_email{height:30px;display:flex;justify-content:flex-start;align-items:center}comments-component .comments__item .main .name_email .name{font-size:24px;line-height:34px;color:var(--block-primary-accent-color)}comments-component .comments__item .main .name_email .email{margin-left:10px;font-size:14px}comments-component .comments__item .main .comment_content{margin-top:15px;font-size:16px;line-height:25px;color:var(--block-primary-text-color);margin-bottom:0}comments-component .comments__item .main .date{font-size:16px;line-height:25px;color:var(--block-primary-text-color)}comments-component .comments__item .main .reply{font-size:16px;line-height:24px;color:var(--block-primary-accent-color);cursor:pointer;transition:.2s all;padding:5px 20px;background-color:var(--block-primary-bg-color);border:1px solid var(--accent-color)}comments-component .comments__item .main .reply:hover{color:#fff;background-color:var(--block-primary-accent-color);transition:.2s all}@media screen and (min-width: 600px){comments-component .mobile_wrapper{display:none}}@media screen and (max-width: 600px){comments-component .desktop{display:none}comments-component .mobile{display:inline-block;margin-top:10px}comments-component .mobile_wrapper{display:flex;justify-content:flex-end}comments-component .comments{padding-top:30px}comments-component .comments h2{margin-top:30px;margin-bottom:30px}comments-component .comments__item{margin-top:20px}comments-component .comments__item.reply{padding-left:30px}comments-component .comments__item .image{width:20px;margin-right:10px}comments-component .comments__item .comment__form{margin-left:0;margin-top:10px}comments-component .comments__item .main{width:calc(100% - 30px)}comments-component .comments__item .main .date{font-size:12px;line-height:16px}comments-component .comments__item .main .name_email{height:20px}comments-component .comments__item .main .top{height:auto;flex-wrap:wrap}comments-component .comments__item .main .top .name{font-size:14px;line-height:14px;margin-right:5px;margin-top:0}comments-component .comments__item .main .top .email{font-size:12px;margin-left:0;margin-right:5px;margin-top:0}comments-component .comments__item .main .top .replying-to{font-size:12px;margin-left:0;margin-top:3px}comments-component .comments__item .main .bottom{margin-top:5px;flex-wrap:wrap}}@media screen and (max-width: 430px){comments-component .comments__item{margin-top:0}comments-component .comments__item .main .name_email{flex-direction:column;align-items:flex-start;height:auto}comments-component .comments__item .main .name_email .email{margin-top:5px}}
contents-component .contents{background-color:var(--block-secondary-bg-color);padding:30px;border-radius:var(--block-secondary-border-radius)}contents-component .contents_title{font-weight:500;font-size:26px;line-height:30px;color:var(--block-secondary-h-color);margin-bottom:22px}contents-component ul{list-style:none}contents-component .active-anchor a,contents-component .active-anchor a span{color:var(--block-secondary-accent-color)}contents-component li{margin-top:8px}contents-component li a{font-size:16px;line-height:25px;color:var(--block-secondary-text-color);transition:all .2s ease}contents-component li:hover a{color:var(--block-secondary-h-color)}contents-component li.child{padding-left:20px;margin-top:2px}contents-component li.child a{font-size:14px;line-height:25px;color:var(--block-secondary-text-color);transition:all .2s ease}contents-component li.child:hover a{color:var(--block-secondary-h-color)}@media screen and (max-width: 992px){article-component aside .aside_wrapper{position:static}article-component contents-component{position:fixed;background:var(--bg-color);z-index:2;width:100%;top:96px;left:0;transition:all .5s ease}article-component contents-component .contents{padding:0}article-component contents-component .h_list{height:100%;max-height:0;overflow:hidden;transition:all .5s ease}article-component contents-component .contents_title{margin-bottom:0;padding:10px;padding-left:40px;cursor:pointer;position:relative;text-transform:capitalize}article-component contents-component .contents_title::before{content:"";position:absolute;top:20px;right:40px;width:16px;height:16px;transition:all .5s ease;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='9' viewBox='0 0 14 9' fill='none'%3E%3Cpath d='M13 1.5L7 7.5L1 1.5' stroke='%2300BFD6' stroke-width='2'/%3E%3C/svg%3E");background-size:contain}article-component contents-component li a{padding-left:40px}article-component contents-component .contents.active .contents_title{padding-bottom:5px}article-component contents-component .contents.active .contents_title::before{top:14px;transform:rotate(180deg)}article-component contents-component .contents.active .h_list{max-height:1000px;padding:0;padding-top:0}article-component contents-component .contents.active li:hover a{background-color:#efefef}article-component contents-component .contents.active li.child a{padding-top:2px;padding-bottom:2px}article-component contents-component .contents.active li a{padding-top:4px;padding-bottom:4px;display:block}article-component contents-component li{margin-top:0}article-component contents-component li a{transition:padding-left .5s ease,background-color .2s ease}article-component contents-component li.child{margin-top:0}}@media screen and (max-width: 600px){article-component contents-component .contents_title{padding-left:15px}article-component contents-component .contents_title::before{right:15px}article-component contents-component li a{padding-left:15px}}@media screen and (max-width: 450px){contents-component .contents{padding:15px}}
cookies-popup{display:none}cookies-popup.show{display:block;background-color:#10182f;padding:15px 0;position:fixed;bottom:0;left:0;width:100%;z-index:10;transition:all 1s ease}cookies-popup.show.hide{bottom:-100%}cookies-popup.show .cross{cursor:pointer;margin-left:15px}cookies-popup.show .flex_wrap{display:flex;align-items:center;justify-content:space-between;gap:30px}cookies-popup.show .text{color:#fff;font-size:16px;line-height:25px}cookies-popup.show .text a{color:#fff;font-size:14px;line-height:22px;text-decoration:underline;transition:all .2s ease}cookies-popup.show .text a:hover{color:#00bfd6}cookies-popup.show .flex-wrapper{gap:15px;align-items:center}cookies-popup.show .text-wrapper{display:flex;gap:15px;align-items:center}cookies-popup.show .text-wrapper .text.mobile{display:none}cookies-popup.show .text-wrapper a{font-size:18px;text-decoration:none}cookies-popup.show .text-wrapper a:hover{color:#d9d9d9}cookies-popup.show .text-wrapper svg{min-width:60px}cookies-popup.show .btn{font-size:18px;cursor:pointer;padding:10px 25px;color:#10182f;border-radius:5px;background-color:#fff;border:2px solid rgba(0,0,0,0);transition:all .3s ease-in}cookies-popup.show .btn:hover{color:#fff;background-color:#10182f;border-color:#fff}cookies-popup.show .btn.empty{color:#fff;background-color:rgba(0,0,0,0);border-color:#fff}cookies-popup.show .btn.empty:hover{color:#10182f;background-color:#fff;border-color:#10182f}@media screen and (max-width: 950px){cookies-popup.show .flex_wrap .text.desktop{display:none}cookies-popup.show .flex_wrap .text.mobile{display:block}}@media screen and (max-width: 675px){cookies-popup.show .container{padding:0 15px}cookies-popup.show .btn{padding:8px 20px}}@media screen and (max-width: 620px){cookies-popup.show .flex_wrap{flex-direction:column;gap:15px}cookies-popup.show .text-wrapper{justify-content:center;width:100%;gap:15px}}
body.edit-mode-enabled [gh-id]:hover{outline:1px solid #2b61fa}.tox-tinymce-inline .tox-editor-header{position:absolute !important;top:-15px !important;left:0;z-index:1000 !important;width:max-content}edit-mode{margin-top:15px;margin-bottom:15px;display:flex;align-items:center;justify-content:space-between;width:100%}edit-mode .edit-mode-button{display:flex;align-items:center;justify-content:center}edit-mode .edit-mode-switch{height:0;width:0;visibility:hidden}edit-mode .edit-mode-label{cursor:pointer;text-indent:-9999px;width:60px;height:30px;background:#dbdbdb;display:block;border-radius:100px;position:relative}edit-mode .edit-mode-label:after{content:"";position:absolute;top:2px;left:2px;width:26px;height:26px;background:#fff;border-radius:90px;transition:.3s}edit-mode .edit-mode-switch:checked+.edit-mode-label{background:#2b61fa}edit-mode .edit-mode-switch:checked+.edit-mode-label:after{left:calc(100% - 2px);transform:translateX(-100%)}edit-mode .edit-mode-label:active:after{width:36px}edit-mode p{font-size:24px;color:#fff}
.gudhub-login-popup__bg{position:fixed;top:0;left:0;width:100%;height:100%;display:none;align-items:center;justify-content:center;background:rgba(0,0,0,.8);z-index:1000}.gudhub-login-popup__bg.active{display:flex}.gudhub-login-popup__bg gudhub-login form{background:#fff;margin-top:0px;padding:15px;font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form h2{font-family:Helvetica;color:#2b60fa}.gudhub-login-popup__bg gudhub-login form .change-auth-form{display:none}.gudhub-login-popup__bg gudhub-login form .auth__button{background:#2b60fa;font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form .login-form__item label{font-family:Helvetica}.gudhub-login-popup__bg gudhub-login form .login-form__item input{font-family:Helvetica}
edit-mode-notifications{position:fixed;left:25px;top:25px;z-index:99999}edit-mode-notifications .notification{background:rgba(0,0,0,.8);border-radius:10px;padding:10px 20px;color:#fff;font-family:Helvetica;font-size:18px;box-shadow:0 0 10px rgba(0,0,0,.3);margin-bottom:10px}
get-in-touch-popup get-in-touch-form{background-color:rgba(0,0,0,0)}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}get-in-touch-form .get-in-touch-form{position:relative;width:100%;max-width:600px;background-color:var(--block-primary-bg-color);display:block;padding:30px;border-radius:var(--block-primary-border-radius)}get-in-touch-form .get-in-touch-form .like_title{font-size:var(--h3-font-size);font-weight:700;line-height:120%;letter-spacing:0em;text-align:center;color:var(--block-primary-h-color);margin-bottom:20px}get-in-touch-form .get-in-touch-form .subtitle{font-size:var(--text-font-size);font-weight:var(--text-font-weight);line-height:120%;letter-spacing:0em;text-align:center;color:var(--subtitle-color);margin-bottom:20px}get-in-touch-form .get-in-touch-form .col-1{width:8.3333333333%}get-in-touch-form .get-in-touch-form .col-2{width:16.6666666667%}get-in-touch-form .get-in-touch-form .col-3{width:25%}get-in-touch-form .get-in-touch-form .col-4{width:33.3333333333%}get-in-touch-form .get-in-touch-form .col-5{width:41.6666666667%}get-in-touch-form .get-in-touch-form .col-6{width:50%}get-in-touch-form .get-in-touch-form .col-7{width:58.3333333333%}get-in-touch-form .get-in-touch-form .col-8{width:66.6666666667%}get-in-touch-form .get-in-touch-form .col-9{width:75%}get-in-touch-form .get-in-touch-form .col-10{width:83.3333333333%}get-in-touch-form .get-in-touch-form .col-11{width:91.6666666667%}get-in-touch-form .get-in-touch-form .col-12{width:100%}get-in-touch-form .get-in-touch-form form{width:100%;max-width:950px;margin-right:24px}get-in-touch-form .get-in-touch-form form .btn_wrapper{width:100%;padding-left:8px;padding-right:8px;padding-top:4px;display:flex;align-items:center;justify-content:center}get-in-touch-form .get-in-touch-form form .btn_wrapper .btn{font-size:16px}get-in-touch-form .get-in-touch-form form .btn_wrapper .btn:disabled{opacity:0}get-in-touch-form .get-in-touch-form form .form_wrap{display:flex;flex-wrap:wrap}get-in-touch-form .get-in-touch-form form .input-wrap{position:relative;padding:8px;flex:0 0 auto}get-in-touch-form .get-in-touch-form form input{font-family:var(--font-family);outline:none;border-radius:var(--input-border-radius);font-size:14px;width:100%;height:100%;background-color:var(--input-bg-color);border:1px solid var(--input-border-color);padding:7px 17px;color:var(--input-text-color);height:50px;margin-bottom:8px;transition:all .2s ease}get-in-touch-form .get-in-touch-form form input:hover,get-in-touch-form .get-in-touch-form form input:focus{border-color:var(--input-active-border-color)}get-in-touch-form .get-in-touch-form form input::placeholder{color:var(--input-placeholder-color)}get-in-touch-form .get-in-touch-form form input:-webkit-autofill,get-in-touch-form .get-in-touch-form form input:-webkit-autofill:hover,get-in-touch-form .get-in-touch-form form input:-webkit-autofill:focus,get-in-touch-form .get-in-touch-form form input:-webkit-autofill:active{background-color:rgba(0,0,0,0);-webkit-box-shadow:0 0 0 30px rgba(0,0,0,0) inset !important;-webkit-text-fill-color:var(--input-text-color)}get-in-touch-form .get-in-touch-form form input.error+.email-error,get-in-touch-form .get-in-touch-form form input.error+.phone-error{color:#ff7d7d}get-in-touch-form .get-in-touch-form form .email-error,get-in-touch-form .get-in-touch-form form .phone-error{font-size:12px;font-weight:400;line-height:120%}get-in-touch-form .get-in-touch-form form span{display:block;position:absolute;left:10px;bottom:-2px;color:rgba(0,0,0,0);transition:all .2s ease}get-in-touch-form .get-in-touch-form form textarea{width:100%;font-family:var(--font-family);height:145px;background-color:var(--input-bg-color);border:1px solid var(--input-border-color);padding:7px 17px;color:var(--input-text-color);outline:none;border-radius:var(--input-border-radius);margin-bottom:10px;resize:none;font-weight:300;font-size:14px;line-height:36px;transition:all .2s ease}get-in-touch-form .get-in-touch-form form textarea::placeholder{font-weight:300;font-size:14px;line-height:36px;color:var(--input-placeholder-color)}get-in-touch-form .get-in-touch-form form textarea:hover{border-color:var(--input-active-border-color)}get-in-touch-form .get-in-touch-form form .success_text{position:relative;top:-50px;color:rgba(0,0,0,0);transition:all .2s ease;display:none}get-in-touch-form .get-in-touch-form form.success .success_text{display:block;top:-12px;color:green}get-in-touch-form .get-in-touch-form .overflow{opacity:0;z-index:-1;display:flex;flex-direction:column;justify-content:center;align-items:center;position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;border-radius:calc(var(--block-primary-border-radius) - 5px);box-shadow:rgba(0,0,0,.35) 0px 5px 15px;transition:opacity .5s ease}get-in-touch-form .get-in-touch-form .overflow .icon_wrapper{width:100%;padding-bottom:10px;margin-bottom:15px;display:flex;justify-content:center;border-bottom:solid 4px var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow .icon_wrapper .icon{width:150px}get-in-touch-form .get-in-touch-form .overflow .icon_wrapper .icon svg{width:100%;height:auto}get-in-touch-form .get-in-touch-form .overflow .middle{max-width:340px;text-align:center;padding-left:10px;padding-right:10px;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:20px;margin-bottom:35px}get-in-touch-form .get-in-touch-form .overflow .middle .bold{font-size:var(--h1-font-size);color:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.success .icon{margin-left:10px}get-in-touch-form .get-in-touch-form .overflow.success .icon svg path{fill:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.success .check_entity span:first-child{color:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.success .check_entity.phone_entity{display:none}get-in-touch-form .get-in-touch-form .overflow.success .check_entity.phone_entity.provided{display:block}get-in-touch-form .get-in-touch-form .overflow.fail .icon svg path:nth-child(1){fill:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.fail .icon svg path:nth-child(2){fill:#fff}get-in-touch-form .get-in-touch-form .overflow.fail .restart_button{width:50px;transform:scaleX(-1);transition:transform .4s ease-out;cursor:pointer}get-in-touch-form .get-in-touch-form .overflow.fail .restart_button svg{transition:all .4s ease-in-out}get-in-touch-form .get-in-touch-form .overflow.fail .restart_button svg circle{fill:var(--accent-color)}get-in-touch-form .get-in-touch-form .overflow.fail .restart_button:hover svg{transform:rotate(-180deg)}get-in-touch-form[data-in-popup] .get-in-touch-form{padding-top:0;padding-bottom:10px;margin-bottom:10px}get-in-touch-form[data-in-popup] .get-in-touch-form .overflow{box-shadow:none}get-in-touch-form[data-in-popup] .get-in-touch-form .overflow .icon{width:100px}get-in-touch-form[data-in-popup] .get-in-touch-form .overflow .bold{font-size:32px}get-in-touch-form.loading .btn_wrapper{position:relative}get-in-touch-form.loading .btn_wrapper button[type=submit]{opacity:0;transition:none;cursor:none}get-in-touch-form.loading .btn_wrapper .loader{position:absolute;top:calc(50% - 25px);left:calc(50% - 25px);width:50px;height:50px;border:10px solid var(--accent-color);border-bottom-color:#fff;border-radius:50%;z-index:11;animation:loading 2s linear infinite}get-in-touch-form.success .overflow.success{opacity:1;z-index:1}get-in-touch-form.fail .overflow.fail{opacity:1;z-index:1}@media screen and (max-width: 650px){get-in-touch-form .get-in-touch-form form .input-wrap{width:100%;padding:4px}get-in-touch-form .get-in-touch-form form .btn_wrapper .btn{width:100%}}popup-container[data-position=bottom-right] .popup_top{margin-bottom:10px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form{padding-left:15px;padding-right:15px;padding-bottom:10px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .popup_text{margin-bottom:5px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .btn{width:100%;padding-top:15px;padding-bottom:15px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .success-overflow .bold{font-size:42px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .success-overflow .icon{width:100px}@media screen and (max-width: 400px){popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form{padding:15px}popup-container[data-position=bottom-right] get-in-touch-form .get-in-touch-form .btn{padding:15px 20px}}
popup-container .background_shadow{position:fixed;top:0;left:0;width:100%;height:100%;z-index:15;display:flex;align-items:center;justify-content:center;background-color:rgba(0,0,0,.5);transition:all .3s ease;opacity:0;pointer-events:none}popup-container input,popup-container textarea{border:1px solid #05183a !important}popup-container .popup_top{display:flex;align-items:center;justify-content:flex-end;position:relative;right:15px;top:15px;margin-bottom:15px;z-index:2}popup-container .popup_top .close{cursor:pointer}popup-container .popup{background-color:#fff;border-radius:var(--block-secondary-border-radius);box-shadow:rgba(17,17,26,.1) 0px 4px 16px,rgba(17,17,26,.1) 0px 8px 24px,rgba(17,17,26,.1) 0px 16px 56px;border:1px solid #efefef;margin-top:200px;transition:all .3s ease}popup-container.active .background_shadow{opacity:1;pointer-events:all}popup-container.active .popup{margin-top:0}popup-container[data-position=bottom-right] .popup{width:360px;position:absolute;bottom:5px;right:5px;border-radius:15px}@media screen and (max-width: 650px){popup-container[data-position=bottom-right] .popup{right:50%;transform:translate(50%)}}popup-container[data-no-bg-shadow] .background_shadow{height:0;top:100%}@media screen and (max-width: 400px){popup-container .popup{width:95%}}
.shadow{position:fixed;top:0;left:-200%;background:rgba(0,0,0,0);width:100%;height:100%;z-index:11;transition:background .5s ease}header{background-color:rgba(0,0,0,0);height:90px;position:fixed;left:0;top:0;z-index:15;width:100%;max-width:100vw;display:flex;align-items:center;transition:all .2s ease}header .popup_shadow.show_shadow{opacity:1;pointer-events:all}header .popup_shadow{position:fixed;z-index:5;top:0;left:0;background:rgba(0,0,0,.5);width:100%;height:100%;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:all .4s ease}header .container{display:flex;align-items:center;justify-content:space-between;height:100%}header .header_center{height:100%}header .logo{display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;position:relative}header .logo_main{font-size:32px;line-height:37px}header .logo_sub{font-size:10px;line-height:11.5px;position:absolute;top:39px;right:-13px}header .mobileRight{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}header nav{height:100%}header nav ul{height:100%;list-style:none;display:flex;align-items:center}header nav ul li{position:relative}header nav ul li:last-child{margin-right:0}header nav ul li.megamenu>a,header nav ul li.megamenu>span{padding:0 32px 0 16px;cursor:pointer}header nav ul li.megamenu>a::before,header nav ul li.megamenu>span::before{content:"";position:absolute;top:calc(50% - 2px);right:14px;width:10px;height:10px;transition:all .2s ease;background-repeat:no-repeat;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M1.59998 1L5.09998 4.88889L8.59998 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");background-size:contain}header nav ul li a,header nav ul li span{padding:0 19px;position:relative;white-space:nowrap;font-weight:500;font-size:16px;line-height:25px;color:#fff;display:flex;align-items:center;height:100%;transition:all .2s ease}header nav ul li.menu__item a .icon{width:16px;height:16px;display:flex;justify-content:center;align-items:center}header nav ul li.menu__item a .arrowIcon{display:none;margin-top:3px;margin-left:5px}header nav ul li.menu__item a:hover,header nav ul li.menu__item span:hover{text-shadow:.5px 0 0 #fff}header nav ul li.menu__item a:hover::after,header nav ul li.menu__item span:hover::after{width:calc(100% - 50px)}header nav ul li.menu__item a::after,header nav ul li.menu__item span::after{content:"";position:absolute;bottom:32px;left:25px;width:0;height:1px;background-color:var(--primary-color);transition:all .2s ease}header nav ul li .child{flex-direction:column}header nav ul li .child a:after{content:none}header nav ul li .megamenu_wrapper{width:fit-content;transition:all .2s ease;max-height:0;position:absolute;z-index:12;height:100%;top:30px;left:0;background-color:#fff;overflow:hidden;padding:0 20px;border-radius:5px;box-shadow:rgba(0,0,0,.24) 0px 3px 8px}header nav ul li .childs_wrapper ul{height:auto}header nav ul li .childs_wrapper .child{flex-wrap:wrap;align-items:flex-start;max-height:0}header nav ul li .childs_wrapper .child li{margin-right:0;width:50%}header nav ul li .childs_wrapper .child a,header nav ul li .childs_wrapper .child span{font-size:16px;line-height:22px;color:var(--block-primary-text-color);padding:10px;transition:all .2s ease}header nav ul li .childs_wrapper .child a:hover,header nav ul li .childs_wrapper .child span:hover{text-shadow:.5px 0 0 var(--block-primary-text-color)}header button-component .btn{font-size:22px}header-component.scrolled .header,header-component.active .header{margin-top:0;border-bottom:1px solid #f0f0f0;background:#fff}header-component.scrolled .header button-component .btn:hover,header-component.active .header button-component .btn:hover{--button-primary-hover-font-color: #fff;--button-primary-hover-fill-color: #0E1011;--button-primary-hover-border-color: #0E1011}header-component.scrolled header .logo_main,header-component.scrolled header .logo_sub,header-component.scrolled header nav ul li a,header-component.scrolled header nav ul li span,header-component.active header .logo_main,header-component.active header .logo_sub,header-component.active header nav ul li a,header-component.active header nav ul li span{color:#0e1011}header-component.scrolled header nav ul li.megamenu>a::before,header-component.scrolled header nav ul li.megamenu>span::before,header-component.active header nav ul li.megamenu>a::before,header-component.active header nav ul li.megamenu>span::before{content:"";background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='7' viewBox='0 0 10 7' fill='none'%3E%3Cpath d='M1.59998 1L5.09998 4.88889L8.59998 1' stroke='black' stroke-width='2'/%3E%3C/svg%3E")}header-component.scrolled .hamburger::before,header-component.scrolled .hamburger::after,header-component.scrolled .hamburger>div,header-component.active .hamburger::before,header-component.active .hamburger::after,header-component.active .hamburger>div{background:#0e1011}.hamburger{display:block;position:relative;z-index:2;width:25px;height:20px;transition:all .2s ease;padding:10px 0;cursor:pointer}.hamburger::before{z-index:3;content:"";position:absolute;top:0;right:0;width:25px;height:1px;background:#fff;border-radius:100px;transition:all .3s ease}.hamburger::after{content:"";position:absolute;top:calc(100% - 3px);right:0;width:25px;height:1px;background:#fff;transition:all .3s ease;z-index:3;border-radius:100px}.hamburger>div{border-radius:100px;position:absolute;top:calc(50% - 1px);right:0;width:25px;height:1px;background:#fff;transition:all .5s ease;opacity:1}@media screen and (max-width: 1350px){header-component header nav ul li a,header-component header nav ul li span{padding:0 10px}header nav ul li.megamenu>a::before,header nav ul li.megamenu>span::before{right:0}}@media screen and (min-width: 1250px)and (max-width: 1350px){header nav ul li.megamenu>span{padding:0 15px}}@media screen and (min-width: 1125px)and (max-width: 1250px){header nav ul li a,header nav ul li span{padding:0 16px}header-component header nav ul li.megamenu>span,header-component header nav ul li.megamenu>a{padding:0 15px 0 10px}}@media screen and (min-width: 1125px){header nav ul li.megamenu:hover .megamenu_wrapper{max-height:500px;height:auto;overflow:visible}header nav ul li.megamenu:hover .megamenu_wrapper .child{max-height:100%}.hamburger{display:none}.hamburger_wrapper{display:none}header nav ul li.megamenu:hover>a::before,header nav ul li.megamenu:hover>span::before{transform:rotate(180deg);top:calc(50% - 7px)}}@media screen and (max-width: 1125px){header .container .shared_wrapper.logo_wrapper{display:flex;justify-content:center}header .container .shared_wrapper.button_wrapper{display:flex;justify-content:flex-end}header .container{position:relative;justify-content:space-between}header .header_center{position:absolute;top:80px;left:-200%;width:100%;max-width:500px;height:calc(100vh - 68px);background:#fff;transition:all .5s ease}header .header_center nav{padding:20px}header .header_center nav ul{align-items:flex-start}header .header_center nav ul li{height:auto;width:100%}header .header_center nav ul li a,header .header_center nav ul li span{font-size:20px;line-height:30px;padding:5px 0;height:auto}header .header_center nav ul li.megamenu.hover .megamenu_wrapper{position:static;border:none;background-color:rgba(0,0,0,0);box-shadow:none;overflow:visible;height:auto;max-height:100%}header .header_center nav ul li.megamenu.hover .megamenu_wrapper .child{max-height:100%}header nav ul{flex-direction:column}.active .shadow{background:rgba(0,0,0,.5);left:0}.active header .header_center{left:0}.active .hamburger{height:28px}.active .hamburger>div{opacity:0;right:100px}.active .hamburger::before{right:0;top:calc(50% - 1px);transform:rotate(-45deg)}.active .hamburger::after{right:0;top:calc(50% - 1px);width:25px;transform:rotate(45deg)}header .mobileRight{width:auto;gap:20px}}@media screen and (max-width: 650px){header .header_center{top:58px}header{height:60px}header .container{padding:0 20px}header .mobileRight{gap:60px}header .logo_main{font-size:18px;line-height:20px}header .logo_main .accent-color{color:#c7e86f}header .logo_sub{top:20px;font-size:6px;line-height:7px}header img.logo{height:28px;width:26px}header-component header button-component div.btn{font-size:14px;line-height:16.1px;padding:17px 25px;width:fit-content;background-color:#0e1011;color:#fff;border-color:#0e1011}}@media screen and (max-width: 400px){header .container .shared_wrapper{width:auto}header .container .shared_wrapper.logo_wrapper{display:block}}
blog-posts{background:var(--bg-color);--transition-duration: .2s}blog-posts .blog-posts{border-top:1px solid #e1e4e4}blog-posts .container{max-width:1728px}blog-posts .flex-wrapper{justify-content:space-between;align-items:center;margin-bottom:50px}blog-posts .flex-wrapper h2{text-align:left;margin-bottom:0}blog-posts .flex-wrapper button-component .btn{display:flex;align-items:center;gap:10px;background-color:#f9f9f9;border:1px solid #e1e4e4}blog-posts .flex-wrapper button-component .btn::after{content:"";display:block;height:18px;width:15px;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.7494%2010.9133L13.7229%200.698817L3.50837%200.672313C3.40195%200.657905%203.29368%200.66653%203.19088%200.697604C3.08808%200.728678%202.99316%200.781476%202.91254%200.852423C2.83193%200.923371%202.76749%201.01081%202.72361%201.10882C2.67972%201.20684%202.65741%201.31314%202.65817%201.42053C2.65894%201.52791%202.68277%201.63388%202.72805%201.73126C2.77334%201.82864%202.83901%201.91515%202.92063%201.98494C3.00226%202.05473%203.09792%202.10616%203.20115%202.13576C3.30438%202.16537%203.41277%202.17244%203.51897%202.15652L11.1732%202.18832L1.03293%2012.3286C0.892345%2012.4692%200.813366%2012.6599%200.813367%2012.8587C0.813368%2013.0575%200.892345%2013.2482%201.03293%2013.3888C1.17351%2013.5293%201.36419%2013.6083%201.563%2013.6083C1.76182%2013.6083%201.95249%2013.5293%202.09307%2013.3888L12.2334%203.24847L12.2652%2010.9027C12.2659%2011.1016%2012.3456%2011.2921%2012.4867%2011.4323C12.6279%2011.5725%2012.8189%2011.6508%2013.0179%2011.6501C13.2168%2011.6494%2013.4073%2011.5697%2013.5475%2011.4286C13.6876%2011.2874%2013.766%2011.0963%2013.7653%2010.8974L13.7494%2010.9133Z%22%20fill%3D%22%230E1011%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center}blog-posts .flex-wrapper button-component .btn:hover{color:#fff;background-color:#0e1011;border:1px solid #0e1011}blog-posts .flex-wrapper button-component .btn:hover::after{content:"";display:block;height:18px;width:15px;background-image:url("data:image/svg+xml,%3Csvg%20width%3D%2214%22%20height%3D%2214%22%20viewBox%3D%220%200%2014%2014%22%20fill%3D%22none%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20d%3D%22M13.7494%2010.9133L13.7229%200.698817L3.50837%200.672313C3.40195%200.657905%203.29368%200.66653%203.19088%200.697604C3.08808%200.728678%202.99316%200.781476%202.91254%200.852423C2.83193%200.923371%202.76749%201.01081%202.72361%201.10882C2.67972%201.20684%202.65741%201.31314%202.65817%201.42053C2.65894%201.52791%202.68277%201.63388%202.72805%201.73126C2.77334%201.82864%202.83901%201.91515%202.92063%201.98494C3.00226%202.05473%203.09792%202.10616%203.20115%202.13576C3.30438%202.16537%203.41277%202.17244%203.51897%202.15652L11.1732%202.18832L1.03293%2012.3286C0.892345%2012.4692%200.813366%2012.6599%200.813367%2012.8587C0.813368%2013.0575%200.892345%2013.2482%201.03293%2013.3888C1.17351%2013.5293%201.36419%2013.6083%201.563%2013.6083C1.76182%2013.6083%201.95249%2013.5293%202.09307%2013.3888L12.2334%203.24847L12.2652%2010.9027C12.2659%2011.1016%2012.3456%2011.2921%2012.4867%2011.4323C12.6279%2011.5725%2012.8189%2011.6508%2013.0179%2011.6501C13.2168%2011.6494%2013.4073%2011.5697%2013.5475%2011.4286C13.6876%2011.2874%2013.766%2011.0963%2013.7653%2010.8974L13.7494%2010.9133Z%22%20fill%3D%22%23FFFFFF%22%2F%3E%3C%2Fsvg%3E");background-repeat:no-repeat;background-position:center}blog-posts .posts_list{display:flex;flex-wrap:wrap}blog-posts .post{padding:24px;gap:24px;border:1px solid rgba(0,0,0,0);transition:all var(--transition-duration) ease;cursor:pointer}blog-posts .post:hover{background-color:#f9f9f9;border:1px solid #e1e4e4}blog-posts .post:hover image-component{position:relative;display:flex;align-items:center;justify-content:center}blog-posts .post:hover image-component picture{width:100%}blog-posts .post:hover image-component::after{content:"";display:block;background-image:url('data:image/svg+xml;utf8,<svg width="44" height="44" viewBox="0 0 44 44" fill="none" xmlns="http://www.w3.org/2000/svg"><rect x="0.000183105" y="0.000244141" width="43.2965" height="43.2965" rx="21.6483" fill="black"/><path d="M28.0461 25.5442L28.0196 15.3297L17.8051 15.3032C17.6986 15.2888 17.5904 15.2974 17.4876 15.3285C17.3848 15.3595 17.2899 15.4123 17.2092 15.4833C17.1286 15.5542 17.0642 15.6417 17.0203 15.7397C16.9764 15.8377 16.9541 15.944 16.9549 16.0514C16.9556 16.1588 16.9795 16.2647 17.0247 16.3621C17.07 16.4595 17.1357 16.546 17.2173 16.6158C17.2989 16.6856 17.3946 16.737 17.4978 16.7666C17.6011 16.7962 17.7095 16.8033 17.8157 16.7874L25.4699 16.8192L15.3296 26.9595C15.189 27.1001 15.1101 27.2907 15.1101 27.4895C15.1101 27.6884 15.189 27.879 15.3296 28.0196C15.4702 28.1602 15.6609 28.2392 15.8597 28.2392C16.0585 28.2392 16.2492 28.1602 16.3898 28.0196L26.5301 17.8793L26.5619 25.5336C26.5626 25.7325 26.6423 25.923 26.7834 26.0632C26.9246 26.2033 27.1156 26.2817 27.3146 26.281C27.5135 26.2803 27.704 26.2006 27.8442 26.0594C27.9843 25.9183 28.0627 25.7272 28.062 25.5283L28.0461 25.5442Z" fill="white"/></svg>');background-size:contain;background-repeat:no-repeat;background-position:center;width:44px;height:44px;position:absolute;top:0;left:0;right:0;bottom:0;margin:auto}blog-posts .post .categories{margin:20px 0;display:flex;flex-wrap:wrap;gap:8px}blog-posts .post .categories a{display:inline-block;border:1.07px solid #e1e4e4;background-color:#f9f9f9;color:#0e1011;padding:5px}blog-posts .post .categories a:hover{border-color:#c6e76c;background-color:#c6e76c}blog-posts .post .read_more{margin-top:20px}blog-posts .post h2,blog-posts .post .h2{text-align:left;margin-top:20px 0;font-size:30px}blog-posts .post h2 a,blog-posts .post .h2 a{color:var(--h-color)}blog-posts .post .author_date,blog-posts .post .stats{display:flex;align-items:center;gap:10px;margin-bottom:20px}blog-posts .post .author_date>div,blog-posts .post .stats>div{display:flex;align-items:center;gap:8px}blog-posts .post .author_date svg path,blog-posts .post .stats svg path{fill:#c6e76c}blog-posts .post .info{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:15px}blog-posts .post .info>div{gap:15px}blog-posts .post .info div{display:flex;align-items:center;gap:8px}blog-posts .post .info a{color:var(--block-primary-h-color);transition:all var(--transition-duration) ease}blog-posts .post .author{transition:all var(--transition-duration) ease;color:var(--block-primary-h-color);white-space:nowrap}blog-posts .post .intro{font-size:18px;color:var(--block-primary-h-color);height:75px;overflow:hidden;line-height:25.2px}blog-posts .post .read_more{margin-top:10px}blog-posts .post .read_more a{display:flex;align-items:center;font-weight:700;gap:10px;color:var(--block-primary-h-color);transition:color var(--transition-duration) ease}blog-posts .post .read_more svg{transition:transform var(--transition-duration) ease}blog-posts .pagination{margin-top:30px;display:flex;align-items:center;justify-content:center}blog-posts .pagination.hide{display:none}blog-posts .pagination_wrapper{display:flex;align-items:center;justify-content:center}blog-posts .pagination .prev{margin-right:20px}blog-posts .pagination .prev,blog-posts .pagination .next{border:1px solid #b3babf;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:all var(--transition-duration) ease;cursor:pointer;border-radius:100%}blog-posts .pagination .prev a,blog-posts .pagination .next a{display:flex;align-items:center;justify-content:center;width:100%;height:100%}blog-posts .pagination .prev svg path,blog-posts .pagination .next svg path{stroke:#0e1011;background-color:#fff;transition:all var(--transition-duration) ease}blog-posts .pagination .prev.disable,blog-posts .pagination .next.disable{cursor:default;background-color:#f5f5f5;border-color:#e1e4e4}blog-posts .pagination .prev:not(.disable):hover,blog-posts .pagination .next:not(.disable):hover{background-color:#0e1011}blog-posts .pagination .prev:not(.disable):hover svg path,blog-posts .pagination .next:not(.disable):hover svg path{stroke:#fff}blog-posts .pagination .pages{list-style:none;display:flex;align-items:center}blog-posts .pagination .pages li{height:20px;margin-right:20px}blog-posts .pagination .pages li a,blog-posts .pagination .pages li span{display:flex;align-items:center;justify-content:center;color:#c5c6c6;background-color:#fff;font-size:16px;line-height:24px;width:100%;height:100%;transition:all var(--transition-duration) ease}blog-posts .pagination .pages li a:hover,blog-posts .pagination .pages li span:hover{scale:1.1;color:var(--accent-color)}blog-posts .pagination .pages li.active a,blog-posts .pagination .pages li.active span{font-weight:700;font-size:24px;color:#0e1011}blog-posts #sort-dropdown{width:155px;height:56px;background-color:#f9f9f9;border:1px solid #e1e4e4;padding:10px;font-size:18px;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="10" viewBox="0 0 15 10" fill="none"><path d="M0.221566 2.0709L7.46304 9.2749L14.7045 2.0709C14.79 2.00584 14.8604 1.92318 14.9111 1.82852C14.9619 1.73386 14.9916 1.62941 14.9985 1.52224C15.0053 1.41506 14.989 1.30767 14.9508 1.20733C14.9125 1.107 14.8531 1.01605 14.7766 0.94066C14.7002 0.865267 14.6084 0.807186 14.5075 0.770349C14.4066 0.733513 14.299 0.718779 14.192 0.727147C14.0849 0.735516 13.9809 0.76679 13.8869 0.818853C13.793 0.870916 13.7114 0.942552 13.6475 1.02891L8.21268 6.41879C7.97451 6.64673 8.32806 6.29318 7.97451 6.64673C7.62095 7.00028 7.62607 7.0054 7.46304 7.16843C7.35808 7.06346 7.16514 6.87052 7.02427 6.72965C6.85854 6.56393 6.88064 6.58602 6.71341 6.41879L1.27855 1.02891C1.13739 0.888744 0.946334 0.810395 0.747408 0.811098C0.548482 0.811801 0.357981 0.891497 0.217816 1.03266C0.0776517 1.17382 -0.000697398 1.36487 5.4425e-06 1.5638C0.000708283 1.76273 0.0804068 1.95323 0.221566 2.09339L0.221566 2.0709Z" fill="%230E1011"/></svg>');background-repeat:no-repeat;background-position:right 10px center;background-size:15px 10px;cursor:pointer}blog-posts .dropdown-wrapper{display:none}blog-posts .out-layout-text p{font-size:22px;line-height:150%}@keyframes loading{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}@media screen and (max-width: 1200px){blog-posts .post.main .post_left a{padding-left:0}blog-posts .post{gap:30px}blog-posts .post h2,blog-posts .post .h2{margin-top:15px;margin-bottom:15px}blog-posts .post.main{flex-direction:column}blog-posts .post.main .post_left,blog-posts .post.main .post_right{width:100%;max-width:initial}blog-posts .post.main .intro{margin-bottom:30px}blog-posts .post.main .post_right .top_flex{margin-bottom:15px}blog-posts .post.main img{max-width:initial;width:100%}}@media screen and (min-width: 1200px){blog-posts .posts_list .post{width:32.27%;margin-right:1.5%;margin-bottom:1.5%;max-width:555px}blog-posts .posts_list .post img{object-fit:cover;width:100%}blog-posts .posts_list .post:nth-child(3n){margin-right:0}}@media screen and (max-width: 1200px)and (min-width: 770px){blog-posts .posts_list .post{width:49%;margin-right:2%;margin-bottom:2%}blog-posts .posts_list .post img{height:200px;object-fit:cover}blog-posts .posts_list .post:nth-child(2n){margin-right:0}}@media screen and (max-width: 770px){blog-posts .posts_list .post{width:100%;margin-bottom:15px}blog-posts .posts_list .post .top_flex{flex-direction:initial;flex-wrap:wrap;align-items:center}blog-posts .posts_list .post img{width:100%;height:auto;object-fit:cover}blog-posts .posts_list .post:last-child{margin-bottom:0}blog-posts .post .post_right{height:auto}}@media screen and (max-width: 650px){blog-posts .blog-posts{border:none;padding-top:0}blog-posts .post.main{margin-bottom:15px;gap:20px}blog-posts .post.main .post_title{font-size:24px;line-height:33px;margin-bottom:10px}blog-posts .post.main .post_right .top_flex{margin-bottom:10px}blog-posts .post .author_date{margin-bottom:10px}blog-posts .post .intro{font-size:14px;line-height:20px;margin-bottom:20px}blog-posts .post .info{flex-direction:column-reverse;align-items:flex-start}blog-posts .post .info div{flex-wrap:wrap}blog-posts .dropdown-wrapper{display:block;position:sticky;top:60px;z-index:1;height:75px;width:100%;padding:13px 15px;margin-bottom:20px;background-color:#0e1011}blog-posts .dropdown-wrapper .custom-dropdown{position:relative;width:100%;border:1px solid #fff;background-color:#0e1011;color:#fff;font-size:22px;cursor:pointer;user-select:none}blog-posts .dropdown-wrapper .custom-dropdown.open{height:100%}blog-posts .dropdown-wrapper .custom-dropdown .dropdown-selected{display:flex;justify-content:space-between;align-items:center;position:relative;padding:10px 20px}blog-posts .dropdown-wrapper .custom-dropdown .dropdown-selected::after{content:"";width:15px;height:9px;background-image:url("data:image/svg+xml;utf8,<svg width='15' height='9' viewBox='0 0 15 9' fill='none' xmlns='http://www.w3.org/2000/svg'><path d='M0.221566 1.57103L7.46304 8.77502L14.7045 1.57103C14.79 1.50596 14.8604 1.42331 14.9111 1.32864C14.9619 1.23398 14.9916 1.12953 14.9985 1.02236C15.0053 0.915185 14.989 0.807795 14.9508 0.707457C14.9125 0.607118 14.8531 0.516174 14.7766 0.440782C14.7002 0.365389 14.6084 0.307308 14.5075 0.270472C14.4066 0.233635 14.299 0.218901 14.192 0.227269C14.0849 0.235638 13.9809 0.266912 13.8869 0.318975C13.793 0.371038 13.7114 0.442674 13.6475 0.529033L8.21268 5.91891C7.97451 6.14685 8.32806 5.7933 7.97451 6.14685C7.62095 6.50041 7.62607 6.50552 7.46304 6.66855C7.35808 6.56359 7.16514 6.37064 7.02427 6.22978C6.85854 6.06405 6.88064 6.08614 6.71341 5.91891L1.27855 0.529032C1.13739 0.388866 0.946334 0.310517 0.747408 0.31122C0.548482 0.311923 0.357981 0.391619 0.217816 0.532778C0.0776517 0.673937 -0.000697398 0.864996 5.4425e-06 1.06392C0.000708283 1.26285 0.0804068 1.45335 0.221566 1.59351L0.221566 1.57103Z' fill='white'/></svg>");background-repeat:no-repeat;background-size:contain;position:absolute;right:20px;top:50%;transform:translateY(-50%)}blog-posts .dropdown-wrapper .custom-dropdown .dropdown-list{display:none;position:absolute;top:100%;left:0;width:100%;background-color:#0e1011;border:1px solid #fff;list-style:none;padding:0;margin:0;z-index:20}blog-posts .dropdown-wrapper .custom-dropdown .dropdown-list a{display:block;padding:10px 20px;color:#fff;cursor:pointer;transition:background .3s}blog-posts .dropdown-wrapper .custom-dropdown .dropdown-list a:hover{color:var(--accent-color)}blog-posts .dropdown-wrapper .custom-dropdown.open .dropdown-list{display:block}}@media screen and (max-width: 470px){blog-posts .post .top_flex>*,blog-posts .post.main .top_flex>*{margin-right:0}blog-posts .post .post_right .top_flex,blog-posts .post.main .post_right .top_flex{display:flex;flex-direction:column;align-items:flex-start}blog-posts .post .post_right .top_flex>div,blog-posts .post.main .post_right .top_flex>div{display:flex;align-items:center;flex-wrap:wrap}blog-posts .post:not(.post.main) .categories{margin-bottom:0}}@media screen and (max-width: 450px){blog-posts .post,blog-posts .post.main{padding:15px}blog-posts .post .post_title,blog-posts .post.main .post_title{font-size:20px;line-height:24px}blog-posts .post .read_more a,blog-posts .post.main .read_more a{font-size:14px;line-height:18px}blog-posts .post .read_more a{padding-left:0}blog-posts .post.main .read_more a{padding:10px 15px;padding-left:15px}}
get-in-touch .get_in_touch_block{position:relative}get-in-touch .get_in_touch_block image-component img{position:absolute;top:0;left:0;object-fit:cover;object-position:bottom;height:100%;width:100%;filter:brightness(0.5)}get-in-touch .get_in_touch_block .container{position:relative;z-index:0}get-in-touch .get_in_touch_block .get_in_touch_top{--h-color: #fff}get-in-touch .get_in_touch_block .get_in_touch_top .subtitle{--subtitle-color: #FFFFFFCC;text-align:center;max-width:800px;margin-left:auto;margin-right:auto}get-in-touch .get_in_touch_block .get_in_touch_bottom{display:flex;justify-content:center}get-in-touch .get_in_touch_block get-in-touch-form .get-in-touch-form .like_title{font-size:30px;font-weight:400;color:#0e1011}get-in-touch .get_in_touch_block get-in-touch-form .get-in-touch-form .subtitle{font-size:20px}get-in-touch .get_in_touch_block get-in-touch-form .get-in-touch-form .btn_wrapper .btn{font-size:22px}
footer{background-color:#0e1011;color:#cfcfcf}footer .container{max-width:1516px}footer .footer_top{display:flex;gap:50px;justify-content:space-between;padding:80px 0 50px}footer .footer_top .footer_left{display:flex;flex-direction:column}footer .footer_top .footer_left .footer_left__top .logo{display:flex;align-items:center;justify-content:center;gap:7px;color:#fff;height:70px;width:fit-content;margin-bottom:30px;position:relative}footer .footer_top .footer_left .footer_left__top .logo_main{font-size:32px;line-height:37px}footer .footer_top .footer_left .footer_left__top .logo_sub{font-size:10px;line-height:11.5px;position:absolute;top:46px;right:-12px}footer .footer_top .footer_left .footer_left__top p.text{max-width:415px;font-size:15px;line-height:21px}footer .footer_top .footer_left .like_a_list{display:flex;justify-content:left;gap:40px;margin-top:40px}footer .footer_top .footer_left .like_a_list a{width:25px;height:25px}footer .footer_top .footer_left .like_a_list svg path{fill:#fff}footer .footer_top .footer_center{display:flex;gap:40px}footer .footer_top .footer_center .block__title{font-size:16px;font-weight:700;line-height:22.4px;color:#fff;margin-bottom:32px}footer .footer_top .footer_center .block__list_wrapper{display:flex}footer .footer_top .footer_center .block__list_wrapper .add-list{margin-left:50px}footer .footer_top .footer_center .block__list_wrapper li a{display:block;font-size:14px;font-weight:400;line-height:19.6px;color:#cfcfcf;width:max-content;margin-bottom:10px;max-width:198px}footer .footer_top .footer_center .block__list_wrapper li a:hover{color:#fff}footer .footer_top .footer_right{display:flex;flex-direction:column;gap:30px;margin-top:20px}footer .footer_top .footer_right .info-block{display:flex;align-items:center;gap:20px}footer .footer_top .footer_right .info-block__title{font-weight:700;margin-bottom:8px;color:#fff}footer .footer_top .footer_right .info-block__info{font-size:15px;width:200px;color:#cfcfcf}footer .footer_top .footer_right .info-block__info:hover{color:#c6e76c}footer .footer_bottom{border-top:2px solid #4d555b;padding:30px 0}footer .footer_bottom .bottom_flex{display:flex;align-items:center;justify-content:space-between;text-transform:uppercase}footer .footer_bottom .bottom_flex .left{display:flex;align-items:center;gap:15px}footer .footer_bottom .bottom_flex .left a{color:#cfcfcf;font-size:14px;letter-spacing:.03em;width:200px}footer .footer_bottom .bottom_flex .left a:hover{color:#c6e76c}footer .footer_bottom .bottom_flex .left .edit-mode-block{width:100%;max-width:218px;display:flex;justify-content:space-between;padding:8px 20px;background:#1b1b1d;align-items:center;gap:30px}footer .footer_bottom .bottom_flex .left .edit-mode-block .edit-mode-subtitle{font-size:10px;color:#9698a5}footer .footer_bottom .bottom_flex .left .edit-mode-block p{color:#fff;font-size:16px}footer .footer_bottom .bottom_flex .left .edit-mode-block edit-mode{background:gray;border-radius:100px;cursor:pointer;display:block;height:30px;position:relative;text-indent:-9999px;width:33px;height:20px}footer .footer_bottom .bottom_flex .left .edit-mode-block edit-mode .edit-mode-label{width:33px;height:20px}footer .footer_bottom .bottom_flex .left .edit-mode-block edit-mode .edit-mode-label::after{width:18px;height:18px;top:1px;left:1px;box-shadow:0px 1.94px 5.16px 0px rgba(0,0,0,.1490196078)}footer .footer_bottom .bottom_flex .left .edit-mode-block edit-mode .edit-mode-switch:checked+.edit-mode-label:after{left:32px}@media screen and (max-width: 1350px)and (min-width: 1050px){footer .footer_top .footer_center{flex-direction:column}}@media screen and (max-width: 1050px){footer .footer_top{flex-direction:column;align-items:center;gap:30px}}@media screen and (max-width: 775px){footer .footer_top .footer_center{justify-content:center;flex-wrap:wrap}}@media screen and (max-width: 775px){footer .footer_top .footer_center .block:nth-of-type(1){width:83%}}@media screen and (max-width: 550px){footer .footer_top .footer_left__top{display:flex;flex-direction:column;align-items:center;text-align:center}footer .footer_top .footer_left .like_a_list{justify-content:center}footer .footer_top .footer_center .block__title{text-align:center}footer .footer_top .footer_center .block__list_wrapper{flex-direction:column;align-items:center}footer .footer_top .footer_center .block__list_wrapper .add-list{margin-left:0}footer .footer_top .footer_center .block__list_wrapper ul li a{width:100%;text-align:center}footer .footer_top .footer_right .info-block{gap:36px}footer .footer_bottom .bottom_flex{flex-direction:column;align-items:center;gap:15px}}@media screen and (max-width: 400px){footer .footer_top .soc_list{justify-content:flex-start}footer .footer_left{margin-bottom:20px}footer .footer_top{flex-direction:column}}
blog-article breadcrumbs-component .breadcrumbs_list{justify-content:flex-start;padding:0}blog-article .container{display:flex;gap:50px;justify-content:space-between;max-width:1728px}blog-article article{max-width:1080px}blog-article article h1{font-size:40px;margin-bottom:30px}blog-article article .poster-wrapper{margin-bottom:30px;display:flex;gap:30px;justify-content:space-between;align-items:center}blog-article article .poster-wrapper .meta_share{display:flex;gap:15px;flex-direction:column;justify-content:space-between}blog-article article .poster-wrapper .meta_share .categories{display:flex;flex-wrap:wrap;gap:10px}blog-article article .poster-wrapper .meta_share .categories a{display:block;padding:8px;color:#0e1011;font-size:18px;line-height:100%;background-color:#f9f9f9;border:1.07px solid #e1e4e4}blog-article article .poster-wrapper .meta_share .categories a:hover{color:#fff;background-color:#0e1011}blog-article article .poster-wrapper .meta{display:flex;flex-direction:column;gap:8px;justify-content:space-between;height:80%}blog-article article .poster-wrapper .meta .numbers-wrapper{display:flex;flex-direction:column;gap:20px}blog-article article .poster-wrapper .meta .numbers-wrapper .number-block{display:flex;align-items:center;gap:10px}blog-article article .poster-wrapper .meta_title{font-size:14px;line-height:19px;color:#3c3e3f;margin-right:10px}blog-article article .poster-wrapper .meta_author a,blog-article article .poster-wrapper .meta .posted_at,blog-article article .poster-wrapper .meta .updated_at{font-size:16px;line-height:22px;color:#0e1011}blog-article article .poster-wrapper .meta .date{display:flex;flex-direction:column;gap:21px}blog-article article .poster-wrapper image-component{height:100%;width:100%;max-width:850px}blog-article article .poster-wrapper image-component img{height:100%;width:100%}blog-article article .post{padding:24px;gap:24px;transition:all .3s ease;cursor:pointer}blog-article article .post.main{display:flex;width:100%;margin-bottom:20px}blog-article article .post.main .post_left,blog-article article .post.main .post_right{width:50%;max-width:568px}blog-article article .post.main .author_date,blog-article article .post.main .stats{margin-bottom:0}blog-article article .post.main.hide{display:none}blog-article article .post:not(.post.main) .categories{margin-top:20px;margin-bottom:20px;display:flex;gap:20px}blog-article article .post:not(.post.main) .categories a{border-color:var(--button-tertiary-normal-border-color);background-color:var(--button-tertiary-normal-fill-color);color:var(--button-tertiary-normal-font-color)}blog-article article .post:not(.post.main) .categories a:hover{border-color:var(--button-tertiary-hover-border-color);background-color:var(--button-tertiary-hover-fill-color);color:var(--button-tertiary-hover-font-color)}blog-article article .post:not(.post.main) .read_more{margin-top:20px}blog-article article .post .btn{color:#0e1011;padding:5px;display:inline-block;border:1.07px solid #e1e4e4;--button-tertiary-normal-fill-color: #F9F9F9}blog-article article .post h2,blog-article article .post .h2{text-align:left;margin-top:20px;font-size:40px}blog-article article .post h2 a,blog-article article .post .h2 a{color:var(--h-color)}blog-article article .post .h2{font-size:24px;margin-bottom:20px}blog-article article .post .author_date,blog-article article .post .stats{display:flex;align-items:center;gap:10px;margin-bottom:20px}blog-article article .post .author_date>div,blog-article article .post .stats>div{display:flex;align-items:center;gap:8px}blog-article article .post .author_date svg path,blog-article article .post .stats svg path{fill:#c6e76c}blog-article article .post .info{display:flex;align-items:center;justify-content:space-between;gap:10px;margin-bottom:15px}blog-article article .post .info>div{gap:15px}blog-article article .post .info div{display:flex;align-items:center;gap:8px}blog-article article .post .info a{color:var(--block-primary-h-color);transition:all var(--transition-duration) ease}blog-article article .post .author{transition:all var(--transition-duration) ease;color:var(--block-primary-h-color);white-space:nowrap}blog-article article .post .intro{font-size:16px;color:var(--block-primary-h-color);line-height:22.4px}blog-article article .post .read_more{margin-top:10px}blog-article article .post .read_more a{display:flex;align-items:center;font-weight:700;gap:10px;color:var(--block-primary-h-color);transition:color var(--transition-duration) ease}blog-article article .post .read_more svg{transition:transform var(--transition-duration) ease}blog-article .content{margin-bottom:60px}blog-article .entry-social__title{color:#0e1011;font-size:30px;line-height:36px;margin-bottom:30px}blog-article .entry-social .like_a_list{display:flex;margin-bottom:40px}blog-article .entry-social .like_a_list a{width:100%;padding:15px;border:1px solid #fff;background-color:#c6e76c;cursor:pointer;display:flex;justify-content:center}blog-article .entry-social .like_a_list a:hover{border-color:#c6e76c;background-color:#fff}blog-article .entry-social .like_a_list svg{width:25px;height:25px}blog-article .entry-social .like_a_list svg path{fill:#000}blog-article .author{border:1px solid #e1e4e4;background-color:#f9f9f9;padding:25px}blog-article .author_top{display:flex;justify-content:space-between;margin-bottom:36px}blog-article .author_top__left{display:flex;gap:24px}blog-article .author_top__left .name_top{display:flex;align-items:flex-end;gap:10px;margin-bottom:10px}blog-article .author_top__left .name_top .name{font-weight:700;font-size:32px;line-height:35px}blog-article .author_top__left .name_top .name a{color:#0e1011}blog-article .author_top__left .rating__title{margin-bottom:5px}blog-article .author_top__left .rating .star-rating{display:flex;flex-direction:row-reverse;width:fit-content}blog-article .author_top__left .rating .star-rating>span svg{width:25px;height:25px}blog-article .author_top__left .rating .star-rating>span svg path{stroke:#c6e76c}blog-article .author_top__left .rating .star-rating>span.active svg path{fill:#c6e76c}blog-article .author_top__left .rating .star-rating>span:hover svg path{fill:#c6e76c}blog-article .author_top__left .rating .star-rating>span:first-child:hover svg path{fill:#c6e76c}blog-article .author_top__left .rating .star-rating>span:hover~span svg path{fill:#c6e76c}blog-article .author_top__left .rating .star-rating .star{cursor:pointer}blog-article .author_top__left image-component img{width:100px;height:100px;border:1.33px solid #c6e76c}blog-article .author_top__right .soc_links{display:flex;gap:24px}blog-article .author_bottom .position{margin-bottom:24px}blog-article .author_bottom button-component .btn{max-width:fit-content;--button-primary-normal-fill-color: #C6E76C;--button-primary-normal-border-color: #C6E76C;--button-primary-normal-font-color: ##0E1011;--button-primary-hover-fill-color: #0E1011;--button-primary-hover-border-color: #0E1011;--button-primary-hover-font-color: #fff}blog-article .articles_comments comments-component .comments .comment__form>input:focus,blog-article .articles_comments comments-component .comments .comment__form textarea:focus{--input-active-border-color: #C6E76C}blog-article .articles_comments .btn{padding:15px 25px;--button-primary-normal-fill-color: #F9F9F9;--button-primary-normal-font-color: #0E1011;border-color:#e1e4e4}blog-article .articles_comments .btn:hover{background-color:#f9f9f9;color:#0e1011;border-color:#e1e4e4}blog-article aside{width:30%;min-width:400px;max-width:598px;margin-bottom:15px}blog-article aside .aside_wrapper{position:sticky;top:126px}blog-article aside .recent{margin-top:30px;margin-bottom:30px;font-weight:500;font-size:28px;line-height:30px;color:var(--block-secondary-h-color)}blog-article aside .post{padding:24px;margin-bottom:24px;background:#f9f9f9;border:1px solid #e1e4e4;display:flex;flex-direction:column;transition:all .2s ease;cursor:pointer}blog-article aside .post img{display:block;width:100%}blog-article aside .post_right{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:column-reverse}blog-article aside .post_right .title{font-size:30px;line-height:42px;color:#0e1011}blog-article aside .post_right .categories{margin:20px 0;display:flex;flex-wrap:wrap;gap:10px}blog-article aside .post_right .categories a{display:block;padding:8px;color:#0e1011;font-size:22px;line-height:100%;background-color:#f9f9f9;border:1.07px solid #e1e4e4}blog-article aside .post_right .categories a:hover{color:#fff;background-color:#0e1011}blog-article aside .categories-list{display:flex;gap:25px 10px;flex-wrap:wrap;margin:20px 0}blog-article aside .categories-list a{padding:8px;color:#0e1011;background-color:rgba(0,0,0,0);border:1.07px solid #e1e4e4}blog-article aside .categories-list a.active{border-color:#c6e76c;background-color:#c6e76c}blog-article aside .categories-list a:hover{border-color:#c6e76c;background-color:#c6e76c}blog-article aside contents-component .contents{border-radius:0;border:1px solid #e1e4e4;background:#f9f9f9}blog-article aside contents-component .contents .active-anchor a{--block-secondary-accent-color: #8dbb0b}blog-article .active svg path{fill:#c6e76c}blog-article search-component .search-dropdown{--bg-color: #0E1011}blog-article search-component .search-component{margin-top:30px}blog-article article h2{text-align:left;font-weight:400;font-size:32px;line-height:38px;color:var(--h-color);margin-bottom:15px}blog-article article h3,blog-article article h4{text-align:left;font-weight:400;font-size:24px;line-height:32px;color:var(--h-color)}blog-article article img{width:100%;height:auto;margin-bottom:15px}blog-article article h4{font-size:18px;line-height:32px}blog-article article p,blog-article article ul,blog-article article ol{font-size:16px;line-height:25px;color:var(--text-color);margin-bottom:15px}blog-article article ul,blog-article article ol{padding-left:25px}blog-article article ul{list-style:disc}blog-article article ol{list-style:decimal}blog-article article a{color:var(--accent-color)}blog-article article table{width:100%;border-collapse:collapse;overflow-x:scroll}blog-article article tbody tr:nth-child(1){background-color:rgba(0,0,0,0)}blog-article article tbody tr:nth-child(even):not(:first-child){background-color:#f0f0f0}blog-article article tbody tr th,blog-article article tbody tr td{height:40px;text-align:center;vertical-align:middle;padding:9px}blog-article article .modal_wrapper_wd.show_modal{display:flex !important}blog-article article .modal_container_wd{position:relative;z-index:21;background-color:#6cbe03;width:95%;max-width:700px;padding:20px}blog-article article .modal_form_wd>*{display:block;width:100%;margin-bottom:19px;padding:14px 10px}blog-article article .modal_input_wd::placeholder{color:#c1c1c1}blog-article article .modal_input_wd{font-size:16px;border:none}blog-article article .modal_button_wd:focus{color:#fff;background:#6cbe03}blog-article article button-component .popup-befree_wd__link{background-color:#80bc39;cursor:pointer}blog-article article #modal_close_wd:hover{opacity:1}blog-article article #modal_close_wd:before{transform:rotate(45deg)}blog-article article #modal_close_wd:after{transform:rotate(-45deg)}blog-article article #call_modal_wd{margin-right:17px}blog-article article .popup-befree_wd{padding:18px 51px;margin-bottom:25px;background:#383838;box-shadow:10px 10px 32px rgba(0,0,0,.3),-6px -14px 34px rgba(0,0,0,.2);display:flex;justify-content:center;align-items:center;flex-direction:column;position:relative}blog-article article .popup-befree_wd.light{background:#fff;box-shadow:10px 10px 40px rgba(0,0,0,.1),0px -5px 30px rgba(0,0,0,.04)}blog-article article .popup-befree_wd.light .popup-befree_wd__header{color:#383838}blog-article article .modal_wrapper_wd.show_modal .modal_shadow_close_wd{position:absolute;top:0;left:0;width:100vw;height:100vh;z-index:20}@media(max-width: 800px){blog-article article .success-form-popup{width:65%}}@media(max-width: 630px){blog-article article .success-form-popup{width:80%}}@media(max-width: 500px){blog-article article .success-form-popup{width:95%;padding:15px}blog-article article .success-form-popup .text{font-size:16px}blog-article article .success-form-popup .info-check__item{font-size:16px}blog-article article .success-form-popup .check{margin:0}}@media(max-width: 480px){blog-article article .popup-befree_wd{padding:15px 20px}blog-article article .popup-befree_wd__header br{display:none}}blog-article article .popup-befree_wd__header.small{position:relative;z-index:2;font-weight:400;font-size:20px;line-height:120%;text-align:center;letter-spacing:.01em;color:#fff;margin:0px 0px 20px 0px}blog-article article .popup-befree_wd__header>span{font-weight:900}blog-article article .buttons_wd{display:flex}@media screen and (max-width: 400px){blog-article article .modal_container_wd{width:100%}blog-article article .buttons_wd{flex-direction:column;align-items:center}blog-article article #call_modal_wd{margin-right:0;margin-bottom:10px}blog-article article .call_modal_wd{width:190px}}@media(min-width: 73.75em){blog-article article .popup-befree_wd__header{font-size:1.75rem}}@media(min-width: 20em)and (max-width: 73.75em){@supports(font-size: clamp(1.125rem, 0.8924418605rem + 1.1627906977vw, 1.75rem)){blog-article article .popup-befree_wd__header{font-size:clamp(1.125rem,0.8924418605rem + 1.1627906977vw,1.75rem)}}@supports not (font-size: clamp(1.125rem, 0.8924418605rem + 1.1627906977vw, 1.75rem)){blog-article article .popup-befree_wd__header{font-size:calc(1.125rem + .625*(100vw - 20rem)/53.75)}}}blog-article article .popup-befree_wd__link:hover{box-shadow:3px 3px 7px rgba(108,184,19,.6)}@media(max-width: 20em){blog-article article .popup-befree_wd__header{font-size:1.125rem}}blog-article article .popup-befree_wd__link{position:relative;z-index:2;border:1px solid #80bc39;font-weight:500;transition:all .2s ease;font-size:18px;line-height:21px;text-align:center;color:#fff !important;padding:8px 40px;text-decoration:none}blog-article article .popup-befree_wd__link.light{background:#80bc39;box-shadow:5px 4px 12px rgba(0,0,0,.25)}blog-article article .popup-befree_wd__shadow{z-index:1;position:absolute;left:0;top:0;bottom:0;right:0}blog-article article .popup-befree_wd__shadow svg{width:100%;height:100%;object-fit:cover}blog-article article .wp-block-columns{display:flex}@media screen and (max-width: 1300px){blog-article breadcrumbs-component{padding-top:0}}@media screen and (max-width: 1290px){blog-article aside{min-width:372px}}@media screen and (max-width: 1200px){blog-article .author{flex-direction:column}blog-article .author .author_image{margin-bottom:15px}blog-article .author .author_info{width:100%;max-width:100%}}@media screen and (max-width: 1150px){blog-article article .poster-wrapper{flex-direction:column;align-items:start}}@media screen and (max-width: 1100px){blog-article .author_info .articles_by_author a{padding:15px}blog-article breadcrumbs-component{padding-top:30px}blog-article section{padding-top:52px}blog-article .container{flex-direction:column}blog-article article{width:100%;max-width:100%;margin-right:0}blog-article aside{margin-top:20px;width:100%;max-width:100%;min-width:initial}blog-article aside .post_left{width:auto;min-width:150px}blog-article aside .post_right{width:auto}blog-article aside .post_right a{margin-bottom:10px}blog-article .author_info p{margin-bottom:0}}@media screen and (max-width: 750px){blog-article .author{padding:20px;margin-top:30px}blog-article .author .name_top{flex-direction:column;align-items:flex-start}blog-article .content{margin-bottom:30px}}@media screen and (max-width: 660px){blog-article section{padding:0}blog-article .author .author_image{flex-direction:column;gap:0}blog-article .author .name_top{align-items:center;gap:10px;width:100%;text-align:center}blog-article .author .name_top a{text-align:center}blog-article article .poster-wrapper{flex-direction:column;gap:0}}@media screen and (max-width: 640px){blog-article breadcrumbs-component{padding-top:20px}blog-article breadcrumbs-component .breadcrumbs_list{margin-bottom:15px}blog-article .author_info .description{margin-bottom:10px}blog-article .author_info .description,blog-article .author_info .position{text-align:center}blog-article .author_info .articles_by_author{display:flex;justify-content:center}blog-article .author .name a{font-size:28px}}@media screen and (max-width: 600px){blog-article .author_info .name a{font-size:24px;line-height:26px}blog-article .author_info .position{font-size:16px;line-height:22px;margin-bottom:10px}blog-article .author_info .description p{font-size:14px;line-height:18px}blog-article article h1{font-size:32px;line-height:35px;margin-bottom:15px}blog-article article h2{font-size:25px;line-height:32px}blog-article article p,blog-article article ul,blog-article article ol{font-size:14px;margin-bottom:10px}blog-article aside .recent{margin-top:20px;margin-bottom:20px}}@media screen and (max-width: 545px){blog-article article .poster{margin-bottom:25px}blog-article article .poster-wrapper .meta .numbers-wrapper{gap:0;flex-direction:row;justify-content:space-between}blog-article .meta_share{margin-bottom:15px}blog-article .meta_share .meta>div{flex-wrap:wrap}blog-article .meta_share .meta>div>div{margin-bottom:10px}blog-article .meta_share .meta>div:first-child{margin-bottom:5px}}@media screen and (max-width: 420px){blog-article aside .post_right{flex-direction:column-reverse}}@media screen and (max-width: 400px){blog-article .author_info .name_top{flex-direction:column;align-items:flex-start}blog-article .meta_share{flex-direction:column;align-items:flex-start}blog-article .share .background_shadow .share_popup .share_popup_middle,blog-article .share .background_shadow .share_popup .share_popup_bottom{padding:15px}blog-article .share .background_shadow .share_popup .share_popup_middle .link_field .field_left,blog-article .share .background_shadow .share_popup .share_popup_bottom .link_field .field_left{padding:15px 10px}blog-article .share .background_shadow .share_popup .share_popup_bottom{padding-bottom:30px}blog-article .share .background_shadow .share_popup .share_popup_bottom .link_field .link{font-size:12px;line-height:12px;max-width:70%}blog-article .share .background_shadow .share_popup .share_popup_bottom .link_field .field_left{height:50px}blog-article .share .background_shadow .share_popup .share_popup_bottom .link_field .field_left svg{margin-right:5px}blog-article aside .post{flex-direction:column}blog-article aside .post_left{width:100%;margin-right:0;margin-bottom:10px}blog-article aside .post img{width:100%;height:auto}blog-article .share_and_rate{align-items:flex-start;flex-direction:column;margin-bottom:20px;gap:15px}blog-article .share_and_rate .share,blog-article .share_and_rate .rate_us{width:100%}}
search-component{width:100%;max-width:500px;--bg-color: #F9F9F9}search-component .search-component{position:relative;padding:0;background-color:#f9f9f9}search-component .search{justify-content:flex-end;align-items:center;display:flex;padding:18px 30px;border:1px solid #e1e4e4}search-component .search_icon{margin-right:10px}search-component .search input{display:block;font-size:22px;background-color:#f9f9f9;outline:none;width:100%;height:24px;color:var(--input-text-color)}search-component .search input:-webkit-autofill,search-component .search input:-webkit-autofill:hover,search-component .search input:-webkit-autofill:focus,search-component .search input:-webkit-autofill:active{background-color:#f9f9f9}search-component .search input:focus{background-color:rgba(0,0,0,0);border-radius:var(--input-active-border-radius)}search-component .search input::placeholder{font-size:22px;line-height:110%;color:#c5c6c6}search-component .search-dropdown{position:absolute;top:60px;max-height:300px;overflow-y:auto;z-index:10;width:100%;background-color:var(--bg-color);scrollbar-color:var(--accent-color)}search-component .search-dropdown::-webkit-scrollbar-thumb{background-color:var(--accent-color)}search-component .search-dropdown .search-item{display:flex;gap:10px;align-items:center;padding:10px 5px;cursor:pointer;border-bottom:1px solid #fff}search-component .search-dropdown .search-item:hover{background-color:rgba(249,249,249,.2196078431)}search-component .search-dropdown .search-item .image-wrapper{height:50px;width:100px;min-width:100px}search-component .search-dropdown .search-item .image-wrapper img{width:100%;height:100%}search-component .search-dropdown .search-item p{color:#fff;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}@media screen and (max-width: 650px){search-component .search-component{background-color:rgba(0,0,0,0)}search-component .search-component .search-dropdown{background-color:#000}search-component .search{padding:15px 30px;margin:0}search-component .search svg path{fill:#fff}search-component .search input{background-color:rgba(0,0,0,0);color:#fff}search-component .search input ::placeholder{color:#c5c6c6}}
subscription-block .subscription-block{width:80vw;max-width:1254px;padding:50px 100px;margin-bottom:80px;background-color:#0e1011;display:flex;justify-content:space-between;align-items:center;gap:50px;margin-left:auto;margin-right:auto;position:relative;overflow:hidden}subscription-block .subscription-block::before{content:"";position:absolute;top:0;left:0;width:200%;height:200%;background:hsla(0,0%,100%,.5);border-radius:50%;transform:translate(-50%, -50%) scale(0);opacity:1;animation:ripple 8s linear infinite}subscription-block .subscription-block .block__left__title{color:#fff;font-size:50px;font-weight:400;line-height:57.5px;margin-bottom:30px}subscription-block .subscription-block .block__left__text{color:#fff;font-size:18px;font-weight:400;line-height:25.2px}subscription-block get-in-touch-form div.get-in-touch-form{padding:0}subscription-block get-in-touch-form div.get-in-touch-form form{display:flex;justify-content:space-between;margin:0}subscription-block get-in-touch-form div.get-in-touch-form .like_title{display:none}subscription-block get-in-touch-form div.get-in-touch-form form .input-wrap{padding:0}subscription-block get-in-touch-form div.get-in-touch-form form .form_wrap input{border:none;font-size:22px;padding:15px 30px;margin:0;height:100%;max-height:100%}subscription-block get-in-touch-form div.get-in-touch-form form .btn_wrapper{height:100%;width:fit-content;padding:0}subscription-block get-in-touch-form div.get-in-touch-form form .btn_wrapper .btn{font-size:22px;color:#0e1011;background-color:#c6e76c;padding:17px 25px;cursor:pointer}subscription-block get-in-touch-form div.get-in-touch-form .overflow .icon_wrapper{display:none}subscription-block get-in-touch-form div.get-in-touch-form .overflow .middle{margin:0}subscription-block get-in-touch-form div.get-in-touch-form .overflow .middle div:not(:first-child){display:none}subscription-block get-in-touch-form div.get-in-touch-form .overflow .middle .bold{font-size:48px}@media screen and (max-width: 1350px){subscription-block .subscription-block get-in-touch-form .get-in-touch-form form .form_wrap input{min-width:250px}}@media screen and (max-width: 1050px){subscription-block .subscription-block{flex-direction:column}}@media screen and (max-width: 650px){subscription-block .subscription-block{width:100%;margin:0;padding:30px 15px}}@keyframes ripple{0%{opacity:1;transform:translate(-50%, -50%) scale(0)}20%{opacity:0;transform:translate(-50%, -50%) scale(2.5)}100%{opacity:0;transform:translate(-50%, -50%) scale(2.5)}}
