.container__row{display:flex;gap:30px}.container__row.justify-center{justify-content:center}@media screen and (max-width:992px){.container__row{flex-direction:column-reverse;gap:24px}}.container__col-left{flex:0 1 32%;max-width:370px;width:100%;position:relative}@media screen and (max-width:992px){.container__col-left{flex:1 1 0;max-width:100%}.container__col-left .aside-banner,.container__col-left .tool-banner{display:none}}.container__col-left.sidebar{display:flex;flex-direction:column;gap:24px}@media screen and (max-width:992px){.container__col-left.sidebar{gap:0}}.container__col-right{flex:1 1 0;width:100%}@media only screen and (min-width:993px){.container__col-right{max-width:560px}.container__col-right .aside-banner,.container__col-right .tool-banner{display:none}}@media only screen and (min-width:1251px){.container__col-right{max-width:770px}}.breadcrumbs{display:flex;align-items:center;gap:8px;padding:12px 0;flex-wrap:wrap}.breadcrumbs__last,.breadcrumbs__link,.breadcrumbs__separator{display:inline-flex;align-items:center;font-size:12px;line-height:1.6666666667;color:var(--heading-clr);justify-content:center}.breadcrumbs__link:hover{color:var(--blue-medium)}.breadcrumbs__separator{width:16px;height:16px}.breadcrumbs__last{color:var(--tertiary-light);margin-top:4px}:root{--white:#fff;--white-blue:#f8fbfe;--blue-bg:#edf5fb;--blue-border:#cde2f5;--blue:#0f80de;--blue-light:#5ca0dd;--blue-medium:#046dcb;--blue-gray-text:#6c728b;--heading-clr:#303a4e;--yellow:#ffd30b;--yellow-state:#ffe56d;--tertiary-light:#a4a8b7;--grey-light-100:#f7f7f8;--grey-light-200:#e0e1e4;--grey-light:#6e7583;--Color-Main-colors-main:#303a4e}body,html{overflow-x:hidden}body{font-family:Poppins,sans-serif;font-size:16px;padding-top:60px;line-height:24px;letter-spacing:-.027em;color:var(--heading-clr)}body.hidden{height:100vh;overflow:hidden}body.logged-in .header{top:32px}*{box-sizing:border-box;outline:none;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-touch-callout:none}h1,h2,h3,h4,h5,h6,ol,p,ul{margin-block:12px}a{text-decoration:none}img{vertical-align:bottom;max-width:100%;height:auto}p a{color:var(--blue-medium)}p a:hover{text-decoration:underline}p:last-of-type{margin-bottom:0}ol,ul{margin:0;padding:0;list-style-type:none}ol li,ul li{position:relative}ol li:not(:last-of-type):not(.menu-item):not(.categories-list__item),ul li:not(:last-of-type):not(.menu-item):not(.categories-list__item){margin-bottom:12px}main ul{padding-left:24px;list-style:disc}main ul li::marker{color:#046dcb}main ol{counter-reset:item}main ol>li{position:relative;padding-left:28px;counter-increment:item}main ol>li:before{content:counter(item);border-radius:50%;color:var(--white);position:absolute;left:2px;top:2px;width:20px;height:20px;display:inline-flex;align-items:center;justify-content:center;background-color:var(--blue-medium);font-weight:500;font-size:12px;line-height:1.5}h2{font-size:24px;font-style:normal;font-weight:700;line-height:32px}@media(min-width:768px){h2{font-size:32px;line-height:40px}}h3{font-size:20px;font-weight:600;line-height:28px}blockquote{margin:24px 0;position:relative;padding-left:14px;font-style:italic;font-size:14px;line-height:1.5714285714;color:var(--blue-gray-text)}blockquote p{margin:0}blockquote:before{content:"";width:3px;height:100%;top:0;left:0;position:absolute;background:var(--blue-light);border-radius:20px}.container{margin:auto;width:1170px;max-width:100%}@media(min-width:1250px){.container--small{width:1170px}}@media(max-width:1250px){.container{width:960px}}@media(max-width:992px){.container{width:720px}}@media(max-width:767px){.container{width:600px}}@media(max-width:630px){.container{width:450px}}@media(max-width:480px){.container{width:100%;padding:0 16px}}.table-wrap{position:relative;-webkit-touch-callout:none;margin-bottom:14px}@media(max-width:1250px){.table-wrap{margin-bottom:14px}}@media(max-width:768px){.table-wrap{width:100%;margin:0 0 14px}}.table-wrap:before{content:"";position:absolute;width:32px;height:100%;left:0;top:0;z-index:10;background:linear-gradient(90deg,rgba(0,0,0,.12) 0,transparent);transition:.3s ease-out;opacity:0}@media(max-width:768px){.table-wrap:before{background:linear-gradient(90deg,#fff,hsla(0,0%,100%,0));left:-5px}}.table-wrap:after{content:"";position:absolute;width:32px;height:100%;right:0;top:0;z-index:10;background:linear-gradient(270deg,rgba(0,0,0,.12) 0,transparent);transition:.3s ease-out;opacity:0}@media(max-width:768px){.table-wrap:after{background:linear-gradient(270deg,#fff,hsla(0,0%,100%,0));right:-5px}}.table-wrap.start{cursor:grab}.table-wrap.start:before{opacity:1}.table-wrap.end{cursor:grab}.table-wrap.end:after{opacity:1}.table-wrap__child{overflow:auto;max-width:100%;position:relative;display:flex}.table-wrap__child::-webkit-scrollbar,.table-wrap__child::-webkit-scrollbar-track{width:0;height:0}.table-wrap__child::-webkit-scrollbar-thumb{width:0;height:0}.table-wrap__child *{flex-shrink:0}.section{padding:40px 0}@media screen and (min-width:768px){.section{padding:80px 0}}.section_first{padding:40px 0}@media screen and (min-width:768px){.section_first{padding:60px 0}}.section_blue{background:#f8fbfe}.btn{display:inline-block;margin-bottom:0;padding:10px 40px;vertical-align:middle;text-align:center;font-size:16px;font-weight:500;background-image:none;border-radius:8px;box-shadow:none;touch-action:manipulation;cursor:pointer;outline:none;transition:.15s ease-in-out;transition-property:color,background,opacity,border,box-shadow;appearance:none;line-height:150%}.btn__link{font-size:14px;font-weight:500;line-height:22px;display:block;padding:6px 16px}.btn_primary{background-color:var(--blue-medium);color:var(--white);border:1px solid var(--blue-medium)}.btn_primary:hover{background-color:var(--white);color:var(--blue-medium)}.btn_second-accent{background-color:#edf5fb;border:1px solid #edf5fb;transition:.15s ease-in-out}.btn_second-accent.logged-in{border:none}.btn_second-accent .btn__link{color:#046dcb}.btn_second-accent:focus,.btn_second-accent:hover{background-color:#eef6fb;border:1px solid #5ba0dc}.btn_second-accent:focus.logged-in,.btn_second-accent:hover.logged-in{border:none}.btn_second-accent:focus .btn__link,.btn_second-accent:hover .btn__link{color:#046fcd}.btn_primary-accent{background-color:#ffd30b;color:#303a4e}.btn_primary-accent .btn__link{color:#303a4e}.btn_primary-accent:active{background:#ffe56d}.btn_primary-accent:focus,.btn_primary-accent:hover{color:#303b4f;background-color:#ffe56d}.btn_primary-accent:focus .btn__link,.btn_primary-accent:hover .btn__link{color:#303b4f}.btn_third-accent{border:1px solid #046dcb;background:transparent;color:#303a4e}.btn_third-accent:focus,.btn_third-accent:hover{color:#046dcb}.arrow-link{display:inline-flex;align-items:center;font-size:14px;line-height:1.5714285714;color:var(--blue-medium)}.arrow-link:after{content:"";display:inline-block;width:20px;height:20px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iOCIgaGVpZ2h0PSIxMiIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS45MS40MWEuODMzLjgzMyAwIDAxMS4xOCAwbDUgNWEuODMzLjgzMyAwIDAxMCAxLjE4bC01IDVhLjgzMy44MzMgMCAxMS0xLjE4LTEuMThMNS4zMjMgNiAuOTEgMS41OWEuODMzLjgzMyAwIDAxMC0xLjE4eiIgZmlsbD0iIzA0NkRDQiIvPjwvc3ZnPg==");background-position:50%;background-size:8px;background-repeat:no-repeat;margin-left:4px}.arrow-link:hover{text-decoration:underline}.heading{font-size:32px;font-style:normal;font-weight:700;line-height:40px}@media screen and (min-width:768px){.heading{font-size:50px;line-height:60px}}.responsive-table{width:100%;overflow-x:auto}.custom-table{border-spacing:16px;border-collapse:unset;background-color:#c8d9ee;border-radius:16px;margin-bottom:16px}.custom-table td:first-child,.custom-table tr:first-child td{padding:10px}.custom-table tr:first-child td{background:#fff}.custom-table td,.custom-table th{padding:10px;border-radius:10px;text-align:left}.custom-table thead td{background:#fff}.custom-table th{background-color:#fff}.custom-table tbody td{background:#f5f9ff}table{color:var(--heading-clr);border:1px solid var(--blue-border);border-radius:10px;border-collapse:separate!important;border-spacing:0;overflow:hidden;text-align:left}table thead{background-color:var(--blue-bg)}table thead td,table thead th{font-weight:600;font-size:20px;line-height:1.4}table:not(:has(thead)) tr:first-child{background-color:var(--blue-bg)}table:not(:has(thead)) tr:first-child td{font-weight:600;font-size:20px;line-height:1.4}table td,table th{padding:24px 12px}table td:first-child,table th:first-child{padding-left:24px}table td:last-child,table th:last-child{padding-right:24px}table tr:not(:last-child) td{border-bottom:1px solid var(--blue-border)}.header{background:#fff;border-bottom:1px solid #edf5fb;height:60px;padding:0;position:fixed;top:0;width:100%;z-index:9}.header .container{display:flex;justify-content:space-between;align-items:center}@media(min-width:992px)and (max-width:1000px){.header .container{padding:0 22px}}.header__buttons{display:flex;flex-direction:row;gap:12px}.header__btn{border-radius:8px;cursor:pointer;display:inline-flex;align-items:center}@media(max-width:992px){.header__btn__hire{display:none}}.header__btn__login.logged-in{border:1px solid #edf5fb;transition:.15s ease-in-out;width:74px}.header__btn__login.logged-in:hover{border:1px solid #5ba0dc}.header .mobile-header{display:none}@media(max-width:767px){.header .mobile-header{display:flex;position:relative;border:1px solid #cde2f5;border-radius:8px;width:34px;height:34px;align-items:center;justify-content:center;cursor:pointer}}.header .search-form-desktop{opacity:0;width:190px}@media(max-width:1250px){.header .search-form-desktop{flex:1}}@media(max-width:1024px){.header .search-form-desktop{display:block}}@media(max-width:767px){.header .search-form-desktop{display:none}}@keyframes showBlock{0%{opacity:0}to{opacity:1}}@keyframes hideBlock{0%{opacity:1}to{opacity:0}}.header .form-group{margin-bottom:0;position:relative;width:100%}.header .form-group:before{content:"";position:absolute;width:16px;height:16px;background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/4bd9cde5bc2481b6bd3d274da5e45e9c.svg) no-repeat 50%;top:49%;left:20px;transform:translateY(-50%)}.header .form-group button{display:none}@media screen and (min-width:768px){.header .form-group img{display:none}}.header .searchAuto{outline:none;font-size:14px;line-height:22px;width:100%;padding:0 20px 0 44px;border:2px solid #cde2f5;box-sizing:border-box;height:36px;border-radius:10px;font-style:normal;color:#6c728b}@media(max-width:1250px){.header .searchAuto{padding:8px 8px 8px 40px}}.header input::placeholder{color:#6c728b}.logo{width:123px}@media(max-width:767px){.logo{flex:1}}.top-menu-and-cta-btn{display:flex;align-items:center;height:60px;width:100%;justify-content:space-between;gap:16px}@media(max-width:1250px){.top-menu-and-cta-btn .menu{display:none;flex-direction:column;position:fixed;width:100%;top:60px;left:0;bottom:0;overflow-y:hidden;background:#fff}}@media(min-width:1251px){.top-menu-and-cta-btn .menu>ul{display:flex;gap:50px}}.top-menu-and-cta-btn .menu>ul>li{cursor:pointer;padding:18px 0;margin-bottom:0}@media screen and (max-width:1250px){.top-menu-and-cta-btn .menu>ul>li{width:100%;padding:0 15px}}@media screen and (min-width:1251px){.top-menu-and-cta-btn .menu>ul>li:hover .sub-menu{display:flex;flex-direction:column}.top-menu-and-cta-btn .menu>ul>li:hover .sub-menu.sub-menu_one-col{box-shadow:0 1px 7px rgba(4,82,129,.15)}.top-menu-and-cta-btn .menu>ul>li:hover>a:after{background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/76c843c88f73aa51dc7b631d383c66fa.svg) no-repeat 50%;transition:all .4s ease-in-out;transform:rotate(-180deg);content:""}.top-menu-and-cta-btn .menu>ul>li.services:hover>.sub-menu{display:block}}.top-menu-and-cta-btn .menu>ul>li a{position:relative;color:#6e7583;font-size:12px;line-height:1.667;display:flex;align-items:center}@media screen and (max-width:1250px){.top-menu-and-cta-btn .menu>ul>li a{color:#6a718a;text-align:left;position:relative;font-size:14px;padding:20px 15px;border-bottom:1px solid #eef6fb;height:100%;text-decoration:none;width:100%}}@media(min-width:1400px){.top-menu-and-cta-btn .menu>ul>li a{font-size:14px}}.top-menu-and-cta-btn .menu>ul>li a:active,.top-menu-and-cta-btn .menu>ul>li a:focus,.top-menu-and-cta-btn .menu>ul>li a:hover,.top-menu-and-cta-btn .menu>ul>li a:visited{text-decoration:none}.top-menu-and-cta-btn .menu>ul>li a:hover{color:#046dcb}.top-menu-and-cta-btn .menu>ul .menu-item-back{padding:20px 15px;font-weight:500;display:flex;align-items:center;font-size:16px;line-height:150%;color:#046fcd;text-align:center;width:100%;height:64px;position:fixed;top:60px;justify-content:center;background:#fff;border:1px solid #eef6fb;left:0}.top-menu-and-cta-btn .menu>ul .menu-item-back:before{content:"";background-image:url(/blog/wp-content/themes/wp-webtech-theme/bundles/76c843c88f73aa51dc7b631d383c66fa.svg);background-position:50%;background-repeat:no-repeat;background-size:contain;height:15px;width:15px;margin-right:15px;position:absolute;left:15px;transform:rotate(90deg)}@media screen and (min-width:1251px){.top-menu-and-cta-btn .menu>ul .menu-item-back{display:none}}.top-menu-and-cta-btn .menu .sub-menu{display:none;position:fixed;background:#fff;top:125px;z-index:111;width:100%;height:calc(100% - 226px);cursor:default;overflow-y:auto;padding:0 16px}@media(min-width:1251px){.top-menu-and-cta-btn .menu .sub-menu{width:272px;left:auto;height:auto;overflow-y:hidden;padding:16px 20px;top:60px;gap:8px;justify-content:space-between;border-radius:16px}.top-menu-and-cta-btn .menu .sub-menu .sub-menu{height:unset;top:112px;padding:0;border-radius:0;display:flex;flex-direction:column;gap:8px}}@media screen and (max-width:1250px){.top-menu-and-cta-btn .menu .sub-menu-block a{padding:20px 0;height:auto}}@media screen and (min-width:1251px){.top-menu-and-cta-btn .menu .sub-menu-block{width:240px;display:inline-table}}.top-menu-and-cta-btn .menu .sub-menu-heading{color:#303b4f;font-size:14px;font-weight:400;line-height:1.66;position:relative}@media screen and (max-width:1250px){.top-menu-and-cta-btn .menu .sub-menu-heading{color:#6a718a}.top-menu-and-cta-btn .menu .sub-menu-heading:before{content:"";position:absolute;background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/16833189e7dd86d466489edea609b394.svg) no-repeat 50%;width:15px;height:15px;background-size:contain;top:24px;right:15px;transform:rotate(-90deg)}}@media(min-width:1251px){.top-menu-and-cta-btn .menu .sub-menu-heading{border-bottom:unset;margin-bottom:12px;font-weight:600}}.menu-item-has-children>a:after{content:"";background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/16833189e7dd86d466489edea609b394.svg) no-repeat 50%;display:block;width:15px;height:15px;position:absolute;right:0;top:24px;background-size:contain;transition:all .4s ease-in-out;transform:rotate(-90deg)}@media(min-width:1251px){.menu-item-has-children>a:after{background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/2531fb5cba79fd589f272db9e30f5f85.svg) no-repeat 50%;transform:unset;width:7px;height:4px;right:-13px;top:unset}}@media screen and (min-width:1251px){.header .top-menu-and-cta-btn .menu ul li.services>.sub-menu{width:800px;box-shadow:0 1px 7px rgba(4,82,129,.15)}}@media screen and (min-width:1400px){.header .top-menu-and-cta-btn .menu ul li.services>.sub-menu{height:375px}}@media screen and (min-width:1251px){.header .top-menu-and-cta-btn .menu ul li.services>.sub-menu .sub-menu{display:flex;flex-direction:column}}.header .top-menu-and-cta-btn .menu ul li:first-child{display:none}@media(max-width:1250px){.header .top-menu-and-cta-btn .menu ul li:first-child{display:flex;border:1px solid #eef6fb;box-shadow:0 24px 74px rgba(15,63,219,.03)}.header .top-menu-and-cta-btn .menu ul li:first-child a{font-size:16px;line-height:150%;color:#303b4f!important;text-align:center;width:100%;display:block;font-weight:500}.header .top-menu-and-cta-btn .menu ul li:first-child a:after{display:none}}.mobile-menu__hire-cta{display:none}@media(max-width:992px){.mobile-menu__hire-cta{display:block;position:fixed;bottom:0;left:0;width:100%;height:90px;padding:20px;background:#fff;z-index:99999;border-top:1px solid #eef6fb}.mobile-menu__hire-cta a{display:block;height:100%;text-align:center;font-size:16px;line-height:20px;padding:15px 0;border-radius:8px}}@media(min-width:1251px){.services:hover>.sub-menu{display:flex;box-shadow:0 1px 7px rgba(4,82,129,.15);top:60px}.services:hover>a:after{background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/76c843c88f73aa51dc7b631d383c66fa.svg) no-repeat 50%;transition:all .4s ease-in-out;transform:rotate(-180deg);content:""}}.mobile-header{display:none}@media(max-width:1250px){.mobile-header{display:flex;position:relative;border:1px solid #cde2f5;border-radius:8px;width:34px;height:34px;align-items:center;justify-content:center;cursor:pointer}}@media(max-width:1250px){.menu-item-has-children>.sub-menu>.sub-menu{width:100vw;height:100vh;top:2px;position:absolute;background:#fff;z-index:9}}.search-popup .search-form-wrapper{width:100%;height:60px;margin:0 auto;padding:16px;background:#fff;position:absolute;top:0;left:0;right:0}.search-popup .search-form-wrapper img{position:absolute;right:12px;top:12px;cursor:pointer}.search-popup .search-form-wrapper form{width:100%;max-width:555px;position:relative;margin:40px auto 20px}@media(max-width:767px){.search-popup .search-form-wrapper form{max-width:calc(100% - 30px)}}.search-form__block{display:flex;flex-direction:row;justify-content:space-between;position:relative}.search-form__block input{background:#fff;border:1px solid rgba(15,128,222,.5);box-sizing:border-box;border-radius:7px;font-size:16px;line-height:150%;color:#2a2a2a;width:100%;max-width:400px;padding:12px 10px 12px 45px}.search-form__block input::placeholder{opacity:.5}.search-form__block button{border:none;font-weight:500;font-size:14px;line-height:150%;letter-spacing:.7px;text-transform:uppercase;color:#fff;padding:15px 30px;max-height:50px}.search-form__block label{position:absolute;width:20px;height:20px;background-image:url(/blog/wp-content/themes/wp-webtech-theme/bundles/d4b69d5a842fe31fec3e70cbc1689c02.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;top:15px;left:15px}@media(max-width:767px){.search-form__block{flex-direction:column}.search-form__block input{margin-bottom:15px;max-width:100%}.search-form__block button{width:100%}}.search-popup .search-form-wrapper{padding:0}.search-popup form{margin-top:10px!important;position:relative}.search-popup form:before{content:"";position:absolute;width:18px;height:18px;background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/d4b69d5a842fe31fec3e70cbc1689c02.svg);top:36%;left:17px;transform:translateY(-50%);z-index:10}@media(max-width:767px){.search-popup form:before{display:none}}.search-popup input{background:#fff;border:1px solid #cde2f5;box-sizing:border-box;border-radius:8px;font-size:16px;line-height:150%;color:#2a2a2a;width:100%;max-width:100%;padding:0 12px;position:relative;height:34px}.search-popup button{display:none}.menu-popup,.mobile-menu-popup,.search-popup{display:none;position:fixed;top:0;width:100%;height:100%;z-index:200}.menu-popup,.mobile-menu-popup{background:rgba(0,0,0,.7)}.mobile-menu-popup{position:fixed;z-index:1112;height:80px;top:0;left:0}#trigger{display:block;cursor:pointer;width:24px;height:24px;background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjQiIGhlaWdodD0iMjQiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHJlY3QgeD0iMy45NzciIHk9IjQuMyIgd2lkdGg9IjE2LjA0NyIgaGVpZ2h0PSIxLjgiIHJ4PSIuOSIgZmlsbD0iIzMwM0E0RSIvPjxyZWN0IHg9IjMuOTc3IiB5PSIxMS4xIiB3aWR0aD0iMTYuMDQ3IiBoZWlnaHQ9IjEuOCIgcng9Ii45IiBmaWxsPSIjMzAzQTRFIi8+PHJlY3QgeD0iMy45NzciIHk9IjE3LjkiIHdpZHRoPSIxNi4wNDciIGhlaWdodD0iMS44IiByeD0iLjkiIGZpbGw9IiMzMDNBNEUiLz48L3N2Zz4=");background-repeat:no-repeat;background-position:50%;background-size:contain}#trigger.is-open{background-image:url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTAiIGhlaWdodD0iMTAiIGZpbGw9Im5vbmUiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PHBhdGggZmlsbC1ydWxlPSJldmVub2RkIiBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGQ9Ik05LjQ3MS41MjljLjI2LjI2LjI2LjY4MiAwIC45NDJsLTggOEEuNjY3LjY2NyAwIDExLjUzIDguNTNsOC04Yy4yNi0uMjYuNjgyLS4yNi45NDIgMHoiIGZpbGw9IiMzMDNBNEUiLz48cGF0aCBmaWxsLXJ1bGU9ImV2ZW5vZGQiIGNsaXAtcnVsZT0iZXZlbm9kZCIgZD0iTS41MjkuNTI5Yy4yNi0uMjYuNjgyLS4yNi45NDIgMGw4IDhhLjY2Ny42NjcgMCAxMS0uOTQyLjk0MmwtOC04YS42NjcuNjY3IDAgMDEwLS45NDJ6IiBmaWxsPSIjMzAzQTRFIi8+PC9zdmc+")}@media(min-width:769px)and (max-width:992px){#trigger{margin-left:16px}}@media only screen and (min-width:1251px){#trigger{display:none}}.sub-menu{transition:left .3s ease}.b-user-logged,.b-user-logged__button{position:relative;text-align:center}.b-user-logged__button{background-color:transparent;height:42px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;width:74px;border:1px solid #edf5fb;border-radius:8px;transition:.15s ease-in-out}.b-user-logged__button.is-open:before{transform:rotate(180deg)}.b-user-logged__button.is-open+.b-user-logged__menu{transform:translate(50%);visibility:visible;opacity:1}.b-user-logged__button.is-open+.b-user-logged__menu li{margin-bottom:0!important}.b-user-logged__avatar{display:block;width:32px;height:32px;overflow:hidden}.b-user-logged__avatar img{width:100%;height:auto;border:1px solid #cfcfcf;border-radius:50%}.b-user-logged__menu{position:absolute;top:55px;right:20px;width:190px;overflow:hidden;background-color:#fff;border-radius:7px;box-shadow:0 0 20px rgba(0,0,0,.2);transform:translate(50%,30px);visibility:hidden;opacity:0;transition:transform .3s cubic-bezier(.66,.19,.38,.91),opacity .3s cubic-bezier(.66,.19,.38,.91);text-align:left}.b-user-logged__menu-link{display:block;padding:8px 15px;color:#005aa9;font-size:14px;text-decoration:none;transition:background-color .2s}.b-user-logged__menu-link:focus,.b-user-logged__menu-link:hover{color:#fff;background-color:#005aa9;text-decoration:none}.b-user-logged__menu-balance{display:inline-block;margin-left:5px;padding:2px 5px;font-weight:700;color:#005aa9;background-color:#ebeff2;border-radius:3px}.single-page{padding-bottom:40px}.single-page h2{font-size:26px;font-style:normal;font-weight:500;line-height:34px}.single-page #author-block{scroll-margin-top:100px}.single-page .breadcrumbs{margin-bottom:40px}@media only screen and (min-width:768px){.single-page{padding-bottom:80px}.single-page .breadcrumbs{margin-bottom:48px}}.single-page__wrapper{display:flex;flex-direction:column;gap:24px}.single-page__hero{margin-bottom:72px}@media screen and (max-width:992px){.single-page__hero{padding-bottom:32px;margin-bottom:40px;border-bottom:1px solid var(--Color-Secondary-colors-secondary-lighter,#cde2f5)}}@media screen and (max-width:480px){.single-page__hero{margin-bottom:24px}}.single-page__title{margin:0 0 32px;color:#303a4e;font-size:32px;font-style:normal;font-weight:700;line-height:40px;text-align:left}@media screen and (max-width:767px){.single-page__title{font-size:24px;line-height:32px;margin:0 0 20px}}.single-page__info{display:flex;gap:24px;justify-content:flex-start}@media screen and (max-width:767px){.single-page__info{flex-direction:column;gap:8px}}.single-page__author-block{display:flex;gap:8px;align-items:center}.single-page__author-pic{width:40px;height:40px;border-radius:6px;overflow:hidden}.single-page__author-name{color:#046dcb;font-size:16px;font-style:normal;font-weight:400;line-height:24px;cursor:pointer}.single-page__date{display:flex;align-items:center;color:var(--Color-Main-colors-main,#303a4e);font-size:14px;font-style:normal;font-weight:500;line-height:22px}.single-page__date-label{color:var(--Color-Main-colors-main-light,#6e7583);font-size:14px;font-weight:400;margin-right:4px}.single-page__content p img{overflow:hidden;border-radius:32px}.single-page__content :first-child{margin-top:0}.single-page__category{display:flex;align-items:center;color:var(--Color-Main-colors-main,#303a4e);font-size:14px;font-style:normal;font-weight:400;line-height:22px;border-radius:20px;background:#edf5fb;padding:2px 11px;width:max-content}.single-articles .related-posts{background-color:var(--white-blue)}.search-blog{width:90px;position:relative;transition:.3s;flex-shrink:0}.search-blog__input{width:100%;border:none;background:none;height:inherit;font-size:14px;line-height:22px}.search-blog__input::-webkit-input-placeholder{color:#6c728b}.search-blog__input:-ms-input-placeholder{color:#6c728b}.search-blog__input::-ms-input-placeholder{color:#6c728b}.search-blog__input::placeholder{color:#6c728b}.search-blog__input:focus{box-shadow:none!important}@media screen and (max-width:768px){.search-blog__input{position:absolute;top:50%;transform:translateY(-50%)}}@media screen and (min-width:769px)and (max-width:1250px){.search-blog__input{padding-left:5px}}.search-blog__submit{position:absolute;width:12px;height:12px;left:0;top:50%;transform:translateY(-50%);border:none;z-index:2;cursor:pointer;background-repeat:no-repeat;background-size:contain;background-image:url(/blog/wp-content/themes/wp-webtech-theme/bundles/5aadde32bd11e2cc2178be724562af4d.svg);background-color:#edf5fb}@media screen and (min-width:769px)and (max-width:1250px){.search-blog__submit{left:5px}}.note{position:relative;margin-bottom:40px;font-family:Poppins,sans-serif;border:1px solid #046dcb;border-radius:32px;font-weight:400}.note__original{padding:32px 32px 32px 48px;position:relative;color:#6c728b;font-style:italic;font-size:16px;line-height:24px}@media screen and (max-width:767px){.note__original{padding:24px 24px 24px 40px}}.note__original:before{display:block;content:"";width:2px;height:calc(100% - 64px);position:absolute;left:32px;top:32px;background:#046dcb}@media screen and (max-width:767px){.note__original:before{height:calc(100% - 48px);left:24px;top:24px}}.note__nb{display:flex;align-items:center;font-weight:400;padding:32px;color:#303a4e;font-size:18px;font-style:normal;line-height:26px}@media screen and (max-width:767px){.note__nb{padding:24px}}.note__nb:before{content:"";display:block;width:34px;height:34px;background-image:url(/blog/wp-content/themes/wp-webtech-theme/bundles/4b24076b2db5a1caee5505871c525b56.svg);background-position:50%;background-size:contain;margin-right:24px;flex-shrink:0}.note__tips{display:flex;align-items:center;padding:32px;color:#303a4e;font-size:18px;font-style:normal;line-height:26px}@media screen and (max-width:767px){.note__tips{padding:24px}}.note__tips:before{content:"";display:block;width:56px;height:48px;background-image:url(/blog/wp-content/themes/wp-webtech-theme/bundles/07f43f868a7d9d82bf211d4e10d81196.svg);background-size:contain;background-position:50%;background-repeat:no-repeat;margin-right:24px;flex-shrink:0}.note ol,.note ol li{margin-bottom:16px}.note ol li{counter-increment:li;font-weight:400;font-size:16px;line-height:25px;color:#454e6d;padding-left:10px}.note ol li:last-child{margin-bottom:0}.note ol li:before{position:absolute;top:2px;left:-10px;font-family:Poppins,sans-serif;content:counter(li);width:20px;height:20px;border-radius:100%;display:inline-block;margin-left:-1em;background:#0d5bcf;margin-right:8px;font-weight:500;font-size:12px;line-height:22px;justify-content:center;text-align:center;color:#fff}.note ol li::marker{display:none!important}.note p{margin-bottom:0}.note p a{color:#046dcb}#ez-toc-container{border-radius:32px;border:1px solid var(--colors-Blue-Lighter,#cde2f5);padding:24px;background:#fff;position:relative;width:100%}@media(max-width:992px){#ez-toc-container{margin-bottom:0}}#ez-toc-container .ez-toc-list{padding:16px 0 0;display:none;border-top:1px solid var(--Color-Secondary-colors-secondary-lighter,#cde2f5);transition:1s;list-style:none;flex-direction:column;gap:16px}#ez-toc-container .ez-toc-list li{margin:0}#ez-toc-container .ez-toc-list li a{color:#6e7583;width:100%;border-radius:16px}#ez-toc-container .ez-toc-list li a:hover{text-decoration:none;color:#046dcb!important}#ez-toc-container .ez-toc-list li a{transition:.3s}#ez-toc-container .ez-toc-list li:before{display:none}#ez-toc-container .ez-toc-list li ul{list-style:none}@media(max-width:767px){#ez-toc-container .ez-toc-list{column-count:1}}#ez-toc-container .ez-toc-title-container.active+nav .ez-toc-list{display:flex;margin-top:24px}#ez-toc-container .ez-toc-title-container.active:before{transform:rotate(180deg) translateY(50%)}.ez-toc-title{margin:0;color:var(--Main-Main,#303a4e);font-size:18px;font-style:normal;font-weight:600;line-height:26px}.ez-toc-title-container{position:relative;cursor:pointer}.ez-toc-title-container:before{content:"";width:24px;height:24px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M18.707 8.293a1 1 0 00-1.414 0L12 13.586 6.707 8.293a1 1 0 00-1.414 1.414l6 6a1 1 0 001.414 0l6-6a1 1 0 000-1.414z' fill='%23303A4E'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:50%;position:absolute;right:0;top:50%;transform:translateY(-50%);transition:.3s}.ez-toc-title-container.active:before{transform:rotate(1turn)}.category-relinking--post .post-categories-menu__nav{min-width:0;position:relative}.category-relinking--post .categories__item-toggle{display:flex;align-items:center;gap:1px;color:#046dcb;font-size:13px;font-weight:400;line-height:22px}.category-relinking--post .categories__item-toggle .menu-arrow{flex-shrink:0;transition:transform .2s ease}.category-relinking--post .categories__item.open>.categories__item-toggle .menu-arrow{transform:rotate(180deg)}@media(min-width:768px){.category-relinking--post .categories__dropdown{position:fixed;top:0;left:-9999px;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;display:flex;flex-direction:column;gap:8px;min-width:220px;max-width:340px;padding:16px 24px;background:#fff;border-radius:0 0 8px 8px;box-shadow:0 4px 8px rgba(0,0,0,.08);z-index:100}.category-relinking--post .categories__dropdown:before{content:"";position:absolute;bottom:100%;left:0;right:0;height:16px}.category-relinking--post .categories__item.open>.categories__dropdown{opacity:1;visibility:visible}}.category-relinking--post .categories__dropdown-link{color:#6c728b;font-size:12px;font-weight:400;line-height:18px;text-decoration:none;white-space:normal;transition:.15s ease-in-out}.category-relinking--post .categories__dropdown-link:hover{color:#046dcb}@media(max-width:767px){.category-relinking--post .categories,.category-relinking--post .categories.open{left:0;width:100%;z-index:2}.category-relinking--post .categories__item-toggle{justify-content:space-between;width:100%;padding:4px 16px}.category-relinking--post .categories__dropdown{display:none}.category-relinking--post .categories__item.open>.categories__dropdown{display:flex;flex-direction:column;gap:8px;padding:4px 0 4px 32px}}.category-relinking{background:#edf5fb;padding:14px 0}.category-relinking .container{position:relative}@media(max-width:767px){.category-relinking,.category-relinking .container{overflow:visible}}.categories-mobile-toggle{position:relative;z-index:2;width:100%;padding:10px 16px;border:1px solid #cde2f5;border-radius:8px;background:#edf5fb;color:#046dcb;font-size:14px;font-weight:400;line-height:22px;cursor:pointer;display:flex;align-items:center;justify-content:space-between}@media(min-width:768px){.categories-mobile-toggle{display:none}}.categories-mobile-toggle__placeholder{flex:1}.categories-mobile-toggle__arrow{transition:transform .2s ease;flex-shrink:0}.categories-mobile-toggle.open .categories-mobile-toggle__arrow{transform:rotate(180deg)}.categories-mobile-toggle.open{border-bottom-left-radius:0;border-bottom-right-radius:0;border-bottom:none}@media(max-width:767px){.categories{position:absolute;top:calc(100% - 5px);left:16px;background:#edf5fb;border:1px solid #cde2f5;border-top:none;border-radius:0 0 8px 8px;padding:10px 0;z-index:10;flex-direction:column;gap:8px;overflow-y:auto;max-height:300px;display:none;box-shadow:0 4px 8px rgba(0,0,0,.1)}.categories.open{display:flex;width:calc(100% - 32.5px)}}@media screen and (max-width:767px)and (min-width:481px){.categories.open{left:0;width:100%}}@media(max-width:767px){.categories .categories__item{margin:0;cursor:pointer}.categories .categories__item:first-child{position:relative}.categories .categories__item:first-child:before{content:"";position:absolute;top:-10px;left:0;right:0;height:1px;background:#cde2f5}.categories .categories__item-link{color:#046dcb;font-size:14px;font-weight:400;line-height:22px;text-decoration:none;display:block;padding:4px 16px;transition:background-color .15s ease}.categories .categories__item-link:hover{background-color:rgba(4,109,203,.1)}}@media(min-width:768px){.categories{display:flex;align-items:flex-start;gap:12px;justify-content:center;flex-wrap:nowrap}}@media(min-width:768px)and (max-width:1250px){.categories{overflow-x:auto;overflow-y:hidden;justify-content:flex-start;scrollbar-width:none;-ms-overflow-style:none}.categories::-webkit-scrollbar{display:none}}@media(min-width:768px)and (min-width:1251px){.categories{flex-wrap:wrap;justify-content:center}}@media(min-width:768px){.categories .categories__item{cursor:pointer;transition:.15s ease-in-out;white-space:nowrap;flex-shrink:0}.categories .categories__item-link{color:#046dcb;font-size:14px;font-style:normal;font-weight:400;line-height:22px;transition:.15s ease-in-out;text-decoration:none}.categories .categories__item-link:hover{color:#034a94}.categories .categories__item-current{font-size:14px;cursor:auto}}@media screen and (min-width:768px)and (max-width:767px){.categories .categories__item-current{display:none}}.categories__item{display:block}.categories__item-link{display:block;color:#046dcb!important;text-decoration:none!important}@media screen and (min-width:1251px){.archive .categories,.search .categories{gap:21px}}