.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:Fjord,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{cursor:pointer}.header__list>li:has(ul):hover img{transform:rotate(-180deg)}.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:Fjord,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-size:40px;font-weight:400;line-height:44px;margin:42px auto 32px;text-align:center}@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:Fjord One;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}}.explanations__heading{color:#121212;font-family:Fjord One;font-size:24px;font-style:normal;font-weight:400;line-height:1.2;margin-bottom:20px;margin-top:70px;text-align:center}@media screen and (max-width:768px){.explanations__heading{margin-top:40px}}@media screen and (min-width:992px){.explanations__heading{font-size:38px}}@media screen and (min-width:1600px){.explanations__heading{font-size:44px}}.explanations__item{border-bottom:2px dashed #ffa8cf;display:grid;font-family:Roboto,sans-serif;grid-template-areas:"image" "title" "text";grid-template-columns:1fr;padding:40px 20px}.explanations__item:last-of-type{border-bottom:none}.explanations__item:last-child{padding-bottom:0}@media screen and (min-width:600px){.explanations__item{grid-template-areas:"title image" "text  text";grid-template-columns:1fr 1fr}.explanations__item .explanations__text,.explanations__item .explanations__title{text-align:left}.explanations__item:nth-child(odd){grid-template-areas:"image title" "text  text"}.explanations__item:nth-child(odd) .explanations__title{text-align:left}}@media screen and (min-width:768px){.explanations__item{grid-template-areas:"image title" "image text";grid-template-columns:41.66% 58.33%}.explanations__item:nth-child(odd){grid-template-areas:"title image" "text  image";grid-template-columns:58.33% 41.66%}.explanations__item:nth-child(odd) .explanations__title{text-align:left}}@media screen and (min-width:992px){.explanations__item{grid-template-columns:33.33% 66.66%}}@media screen and (min-width:1400px){.explanations__item{padding:40px 100px}}.explanations__image{grid-area:image;height:234px;max-width:228px;width:100%}@media screen and (max-width:600px){.explanations__image{margin:0 auto}}.explanations__title{align-self:end;font-size:24px;font-weight:700;grid-area:title;margin-top:40px;text-align:left}.explanations__text{font-size:18px;font-weight:300;grid-area:text;margin:0;text-align:left}@media screen and (min-width:992px){.explanations__text{font-size:18px}}@media screen and (min-width:1600px){.explanations__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;margin:0}.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}}.compare{margin-top:100px}@media screen and (max-width:768px){.compare{margin-top:40px;padding-bottom:0;padding-top:0}}.compare__title{font-family:Fjord,serif;font-size:40px;line-height:44px;margin-bottom:40px;text-align:center}@media screen and (max-width:768px){.compare__title{font-size:24px;line-height:34px;margin-bottom:24px}}.compare__description{display:none;font-size:18px;font-weight:300;line-height:24px;margin-bottom:24px}@media screen and (max-width:768px){.compare__description{display:block}}li,ul{list-style:none;margin:0;padding:0}.compare__item{align-items:stretch;border-bottom:1px solid rgba(0,0,0,.075);display:flex}.compare__item:first-child,.compare__item:last-child{border-bottom:none}.compare__item>div:first-child{flex-grow:1;max-width:544px;width:100%}.compare__item>div:nth-child(2),.compare__item>div:nth-child(3){align-items:center;display:flex;justify-content:center;max-width:220px;width:100%}@media screen and (max-width:768px){.compare__item>div:nth-child(2),.compare__item>div:nth-child(3){max-width:60px}}.compare__item>.mid{background-color:#f3f3f3}.compare__item>.logo{align-items:center;border-top-left-radius:10px;border-top-right-radius:10px;color:#f0018b;display:flex;gap:10px}.compare__item.footer>div:nth-child(2){border-bottom-left-radius:10px;border-bottom-right-radius:10px}.compare__item.footer>div.mid{padding:30px 16px}.compare__item>div.platform{padding-bottom:9.5px;padding-top:9.5px;text-align:center}@media screen and (max-width:768px){.compare__item.footer>div:first-child,.compare__item.footer>div:nth-child(3){display:none}.compare__item.footer>div.mid{background-color:inherit;border-bottom-left-radius:0;border-bottom-right-radius:0;max-width:none}}.compare__item-info{padding:32px 20px 32px 0}.compare__item-title{font-size:24px}@media screen and (max-width:768px){.compare__item-title{font-size:20px}}.compare__item-text{font-size:18px;font-weight:300;line-height:24px;margin:6px 0 0}@media screen and (max-width:768px){.compare__item-text{display:none;font-size:16px;line-height:22px;margin-bottom:8px}.compare__item-text.active{display:block}}.compare__item-logo.desktop{height:35px;width:175px}.compare__item-logo.mobile{display:none;height:36px;width:36px}@media screen and (max-width:768px){.compare__item-logo.desktop{display:none}.compare__item-logo.mobile{display:block}}.try-btn{align-items:center;background-color:#3675f0;border:none;border-radius:100px;color:#fff;display:flex;font-size:18px;gap:10px;justify-content:center;line-height:24px;padding:8px 24px;text-decoration:none}.try-btn:hover{background-color:#004ada;color:#fff}@media screen and (max-width:768px){.try-btn{padding:14px 0;width:100%}}.compare__item-info-toggler{background:none;border:none;color:#121212;cursor:pointer;display:none;font-size:16px;padding:0}.compare__item-info-toggler svg{height:16px;margin-left:6px;width:16px}.compare__item-info-toggler.active svg{transform:rotate(180deg)}@media screen and (max-width:768px){.compare__item-info-toggler{display:inline-block}}.cases{margin-top:100px}@media screen and (max-width:768px){.cases{margin-top:70px}}.cases__heading{font-family:Fjord One,serif;font-size:40px;font-weight:400;line-height:44px;margin-bottom:40px;text-align:center}@media screen and (max-width:768px){.cases__heading{font-size:24px;line-height:34px;margin-bottom:24px}}.cases__text{font-size:18px;font-weight:300;line-height:24px;margin-bottom:30px}@media screen and (max-width:768px){.cases__text{font-size:16px;line-height:24px;margin-bottom:24px}}.cases__item{align-items:flex-start;display:flex;gap:20px;margin-bottom:30px}.cases__item:last-child{margin-bottom:0}.cases__item-heading{font-size:24px;font-weight:500;line-height:34px;margin:0 0 6px}.cases__item-text{font-size:18px;line-height:24px}.hub{margin-top:100px}@media screen and (max-width:768px){.hub{margin-top:40px}}.hub__title{font-family:Fjord One,serif;font-size:40px;line-height:44px;margin-bottom:40px;text-align:center}@media screen and (max-width:768px){.hub__title{font-size:30px;line-height:34px;margin-bottom:24px}}.hub__item{align-items:flex-start;border:1px solid #c8d6f3;border-radius:8px;display:flex;flex-direction:column;max-width:482px;padding:20px;width:100%}@media screen and (min-width:1280px){.hub__item{max-width:100%}}@media screen and (max-width:768px){.hub__item{max-width:100%}}.hub__list{display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}@media screen and (max-width:768px){.hub__list{grid-template-columns:1fr}}.hub__item-title{font-size:24px;font-weight:500;line-height:34px;margin-bottom:10px}.hub__item-text{flex-grow:1;font-size:18px;font-weight:300;line-height:24px;margin-bottom:24px}.hub__item-try-now{background-color:#3675f0;border:none;border-radius:100px;color:#fff;font-size:18px;line-height:24px;padding:8px 24px;text-align:center;text-decoration:none}.hub__item-try-now:hover{background-color:#004ada;color:#fff}@media screen and (max-width:768px){.hub__item-try-now{width:100%}}.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:Fjord One;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:Roboto;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}}.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:360px!important;min-height:360px!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:360px!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:360px!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}#app{background-color:#f9f9f9;margin:0 auto;width:100%}@media (min-width:992px){#app .container{max-width:930px}}@media screen and (min-width:1600px){#app .container{max-width:1220px}}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;font-size:14px;font-style:normal;font-weight:400;opacity:.4}.search::placeholder{color:#121212;font-family:Roboto;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:Fjord One;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;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;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:Fjord One;font-size:14px;font-style:normal;font-weight:400;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:Fjord One;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 .accordion-button{background:linear-gradient(312.31deg,#8571ff -18.34%,#d278e0 55.86%,#ff5b96 108.85%);border:0;border-radius:10px;color:#fff;font-family:Roboto;font-size:16px;font-style:normal;font-weight:500;line-height:19px;padding:20px}@media screen and (min-width:992px){#faq .accordion-button{font-size:24px;font-weight:400;line-height:28px;padding:34px 40px}}#faq .accordion-button: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;height:10px;width:18px}@media screen and (min-width:992px){#faq .accordion-button: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 .accordion-button-text{margin-right:16px}#faq .accordion-collapse{border:0}#faq .accordion-body{font-family:Roboto;font-size:16px;font-style:normal;font-weight:300;line-height:20px;padding:40px}@media (min-width:992px){#faq .accordion-body{font-size:18px;line-height:24px}}@media (min-width:1400px){#faq .accordion-body{font-size:20px;line-height:24px}}#faq .accordion-item{border:0;margin:20px 0}@media screen and (min-width:1000px){#faq .accordion-item{margin:32px 0}}.copyright{color:#121212;font-family:Roboto;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}}.error-404{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.error-404 h1{color:#000;font-family:Fjord One;font-size:44px;font-style:normal;font-weight:400;line-height:44px}.go-back-button{border:3px solid #3675f0;border-radius:8px;padding:6px;width:252px}.go-back-button a{align-items:center;background-color:#3675f0;border:none;border-radius:8px;color:#1b4631;display:flex;height:46px;justify-content:center;text-decoration:none;width:100%}.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;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}
