.homepage .container{max-width:var(--container-max-width);margin:0 auto;padding:5.625rem 0}.homepage .hero{background:linear-gradient(116deg,rgba(235,245,255,.2),rgba(117,191,252,.2) 50%,rgba(235,245,255,.6)),#FFF;font-family:var(--font-dm-sans);overflow:hidden}.homepage .hero__container{padding:178px 0 90px;position:relative}.homepage .hero__text-wrapper{width:564px;flex:0 0 auto;display:flex;flex-direction:column;gap:2rem;z-index:1;position:relative}.homepage .hero__title{color:var(--color-base-text);font-size:var(--text-8xl);font-style:normal;font-weight:700;line-height:120%;text-align:left;width:110%}.homepage .hero__animated-word{display:inline-block;position:relative;background:linear-gradient(178deg,var(--color-primary-verylow) 2.55%,var(--color-primary-regular) 67.52%);background-clip:text;-webkit-background-clip:text;-webkit-text-fill-color:transparent;transition:all .3s ease;overflow:visible;text-wrap:none}.homepage .hero__animated-word:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:currentColor;transform:scaleX(0);transition:transform .3s ease}.homepage .hero__animated-word{animation:slideIn .5s forwards}.homepage .hero__animated-word--out{animation:slideOut .5s forwards}@keyframes slideIn{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes slideOut{0%{transform:translateY(0);opacity:1}to{transform:translateY(-20px);opacity:0}}.homepage .hero__text{color:var(--color-base-text);font-size:var(--text-lg);font-style:normal;font-weight:400;line-height:150%}.homepage .hero__illust{position:absolute;right:0;margin-right:-100px;top:4rem}.homepage .hero__benefits{border-radius:20px;border:2px solid var(--color-base-white);background:rgba(255,255,255,.4);box-shadow:0 0 12px 0 rgba(0,0,0,.04);backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);margin-top:16rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));grid-gap:2.5rem;gap:2.5rem;padding:2.5rem 2rem}.homepage .hero__benefit-item{width:100%;min-width:0}.homepage .hero__benefit-title{display:flex;align-items:center;gap:12px;align-self:stretch;margin-bottom:12px}.homepage .hero__benefit-title h2{font-size:var(--text-md);line-height:135%}.homepage .hero__benefit-item p{color:var(--color-base-text);font-size:var(--text-sm);font-style:normal;font-weight:400;line-height:150%}@media (max-width:1152px){.homepage .container,.homepage .hero__container{padding-inline:1rem}.homepage .hero__benefits{grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:1.5rem}}@media (max-width:1024px){.homepage .container{padding:4rem 2rem}.homepage .hero__container{padding:178px 32px 90px}.homepage .hero__text-wrapper{max-width:400px;width:100%}.homepage .hero__title{width:130%}}@media (max-width:1010px){.homepage .hero__container{padding-top:40rem}.homepage .hero__illust{right:auto;margin:0 auto;display:flex;justify-content:center;width:100%;max-width:720px;left:50%;transform:translateX(-50%)}.homepage .hero__illust-img{width:100%;height:auto;max-width:100%}.homepage .hero__text-wrapper{max-width:max-content;margin:auto;gap:1rem}.homepage .hero__title{width:100%;line-height:120%}.homepage .hero__animated-word{display:inline-block;min-width:7ch}.homepage .hero__benefits{grid-template-columns:repeat(2,1fr);grid-auto-rows:auto}.homepage .hero__illust-img{width:80%;height:80%;margin:auto}.homepage .hero__benefits{margin-top:6rem;gap:1.5rem}}@media (max-width:768px){.homepage .hero__container{padding-top:31rem}.homepage .hero__illust-img{width:100%;height:auto;max-width:100%}.homepage .hero__illust{max-width:420px}}@media (max-width:575px){.homepage .container{padding:4rem 1rem}.homepage .hero__container{padding-top:25rem;padding-inline:1rem}.homepage .hero__illust{max-width:320px}.homepage .hero__benefits{grid-template-columns:1fr;padding:1.5rem;gap:1rem}.homepage .hero__benefit-title{margin-bottom:6px}.homepage .hero__benefit-title--img{width:42px}.homepage .hero__benefit-title h3 br{display:none}}