/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger[data-v-44b77a3b]{padding:0;display:inline-block;cursor:pointer;transition-property:opacity,filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger[data-v-44b77a3b]:hover,.hamburger.is-active[data-v-44b77a3b]:hover{opacity:1}.hamburger.is-active .hamburger-inner[data-v-44b77a3b],.hamburger.is-active .hamburger-inner[data-v-44b77a3b]:before,.hamburger.is-active .hamburger-inner[data-v-44b77a3b]:after{background-color:var(--brand-color)}.hamburger-box[data-v-44b77a3b]{width:24px;height:16px;display:inline-block;position:relative}.hamburger-inner[data-v-44b77a3b]{display:block;top:50%;margin-top:-1px}.hamburger-inner[data-v-44b77a3b],.hamburger-inner[data-v-44b77a3b]:before,.hamburger-inner[data-v-44b77a3b]:after{width:24px;height:2px;background-color:var(--brand-color);border-radius:4px;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner[data-v-44b77a3b]:before,.hamburger-inner[data-v-44b77a3b]:after{content:"";display:block}.hamburger-inner[data-v-44b77a3b]:before{top:-7px}.hamburger-inner[data-v-44b77a3b]:after{bottom:-7px}.hamburger--spin .hamburger-inner[data-v-44b77a3b]{transition-duration:.22s;transition-timing-function:cubic-bezier(.55,.055,.675,.19)}.hamburger--spin .hamburger-inner[data-v-44b77a3b]:before{transition:top .1s .25s ease-in,opacity .1s ease-in}.hamburger--spin .hamburger-inner[data-v-44b77a3b]:after{transition:bottom .1s .25s ease-in,transform .22s cubic-bezier(.55,.055,.675,.19)}.hamburger--spin.is-active .hamburger-inner[data-v-44b77a3b]{transform:rotate(225deg);transition-delay:.12s;transition-timing-function:cubic-bezier(.215,.61,.355,1)}.hamburger--spin.is-active .hamburger-inner[data-v-44b77a3b]:before{top:0;opacity:0;transition:top .1s ease-out,opacity .1s .12s ease-out}.hamburger--spin.is-active .hamburger-inner[data-v-44b77a3b]:after{bottom:0;transform:rotate(-90deg);transition:bottom .1s ease-out,transform .22s .12s cubic-bezier(.215,.61,.355,1)}.header[data-v-44b77a3b]{background-color:#fff;height:60px;position:fixed;width:100%;padding:0 1.5rem;top:0;z-index:100}.header__container[data-v-44b77a3b]{width:100%}.header__logo-link[data-v-44b77a3b]{justify-content:flex-start;width:210px}@media screen and (max-width: 1023px){.header__logo[data-v-44b77a3b]{height:28px!important}}@media screen and (max-width: 1023px){.header__nav[data-v-44b77a3b]{display:none}}.header__buttons[data-v-44b77a3b]{width:210px;justify-content:flex-end}@media screen and (max-width: 1023px){.header__buttons[data-v-44b77a3b]{display:none!important}}.header__button-login[data-v-44b77a3b]{color:var(--brand-color);font-size:.75rem;display:flex;align-items:center}.header__button-login[data-v-44b77a3b]:hover{color:#2d5fd4}.header__button-login:hover svg[data-v-44b77a3b]{fill:#2d5fd4}.header__item[data-v-44b77a3b]:not(:last-child){margin-right:30px}.header__link[data-v-44b77a3b]{text-decoration:none;color:var(--black-text-color);font-size:.875rem}.header__link[data-v-44b77a3b]:hover{color:#000}.header__list[data-v-44b77a3b]{display:flex;list-style:none;margin:0;padding:0}.header__hamburger[data-v-44b77a3b]{position:absolute;right:1.5rem;display:none;transition:right .3s ease;background-color:#fff;z-index:101}@media screen and (max-width: 1023px){.header__hamburger[data-v-44b77a3b]{display:flex;right:1rem}}.header__line[data-v-44b77a3b]{border-bottom:1px solid var(--grey-border-color)}@media screen and (max-width: 1023px){.header[data-v-44b77a3b]{padding:0 1rem;height:50px}}.sidemenu[data-v-44b77a3b]{position:fixed;top:0;right:0;width:300px;height:100dvh;background-color:#fff;transition:transform .3s ease;transform:translate(300px);z-index:100;padding:20px;border-left:1px solid var(--grey-border-color)}.sidemenu__list[data-v-44b77a3b]{list-style:none;padding:0}.sidemenu__link[data-v-44b77a3b]{display:block;padding:.85rem;font-size:14px;color:var(--black-text-color);text-decoration:none;transition:background-color .3s ease}.sidemenu__link[data-v-44b77a3b]:hover{background-color:var(--grey-background-color)}.sidemenu__login-button[data-v-44b77a3b]{display:block;text-align:center;width:100%;padding:.75rem 0}.sidemenu.active[data-v-44b77a3b]{transform:translate(0)}.main[data-v-44b77a3b]{padding-top:60px;overflow-y:auto}@media screen and (max-width: 1023px){.main[data-v-44b77a3b]{padding-top:50px}}.hero-background[data-v-44b77a3b]{width:100%;height:100%;position:absolute;background:#00000038;top:0;left:0}.hero[data-v-44b77a3b]{padding:20px;color:#fff;position:relative;overflow:hidden;background-color:#fff}.hero__container[data-v-44b77a3b]{width:100%;flex-grow:1;min-height:700px;padding:2rem;background:#6251d4;background:radial-gradient(circle,#302191,#438de4);border-radius:24px;overflow:hidden;position:relative}@media screen and (max-width: 768px){.hero__container[data-v-44b77a3b]{padding:1.25rem}}.hero__wrapper[data-v-44b77a3b]{width:100%;z-index:1;text-align:center}@media screen and (max-width: 1215px){.hero__wrapper[data-v-44b77a3b]{flex-wrap:wrap;justify-content:center}}.hero__wrapper-title[data-v-44b77a3b]{max-width:600px;flex-shrink:1;min-width:400px}@media screen and (max-width: 1215px){.hero__wrapper-title[data-v-44b77a3b]{justify-content:center;text-align:center;max-width:500px;min-width:auto}}.hero__wrapper-task[data-v-44b77a3b]{min-width:576px;gap:1rem}@media screen and (max-width: 768px){.hero__wrapper-task[data-v-44b77a3b]{min-width:auto}}.hero__title[data-v-44b77a3b]{font-family:Raleway,sans-serif;font-weight:800;font-size:2.35rem;margin-bottom:20px;line-height:1.25}@media screen and (max-width: 768px){.hero__title[data-v-44b77a3b]{font-size:1.75rem}}.hero__subtitle[data-v-44b77a3b]{font-size:1rem;line-height:1.5}.hero__button[data-v-44b77a3b]{background:var(--brand-color);color:#fff;cursor:pointer;padding:12px 18px;border-radius:var(--border-radius-standard);text-decoration:none;font-size:14px;align-self:center;overflow:hidden;transition:box-shadow .1s ease}.hero__button[data-v-44b77a3b]:hover{background:var(--brand-darkest-color)}.hero__button>a[data-v-44b77a3b]{color:#fff}@media screen and (max-width: 1215px){.hero__button[data-v-44b77a3b]{align-self:center}}@media screen and (max-width: 768px){.hero__button[data-v-44b77a3b]{font-size:13px}}.hero__box-wrapper[data-v-44b77a3b]{flex-shrink:1;min-width:576px;padding:1rem;border-radius:25px}@media screen and (max-width: 1215px){.hero__box-wrapper[data-v-44b77a3b]{min-width:auto}}@media screen and (max-width: 768px){.hero__box-wrapper[data-v-44b77a3b]{margin-top:1rem!important}}@media screen and (max-width: 768px){.hero .task[data-v-44b77a3b]{width:100%}}@media screen and (max-width: 1023px){.hero[data-v-44b77a3b]{padding:20px}}@media screen and (max-width: 768px){.hero[data-v-44b77a3b]{padding:10px}}.app-overview[data-v-44b77a3b]{padding:40px 20px}.app-overview__container[data-v-44b77a3b]{width:960px}@media screen and (max-width: 1023px){.app-overview__container[data-v-44b77a3b]{width:100%}}.app-overview__title[data-v-44b77a3b]{font-size:1.7rem;font-weight:600;margin-bottom:2rem;text-align:center;color:#333}@media screen and (max-width: 768px){.app-overview__title[data-v-44b77a3b]{font-size:1.75rem}}.app-overview__content[data-v-44b77a3b]{display:flex;align-items:center;justify-content:space-between;gap:2rem;flex-shrink:1}.app-overview__content--mobile[data-v-44b77a3b]{display:none}@media screen and (max-width: 768px){.app-overview__content--mobile[data-v-44b77a3b]{display:flex;width:300px}}@media screen and (max-width: 768px){.app-overview__content[data-v-44b77a3b]{display:none!important}}.app-overview__list[data-v-44b77a3b]{list-style:none;padding:0;max-width:400px}.app-overview__list-item[data-v-44b77a3b]{padding:1.5rem 2rem;border-radius:.5rem;margin-bottom:1rem;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease}.app-overview__list-item--active[data-v-44b77a3b]{transform:translateY(-.25rem);box-shadow:0 .25rem .5rem #00000026}.app-overview__list-item[data-v-44b77a3b]:hover{background-color:var(--grey-background-color)}@media screen and (max-width: 768px){.app-overview__list-item[data-v-44b77a3b]:hover{background-color:transparent}}.app-overview__list-item__header--workspaces[data-v-44b77a3b]:before{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0,0,256,256'%20width='24px'%20height='24px'%3e%3cg%20fill='%233b3b3b'%20fill-rule='nonzero'%20stroke='none'%20stroke-width='1'%20stroke-linecap='butt'%20stroke-linejoin='miter'%20stroke-miterlimit='10'%20stroke-dasharray=''%20stroke-dashoffset='0'%20font-family='none'%20font-weight='none'%20font-size='none'%20text-anchor='none'%20style='mix-blend-mode:%20normal'%3e%3cg%20transform='scale(10.66667,10.66667)'%3e%3cpath%20d='M7.729,3.521l-5.729,5.678l1.407,1.42l5.729,-5.779c1.206,-1.217%203.116,-1.217%204.221,0l2.814,2.839c1.206,1.217%201.206,3.143%200,4.259l-2.814,2.839c-0.402,0.406%20-1.005,0.406%20-1.407,0c-0.402,-0.406%20-0.402,-1.014%200,-1.42l1.407,-1.42c1.206,-1.217%201.206,-3.143%200,-4.259c-1.206,-1.116%20-3.116,-1.217%20-4.221,0l-2.814,2.839c-1.91,1.926%20-1.91,5.171%200,7.199l2.814,2.839c1.91,1.926%205.126,1.926%207.136,0l5.728,-5.779l-1.407,-1.42l-5.829,5.881c-1.206,1.217%20-3.116,1.217%20-4.221,0l-2.814,-2.839c-1.206,-1.217%20-1.206,-3.143%200,-4.259l2.814,-2.839c0.402,-0.406%201.005,-0.406%201.407,0c0.402,0.406%200.402,1.014%200,1.42l-1.407,1.42c-1.206,1.217%20-1.206,3.143%200,4.259c1.206,1.116%203.116,1.217%204.221,0l2.814,-2.839c1.91,-1.926%201.91,-5.171%200,-7.199l-2.814,-2.839c-1.91,-2.029%20-5.126,-2.029%20-7.035,-0.001z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");width:20px;height:20px;margin-right:.5rem;background-position:center;background-size:cover}.app-overview__list-item__header--boards[data-v-44b77a3b]:before{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0,0,256,256'%20width='16px'%20height='16px'%3e%3cg%20fill='%233b3b3b'%20fill-rule='nonzero'%20stroke='none'%20stroke-width='1'%20stroke-linecap='butt'%20stroke-linejoin='miter'%20stroke-miterlimit='10'%20stroke-dasharray=''%20stroke-dashoffset='0'%20font-family='none'%20font-weight='none'%20font-size='none'%20text-anchor='none'%20style='mix-blend-mode:%20normal'%3e%3cg%20transform='scale(10.66667,10.66667)'%3e%3cpath%20d='M4,2c-1.09306,0%20-2,0.90694%20-2,2v7c0,1.09306%200.90694,2%202,2h5c1.09306,0%202,-0.90694%202,-2v-7c0,-1.09306%20-0.90694,-2%20-2,-2zM15,2c-1.09306,0%20-2,0.90694%20-2,2v3c0,1.09306%200.90694,2%202,2h5c1.09306,0%202,-0.90694%202,-2v-3c0,-1.09306%20-0.90694,-2%20-2,-2zM4,4h5v7h-5zM15,4h5v3h-5zM15,11c-1.09306,0%20-2,0.90694%20-2,2v7c0,1.09306%200.90694,2%202,2h5c1.09306,0%202,-0.90694%202,-2v-7c0,-1.09306%20-0.90694,-2%20-2,-2zM15,13h5v7h-5zM4,15c-1.09306,0%20-2,0.90694%20-2,2v3c0,1.09306%200.90694,2%202,2h5c1.09306,0%202,-0.90694%202,-2v-3c0,-1.09306%20-0.90694,-2%20-2,-2zM4,17h5v3h-5z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");width:20px;height:20px;margin-right:.5rem;background-position:center;background-size:cover}.app-overview__list-item__header--tasks[data-v-44b77a3b]:before{content:"";display:inline-block;background-image:url("data:image/svg+xml,%3csvg%20xmlns='http://www.w3.org/2000/svg'%20xmlns:xlink='http://www.w3.org/1999/xlink'%20viewBox='0,0,256,256'%20width='15px'%20height='15px'%3e%3cg%20fill='%233b3b3b'%20fill-rule='nonzero'%20stroke='%233b3b3b'%20stroke-width='0.5'%20stroke-linecap='butt'%20stroke-linejoin='miter'%20stroke-miterlimit='10'%20stroke-dasharray=''%20stroke-dashoffset='0'%20font-family='none'%20font-weight='none'%20font-size='none'%20text-anchor='none'%20style='mix-blend-mode:%20normal'%3e%3cg%20transform='scale(5.33333,5.33333)'%3e%3cpath%20d='M20.5,3c-2.29659,0%20-4.1943,1.76662%20-4.44922,4h-3.55078c-2.4675,0%20-4.5,2.0325%20-4.5,4.5v27c0,2.4675%202.0325,4.5%204.5,4.5h23c2.4675,0%204.5,-2.0325%204.5,-4.5v-27c0,-2.4675%20-2.0325,-4.5%20-4.5,-4.5h-3.55078c-0.25492,-2.23338%20-2.15262,-4%20-4.44922,-4zM20.5,6h7c0.8465,0%201.5,0.6535%201.5,1.5c0,0.8465%20-0.6535,1.5%20-1.5,1.5h-7c-0.8465,0%20-1.5,-0.6535%20-1.5,-1.5c0,-0.8465%200.6535,-1.5%201.5,-1.5zM12.5,10h4.26953c0.81171,1.2019%202.18519,2%203.73047,2h7c1.54528,0%202.91876,-0.7981%203.73047,-2h4.26953c0.8465,0%201.5,0.6535%201.5,1.5v27c0,0.8465%20-0.6535,1.5%20-1.5,1.5h-23c-0.8465,0%20-1.5,-0.6535%20-1.5,-1.5v-27c0,-0.8465%200.6535,-1.5%201.5,-1.5zM28.60156,17.00977c-1.12842,0%20-2.25511,0.42503%20-3.10742,1.27734l-8.75195,8.75195c-0.19556,0.19513%20-0.33344,0.44048%20-0.39844,0.70898l-1.30273,5.40039c-0.12278,0.50811%200.02778,1.0435%200.39741,1.41313c0.36963,0.36963%200.90502,0.5202%201.41313,0.39741l5.40039,-1.30469c0.26829,-0.06444%200.51362,-0.20164%200.70898,-0.39648l8.75,-8.75195c0.00065,0%200.0013,0%200.00195,0c1.70387,-1.70537%201.70272,-4.51412%20-0.00195,-6.21875c-0.85231,-0.85231%20-1.98095,-1.27734%20-3.10938,-1.27734zM28.60156,19.99023c0.35458,0%200.7096,0.13928%200.98828,0.41797c0.55737,0.55738%200.55813,1.41989%200,1.97852l-8.45117,8.45117l-2.60352,0.62695l0.62695,-2.60352l8.45313,-8.45312c0.27869,-0.27869%200.63175,-0.41797%200.98633,-0.41797z'%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");width:20px;height:20px;margin-right:.5rem;background-position:center;background-size:cover;transform:scale(1.2)}@media screen and (max-width: 1023px){.app-overview__list-item[data-v-44b77a3b]{padding:1rem 1.5rem}}@media screen and (max-width: 768px){.app-overview__list-item[data-v-44b77a3b]{padding:0;box-shadow:none}}.app-overview__list-title[data-v-44b77a3b]{font-size:1rem;font-weight:600;color:var(--black-text-color)}@media screen and (max-width: 768px){.app-overview__list-title[data-v-44b77a3b]{font-size:1.25rem}}.app-overview__list-description[data-v-44b77a3b]{font-size:.938rem;color:var(--dark-grey-text-color)}@media screen and (max-width: 768px){.app-overview__list-description[data-v-44b77a3b]{font-size:1rem}}.app-overview__images[data-v-44b77a3b]{flex-shrink:0;position:relative;overflow:hidden;width:350px}@media screen and (max-width: 1023px){.app-overview__images[data-v-44b77a3b]{width:300px}}@media screen and (max-width: 768px){.app-overview__images[data-v-44b77a3b]{display:none!important}}.app-overview__image[data-v-44b77a3b]{flex-shrink:0;opacity:0;transition:opacity .4s ease;position:absolute}.app-overview__image--active[data-v-44b77a3b]{opacity:1}@media screen and (max-width: 768px){.app-overview__image[data-v-44b77a3b]{position:relative;opacity:1;width:300px!important}}@media screen and (max-width: 768px){.app-overview[data-v-44b77a3b]{padding:50px 20px}}.advantages[data-v-44b77a3b]{background-color:#fff;padding:40px 20px}.advantages__container[data-v-44b77a3b]{text-align:center;width:100%;background:#f5f5f5;padding:3rem 30px;border-radius:24px;background:linear-gradient(90deg,#d3e7ff,#ecebff,#f5faff)}.advantages__title[data-v-44b77a3b]{font-size:2rem;font-weight:700;margin-bottom:60px;color:var(--black-text-color)}@media screen and (max-width: 768px){.advantages__title[data-v-44b77a3b]{font-size:1.75rem}}.advantages__list[data-v-44b77a3b]{gap:20px;list-style:none;padding:0}@media screen and (max-width: 899px){.advantages__list[data-v-44b77a3b]{flex-wrap:wrap}}.advantages__item[data-v-44b77a3b]{text-align:center;max-width:300px;color:var(--black-text-color);align-self:flex-start}.advantages__icon[data-v-44b77a3b]{width:60px;height:60px;margin-bottom:20px}.advantages__item-title[data-v-44b77a3b]{font-size:1.25rem;font-weight:700;margin-bottom:10px}.advantages__item-description[data-v-44b77a3b]{font-size:1rem;line-height:1.5}.icon-float[data-v-44b77a3b]{animation:float-44b77a3b 2s ease-in-out infinite alternate}@keyframes float-44b77a3b{0%{transform:translateY(0)}to{transform:translateY(-5px)}}.hiw[data-v-44b77a3b]{background-color:#fff;padding:40px 20px;width:100%}.hiw__container[data-v-44b77a3b]{text-align:center;width:100%}.hiw__title[data-v-44b77a3b]{font-size:1.7rem;font-weight:700}@media screen and (max-width: 768px){.hiw__title[data-v-44b77a3b]{font-size:1.75rem}}.hiw__steps[data-v-44b77a3b]{display:flex;flex-direction:column;align-items:center;width:900px}@media screen and (max-width: 1023px){.hiw__steps[data-v-44b77a3b]{width:100%}}@media screen and (max-width: 768px){.hiw__steps[data-v-44b77a3b]{margin-top:2rem!important}}.hiw__step[data-v-44b77a3b]{display:flex;align-items:center;flex-direction:column;text-align:left;width:100%;margin-bottom:20px}.hiw__step-content[data-v-44b77a3b]{margin-right:20px;text-align:center}.hiw__step-title[data-v-44b77a3b]{font-size:1.25rem;font-weight:700;margin-bottom:10px}.hiw__step-description[data-v-44b77a3b]{font-size:1rem;line-height:1.5}.hiw__step--active[data-v-44b77a3b]{opacity:1}.hiw__vertical-line[data-v-44b77a3b]{width:2px;height:100px;border-left:2px dashed #ccc}@media screen and (max-width: 768px){.hiw[data-v-44b77a3b]{padding:20px}}.examples[data-v-44b77a3b]{background-color:#fff;padding:40px 20px 0;width:100%}.examples__container[data-v-44b77a3b]{text-align:center;background:linear-gradient(90deg,#d3e7ff,#ecebff,#f5faff);padding:3rem 30px;border-radius:24px;width:100%}@media screen and (max-width: 768px){.examples__container[data-v-44b77a3b]{padding:1.5rem}}.examples__title[data-v-44b77a3b]{font-size:2rem;font-weight:700;color:var(--black-text-color)}@media screen and (max-width: 768px){.examples__title[data-v-44b77a3b]{font-size:1.75rem}}.examples__grid[data-v-44b77a3b]{gap:1rem;flex-wrap:wrap;justify-content:center}.examples__item[data-v-44b77a3b]{background-color:#fff;padding:30px;border-radius:8px;box-shadow:0 2px 4px #0000001a;text-align:center;transition:all .3s;flex-grow:1;max-width:300px}@media screen and (max-width: 768px){.examples__item[data-v-44b77a3b]{padding:1rem}}.examples__item[data-v-44b77a3b]:hover{box-shadow:0 4px 8px 3px #0003}.examples__item-icon[data-v-44b77a3b]{width:80px;height:80px;margin:0 auto;display:flex;justify-content:center;align-items:center}.examples__item-icon img[data-v-44b77a3b]{max-width:100%;max-height:100%}.examples__item-title[data-v-44b77a3b]{font-size:1rem;font-weight:700;margin-bottom:10px;color:#343a40}.examples__item-description[data-v-44b77a3b]{font-size:15px;line-height:1.5;color:#6c757d}@media screen and (max-width: 768px){.examples[data-v-44b77a3b]{padding:20px}}.pricing[data-v-44b77a3b]{padding:20px;width:100%}.pricing__container[data-v-44b77a3b]{text-align:center;width:100%;border-radius:24px;padding:40px 0}@media screen and (max-width: 768px){.pricing__container[data-v-44b77a3b]{padding:20px 0}}.pricing__header[data-v-44b77a3b]{max-width:800px}.pricing__title[data-v-44b77a3b]{font-size:2rem;font-weight:900;color:var(--black-text-color);line-height:1.4}@media screen and (max-width: 768px){.pricing__title[data-v-44b77a3b]{font-size:1.75rem}}.pricing__description[data-v-44b77a3b]{font-size:1rem;color:#7b7b7b}.pricing__plans[data-v-44b77a3b]{display:flex;justify-content:center;gap:30px;width:100%}@media screen and (max-width: 768px){.pricing__plans[data-v-44b77a3b]{flex-wrap:wrap}}.footer[data-v-44b77a3b]{color:#fff;background-color:#fff;margin-top:0;padding:20px}.footer__container[data-v-44b77a3b]{width:100%;display:flex;flex-wrap:wrap;border-radius:24px;padding:20px;background-color:#343a40}.footer__logo[data-v-44b77a3b]{width:100%;text-align:center;height:24px;display:inline-block;align-self:center}.footer__navigation[data-v-44b77a3b]{gap:2rem}.footer__items[data-v-44b77a3b]{list-style:none;padding:0;margin:0}.footer__items-title[data-v-44b77a3b]{font-size:.875rem;color:var(--grey-text-color)}.footer__item[data-v-44b77a3b]{font-size:.875rem}.footer__link[data-v-44b77a3b]{color:#fff;text-decoration:none}.footer__link[data-v-44b77a3b]:hover{text-decoration:underline}.footer__copyright[data-v-44b77a3b]{font-size:.8125rem;text-align:center;width:100%;color:var(--grey-text-color)}
