.feature-card{min-height:228px;padding:24px 28px;box-sizing:border-box;border-radius:10px;position:relative;border:1px solid #d1d4db;display:flex;flex-direction:column;text-decoration:none;color:#171a22;height:100%}.feature-card:hover{outline:none;border-color:rgba(0,0,0,0);box-shadow:5px 5px 25px rgba(137,141,154,.3);cursor:pointer}.feature-card:hover .feature-card__title,.feature-card:hover .feature-card__footer-link{color:#ff642d}.feature-card:hover .feature-card__title:hover,.feature-card:hover .feature-card__footer-link:hover{color:#c33909}.feature-card:focus-visible{outline:none;box-shadow:0px 0px 0px 3px rgba(0,143,248,.5019607843)}@media(prefers-reduced-motion: no-preference){.feature-card{transition:all .2s ease-in-out}}.feature-card__title{align-self:flex-start;margin-bottom:12px;font-size:22px;line-height:1.3}@media(prefers-reduced-motion: no-preference){.feature-card__title{transition:color .2s ease-in-out}}.feature-card__text{font-size:14px;margin-bottom:32px}.feature-card__count{display:block;padding:5px 10px 7px;background-color:#f6f7f8;border-radius:6px;align-self:flex-start;font-size:14px;line-height:17px}.feature-card__footer{margin-top:auto;display:flex;align-items:center;justify-content:space-between}.feature-card__footer-link{color:#575c66}@media(prefers-reduced-motion: no-preference){.feature-card__footer-link{transition:color .2s ease-in-out}}.hero{padding-top:56px;position:relative;z-index:0}@media screen and (min-width: 600px){.hero{padding-top:80px}}@media screen and (min-width: 768px){.hero{padding-top:67px;display:flex;justify-content:space-between}}@media screen and (min-width: 992px){.hero{padding-top:100px}}.hero__illustration{height:260px;width:260px;position:absolute;top:-54px;right:-90px;z-index:-1}@media screen and (min-width: 600px){.hero__illustration{height:322px;width:248px;top:-52px;right:0}}@media screen and (min-width: 768px){.hero__illustration{width:334px;height:332px;top:60px;right:40px}}@media screen and (min-width: 992px){.hero__illustration{width:420px;height:416px;top:48px;right:48px}}.hero__illustration .hero__parallax,.hero__illustration .hero__img{display:none}@media screen and (min-width: 768px){.hero__illustration .hero__parallax,.hero__illustration .hero__img{display:block;max-width:100%;height:auto}}.hero__illustration .hero__parallax{position:absolute;top:8px;left:2px}.hero__illustration:after{content:"";display:block;width:100%;height:100%;background:url(/features/static/images/top_shape.b5fb5c28d1b175bd6485.svg) no-repeat;background-size:contain;position:absolute;top:0;left:0;z-index:-1}@media screen and (min-width: 768px){.hero__illustration:after{background:url(/features/static/images/arrow_bg.fb1c17ac0cfacbc1a377.svg) no-repeat;background-size:contain}}@media screen and (prefers-reduced-motion: no-preference)and (min-width: 768px){.animated .hero__parallax{transform:scale(0);transition:transform .7s}.animated .hero__img{transform:scale(0)}.animated .hero__illustration:after{transform:scale(0)}}@media screen and (prefers-reduced-motion: no-preference)and (min-width: 768px){.animate .hero__parallax{transform:scale(1) translate(-2px, -8px)}.animate .hero__img{animation:bounce .7s forwards}.animate .hero__illustration:after{animation:rotate-and-bounce .7s forwards}}.floating.visible{animation:float 8s linear .2s}@keyframes float{0%{transform:rotate(0deg) translate(-2px, -8px) rotate(0deg)}100%{transform:rotate(360deg) translate(-2px, -8px) rotate(-360deg)}}@keyframes bounce{0%{transform:scale(0)}65%{transform:scale(1.05)}100%{transform:scale(1)}}@keyframes rotate-and-bounce{0%{transform:scale(1) rotate(35deg)}65%{transform:scale(1.05)}100%{transform:scale(1) rotate(0deg)}}.hero__content{max-width:432px}@media screen and (min-width: 600px){.hero__content{max-width:568px}}@media screen and (min-width: 768px){.hero__content{max-width:50%}}@media screen and (min-width: 992px){.hero__content{max-width:47%}.hero__content .subtitle{max-width:450px}}.interests{padding-top:70px}@media screen and (min-width: 600px){.interests{padding-top:80px}}@media screen and (min-width: 992px){.interests{padding-top:110px}}@media screen and (min-width: 1025px){.interests{padding-top:130px}}.interests__title{font-size:26px}@media screen and (min-width: 600px){.interests__title{font-size:32px}}.tabs{margin:20px 0 28px}@media screen and (max-width: 767px){.tabs{overflow-x:auto;scroll-behavior:smooth}}@media screen and (min-width: 600px){.tabs{margin-bottom:44px}}@media screen and (min-width: 768px){.tabs{margin:24px 0 48px}}@media screen and (max-width: 767px){.tabs{margin-left:-40px;margin-right:-40px;-ms-overflow-style:none;scrollbar-width:none}}@media screen and (max-width: 599px){.tabs{margin-left:-20px;margin-right:-20px}}@media screen and (max-width: 767px){.tabs::-webkit-scrollbar{display:none}}.tabs__list{display:flex;gap:12px;flex-wrap:wrap}@media screen and (max-width: 767px){.tabs__list{flex-wrap:nowrap;padding:4px 40px}.tabs__list:after{content:"";display:block;width:32px;flex-shrink:0}}@media screen and (max-width: 599px){.tabs__list{padding:4px 20px}.tabs__list:after{width:12px}}.tabs__trigger{display:block;font-family:inherit;font-size:17px;line-height:26px;text-decoration:none;color:#171a22;white-space:nowrap;background-color:rgba(0,0,0,0);border:1px solid #d1d4db;padding:7px 27px;box-sizing:border-box;border-radius:20px;cursor:pointer}.tabs__trigger:hover{background-color:#f4f5f9}.tabs__trigger:focus-visible{outline:none;box-shadow:0px 0px 0px 3px rgba(0,143,248,.5019607843)}.tabs__trigger[aria-selected=true]{color:#fff;border-color:#009f81;background-color:#009f81}@media(prefers-reduced-motion: no-preference){.tabs__trigger{transition:.2s ease-in-out}}.tabs__item{display:block}.interests__cards{display:grid;grid-template-rows:auto;gap:24px}@media screen and (min-width: 600px){.interests__cards{gap:32px}}@media screen and (min-width: 768px){.interests__cards{grid-template-columns:repeat(2, 1fr)}}@media screen and (min-width: 992px){.interests__cards{grid-template-columns:repeat(3, 1fr)}}[data-category=seo] .interests__card:not([id^=seo-]),[data-category=content] .interests__card:not([id^=content-]),[data-category=market] .interests__card:not([id^=market-]),[data-category=content] .interests__card:not([id^=content-]),[data-category=advertising] .interests__card:not([id^=advertising-]),[data-category=smm] .interests__card:not([id^=smm-]){display:none}.enterprise-banner{background-clip:border-box;background:url(/features/static/images/enterprise_bg.4cafd0807066f8bf31e1.png) no-repeat calc(100% + 1px) -46px}@media screen and (min-width: 768px){.enterprise-banner{background-position:calc(100% + 30px) -46px}}.enterprise-banner .feature-card__text{max-width:242px}.enterprise-banner .feature-card__footer-link{color:#171a22;font-weight:500;display:flex;align-items:center}.enterprise-banner .feature-card__footer-link:after{content:"";display:inline-block;width:16px;height:16px;margin-left:8px;background-color:currentColor;mask:url(/features/static/images/external_link.9d9103e7c2074f8ac7fa.svg)}.tools{padding-top:70px;padding-bottom:70px}@media screen and (min-width: 600px){.tools{padding-top:80px;padding-bottom:100px}}.tools__title{margin-bottom:24px}@media screen and (min-width: 600px){.tools__title{margin-bottom:48px}}.tools-list__item{font-size:14px}.tools-list__item+.tools-list__item{margin-top:8px}@media screen and (max-width: 599px){.tools-list{padding:20px 24px;border-top:1px solid #e9ebef}.tools-list[aria-hidden=true]{display:none}}.tools-list__link{color:#171a22;text-decoration:none}.tools-list__link:hover{color:#ff642d;outline:none}.tools-list__link:focus-visible{outline:none;box-shadow:0px 0px 0px 3px rgba(0,143,248,.5019607843)}@media(prefers-reduced-motion: no-preference){.tools-list__link{transition:color .2s ease-in-out}}.group__title{display:none}@media screen and (min-width: 600px){.group__title{display:block;margin-bottom:16px}}@media screen and (max-width: 599px){.accordion__trigger{border:none;margin:0;width:100%;overflow:visible;background:rgba(0,0,0,0);color:inherit;font:inherit;text-align:left;font-family:"Inter",sans-serif;font-weight:500;font-size:16px;line-height:150%;padding:20px 76px 20px 24px;position:relative}.accordion__trigger:after{content:"";display:block;height:16px;width:16px;position:absolute;top:24px;right:24px;background:url(/features/static/images/shevron.9d054a82411d1d869137.svg) no-repeat}}@media screen and (max-width: 599px)and (prefers-reduced-motion: no-preference){.accordion__trigger:after{transition:transform .2s ease-in-out}}@media screen and (max-width: 599px){.accordion__trigger[aria-expanded=false]:after{transform:rotate(-90deg)}.accordion__trigger:focus-visible{outline:none;box-shadow:0px 0px 0px 3px rgba(0,143,248,.5019607843)}}@media screen and (min-width: 600px){.accordion__trigger{display:none}}@media screen and (max-width: 599px){.tools__wrap+.tools__wrap{border-top:1px solid #e9ebef}}@media screen and (min-width: 600px){.tools__wrap--wide{grid-column:1/-1}.tools__wrap--wide .tools-list{column-count:3;column-gap:32px}}@media screen and (min-width: 992px){.tools__wrap--wide{grid-column:1/-2}.tools__wrap--wide .tools-list{height:196px;column-fill:auto}}@media screen and (max-width: 599px){.tools__grid{border:1px solid #e9ebef;border-radius:10px}}@media screen and (min-width: 600px){.tools__grid{display:grid;grid-template-columns:repeat(3, 1fr);grid-template-rows:auto;gap:64px 32px;margin-top:48px}}@media screen and (min-width: 992px){.tools__grid{grid-template-columns:repeat(4, 1fr)}}

/*# sourceMappingURL=index.d6bcee885ab652418f1b.css.map*/