@charset "UTF-8";.header{background:linear-gradient(45deg,#2563eb,#db2777 50%,#dc2626);border-radius:0 0 40px 40px;margin-bottom:40px;padding-bottom:32px}@media (max-width:768px){.header{border-radius:0 0 20px 20px;margin-bottom:10px;padding-bottom:24px}}.header__nav{align-items:center;display:grid;font-family:Outfit,Roboto,sans-serif;gap:20px;grid-template-areas:"logo list lang";grid-template-columns:max-content 1fr max-content;margin:0 auto;max-width:1290px;padding:20px 20px 0}@media (max-width:1000px){.header__nav{grid-template-areas:"logo mobile-menu";grid-template-columns:max-content max-content;justify-content:space-between}}.header__logo{align-items:center;display:flex;grid-area:logo}.header__logo-link{transition:all .3s ease-in}@media (hover:hover) and (pointer:fine){.header__logo-link:hover{opacity:.8}}.header__logo img{max-width:100%}.header__list{align-items:baseline;display:flex;gap:40px;grid-area:list;height:100%;justify-content:center;list-style-type:none;margin:0 auto;padding:0}@media (max-width:1200px){.header__list{gap:20px}}@media (max-width:1000px){.header__list{align-items:baseline;display:none;gap:10px;padding:8px}}.header__list>li{align-items:center;display:flex;height:100%}.header__list>li>img{display:none;margin-left:10px;transition:transform .3s ease-in}@media screen and (min-width:1000px){.header__list>li>img{display:block}.header__list>li:has(ul){position:relative}.header__list>li:has(ul):hover img{transform:rotate(-180deg)}.header__list>li:has(ul):hover{cursor:pointer}.header__list>li:has(ul):hover:after{transform:translateY(-50%) rotate(-180deg)}.header__list>li:has(ul):hover>.header__sublist{display:block}}.header__list a,.header__list span{color:var(--white,#fff);display:flex;font-family:Outfit,sans-serif;font-size:15px;font-weight:400;line-height:normal}@media (max-width:768px){.header__list a,.header__list span{font-size:18px;line-height:22px;padding:10px 0}}.header__list a{cursor:pointer;text-decoration:none;transition:all .3s ease-in}@media (hover:hover) and (pointer:fine){.header__list a:hover{color:hsla(0,0%,100%,.6)}}@media screen and (min-width:1000px){.header__subitem--mobile{display:none!important}}.header__sublist{background-color:#fff;border-radius:6px;box-shadow:0 0 6px 0 rgba(0,0,0,.239);display:none;left:50%;padding:6px 0;position:absolute;top:100%;transform:translateX(-50%);width:-moz-max-content;width:max-content;z-index:10}.header__sublist>li{font-size:14px;text-decoration:none}.header__sublist>li a,.header__sublist>li span{color:#121212;cursor:pointer;padding:8px 12px;transition:all .2s ease-in}.header__sublist>li a:hover,.header__sublist>li span{background:#d4d4f0;color:#121212}.header__lang{grid-area:lang;position:relative}@media (max-width:1000px){.header__lang{display:none}}.header__lang-button{align-items:center;background:transparent;border:none;color:var(--white,#fff);display:flex;font-size:15px;font-weight:400;gap:6px;line-height:normal;padding:0;text-transform:uppercase}@media (max-width:768px){.header__lang-button{font-size:18px;line-height:22px}}.header__lang-button:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='10' fill='none'%3E%3Cpath d='m5.112 7.322 3.88-3.978a.156.156 0 0 0-.002-.22l-.448-.447a.156.156 0 0 0-.223.001L5 6.092 1.68 2.678a.156.156 0 0 0-.222-.001l-.448.448a.156.156 0 0 0-.001.22l3.88 3.977a.156.156 0 0 0 .223 0Z' fill='%23fff'/%3E%3C/svg%3E");content:"";height:10px;width:10px}.header__lang-list{background:#fff;border:none;border-radius:6px;box-shadow:1px 1px 5px rgba(33,37,41,.1);display:none;flex-direction:column;font-size:14px;font-weight:400;line-height:16px;list-style-type:none;min-width:120px;padding:6px 0;position:absolute;right:0;top:27px;z-index:10}.header__lang-list li,.header__lang-list_show{display:flex}.header__lang-list a,.header__lang-list span{color:#212529;padding:6px 12px;width:100%}.header__lang-list span{align-items:center;display:flex;justify-content:space-between}.header__lang-list span:after{background-color:#2626bc;border-radius:50%;content:"";display:inline-block;height:8px;width:8px}.header__lang-list a{text-decoration:none;transition:all .3s ease-in}@media (hover:hover) and (pointer:fine){.header__lang-list a:hover{background:rgba(38,38,188,.2);color:#000}}.header__mobile-menu{background:inherit;border:none;display:none;grid-area:mobile-menu;padding:0;place-items:flex-end}@media (max-width:1000px){.header__mobile-menu{display:block}}.header__mobile-menu:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='66' height='24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' d='M13 1.5h40m-40 10h40m-40 10h40'/%3E%3C/svg%3E");content:"";display:block;height:24px;width:66px}.header__title{color:var(--white,#fff);font-weight:400;line-height:44px;margin:42px auto 32px}@media (max-width:768px){.header__title{font-size:24px;line-height:34px;margin:42px auto 20px;padding-left:var(--bs-gutter-x,.75rem);padding-right:var(--bs-gutter-x,.75rem)}}.header_mobile .header__nav{grid-template-areas:"lang mobile-menu" "list .";padding-bottom:10px}.header.header_mobile>*{display:none}.header.header_mobile>nav{display:grid}.header_mobile .header__logo{display:none}.header_mobile .header__lang{display:block}.header_mobile .header__lang-list{left:0;right:inherit}.header_mobile .header__list{display:flex;flex-direction:column}.header_mobile .header__mobile-menu:after{background:url("data:image/svg+xml;charset=utf-8,%3Csvg width='66' height='32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='%23fff' d='M18.504 29.789 46.789 1.504m-27.435.142 28.284 28.285'/%3E%3C/svg%3E");content:"";display:block;height:32px;width:66px}html[dir=rtl] .header__lang-list{left:0;right:inherit}html[dir=rtl] .header_mobile .header__lang-list{left:inherit;right:0}.how-to-download__heading{color:#121212;font-family:var(--gs-font-display);font-size:24px;font-style:normal;font-weight:400;line-height:1.2;margin-bottom:20px;margin-top:80px;text-align:center}@media screen and (min-width:992px){.how-to-download__heading{font-size:38px}}@media screen and (min-width:1600px){.how-to-download__heading{font-size:44px}}.how-to-download__item{display:grid;font-family:Roboto,sans-serif;grid-template-areas:"title" "image" "text";grid-template-columns:1fr;padding:40px 20px}.how-to-download__item .how-to-download__text,.how-to-download__item .how-to-download__title{text-align:center}.how-to-download__item:last-of-type{border-bottom:none}@media screen and (min-width:600px){.how-to-download__item{grid-template-areas:"title image" "text  text";grid-template-columns:1fr 1fr}.how-to-download__item .how-to-download__text,.how-to-download__item .how-to-download__title{text-align:left}.how-to-download__item:nth-child(odd){grid-template-areas:"image title" "text  text"}.how-to-download__item:nth-child(odd) .how-to-download__title{text-align:right}}@media screen and (min-width:768px){.how-to-download__item{border-bottom:2px dashed #ffa8cf;grid-template-areas:"image title" "image text";grid-template-columns:41.66% 58.33%}.how-to-download__item:nth-child(odd){grid-template-areas:"title image" "text  image";grid-template-columns:58.33% 41.66%}.how-to-download__item:nth-child(odd) .how-to-download__title{text-align:left}}@media screen and (min-width:992px){.how-to-download__item{grid-template-columns:33.33% 66.66%}}@media screen and (min-width:1400px){.how-to-download__item{padding:40px 100px}}.how-to-download__image{grid-area:image;height:auto;max-width:100%}.how-to-download__title{align-self:end;font-size:42px;font-weight:700;grid-area:title;margin-top:40px}.how-to-download__text{font-size:20px;font-weight:300;grid-area:text;margin:0}@media screen and (min-width:992px){.how-to-download__text{font-size:24px}}@media screen and (min-width:1600px){.how-to-download__text{font-size:28px}}.limitations{border:2px solid #ff7300;border-radius:6px;margin-top:60px;padding:24px 16px;position:relative}@media screen and (max-width:768px){.limitations{margin-top:40px}}.limitations__title{font-size:24px;font-weight:400;margin-bottom:14px}.limitations__text{font-size:18px;font-weight:300;line-height:24px}.limitations__icon{height:42px;position:absolute;right:5%;top:-21px;width:42px}@media screen and (max-width:600px){.limitations__icon{height:37px;top:-18.5px;width:37px}}.header.header_mobile .breadcrumb{display:none}.breadcrumb{margin:16px auto 0;max-width:1290px;padding:20px 20px 0}.breadcrumb__list{align-items:center;display:flex;flex-wrap:wrap;list-style:none;margin:0;padding:0}.breadcrumb__item{cursor:default;font-family:Roboto Regular,sans-serif;font-size:14px}.breadcrumb__item a,.breadcrumb__item span{color:#fff;opacity:.6}.breadcrumb__link{text-decoration:none}.breadcrumb__link:hover{opacity:1}.breadcrumb__separator{margin-left:10px;margin-right:10px}.insta-viewer__hub-faq{display:flex;flex-direction:column}@media screen and (max-width:768px){.insta-viewer__hub-faq{flex-direction:column-reverse}}@media screen and (min-width:992px) and (max-width:1600px){.container.insta-viewer__container{max-width:984px!important}}.insta-viewer__description{color:hsla(0,0%,7%,.671);font-family:Roboto Light,sans-serif;font-size:18px;font-weight:300;line-height:24px;margin-bottom:0;margin-top:60px}@media screen and (max-width:768px){.insta-viewer__description{margin-top:40px}}.insta-viewer__disclaimer{margin-top:100px}@media screen and (max-width:768px){.insta-viewer__disclaimer{margin-top:40px}}.insta-viewer__legal{margin-top:40px}.insta-viewer__disclaimer h2,.insta-viewer__legal h2{color:#121212;font-family:Roboto,sans-serif;font-size:18px;font-weight:500;line-height:24px;margin-bottom:10px}.insta-viewer__disclaimer p,.insta-viewer__legal p{color:#121212;font-family:Roboto Light,sans-serif;font-size:18px;font-weight:300;line-height:24px;opacity:.7}.try-out-banner{align-items:center;background-blend-mode:overlay;background-image:url(/img/rainbow-bg.svg),linear-gradient(45deg,#dc2626,#db2777 50%,#2563eb);border:1px solid #c8d6f3;border-radius:10px;display:flex;flex-direction:column;gap:24px;justify-content:center;margin-top:60px;padding:36px 42px}.try-out-banner__logo{height:36px;width:180px}.try-out-banner__title{color:#fff;font-family:Roboto Regular,sans-serif;font-size:32px;max-width:425px;text-align:center}.try-out-banner__button{align-items:center;background-color:#000;border:none;border-radius:100px;color:#fff;display:flex;font-size:18px;gap:10px;justify-content:center;line-height:24px;max-width:220px;padding:14px 0;text-align:center;width:100%}.try-out-banner__button:hover{cursor:pointer;text-decoration:underline}@media screen and (max-width:768px){.try-out-banner{margin-top:40px}}#app:has(.insta-viewer__container) .faq-container{margin-top:100px}@media screen and (max-width:768px){#app:has(.insta-viewer__container) .faq-container{margin-top:40px}}#app:has(.insta-viewer__container) .faq-container .text-center{margin-top:0}.features{text-align:center}.features h2{color:#121212;font-family:var(--gs-font-display);font-size:24px;font-style:normal;font-weight:400;line-height:34px;margin:40px 0}@media screen and (min-width:992px){.features h2{font-size:38px;line-height:42px;margin:55px 0 37px}}@media screen and (min-width:1600px){.features h2{font-size:44px;line-height:48px}}.features__grid{-moz-column-gap:24px;column-gap:24px;display:grid;grid-auto-rows:1fr;grid-template-columns:repeat(3,1fr)}@media screen and (max-width:768px){.features__grid{grid-template-columns:1fr}}.feature{font-family:var(--gs-font-body);font-size:18px;font-style:normal;font-weight:300;line-height:24px}@media screen and (min-width:1600px){.feature{font-size:20px}}.feature img{height:auto;margin-bottom:20px;max-width:100%}.feature__title{font-size:20px;font-style:normal;font-weight:500;line-height:23px;margin-bottom:6px}@media screen and (min-width:1600px){.feature__title{font-size:22px}}.features--benefits .features__grid{gap:32px 24px;grid-template-columns:repeat(2,1fr)}@media screen and (min-width:768px){.features--benefits .features__grid{grid-template-columns:repeat(4,1fr)}}.features--benefits .feature{padding:0 6px}.features--benefits .feature img{height:72px;margin-bottom:14px;width:72px}.features--benefits .feature p{font-size:15px;line-height:1.45;margin:0}@media screen and (min-width:1600px){.features--benefits .feature p{font-size:16px}}.adsbygoogle{height:0!important;overflow:hidden!important}.adsbygoogle[data-ad-status=filled],.adsbygoogle[data-ad-status=unfill-optimized]{height:auto!important;margin:10px auto;overflow:visible!important;text-align:center}.under-form .adsbygoogle[data-ad-status=filled],.under-form .adsbygoogle[data-ad-status=unfill-optimized]{display:flex!important;justify-content:center;margin:32px auto -12px}@media (max-width:768px){.under-form .adsbygoogle[data-ad-status=filled],.under-form .adsbygoogle[data-ad-status=unfill-optimized]{margin:24px auto -24px}}.under-form-container{height:300px!important;margin-top:10px;min-height:300px!important}@media (max-width:768px){.under-form-container{height:280px!important;min-height:280px!important}}.under-form:has(.adsbygoogle[data-ad-status=filled]),.under-form:has(.adsbygoogle[data-ad-status=unfill-optimized]){align-items:center;display:flex;height:auto!important;justify-content:center;min-height:300px!important}@media (max-width:768px){.under-form:has(.adsbygoogle[data-ad-status=filled]),.under-form:has(.adsbygoogle[data-ad-status=unfill-optimized]){height:auto!important;min-height:280px!important}}.under-form:has(.adsbygoogle[data-ad-status=filled]) .adsbygoogle[data-ad-status=filled],.under-form:has(.adsbygoogle[data-ad-status=filled]) .adsbygoogle[data-ad-status=unfill-optimized],.under-form:has(.adsbygoogle[data-ad-status=unfill-optimized]) .adsbygoogle[data-ad-status=filled],.under-form:has(.adsbygoogle[data-ad-status=unfill-optimized]) .adsbygoogle[data-ad-status=unfill-optimized]{margin:0}.under-form-placeholder{align-items:center;display:flex;justify-content:center;min-height:300px!important}@media (max-width:768px){.under-form-placeholder{min-height:280px!important}}.under-form-placeholder:has(+.under-form .adsbygoogle[data-ad-status=filled]),.under-form-placeholder:has(+.under-form .adsbygoogle[data-ad-status=unfill-optimized]){display:none;min-height:0!important}@media (max-width:768px){.under-form-placeholder:has(+.under-form .adsbygoogle[data-ad-status=filled]),.under-form-placeholder:has(+.under-form .adsbygoogle[data-ad-status=unfill-optimized]){min-height:0!important}}.under-result{min-height:250px}@media (max-width:768px){.under-result{min-height:150px}}.fallback-ads{align-items:center;display:flex;gap:10px;height:100%;justify-content:center;width:100%}@media (max-width:768px){.fallback-ads{flex-direction:column}}.fallback-ads__logo{height:130px;width:130px}.fallback-ads__gramsnap{height:75px;max-width:100%;width:360px}.fallback-ads__brand{height:auto;max-width:86%;width:380px}@media (max-width:768px){.fallback-ads__brand{max-width:78%}}.header__subtitle{color:#fff;font-family:var(--gs-font-body);font-size:16px;font-weight:300;line-height:1.45;margin:14px auto 0;max-width:720px;padding:0 16px;text-align:center}@media screen and (min-width:992px){.header__subtitle{font-size:20px}}.value-pills{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;list-style:none;margin:18px auto 4px;padding:0 16px}.value-pills__item{background:hsla(0,0%,100%,.18);border:1px solid hsla(0,0%,100%,.4);border-radius:999px;color:#fff;font-family:var(--gs-font-body);font-size:13px;font-weight:400;padding:6px 14px}@media screen and (min-width:992px){.value-pills__item{font-size:15px;padding:8px 18px}}.type-tabs{margin:22px auto 14px;padding:0 16px}.type-tabs__list{display:flex;flex-wrap:wrap;gap:8px;justify-content:center;list-style:none;margin:0;padding:0}.type-tabs__link{background:hsla(0,0%,100%,.15);border:1px solid hsla(0,0%,100%,.4);border-radius:999px;color:#fff;display:inline-block;font-family:var(--gs-font-body);font-size:14px;font-weight:500;padding:8px 18px;text-decoration:none;transition:background .2s ease,color .2s ease}@media screen and (min-width:992px){.type-tabs__link{font-size:16px}}@media (hover:hover) and (pointer:fine){.type-tabs__link:hover{background:hsla(0,0%,100%,.3)}}.type-tabs__link--active{background:#fff;border-color:#fff;color:var(--gs-blue)}.trust-strip{display:flex;flex-wrap:wrap;gap:8px 22px;justify-content:center;list-style:none;margin:18px auto 0;max-width:600px;padding:0 16px}.trust-strip__item{align-items:center;color:#fff;display:flex;font-family:var(--gs-font-body);font-size:13px}@media screen and (min-width:992px){.trust-strip__item{font-size:15px}}.trust-strip__item:before{background:no-repeat 50%/contain url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11' fill='%2334D399'/%3E%3Cpath d='m7 12.5 3.2 3.2L17 9' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");content:"";flex-shrink:0;height:18px;margin-right:8px;width:18px}.seo-article{max-width:900px}.seo-article__headline{color:var(--gs-ink);font-family:var(--gs-font-display);font-size:24px;font-weight:400;line-height:1.2;margin:60px 0 24px;text-align:center}@media screen and (min-width:992px){.seo-article__headline{font-size:38px;margin-top:90px}}@media screen and (min-width:1600px){.seo-article__headline{font-size:44px}}.seo-article__intro,.seo-article__list,.seo-article__section p{color:var(--gs-ink);font-family:var(--gs-font-body);font-size:18px;font-weight:300;line-height:1.6}@media screen and (min-width:1600px){.seo-article__intro,.seo-article__list,.seo-article__section p{font-size:20px}}.seo-article__section{margin-top:28px}.seo-article__subhead{color:var(--gs-ink);font-family:var(--gs-font-display);font-size:22px;font-weight:400;margin:0 0 12px}@media screen and (min-width:992px){.seo-article__subhead{font-size:26px}}.seo-article__list{padding-left:22px}.seo-article__list li{margin-bottom:8px}.seo-article__meta{color:var(--gs-ink-dim);display:flex;flex-wrap:wrap;font-family:var(--gs-font-body);font-size:14px;gap:10px;margin-top:28px}.comparison{text-align:center}.comparison__title{color:var(--gs-ink);font-family:var(--gs-font-display);font-size:24px;font-weight:400;line-height:1.2;margin:60px 0 16px}@media screen and (min-width:992px){.comparison__title{font-size:38px;margin-top:90px}}@media screen and (min-width:1600px){.comparison__title{font-size:44px}}.comparison__description{color:var(--gs-ink);font-family:var(--gs-font-body);font-size:16px;font-weight:300;line-height:1.5;margin:0 auto 28px;max-width:760px}@media screen and (min-width:992px){.comparison__description{font-size:18px}}.comparison__scroll{-webkit-overflow-scrolling:touch}.comparison__table{border-collapse:collapse;font-family:var(--gs-font-body);min-width:640px;width:100%}.comparison__table td,.comparison__table th{border-bottom:1px solid #eee;padding:14px 10px;text-align:center}.comparison__feature,.comparison__feature-head{color:var(--gs-ink);font-size:15px;font-weight:500;text-align:left}@media screen and (min-width:992px){.comparison__feature,.comparison__feature-head{font-size:16px}}.comparison__brand{color:var(--gs-ink);font-family:var(--gs-font-display);font-size:15px;font-weight:400}@media screen and (min-width:992px){.comparison__brand{font-size:17px}}.comparison__brand--own{color:var(--gs-blue)}.comparison__brand--own,.comparison__cell--own{background:rgba(54,117,240,.06)}.comparison__cell img{display:inline-block;vertical-align:middle}.social-proof{text-align:center}.social-proof__title{color:var(--gs-ink);font-family:var(--gs-font-display);font-size:24px;font-weight:400;line-height:1.2;margin:60px 0 28px}@media screen and (min-width:992px){.social-proof__title{font-size:38px;margin-top:90px}}@media screen and (min-width:1600px){.social-proof__title{font-size:44px}}.metrics{display:grid;gap:24px 12px;grid-template-columns:repeat(2,1fr);list-style:none;margin:0 0 48px;padding:0}@media screen and (min-width:768px){.metrics{grid-template-columns:repeat(4,1fr)}}.metrics__item{align-items:center;display:flex;flex-direction:column}.metrics__value{color:var(--gs-blue);font-family:var(--gs-font-display);font-size:32px;font-weight:400;line-height:1.1}@media screen and (min-width:992px){.metrics__value{font-size:44px}}.metrics__label{color:var(--gs-ink-dim);font-family:var(--gs-font-body);font-size:14px;margin-top:6px}.social-proof__subtitle{color:var(--gs-ink);font-family:var(--gs-font-display);font-size:22px;font-weight:400;margin:0 0 24px}@media screen and (min-width:992px){.social-proof__subtitle{font-size:30px}}.testimonials{display:grid;gap:20px;grid-template-columns:1fr;list-style:none;margin:0;padding:0}@media screen and (min-width:768px){.testimonials{grid-template-columns:repeat(3,1fr)}}.testimonials__card{background:#fff;border:1px solid #eee;border-radius:14px;box-shadow:0 6px 20px rgba(0,0,0,.04);padding:24px;text-align:left}.testimonials__stars{letter-spacing:2px;margin-bottom:12px}.testimonials__star{color:#d8d8d8;font-size:18px}.testimonials__star.is-filled{color:#ffb300}.testimonials__text{font-size:16px;font-weight:300;line-height:1.5}.testimonials__author,.testimonials__text{color:var(--gs-ink);font-family:var(--gs-font-body)}.testimonials__author{font-weight:500;margin:14px 0 0}.testimonials__location{color:var(--gs-ink-dim);display:block;font-size:13px;font-weight:300}.related-tools{text-align:center}.related-tools__title{color:var(--gs-ink);font-family:var(--gs-font-display);font-size:24px;font-weight:400;line-height:1.2;margin:60px 0 24px}@media screen and (min-width:992px){.related-tools__title{font-size:38px;margin-top:90px}}@media screen and (min-width:1600px){.related-tools__title{font-size:44px}}.related-tools__group-title{color:var(--gs-ink);font-family:var(--gs-font-display);font-size:20px;font-weight:400;margin:28px 0 14px;text-align:left}@media screen and (min-width:992px){.related-tools__group-title{font-size:24px}}.related-tools__grid{display:grid;gap:12px;grid-template-columns:1fr;list-style:none;margin:0;padding:0}@media screen and (min-width:600px){.related-tools__grid{grid-template-columns:repeat(2,1fr)}}@media screen and (min-width:992px){.related-tools__grid{grid-template-columns:repeat(3,1fr)}}.related-tools__link{align-items:center;background:#fff;border:1px solid #eee;border-radius:12px;color:var(--gs-ink);display:flex;font-family:var(--gs-font-body);font-weight:500;gap:10px;justify-content:space-between;padding:16px 18px;text-decoration:none;transition:border-color .2s ease,box-shadow .2s ease}@media (hover:hover) and (pointer:fine){.related-tools__link:hover{border-color:var(--gs-blue);box-shadow:0 6px 16px rgba(54,117,240,.12)}}.related-tools__name{text-align:left}.sr-only{clip:rect(0,0,0,0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}@media (prefers-reduced-motion:reduce){*,:after,:before{animation-duration:.001ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.001ms!important}}*,:after,:before{box-sizing:border-box}:root{--gs-blue:#3675f0;--gs-ink:#121212;--gs-ink-dim:hsla(0,0%,7%,.6);--gs-bg:#f9f9f9;--gs-grad-warm:linear-gradient(45deg,#2563eb,#db2777 50%,#dc2626);--gs-grad-cool:linear-gradient(312.31deg,#8571ff -18.34%,#d278e0 55.86%,#ff5b96 108.85%);--gs-font-display:"Outfit",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;--gs-font-body:"Roboto",system-ui,-apple-system,"Segoe UI",Arial,sans-serif;--gs-radius:10px}#app{background-color:#f9f9f9;margin:0 auto;width:100%}.container{margin-left:auto;margin-right:auto;padding-left:.75rem;padding-right:.75rem;width:100%}@media (min-width:992px){#app .container{max-width:970px}}@media screen and (min-width:1600px){#app .container{max-width:1260px}}body{background-color:#fff}*{outline:none}.form-button-img{display:none}.search-form{display:flex;flex-wrap:wrap;justify-content:center;padding:0 20px;text-align:center;width:100%}.search{background:url(/img/ic-link.png) no-repeat scroll 5px 2px #fff;border:1px solid #3675f0;font-size:18px;height:46px;max-width:480px;padding-left:40px;position:relative;width:100%;z-index:1}@media screen and (min-width:360px){.search{padding-left:50px}}@media screen and (min-width:1680px){.search{background:url(/img/ic-link.png) no-repeat scroll 5px 4px #fff;height:50px}}.search::-moz-placeholder{color:#121212;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;opacity:.4}.search::placeholder{color:#121212;font-family:Roboto,sans-serif;font-size:14px;font-style:normal;font-weight:400;opacity:.4}@media screen and (min-width:440px){.search::-moz-placeholder{font-size:18px}.search::placeholder{font-size:18px}}.search-form button{background:#0f0f0f;border:none;color:#fff;font-family:Outfit,sans-serif;font-size:20px;font-style:normal;font-weight:400;height:46px;line-height:25px;margin-top:12px;max-width:480px;position:relative;text-align:center;width:100%;z-index:2}@media screen and (min-width:1000px){.search-form button{margin-left:24px;margin-top:0;width:144px}}@media screen and (min-width:1680px){.search-form button{height:50px}}.info-block{background:linear-gradient(45deg,#2563eb,#db2777 50%,#dc2626);overflow:hidden;position:relative}.info-block .container{position:relative;z-index:2}.info-block h2{color:#fff;font-family:Roboto,sans-serif;font-size:20px;font-style:normal;font-weight:300;line-height:23px;margin-bottom:20px}@media screen and (min-width:992px){.info-block h2{font-size:24px;line-height:28px;margin-bottom:40px}}.info-block p{color:#fff;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:400;line-height:19px}@media screen and (min-width:1600px){.info-block p{font-size:18px;line-height:21px}}.info-block .info-text{padding:60px 20px}@media (min-width:992px){.info-block .info-text{padding:60px 0}}.info-block .info-img{align-items:center}.info-block .ellipse1{background:linear-gradient(262.9deg,hsla(0,0%,100%,0) -4.85%,hsla(0,0%,100%,.78) 116.63%);border-radius:250px;height:498px;left:-250px;opacity:.6;position:absolute;top:-100px;transform:rotate(53.87deg);width:498px;z-index:1}.info-block .ellipse2{background:linear-gradient(314.57deg,hsla(0,0%,100%,.68) -43.93%,hsla(0,0%,100%,0) 112.49%);border-radius:230px;bottom:-130px;height:460px;opacity:.6;position:absolute;right:-77px;transform:rotate(-10.66deg);width:460px;z-index:1}footer{background:#fff;margin-top:60px;padding:40px 20px}@media screen and (min-width:992px){footer{margin-top:100px;padding:40px 0 20px}}.footer-container{background-color:#fff;display:flex;flex-wrap:wrap;padding:0}footer a{color:#121212;text-decoration:none;width:100%}.footer-group{align-content:flex-start;align-items:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}@media screen and (min-width:992px){.footer-group{width:25%}}.footer-group a{font-family:Outfit,sans-serif;font-size:14px;font-style:normal;line-height:17px;margin-bottom:20px}@media screen and (min-width:992px){.footer-group a{margin-bottom:28px}}@media screen and (min-width:1600px){.footer-group a{font-size:18px;line-height:24px}}.faq-container h2.text-center{font-family:Outfit,sans-serif;font-size:24px;font-style:normal;font-weight:400;line-height:34px;margin:80px 0 40px}@media screen and (min-width:992px){.faq-container h2.text-center{font-size:38px;line-height:44px}}@media screen and (min-width:1600px){.faq-container h2.text-center{font-size:44px;line-height:48px;margin:120px 0 60px}}#faq .faq-question{align-items:center;background:linear-gradient(312.31deg,#8571ff -18.34%,#d278e0 55.86%,#ff5b96 108.85%);border:0;border-radius:10px;color:#fff;cursor:pointer;display:flex;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;justify-content:space-between;line-height:19px;list-style:none;padding:20px}@media screen and (min-width:992px){#faq .faq-question{font-size:24px;font-weight:400;line-height:28px;padding:34px 40px}}#faq .faq-question::-webkit-details-marker{display:none}#faq .faq-question:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='10' viewBox='0 0 26 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.356 15.43 25.77 2.702A.5.5 0 0 0 25.766 2L24.332.565a.499.499 0 0 0-.712.005L12.998 11.495 2.376.57a.5.5 0 0 0-.711-.005L.23 2a.498.498 0 0 0-.004.702L12.64 15.43a.499.499 0 0 0 .716 0Z' fill='%23fff'/%3E%3C/svg%3E");background-repeat:no-repeat;background-size:18px;content:"";flex-shrink:0;height:10px;margin-left:16px;transition:transform .2s ease;width:18px}@media screen and (min-width:992px){#faq .faq-question:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.356 15.43 25.77 2.702A.5.5 0 0 0 25.766 2L24.332.565a.499.499 0 0 0-.712.005L12.998 11.495 2.376.57a.5.5 0 0 0-.711-.005L.23 2a.498.498 0 0 0-.004.702L12.64 15.43a.499.499 0 0 0 .716 0Z' fill='%23fff'/%3E%3C/svg%3E");background-size:26px;height:16px;width:26px}}#faq .faq-item[open] .faq-question:after{transform:rotate(180deg)}#faq .faq-question-text{color:inherit;font:inherit;margin:0}#faq .faq-answer-body{font-family:Roboto,sans-serif;font-style:normal;font-weight:300;line-height:20px;padding:40px}@media (min-width:992px){#faq .faq-answer-body{font-size:18px;line-height:24px}}@media (min-width:1400px){#faq .faq-answer-body{font-size:20px;line-height:24px}}#faq .faq-item{border:0;margin:20px 0}@media screen and (min-width:1000px){#faq .faq-item{margin:32px 0}}.copyright{color:#121212;font-family:Roboto,sans-serif;font-size:10px;font-style:normal;font-weight:400;line-height:12px;opacity:.4}@media screen and (min-width:1600px){.copyright{font-size:14px;line-height:16px}}.go-top-arrow{cursor:pointer;height:20px;position:absolute;right:50px;top:0;visibility:hidden;width:20px;z-index:1000}.go-top-arrow svg{height:40px;width:40px}.inactive{opacity:.1}pre{white-space:pre-wrap}@media screen and (max-width:500px){.w-100{left:5%;width:90%!important}.row .d-flex>.w-100{width:100%!important}}@media screen and (max-width:600px){.col-6{width:85%}}@media screen and (max-width:400px){.search-form button{margin-top:0;width:18%}.search-form input{width:82%}.form-button-description{display:none}.form-button-img{display:block}}@media screen and (max-width:819px){.go-top-arrow{right:25px}}@media screen and (max-width:751px){.go-top-arrow{right:30px}}@media screen and (max-width:600px){.go-top-arrow{right:50px}}@media screen and (max-width:420px){.go-top-arrow{right:35px}}.hide-content{margin-top:55px}@media (max-width:992px){.hide-content{margin-top:40px}}.hide-content__btn{align-items:center;background:linear-gradient(312.31deg,#8571ff -18.34%,#d278e0 55.86%,#ff5b96 108.85%);border:0;border-radius:10px;color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:16px;font-style:normal;font-weight:500;justify-content:space-between;line-height:19px;padding:20px;width:100%}@media screen and (min-width:992px){.hide-content__btn{font-size:24px;font-weight:400;line-height:28px;padding:34px 40px}}.hide-content__btn:focus{box-shadow:0 0 0 .25rem rgba(13,110,253,.25)}.hide-content__btn:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='18' height='10' viewBox='0 0 26 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.356 15.43 25.77 2.702A.5.5 0 0 0 25.766 2L24.332.565a.499.499 0 0 0-.712.005L12.998 11.495 2.376.57a.5.5 0 0 0-.711-.005L.23 2a.498.498 0 0 0-.004.702L12.64 15.43a.499.499 0 0 0 .716 0Z' fill='%23fff'/%3E%3C/svg%3E");background-size:18px;content:"";display:block;height:10px;min-width:18px;transition:transform .2s ease-in-out}@media screen and (min-width:992px){.hide-content__btn:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='26' height='16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M13.356 15.43 25.77 2.702A.5.5 0 0 0 25.766 2L24.332.565a.499.499 0 0 0-.712.005L12.998 11.495 2.376.57a.5.5 0 0 0-.711-.005L.23 2a.498.498 0 0 0-.004.702L12.64 15.43a.499.499 0 0 0 .716 0Z' fill='%23fff'/%3E%3C/svg%3E");background-size:26px;height:16px;width:26px}}.hide-content__btn--clicked:after{transform:rotate(180deg)!important}.hide-content__text{font-size:24px;font-weight:400;line-height:28px;text-align:left}@media (max-width:992px){.hide-content__text{font-size:16px;font-weight:500;line-height:19px}}.hide-on-request_disable{display:none!important}html{scroll-behavior:smooth}.container,.search,.search-form,.search-form__input{box-sizing:border-box}.related-tools__link,.search-form__button,.type-tabs__link,a,button,summary{cursor:pointer}.related-tools__link:focus-visible,.search-form__input:focus-visible,.search:focus-visible,.type-tabs__link:focus-visible,a:focus-visible,button:focus-visible,summary:focus-visible{border-radius:10px;outline:3px solid rgba(54,117,240,.55);outline-offset:2px}@keyframes gsFadeUp{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.comparison__title,.faq-container h2.text-center,.features h2,.how-to-download__heading,.related-tools__title,.seo-article__headline,.social-proof__title{position:relative}.comparison__title:after,.faq-container h2.text-center:after,.features h2:after,.how-to-download__heading:after,.related-tools__title:after,.seo-article__headline:after,.social-proof__title:after{background:var(--gs-grad-cool);border-radius:999px;content:"";display:block;height:4px;margin:34px auto 0;width:64px}.header__title{color:#fff;font-family:var(--gs-font-display);font-size:40px;font-weight:700;letter-spacing:-.5px;line-height:1.08;margin:6px 0 0;text-align:center;text-shadow:0 2px 18px rgba(0,0,0,.12)}@media screen and (min-width:992px){.header__title{font-size:60px}}@media screen and (min-width:1600px){.header__title{font-size:72px}}.search{border:1.5px solid hsla(0,0%,100%,.85);box-shadow:0 10px 30px rgba(0,0,0,.12);transition:box-shadow .25s ease,border-color .25s ease}.search:focus{border-color:#fff;box-shadow:0 12px 36px rgba(0,0,0,.18)}.search-form button,.search-form__button{border-radius:14px;box-shadow:0 8px 22px hsla(0,0%,6%,.28);transition:transform .2s ease,background .2s ease,box-shadow .2s ease}.search-form button:hover,.search-form__button:hover{background:#262626;box-shadow:0 12px 28px hsla(0,0%,6%,.34);transform:translateY(-2px)}.search-form button:active,.search-form__button:active{transform:translateY(0)}.value-pills__item{backdrop-filter:blur(4px);transition:background .2s ease,transform .2s ease}.value-pills__item:hover{background:hsla(0,0%,100%,.28);transform:translateY(-1px)}.type-tabs__link--active{box-shadow:0 6px 16px rgba(0,0,0,.16)}.how-to-download{counter-reset:gs-step}.how-to-download__title:before{align-items:center;background:var(--gs-grad-cool);border-radius:50%;box-shadow:0 6px 16px rgba(133,113,255,.35);color:#fff;content:counter(gs-step);counter-increment:gs-step;display:inline-flex;font-family:var(--gs-font-display);font-size:22px;height:44px;justify-content:center;line-height:1;margin-right:14px;vertical-align:middle;width:44px}.how-to-download__image{transition:transform .3s ease}.how-to-download__item:hover .how-to-download__image{transform:scale(1.03)}.features--benefits .features__grid{gap:24px}@media screen and (min-width:768px){.features--benefits .features__grid{gap:28px}}.features--benefits .feature{background:#fff;border:1px solid #eef0f4;border-radius:18px;box-shadow:0 6px 20px hsla(0,0%,7%,.05);padding:30px 22px;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.features--benefits .feature:hover{border-color:rgba(54,117,240,.25);box-shadow:0 16px 34px rgba(54,117,240,.14);transform:translateY(-6px)}.features--benefits .feature img{filter:drop-shadow(0 6px 12px rgba(54,117,240,.16));height:64px;width:64px}.features--benefits .feature__title{color:var(--gs-ink)}.seo-article__subhead{padding-left:16px;position:relative}.seo-article__subhead:before{background:var(--gs-grad-cool);border-radius:999px;bottom:4px;content:"";left:0;position:absolute;top:4px;width:4px}.seo-article__list li::marker{color:var(--gs-blue)}.comparison__scroll{border:1px solid #eef0f4;border-radius:18px;box-shadow:0 8px 26px hsla(0,0%,7%,.05);overflow:hidden;overflow-x:auto}.comparison__table td,.comparison__table th{border-bottom:1px solid #f0f1f4}.comparison__table thead th{background:#faf7fb;padding-bottom:18px;padding-top:18px}.comparison__brand--own{background:var(--gs-grad-warm)}.comparison__table tbody tr{transition:background .15s ease}.comparison__table tbody tr:hover{background:rgba(54,117,240,.045)}.comparison__cell--own{background:rgba(54,117,240,.06)}.comparison__table tbody tr:last-child td{border-bottom:0}.metrics__value{background:var(--gs-grad-warm)}.testimonials__card{border:1px solid #eef0f4;border-radius:20px;box-shadow:0 8px 24px hsla(0,0%,7%,.05);overflow:hidden;position:relative;transition:transform .25s ease,box-shadow .25s ease}.testimonials__card:before{color:rgba(54,117,240,.1);content:"“";font-family:Georgia,Times New Roman,serif;font-size:72px;line-height:1;pointer-events:none;position:absolute;right:18px;top:2px}.testimonials__card:hover{box-shadow:0 18px 36px hsla(0,0%,7%,.1);transform:translateY(-5px)}#faq .faq-question{box-shadow:0 8px 20px rgba(133,113,255,.18);transition:filter .2s ease,box-shadow .2s ease}#faq .faq-question:hover{filter:brightness(1.04)}#faq .faq-answer{animation:gsFadeUp .25s ease;background:#fff;border:1px solid #f0eaf5;border-radius:0 0 10px 10px}.related-tools__link img{transition:transform .2s ease}.related-tools__link:hover img{transform:translateX(4px)}:root{--gs-ink:#fff;--gs-ink-dim:hsla(0,0%,100%,.66);--gs-bg:#070d20;--gs-surface:#0c1530;--gs-border:rgba(120,160,255,.12);--gs-blue:#5b9bff;--gs-grad-cta:linear-gradient(180deg,#3b8bff,#2563eb);--gs-grad-cool:linear-gradient(135deg,#2f6bff,#57a4ff 60%,#8ecbff);--gs-grad-warm:linear-gradient(135deg,#2f6bff,#57a4ff)}body{background:var(--gs-bg);color:var(--gs-ink);font-family:var(--gs-font-body);margin:0}body,html{max-width:100%;overflow-x:hidden}#app{background:var(--gs-bg)}.header{background:radial-gradient(135% 95% at 50% 126%,rgba(40,85,205,.28) 0,rgba(7,13,32,0) 62%),radial-gradient(90% 70% at 50% -12%,rgba(20,36,84,.55) 0,rgba(7,13,32,0) 60%),#070d20;border-radius:0;padding-bottom:80px;position:relative}@media screen and (max-width:768px){.header{padding-bottom:64px}}.header>*{position:relative;z-index:1}.header:before{animation:gsHeroDrift 18s ease-in-out infinite alternate;background:radial-gradient(45% 45% at 28% 32%,rgba(60,130,255,.2),transparent 58%),radial-gradient(48% 48% at 74% 62%,rgba(124,92,255,.16),transparent 58%);background-repeat:no-repeat;background-size:160% 160%;content:"";inset:0;pointer-events:none;position:absolute;z-index:0}@keyframes gsHeroDrift{0%{background-position:0 0,100% 100%}to{background-position:100% 60%,0 40%}}.header:after{animation:gsBottomGlow 15s ease-in-out infinite;background-image:radial-gradient(50% 100% at 50% 100%,rgba(140,180,255,.5) 0,rgba(60,120,255,.26) 40%,transparent 72%);background-position:50% 100%;background-repeat:no-repeat;background-size:55% 64%;content:"";inset:0;pointer-events:none;position:absolute;z-index:0}@keyframes gsBottomGlow{0%{background-position:22% 100%;background-size:52% 56%}50%{background-position:78% 100%;background-size:64% 74%}to{background-position:22% 100%;background-size:52% 56%}}.header__lang-button,.header__lang-list a,.header__lang-list span,.header__list a,.header__list span,.header__subitem--mobile a,.header__subitem--mobile span,.header__sublist a,.header__sublist span{color:#fff}.header__lang-list{background:#0c1530;border:1px solid var(--gs-border)}.header__subtitle{color:rgba(210,224,255,.78)}.breadcrumb,.breadcrumb span,.breadcrumb__link{color:rgba(210,224,255,.8)}.breadcrumb__separator{color:rgba(160,185,255,.45)}.search{background:rgba(12,22,52,.8);border:1px solid rgba(96,150,255,.55);border-radius:14px;box-shadow:0 0 0 1px rgba(60,120,255,.2),0 0 26px rgba(45,111,255,.4),0 0 70px rgba(45,111,255,.22);color:#fff;transition:box-shadow .28s ease,border-color .28s ease,background .28s ease}.search::-moz-placeholder{color:rgba(180,205,255,.6);opacity:1}.search::placeholder{color:rgba(180,205,255,.6);opacity:1}.search:hover{border-color:rgba(130,180,255,.85);box-shadow:0 0 0 1px rgba(90,150,255,.45),0 0 40px rgba(70,140,255,.6),0 0 110px rgba(70,140,255,.36)}.search:focus{background:rgba(14,26,60,.95);border-color:#7db0ff;box-shadow:0 0 0 2px rgba(125,176,255,.7),0 0 56px rgba(80,150,255,.78),0 0 150px rgba(80,150,255,.5);outline:none}.search-form button,.search-form__button{background:var(--gs-grad-cta);box-shadow:0 0 22px rgba(45,111,255,.45);color:#fff}.search-form button:hover,.search-form__button:hover{background:linear-gradient(180deg,#54a0ff,#3b82f6);box-shadow:0 0 36px rgba(70,140,255,.65)}.type-tabs__list{background:hsla(0,0%,100%,.05);border:1px solid rgba(120,160,255,.18);border-radius:999px;gap:4px;padding:5px}.type-tabs__link{background:transparent;border:0;color:rgba(210,224,255,.72)}.type-tabs__link:hover{background:rgba(90,150,255,.12);color:#fff}.type-tabs__link--active{background:rgba(90,150,255,.22);box-shadow:0 0 16px rgba(60,130,255,.4);color:#fff}.comparison__brand,.comparison__feature,.comparison__feature-head,.comparison__title,.faq-container h2.text-center,.feature__title,.features h2,.how-to-download__heading,.how-to-download__text,.how-to-download__title,.related-tools__group-title,.related-tools__title,.seo-article__headline,.seo-article__subhead,.social-proof__subtitle,.social-proof__title,.testimonials__author{color:#eaf1ff}.comparison__title,.faq-container h2.text-center,.features h2,.how-to-download__heading,.related-tools__title,.seo-article__headline,.social-proof__title{font-weight:600}.comparison__description,.faq-answer-body,.feature p,.metrics__label,.seo-article__intro,.seo-article__list,.seo-article__meta,.seo-article__section p,.testimonials__location,.testimonials__text{color:rgba(216,226,250,.86)}.features--benefits .feature,.related-tools__link,.testimonials__card{background:var(--gs-surface);border:1px solid var(--gs-border);color:#eaf1ff}.features--benefits .feature{box-shadow:0 10px 30px rgba(0,0,0,.45)}.features--benefits .feature:hover{border-color:rgba(90,150,255,.6);box-shadow:0 18px 42px rgba(45,111,255,.24)}.testimonials__card{box-shadow:0 12px 32px rgba(0,0,0,.42)}.testimonials__card:before{color:rgba(90,150,255,.22)}.related-tools__link:hover{border-color:rgba(90,150,255,.6);box-shadow:0 12px 26px rgba(45,111,255,.22)}.comparison__scroll{background:var(--gs-surface);border:1px solid var(--gs-border)}.comparison__table td,.comparison__table th{border-bottom:1px solid rgba(120,160,255,.1)}.comparison__table thead th{background:rgba(90,150,255,.05)}.comparison__brand--own{background:var(--gs-grad-cta);color:#fff}.comparison__cell--own{background:rgba(60,130,255,.12)}.comparison__table tbody tr:hover{background:rgba(60,130,255,.08)}.metrics__value{-webkit-text-fill-color:transparent;background:linear-gradient(180deg,#8fc0ff,#3b82f6);-webkit-background-clip:text;background-clip:text;color:transparent}#faq .faq-question{background:linear-gradient(135deg,#2f6bff,#4f93ff 55%,#6db0ff);box-shadow:0 8px 22px rgba(45,111,255,.28)}#faq .faq-answer{background:var(--gs-surface);border:1px solid var(--gs-border);border-top:0}.hide-content__btn{background:linear-gradient(135deg,#2f6bff,#4f93ff 55%,#6db0ff)}.footer-container,footer{background:var(--gs-bg)}footer a{color:rgba(200,214,245,.72)}footer a:hover{color:#fff}.copyright{color:rgba(200,214,245,.6)}.header__title{margin-top:48px}.header .search-form{margin-top:34px}.value-pills{margin:42px auto 0}.header__title{overflow-wrap:break-word}.header__title,.value-pills{padding-left:20px;padding-right:20px}@media screen and (max-width:768px){.header__title{margin-top:28px}.header .search-form{margin-top:26px}.value-pills{margin-top:38px}}@media screen and (max-width:480px){.header__title{font-size:36px}}.search{font-family:var(--gs-font-body);font-size:16px;height:56px;max-width:500px;padding-left:20px}.search::-moz-placeholder{font-family:var(--gs-font-body);font-size:16px}.search::placeholder{font-family:var(--gs-font-body);font-size:16px}@media screen and (min-width:1000px){.search-form button,.search-form__button{margin-left:6px}}.search-form button,.search-form__button{background:linear-gradient(180deg,#5aa2ff,#2f6bff);box-shadow:0 6px 22px rgba(47,107,255,.55),0 0 30px rgba(60,130,255,.45);font-weight:600;height:56px}.search-form button:hover,.search-form__button:hover{background:linear-gradient(180deg,#6fb0ff,#3f7dff);box-shadow:0 10px 30px rgba(47,107,255,.7),0 0 44px rgba(70,140,255,.6)}.value-pills__item{backdrop-filter:none;background:hsla(0,0%,100%,.05);border:1px solid rgba(150,180,255,.22);color:rgba(235,241,255,.92);font-size:14px;font-weight:500;padding:8px 18px}.value-pills__item:hover{background:hsla(0,0%,100%,.1);transform:none}.header__list{align-items:center}.header__lang-button,.header__list>li>a,.header__list>li>span{align-items:center;display:flex;font-family:var(--gs-font-body);font-size:16px;font-weight:400;line-height:1.2;min-height:36px}.header__nav{z-index:50}.header__lang-list,.header__sublist{background:#0c1530;border:1px solid rgba(120,160,255,.16);border-radius:12px;box-shadow:0 18px 44px rgba(0,0,0,.55);padding:6px;z-index:1000}.header__lang-list{min-width:280px;top:calc(100% + 8px)}.header__lang-list_show{display:grid;gap:2px;grid-template-columns:1fr 1fr}.header__lang-list--single{min-width:200px}.header__lang-list--single.header__lang-list_show{grid-template-columns:1fr}.header__lang-list--single li{width:100%}.header__lang-list--single li a,.header__lang-list--single li span{justify-content:space-between;width:100%}.header__lang-list li a,.header__lang-list li span{white-space:nowrap}.header__lang-list li,.header__sublist li{font-size:16px}.header__lang-list li a,.header__lang-list li span,.header__sublist li a,.header__sublist li span{align-items:center;background:transparent;border-radius:8px;color:rgba(232,239,255,.86);display:flex;font-family:var(--gs-font-body);font-size:16px;font-weight:400;min-height:36px;padding:8px 14px}.header__lang-list li a:hover,.header__sublist li a:hover{background:rgba(90,150,255,.16);color:#fff}.header__lang-list li span,.header__sublist li span{background:rgba(90,150,255,.14);color:#fff}.header__lang-list li span:after{background-color:#5b9bff}@media screen and (max-width:1000px){.header__lang-button,.header__list>li>a,.header__list>li>span,.header__subitem--mobile a,.header__subitem--mobile span{font-size:16px;min-height:42px}}.how-to-cards{display:grid;gap:10px;grid-template-columns:repeat(3,1fr);margin-top:36px}@media screen and (max-width:860px){.how-to-cards{grid-template-columns:1fr;margin-left:auto;margin-right:auto;max-width:460px}}.how-to-card{align-items:center;background:radial-gradient(120% 70% at 50% 122%,rgba(50,110,255,.42) 0,rgba(11,20,48,0) 62%),linear-gradient(180deg,#0e1838,#0a1330);border:1px solid rgba(120,160,255,.18);border-radius:22px;box-shadow:0 22px 50px rgba(0,0,0,.42),inset 0 1px 0 hsla(0,0%,100%,.04);display:flex;flex-direction:column;gap:14px;overflow:hidden;padding:30px 26px 0;position:relative;text-align:center;transition:transform .25s ease,box-shadow .25s ease,border-color .25s ease}.how-to-card:hover{border-color:rgba(90,150,255,.6);box-shadow:0 26px 56px rgba(0,0,0,.45),0 14px 44px rgba(45,111,255,.24),inset 0 1px 0 hsla(0,0%,100%,.05);transform:translateY(-6px)}.how-to-card__step{align-items:center;background:linear-gradient(180deg,#5aa2ff,#2f6bff);border-radius:999px;box-shadow:0 6px 16px rgba(47,107,255,.5);color:#fff;display:inline-flex;font-family:var(--gs-font-display);font-size:16px;font-weight:700;height:32px;justify-content:center;line-height:1;min-width:42px;padding:0 14px}.how-to-card__title{color:#eaf1ff;font-size:20px;font-weight:600;line-height:1.25}.how-to-card__text,.how-to-card__title{font-family:var(--gs-font-body);margin:0}.how-to-card__text{color:rgba(216,226,250,.86);font-size:16px;font-weight:400;line-height:1.5}.how-to-card__img{display:block;height:auto;margin:auto -26px 0;max-width:none;width:calc(100% + 52px)}.features--benefits .features__grid{gap:10px}.features--benefits .feature{padding:30px 26px}.features--benefits .feature__title{font-family:var(--gs-font-body);font-size:20px;font-weight:600;line-height:1.25}.features--benefits .feature p{font-size:16px;font-weight:400;line-height:1.5}@media (max-width:600px){.features--benefits .features__grid{gap:10px;grid-template-columns:1fr}.features--benefits .feature{align-items:center;-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:auto 1fr;padding:18px;text-align:left}.features--benefits .feature img{align-self:center;grid-column:1;grid-row:1/3;height:52px;margin:0;width:52px}.features--benefits .feature__title{font-size:18px;grid-column:2;grid-row:1;margin:0 0 4px}.features--benefits .feature p{font-size:15px;grid-column:2;grid-row:2}}.seo-article__list{display:grid;gap:10px;grid-template-columns:repeat(2,1fr);list-style:none;margin:16px 0 0;padding:0}@media screen and (max-width:640px){.seo-article__list{grid-template-columns:1fr}}.seo-article__list li{align-items:center;background:rgba(20,32,66,.55);border:1px solid rgba(120,160,255,.16);border-radius:12px;color:rgba(216,226,250,.86);display:flex;font-family:var(--gs-font-body);font-size:16px;font-weight:400;gap:12px;line-height:1.5;margin:0;padding:14px 16px;transition:border-color .2s ease,background .2s ease,box-shadow .2s ease}.seo-article__list li:hover{background:rgba(30,46,86,.7);border-color:rgba(90,150,255,.6);box-shadow:0 8px 22px rgba(45,111,255,.16)}.comparison__description,.seo-article__intro,.seo-article__section p{font-size:16px;line-height:1.5}#faq .faq-question{background:var(--gs-surface);border:1px solid var(--gs-border);box-shadow:none;color:#eaf1ff;transition:border-color .2s ease,background .2s ease}#faq .faq-question:hover{background:rgba(22,34,70,.7);border-color:rgba(90,150,255,.5);filter:none}#faq .faq-item[open] .faq-question{border-color:rgba(90,150,255,.4) rgba(90,150,255,.4) transparent;border-radius:10px 10px 0 0}.faq-container h2.text-center{text-align:center}#faq .faq-question{font-size:20px}#faq .faq-answer-body{font-size:16px;font-weight:400}#faq{margin-left:auto;margin-right:auto;max-width:860px}#faq .faq-question{padding:20px 26px}#faq .faq-answer-body{padding:4px 26px 22px}#faq .faq-item{margin:10px 0}#faq .faq-item:first-child{margin-top:0}@media (max-width:600px){#faq .faq-question{font-size:17px;line-height:1.3;padding:15px 18px}#faq .faq-answer-body{font-size:15px;line-height:1.55;padding:2px 18px 18px}}.cta-block__inner{background:radial-gradient(120% 150% at 50% -10%,rgba(56,116,255,.32),rgba(8,15,38,0) 60%),linear-gradient(180deg,#0f1a3c,#0a1330);border:1px solid rgba(120,160,255,.22);border-radius:24px;box-shadow:0 28px 70px rgba(0,0,0,.45),inset 0 1px 0 rgba(160,190,255,.08);overflow:hidden;padding:64px 32px;position:relative;text-align:center}.cta-block__inner:after{background:radial-gradient(50% 50% at 50% 50%,rgba(70,130,255,.4),rgba(70,130,255,0) 70%);bottom:-55%;content:"";filter:blur(20px);height:90%;left:50%;pointer-events:none;position:absolute;transform:translateX(-50%);width:80%}.cta-block__title{color:#fff;font-family:var(--gs-font-display);font-size:30px;font-weight:700;line-height:1.2;margin:0;position:relative}.cta-block__text{color:rgba(216,226,250,.86);font-weight:400;line-height:1.6;margin:16px auto 0;max-width:560px}.cta-block__btn,.cta-block__text{font-family:var(--gs-font-body);font-size:16px;position:relative}.cta-block__btn{align-items:center;background:var(--gs-grad-cta);border:0;border-radius:14px;box-shadow:0 10px 26px rgba(47,107,255,.5);color:#fff;cursor:pointer;display:inline-flex;font-weight:600;height:56px;justify-content:center;margin-top:30px;padding:0 40px;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.cta-block__btn:hover{box-shadow:0 14px 34px rgba(70,140,255,.62);filter:brightness(1.08);transform:translateY(-2px)}.cta-block__btn:active{transform:translateY(0)}@media (max-width:600px){.cta-block__inner{border-radius:20px;padding:48px 22px}.cta-block__title{font-size:24px}.cta-block__btn{width:100%}}.comparison__feature{font-weight:400}.comparison__na{color:hsla(0,0%,100%,.32);font-size:22px;line-height:1}@media (max-width:768px){.comparison__table{min-width:0;table-layout:fixed;width:100%}.comparison__feature-head{width:40%}.comparison__brand{font-size:14px;width:20%}.comparison__table td,.comparison__table th{padding-left:8px;padding-right:8px}}.metrics__label{font-size:16px}.testimonials__star{color:hsla(0,0%,100%,.16)}.seo-article__list li:before{background:no-repeat 50%/contain url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none'%3E%3Ccircle cx='12' cy='12' r='11' fill='%233b82f6'/%3E%3Cpath d='m7 12.5 3.2 3.2L17 9' stroke='%23fff' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");content:"";flex-shrink:0;height:20px;width:20px}.seo-article__list li::marker{content:none}.comparison,.cta-block,.faq-container,.features,.how-to-download,.related-tools,.seo-article,.social-proof,footer{margin-top:110px}.comparison__title,.faq-container h2.text-center,.features h2,.how-to-download__heading,.related-tools__title,.seo-article__headline,.social-proof__title{margin:0 0 34px}@media (max-width:600px){.comparison,.cta-block,.faq-container,.features,.how-to-download,.related-tools,.seo-article,.social-proof,footer{margin-top:60px}.comparison__title,.faq-container h2.text-center,.features h2,.how-to-download__heading,.related-tools__title,.seo-article__headline,.social-proof__title{margin:0 0 26px}}.header__mobile-menu:after{background:no-repeat 50%/contain url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='28' height='20' fill='none'%3E%3Cpath d='M3 4h22M3 10h22M3 16h22' stroke='%23fff' stroke-width='2.4' stroke-linecap='round'/%3E%3C/svg%3E");height:20px;width:28px}@media screen and (max-width:999px){.search,.search-form input{width:100%}.search-form button,.search-form__button{height:56px;margin-left:0;margin-top:10px;max-width:500px;width:100%}.form-button-description{display:inline}.form-button-img{display:none}.header:after{animation-name:gsBottomGlowMobile}}@keyframes gsBottomGlowMobile{0%{background-position:35% 100%;background-size:82% 58%}50%{background-position:65% 100%;background-size:96% 72%}to{background-position:35% 100%;background-size:82% 58%}}footer{border-top:1px solid var(--gs-border);margin-top:80px;padding:48px 0 36px}.footer-container{margin-left:auto;margin-right:auto;max-width:970px;padding-left:.75rem;padding-right:.75rem}@media (min-width:1600px){.footer-container{max-width:1260px}}.footer-group a{align-items:center;display:flex;font-family:var(--gs-font-body);font-size:15px;font-weight:400;line-height:1.4;margin-bottom:2px;min-height:36px;transition:color .18s ease}@media (min-width:1600px){.footer-group a{font-size:15px;line-height:1.4}}.footer-container>div:last-child{border-top:1px solid var(--gs-border);margin-top:22px;padding-top:24px;width:100%}.copyright{font-family:var(--gs-font-body);font-size:13px;line-height:1.4;margin:0;opacity:1}@media (min-width:1600px){.copyright{font-size:13px;line-height:1.4}}@media (max-width:991px){footer{margin-top:64px;padding:36px 0 28px}.footer-group{margin-bottom:14px}}@media (max-width:768px){.container,.footer-container,.header .search-form,.header__nav,.header__title,.value-pills{padding-left:16px;padding-right:16px}}.mobile-menu{display:none}@media (max-width:1000px){.mobile-menu{-webkit-overflow-scrolling:touch;background:radial-gradient(90% 42% at 50% 100%,rgba(56,116,255,.22),rgba(7,13,32,0) 70%),var(--gs-bg);display:block;height:100dvh;inset:0;opacity:0;overflow-y:auto;overscroll-behavior:contain;position:fixed;transform:translateY(-8px);transition:opacity .28s ease,transform .28s ease,visibility .28s ease;visibility:hidden;width:100%;z-index:1000}.mobile-menu.is-open{opacity:1;transform:none;visibility:visible}.mobile-menu__topbar{display:flex;justify-content:flex-end;padding:12px 12px 4px}.mobile-menu__close{background:transparent;border:0;border-radius:10px;cursor:pointer;display:inline-flex;height:44px;position:relative;width:44px}.mobile-menu__close:after,.mobile-menu__close:before{background:#fff;border-radius:2px;content:"";height:2px;left:50%;position:absolute;top:50%;width:22px}.mobile-menu__close:before{transform:translate(-50%,-50%) rotate(45deg)}.mobile-menu__close:after{transform:translate(-50%,-50%) rotate(-45deg)}.mobile-menu__nav{padding:0 16px env(safe-area-inset-bottom,24px)}.mobile-menu__list{list-style:none;margin:0;padding:4px 0 32px}.mobile-menu__list>li{width:100%}.mobile-menu__link{align-items:center;background:transparent;border:0;border-bottom:1px solid rgba(120,160,255,.1);box-sizing:border-box;color:#fff;cursor:pointer;display:flex;font-family:var(--gs-font-body);font-size:17px;font-weight:400;gap:12px;justify-content:space-between;line-height:1.3;min-height:64px;padding:6px 0;text-align:left;text-decoration:none;transition:color .18s ease;width:100%}.mobile-menu__link:active{color:var(--gs-blue)}.mobile-menu__lang-current{align-items:center;display:inline-flex;gap:10px}.mobile-menu__lang-current svg{flex-shrink:0;opacity:.8}.mobile-menu__chevron{flex-shrink:0;opacity:.7;transition:transform .25s ease}.mobile-menu__lang.is-open .mobile-menu__chevron{transform:rotate(180deg)}.mobile-menu__lang-list{list-style:none;margin:0;max-height:0;overflow:hidden;padding:0;transition:max-height .3s ease}.mobile-menu__lang.is-open .mobile-menu__lang-list{max-height:720px}.mobile-menu__lang-item{align-items:center;border-bottom:1px solid rgba(120,160,255,.06);color:rgba(216,226,250,.86);display:flex;font-family:var(--gs-font-body);font-size:16px;min-height:42px;padding:4px 0 4px 28px;text-decoration:none;transition:color .18s ease}.mobile-menu__lang-item:active{color:var(--gs-blue)}.mobile-menu__lang-item.is-current{color:var(--gs-blue);font-weight:600}}body.menu-open{overflow:hidden}.search-form__field{display:flex;max-width:480px;position:relative;width:100%}.search-form{position:relative}.search-suggestions{left:0;position:absolute;top:calc(100% + 10px);width:100%;z-index:10}.search-form__field .search-form__input{max-width:none;padding-right:52px;width:100%}.search-form__clipboard{align-items:center;display:flex;position:absolute;right:8px;top:50%;transform:translateY(-50%);z-index:3}.search-form__clipboard button{align-items:center;background:hsla(0,0%,100%,.06);border:1px solid rgba(180,205,255,.18);border-radius:9px;box-shadow:none;color:rgba(210,224,255,.8);cursor:pointer;display:flex;height:34px;justify-content:center;margin:0;max-width:none;min-width:0;padding:0;position:relative;transition:background .18s ease,border-color .18s ease,color .18s ease;width:34px}.search-form__clipboard button:hover{background:hsla(0,0%,100%,.12);border-color:rgba(180,205,255,.4);box-shadow:none;color:#fff;filter:none}.search-form__clipboard button:active{transform:translateY(1px)}.search-form__clipboard svg{flex-shrink:0}.search-form__clipboard button:after{background:#0c1530;border:1px solid var(--gs-border);border-radius:7px;bottom:calc(100% + 8px);color:#eaf1ff;content:attr(data-tip);font-family:var(--gs-font-body);font-size:12px;line-height:1.3;opacity:0;padding:4px 9px;pointer-events:none;position:absolute;right:0;transform:translateY(3px);transition:opacity .16s ease,transform .16s ease;white-space:nowrap}.search-form__clipboard button:hover:after{opacity:1;transform:translateY(0)}@media (hover:none){.search-form__clipboard button:after{display:none}}.footer-brand{margin-bottom:30px;width:100%}.footer-brand__logo{align-items:center;display:inline-flex;transition:opacity .18s ease;width:auto}.footer-brand__logo:hover{opacity:.85}.footer-brand__logo img{display:block;height:auto;width:165px}.footer-brand__tagline{color:rgba(200,214,245,.58);font-family:var(--gs-font-body);font-size:14px;line-height:1.55;margin:14px 0 0;max-width:460px}@media (max-width:991px){.footer-brand{margin-bottom:24px}}.header__title{box-sizing:border-box;margin-left:auto;margin-right:auto;max-width:970px}@media screen and (min-width:1600px){.header__title{max-width:1260px}}.limitations{align-items:start;background:radial-gradient(140% 130% at 0 0,rgba(245,175,70,.1),rgba(245,175,70,0) 55%),var(--gs-surface);border:1px solid rgba(245,175,70,.3);border-radius:16px;-moz-column-gap:16px;column-gap:16px;display:grid;grid-template-columns:auto 1fr;margin-top:110px;padding:26px 28px}.limitations__icon{align-self:start;grid-column:1;grid-row:1/3;height:30px;margin:2px 0 0;position:static;right:auto;top:auto;width:30px}.limitations__title{color:#fff;font-size:18px;font-weight:600;grid-row:1;line-height:1.3;margin:0 0 6px}.limitations__text,.limitations__title{font-family:var(--gs-font-body);grid-column:2}.limitations__text{color:rgba(216,226,250,.86);font-size:16px;font-weight:400;grid-row:2;line-height:1.55;margin:0}@media (max-width:600px){.limitations{-moz-column-gap:12px;column-gap:12px;margin-top:60px;padding:20px}}.features--tiles .feature img{filter:drop-shadow(0 8px 18px rgba(45,111,255,.32));height:76px;width:76px}@media screen and (min-width:768px){.features--tiles .features__grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:600px){.features--tiles .feature{align-items:center;-moz-column-gap:14px;column-gap:14px;padding:18px 16px;row-gap:8px}.features--tiles .feature img{align-self:center;grid-column:1;grid-row:1;height:58px;width:58px}.features--tiles .feature__title{align-self:center;grid-column:2;grid-row:1;margin:0}.features--tiles .feature p{grid-column:1/3;grid-row:2;margin:0}}.privacy-policy,.terms-of-use{margin:48px auto 80px;max-width:800px}.privacy-policy>h2,.terms-of-use>h2{color:#eaf1ff;font-family:var(--gs-font-display);font-size:34px;font-weight:600;line-height:1.2;margin:0 0 10px}.privacy-policy>h2:after,.terms-of-use>h2:after{background:var(--gs-grad-cool,linear-gradient(90deg,#5a96ff,#3b67ec));border-radius:999px;content:"";display:block;height:4px;margin-top:16px;width:64px}.privacy-policy-text,.terms-of-use-text{color:rgba(216,226,250,.88);font-family:var(--gs-font-body);font-size:16px;font-weight:400;line-height:1.75;margin-top:28px}.privacy-policy-text p,.terms-of-use-text p{margin:0 0 18px}.privacy-policy-text p>b:first-child,.terms-of-use-text p>b:first-child{color:#fff;display:block;font-family:var(--gs-font-display);font-size:20px;font-weight:600;line-height:1.3;margin:36px 0 8px}.privacy-policy-text ul,.terms-of-use-text ul{margin:0 0 18px;padding-left:22px}.privacy-policy-text li,.terms-of-use-text li{margin:0 0 8px}.privacy-policy-text li::marker,.terms-of-use-text li::marker{color:var(--gs-blue,#5a96ff)}@media (max-width:768px){.privacy-policy,.terms-of-use{margin:28px auto 56px}.privacy-policy>h2,.terms-of-use>h2{font-size:26px}.privacy-policy-text p>b:first-child,.terms-of-use-text p>b:first-child{font-size:18px;margin-top:30px}}.contact{margin:48px auto 80px;max-width:720px;text-align:center}.contact>h2{color:#eaf1ff;font-family:var(--gs-font-display);font-size:34px;font-weight:600;line-height:1.2;margin:0 0 10px}.contact>h2:after{background:var(--gs-grad-cool,linear-gradient(90deg,#5a96ff,#3b67ec));border-radius:999px;content:"";display:block;height:4px;margin:16px auto 0;width:64px}.contact__text{color:rgba(216,226,250,.88);font-family:var(--gs-font-body);font-size:17px;line-height:1.7;margin:28px auto 0;max-width:560px}.contact__emails{display:flex;flex-wrap:wrap;gap:16px;justify-content:center;margin-top:32px}.contact__email{align-items:center;background:var(--gs-surface);border:1px solid var(--gs-border);border-radius:14px;box-shadow:0 10px 30px rgba(0,0,0,.35);color:#eaf1ff;display:inline-flex;font-family:var(--gs-font-body);font-size:17px;font-weight:500;gap:12px;padding:16px 22px;text-decoration:none;transition:transform .2s ease,border-color .2s ease,box-shadow .2s ease}.contact__email:hover{border-color:rgba(90,150,255,.6);box-shadow:0 16px 36px rgba(45,111,255,.24);transform:translateY(-3px)}.contact__email-icon{align-items:center;background:rgba(90,150,255,.16);border-radius:10px;color:#7aa7ff;display:inline-flex;flex-shrink:0;height:40px;justify-content:center;width:40px}.contact__email-addr{color:#eaf1ff}@media (max-width:600px){.contact{margin:28px auto 56px}.contact>h2{font-size:26px}.contact__emails{align-items:stretch;flex-direction:column}.contact__email{justify-content:flex-start}}.api-faq{margin:48px auto 80px;max-width:800px}.api-faq>h2{color:#eaf1ff;font-family:var(--gs-font-display);font-size:34px;font-weight:600;line-height:1.2;margin:0 0 10px}.api-faq>h2:after{background:var(--gs-grad-cool,linear-gradient(90deg,#5a96ff,#3b67ec));border-radius:999px;content:"";display:block;height:4px;margin-top:16px;width:64px}.api-faq__text{color:rgba(216,226,250,.88);font-family:var(--gs-font-body);font-size:16px;font-weight:400;line-height:1.75;margin-top:28px}.api-faq__text p{margin:0 0 18px}.api-faq__text ul{margin:0 0 18px;padding-left:22px}.api-faq__text li{margin:0 0 8px}.api-faq__text li::marker{color:var(--gs-blue,#5a96ff)}.api-faq__text a{color:#7aa7ff;font-weight:500;text-decoration:underline;text-underline-offset:3px}.api-faq__text a:hover{color:#a9c6ff}@media (max-width:768px){.api-faq{margin:28px auto 56px}.api-faq>h2{font-size:26px}}.error-404{box-sizing:border-box;margin:24px auto 8px;max-width:640px;padding:0 16px;text-align:center}.error-404__code{background:var(--gs-grad-cool,linear-gradient(90deg,#5a96ff,#3b67ec));-webkit-background-clip:text;background-clip:text;color:transparent;font-family:var(--gs-font-display);font-size:124px;font-weight:800;letter-spacing:2px;line-height:1;margin:0}.error-404__title{color:#eaf1ff;font-family:var(--gs-font-display);font-size:34px;font-weight:600;line-height:1.2;margin:18px 0 0}.error-404__text{color:rgba(216,226,250,.86);font-family:var(--gs-font-body);font-size:17px;line-height:1.7;margin:16px auto 0;max-width:460px}.error-404__actions{margin-top:32px}.error-404__btn{background:var(--gs-grad-cool,linear-gradient(90deg,#5a96ff,#3b67ec));border-radius:12px;box-shadow:0 10px 28px rgba(45,111,255,.35);color:#fff;display:inline-block;font-family:var(--gs-font-body);font-size:16px;font-weight:600;padding:14px 30px;text-decoration:none;transition:transform .2s ease,box-shadow .2s ease}.error-404__btn:hover{box-shadow:0 16px 36px rgba(45,111,255,.45);transform:translateY(-2px)}@media (max-width:600px){.error-404{margin:48px auto 72px}.error-404__code{font-size:88px}.error-404__title{font-size:26px}}
