.container__row{display:flex;gap:30px}.container__row.justify-center{justify-content:center}.container__col-left{flex:0 1 32%;max-width:370px;width:100%}.container__col-left.sidebar{display:flex;flex-direction:column;gap:32px}@media(max-width:991px){.container__col-left.sidebar{display:none}}.container__col-right{flex:1 1 0;width:100%}@media only screen and (min-width:992px){.container__col-right{max-width:770px}}.breadcrumbs{display:flex;align-items:center;gap:8px;padding:12px 0}.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)}: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}body,html{overflow-x:hidden}body{font-family:Poppins,sans-serif;font-size:16px;padding-top:60px;line-height:1.5;color:var(--heading-clr)}body.hidden{height:100vh;overflow:hidden}body.logged-in .header{top:32px}*{box-sizing:border-box;outline: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 ol li,main ul li{position:relative}main ol li:not(:last-of-type),main ul li:not(:last-of-type){margin-bottom:12px}main ul{padding-left:24px;list-style:disc}main ul li::marker{color:#303a4e}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;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select: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}}.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}.footer__section-content_socials{background-color:#303b4f;display:flex;padding:0 30px;position:relative;z-index:1;justify-content:center}.footer__section-content_socials:after,.footer__section-content_socials:before{background-color:#6d7483;content:"";display:block;height:1px;position:absolute;top:50%;transform:translateY(-50%);width:calc(50% - 110px)}.footer__section-content_socials:before{left:0}.footer__section-content_socials:after{right:0}.footer__social-item{margin:0 5px}.footer__social-item a{text-align:center;border-radius:50%;display:inline-block}@media(min-width:768px){.container{width:720px}}@media(min-width:992px){.container{width:970px}}@media(min-width:1200px){.container{width:1170px}}.footer{font-weight:400;background-color:#303a4e;padding-bottom:50px}.footer a{color:#c1c4ca;background:transparent;text-decoration:none;cursor:pointer;line-height:20px}.footer a:hover{text-decoration:underline}@media(min-width:1024px){.footer .container{padding:0}}.footer__wrap{font-family:Poppins,system-ui,sans-serif;display:grid;grid-template-areas:"services" "resources" "about" "contact" "press" "dmca";column-gap:40px;grid-template-columns:repeat(1,1fr);grid-row-gap:30px;padding:50px 0 24px;margin:0 auto}@media(min-width:480px){.footer__wrap{grid-template-areas:"services about" "resources contact" "press dmca";grid-template-columns:repeat(2,1fr)}}@media(min-width:768px){.footer__wrap{grid-template-areas:"services about contact" "services resources dmca" "services resources press";grid-template-columns:repeat(3,1fr)}}@media(min-width:1024px){.footer__wrap{grid-template-areas:"services resources about contact" "services resources press dmca";grid-template-columns:repeat(4,1fr)}}.footer__col{display:flex;flex-direction:column}.footer__col_services{grid-area:services}.footer__col_about{grid-area:about}.footer__col_resources{grid-area:resources}.footer__col_press{grid-area:press}.footer__col_contact{grid-area:contact}.footer__col_dmca{grid-area:dmca}.footer__title{line-height:24px;font-size:16px;color:#fff;font-weight:600;white-space:nowrap;width:100%;text-transform:none}@media(max-width:767px){.footer__title{text-align:left}}.footer p.footer__address{margin-bottom:14px}.footer__text{display:flex;flex-direction:column;gap:5px;font-size:12px;font-weight:400;line-height:20px;text-align:left;color:#6e7583;margin-top:8px;padding:0}.footer__section-item+.footer__section-item{margin-top:5px}.footer__section-item_contact+.footer__section-item_contact{margin-top:10px}.footer__section-item_contact a{padding-left:23px;position:relative;font-size:12px;line-height:20px;color:#fff}.footer__section-item_contact a:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);background-size:contain;background-position:50% 50%}.footer__section-item_message a:before{width:20px;height:14px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='16' height='12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 .762v10.53l5.075-5.723L0 .761zM10.565 5.569l5.075 5.723V.762L10.565 5.57zM7.82 8.142L5.634 6.09l-5.06 5.706h14.491L10.006 6.09 7.82 8.142z' fill='%236C728B'/%3E%3Cpath d='M7.82 7.08L15.098.204H.542L7.82 7.08z' fill='%236C728B'/%3E%3C/svg%3E")}.footer__section-item_phone a:before{width:20px;height:20px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='17' height='17' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M15.341 11.377L11.683 9.81a1.246 1.246 0 00-1.186.109L8.54 11.222a5.98 5.98 0 01-2.75-2.738l1.3-1.986a1.248 1.248 0 00.103-1.177l-1.57-3.663A1.252 1.252 0 004.322.91 4.38 4.38 0 00.5 5.25c0 6.203 5.047 11.25 11.25 11.25a4.38 4.38 0 004.34-3.822 1.253 1.253 0 00-.748-1.3z' fill='%236C728B'/%3E%3C/svg%3E")}.footer__privacy-term{display:flex;min-height:24px;align-items:center;flex-wrap:wrap}.footer__bottom-wrap{margin-top:24px}@media(min-width:768px){.footer__bottom-wrap{grid-column-gap:30px;display:grid;align-items:start;grid-template-areas:"flags pay" "rights rights";grid-template-columns:1fr 2fr}}@media(min-width:1024px){.footer__bottom-wrap{grid-template-areas:"rights flags pay";grid-template-columns:2fr 1fr 2fr}}.footer__bottom-wrap a{color:#c1c4ca;font-size:12px;line-height:20px}.footer__bottom-wrap a:hover{text-decoration:underline}.footer__flags{grid-area:flags}@media(max-width:767px){.footer__flags{margin-bottom:40px}}.footer__flags-wrap{margin-top:15px;display:flex;padding:0;gap:15px}.footer__flags-wrap a img{width:40px;height:31px}.footer__pay{margin-bottom:40px;grid-area:pay}.footer__rights{color:#6e7583;text-align:left}.footer__rights p{margin-bottom:14px;font-size:12px;line-height:20px}@media(min-width:768px){.footer__rights{grid-area:rights}}@media(min-width:1024px){.footer__rights{margin-bottom:0;max-width:500px;padding:0}}.footer__rights a:after{content:"";display:inline-block;margin:0 9px;vertical-align:middle;height:15px;width:1px;background-color:#6e7583}.footer__rights a:last-child:after{display:none}.payment{display:inline-flex;align-items:flex-start;margin-top:15px;flex-wrap:wrap;gap:15px}.payment__item{position:relative;background-repeat:no-repeat;background-position:50% 50%;background-size:contain;height:30px;width:47px;background-color:#fff}.payment__item_maestro{background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/358cb833a5e85aac8f3db2c6547bfc35.svg)}.payment__item_mc{background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/65f08f051fbc6719e20516d1ece2107d.svg)}.payment__item_unionpay{background-color:#fff;background-size:34px 22px;background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/dd85223e627f1cb4bdc8be83ca96a1da.svg)}.payment__item_visa{background-size:70%;border-radius:3px;background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/8cf5bccb93fbd3f05cbd8211b0f04b9e.svg)}.payment__item_amex{background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/7263287449885e61a12176bb190f1f9c.svg);background-color:#016fd0;background-size:45px 30px}.payment__item_discover{background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/458f6c1fb71ebb867c614e9f957d8aa9.svg);background-size:48px 32px}.payment__item_apple-pay{background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/97c2a607d5514c71da10ec767b2022ba.svg)}.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 16px;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 0;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:24px;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}}@media(min-width:768px){.post-item{width:calc(50% - 8px)}}@media(min-width:1201px){.post-item{width:calc(50% - 12px)}}.post-item__title{margin-bottom:8px}.post-item__info{display:flex;justify-content:flex-end;align-items:flex-end;width:100%;gap:16px}@media only screen and (max-width:991px){.post-item__info{flex-direction:column;align-items:flex-start;gap:8px}}.post-item__details{justify-content:flex-start}.post-item__date{color:#6e7583;font-size:14px;font-style:normal;font-weight:400;line-height:22px}@media screen and (min-width:993px)and (max-width:1250px){.post-item__date{display:inline-flex;flex-direction:column}}#ajax-posts-section{background:#f8fbfe}#posts-container{display:flex;flex-wrap:wrap;justify-content:flex-start;gap:20px;align-items:stretch}@media(min-width:768px){#posts-container{column-gap:16px;row-gap:24px}}@media(min-width:1201px){#posts-container{column-gap:24px}}.posts-title{margin-bottom:24px;text-align:center}@media(min-width:768px){.posts-title{margin-bottom:40px}}#load-more-posts{margin:24px auto 0;display:block;border-radius:8px;border:1px solid #046dcb;padding:12px 40px;color:#303a4e;text-align:center;font-size:16px;font-style:normal;font-weight:500;line-height:24px;cursor:pointer;background:#fff}@media(min-width:768px){#load-more-posts{margin:40px auto 0}}#load-more-posts:hover{background:#edf5fb}.post-item{display:flex;padding:24px;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:24px;border-radius:32px;border:1px solid var(--blue-border);background:#fff;width:100%}@media(min-width:768px){.post-item{width:calc(50% - 13px)}}@media(min-width:993px){.post-item{width:calc(33% - 13px)}}.post-item:hover{background-color:var(--white-blue)}.post-item__text{color:var(--blue-gray-text);font-size:16px;font-style:normal;font-weight:400;line-height:24px}.post-item__title{color:var(--heading-clr);font-size:20px;font-style:normal;font-weight:600;line-height:28px;margin:0 0 14px}.post-item__title:hover{color:var(--blue-medium)}.post-item__categories{display:flex;gap:8px;flex-wrap:wrap;flex:1 auto;margin-bottom:12px}.post-item__category{padding:2px 11px;border-radius:20px;background:var(--blue-bg);color:var(--heading-clr);text-align:center;font-size:14px;font-style:normal;font-weight:400;line-height:22px;border:1px solid transparent;box-sizing:border-box}.post-item__category:hover{border:1px solid var(--blue);color:var(--blue)}.post-item__details{display:flex;justify-content:space-between;align-items:center;gap:12px;width:100%}.post-item__details b{color:#303a4e;font-weight:500}.post-item__details b,.post-item__likes{font-size:14px;font-style:normal;line-height:22px}.post-item__likes{color:var(--blue-gray-text);position:relative;font-weight:400;padding-left:22px;white-space:nowrap}.post-item__likes:before{content:"";position:absolute;top:50%;left:0;transform:translateY(-50%);width:18px;height:18px;background-size:contain;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='18' height='18' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.579 2.647a4.227 4.227 0 014.607 6.896l-5.709 5.71a.675.675 0 01-.955 0l-5.709-5.71a4.228 4.228 0 115.98-5.98L9 3.772l.207-.207a4.227 4.227 0 011.372-.917zm1.618 1.028a2.877 2.877 0 00-2.035.843l-.685.685a.675.675 0 01-.955 0l-.684-.685a2.878 2.878 0 10-4.07 4.07L9 13.82l5.232-5.232a2.878 2.878 0 00-2.035-4.913z' fill='%236C728B'/%3E%3C/svg%3E")}.banner{border-radius:32px;border:2px solid #ffd30b;padding:30px;display:flex;flex-direction:column;width:100%;min-height:312px}@media(min-width:768px){.banner{width:calc(50% - 12px)}}@media(min-width:993px){.banner{width:calc(33% - 13px)}}@media(max-width:767px){.banner{min-height:336px}}.banner__title{color:#303a4e;font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin:0 0 16px}.banner_with-text{background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/137222ddd16daa8db107fd53841ff0b1.svg) no-repeat 100% 100% #f8fbfe;align-items:flex-start;justify-content:center}.banner_with-text .banner__title{margin-bottom:12px}.banner_with-text .banner__text{max-width:250px}.banner_centered-content{justify-content:flex-start;align-items:center;background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/779eea620e54ecbda0a40ec0d2ba2a53.svg) no-repeat bottom #f8fbfe}.banner_centered-content .banner__title{text-align:center}.banner_left-content{justify-content:flex-start;align-items:flex-start;background:url(/blog/wp-content/themes/wp-webtech-theme/bundles/56814215c56d5484d5835de621e772ee.svg) no-repeat 100% 100% #f8fbfe}.banner__text{color:#303a4e;font-size:16px;font-style:normal;font-weight:400;line-height:24px;margin:0 0 12px}.join-us__wrapper{display:flex;flex-direction:column-reverse;gap:24px;justify-content:center}@media(min-width:768px){.join-us__wrapper{flex-direction:row;gap:50px}}@media screen and (max-width:767px){.join-us__img{align-self:center}}.join-us__title{color:#303a4e;font-weight:700;font-size:24px;line-height:32px;margin-bottom:16px;text-align:center}@media(min-width:768px){.join-us__title{font-size:32px;line-height:40px;text-align:left}}.join-us__list{margin-bottom:16px;list-style-type:disc;padding-left:3px}.join-us__list-item{color:#303a4e;list-style-type:disc;font-size:14px;line-height:22px;margin-left:16px}.join-us__list-item+.join-us__list-item{margin-top:8px}.join-us__button{display:block;margin:0 auto;width:100%}@media(min-width:768px){.join-us__button{max-width:197px;margin:0}}@media(min-width:1200px){.join-us__title{text-align:left}.join-us__list{max-width:410px}.join-us .join-us__list-item+.join-us__list-item{margin-top:15px}}