@import "https://fonts.googleapis.com/css2?family=Lato&display=swap";html{-webkit-text-size-adjust:100%;line-height:1.15}body{margin:0}main{display:block}h1{margin:.67em 0;font-size:2em}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace;font-size:1em}a{background-color:#0000}abbr[title]{border-bottom:none;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace;font-size:1em}small{font-size:80%}sub,sup{vertical-align:baseline;font-size:75%;line-height:0;position:relative}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{margin:0;font-family:inherit;font-size:100%;line-height:1.15}button,input{overflow:visible}button,select{text-transform:none}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button::-moz-focus-inner{border-style:none;padding:0}[type=button]::-moz-focus-inner{border-style:none;padding:0}[type=reset]::-moz-focus-inner{border-style:none;padding:0}[type=submit]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring{outline:1px dotted buttontext}[type=button]:-moz-focusring{outline:1px dotted buttontext}[type=reset]:-moz-focusring{outline:1px dotted buttontext}[type=submit]:-moz-focusring{outline:1px dotted buttontext}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;white-space:normal;max-width:100%;padding:0;display:table}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button{height:auto}[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template,[hidden]{display:none}.addons{gap:20px;display:grid}.addons__header{text-align:center;letter-spacing:1px;font-size:1.5rem}.addons__item{justify-content:space-between;align-items:center;display:flex}.addons__item-description{flex-direction:column;gap:8px;display:flex}.addons__item-description-title{font-size:large;font-weight:700}.addons__item-description-content{color:gray;font-size:small}.addons__item-separator{background-color:var(--color-gray-separator);height:5px}.addons__item-subscription{text-align:center}.addons__item-subscription-price{font-size:xx-large;font-weight:700}.addons__item-subscription-time{text-transform:uppercase}.faq{width:85%;margin:auto}.faq__header{text-align:center;color:var(--color-green-primary);font-size:1.5em}.faq__items{padding:0;font-size:large;list-style:none}.faq__item{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.faq__item-toggler{border-bottom:1px solid gray;border-right:1px solid gray;width:5px;height:5px;padding:3px;transform:rotate(45deg)}.faq__item-toggler-animation-up{transition:transform .2s ease-in;transform:rotate(225deg)}.faq__item-toggler-animation-down{transition:transform .2s ease-in;transform:rotate(45deg)}.faq__item-description{color:var(--color-green-primary);margin-left:10px;padding:5px;font-size:large;font-style:italic}.faq__item-description-toggler{height:0;overflow:hidden}.faq__item-separator{border-bottom:1px solid gray}.page-header__navigation-menu{gap:2rem;margin:0;padding:0;list-style:none;display:flex}.page-header__navigation-menu-item{cursor:pointer}.page-header__menu-item-toggle{padding:.5em}.page-header__menu-item-toggle:after{content:"";border-bottom:1px solid #000;border-right:1px solid #000;margin-bottom:3px;margin-left:1em;padding:3px;display:inline-block;transform:rotate(45deg)}.page-header__menu-item-dropdown-container{margin-top:.5em;position:absolute}.page-header__menu-item-dropdown-content{background-color:#f1f1f1;border-radius:5px;min-width:7em;display:none;position:absolute;box-shadow:0 8px 16px #0003}.page-header__navigation-menu-item:hover .page-header__menu-item-dropdown-content{display:block}.page-header__menu-item-dropdown{border-radius:5px;margin:8px;padding:6px;display:block}.page-header__menu-item-dropdown:link,.page-header__menu-item-dropdown:visited,.page-header__menu-item-dropdown:hover,.page-header__menu-item-dropdown:active{color:#000;text-decoration:none}.page-header__menu-item-dropdown:hover{background-color:var(--color-green-primary)}.page-header__buttons-container{flex-grow:1;flex-basis:0;justify-content:flex-end;gap:1rem;display:flex}.page-header__button{cursor:pointer;border-radius:5px;padding:.5em 1em}.page-header__button-label{text-transform:uppercase;letter-spacing:1px;font-size:small;font-weight:700}.page-header__button-login{color:var(--color-green-primary);border:2px solid}.page-header__button-trial{color:#fff;border:solid 2px var(--color-green-primary);background-color:var(--color-green-primary)}.page-header{flex-wrap:wrap;align-items:center;max-width:1200px;margin:1rem auto;padding:1rem;display:flex}.page-header__menu{flex-grow:1;flex-basis:0;display:flex}.small-screen-page-header__hamburger-menu,.small-screen-page-header__navigation-menu{display:none}.plans-pricing__header{justify-content:space-between;display:flex}.plans-pricing__header-toggler-container{text-transform:uppercase;align-items:center;gap:1rem;display:flex}.plans-pricing__header-toggler{background-color:var(--color-green-primary);cursor:pointer;border-radius:1em;width:3em;height:1.6em;position:relative}.plans-pricing__header-toggler-switch{background-color:var(--color-white-primary);border-radius:1em;width:1.2em;height:1.2em;transition:transform .3s;position:absolute;top:3px;left:3px}.plans-pricing__header-toggler-activation{transform:translate(20px)}.plans-pricing__content{justify-content:space-evenly;gap:2rem;display:flex}.plans-pricing__container{border:2px solid #c0c0c04d;border-radius:4px;width:22.8rem;position:relative}.plans-pricing__container-selected{border-color:var(--color-green-primary)}.plans-pricing__price-promotion-tag{border-left:2em solid #0000;border-right:2em solid #0000;border-bottom:solid 2em var(--color-green-primary);width:130px;position:absolute;top:40px;left:211px;transform:rotate(45deg)}.plans-pricing__price-promotion-tag-description{text-align:center;text-transform:uppercase;color:#fff;letter-spacing:1px;font-size:13px;position:absolute;top:-3px;left:5px}.small-screen-plans-pricing__price-promotion-tag{display:none}.plans-pricing__inner-container{padding:2rem}.plans-pricing__inner-container-data{margin-top:2rem}.plans-pricing__inner-container-price{font-size:2em;font-weight:700}.plans-pricing__inner-container-price sup{margin-right:.5rem;font-size:x-large}.plans-pricing__inner-container-time{text-transform:uppercase}.plans-pricing__inner-container-separator{border:solid 1px var(--color-green-primary);margin:1em 0}.plans-pricing__inner-container-items{padding:0;font-size:14px;font-weight:400;list-style:none}.plans-pricing__inner-container-item{margin-top:1em;margin-left:4px}.plans-pricing__inner-container-item:before{content:"";border-right:solid 1px var(--color-green-primary);border-bottom:solid 2px var(--color-green-primary);height:8px;margin-right:10px;padding:2px;display:inline-block;transform:rotate(45deg)}.plans-pricing__inner-container-item-new-tag{background-color:var(--color-yellow-primary);color:var(--color-white-primary);margin-left:3px;padding:3px;font-size:small;display:inline-block}.plans-pricing{flex-direction:column;gap:3rem;display:flex}.sitemap{grid-template-columns:repeat(3,1fr);justify-items:center;display:grid}.sitemap__title{text-transform:uppercase;font-weight:700}.sitemap__items{margin-top:1.5em;padding:0;list-style:none}.sitemap__item{padding:.4em 0}.sitemap__item-toggler{cursor:pointer;margin-top:.5em}.sitemap__item-toggler:after{content:"";border-bottom:1px solid #000;border-right:1px solid #000;width:5px;height:5px;margin-bottom:3px;margin-left:8px;padding:1px;display:inline-block;transform:rotate(45deg)}.sitemap__items-subitem{margin-top:2em}.trial{background-color:var(--color-green-background);border-radius:5px;justify-content:space-evenly;align-items:center;height:10em;margin-top:1rem;display:flex}.trial__description{font-size:xx-large;line-height:1.5em}.trial__color-green{color:var(--color-green-primary)}.trial__button{cursor:pointer;color:#fff;background-color:var(--color-green-primary);border:1px solid;border-radius:5px;padding:1em 2em}.footer{background-color:var(--color-green-primary)}.footer-container{text-align:center;flex-direction:column;align-items:center;gap:8px;width:fit-content;margin:auto;padding:1em;display:flex}.footer-container__authorship{flex-wrap:wrap;justify-content:center;align-items:center;gap:4px;display:flex}.footer-container__authorship>a{color:#000;text-decoration:none}:root{--color-yellow-primary:#f8db62;--color-green-primary:#00b289;--color-white-primary:#fff;--color-green-background:#afe1af33;--color-gray-primary:#4c4d5f;--color-gray-separator:#808b9633;--color-gray-background:#07070779}body{background-color:var(--color-white-primary);font-family:Lato,sans-serif;font-size:1rem}*{-webkit-tap-highlight-color:transparent}@media (width>=1024px){.page-content{flex-direction:column;gap:3rem;width:50em;margin:2rem auto;display:flex}}@media (width>=641px) and (width<=1024px){.page-content{flex-direction:column;gap:3rem;width:40em;margin:2rem auto;display:flex}.plans-pricing__price-promotion-tag{border-left:2em solid #0000;border-right:2em solid #0000;border-bottom:solid 2em var(--color-green-primary);width:130px;position:absolute;top:40px;left:146px;transform:rotate(45deg)}.page-header{flex-direction:column;gap:2em}}@media (width<=640px){.page-content{flex-direction:column;gap:3rem;width:20rem;margin:auto;display:flex}.page-header__buttons-container{margin-top:2.5em}:root{--small-screen-hamburger-menu-gap:.4em;--small-screen-hamburger-menu-bar-width:2em;--small-screen-hamburger-menu-bar-height:5px;--small-screen-hamburger-menu-animation-timing:.2s ease-in-out}.small-screen-page-header__hamburger-menu{gap:var(--small-screen-hamburger-menu-gap);cursor:pointer;background:0 0;border:none;flex-direction:column;display:flex}.small-screen-page-header__hamburger-menu span{width:var(--small-screen-hamburger-menu-bar-width);height:var(--small-screen-hamburger-menu-bar-height);background-color:var(--color-gray-primary);border-radius:25px;transition:opacity .1s ease-in-out,transform .2s ease-in-out}.small-screen-page-header__hamburger-menu-top-bar-rotate{transform-origin:100%;transform:rotate(-45deg)}.small-screen-page-header__hamburger-menu-bottom-bar-rotate{transform-origin:100%;transform:rotate(45deg)}.page-header__container{flex-direction:column;gap:1em}.page-header__navigation-menu,.page-header__menu-item-toggle:after,.page-header__navigation-menu-item:hover .page-header__menu-item-dropdown-content{display:none}.page-header__navigation-menu-item{text-align:center;background-color:var(--color-gray-separator);border-radius:5px;padding:5px;font-weight:700}.small-screen-page-header__navigation-menu{width:50%}.small-screen-page-header__navigation-menu>ul{flex-direction:column;padding:0;list-style:none;display:flex}.small-screen-page-header__navigation-menu-item-title{color:#fff;background-color:var(--color-green-primary);border-radius:10px;align-items:center;margin-bottom:.5em;padding:.7em;display:flex}.small-screen-page-header__navigation-submenu{text-align:center;padding:0;list-style:none}.small-screen-page-header__navigation-submenu-visibility{max-height:0;overflow:hidden}.small-screen-page-header__navigation-submenu li{background-color:var(--color-gray-separator);border:2px solid var(--color-green-primary);cursor:pointer;border-radius:10px;margin-top:1em;padding:10px}.small-screen-page-header__navigation-menu-item-toggle{cursor:pointer}.small-screen-page-header__navigation-menu-item-toggle:before{content:"";border-bottom:2px solid #fff;border-right:2px solid #fff;width:4px;height:4px;margin-right:.5em;padding:1px;display:inline-block;transform:rotate(-45deg)}.small-screen-page-header__navigation-menu-animation-open:before{transition:transform .2s ease-in;transform:rotate(45deg)}.small-screen-page-header__navigation-menu-animation-closed:before{transition:transform .2s ease-in;transform:rotate(-45deg)}.page-header{flex-direction:column;justify-content:center}.small-screen-page-header__menu{justify-content:space-between;align-items:center;width:90%;display:flex}.plans-pricing__header{flex-direction:column;align-items:center;display:flex}.plans-pricing__header-toggler{width:4em;height:2em}.plans-pricing__header-toggler-switch{top:6px;left:5px}.plans-pricing__header-toggler-activation{transform:translate(35px)}.plans-pricing__content{flex-wrap:wrap;gap:.5rem}.plans-pricing__price-promotion-tag{display:none}.small-screen-plans-pricing__price-promotion-tag{background-color:var(--color-green-primary);border-radius:4px;padding:.2em;display:block;position:absolute;top:-1px;right:-1px}.addons__item-description-content{color:gray;font-size:medium}.addons__item{gap:2em}.trial{border-radius:5px;flex-direction:column;height:11em;display:flex}.trial__description{text-align:center;font-size:larger}.trial__button{margin-bottom:1em;padding:.8em 1.8em}.faq__item{gap:2em}.sitemap{grid-template-columns:repeat(2,1fr);gap:2em;margin-bottom:1rem}.sitemap article:nth-child(2),.sitemap__item-toggler:after{display:none}}
