.hero-small{align-items:flex-start;background-color:var(--color-dark,#010101);background-position:50%;background-repeat:no-repeat;background-size:cover;margin:0 auto;max-width:1440px}.hero-small,.hero-small__container{display:flex;flex-direction:column;position:relative;width:100%}.hero-small__container{gap:24px;z-index:1}.hero-small--center{padding:160px 372px 80px}.hero-small--center .hero-small__container{align-items:center;text-align:center}.hero-small__subheader{font-family:var(--font-family-secondary,"Inter",sans-serif);font-size:20px;font-style:normal;font-weight:600;line-height:normal;margin:0}.hero-small--center .hero-small__subheader{color:var(--color-mirai-green,#00d0a8)}.hero-small__heading{color:var(--color-white,#fff);font-family:var(--font-family-primary,"Manrope",sans-serif);font-size:48px;font-weight:700;letter-spacing:-.96px;line-height:60px;margin:0}.hero-small--center .hero-small__heading{max-width:696px}.hero-small__description{color:var(--color-stroke,#c1c1c1);font-family:var(--font-family-primary,"Manrope",sans-serif);font-size:18px;font-weight:400;line-height:28px;margin:0}.hero-small--center .hero-small__description{max-width:666px}.hero-small__subheader+.hero-small__heading{margin-top:-4px}.hero-small__heading+.hero-small__description{margin-top:-2px}.hero-small--left{padding:80px 135px}.hero-small--left .hero-small__container{align-items:flex-start;max-width:524px;text-align:left}.hero-small--left .hero-small__subheader{color:var(--color-white,#fff)}.hero-small__overlay{background:linear-gradient(270deg,transparent,rgba(0,0,0,.6) 60.577%),linear-gradient(0deg,transparent 82.955%,rgba(0,0,0,.4) 93.531%);bottom:0;left:0;pointer-events:none;position:absolute;right:0;top:0}@media (max-width:1023px){.hero-small--center{padding:120px 80px 60px}}@media (max-width:767px){.hero-small--center{padding:60px 16px}.hero-small__subheader{font-size:16px}.hero-small__heading{font-size:28px;letter-spacing:-.56px;line-height:36px}.hero-small__description{font-size:16px;line-height:24px}}@media (max-width:1023px){.hero-small--left{padding:60px 80px}.hero-small--left .hero-small__container{max-width:400px}}@media (max-width:767px){.hero-small--left{padding:40px 16px}.hero-small--left .hero-small__container{max-width:100%}}.hero-small__buttons{align-items:center;display:flex;gap:15px}.hero-small--center .hero-small__buttons{justify-content:center}.hero-small--left .hero-small__buttons{justify-content:flex-start}.hero-small__button{align-items:center;border-radius:8px;cursor:pointer;display:inline-flex;font-family:var(--font-family-primary,"Manrope",sans-serif);font-size:16px;font-weight:700;justify-content:center;line-height:24px;padding:12px 24px;text-decoration:none;transition:filter .2s ease,transform .2s ease}.hero-small__button--primary{background-color:var(--color-mirai-green,#00d0a8);border:none;color:var(--color-dark,#010101)}.hero-small__button--secondary{background-color:var(--color-white,#fff);border:1px solid var(--color-mirai-green,#00d0a8);color:#181818}.hero-small__button--placeholder{cursor:default;opacity:.7}.hero-small__button:hover{filter:brightness(.9)}.hero-small__button--placeholder:hover{filter:none}.hero-small__button:focus-visible{outline:2px solid var(--color-mirai-green,#00d0a8);outline-offset:2px}@media (max-width:767px){.hero-small__buttons{flex-direction:column;width:100%}.hero-small__button{justify-content:center;width:100%}}