@import"https://fonts.googleapis.com/css2?family=Lexend:wght@100..900&display=swap";:root{--color-primary: #3c86fc;--color-primary-hover: #2f6cde;--color-snow: #fafdff;--color-deep-blue: #030a22;--color-text-primary: #404258;--color-text-secondary: #6B728E;--color-text-fade: #9298b2;--color-divider: #bcc2db;--color-light-gray: #eef0f5;--color-snow: #fafafa;--color-green: #22c55e;--color-light-green: #97f3b8;--color-red: #ef4444;--color-yellow: #ffae00;--color-blue: #3b82f6;--text-sm: .875rem;--text-md: 1rem;--text-lg: 1.25rem;--text-xl: 2rem;--text-2xl: 3rem;--text-3xl: 5rem}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body{display:flex;flex-direction:column;min-height:100dvh;background-color:var(--color-snow);color:var(--color-text-primary);font-size:16px;font-family:Lexend,sans-serif;font-optical-sizing:auto;font-weight:400;font-style:normal}main{flex-grow:1}a{text-decoration:none}ul{list-style:none}h1{font-size:var(--text-2xl)}img{width:100%;max-width:100%;height:auto}@font-face{font-family:AerishRegular;src:url(/fonts/AerishRegular.woff2) format("woff2"),url(/fonts/AerishRegular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}.button{display:flex;align-items:center;justify-content:center;gap:.5rem;padding:.5rem 1rem;border-radius:.5rem;border:none;transition:background-color .2s ease-in-out}.button--rounded{border-radius:1rem}.button--large{padding:1rem 2rem;font-size:var(--text-lg)}.button--large:is(.button--rounded){border-radius:2rem}@media screen and (max-width:768px){.button--large{width:100%}}.button--cta{font-size:var(--text-lg);padding:1rem 1.5rem;box-shadow:0 8px 16px #0055ff72;border-radius:1.8rem}.button--primary{background-color:var(--color-primary);color:var(--color-snow)}.button--primary:hover{background-color:var(--color-primary-hover)}.button--secondary{background-color:var(--color-snow);color:var(--color-text-primary)}.button--secondary:hover{background-color:var(--color-light-gray)}.navbar{display:flex;align-items:center;justify-content:space-between;padding:1rem 0}.navbar__logo{display:flex;align-items:flex-end;gap:8px}.navbar__logo-icon{width:30px}.navbar__logo-text{font-family:AerishRegular;font-weight:400;font-size:var(--text-lg);padding-bottom:2px}.navbar__links-list{display:flex;align-items:center;gap:16px}@media screen and (max-width:768px){.navbar__links-list{display:none}}.navbar__link{color:var(--color-text-secondary);transition:color .2s ease-in-out}.navbar__link:hover{color:var(--color-primary)}.footer{background-color:var(--color-deep-blue);color:var(--color-text-fade)}.footer__content{display:flex;align-items:start;justify-content:space-between;padding:4rem 1rem}@media screen and (max-width:768px){.footer__content{flex-direction:column;gap:2rem}}.footer__brand{display:flex;flex-direction:column;gap:1rem}@media screen and (max-width:768px){.footer__brand{align-items:center}}.footer__logo{display:flex;align-items:flex-end;gap:8px}.footer__logo-icon{width:30px}.footer__logo-text{font-family:AerishRegular;font-weight:400;font-size:var(--text-lg);padding-bottom:2px;color:var(--color-snow)}.footer__brand-text{max-width:376px;line-height:1.2}@media screen and (max-width:768px){.footer__brand-text{text-align:center}}.footer__links{display:grid;grid-template-columns:repeat(3,1fr);gap:4rem}@media screen and (max-width:768px){.footer__links{grid-template-columns:1fr;gap:2rem}}.footer__links-title{color:var(--color-snow);margin-bottom:.75rem;font-weight:600}.footer__link{display:flex;padding:.25rem 0;color:var(--color-text-fade);transition:color .2s ease-in-out}.footer__link:hover{color:var(--color-snow)}.footer__legal{display:flex;align-items:center;justify-content:space-between;padding:1rem 0;border-top:1px solid var(--color-divider);color:var(--color-light-gray)}@media screen and (max-width:768px){.footer__legal{flex-direction:column-reverse;gap:1rem;text-align:center}}.footer__legal-links{display:flex;gap:1.5rem}.footer__legal-links>*{color:var(--color-text-fade);transition:color .2s ease-in-out}.footer__legal-links>*:hover{color:var(--color-snow)}.landing-hero-section{display:flex;align-items:center;justify-content:center;padding:60px 0;min-height:80dvh;background:linear-gradient(-45deg,#dde5f7,#f5f7f8,#ddf7e8)}.landing-hero{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:2rem;animation:appear-from-bottom 1s ease-in-out forwards}.landing-hero__highlight{display:flex;align-items:center;gap:.5rem;border:1px solid var(--color-green);color:var(--color-green);font-weight:500;padding:.5rem 1rem;border-radius:1.2rem}.landing-hero__highlight-pulse{display:relative;width:.75rem;height:.75rem}.landing-hero__highlight-pulse:before{content:"";position:absolute;width:.75rem;height:.75rem;border-radius:50%;opacity:0;background-color:var(--color-light-green);animation:landing-hero-highlight-pulse 2s ease-in-out infinite}.landing-hero__highlight-pulse:after{content:"";position:absolute;width:.75rem;height:.75rem;border-radius:50%;background-color:var(--color-green)}.landing-hero__title{max-width:1024px;font-weight:400;color:var(--color-text-primary);text-align:center}.landing-hero__title--accent{color:var(--color-primary)}@media screen and (max-width:768px){.landing-hero__title{font-size:var(--text-xl)}}.landing-hero__subtitle{max-width:768px;text-align:center;font-weight:400;color:var(--color-text-secondary);font-size:var(--text-lg)}@media screen and (max-width:768px){.landing-hero__subtitle{font-size:var(--text-md)}}.landing-hero__trusted-by{margin-top:1rem;display:flex;align-items:center;flex-direction:column;gap:.5rem}.landing-hero__trusted-by-testimony{font-weight:400;color:var(--color-text-secondary);text-align:center}.landing-hero__trusted-by-star{animation:wave 2s ease-in-out infinite}.landing-hero__trusted-by-star-1{animation-delay:0s}.landing-hero__trusted-by-star-2{animation-delay:.2s}.landing-hero__trusted-by-star-3{animation-delay:.4s}.landing-hero__trusted-by-star-4{animation-delay:.6s}.landing-hero__trusted-by-star-5{animation-delay:.8s}@keyframes landing-hero-highlight-pulse{0%{transform:scale(1);opacity:0}50%{transform:scale(1.8);opacity:.8}to{transform:scale(1);opacity:0}}@keyframes wave{0%{transform:translateY(0)}50%{transform:translateY(-30%)}to{transform:translateY(0)}}.landing-services{padding:120px 0;background-color:var(--color-light-gray)}.landing-services-heading{text-align:center;font-weight:400;color:var(--color-text-primary);margin-bottom:60px}.landing-services-heading__title{font-size:var(--text-xl);font-weight:400;margin-bottom:1rem}.landing-services-heading__title--highlight{color:var(--color-primary)}.landing-services-heading__subtitle{font-size:var(--text-lg);font-weight:400;color:var(--color-text-secondary)}.landing-services__groups{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem}@media screen and (max-width:768px){.landing-services__groups{grid-template-columns:1fr}}.landing-services__group{padding:1.2rem;border-radius:.6rem;background-color:var(--color-snow);box-shadow:0 10px 25px #6f84b91a;animation:appear-scaling-from-center linear;animation-timeline:view();animation-range:entry 0% cover 100%}@media screen and (max-width:768px){.landing-services__group{animation:appear-from-bottom linear;animation-timeline:view();animation-range:entry 0% cover 60%}}.landing-services__group--left{animation:appear-scaling linear,appear-scaling-from-right linear;animation-timeline:view();animation-range:entry 0% cover 100%}@media screen and (max-width:768px){.landing-services__group--left{animation:appear-from-bottom linear;animation-timeline:view();animation-range:entry 0% cover 60%}}.landing-services__group--right{animation:appear-scaling linear,appear-scaling-from-left linear;animation-timeline:view();animation-range:entry 0% cover 100%}@media screen and (max-width:768px){.landing-services__group--right{animation:appear-from-bottom linear;animation-timeline:view();animation-range:entry 0% cover 60%}}.landing-services__group-heading{display:flex;align-items:center;gap:1rem;margin-bottom:2rem}.landing-services__group-heading-icon{padding:.5rem;border-radius:.5rem;background-color:var(--color-primary)}.landing-services__services-list{display:flex;flex-direction:column;gap:1.5rem}.landing-services .service{display:flex;align-items:start;gap:.8rem}.landing-services .service__title{font-size:var(--text-md);font-weight:600;color:var(--color-text-secondary);margin-bottom:.25rem}.landing-services .service__description{font-size:var(--text-sm);font-weight:400;color:var(--color-text-fade)}.landing-process{padding:120px 0}.landing-process .landing-process-heading{text-align:center;font-weight:400;color:var(--color-text-primary);margin-bottom:60px}.landing-process .landing-process-heading__title{font-size:var(--text-xl);font-weight:400;margin-bottom:1rem}.landing-process .landing-process-heading__title--highlight{color:var(--color-primary)}.landing-process .landing-process-heading__subtitle{font-size:var(--text-lg);font-weight:400;color:var(--color-text-secondary)}.landing-process-path{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;align-items:start}@media screen and (max-width:768px){.landing-process-path{grid-template-columns:1fr}}.landing-process-path-step{display:grid}@media screen and (max-width:768px){.landing-process-path-step{animation:appear-from-bottom linear;animation-timeline:view();animation-range:entry 0% cover 60%}}.landing-process-path-step__heading{display:flex;align-items:center;gap:1rem;border-bottom:1px solid var(--color-divider);padding-bottom:.8rem;margin-bottom:1rem}.landing-process-path-step__heading-number{font-size:var(--text-3xl);line-height:1;background:linear-gradient(90deg,#7b2eff,#07f);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent}.landing-process-path-step__heading-title{font-weight:400;font-size:1.5rem}.landing-process-path-step__content{font-size:var(--text-md);font-weight:400;color:var(--color-text-secondary)}.landing-testimonies{padding:120px 0;background-color:var(--color-light-gray)}.landing-testimonies-heading{text-align:center;font-weight:400;color:var(--color-text-primary);margin-bottom:60px}.landing-testimonies-heading__title{font-size:var(--text-xl);font-weight:400;margin-bottom:1rem}.landing-testimonies-heading__title--highlight{color:var(--color-primary)}.landing-testimonies-heading__subtitle{font-size:var(--text-lg);font-weight:400;color:var(--color-text-secondary)}.landing-testimonies__content{display:grid;align-items:center;grid-template-columns:repeat(3,1fr);gap:1rem}@media screen and (max-width:768px){.landing-testimonies__content{grid-template-columns:1fr}}.landing-testimonies__banner{grid-column:span 2}@media screen and (max-width:768px){.landing-testimonies__banner{order:1}}@media screen and (max-width:768px){.landing-testimonies__list{order:2}}.landing-testimonies__list-nav{display:flex;align-items:center;justify-content:flex-start;gap:1rem;margin-top:2rem}.landing-testimonies__list-nav-arrow{cursor:pointer;transition:color .2s ease-in-out}.landing-testimonies__list-nav-arrow:hover{color:var(--color-primary)}.landing-testimonies__list-item{display:none;flex-direction:column;padding:1.2rem;border-radius:.6rem;background-color:var(--color-snow);box-shadow:0 10px 25px #6f84b91a;animation:appear 1s ease-in-out}.landing-testimonies__list-item--visible{display:flex}.landing-testimonies__list-item-heading{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.landing-testimonies__list-item-flag{width:30px;height:20px;border-radius:.25rem;overflow:hidden}.landing-testimonies__list-item-text{padding-bottom:1rem;font-size:var(--text-sm);font-weight:500;line-height:1.5;color:var(--color-text-secondary);margin:1rem 0;flex-grow:1;border-bottom:1px solid var(--color-divider)}.landing-testimonies__list-item-author{display:flex;align-items:center;gap:.5rem}.landing-testimonies__list-item-author-avatar{width:50px;height:50px;border-radius:50%;overflow:hidden}.landing-testimonies__list-item-author-info{display:grid;gap:.25rem;font-weight:500;color:var(--color-text-secondary)}.landing-contact{padding-bottom:120px;background-color:var(--color-light-gray)}@media screen and (max-width:768px){.landing-contact{padding-bottom:60px}}.landing-contact__content{display:flex;align-items:center;justify-content:space-between;gap:2rem;border-radius:1.2rem;padding:60px;background:linear-gradient(90deg,#1e3659,var(--color-deep-blue),#184b5d);box-shadow:0 8px 16px #06183b4e;animation:box-appear linear;animation-timeline:view();animation-range:entry 0% exit 60%}@media screen and (max-width:768px){.landing-contact__content{flex-direction:column;gap:1rem;padding:32px}}.landing-contact__phrase{color:var(--color-snow);font-size:var(--text-xl)}.landing-contact__phrase--highlight{color:var(--color-primary)}@media screen and (max-width:768px){.landing-contact__phrase{text-align:center}}@keyframes box-appear{0%{opacity:0;transform:translateY(50px)}30%{opacity:1;transform:translateY(0)}}@keyframes appear{0%{opacity:0}to{opacity:1}}@keyframes appear-from-bottom{0%{transform:translateY(50px);opacity:0}to{transform:translateY(0);opacity:1}}.container{width:100%;margin-inline:auto;padding-inline:1rem}@media(min-width:480px){.container{padding-inline:1.25rem}}@media(min-width:768px){.container{max-width:720px;padding-inline:1.5rem}}@media(min-width:1024px){.container{max-width:960px}}@media(min-width:1280px){.container{max-width:1140px}}.section-title{font-weight:400;color:var(--color-text-primary)}
