:root{--header-height:126px;--hero-margin:50px}.zs_hero{height:1040px;padding:calc(var(--header-height) + var(--hero-margin)) 16px 0 16px}.zs_hero,.zs_hero:after{position:relative;width:100%}.zs_hero:after{background:#fff;border-radius:36px 36px 0 0;content:"";display:block;height:70px;margin:-30px 0 0}.zs_hero_container{align-items:center;background:var(--blue-light);border-radius:64px 64px 0 0;display:flex;flex-direction:column;height:100%;justify-content:flex-start;width:100%}.zs_hero_container__content{align-items:center;display:flex;justify-content:space-between;margin:70px 0 0;max-width:1200px;width:90%;.content_text{display:flex;flex-direction:column;width:50%;.zs_hero_subtitle{color:var(--neutral-strong);font-family:var(--primary-font);font-size:28px;font-weight:400;margin:0;opacity:.8}.zs_hero_title{color:var(--blue-strong);font-family:var(--primary-font);font-size:50px;font-weight:600;letter-spacing:-2px;line-height:118%;margin:8px 0 0 -5px}}}.zs_hero_button{background:var(--neutral-lightness);border-radius:20px;color:var(--blue-strong);font-family:var(--primary-font);font-size:20px;font-weight:500;padding:28px 32px;text-decoration:none}.zs_hero_image_container{align-items:center;display:flex;flex-direction:column;justify-content:flex-start;overflow:hidden;padding:55px 0 0;position:relative;width:100%;.zs_hero_signature_animation{align-items:center;bottom:35px;cursor:pointer;display:flex;height:130px;justify-content:center;left:calc(50% - 275px);position:absolute;transform:translateX(-50%);transition:all .3s ease;width:350px;z-index:8}.signature-variant{height:130px;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease;width:310px}.signature-variant.active{opacity:1}.signature-path{animation:none;filter:drop-shadow(0 1px 2px rgba(0,0,0,.1));stroke-dasharray:500;stroke-dashoffset:500}@keyframes drawSignature{0%{stroke-dashoffset:500;stroke-width:1}25%{stroke-width:2.5}50%{stroke-width:2}75%{stroke-width:2.5}to{stroke-dashoffset:0;stroke-width:2.5}}.zs_hero_image_desktop{display:block;max-width:990px;object-fit:cover}.zs_hero_image_mobile{display:none}}.zs_hero_image_container .zs_hero_notification_animation{bottom:70px;height:255px;left:calc(50% + 395px);position:absolute;transform:translateX(-50%);width:340px;.zs_hero_notification_item{align-items:center;background:#fff;border-radius:22px;box-shadow:0 2px 18px 0 #4242422b;display:flex;filter:blur(2px);gap:10px;height:auto;justify-content:flex-start;left:50%;opacity:.8;padding:12px;position:absolute;top:50%;transform:scale(.8) translate(-50%,-50%);width:100%;*{pointer-events:none;user-select:none}img{border-radius:12px;height:50px;width:auto}.zs_hero_notification_item_text_content{align-items:flex-start;display:flex;flex-direction:column;gap:6px;justify-content:center;width:85%;h5{color:var(--blue-strong);font-size:14px;font-weight:600;line-height:90%}h5,span{font-family:var(--primary-font);margin:0}span{color:var(--neutral-default-original);font-size:12px;font-weight:400;line-height:115%;max-width:80%}}}.zs_hero_notification_item:first-child{animation:rotateNotificationsIndex01 6s linear infinite;animation-play-state:running}.zs_hero_notification_item:nth-child(2){animation:rotateNotificationsIndex02 6s linear infinite;animation-play-state:running}.zs_hero_notification_item:nth-child(3){animation:rotateNotificationsIndex03 6s linear infinite;animation-play-state:running}}.zs_hero_image_container .zs_hero_notification_animation.animation_play{.zs_hero_notification_item{animation-play-state:paused}}.zs_icon_button{display:inline-flex;text-decoration:none}.zs_main_button{align-items:center;background:var(--neutral-lightness);border-radius:20px;display:flex;gap:14px;justify-content:center;overflow:hidden;padding:20px 32px;position:relative;transition:background .3s ease;img{height:20px;width:auto}img,span{position:relative;z-index:2}span{color:var(--blue-strong);font-family:var(--primary-font);font-size:18px;font-weight:500}}.zs_main_button:before{background:radial-gradient(circle at var(--x,20%) var(--y,20%),rgba(0,120,255,.18),transparent 40%);border-radius:20px;content:"";height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .3s ease;width:100%;z-index:1}.zs_main_button:hover:before{opacity:1}.zs_arrow_icon{align-items:center;background:var(--neutral-lightness);border-radius:20px;display:flex;justify-content:center;overflow:hidden;transition:transform .3s ease;width:64px;img{height:18px;transition:transform .3s ease}&:hover{transform:translateX(4px)}}.zs_arrow_icon.hover-in img{animation:ArrowEscape .3s forwards}.zs_arrow_icon.hover-out img{animation:ArrowReturn .3s forwards}@keyframes ArrowEscape{0%{transform:translate(0)}49%{transform:translate(35px,-35px)}50%{transform:translate(-35px,35px)}to{transform:translate(0)}}@keyframes ArrowReturn{0%{transform:translate(0)}49%{transform:translate(-35px,35px)}50%{transform:translate(35px,-35px)}to{transform:translate(0)}}.icon_arrow_enable{display:flex}.icon_arrow_disable{display:none}@media (max-width:900px){.zs_hero{height:auto;padding:115px 16px 0}.zs_hero:after{height:145px;margin:-30px -16px 20px;width:calc(100% + 32px)}.zs_hero_container{border-radius:42px 42px 0 0}.zs_hero_container__content{align-items:center;flex-direction:column;justify-content:flex-start;margin:50px 0 0;row-gap:35px;.content_text{width:100%;.zs_hero_subtitle{font-size:16px;font-weight:400;text-align:center}.zs_hero_title{font-size:26px;font-weight:600;letter-spacing:-1px;text-align:center}}}.zs_hero_notification_animation,.zs_hero_signature_animation{display:none!important}.zs_icon_button{.zs_arrow_icon{display:none}}.zs_hero_image_container{margin:75px 0 -65px;overflow:initial;padding:0;transform:translateX(45px);z-index:1;.zs_hero_image_desktop{display:none}.zs_hero_image_mobile{display:block;max-width:600px;transform:translateX(6px);width:102%}}}