@charset "UTF-8";:root{--brand-yellow:#ffce1f;--brand-dark-blue:#131a58;--brand-blue:#1780ff;--gray:#f4f7fa;--white:#fff;--light-blue:#cce3ff;--bg-light-blue:#f5f9ff;--color-text:#596573;--button-gray:#eaeaea;--dark-blog:#2f3338;--light-gray-stroke:#b4b7ba;--header-bg-color:rgba(244,247,250,.9);--header-border-color:#e0e0e0;--header-box-shadow:0 7px 32px hsla(0,0%,76%,.4);--gradient2:linear-gradient(68.66deg,#13152b,#151b50 50.02%,#1c2365);--gradient3:linear-gradient(68.66deg,#13152b,#001291 50.02%,#036ceb);--light-blue-gradient:linear-gradient(83.09deg,#1780ff,#2b94ff);--light-blue-hover-gradient:linear-gradient(83.09deg,#2b94ff,#3fa8ff);--block-blue-shadow:0px -24px 40px rgba(23,128,255,.08);--block-gray-shadow:-50px 50px 60px rgba(19,26,88,.04);--btn-blue-transparent-shadow:0px 12px 64px rgba(23,128,255,0);--btn-blue-hover-shadow:0px 12px 64px rgba(23,128,255,.24);--radius24:24px;--radius8:8px;--radius16:16px;--transition-fast:.3s}*,:after,:before{margin:0;padding:0;box-sizing:border-box;font-family:Mulish,sans-serif}body,html{min-height:100vh;display:grid;grid-template-areas:"a" "b" "c";grid-template-rows:auto;background-color:var(--bg-light-blue)}html{scroll-behavior:smooth}body{overflow-x:hidden}@media (min-width:1200px){body{background-image:url(/assets/icons/page-bg-stripes.svg);background-size:100%;background-position:top;background-repeat:repeat-y}}a{outline:none;text-decoration:none;line-height:1.2;font-weight:400}img{max-width:100%;width:auto;height:auto;display:inline-block;vertical-align:middle}button{border:none;cursor:pointer}button,input{outline:none}input::-webkit-inner-spin-button,input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}li,ul{list-style:none}.container{width:100%;max-width:1280px;margin:0 auto;padding:0 20px}.h1,h1{margin-bottom:8px;font-weight:800;font-size:56px;line-height:70px;letter-spacing:-.04em;position:relative;background-image:var(--gradient3);background-size:100%;background-position:50%;background-repeat:no-repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}@media (min-width:1200px){.h1,h1{margin-bottom:16px;font-size:104px;line-height:100%}}.h2,h2{margin-bottom:8px;font-weight:800;font-size:48px;line-height:60px;background-image:var(--gradient3);background-size:100%;background-position:50%;background-repeat:no-repeat;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;position:relative}.h2:after,h2:after{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);height:84px;width:335px;opacity:.6;border:7px solid var(--brand-blue);filter:blur(40px)}@media (min-width:1024px){.h2:after,h2:after{width:455px;filter:blur(60)}}@media (min-width:1200px){.h2,h2{margin-bottom:16px}}.text-in-card{font-weight:400;font-size:14px;line-height:150%;color:var(--brand-dark-blue)}.text{font-size:18px;font-weight:500;line-height:1.5;color:var(--color-text)}.highlight-text{display:inline-block;font:inherit;font-weight:700;color:var(--brand-dark-blue);position:relative}.highlight-text:after{content:"";position:absolute;top:calc(100% - 2px);left:0;width:100%;height:13px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='104' height='15' viewBox='0 0 104 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 4.64C14.389 2.737 52.635-.498 102.509 1.785M21.484 8.627c9.397-1.359 37.28-3.67 73.64-2.039M6.713 14c12.251-1.813 48.605-4.894 96.013-2.719' stroke='%23FFCE1F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-size:contain;background-position:top;background-repeat:no-repeat}.btn{display:inline-flex;align-items:center;gap:8px;padding:12px 24px;font-weight:600;font-size:14px;line-height:18px;letter-spacing:-.02em;color:var(--white);border-radius:var(--radius16);box-shadow:var(--btn-blue-transparent-shadow);background-color:var(--brand-blue);transition:box-shadow var(--transition-fast);position:relative;overflow:hidden}.btn:after,.btn:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:100%;background-position:50%;background-repeat:no-repeat;transition:opacity var(--transition-fast) linear;z-index:0;pointer-events:none}.btn:before{background-image:var(--light-blue-gradient);opacity:1}.btn:after{background-image:var(--light-blue-hover-gradient);opacity:0;transition-delay:.1s}.btn:hover{box-shadow:var(--btn-blue-hover-shadow)}.btn:hover:before{opacity:0}.btn:hover:after{opacity:1}.btn *{position:relative;z-index:3}.btn_bigger{font-weight:700;font-size:18px;line-height:23px}.btn img,.btn svg{flex-shrink:0}.testimonial-box{padding:36px 24px;background-color:var(--white);border-radius:var(--radius24)}@media (min-width:900px){.testimonial-box{padding:32px 24px;max-width:379px}}.testimonial-top{display:grid;grid-template-areas:"d e" "d f";grid-template-columns:64px auto;column-gap:16px;row-gap:8px;margin-bottom:16px}.testimonial-top img{grid-area:d;align-self:center;width:64px;height:64px}.testimonial-name{grid-area:e;align-self:flex-end;font-weight:700;font-size:16px;line-height:20px;color:var(--brand-dark-blue)}.testimonial-name span{font-weight:400;font-size:14px;line-height:18px;color:var(--color-text)}.testimonial-text{font-weight:400;font-size:14px;line-height:150%;color:var(--brand-dark-blue)}.location-badge{grid-area:f;justify-self:flex-start;align-self:flex-start;display:inline-flex;align-items:center;gap:4px;padding:4px 8px;border-radius:var(--radius8);background-color:var(--gray);font-weight:500;font-size:14px;line-height:18px;color:var(--brand-blue)}.location-badge img{flex-shrink:0;width:16px;height:16px}.title-icon{text-align:center;margin-bottom:16px}.title-icon img{width:40px;height:40px}@media (min-width:1024px){.title-icon img{width:48px;height:48px}}.collapsing-icon{display:block;width:32px;height:32px;position:relative;overflow:hidden}.collapsing-icon:after,.collapsing-icon:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:var(--brand-dark-blue);border-radius:3px}.collapsing-icon:before{width:22px;height:3px}.collapsing-icon:after{width:3px;height:22px;opacity:1;transition:all .3s}.ui-state-active .collapsing-icon:after,.ui-state-active .collapsing-icon:before{background-color:var(--brand-blue)}.ui-state-active .collapsing-icon:after{transform:translate(-50%,100%);opacity:0}.ui-accordion-header-icon.ui-icon.ui-icon-triangle-1-s{display:none}.contact-form-label{position:relative}.contact-form-label .error-message{display:none;position:absolute;top:100%;left:0;font-size:12px;font-weight:400;color:tomato}.cookies-wrapper{display:none;position:fixed;bottom:0;left:0;width:100%;padding:15px 0;background-color:var(--brand-dark-blue);z-index:5}.cookies-wrapper.accepted{display:block}.cookies-wrapper .container{display:flex;align-items:center;justify-content:center;gap:24px}.cookies-text{color:var(--white);font-size:14px;font-weight:400;line-height:150%}.cookies-button{flex-shrink:0}.cookies-button__accept{color:var(--white);background:none;padding:10px 16px;border:2px solid var(--white);border-radius:10px;font-size:14px;transition:.3s}.cookies-button__accept:hover{color:var(--brand-dark-blue);background-color:var(--white)}.header{position:fixed;top:24px;left:0;width:100%;height:auto;transition:top var(--transition-fast);z-index:5}.header_scrolled{top:12px}@media (min-width:900px){.header{top:32px}.header_scrolled{top:12px}}.header-wrapper{display:grid;padding:4px;margin:0 auto;max-width:568px;grid-template-areas:"g h i";grid-template-columns:repeat(3,1fr);gap:32px;background-color:var(--header-bg-color);border:1px solid var(--header-border-color);box-shadow:var(--header-box-shadow);backdrop-filter:blur(6px);border-radius:var(--radius16)}@media (min-width:900px){.header-wrapper{grid-template-areas:"h i g";grid-template-columns:repeat(3,auto)}}.header .btn{grid-area:g;align-self:center;justify-self:flex-start;padding:9.5px 16px;font-weight:500;line-height:150%}@media (min-width:900px){.header .btn{justify-self:flex-end}}.header-logo{grid-area:h;align-self:center;justify-self:center;width:40px;height:40px}@media (min-width:900px){.header-logo{justify-self:flex-start}}.header-menu{grid-area:i;align-self:center;justify-self:flex-end;position:relative}.header-menu-btn{display:block;width:40px;height:40px;border-radius:var(--radius16);background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='40' height='40' viewBox='0 0 40 40' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M12 14h16M12 20h16M12 26h16' stroke='%23131A58' stroke-width='2'/%3E%3C/svg%3E");background-size:100%;background-position:50%;background-repeat:no-repeat;background-color:transparent;transition:background-color var(--transition-fast)}@media (min-width:900px){.header-menu-btn{display:none}}.header-menu_open .header-menu-btn{background-color:var(--button-gray)}.header-menu_open .header-nav{max-height:100vh}@media (min-width:900px){.header-menu{justify-self:center}}.header-nav{display:block;position:absolute;top:calc(100% + 8px);right:-25px;width:100vw;height:calc(100vh - 68px);max-height:0;transition:max-height var(--transition-fast);overflow:hidden;padding:0 20px}@media (min-width:608px){.header-nav{width:608px}}@media (min-width:900px){.header-nav{position:static;width:auto;height:auto;padding:0;max-height:unset}}.header-list{padding:24px;background-color:var(--white);border-radius:var(--radius16);max-width:568px;margin:0 auto}@media (min-width:900px){.header-list{display:flex;align-items:center;gap:32px;background-color:unset;padding:0}}.header-item{padding-bottom:24px}.header-item:last-of-type{padding-bottom:0}@media (min-width:900px){.header-item{padding-bottom:0}}.header-link{display:flex;font-weight:500;font-size:14px;line-height:18px;color:var(--dark-blog)}.hero{padding-top:127px}@media (min-width:900px){.hero{position:relative;padding-bottom:60px}}@media (min-width:1024px){.hero{padding-top:155px}}@media (min-width:1200px){.hero{padding-bottom:152px}}@media (min-width:900px){.hero-content{display:flex}}@media (min-width:900px){.hero-main{width:50%}}.hero .text{font-weight:400;margin-bottom:22px;max-width:514px}@media (min-width:1200px){.hero .text{margin-bottom:37px;max-width:555px;font-size:20px;font-weight:500;line-height:1.5;color:var(--color-text)}}.hero-get-started{display:flex;align-items:center;gap:24px;margin-bottom:8px}@media (min-width:1200px){.hero-get-started{margin-bottom:5px}}.hero-caption{margin-bottom:24px;font-weight:500;font-size:14px;line-height:18px;color:var(--light-gray-stroke)}.hero-aside .testimonial-box{margin:-48px 24px 0;position:relative;z-index:1}@media (min-width:900px){.hero-aside{width:45%;margin-left:auto;display:flex;flex-direction:column}.hero-aside .testimonial-box{margin-top:auto;margin-left:0}}@media (min-width:1200px){.hero-aside{margin-left:0;width:50%}.hero-aside .testimonial-box{margin-bottom:-88px}}.hero-testimonial-img{width:100%}@media (min-width:900px){.hero-testimonial-img{display:none}}.hero-section-bg{display:none}@media (min-width:900px){.hero-section-bg{display:inline-block;position:absolute;top:0;right:0;aspect-ratio:605/747;max-height:100%;max-width:45%}}.friend{padding-top:48px}.friend h2{margin-top:16px;margin-bottom:8px;text-align:center}@media (min-width:1024px){.friend h2{margin-bottom:48px}}@media (min-width:1024px){.friend-content{display:grid;align-items:center;grid-template-areas:"j k" "l k";gap:16px;grid-template-columns:1fr 1.3fr}}@media (min-width:1200px){.friend-content{grid-template-columns:repeat(2,1fr);column-gap:106px}}.friend-text{text-align:center;margin:0 auto 24px;max-width:508px}.friend-text .text .highlight-text:first-of-type{position:relative}.friend-text .text .highlight-text:first-of-type:after{content:"";position:absolute;top:calc(100% - 2px);left:0;width:100%;height:13px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='166' height='15' viewBox='0 0 166 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.64C21.881 2.737 83.845-.498 164.648 1.785M33.377 8.627C48.6 7.268 93.773 4.957 152.682 6.588M9.447 14c19.849-1.813 78.747-4.894 155.554-2.719' stroke='%23FFCE1F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-size:contain;background-position:top;background-repeat:no-repeat}.friend-text .text .highlight-text:last-of-type{position:relative}.friend-text .text .highlight-text:last-of-type:after{content:"";position:absolute;top:calc(100% - 2px);left:0;width:100%;height:9px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='257' height='9' viewBox='0 0 257 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 4.636C29.5-.907 175.5.549 255.5 4.592M1 8.227c28.5-5.542 174.5-4.086 254.5-.044' stroke='%23FFCE1F' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");background-size:contain;background-position:top;background-repeat:no-repeat}@media (min-width:1024px){.friend-text{grid-area:j;align-self:flex-end;text-align:left}}.friend-previews{display:flex;flex-wrap:wrap;row-gap:2px;column-gap:10px;max-width:335px;margin:0 auto 24px}@media (min-width:900px){.friend-previews{row-gap:3px;column-gap:18px;max-width:610px;width:100%}}@media (min-width:1024px){.friend-previews{grid-area:k}}.friend-previews__item{width:calc(50% - 5px)}.friend-previews__item img{transition:.2s}.friend-previews__item img:hover{transform:scale(1.1)}.friend-previews__item:first-of-type img{aspect-ratio:132/83;width:132px;height:83px}.friend-previews__item:first-of-type img.move{transform:translate(-10px,-10px)}.friend-previews__item:first-of-type img.scale{transform:translate(-10px,-10px) scale(.9)}.friend-previews__item:nth-of-type(2) img{aspect-ratio:132/104;width:132px;height:104px}.friend-previews__item:nth-of-type(2) img.move{transform:translate(10px,-10px)}.friend-previews__item:nth-of-type(2) img.scale{transform:translate(10px,-10px) scale(.85)}.friend-previews__item:nth-of-type(3){text-align:right}.friend-previews__item:nth-of-type(3) img{aspect-ratio:132/89;width:132px;height:89px}.friend-previews__item:nth-of-type(3) img.move{transform:translate(-10px,10px)}.friend-previews__item:nth-of-type(3) img.scale{transform:translate(-10px,10px) scale(.9)}.friend-previews__item:nth-of-type(4){text-align:right}.friend-previews__item:nth-of-type(4) img{margin-top:7px;aspect-ratio:132/76;width:132px;height:83px}.friend-previews__item:nth-of-type(4) img.move{transform:translate(10px,10px)}.friend-previews__item:nth-of-type(4) img.scale{transform:translate(10px,10px) scale(.95)}@media (min-width:900px){.friend-previews__item{width:calc(50% - 9px)}.friend-previews__item:first-of-type img{width:241px;height:152px}.friend-previews__item:nth-of-type(2) img{width:241px;height:191px}.friend-previews__item:nth-of-type(3){text-align:right}.friend-previews__item:nth-of-type(3) img{width:241px;height:162px}.friend-previews__item:nth-of-type(4){text-align:right}.friend-previews__item:nth-of-type(4) img{margin-top:12px;width:241px;height:138px}}.friend-caption{padding:16px;margin:0 auto;max-width:508px;border-radius:var(--radius24);background-image:var(--gradient3);background-size:cover;background-position:50%;background-repeat:no-repeat}@media (min-width:1024px){.friend-caption{grid-area:l;align-self:flex-start}}@media (min-width:1200px){.friend-caption{background-image:unset;position:relative}.friend-caption:before{content:"";position:absolute;top:0;right:0;height:100%;width:50vw;border-radius:0 var(--radius24) var(--radius24) 0;background-image:var(--gradient3)}}.friend-caption .text{color:var(--white)}@media (min-width:1200px){.friend-caption .text{position:relative;z-index:3}}.startups{padding-top:45px;padding-bottom:48px;overflow:hidden;width:100vw}@media (min-width:1200px){.startups{padding-bottom:150px}}.startups h2{text-align:center}.startups .subtitle{text-align:center;margin-bottom:24px}.startups-swiper{max-width:710px;margin:0 -20px 24px;padding:0 20px}@media (min-width:700px){.startups-swiper{margin:0 auto 24px;padding:0}}.startups-swiper .swiper-slide{display:flex;flex-direction:column;align-items:center;justify-content:center}.startups-swiper .swiper-slide img{width:152px;height:96px;cursor:pointer}.startups-swiper .swiper-slide span{display:none;margin-top:8px;font-weight:400;font-size:14px;line-height:150%;text-align:center;color:var(--color-text)}.startups-swiper .swiper-slide-thumb-active img{width:182px;height:115px}.startups-swiper .swiper-slide-thumb-active span{display:block}.startups-swiper2 .swiper-slide:first-of-type .startups-slide::after{background-image:url(../assets/startups-section/slider-image-1.png)}.startups-swiper2 .swiper-slide:nth-of-type(2) .startups-slide:after{background-image:url(../assets/startups-section/slider-image-2.png)}.startups-swiper2 .swiper-slide:nth-of-type(3) .startups-slide:after{background-image:url(../assets/startups-section/slider-image-3.png)}.startups-swiper2 .swiper-slide:nth-of-type(4) .startups-slide:after{background-image:url(../assets/startups-section/slider-image-4.png)}.startups-slide{padding:24px;border-radius:var(--radius24);position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:var(--white)}@media (min-width:1024px){.startups-slide{flex-direction:row;justify-content:space-between;align-items:flex-end;gap:16px;min-height:440px}}.startups-slide-content,.startups-slide .testimonial-box{position:relative;z-index:3}@media (min-width:1024px){.startups-slide-content,.startups-slide .testimonial-box{margin-top:auto}}.startups-slide h3{margin-bottom:8px;font-weight:800;font-size:48px;line-height:60px;letter-spacing:-.04em;color:var(--white)}.startups-slide .location-badge{margin-bottom:12px}.startups-slide .caption{margin-bottom:16px;font-weight:500;font-size:14px;line-height:150%;color:var(--white)}.startups-slide .testimonial-box{margin-top:24px}.startups-slide:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(19,26,88,0) 0,rgba(19,26,88,.4));z-index:2;pointer-events:none}@media (min-width:1024px){.startups-slide:before{background:linear-gradient(180deg,rgba(19,26,88,0),rgba(19,26,88,.4))}}.startups-slide:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-size:90%;background-position:center 92px;background-repeat:no-repeat;z-index:1;pointer-events:none}@media (min-width:1024px){.startups-slide:after{background-size:566px auto}}.chat{margin-top:48px;padding:48px 0;background-image:var(--gradient3);background-size:cover;background-position:50%;background-repeat:no-repeat;box-shadow:0 -24px 40px rgba(23,128,255,.08);text-align:center;position:relative}@media (min-width:1024px){.chat{padding:100px 77px}}@media (min-width:1200px){.chat{margin-top:150px;padding:0 20px;background-image:unset;box-shadow:unset}}.chat:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='375' height='800' viewBox='0 0 375 800' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:overlay' opacity='.4' stroke='%23fff' stroke-width='.666'%3E%3Cpath d='M.666 799.168L71.55 687.659a42.653 42.653 0 0 1 38.404-19.704l67.481 3.817c21.292 1.204 40.201-13.503 44.276-34.436l32.847-168.748a42.656 42.656 0 0 1 20.4-28.708l78.037-45.452c17.719-10.321 25.587-31.79 18.731-51.116l-39.521-111.421a42.65 42.65 0 0 1 6.061-39.83l53.944-72.014'/%3E%3Cpath d='M.666 759.513L71.55 648.004a42.655 42.655 0 0 1 38.404-19.703l67.481 3.816c21.292 1.204 40.201-13.502 44.276-34.435l32.847-168.749a42.654 42.654 0 0 1 20.4-28.707l78.037-45.453c17.719-10.32 25.587-31.789 18.731-51.116l-39.521-111.42a42.652 42.652 0 0 1 6.061-39.831l53.944-72.013'/%3E%3Cpath d='M.666 719.859L71.55 608.35a42.653 42.653 0 0 1 38.404-19.703l67.481 3.816c21.292 1.204 40.201-13.502 44.276-34.435l32.847-168.749a42.654 42.654 0 0 1 20.4-28.707l78.037-45.453c17.719-10.32 25.587-31.79 18.731-51.116l-39.521-111.42a42.652 42.652 0 0 1 6.061-39.831l53.944-72.013'/%3E%3Cpath d='M.666 680.205L71.55 568.696a42.653 42.653 0 0 1 38.404-19.704l67.481 3.817c21.292 1.204 40.201-13.503 44.276-34.436l32.847-168.748a42.656 42.656 0 0 1 20.4-28.708l78.037-45.452c17.719-10.321 25.587-31.79 18.731-51.116l-39.521-111.421a42.65 42.65 0 0 1 6.061-39.83L392.21 1.084'/%3E%3C/g%3E%3C/svg%3E");background-size:contain;background-position:100%;background-repeat:no-repeat;mix-blend-mode:overlay}@media (min-width:1024px){.chat:before{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1240' height='459' viewBox='0 0 1240 459' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:overlay' opacity='.4' stroke='%23fff' stroke-width='1.754'%3E%3Cpath d='M-473.102 329.225l346.909-22.88c40.563-2.675 79.402 16.793 101.53 50.894l96.805 149.182c30.544 47.071 91.16 64.348 141.932 40.455l409.284-192.609a112.226 112.226 0 0 1 92.655-1.324l217.802 94.996c49.456 21.571 107.265 4.896 137.635-39.702l175.08-257.111a112.215 112.215 0 0 1 93.97-49.054l236.74 2.559'/%3E%3Cpath d='M-388.924 267.576l346.909-22.88c40.563-2.675 79.402 16.794 101.53 50.895l96.804 149.181c30.545 47.071 91.161 64.349 141.932 40.456l409.285-192.61a112.23 112.23 0 0 1 92.655-1.324l217.799 94.997c49.46 21.57 107.26 4.895 137.63-39.702l175.09-257.112a112.215 112.215 0 0 1 93.97-49.054l236.73 2.56'/%3E%3Cpath d='M-304.746 205.93l346.908-22.88c40.564-2.675 79.402 16.794 101.531 50.894l96.804 149.182c30.545 47.071 91.161 64.348 141.932 40.455l409.284-192.609a112.226 112.226 0 0 1 92.655-1.324l217.802 94.996c49.46 21.571 107.26 4.896 137.63-39.702l175.08-257.111a112.245 112.245 0 0 1 93.98-49.054l236.73 2.56'/%3E%3Cpath d='M-220.566 144.283l346.908-22.88c40.563-2.675 79.402 16.794 101.53 50.895l96.805 149.181c30.544 47.071 91.16 64.349 141.932 40.456l409.284-192.61a112.23 112.23 0 0 1 92.655-1.324l217.802 94.997c49.46 21.57 107.26 4.895 137.63-39.702l175.08-257.112a112.245 112.245 0 0 1 93.98-49.053l236.73 2.559'/%3E%3C/g%3E%3C/svg%3E");background-size:cover}}@media (min-width:1200px){.chat:before{display:none}}.chat .container{position:relative;z-index:3;display:flex;flex-direction:column;gap:40px}@media (min-width:1200px){.chat .container{max-width:1240px;padding:100px 77px;flex-direction:row;align-items:center;justify-content:space-between;text-align:left;background-image:var(--gradient3);background-position:50%;box-shadow:0 -24px 40px rgba(23,128,255,.08);border-radius:var(--radius24);overflow:hidden}}@media (min-width:1200px){.chat .container,.chat .container:before{background-size:cover;background-repeat:no-repeat}.chat .container:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-position:100%;mix-blend-mode:overlay;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='1240' height='459' viewBox='0 0 1240 459' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg style='mix-blend-mode:overlay' opacity='.4' stroke='%23fff' stroke-width='1.754'%3E%3Cpath d='M-473.102 329.225l346.909-22.88c40.563-2.675 79.402 16.793 101.53 50.894l96.805 149.182c30.544 47.071 91.16 64.348 141.932 40.455l409.284-192.609a112.226 112.226 0 0 1 92.655-1.324l217.802 94.996c49.456 21.571 107.265 4.896 137.635-39.702l175.08-257.111a112.215 112.215 0 0 1 93.97-49.054l236.74 2.559'/%3E%3Cpath d='M-388.924 267.576l346.909-22.88c40.563-2.675 79.402 16.794 101.53 50.895l96.804 149.181c30.545 47.071 91.161 64.349 141.932 40.456l409.285-192.61a112.23 112.23 0 0 1 92.655-1.324l217.799 94.997c49.46 21.57 107.26 4.895 137.63-39.702l175.09-257.112a112.215 112.215 0 0 1 93.97-49.054l236.73 2.56'/%3E%3Cpath d='M-304.746 205.93l346.908-22.88c40.564-2.675 79.402 16.794 101.531 50.894l96.804 149.182c30.545 47.071 91.161 64.348 141.932 40.455l409.284-192.609a112.226 112.226 0 0 1 92.655-1.324l217.802 94.996c49.46 21.571 107.26 4.896 137.63-39.702l175.08-257.111a112.245 112.245 0 0 1 93.98-49.054l236.73 2.56'/%3E%3Cpath d='M-220.566 144.283l346.908-22.88c40.563-2.675 79.402 16.794 101.53 50.895l96.805 149.181c30.544 47.071 91.16 64.349 141.932 40.456l409.284-192.61a112.23 112.23 0 0 1 92.655-1.324l217.802 94.997c49.46 21.57 107.26 4.895 137.63-39.702l175.08-257.112a112.245 112.245 0 0 1 93.98-49.053l236.73 2.559'/%3E%3C/g%3E%3C/svg%3E")}}@media (min-width:1200px){.chat-text{position:relative;z-index:3}}.chat h2{background-image:unset;color:var(--white);-webkit-text-fill-color:unset;margin-bottom:8px}@media (min-width:1200px){.chat h2{font-weight:800;font-size:64px;line-height:80px;letter-spacing:-.04em}}.chat .caption{font-weight:400;font-size:18px;line-height:150%;color:var(--white)}.chat .caption span{font:inherit;font-weight:800;line-height:inherit;color:var(--brand-yellow)}.chat-boxes{display:flex;flex-wrap:wrap;justify-content:center;gap:16px}@media (min-width:900px){.chat-boxes{gap:24px}}@media (min-width:1200px){.chat-boxes{flex-wrap:nowrap;flex-shrink:0;position:relative;z-index:3}}.chat-boxes-item{padding:16px 24px;width:100%;max-width:221px;background-color:var(--white);border-radius:var(--radius24);text-align:center}@media (min-width:1200px){.chat-boxes-item{flex-shrink:0}}.chat-boxes-item img{margin-bottom:8px;width:120px;height:120px}.chat-name{margin-bottom:4px;font-weight:700;font-size:16px;line-height:20px}.chat-name,.chat-position{text-align:center;color:var(--brand-dark-blue)}.chat-position{margin-bottom:16px;font-weight:400;font-size:14px;line-height:18px}.quote-wrapper{padding:48px 20px;background-image:linear-gradient(180deg,var(--gray),var(--bg-light-blue)),url("data:image/svg+xml;charset=utf-8,%3Csvg width='335' height='335' viewBox='0 0 335 335' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M65.605 247.063c-13.959-15.355-22.334-32.105-22.334-60.021 0-48.854 34.896-92.125 83.75-114.459l12.563 18.146c-46.063 25.125-55.833 57.229-58.625 78.167 6.98-4.188 16.75-5.583 26.521-4.188 25.125 2.792 44.666 22.334 44.666 48.855 0 12.562-5.583 25.125-13.958 34.895-9.771 9.771-20.937 13.959-34.896 13.959-15.354 0-29.312-6.979-37.687-15.354zm139.583 0c-13.958-15.355-22.333-32.105-22.333-60.021 0-48.854 34.896-92.125 83.75-114.459l12.562 18.146c-46.062 25.125-55.833 57.229-58.625 78.167 6.98-4.188 16.75-5.583 26.521-4.188 25.125 2.792 44.667 22.334 44.667 48.855 0 12.562-5.584 25.125-13.959 34.895-8.375 9.771-20.937 13.959-34.895 13.959-15.355 0-29.313-6.979-37.688-15.354z' fill='url(%23a)' fill-opacity='.07'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='167.501' y1='72.583' x2='167.501' y2='262.417' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.141'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");box-shadow:var(--block-blue-shadow);border-radius:var(--radius24);display:flex;flex-direction:column;align-items:center;background-size:100%;background-position:50%;background-repeat:no-repeat;background-blend-mode:overlay}@media (min-width:900px){.quote-wrapper{flex-direction:row;gap:36px;align-items:flex-end;background-image:linear-gradient(180deg,var(--gray),var(--bg-light-blue)),url("data:image/svg+xml;charset=utf-8,%3Csvg width='677' height='475' viewBox='0 0 677 475' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.5 308.5c-35-38.5-56-80.5-56-150.5 0-122.5 87.5-231 210-287L187-83.5C71.5-20.5 47 60 40 112.5c17.5-10.5 42-14 66.5-10.5 63 7 112 56 112 122.5 0 31.5-14 63-35 87.5C159 336.5 131 347 96 347c-38.5 0-73.5-17.5-94.5-38.5zm350 0c-35-38.5-56-80.5-56-150.5 0-122.5 87.5-231 210-287L537-83.5c-115.5 63-140 143.5-147 196 17.5-10.5 42-14 66.5-10.5 63 7 112 56 112 122.5 0 31.5-14 63-35 87.5S481 347 446 347c-38.5 0-73.5-17.5-94.5-38.5z' fill='url(%23a)' fill-opacity='.07'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='257' y1='-129' x2='257' y2='347' gradientUnits='userSpaceOnUse'%3E%3Cstop offset='.141'/%3E%3Cstop offset='1' stop-color='%23fff' stop-opacity='0'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");background-size:100%,55%;background-position:50%,0 0}}@media (min-width:1200px){.quote-wrapper{padding:93px 48px;gap:93px}}.quote-photo{margin-bottom:24px;width:228px;height:228px}@media (min-width:900px){.quote-photo{flex-shrink:0;width:288px;height:288px;margin-bottom:0}}.quote-text{margin-bottom:16px;display:flex;flex-direction:column;align-items:center;font-weight:600;font-size:24px;line-height:130%;color:var(--brand-dark-blue)}@media (min-width:900px){.quote-text{align-items:flex-start;max-width:730px}}.quote-text:before{margin-bottom:16px;content:"";width:48px;height:48px;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg width='49' height='48' viewBox='0 0 49 48' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.901 35.4c-2-2.2-3.2-4.6-3.2-8.6 0-7 5-13.2 12-16.4l1.8 2.6c-6.6 3.6-8 8.2-8.4 11.2 1-.6 2.4-.8 3.8-.6 3.6.4 6.4 3.2 6.4 7 0 1.8-.8 3.6-2 5-1.4 1.4-3 2-5 2-2.2 0-4.2-1-5.4-2.2zm20 0c-2-2.2-3.2-4.6-3.2-8.6 0-7 5-13.2 12-16.4l1.8 2.6c-6.6 3.6-8 8.2-8.4 11.2 1-.6 2.4-.8 3.8-.6 3.6.4 6.4 3.2 6.4 7 0 1.8-.8 3.6-2 5s-3 2-5 2c-2.2 0-4.2-1-5.4-2.2z' fill='url(%23a)'/%3E%3Cdefs%3E%3ClinearGradient id='a' x1='6.701' y1='37.6' x2='45.949' y2='17.535' gradientUnits='userSpaceOnUse'%3E%3Cstop stop-color='%2313152B'/%3E%3Cstop offset='.5' stop-color='%23001291'/%3E%3Cstop offset='1' stop-color='%23036CEB'/%3E%3C/linearGradient%3E%3C/defs%3E%3C/svg%3E");background-position:50%;background-size:100%;background-repeat:no-repeat}@media (min-width:1200px){.quote-text:before{width:64px;height:64px}}.quote-caption-wrapper{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:8px;margin-bottom:32px}@media (min-width:900px){.quote-caption-wrapper{justify-content:flex-start}}.quote-caption{display:flex;align-items:center;justify-content:center;gap:4px;font-weight:400;font-size:14px;line-height:150%;text-align:center;letter-spacing:-.01em;color:var(--color-text)}@media (min-width:900px){.quote-caption{margin-bottom:0}}.quote-caption:before{content:"";width:4px;height:4px;border-radius:50%;background-color:var(--color-text);margin-right:4px;flex-shrink:0}.quote-caption:first-of-type:before{display:none}.quote-caption:last-of-type{margin-bottom:0}.quote-caption img{filter:brightness(85%) saturate(10%)}.quote-link-wrp{display:flex;align-items:center;justify-content:center}@media (min-width:900px){.quote-link-wrp{justify-content:flex-start}}@media (min-width:1024px){.help{padding-top:105px}}.help h2{text-align:center}@media (min-width:1024px){.help-accordion{display:none}}.help-h3{display:flex;align-items:center;gap:8px;padding:20px 12px;margin-bottom:-4px;width:calc(100% - 24px);font-weight:700;font-size:20px;line-height:25px;letter-spacing:-.02em;color:var(--brand-dark-blue);transition:color .3s,border-color .3s;border-radius:var(--radius24) var(--radius24) 0 0;background-color:var(--gray);border:4px solid var(--gray);cursor:pointer}.help-h3 svg{flex-shrink:0}.help-h3 path{stroke:currentColor}.help-h3:hover{color:var(--brand-blue)}.help-h3 .collapsing-icon{margin-left:auto}.help .ui-state-active.help-h3,.help .ui-state-active .help-h3{color:var(--brand-blue);border-color:var(--light-blue);border-bottom-color:var(--gray)}.help-box-content,.help .ui-state-active.help-h3:after,.help .ui-state-active .help-h3:after{background-color:var(--gray)}.help-box-content{padding:36px 20px;transition:border-color .3s;border-radius:0 var(--radius24) var(--radius24) var(--radius24);border:4px solid var(--light-blue);position:relative;z-index:3}@media (min-width:1024px){.help-box-content{display:grid;grid-template-columns:1fr 1fr;grid-template-rows:1fr 1fr;column-gap:80px;grid-auto-flow:column}}@media (min-width:1200px){.help-box-content{column-gap:148px}}.help-box-content-wrapper{position:relative;margin-bottom:12px}.help-box-content-wrapper:before{content:"";position:absolute;width:calc(100% + 8px);height:calc(100% + 8px);border-radius:var(--radius24);background-color:var(--light-blue);top:0;right:0}.help-box-item{margin-bottom:40px}.help-box-item:last-of-type{margin-bottom:0}.help-box-title{display:flex;align-items:center;gap:12px;font-weight:700;font-size:18px;line-height:23px;color:var(--brand-dark-blue);margin-bottom:16px}.help-box-title svg{flex-shrink:0}.help-text{margin-bottom:16px;font-weight:400;font-size:16px;line-height:150%;color:var(--color-text)}.help-link{display:inline-flex;align-items:center;gap:4px;font-weight:600;font-size:14px;line-height:150%;color:#000012}.help-link img{flex-shrink:0;width:16px;height:16px;transform:scale(1);transition:transform .3s}.help-link:hover img{transform:scale(1.3)}.help-tabs{display:none}@media (min-width:1024px){.help-tabs{display:block;margin-top:48px}}@media (min-width:1200px){.help-tabs{margin-top:64px}}.help-tabs .help-h3{position:relative}.help-tabs .help-h3:after{content:"";position:absolute;bottom:-4px;left:0;width:100%;height:4px;background-color:var(--light-blue);z-index:4;transition:background-color .3s}.help-tabs-list{display:flex}.help-tabs-button{width:50%}.we-do{padding-top:48px}@media (min-width:1200px){.we-do{padding-top:150px}}.we-do h2{text-align:center}.we-do-content{max-width:696px;margin:0 auto}.we-do-tabs{flex-direction:column}.we-do-tab-buttons,.we-do-tabs{display:flex;align-items:center}.we-do-tab-buttons{flex-wrap:wrap;justify-content:center;margin:0 auto 24px;padding:8px 24px;gap:16px;background-color:var(--white);border-radius:var(--radius16)}.we-do-tab-button{padding:12px 16px;background-color:transparent;border-radius:var(--radius16)}.we-do-tab-name{font-weight:400;font-size:16px;line-height:20px;text-align:center;color:var(--color-text);transition:all .3s}.we-do .ui-state-active.we-do-tab-button{background-color:var(--gray)}.we-do .ui-state-active .we-do-tab-name{font-weight:700;color:var(--brand-dark-blue)}.we-do-tab-content{border-radius:var(--radius24);overflow:hidden}@media (min-width:1200px){.we-do-tab-content{border:1px solid #eaeaea;border-radius:24px}.we-do-tab-content:hover .we-do-tab-box:first-of-type{max-height:60px}.we-do-tab-content:hover .we-do-tab-box:first-of-type .we-do-tab-text{margin-top:17px}.we-do-tab-content:hover .we-do-tab-box:hover{max-height:100vh;background-color:var(--white)}.we-do-tab-content:hover .we-do-tab-box:hover .we-do-tab-text{margin-top:8px}}.we-do-tab-box{padding:24px;background-color:var(--white);border-bottom:1px solid #eaeaea}.we-do-tab-box:last-of-type{border-bottom:unset}@media (min-width:1200px){.we-do-tab-box{cursor:pointer;overflow:hidden;max-height:60px;background-color:var(--gray);transition:all .5s;display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row-reverse;padding:16px 24px;width:100%;max-width:696px}.we-do-tab-box .we-do-tab-text{margin-top:17px}.we-do-tab-box:hover{max-height:100vh;background-color:var(--white)}.we-do-tab-box:hover .we-do-tab-text{margin-top:8px}.we-do-tab-box:first-of-type{max-height:100vh;background-color:var(--white)}.we-do-tab-box:first-of-type .we-do-tab-text{margin-top:8px}}.we-do .tab-pill{flex-shrink:0;display:inline-block;padding:4px 16px;margin-bottom:16px;font-weight:400;font-size:16px;line-height:20px;color:var(--white);border-radius:var(--radius8)}.we-do .tab-pill_pink{background-color:#ff7edb}.we-do .tab-pill_blue{background-color:var(--brand-blue)}.we-do .tab-pill_green{background-color:#53c96d}.we-do .tab-pill_dark-blue{background-color:var(--brand-dark-blue)}.we-do-tab-title{font-weight:700;font-size:18px;line-height:23px;letter-spacing:-.02em;color:var(--brand-dark-blue)}.we-do-tab-text{margin:8px 0;max-width:368px;font-weight:400;font-size:14px;line-height:150%;color:var(--color-text)}.we-do .ui-widget-content{width:100%}.faq{padding-top:48px;padding-bottom:48px}@media (min-width:1200px){.faq{padding-top:150px;padding-bottom:150px}}.faq .subtitle,.faq h2{text-align:center}.faq .subtitle{padding-bottom:24px}@media (min-width:1024px){.faq .subtitle{margin-bottom:64px}}.faq-box{max-width:476px;margin:0 auto}.faq-outer-title{display:flex;justify-content:space-between;align-items:center;padding:32px 24px;margin-bottom:24px;background-color:var(--white);border-radius:var(--radius24);cursor:pointer}.faq-outer-title>span{font-weight:700;font-size:18px;line-height:23px;letter-spacing:-.02em;color:var(--brand-dark-blue)}.faq-outer-title img{flex-shrink:0;transform:rotate(0);transition:transform .3s}.faq-outer-content{padding:0 24px 24px}.faq-inner-title{display:flex;justify-content:space-between;align-items:center;margin-bottom:40px;font-weight:400;font-size:16px;line-height:150%;letter-spacing:-.01em;color:var(--brand-dark-blue);cursor:pointer;transition:margin-bottom .3s}.faq-inner-title.ui-state-active{margin-bottom:12px}.faq-inner-title .collapsing-icon{width:20px;height:20px}.faq-inner-title .collapsing-icon:after,.faq-inner-title .collapsing-icon:before{background-color:var(--brand-blue)}.faq-inner-title .collapsing-icon:before{width:13px;height:2px}.faq-inner-title .collapsing-icon:after{width:2px;height:13px}.faq-inner-title .ui-accordion-header-icon{display:none}.faq-inner-content p{font-weight:400;font-size:14px;line-height:150%;color:var(--color-text);padding-bottom:40px}.ui-accordion-header-collapsed .faq-outer-title img{transform:rotate(-90deg)}.contact{padding-top:48px;padding-bottom:48px}@media (min-width:1200px){.contact{padding-top:150px;padding-bottom:150px}}.contact h2{text-align:center;max-width:745px;margin:0 auto 24px}@media (min-width:1200px){.contact h2{margin-bottom:64px}}@media (min-width:1024px){.contact-content{display:flex;justify-content:center;gap:48px}}@media (min-width:1200px){.contact-content{gap:67px}}.contact-main{margin-bottom:24px}@media (min-width:1024px){.contact-main{margin-bottom:0;max-width:557px;width:100%}}.contact-main-title{margin-bottom:16px;font-weight:800;font-size:20px;line-height:124%;text-align:center;letter-spacing:-.03em;color:var(--brand-dark-blue)}.contact-form{padding:32px 24px;background-image:linear-gradient(180deg,#f4f7fa,#f5f9ff);background-size:100%;background-position:50%;background-repeat:no-repeat;box-shadow:var(--block-blue-shadow);border-radius:var(--radius24)}.contact-form input:-webkit-autofill,.contact-form input:-webkit-autofill:focus,.contact-form input:-webkit-autofill:hover,.contact-form textarea:-webkit-autofill,.contact-form textarea:-webkit-autofill:focus,.contact-form textarea:-webkit-autofill:hover{transition:background-color 5000s ease-in-out 0s!important}.contact-form-label{display:block;margin-bottom:16px}.contact-form-label:last-of-type{margin-bottom:24px}.contact-form-label span{display:block;margin-bottom:8px;font-weight:400;font-size:14px;line-height:150%;letter-spacing:-.01em;color:var(--brand-dark-blue)}.contact-form-label input,.contact-form-label textarea{display:block;width:100%;padding:10px 16px;background-color:var(--white);color:var(--dark-blog);border-radius:var(--radius16);border:none;font-size:16px;line-height:150%;letter-spacing:-.01em;resize:none}.contact-form-label input::placeholder,.contact-form-label textarea::placeholder{color:var(--color-text);font-family:Mulish,sans-serif;vertical-align:middle}.contact-form-label input::-moz-placeholder,.contact-form-label textarea::-moz-placeholder{font-family:Mulish,sans-serif;color:var(--color-text);vertical-align:middle;opacity:1}.contact-form-label input::-webkit-input-placeholder,.contact-form-label textarea::-webkit-input-placeholder{color:var(--color-text);font-family:Mulish,sans-serif;vertical-align:middle}.contact-form-label input:-ms-input-placeholder,.contact-form-label textarea:-ms-input-placeholder{color:var(--color-text);font-family:Mulish,sans-serif;vertical-align:middle}.contact-preloader,.contact-thanks{display:none;flex-direction:column;align-items:center;justify-content:center;padding:32px 24px;background-image:linear-gradient(180deg,#f4f7fa,#f5f9ff);background-size:100%;background-position:50%;background-repeat:no-repeat;box-shadow:var(--block-blue-shadow);border-radius:var(--radius24)}.contact-preloader.visible,.contact-thanks.visible{display:flex;height:500px}.contact-preloader__inner{width:64px;height:64px;border:4px solid var(--brand-blue);border-bottom:none;border-right:none;border-radius:50%;animation-name:a;animation-duration:.3s;animation-iteration-count:infinite;animation-timing-function:linear}.contact-thanks p{text-align:center;font-weight:500;font-size:32px;color:var(--brand-dark-blue)}@media (min-width:1024px){.contact-aside{max-width:300px;width:100%}}.contact-aside-title{display:flex;align-items:center;justify-content:center;gap:8px;margin-bottom:24px;font-weight:400;font-size:18px;line-height:150%;letter-spacing:-.01em;color:var(--brand-dark-blue)}.contact-aside-title img{width:24px;height:24px}.contact .chat-boxes{align-items:center;justify-content:center}@media (min-width:1024px){.contact .chat-boxes{flex-direction:column}}.contact .chat-boxes-item{max-width:300px}@keyframes a{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.footer{padding-bottom:48px}@media (min-width:1200px){.footer{padding-bottom:72px}}.footer .container{display:flex;flex-direction:column-reverse;gap:16px;align-items:center;justify-content:center}@media (min-width:900px){.footer .container{flex-direction:row}}.footer p{color:var(--color-text)}.footer-privacy,.footer p{font-weight:400;font-size:14px;line-height:18px}.footer-privacy{color:var(--brand-blue);transition:color .3s}.footer-privacy:hover{color:var(--brand-dark-blue)}.privacy{padding-top:127px;padding-bottom:36px}@media (min-width:1024px){.privacy{padding-top:155px}.privacy .privacy-block{margin-bottom:64px}}.privacy .container{max-width:866px}.privacy h1,.privacy h2{margin-bottom:50px;line-height:125%}@media (min-width:1024px){.privacy h1,.privacy h2{font-size:64px}}@media (min-width:1024px){.privacy h1{margin-bottom:100px}}.privacy h3{line-height:115%;font-size:32px;margin-bottom:24px;color:var(--brand-dark-blue);font-weight:800}.privacy p{font-size:20px;font-weight:400;line-height:34px;margin-bottom:34px}.privacy a,.privacy p{color:var(--color-text)}.privacy a{transition:color .3s}.privacy a:hover{color:var(--brand-blue)}.privacy ul{margin-bottom:34px}.privacy ul>li p{margin-bottom:0}.privacy ol>li,.privacy ul>li{display:flex}.privacy ol>li:before,.privacy ul>li:before{color:var(--color-text);font-size:20px;font-weight:400;text-align:center;width:30px;flex-shrink:0;line-height:34px}.privacy ul>li:before{content:"•"}.privacy ol{counter-reset:a}.privacy ol>li:before{content:counter(a) ".";counter-increment:a}