.g-portal__theme-wrapper{display:contents}.g-popup{--_--background-color:var(--g-popup-background-color,var(--g-color-base-float));--_--border-color:var(--g-popup-border-color,var(--g-color-line-generic-solid));--_--border-radius:var(--g-popup-border-radius,4px);--_--border-width:var(--g-popup-border-width,1px);position:relative;border-radius:var(--_--border-radius);background-color:var(--_--background-color);box-shadow:0 0 0 var(--_--border-width) var(--_--border-color),0 8px 20px var(--_--border-width) var(--g-color-sfx-shadow);outline:none;visibility:hidden;transition-property:opacity,transform;transition-timing-function:ease-out}.g-popup_open{visibility:visible}.g-popup_disable-transition{transition:none}.g-popup>.g-popup__arrow+*,.g-popup>:first-child:not(.g-popup__arrow){border-start-start-radius:inherit;border-start-end-radius:inherit}.g-popup>:last-child{border-end-start-radius:inherit;border-end-end-radius:inherit}[data-floating-ui-status=close]>.g-popup,[data-floating-ui-status=open]>.g-popup{transition-duration:.1s}[data-floating-ui-status=close]>.g-popup,[data-floating-ui-status=initial]>.g-popup{opacity:0;transform:translate(0)}[data-floating-ui-status=close][data-floating-ui-placement*=bottom]>.g-popup,[data-floating-ui-status=initial][data-floating-ui-placement*=bottom]>.g-popup{transform:translateY(10px)}[data-floating-ui-status=close][data-floating-ui-placement*=top]>.g-popup,[data-floating-ui-status=initial][data-floating-ui-placement*=top]>.g-popup{transform:translateY(-10px)}[data-floating-ui-status=close][data-floating-ui-placement*=left]>.g-popup,[data-floating-ui-status=initial][data-floating-ui-placement*=left]>.g-popup{transform:translateX(-10px)}[data-floating-ui-status=close][data-floating-ui-placement*=right]>.g-popup,[data-floating-ui-status=initial][data-floating-ui-placement*=right]>.g-popup{transform:translateX(10px)}@media (prefers-reduced-motion:reduce){[data-floating-ui-status][data-floating-ui-placement]>.g-popup{transform:none;transition-property:opacity}}.g-popup__arrow{position:absolute}.g-popup__arrow-content{width:18px;height:18px;position:relative;overflow:hidden;display:flex}.g-popup__arrow-circle-wrapper{background-color:transparent;overflow:hidden;width:9px;height:9px;position:relative}.g-popup__arrow-circle{box-sizing:border-box;border-radius:50%;box-shadow:inset 0 0 0 calc(5px - var(--_--border-width)) var(--_--background-color),inset 0 0 0 5px var(--_--border-color);width:28px;height:30px;position:absolute}.g-popup__arrow-circle_left{inset-inline-end:-5px;inset-block-end:-4px}.g-popup__arrow-circle_right{inset-inline-start:-5px;inset-block-end:-4px}[data-floating-ui-placement*=bottom] .g-popup__arrow{inset-block-start:-9px}[data-floating-ui-placement*=top] .g-popup__arrow{inset-block-end:-9px}[data-floating-ui-placement*=top] .g-popup__arrow-content{transform:rotate(180deg)}[data-floating-ui-placement*=left] .g-popup__arrow{right:-9px}[data-floating-ui-placement*=left] .g-popup__arrow-content{transform:rotate(90deg)}[data-floating-ui-placement*=right] .g-popup__arrow{left:-9px}[data-floating-ui-placement*=right] .g-popup__arrow-content{transform:rotate(-90deg)}@keyframes g-pulse{50%{opacity:15%}}.g-loader{display:inline-flex;align-items:center}.g-loader__center,.g-loader__left,.g-loader__right{background:var(--g-color-base-brand);animation:g-pulse .8s ease infinite}.g-loader__left{animation-delay:.2s}.g-loader__center{animation-delay:.4s}.g-loader__right{animation-delay:.6s}.g-loader_size_s .g-loader__left{height:calc(20px / 1.5);width:5px}.g-loader_size_s .g-loader__center{width:5px;height:20px;-webkit-margin-start:5px;margin-inline-start:5px}.g-loader_size_s .g-loader__right{height:calc(20px / 1.5);width:5px;-webkit-margin-start:5px;margin-inline-start:5px}.g-loader_size_m .g-loader__left{height:calc(28px / 1.5);width:7px}.g-loader_size_m .g-loader__center{width:7px;height:28px;-webkit-margin-start:7px;margin-inline-start:7px}.g-loader_size_m .g-loader__right{height:calc(28px / 1.5);width:7px;-webkit-margin-start:7px;margin-inline-start:7px}.g-loader_size_l .g-loader__left{height:calc(36px / 1.5);width:9px}.g-loader_size_l .g-loader__center{width:9px;height:36px;-webkit-margin-start:9px;margin-inline-start:9px}.g-loader_size_l .g-loader__right{height:calc(36px / 1.5);width:9px;-webkit-margin-start:9px;margin-inline-start:9px}.g-dropdown-menu__switcher-wrapper{display:inline-block}.g-dropdown-menu__switcher-button{display:flex}.g-dropdown-menu__menu-item_separator{-webkit-border-before:1px solid var(--g-color-line-generic-solid);border-block-start:1px solid var(--g-color-line-generic-solid);margin:.5em 0;pointer-events:none}.g-dropdown-menu__sub-menu-arrow{inset-inline-end:-4px;position:relative}.g-dropdown-menu__sub-menu{position:relative}.g-dropdown-menu__sub-menu .g-dropdown-menu__menu:after,.g-dropdown-menu__sub-menu .g-dropdown-menu__menu:before{position:absolute;inset-block-start:0;width:10px;height:100%;content:""}.g-dropdown-menu__sub-menu .g-dropdown-menu__menu:before{inset-inline-start:-10px}.g-dropdown-menu__sub-menu .g-dropdown-menu__menu:after{inset-inline-end:-10px}.g-dropdown-menu__popup-content>:first-child{border-start-start-radius:inherit;border-start-end-radius:inherit}.g-dropdown-menu__popup-content>:last-child{border-end-start-radius:inherit;border-end-end-radius:inherit}.g-menu{box-sizing:border-box;display:block;margin:0;padding:0;list-style:none;overflow:hidden auto;font-size:var(--g-text-body-1-font-size);color:var(--g-color-text-primary);background-color:var(--g-color-base-float);-webkit-user-select:none;-moz-user-select:none;user-select:none;outline:none}.g-menu__list-group-item+.g-menu__list-group-item,.g-menu__list-group-item+.g-menu__list-item,.g-menu__list-item+.g-menu__list-group-item{-webkit-border-before:1px solid var(--g-color-line-generic);border-block-start:1px solid var(--g-color-line-generic)}.g-menu__item{display:flex;align-items:center;color:var(--g-color-text-primary);text-decoration:none;outline:none;touch-action:manipulation;-webkit-tap-highlight-color:rgba(0,0,0,0)}.g-menu__item-icon{display:flex}.g-menu__item-icon-end{display:flex;-webkit-margin-end:0;margin-inline-end:0}.g-menu__item-content{flex-grow:1;min-width:0}.g-menu__item_interactive{cursor:pointer}.g-menu__item_interactive:focus-visible,.g-menu__item_interactive:hover{background-color:var(--g-color-base-simple-hover)}.g-menu__item_selected{background-color:var(--g-color-base-simple-hover)}.g-menu__item_disabled{color:var(--g-color-text-secondary);cursor:default;pointer-events:none}.g-menu__item_disabled:hover{background-color:transparent}.g-menu__item_active{cursor:default;background-color:var(--g-color-base-selection)}.g-menu__item_active:focus-visible,.g-menu__item_active:hover{background-color:var(--g-color-base-selection-hover)}.g-menu__item_theme_danger:not(.g-menu__item_disabled){color:var(--g-color-text-danger)}.g-menu__group-label{font-weight:var(--g-text-accent-font-weight);color:var(--g-color-text-hint)}.g-menu__group-list{margin:0;padding:0;list-style:none}.g-menu_size_s{line-height:24px;padding:var(--g-spacing-1) 0}.g-menu_size_s .g-menu__group-label,.g-menu_size_s .g-menu__item{padding:0 var(--g-spacing-3)}.g-menu_size_s .g-menu__item-icon{-webkit-margin-end:var(--g-spacing-2);margin-inline-end:var(--g-spacing-2)}.g-menu_size_s .g-menu__item-icon-end{-webkit-margin-start:var(--g-spacing-2);margin-inline-start:var(--g-spacing-2)}.g-menu_size_s .g-menu__list-group-item+.g-menu__list-group-item,.g-menu_size_s .g-menu__list-group-item+.g-menu__list-item,.g-menu_size_s .g-menu__list-item+.g-menu__list-group-item{-webkit-margin-before:var(--g-spacing-1);margin-block-start:var(--g-spacing-1);-webkit-padding-before:var(--g-spacing-1);padding-block-start:var(--g-spacing-1)}.g-menu_size_m{line-height:28px;padding:var(--g-spacing-1) 0}.g-menu_size_m .g-menu__group-label,.g-menu_size_m .g-menu__item{padding:0 var(--g-spacing-3)}.g-menu_size_m .g-menu__item-icon{-webkit-margin-end:var(--g-spacing-2);margin-inline-end:var(--g-spacing-2)}.g-menu_size_m .g-menu__item-icon-end{-webkit-margin-start:var(--g-spacing-2);margin-inline-start:var(--g-spacing-2)}.g-menu_size_m .g-menu__list-group-item+.g-menu__list-group-item,.g-menu_size_m .g-menu__list-group-item+.g-menu__list-item,.g-menu_size_m .g-menu__list-item+.g-menu__list-group-item{-webkit-margin-before:var(--g-spacing-1);margin-block-start:var(--g-spacing-1);-webkit-padding-before:var(--g-spacing-1);padding-block-start:var(--g-spacing-1)}.g-menu_size_l{line-height:32px;padding:var(--g-spacing-1) 0}.g-menu_size_l .g-menu__group-label,.g-menu_size_l .g-menu__item{padding:0 var(--g-spacing-4)}.g-menu_size_l .g-menu__item-icon{-webkit-margin-end:var(--g-spacing-2);margin-inline-end:var(--g-spacing-2)}.g-menu_size_l .g-menu__item-icon-end{-webkit-margin-start:var(--g-spacing-2);margin-inline-start:var(--g-spacing-2)}.g-menu_size_l .g-menu__list-group-item+.g-menu__list-group-item,.g-menu_size_l .g-menu__list-group-item+.g-menu__list-item,.g-menu_size_l .g-menu__list-item+.g-menu__list-group-item{-webkit-margin-before:var(--g-spacing-1);margin-block-start:var(--g-spacing-1);-webkit-padding-before:var(--g-spacing-1);padding-block-start:var(--g-spacing-1)}.g-menu_size_xl{font-size:var(--g-text-body-2-font-size);line-height:36px;padding:var(--g-spacing-1) 0}.g-menu_size_xl .g-menu__group-label,.g-menu_size_xl .g-menu__item{padding:0 var(--g-spacing-4)}.g-menu_size_xl .g-menu__item-icon{-webkit-margin-end:var(--g-spacing-3);margin-inline-end:var(--g-spacing-3)}.g-menu_size_xl .g-menu__item-icon-end{-webkit-margin-start:var(--g-spacing-3);margin-inline-start:var(--g-spacing-3)}.g-menu_size_xl .g-menu__list-group-item:not(:first-child){-webkit-margin-before:6px;margin-block-start:6px;-webkit-padding-before:6px;padding-block-start:6px}.g-menu_size_xl .g-menu__list-group-item:not(:last-child){-webkit-margin-after:6px;margin-block-end:6px;-webkit-padding-after:6px;padding-block-end:6px}.LandingHomePage_page__yQTSE{--landing-text:#fff;--landing-subtext:hsla(0,0%,100%,.92);--landing-button-ghost:hsla(0,0%,100%,.18);--landing-button-primary:var(--accent);--landing-button-primary-hover:var(--accent-hover);--landing-section-bg:#f4f6fb;--landing-border:rgba(15,23,40,.1);--lp-ink:#0f1728;--lp-mid:#263447;--lp-body:#44576c;--lp-muted:#6b7f97;--lp-brand:var(--accent);--lp-inner:1320px;--btn-radius:14px;--btn-primary-bg:var(--accent);--btn-primary-bg-hover:var(--accent-hover);--btn-primary-color:#fff;--btn-ghost-border:color-mix(in srgb,var(--accent) 28%,transparent);--btn-ghost-color:var(--accent);--btn-ghost-bg-hover:color-mix(in srgb,var(--accent) 8%,transparent);font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;-webkit-font-smoothing:antialiased;color:var(--lp-ink)}.LandingHomePage_siteFooter__mmh_S{border-top:1px solid rgba(15,23,40,.12);background:#fff;padding:18px 24px 24px}.LandingHomePage_siteFooterInner__LH0k5{max-width:var(--lp-inner);margin:0 auto;display:flex;align-items:center;justify-content:space-between;gap:14px}.LandingHomePage_siteFooterBrand__Mg5od{color:var(--lp-ink);font-size:14px;font-weight:700}.LandingHomePage_siteFooterLinks__QnlMO{display:flex;align-items:center;gap:14px;flex-wrap:wrap}.LandingHomePage_siteFooterLink__j_oD6{color:var(--lp-mid);text-decoration:none;font-size:13px;font-weight:600}.LandingHomePage_siteFooterLink__j_oD6:hover{color:var(--lp-ink);text-decoration:underline}@media (max-width:720px){.LandingHomePage_siteFooter__mmh_S{padding:14px 14px 18px}.LandingHomePage_siteFooterInner__LH0k5{flex-direction:column;align-items:flex-start}}.LandingHomePage_heroSurface__DfxPu{overflow:hidden;background:linear-gradient(108.51deg,#905de1 59.9%,#00aa8d 105.94%)}.LandingHomePage_desktopFrame__NzNzq{position:absolute;inset:0;width:100%;max-width:1440px;height:749px;left:50%;transform:translateX(-50%)}.LandingHomePage_header__EGz4B{position:absolute;left:120.68px;top:58px;width:1198.64px;height:38.44px}.LandingHomePage_stickyHeader__B3EPe{position:fixed;top:14px;left:50%;transform:translate(-50%,-12px);width:min(var(--lp-inner),calc(100% - 24px));height:64px;border-radius:18px;border:1px solid rgba(15,23,40,.1);background:hsla(0,0%,100%,.98);box-shadow:0 12px 30px rgba(15,23,40,.16);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);padding:0 16px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:18px;margin:0;z-index:80;opacity:0;visibility:hidden;pointer-events:none;transition:opacity .2s ease,transform .2s ease,visibility .2s ease}.LandingHomePage_stickyHeaderVisible__1unJN{opacity:1;visibility:visible;pointer-events:auto;transform:translate(-50%);animation:LandingHomePage_stickyHeaderIn__tKl1Y .22s ease}@keyframes LandingHomePage_stickyHeaderIn__tKl1Y{0%{opacity:0;transform:translate(-50%,-10px)}to{opacity:1;transform:translate(-50%)}}.LandingHomePage_logoLink___3PZ_{position:absolute;left:0;top:50%;transform:translateY(-50%);width:160px;height:auto;display:inline-flex;align-items:center}.LandingHomePage_stickyLogoLink__4iSq0{position:static;top:auto;left:auto;right:auto;transform:none;width:auto;height:auto;display:inline-flex;align-items:center}.LandingHomePage_nav__e6LSP{position:absolute;left:388.86px;top:10.72px;display:flex;align-items:center;gap:60.73px}.LandingHomePage_stickyNav___1mTK{position:static;justify-content:center;display:flex;align-items:center;gap:clamp(16px,3vw,44px)}.LandingHomePage_navLink__K6_6x{color:#fff}.LandingHomePage_navLink__K6_6x,.LandingHomePage_stickyNavLink__iXhdN{font-size:16px;line-height:89%;font-weight:500;text-decoration:none;transition:opacity .2s ease}.LandingHomePage_stickyNavLink__iXhdN{letter-spacing:0;color:var(--lp-ink)}.LandingHomePage_stickyNavLink__iXhdN:hover{opacity:.72}.LandingHomePage_navLink__K6_6x:hover{opacity:.78}.LandingHomePage_headerActions__iaBd6{position:absolute;right:0;top:0;display:flex;align-items:center;gap:10px}.LandingHomePage_stickyHeaderActions__COQmb{position:static;display:flex;align-items:center;justify-content:flex-end;gap:10px}.LandingHomePage_headerButton__RxzQu{height:36px;padding:0 18px;border-radius:var(--btn-radius);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;color:var(--landing-text);font-size:14px;font-weight:600;line-height:1;transition:opacity .18s ease;white-space:nowrap}.LandingHomePage_headerButton__RxzQu:hover{opacity:.82}.LandingHomePage_headerButtonGhost__IiDta{background:hsla(0,0%,100%,.14);border:1px solid hsla(0,0%,100%,.3)}.LandingHomePage_headerButtonPrimary__z4HoM{background:#fff;color:var(--accent-pressed)}.LandingHomePage_headerButtonPrimary__z4HoM:hover{opacity:.9}.LandingHomePage_headerProfileTrigger__9t7H7{height:40px;padding:0 14px 0 10px;border-radius:999px;display:inline-flex;align-items:center;gap:10px;border:1px solid hsla(0,0%,100%,.3);background:hsla(0,0%,100%,.14);color:#fff;font-size:14px;font-weight:600;line-height:1;cursor:pointer;transition:opacity .18s ease,background-color .18s ease}.LandingHomePage_headerProfileTrigger__9t7H7:hover{opacity:.86}.LandingHomePage_headerProfileName__HfqpW{max-width:200px;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.LandingHomePage_stickyHeader__B3EPe .LandingHomePage_headerButton__RxzQu{height:40px;color:var(--lp-ink)}.LandingHomePage_stickyHeader__B3EPe .LandingHomePage_headerButton__RxzQu:hover{opacity:1}.LandingHomePage_stickyHeader__B3EPe .LandingHomePage_headerButtonGhost__IiDta{background:#fff;border:1px solid rgba(15,23,40,.14);color:var(--lp-ink)}.LandingHomePage_stickyHeader__B3EPe .LandingHomePage_headerButtonGhost__IiDta:hover{background:rgba(15,23,40,.04)}.LandingHomePage_stickyHeader__B3EPe .LandingHomePage_headerButtonPrimary__z4HoM{background:var(--btn-primary-bg);color:#fff}.LandingHomePage_stickyHeader__B3EPe .LandingHomePage_headerButtonPrimary__z4HoM:hover{background:var(--btn-primary-bg-hover)}.LandingHomePage_stickyHeader__B3EPe .LandingHomePage_headerProfileTrigger__9t7H7{border-color:rgba(15,23,40,.14);background:#fff;color:var(--lp-ink)}.LandingHomePage_stickyHeader__B3EPe .LandingHomePage_headerProfileTrigger__9t7H7:hover{opacity:1;background:rgba(15,23,40,.04)}.LandingHomePage_hero__My1XY{width:100%;height:100%}.LandingHomePage_heroTitle__bHPl3{position:absolute;width:660.71px;left:120.68px;top:251.99px;color:#fff;font-size:64px;line-height:.96;letter-spacing:-.02em;font-weight:700}.LandingHomePage_heroSubtitle__KEyTu{position:absolute;width:579.12px;left:120.68px;top:455.99px;margin:0;font-size:17px;line-height:1.44;font-weight:400;color:var(--landing-subtext)}.LandingHomePage_heroActions__q_357{position:absolute;left:120.68px;top:545.99px;align-items:center}.LandingHomePage_heroButton__jej9p{padding:12px 20px;border:0;border-radius:var(--btn-radius);display:inline-flex;align-items:center;justify-content:center;text-decoration:none;transition:transform .16s ease,opacity .16s ease,background-color .16s ease;white-space:nowrap}.LandingHomePage_heroButton__jej9p:hover{transform:translateY(-1px)}.LandingHomePage_heroButtonGhost__aPZii{background:#fff;border:none;color:#1f2f4a;flex-direction:column;align-items:center;gap:2px;height:56px;padding:0 24px}.LandingHomePage_heroButtonGhost__aPZii:hover{background:hsla(0,0%,100%,.92)}.LandingHomePage_heroButtonPriceRow__spKWG{display:flex;align-items:baseline;gap:6px;font-size:16px;font-weight:600;line-height:1.2;letter-spacing:-.01em}.LandingHomePage_heroButtonPriceCrossed__8lET1{font-size:14px;font-weight:400;text-decoration:line-through;opacity:.45}.LandingHomePage_heroButtonPriceDesc__GidBk{font-size:12px;font-weight:400;opacity:.55;line-height:1.2}.LandingHomePage_heroButtonPrimary___GiE4{background:hsla(0,0%,100%,.26);border:none;font-size:16px;font-weight:600;height:56px;padding:0 28px}.LandingHomePage_heroButtonPrimary___GiE4:hover{background:hsla(0,0%,100%,.36)}.LandingHomePage_previewWrap__Pb6kg{position:absolute;width:900px;left:749.91px;top:107.7px;filter:drop-shadow(-4.43304px 10.3446px 65.756px rgba(121,89,182,.47));overflow:hidden;z-index:1}.LandingHomePage_previewImage__3SWm7{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.LandingHomePage_section__ZEYsH{padding:72px 20px}.LandingHomePage_scheduleSection__I3kLp{padding:96px 20px 48px;background:#fff;overflow:hidden}.LandingHomePage_featureRow__z6Pqd,.LandingHomePage_scheduleSectionInner__qmhLk{max-width:var(--lp-inner);margin:0 auto;display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:64px;align-items:center}.LandingHomePage_scheduleContent__VHijA{display:flex;flex-direction:column;gap:14px}.LandingHomePage_scheduleTag__RYA0k{display:inline-block;width:-moz-fit-content;width:fit-content;color:var(--lp-ink);font-size:13px;line-height:1.2;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.LandingHomePage_scheduleTitle__NqkNt{margin:0;font-size:clamp(28px,3.2vw,44px);line-height:1.06;letter-spacing:-.02em;color:var(--lp-ink);font-weight:700}.LandingHomePage_scheduleText__Z_m70{margin:0;color:var(--lp-body);font-size:16px;line-height:1.52}.LandingHomePage_schedulePointList__j0pMC{margin:0;padding:0;list-style:none;display:grid;gap:8px}.LandingHomePage_schedulePointItem__qtp7e{position:relative;padding-left:16px;color:var(--lp-muted);font-size:15px;line-height:1.52}.LandingHomePage_schedulePointItem__qtp7e:before{content:"";position:absolute;left:0;top:8px;width:6px;height:6px;border-radius:50%;background:var(--lp-brand)}.LandingHomePage_featureVisualWrap__JwT8p,.LandingHomePage_scheduleImageWrap__PH1jb{position:relative;width:100%;min-height:360px;background:transparent}.LandingHomePage_featureVisualImage__kYLOF,.LandingHomePage_scheduleImage__gCAmB{width:100%;height:100%;min-height:360px;-o-object-fit:contain;object-fit:contain;display:block;background:transparent}.LandingHomePage_scheduleImageWrap__PH1jb{overflow:visible}.LandingHomePage_scheduleImage__gCAmB{width:200%;max-width:none;height:auto;min-height:0}.LandingHomePage_featureVisualWrapExpanded__LGbyU{overflow:visible}.LandingHomePage_featureVisualImageExpanded__6tRUy{width:200%;max-width:none;height:auto;min-height:0}.LandingHomePage_featuresContinuation__mbVyL{padding:0 20px 96px;background:transparent}.LandingHomePage_featuresContinuationInner__uVvUx{max-width:var(--lp-inner);margin:0 auto;display:grid;gap:80px}.LandingHomePage_featureRowReverse__YJ4NB .LandingHomePage_scheduleContent__VHijA{order:2}.LandingHomePage_featureRowReverse__YJ4NB .LandingHomePage_featureVisualWrap__JwT8p,.LandingHomePage_featureRow__z6Pqd.LandingHomePage_featureRowExpandedRight__xR2CT .LandingHomePage_scheduleContent__VHijA{order:1}.LandingHomePage_featureRow__z6Pqd.LandingHomePage_featureRowExpandedRight__xR2CT .LandingHomePage_featureVisualWrap__JwT8p,.LandingHomePage_featureRow__z6Pqd.LandingHomePage_featureRowExpandedRight__xR2CT.LandingHomePage_featureRowReverse__YJ4NB .LandingHomePage_scheduleContent__VHijA{order:2}.LandingHomePage_featureRow__z6Pqd.LandingHomePage_featureRowExpandedRight__xR2CT.LandingHomePage_featureRowReverse__YJ4NB .LandingHomePage_featureVisualWrap__JwT8p{order:1}.LandingHomePage_featureStub__yPTdS{width:100%;height:100%;min-height:360px;border-radius:20px;background:var(--landing-section-bg)}.LandingHomePage_lazyWidgetPlaceholder__MjJxH{width:100%;min-height:220px;border-radius:18px;background:linear-gradient(112deg,hsla(0,0%,100%,.92),rgba(241,246,255,.94)),linear-gradient(90deg,rgba(15,91,172,.06),rgba(0,170,141,.05));border:1px solid rgba(15,23,40,.08)}.LandingHomePage_integrationsSection__PUAiN{padding:96px 20px;background:transparent}.LandingHomePage_integrationsInner__FkHmH{max-width:var(--lp-inner);margin:0 auto}.LandingHomePage_integrationsLabel__a_xam{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto;color:var(--lp-ink);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.LandingHomePage_integrationsTitle__O2yNp{margin:14px auto 0;max-width:820px;text-align:center;color:var(--lp-ink);font-size:clamp(34px,4vw,54px);line-height:1.02;letter-spacing:-.02em;font-weight:700}.LandingHomePage_integrationsSubtitle__CYAhr{margin:14px auto 0;max-width:700px;text-align:center;color:var(--lp-body);font-size:16px;line-height:1.55}.LandingHomePage_integrationsGrid___NEp0{margin-top:42px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px}.LandingHomePage_integrationsCard__eSojn{position:relative;min-height:292px;border-radius:20px;background:#fff;border:1px solid var(--landing-border);padding:28px 26px 24px;overflow:hidden}.LandingHomePage_integrationsCardAccent__5HW_r{background:#fff}.LandingHomePage_integrationsCardIconWrap__1A5_M{display:flex;align-items:center;min-height:70px}.LandingHomePage_integrationsCardImage___RxIz{display:block;height:70px;width:auto;max-width:100%;-o-object-fit:contain;object-fit:contain;pointer-events:none}.LandingHomePage_integrationsCardTitle__QY5B5{margin:24px 0 0;color:var(--lp-ink);font-size:clamp(22px,2vw,34px);line-height:1.08;letter-spacing:-.015em;font-weight:700}.LandingHomePage_integrationsCardText__2XZXC{margin:12px 0 0;color:var(--lp-body);font-size:16px;line-height:1.48;max-width:430px}.LandingHomePage_integrationsAccentShape____oh8{position:absolute;right:28px;bottom:24px;width:84px;height:84px;border-radius:24px;background:radial-gradient(circle at 30% 30%,rgba(136,64,245,.26),rgba(136,64,245,.06) 72%);pointer-events:none}.LandingHomePage_capabilitiesSection__I_Y81{padding:96px 20px;background:#fff}.LandingHomePage_capabilitiesInner__xU3IL{max-width:var(--lp-inner);margin:0 auto}.LandingHomePage_capabilitiesLabel__hlnIN{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto;color:var(--lp-ink);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.LandingHomePage_capabilitiesTitle__4vdnC{margin:14px auto 0;max-width:820px;text-align:center;color:var(--lp-ink);font-size:clamp(34px,4vw,54px);line-height:1.02;letter-spacing:-.02em;font-weight:700}.LandingHomePage_capabilitiesGrid__WqCNf{margin-top:34px;display:grid;grid-template-columns:repeat(6,1fr);grid-template-areas:"one one two  two  three three" "one one four four five  five" "six six six  svn  svn   svn"}.LandingHomePage_capabilitiesCard__ear3R{position:relative;border-radius:34px;padding:26px 24px 20px}.LandingHomePage_capabilitiesCard__ear3R:first-child{grid-area:one;min-height:516px;padding-top:348px;display:flex;flex-direction:column;justify-content:flex-end}.LandingHomePage_capabilitiesCard__ear3R:nth-child(2){grid-area:two;min-height:242px}.LandingHomePage_capabilitiesCard__ear3R:nth-child(3){grid-area:three;min-height:242px}.LandingHomePage_capabilitiesCard__ear3R:nth-child(4){grid-area:four;min-height:242px}.LandingHomePage_capabilitiesCard__ear3R:nth-child(5){grid-area:five;min-height:242px}.LandingHomePage_capabilitiesCard__ear3R:nth-child(6){grid-area:six;min-height:224px}.LandingHomePage_capabilitiesCard__ear3R:nth-child(7){grid-area:svn;min-height:224px}.LandingHomePage_capabilitiesCardSoft__3gxL3{background:#fff;border:1px solid var(--landing-border)}.LandingHomePage_capabilitiesCardPurple__Z5EBV{background:#f5eeff;border:1px solid rgba(136,64,245,.1)}.LandingHomePage_capabilitiesCardGray__qZiDx{background:var(--landing-section-bg);border:1px solid rgba(15,23,40,.07)}.LandingHomePage_capabilitiesCardGreen__0nNTK{background:#e6f7f4;border:1px solid rgba(0,170,141,.18)}.LandingHomePage_capabilitiesCardDark__TUdot{background:linear-gradient(145deg,var(--color-primary-800) 0,var(--color-primary-500) 100%);border:none}.LandingHomePage_capabilitiesCardIcon__CtNt9{width:54px;height:54px;border-radius:18px;background:linear-gradient(135deg,var(--color-primary-700),var(--color-primary-500));box-shadow:0 6px 16px rgba(136,64,245,.28)}.LandingHomePage_capabilitiesCardPurple__Z5EBV .LandingHomePage_capabilitiesCardIcon__CtNt9{background:linear-gradient(135deg,#c09fff,#9460ff);box-shadow:0 6px 16px rgba(136,64,245,.22)}.LandingHomePage_capabilitiesCardGray__qZiDx .LandingHomePage_capabilitiesCardIcon__CtNt9{background:linear-gradient(135deg,#b0b8d8,#8892b8);box-shadow:0 6px 14px rgba(100,110,160,.24)}.LandingHomePage_capabilitiesCardGreen__0nNTK .LandingHomePage_capabilitiesCardIcon__CtNt9{background:linear-gradient(135deg,#33bfa4,#007a66);box-shadow:0 6px 16px rgba(0,170,141,.28)}.LandingHomePage_capabilitiesCardDark__TUdot .LandingHomePage_capabilitiesCardIcon__CtNt9{background:hsla(0,0%,100%,.22);box-shadow:none}.LandingHomePage_capabilitiesCard__ear3R:first-child .LandingHomePage_capabilitiesCardIcon__CtNt9{position:absolute;left:26px;top:26px;width:84px;height:84px;border-radius:26px}.LandingHomePage_capabilitiesCardTitle__AHPKB{margin:14px 0 0;color:var(--lp-mid);font-size:32px;line-height:1.18;letter-spacing:-.02em;font-weight:500}.LandingHomePage_capabilitiesCardText__MNdL7{margin:8px 0 0;color:var(--lp-body);font-size:18px;line-height:1.48}.LandingHomePage_capabilitiesCardDark__TUdot .LandingHomePage_capabilitiesCardTitle__AHPKB{color:#fff}.LandingHomePage_capabilitiesCardDark__TUdot .LandingHomePage_capabilitiesCardText__MNdL7{color:hsla(0,0%,100%,.76)}.LandingHomePage_capabilitiesCardGreen__0nNTK .LandingHomePage_capabilitiesCardText__MNdL7,.LandingHomePage_capabilitiesCardGreen__0nNTK .LandingHomePage_capabilitiesCardTitle__AHPKB{color:#000}.LandingHomePage_capabilitiesCardPreview__CIW6_{position:absolute;top:-14px;left:-28px;width:calc(100% + 56px);height:346px;overflow:hidden;border-radius:0}.LandingHomePage_capabilitiesCardPreview__CIW6_ img{width:100%;height:100%;-o-object-position:center top;object-position:center top}.LandingHomePage_capabilitiesCardPlainImg__Ij9U3,.LandingHomePage_capabilitiesCardStudentImg__d2Tub{display:block;height:70px;width:auto;pointer-events:none;margin-bottom:14px}.LandingHomePage_tariffsSection__v1ddT{padding:96px 20px 112px;background:transparent}.LandingHomePage_tariffsInner__2ldlb{margin:0 auto}.LandingHomePage_tariffsLabel__ODVDX{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto;color:var(--lp-ink);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.LandingHomePage_tariffsTitle__WW3_s{margin:14px auto 0;max-width:760px;text-align:center;color:var(--lp-ink);font-size:clamp(34px,4vw,54px);letter-spacing:-.02em;font-weight:700}.LandingHomePage_tariffsSwitch__sw_Mh{margin-top:28px;display:flex;justify-content:center;gap:8px}.LandingHomePage_tariffsSwitchButton__BhLID{border-radius:var(--btn-radius);border:1px solid rgba(31,47,74,.16);padding:9px 18px;font-weight:500;line-height:1;background:#fff;cursor:pointer;font-family:inherit;transition:background-color .16s ease,border-color .16s ease,color .16s ease}.LandingHomePage_tariffsSwitchButton__BhLID:hover{border-color:rgba(31,47,74,.32)}.LandingHomePage_tariffsSwitchButtonActive__CsOn5{border-color:var(--lp-ink);background:var(--lp-ink);color:#fff}.LandingHomePage_tariffsGrid___SYGX{margin-top:24px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.LandingHomePage_tariffCard__H0Skg{border:1px solid var(--landing-border);border-radius:24px}.LandingHomePage_tariffCardFeatured__bepRT{background:linear-gradient(145deg,var(--color-primary-800) 0,var(--color-primary-500) 100%);border-color:var(--accent);box-shadow:0 18px 40px color-mix(in srgb,var(--accent) 38%,transparent)}.LandingHomePage_tariffCardHead__8XJHG{padding:24px 24px 18px}.LandingHomePage_tariffName__keOQj{margin:0;color:var(--lp-ink);font-size:clamp(18px,1.6vw,24px);line-height:1;font-weight:700}.LandingHomePage_tariffPriceRow__X2QQC{margin-top:14px;display:flex;align-items:flex-end;gap:8px}.LandingHomePage_tariffPrice__OTy1f{color:var(--lp-ink);font-size:clamp(44px,4.2vw,52px);line-height:.92;font-weight:700;letter-spacing:-.03em}.LandingHomePage_tariffPeriod__XaYT7{color:var(--lp-muted);font-size:14px;line-height:1.2;font-weight:500;margin-bottom:4px}.LandingHomePage_tariffSubtitle__zm_Gs{margin:12px 0 0;color:var(--lp-mid);font-size:16px;line-height:1.2;font-weight:600}.LandingHomePage_tariffDescription__c42mS{margin:6px 0 0;color:var(--lp-body);font-size:14px;line-height:1.44}.LandingHomePage_tariffButtons__SYhCN{margin-top:18px;display:grid;gap:8px}.LandingHomePage_tariffButtonPrimary__fiR6k{height:46px;padding:0 20px;border-radius:var(--btn-radius);background:var(--btn-primary-bg);color:var(--btn-primary-color);text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:600;line-height:1;border:none;transition:background-color .18s ease}.LandingHomePage_tariffButtonPrimary__fiR6k:hover{background:var(--btn-primary-bg-hover)}.LandingHomePage_tariffButtonGhost__sA7J5{height:40px;padding:0 20px;border-radius:var(--btn-radius);border:1.5px solid var(--btn-ghost-border);color:var(--btn-ghost-color);background:transparent;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;line-height:1;text-decoration:none;transition:background-color .18s ease}.LandingHomePage_tariffButtonGhost__sA7J5:hover{background:var(--btn-ghost-bg-hover)}.LandingHomePage_tariffFeaturesBlock___B_bX{border-top:1px solid rgba(31,47,74,.14);padding:18px 24px 22px}.LandingHomePage_tariffFeaturesTitle__0Pyjb{margin:0;color:var(--lp-muted);font-size:11px;text-transform:uppercase;letter-spacing:.08em;font-weight:600}.LandingHomePage_tariffFeaturesList__IeCwo{margin:10px 0 0;padding:0;list-style:none;display:grid;gap:7px}.LandingHomePage_tariffFeatureItem__x5lDu{position:relative;padding-left:22px;color:var(--lp-body);font-size:14px;line-height:1.44}.LandingHomePage_tariffFeatureItem__x5lDu:before{content:"";position:absolute;left:0;width:14px;height:14px;border-radius:50%;background:radial-gradient(circle at 30% 30%,#b5ff31,#86df00 72%)}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffName__keOQj,.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffPrice__OTy1f,.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffSubtitle__zm_Gs{color:#fff}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffDescription__c42mS,.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffFeatureItem__x5lDu,.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffFeaturesTitle__0Pyjb,.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffPeriod__XaYT7{color:hsla(0,0%,100%,.7)}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffButtonPrimary__fiR6k{background:#fff;color:var(--accent-pressed)}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffButtonPrimary__fiR6k:hover{opacity:.9;background:#fff}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffButtonGhost__sA7J5{border-color:hsla(0,0%,100%,.35);color:hsla(0,0%,100%,.85)}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffButtonGhost__sA7J5:hover{background:hsla(0,0%,100%,.08)}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffFeaturesBlock___B_bX{border-top-color:hsla(0,0%,100%,.22)}@media (max-width:1320px){.LandingHomePage_heroSurface__DfxPu{min-height:100vh;min-height:100dvh;padding:28px 18px 40px}.LandingHomePage_desktopFrame__NzNzq{position:relative;inset:auto;left:auto;transform:none;max-width:none;height:auto}.LandingHomePage_header__EGz4B{position:relative;left:auto;top:auto;width:auto;height:auto;display:grid;grid-template-columns:auto 1fr auto;gap:16px;align-items:center;margin:0 auto}.LandingHomePage_headerActions__iaBd6,.LandingHomePage_logoLink___3PZ_,.LandingHomePage_nav__e6LSP{position:static}.LandingHomePage_logoLink___3PZ_{width:auto;height:auto}.LandingHomePage_nav__e6LSP{justify-content:center;gap:clamp(16px,4vw,42px)}.LandingHomePage_headerActions__iaBd6{justify-content:flex-end}.LandingHomePage_headerButton__RxzQu{padding:0 16px}.LandingHomePage_hero__My1XY{margin-top:26px;display:grid;grid-template-columns:1fr;gap:24px}.LandingHomePage_heroActions__q_357,.LandingHomePage_heroSubtitle__KEyTu,.LandingHomePage_heroTitle__bHPl3,.LandingHomePage_previewWrap__Pb6kg{position:static}.LandingHomePage_heroTitle__bHPl3{width:min(860px,100%);font-size:clamp(38px,6.4vw,64px)}.LandingHomePage_heroSubtitle__KEyTu{width:min(740px,100%);margin-top:14px}.LandingHomePage_heroActions__q_357{margin-top:24px}.LandingHomePage_heroButton__jej9p{height:52px;font-size:17px}.LandingHomePage_previewWrap__Pb6kg{width:min(962px,100%);height:auto;aspect-ratio:962.2/641.46;margin-left:auto;border-radius:18px}.LandingHomePage_featureRow__z6Pqd,.LandingHomePage_scheduleSectionInner__qmhLk{gap:36px}.LandingHomePage_scheduleTitle__NqkNt{font-size:clamp(26px,3vw,38px)}.LandingHomePage_featureStub__yPTdS,.LandingHomePage_featureVisualImage__kYLOF,.LandingHomePage_featureVisualWrap__JwT8p,.LandingHomePage_scheduleImageWrap__PH1jb,.LandingHomePage_scheduleImage__gCAmB{min-height:280px}.LandingHomePage_featureVisualImageExpanded__6tRUy,.LandingHomePage_scheduleImage__gCAmB{width:100%;max-width:100%;height:100%;min-height:280px}.LandingHomePage_integrationsCard__eSojn{min-height:330px;border-radius:34px;padding:34px 30px 30px}.LandingHomePage_integrationsCardTitle__QY5B5{margin-top:38px;font-size:clamp(20px,1.8vw,28px)}.LandingHomePage_capabilitiesCard__ear3R{border-radius:26px;padding:22px 20px 18px}.LandingHomePage_capabilitiesCard__ear3R:first-child{min-height:468px;padding-top:300px}.LandingHomePage_capabilitiesCardPreview__CIW6_{top:-8px;left:-18px;width:calc(100% + 36px);height:294px}.LandingHomePage_capabilitiesCardTitle__AHPKB{font-size:clamp(14px,1.2vw,18px)}.LandingHomePage_tariffCardHead__8XJHG,.LandingHomePage_tariffFeaturesBlock___B_bX{padding-left:20px;padding-right:20px}.LandingHomePage_tariffPrice__OTy1f{font-size:clamp(44px,4.2vw,58px)}}@media (max-width:900px){.LandingHomePage_featureRow__z6Pqd,.LandingHomePage_scheduleSectionInner__qmhLk{grid-template-columns:1fr;gap:32px}.LandingHomePage_featureRowReverse__YJ4NB .LandingHomePage_featureVisualWrap__JwT8p,.LandingHomePage_featureRowReverse__YJ4NB .LandingHomePage_scheduleContent__VHijA,.LandingHomePage_featureRow__z6Pqd.LandingHomePage_featureRowExpandedRight__xR2CT .LandingHomePage_featureVisualWrap__JwT8p,.LandingHomePage_featureRow__z6Pqd.LandingHomePage_featureRowExpandedRight__xR2CT .LandingHomePage_scheduleContent__VHijA,.LandingHomePage_featureRow__z6Pqd.LandingHomePage_featureRowExpandedRight__xR2CT.LandingHomePage_featureRowReverse__YJ4NB .LandingHomePage_featureVisualWrap__JwT8p,.LandingHomePage_featureRow__z6Pqd.LandingHomePage_featureRowExpandedRight__xR2CT.LandingHomePage_featureRowReverse__YJ4NB .LandingHomePage_scheduleContent__VHijA{order:0}.LandingHomePage_scheduleTitle__NqkNt{font-size:clamp(22px,5vw,30px)}.LandingHomePage_featureStub__yPTdS,.LandingHomePage_featureVisualImage__kYLOF,.LandingHomePage_featureVisualWrap__JwT8p,.LandingHomePage_scheduleImageWrap__PH1jb,.LandingHomePage_scheduleImage__gCAmB{min-height:240px}.LandingHomePage_featureVisualImageExpanded__6tRUy,.LandingHomePage_scheduleImage__gCAmB{width:100%;max-width:100%;height:100%;min-height:240px}.LandingHomePage_header__EGz4B{grid-template-columns:1fr;gap:14px}.LandingHomePage_stickyHeader__B3EPe{height:auto;top:8px;width:calc(100% - 16px);border-radius:16px;padding:12px;grid-template-columns:1fr;gap:10px}.LandingHomePage_nav__e6LSP{gap:20px}.LandingHomePage_nav__e6LSP,.LandingHomePage_stickyNav___1mTK{justify-content:flex-start;overflow:auto;scrollbar-width:none}.LandingHomePage_stickyNav___1mTK::-webkit-scrollbar{display:none}.LandingHomePage_stickyHeaderActions__COQmb{justify-content:flex-start}.LandingHomePage_nav__e6LSP::-webkit-scrollbar{display:none}.LandingHomePage_headerActions__iaBd6{justify-content:flex-start}.LandingHomePage_heroTitle__bHPl3{font-size:clamp(36px,10vw,58px)}.LandingHomePage_heroSubtitle__KEyTu{font-size:16px}.LandingHomePage_heroButton__jej9p{height:50px;font-size:16px}.LandingHomePage_integrationsTitle__O2yNp{font-size:clamp(26px,7vw,40px)}.LandingHomePage_integrationsGrid___NEp0{grid-template-columns:1fr}.LandingHomePage_integrationsCard__eSojn{min-height:296px}.LandingHomePage_integrationsCardTitle__QY5B5{margin-top:36px;font-size:clamp(30px,7vw,42px)}.LandingHomePage_capabilitiesGrid__WqCNf{grid-template-columns:1fr;grid-template-areas:"one" "two" "three" "four" "five" "six" "seven"}.LandingHomePage_capabilitiesCard__ear3R{min-height:auto!important;padding:22px 18px 18px}.LandingHomePage_capabilitiesCard__ear3R:first-child{padding-top:198px}.LandingHomePage_capabilitiesCardPreview__CIW6_{top:0;left:-10px;width:calc(100% + 20px);height:196px}.LandingHomePage_capabilitiesCardTitle__AHPKB{font-size:clamp(18px,5vw,26px)}.LandingHomePage_tariffsGrid___SYGX{grid-template-columns:1fr}.LandingHomePage_tariffsTitle__WW3_s{font-size:clamp(26px,7vw,40px)}}@media (max-width:560px){.LandingHomePage_headerButton__RxzQu{font-size:13px;padding:0 14px}.LandingHomePage_headerProfileTrigger__9t7H7{height:38px;padding:0 12px 0 8px;gap:8px}.LandingHomePage_headerProfileName__HfqpW{max-width:140px;font-size:13px}.LandingHomePage_heroActions__q_357{width:100%;flex-direction:column;align-items:stretch}.LandingHomePage_heroButton__jej9p{width:100%;min-width:0;font-size:16px;height:50px}.LandingHomePage_featuresContinuation__mbVyL,.LandingHomePage_scheduleSection__I3kLp,.LandingHomePage_section__ZEYsH{padding:56px 14px}.LandingHomePage_featuresContinuationInner__uVvUx{gap:42px}.LandingHomePage_scheduleContent__VHijA{gap:12px}.LandingHomePage_integrationsSection__PUAiN{padding:34px 14px 72px}.LandingHomePage_integrationsGrid___NEp0{margin-top:28px;gap:12px}.LandingHomePage_integrationsCard__eSojn{min-height:272px;border-radius:26px;padding:24px 20px 20px}.LandingHomePage_integrationsCardIconWrap__1A5_M{min-height:78px}.LandingHomePage_integrationsCardImage___RxIz{height:78px}.LandingHomePage_integrationsCardTitle__QY5B5{margin-top:22px;font-size:clamp(24px,8vw,34px)}.LandingHomePage_integrationsCardText__2XZXC{margin-top:12px;font-size:15px}.LandingHomePage_capabilitiesSection__I_Y81{padding:24px 14px 72px}.LandingHomePage_capabilitiesGrid__WqCNf{margin-top:24px;gap:10px}.LandingHomePage_capabilitiesCard__ear3R{border-radius:20px}.LandingHomePage_capabilitiesCardIcon__CtNt9{width:44px;height:44px;border-radius:14px}.LandingHomePage_capabilitiesCard__ear3R:first-child .LandingHomePage_capabilitiesCardIcon__CtNt9{width:58px;height:58px;border-radius:18px}.LandingHomePage_capabilitiesCardText__MNdL7{font-size:14px}.LandingHomePage_tariffsSection__v1ddT{padding:24px 14px 76px}.LandingHomePage_tariffsSwitch__sw_Mh{margin-top:20px;gap:6px}.LandingHomePage_tariffsSwitchButton__BhLID{padding:8px 12px;font-size:12px}.LandingHomePage_tariffsGrid___SYGX{margin-top:18px;gap:10px}.LandingHomePage_tariffCard__H0Skg{border-radius:18px}.LandingHomePage_tariffName__keOQj{font-size:clamp(22px,7vw,30px)}.LandingHomePage_tariffPrice__OTy1f{font-size:clamp(44px,12vw,60px)}.LandingHomePage_tariffSubtitle__zm_Gs{font-size:16px}}.LandingHomePage_page__yQTSE{--lp-ink:#111827;--lp-mid:#253041;--lp-body:#556170;--lp-muted:#7a8594;--lp-wash:#f6f7fb;--lp-line:rgba(17,24,39,.1);--lp-struct-line:rgba(17,24,39,.11);--lp-brand-solid:#7c4dd8;--lp-green-solid:#2f9f5d;overflow-x:clip;background:#f9fafd}.LandingHomePage_heroSurface__DfxPu{min-height:100vh;min-height:100dvh;padding:28px 24px 64px;overflow:visible;background:transparent;color:var(--lp-ink)}.LandingHomePage_desktopFrame__NzNzq{position:relative;inset:auto;left:auto;transform:none;width:min(var(--lp-inner),100%);max-width:none;height:auto;min-height:calc(100vh - 92px);margin:0 auto}.LandingHomePage_header__EGz4B{position:relative;left:auto;top:auto;width:100%;height:58px;display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:24px;border-bottom:1px solid var(--lp-struct-line);z-index:10}.LandingHomePage_headerActions__iaBd6,.LandingHomePage_logoLink___3PZ_,.LandingHomePage_nav__e6LSP{position:static}.LandingHomePage_logoLink___3PZ_{width:auto;transform:none}.LandingHomePage_nav__e6LSP{justify-content:center;gap:36px}.LandingHomePage_navLink__K6_6x{color:rgba(17,24,39,.72);font-size:15px;line-height:1;letter-spacing:0}.LandingHomePage_navLink__K6_6x:hover{color:var(--lp-ink);opacity:1}.LandingHomePage_headerActions__iaBd6{justify-content:flex-end}.LandingHomePage_headerButton__RxzQu,.LandingHomePage_heroButton__jej9p,.LandingHomePage_tariffButtonGhost__sA7J5,.LandingHomePage_tariffButtonPrimary__fiR6k,.LandingHomePage_tariffsSwitchButton__BhLID{border-radius:8px}.LandingHomePage_headerButton__RxzQu{height:40px;color:var(--lp-ink)}.LandingHomePage_headerButtonGhost__IiDta{background:hsla(0,0%,100%,.68);border:1px solid var(--lp-line)}.LandingHomePage_headerButtonPrimary__z4HoM{background:var(--lp-ink);color:#fff}.LandingHomePage_headerProfileTrigger__9t7H7{border-color:var(--lp-line);background:hsla(0,0%,100%,.76);color:var(--lp-ink)}.LandingHomePage_hero__My1XY{position:relative;min-height:calc(100vh - 150px);padding:58px 0 42px;display:grid;grid-template-columns:minmax(0,1.2fr) minmax(440px,.8fr);grid-template-areas:"copy stage";-moz-column-gap:24px;column-gap:24px;align-items:center}.LandingHomePage_heroCopy__FAhyc{grid-area:copy;min-width:0;display:flex;flex-direction:column;align-items:flex-start;justify-content:center}.LandingHomePage_heroKicker__SpXYc{grid-area:auto;align-self:flex-start;width:-moz-fit-content;width:fit-content;margin:0 0 18px;padding:8px 11px;border:none;border-radius:8px;background:transparent;color:var(--lp-brand-solid);font-size:13px;line-height:1;font-weight:600;letter-spacing:0}.LandingHomePage_heroTitle__bHPl3{grid-area:auto;position:static;width:min(760px,100%);margin:0;color:var(--lp-ink);font-size:clamp(42px,4.4vw,58px);line-height:.98;letter-spacing:0;font-weight:500}.LandingHomePage_heroSubtitle__KEyTu{grid-area:auto;position:static;width:min(560px,100%);margin:25px 0 0;color:var(--lp-body);font-size:18px;line-height:1.54;letter-spacing:0}.LandingHomePage_heroActions__q_357{grid-area:auto;position:static;margin-top:25px;gap:10px}.LandingHomePage_heroButton__jej9p{height:52px;padding:0 22px;border:1px solid transparent;font-size:15px;font-weight:650;letter-spacing:0;box-shadow:none}.LandingHomePage_heroButtonPrimary___GiE4{background:var(--lp-ink);color:#fff}.LandingHomePage_heroButtonPrimary___GiE4:hover{background:#000}.LandingHomePage_heroButtonGhost__aPZii{height:52px;flex-direction:row;background:hsla(0,0%,100%,.74);border-color:var(--lp-line);color:var(--lp-ink)}.LandingHomePage_heroButtonGhost__aPZii:hover{background:#fff}.LandingHomePage_heroTrust__K_4Oy{grid-area:auto;margin:16px 0 0;color:var(--lp-muted);font-size:13px;line-height:1.35;letter-spacing:0}.LandingHomePage_productStage__RgqeJ{grid-area:stage;position:relative;min-height:700px;width:100%;min-width:0;display:flex;align-items:center;justify-content:flex-start;overflow:visible}.LandingHomePage_productHalo__eyEyP{display:none}.LandingHomePage_productScreen__QeaBZ{position:relative;width:min(980px,76vw);flex:0 0 auto;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;padding-top:0;z-index:2;transform:translateX(clamp(20px,3vw,90px))}.LandingHomePage_productScreen__QeaBZ:after,.LandingHomePage_productScreen__QeaBZ:before{display:none}.LandingHomePage_productScreenImage__VKXdQ{display:block;width:100%;height:auto;-o-object-fit:contain;object-fit:contain;-o-object-position:left top;object-position:left top;opacity:1!important}.LandingHomePage_productFloatCard__d78BX{display:none}.LandingHomePage_productFloatCardTop__Qi0a_{top:78px;right:0}.LandingHomePage_productFloatCardBottom__C_fr8{left:16px;bottom:84px;width:218px}.LandingHomePage_floatHint__Yysyv,.LandingHomePage_floatLabel__PsPlp{display:block;color:var(--lp-muted);font-size:12px;line-height:1.25;letter-spacing:0}.LandingHomePage_productFloatCard__d78BX strong{display:block;margin-top:7px;color:var(--lp-ink);font-size:20px;line-height:1.12;letter-spacing:0}.LandingHomePage_floatHint__Yysyv{margin-top:8px}.LandingHomePage_productMetrics__fUfTE{display:none}.LandingHomePage_productMetric__BszJU{min-height:72px;border:1px solid rgba(17,24,39,.12);border-radius:8px;background:#111827;color:#fff;padding:12px}.LandingHomePage_productMetricBrand__BH5aF{background:var(--lp-brand-solid)}.LandingHomePage_productMetricGreen__J4h_J{background:var(--lp-green-solid)}.LandingHomePage_productMetric__BszJU span{display:block;color:hsla(0,0%,100%,.72);font-size:11px;line-height:1.2;letter-spacing:0}.LandingHomePage_productMetric__BszJU strong{display:block;margin-top:8px;font-size:20px;line-height:1;letter-spacing:0}.LandingHomePage_featureBentoSection__r4P1S{padding:72px 20px 90px;background:#f7f8fb;border-bottom:1px solid rgba(15,23,40,.08)}.LandingHomePage_featureBentoHead__QO7Qu{margin-bottom:20px;display:grid;gap:12px}.LandingHomePage_featureBentoLabel__P8n73,.LandingHomePage_featureBentoModalTag__JBLC8,.LandingHomePage_featureBentoTag__eKwue{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;border-radius:999px;background:color-mix(in srgb,var(--accent) 9%,#fff);color:var(--accent);font-size:12px;line-height:1;font-weight:700;letter-spacing:0}.LandingHomePage_featureBentoLabel__P8n73{padding:8px 10px;text-transform:uppercase}.LandingHomePage_featureBentoTitle__QoBWM{max-width:620px;margin:0;color:var(--lp-ink);font-size:34px;line-height:1.1;font-weight:740;letter-spacing:0}.LandingHomePage_featureBentoGrid__X0OeN{gap:10px}.LandingHomePage_featureBentoCard__i8WbD{--feature-bento-title-min-height:52px;--feature-bento-preview-top-shared:168px;--feature-bento-preview-top-public:34px;--feature-bento-finance-preview-margin-top:80px;display:flex;flex-direction:column;justify-content:flex-start;border:1px solid #dfe5ee;border-radius:8px;background:linear-gradient(180deg,#fff,#fbfcff);padding:20px;box-shadow:0 18px 46px -34px rgba(20,33,60,.36)}.LandingHomePage_featureBentoCardTop__haX5s{grid-column:span 6;min-height:220px}.LandingHomePage_featureBentoCardSmall__S3vo7{grid-column:span 4;min-height:182px}.LandingHomePage_featureBentoCardWide__kACPC{grid-column:span 12;min-height:180px;display:flex;background:linear-gradient(135deg,#fff,#f7fbf8 48%,#f8f4ff);padding:26px}.LandingHomePage_featureBentoExpandButton__D1_dv{top:14px;right:14px;z-index:3;width:34px;height:34px;border:1px solid color-mix(in srgb,var(--accent) 16%,transparent);border-radius:8px;background:color-mix(in srgb,var(--accent) 8%,#fff);transition:background-color .16s ease,border-color .16s ease,transform .16s ease}.LandingHomePage_featureBentoExpandButton__D1_dv:hover{transform:translateY(-1px);border-color:color-mix(in srgb,var(--accent) 32%,transparent);background:color-mix(in srgb,var(--accent) 13%,#fff)}.LandingHomePage_featureBentoCopy__aihnh{max-width:390px;padding-right:44px}.LandingHomePage_featureBentoCardTitle__RhcYw{margin:12px 0 0;color:var(--lp-ink);font-weight:740}.LandingHomePage_featureBentoCardText__yIW_W{margin:8px 0 0;max-width:360px;color:var(--lp-body)}.LandingHomePage_featureBentoCardWide__kACPC .LandingHomePage_featureBentoCopy__aihnh{max-width:760px}.LandingHomePage_featureBentoCardIllustrated__utu3q{min-height:360px;display:grid;grid-template-columns:minmax(0,.34fr) minmax(0,.66fr);align-items:stretch;gap:28px;padding:28px;background:var(--repeto-surface-elevated,#fff)}.LandingHomePage_featureBentoCardIllustrated__utu3q:before{content:none}.LandingHomePage_featureBentoCardIllustrated__utu3q .LandingHomePage_featureBentoCopy__aihnh{align-self:center;max-width:360px}.LandingHomePage_tutorPageBentoScroll__ZTU1d{position:relative;z-index:2;align-self:stretch;height:304px;min-width:0;overflow-y:auto;overscroll-behavior:contain;display:grid;gap:14px;padding:0 10px 22px 0;color:var(--text-primary,#111827);font-family:var(--g-font-family-sans),Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;scrollbar-width:thin;scrollbar-color:rgba(148,163,184,.56) transparent}.LandingHomePage_tutorPageBentoScroll__ZTU1d::-webkit-scrollbar{width:6px}.LandingHomePage_tutorPageBentoScroll__ZTU1d::-webkit-scrollbar-thumb{border-radius:999px;background:rgba(148,163,184,.56)}.LandingHomePage_tutorPageBentoScroll__ZTU1d::-webkit-scrollbar-track{background:transparent}.LandingHomePage_tutorPageBentoWidget__mu7vi{width:100%;max-width:100%;margin:0;padding:20px 22px;border-radius:18px;background:var(--repeto-surface-elevated,#fff);border:1px solid var(--g-color-line-generic,#dfe5ee);box-shadow:none}.LandingHomePage_tutorPageBentoScroll__ZTU1d .repeto-tp-widget__head{gap:16px}.LandingHomePage_tutorPageBentoScroll__ZTU1d .repeto-tp-widget__avatar{width:78px;min-width:78px;height:78px;max-height:78px;border-radius:16px}.LandingHomePage_tutorPageBentoScroll__ZTU1d .repeto-tp-widget__avatar .g-avatar,.LandingHomePage_tutorPageBentoScroll__ZTU1d .repeto-tp-widget__avatar-img{width:78px!important;height:78px!important;border-radius:16px!important}.LandingHomePage_tutorPageBentoScroll__ZTU1d .repeto-tp-widget__name{color:var(--text-primary,#111827);font-size:25px;line-height:1.15;font-weight:700}.LandingHomePage_tutorPageBentoScroll__ZTU1d .repeto-tp-widget__subjects{color:var(--g-color-text-secondary,#6b7280);font-size:14px;line-height:1.35}.LandingHomePage_tutorPageBentoScroll__ZTU1d .repeto-tp-widget__stats{margin-top:10px}.LandingHomePage_tutorPageBentoScroll__ZTU1d .repeto-tp-rating-btn{color:var(--text-primary,#111827);font-size:17px;font-weight:700}.LandingHomePage_tutorPageBentoSection__EFut0{border:1px solid var(--g-color-line-generic,#dfe5ee);border-radius:14px;background:var(--repeto-surface-elevated,#fff);padding:14px 18px;box-shadow:none}.LandingHomePage_tutorPageBentoSection__EFut0 p{margin:8px 0 0;color:var(--g-color-text-secondary,#6b7280);font-size:13px;line-height:1.6}.LandingHomePage_tutorPageBentoPriceRow__adRGg,.LandingHomePage_tutorPageBentoReviews__4FKKs article>div,.LandingHomePage_tutorPageBentoRow__Hd0Kz,.LandingHomePage_tutorPageBentoSectionHead__Vnpn8{display:flex;align-items:center;justify-content:space-between;gap:10px}.LandingHomePage_tutorPageBentoPackages__9gT30 article span,.LandingHomePage_tutorPageBentoPriceRow__adRGg span,.LandingHomePage_tutorPageBentoReviews__4FKKs article span,.LandingHomePage_tutorPageBentoRow__Hd0Kz span,.LandingHomePage_tutorPageBentoSectionHead__Vnpn8 span{color:var(--text-primary,#111827);font-size:14px;line-height:1.2;font-weight:700}.LandingHomePage_tutorPageBentoPackages__9gT30 article strong,.LandingHomePage_tutorPageBentoPriceRow__adRGg strong,.LandingHomePage_tutorPageBentoSectionHead__Vnpn8 strong{color:var(--text-primary,#111827);font-size:13px;line-height:1.2;font-weight:700;white-space:nowrap}.LandingHomePage_tutorPageBentoRow__Hd0Kz{margin-top:10px;padding:12px 0 0;border-top:1px solid var(--g-color-line-generic,#dfe5ee);background:transparent}.LandingHomePage_tutorPageBentoPackages__9gT30 article em,.LandingHomePage_tutorPageBentoPriceRow__adRGg em,.LandingHomePage_tutorPageBentoReviews__4FKKs article em,.LandingHomePage_tutorPageBentoRow__Hd0Kz em{color:var(--g-color-text-secondary,#6b7280);font-size:12px;line-height:1.2;font-style:normal}.LandingHomePage_tutorPageBentoRows__hWMlW,.LandingHomePage_tutorPageBentoTimeline__eDope{display:grid;gap:8px;margin-top:10px}.LandingHomePage_tutorPageBentoTimeline__eDope span{position:relative;padding-left:14px;color:var(--g-color-text-secondary,#6b7280);font-size:13px;line-height:1.45}.LandingHomePage_tutorPageBentoTimeline__eDope span:before{content:"";position:absolute;left:0;top:5px;width:6px;height:6px;border-radius:50%;background:var(--g-color-text-secondary,#6b7280)}.LandingHomePage_tutorPageBentoFiles__mjbqh,.LandingHomePage_tutorPageBentoPackages__9gT30,.LandingHomePage_tutorPageBentoReviews__4FKKs{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:8px;margin-top:10px}.LandingHomePage_tutorPageBentoFiles__mjbqh span{min-height:54px;border:1px solid var(--g-color-line-generic,#dfe5ee);border-radius:10px;background:var(--repeto-surface-muted,#f6f8fb);color:var(--g-color-text-secondary,#6b7280);display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:680}.LandingHomePage_tutorPageBentoPriceRow__adRGg{padding:12px 0;border-radius:0;border-bottom:1px solid var(--g-color-line-generic,#dfe5ee);background:transparent}.LandingHomePage_tutorPageBentoPriceRow__adRGg:last-child{padding-bottom:0;border-bottom:none}.LandingHomePage_tutorPageBentoPriceRow__adRGg>div{display:grid;gap:3px}.LandingHomePage_tutorPageBentoPackages__9gT30 article,.LandingHomePage_tutorPageBentoReviews__4FKKs article{position:relative;min-width:0;border:1px solid var(--g-color-line-generic,#dfe5ee);border-radius:12px;background:var(--repeto-surface-muted,#f6f8fb);padding:12px}.LandingHomePage_tutorPageBentoPackages__9gT30 article{display:grid;gap:5px}.LandingHomePage_tutorPageBentoPackages__9gT30 article b{position:absolute;top:8px;right:8px;border-radius:999px;background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent);font-size:10px;line-height:1;padding:4px 6px}.LandingHomePage_tutorPageBentoReviews__4FKKs article p{margin-top:7px;color:var(--g-color-text-secondary,#6b7280);font-size:12px;line-height:1.45}.LandingHomePage_tutorPageBentoReviews__4FKKs article em{color:#c99628;letter-spacing:0}.LandingHomePage_tutorPageBentoCta__U9FuG{min-height:48px;border:0;border-radius:12px;background:var(--accent);color:#fff;display:flex;align-items:center;justify-content:center;gap:8px;font-size:15px;line-height:1;font-weight:700;box-shadow:none;pointer-events:none}.LandingHomePage_tutorPageScreenshotFrame__s6wzC{--tutor-page-shot-window:304px;position:relative;z-index:2;align-self:stretch;min-width:0;height:var(--tutor-page-shot-window);overflow:hidden;border-radius:8px;border:1px solid var(--g-color-line-generic,#dfe5ee);background:#ececf1;pointer-events:none}.LandingHomePage_tutorPageScreenshotFrame__s6wzC:after,.LandingHomePage_tutorPageScreenshotFrame__s6wzC:before{content:"";position:absolute;left:0;right:0;z-index:2;height:42px;pointer-events:none}.LandingHomePage_tutorPageScreenshotFrame__s6wzC:before{top:0;background:linear-gradient(180deg,rgba(236,236,241,.94),rgba(236,236,241,0))}.LandingHomePage_tutorPageScreenshotFrame__s6wzC:after{bottom:0;background:linear-gradient(0deg,rgba(236,236,241,.94),rgba(236,236,241,0))}.LandingHomePage_tutorPageScreenshotImage__1ylei{position:relative;z-index:1;display:block;width:100%;max-width:none;height:auto;animation:LandingHomePage_tutorPageScreenshotAutoScroll__MoFRC 26s ease-in-out .7s infinite alternate;will-change:transform}@keyframes LandingHomePage_tutorPageScreenshotAutoScroll__MoFRC{0%,10%{transform:translateY(0)}90%,to{transform:translateY(calc(-100% + var(--tutor-page-shot-window)))}}@media (prefers-reduced-motion:reduce){.LandingHomePage_tutorPageScreenshotImage__1ylei{animation:none}}.LandingHomePage_featureBentoDialog__Sds6t{--g-dialog-width:1200px;width:min(1200px,calc(100vw - 40px))!important;max-width:calc(100vw - 40px)!important}.LandingHomePage_featureBentoDialogNoHeader__WjOtl .g-dialog-header{border-bottom:none!important}.LandingHomePage_featureBentoDialogNoHeader__WjOtl .g-dialog-header__caption{display:none!important}.LandingHomePage_featureBentoDialogModal__Ux_29 .g-modal__content,.LandingHomePage_featureBentoDialogModal__Ux_29 .g-modal__content-wrapper{width:min(1200px,calc(100vw - 40px))!important;max-width:calc(100vw - 40px)!important}.LandingHomePage_featureBentoDialogModal__Ux_29{overflow-x:hidden!important}.LandingHomePage_featureBentoModalBody__LYSoL{padding-bottom:4px}.LandingHomePage_featureBentoModalShell___p341{--feature-modal-accent:#2f65b0;--feature-modal-accent-soft:rgba(47,101,176,.1);--feature-modal-accent-mid:rgba(47,101,176,.18);display:grid;row-gap:56px;color:#061a33}.LandingHomePage_featureBentoModalSection__ewxHB{margin:0}.LandingHomePage_featureBentoModalToneSchedule__GZ8Z8{--feature-modal-accent:#2f65b0;--feature-modal-accent-soft:rgba(47,101,176,.1);--feature-modal-accent-mid:rgba(47,101,176,.18)}.LandingHomePage_featureBentoModalTonePayments__zqmJU{--feature-modal-accent:#00aa8d;--feature-modal-accent-soft:rgba(0,170,141,.1);--feature-modal-accent-mid:rgba(0,170,141,.18)}.LandingHomePage_featureBentoModalToneStudents__nBGdU{--feature-modal-accent:#6b5cff;--feature-modal-accent-soft:rgba(107,92,255,.1);--feature-modal-accent-mid:rgba(107,92,255,.18)}.LandingHomePage_featureBentoModalToneReminders__vZo2v{--feature-modal-accent:#2f65b0;--feature-modal-accent-soft:rgba(47,101,176,.1);--feature-modal-accent-mid:rgba(47,101,176,.18);row-gap:34px}.LandingHomePage_featureBentoModalTonePublic__l3Yjx{--feature-modal-accent:#265fad;--feature-modal-accent-soft:rgba(38,95,173,.1);--feature-modal-accent-mid:rgba(38,95,173,.18)}.LandingHomePage_featureBentoModalToneHomework__pghyE{--feature-modal-accent:#7c5a2d;--feature-modal-accent-soft:rgba(124,90,45,.1);--feature-modal-accent-mid:rgba(124,90,45,.18)}.LandingHomePage_featureBentoModalIntro__vIbHe{display:grid;grid-template-columns:minmax(0,1.02fr) minmax(320px,.7fr);gap:42px;align-items:start;padding:14px 6px 0}.LandingHomePage_featureBentoModalIntroCopy__kLMnF{min-width:0}.LandingHomePage_featureBentoModalTitle__8eTcm{margin:18px 0 0;max-width:640px;color:#061a33;font-size:34px;line-height:1.05;font-weight:650}.LandingHomePage_featureBentoModalText__V_Qla{margin:16px 0 0;max-width:620px;color:#42506a;line-height:1.58}.LandingHomePage_featureBentoModalActions__n2tuD{margin-top:28px;display:flex;flex-wrap:wrap;gap:8px}.LandingHomePage_featureBentoModalPrimaryAction__6k6PS,.LandingHomePage_featureBentoModalSecondaryAction__L5t_T{min-height:40px;border-radius:6px;padding:0 18px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:14px;line-height:1;font-weight:700;text-decoration:none}.LandingHomePage_featureBentoModalPrimaryAction__6k6PS{background:var(--feature-modal-accent);color:#fff;box-shadow:0 12px 28px -20px color-mix(in srgb,var(--feature-modal-accent) 74%,#000)}.LandingHomePage_featureBentoModalSecondaryAction__L5t_T{border:1px solid color-mix(in srgb,var(--feature-modal-accent) 28%,#dce2eb);color:var(--feature-modal-accent);background:#fff}.LandingHomePage_featureBentoModalBenefitList__J3TZM{margin:64px 0 0;padding:0;list-style:none;display:grid;gap:14px}.LandingHomePage_featureBentoModalBenefitList__J3TZM li{position:relative;padding-left:28px;color:#3f4c63;font-size:14px;line-height:1.45}.LandingHomePage_featureBentoModalBenefitList__J3TZM li:before{content:"";position:absolute;left:0;top:2px;width:16px;height:16px;border-radius:50%;background:var(--feature-modal-accent-soft);border:1px solid var(--feature-modal-accent-mid)}.LandingHomePage_featureBentoModalBenefitList__J3TZM li:after{content:"";position:absolute;left:5px;top:7px;width:6px;height:3px;border-left:1.7px solid var(--feature-modal-accent);border-bottom:1.7px solid var(--feature-modal-accent);transform:rotate(-45deg)}.LandingHomePage_featureBentoModalVisualPanel__FX_AN{margin-inline:0}.LandingHomePage_featureBentoModalVisualStage__DLYz1{position:relative;min-height:330px;overflow:hidden;border-radius:8px;border:1px solid #e4e9f0;background:linear-gradient(135deg,#f7f9fc 0,#fff 54%,var(--feature-modal-accent-soft) 100%)}.LandingHomePage_featureBentoModalVisualHeader__bkJl6{height:44px;padding:0 18px;display:flex;align-items:center;justify-content:space-between;gap:16px;border-bottom:1px solid #e4e9f0;background:hsla(0,0%,100%,.78)}.LandingHomePage_featureBentoModalVisualHeader__bkJl6 span,.LandingHomePage_featureBentoModalVisualHeader__bkJl6 strong{color:#243047;font-size:13px;line-height:1}.LandingHomePage_featureBentoModalVisualHeader__bkJl6 strong{color:var(--feature-modal-accent);font-weight:760}.LandingHomePage_featureBentoModalVisualStage__DLYz1.LandingHomePage_featureBentoModalVisualPayments__q1Hw8,.LandingHomePage_featureBentoModalVisualStage__DLYz1.LandingHomePage_featureBentoModalVisualSchedule__d4xxD,.LandingHomePage_featureBentoModalVisualStage__DLYz1.LandingHomePage_featureBentoModalVisualStudents__0qdai{min-height:0;border:0;background:transparent}.LandingHomePage_featureBentoModalVisualSchedule__d4xxD{min-height:420px;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:12px;align-items:stretch}.LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG{min-width:0;display:grid;grid-template-rows:minmax(0,1fr) auto;gap:10px}.LandingHomePage_featureBentoModalVisualSplitWidget__jWCAU{min-width:0;padding:12px;border:none;border-radius:12px;background:#f8fafd}.LandingHomePage_featureBentoModalVisualSplitCaption__FyTo_{margin:0;color:#5a667b;font-size:13px;line-height:1.35}.LandingHomePage_featureBentoModalLessonCard__NcDY3,.LandingHomePage_featureBentoModalScheduleCard__ncco6{min-width:0;overflow:hidden;border:none;border-radius:14px;background:#f8fafd;box-shadow:none}.LandingHomePage_featureBentoModalScheduleCard__ncco6{display:flex;flex-direction:column}.LandingHomePage_featureBentoModalLessonHeader__RkRkt,.LandingHomePage_featureBentoModalScheduleCardHeader__hKCXF{min-height:50px;border-bottom:none;padding:10px 12px;display:flex;align-items:center;justify-content:space-between;gap:12px;background:#f8fafd}.LandingHomePage_featureBentoModalLessonHeader__RkRkt div,.LandingHomePage_featureBentoModalScheduleCardHeader__hKCXF div{min-width:0;display:flex;align-items:center;gap:8px}.LandingHomePage_featureBentoModalScheduleIcon__xYckK{width:30px;height:30px;border:1px solid #ebecef;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:var(--feature-modal-accent);background:#fff;font-size:14px;line-height:1}.LandingHomePage_featureBentoModalLessonHeader__RkRkt strong,.LandingHomePage_featureBentoModalScheduleCardHeader__hKCXF strong{color:#202632;font-size:16px;line-height:1.12;font-weight:720;white-space:nowrap}.LandingHomePage_featureBentoModalScheduleCardHeader__hKCXF em{margin-top:3px;display:block;color:#8c93a1;font-size:11px;line-height:1.2;font-style:normal;white-space:nowrap}.LandingHomePage_featureBentoModalScheduleChevron__amDm8{color:#9aa0ad;font-size:18px;line-height:1}.LandingHomePage_featureBentoModalWorkHoursBody___YAAG{flex:1 1 auto;min-height:0;padding:12px;display:grid;align-content:center;gap:10px;background:#fff}.LandingHomePage_featureBentoModalWorkHoursGrid__REvFa{position:relative;--feature-work-hour-label-width:34px;--feature-work-hour-gap:6px;--feature-work-hour-row-height:28px;padding:0;display:grid;grid-template-columns:var(--feature-work-hour-label-width) repeat(4,minmax(0,1fr));grid-auto-rows:var(--feature-work-hour-row-height);gap:var(--feature-work-hour-gap);align-content:start}.LandingHomePage_featureBentoModalWorkHoursGrid__REvFa>b{display:flex;align-items:center;justify-content:center;color:#7a8495;font-size:10px;line-height:1;font-weight:700}.LandingHomePage_featureBentoModalWorkHoursRow__5HXNF{display:contents}.LandingHomePage_featureBentoModalWorkHoursRow__5HXNF strong{border-radius:6px;display:flex;align-items:center;justify-content:center;color:#6a7586;background:#f7f9fc;font-size:10px;line-height:1;font-weight:760}.LandingHomePage_featureBentoModalWorkHoursRow__5HXNF .LandingHomePage_featureBentoModalWorkHoursDayActive__n1vb3{color:#fff;background:var(--feature-modal-accent)}.LandingHomePage_featureBentoModalWorkHoursRow__5HXNF i{position:relative;min-width:0;border:1px solid #e6e7eb;border-radius:6px;background:#f0eff4}.LandingHomePage_featureBentoModalWorkHoursRow__5HXNF .LandingHomePage_featureBentoModalWorkHoursCellActive__6Lrdz{border-color:#e6e7eb;background:#f0eff4;transition:border-color .3s ease,background-color .3s ease,box-shadow .3s ease,transform .3s ease}.LandingHomePage_featureBentoModalWorkHoursRow__5HXNF .LandingHomePage_featureBentoModalWorkHoursCellChosen__CHI0N{border-color:rgba(0,170,141,.32);background:rgba(0,170,141,.15);box-shadow:0 0 0 3px rgb(0 170 141/7%);transform:translateY(-1px)}.LandingHomePage_featureBentoModalLessonCard__NcDY3{display:flex;flex-direction:column}.LandingHomePage_featureBentoModalLessonHeader__RkRkt div{flex-direction:column;align-items:flex-start;gap:4px}.LandingHomePage_featureBentoModalLessonHeader__RkRkt span{max-width:240px;overflow:hidden;color:#8c93a1;font-size:11px;line-height:1.2;text-overflow:ellipsis;white-space:nowrap}.LandingHomePage_featureBentoModalLessonBody__8vXbR{flex:1 1 auto;min-height:0;padding:12px;display:grid;align-content:start;gap:10px;background:#fff}.LandingHomePage_featureBentoModalLessonSection__h_ilI{padding:0}.LandingHomePage_featureBentoModalLessonSection__h_ilI+.LandingHomePage_featureBentoModalLessonSection__h_ilI{padding-top:0}.LandingHomePage_featureBentoModalLessonSection__h_ilI h4{margin:0 0 10px;color:#30333b;font-size:13px;line-height:1.2;font-weight:720}.LandingHomePage_featureBentoModalLessonStudent__iptlB{min-height:48px;border-radius:10px;padding:7px 32px 7px 12px;display:flex;align-items:center;gap:10px;position:relative;background:#f0eff4;z-index:3;animation:LandingHomePage_featureBentoLessonSelectFocus__G4VcB 10s ease-in-out infinite}.LandingHomePage_featureBentoModalLessonStudent__iptlB>span{width:28px;height:28px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:var(--feature-modal-accent);color:#fff;font-size:11px;line-height:1;font-weight:760}.LandingHomePage_featureBentoModalLessonStudent__iptlB div{min-width:0}.LandingHomePage_featureBentoModalLessonStudent__iptlB b,.LandingHomePage_featureBentoModalLessonStudent__iptlB em{display:block;letter-spacing:0}.LandingHomePage_featureBentoModalLessonStudent__iptlB b{color:#343945;font-size:13px;line-height:1.2;font-weight:700}.LandingHomePage_featureBentoModalLessonStudent__iptlB em{margin-top:3px;color:#8c93a1;font-size:11px;line-height:1.2;font-style:normal}.LandingHomePage_featureBentoModalLessonStudent__iptlB i{position:absolute;right:14px;top:50%;width:7px;height:7px;border-right:1.6px solid #9aa0ad;border-bottom:1.6px solid #9aa0ad;transform:translateY(-62%) rotate(45deg);animation:LandingHomePage_featureBentoLessonSelectChevron___vruu 10s ease-in-out infinite}.LandingHomePage_featureBentoModalLessonStudentMenu__CPgkS{position:absolute;z-index:8;left:0;right:0;top:calc(100% + 6px);border:1px solid #e6e7eb;border-radius:10px;padding:4px;display:grid;gap:2px;background:#fff;box-shadow:0 16px 32px -26px rgba(15,23,42,.42);opacity:0;transform:translate3d(0,-6px,0) scale(.985);transform-origin:50% 0;pointer-events:none;animation:LandingHomePage_featureBentoLessonSelectMenu__F_oza 10s ease-in-out infinite}.LandingHomePage_featureBentoModalLessonStudentMenu__CPgkS span{min-height:32px;border-radius:8px;padding:6px 9px;display:grid;align-content:center;gap:2px}.LandingHomePage_featureBentoModalLessonStudentMenu__CPgkS span:first-child{background:color-mix(in srgb,var(--feature-modal-accent) 10%,#fff)}.LandingHomePage_featureBentoModalLessonStudentMenu__CPgkS b{color:#343945;font-size:12px;line-height:1.1;font-weight:700}.LandingHomePage_featureBentoModalLessonStudentMenu__CPgkS em{margin-top:0;color:#8c93a1;font-size:10px;line-height:1.15;font-style:normal}.LandingHomePage_featureBentoModalLessonFields__AGM_O{margin-top:7px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.LandingHomePage_featureBentoModalLessonDetails__snBAh span,.LandingHomePage_featureBentoModalLessonFields__AGM_O>span{min-width:0;min-height:40px;border:0;border-radius:9px;padding:7px 9px;display:grid;gap:2px;background:#f0eff4}.LandingHomePage_featureBentoModalLessonCostField__stQ3B{animation:LandingHomePage_featureBentoLessonCostFocus__pSsEc 10s ease-in-out infinite}.LandingHomePage_featureBentoModalLessonDetails__snBAh b,.LandingHomePage_featureBentoModalLessonFields__AGM_O b{color:#8c93a1;font-size:10px;line-height:1.1;font-weight:650}.LandingHomePage_featureBentoModalLessonDetails__snBAh span,.LandingHomePage_featureBentoModalLessonFields__AGM_O em{color:#343945;font-size:12px;line-height:1.25;font-style:normal;font-weight:650}.LandingHomePage_featureBentoModalLessonCostValue__TKJIJ{width:-moz-max-content;width:max-content;max-width:100%;display:inline-flex;align-items:center;overflow:hidden;white-space:nowrap}.LandingHomePage_featureBentoModalLessonCostValue__TKJIJ span{display:inline-block;-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0);animation:LandingHomePage_featureBentoLessonCostType__Q8ccT 10s steps(7) infinite}.LandingHomePage_featureBentoModalLessonCostValue__TKJIJ:after{content:"";width:1px;height:13px;margin-left:2px;display:inline-block;background:var(--feature-modal-accent);opacity:0;animation:LandingHomePage_featureBentoLessonCostCursor__4aHTv 10s step-end infinite}.LandingHomePage_featureBentoModalLessonDetails__snBAh{display:grid;gap:8px}.LandingHomePage_featureBentoModalLessonRepeat__JDm9b{margin:0;min-height:46px;border:0;border-radius:9px;padding:7px 12px;display:flex;align-items:center;justify-content:space-between;gap:14px;background:#f0eff4}.LandingHomePage_featureBentoModalLessonRepeat__JDm9b span,.LandingHomePage_featureBentoModalLessonRepeat__JDm9b strong{display:block}.LandingHomePage_featureBentoModalLessonRepeat__JDm9b strong{color:#343945;font-size:12px;line-height:1.2;font-weight:700}.LandingHomePage_featureBentoModalLessonRepeat__JDm9b span{margin-top:3px;color:#8c93a1;font-size:11px;line-height:1.25}.LandingHomePage_featureBentoModalLessonRepeat__JDm9b i{position:relative;width:34px;height:20px;border-radius:999px;flex:0 0 auto;background:var(--feature-modal-accent);animation:LandingHomePage_featureBentoLessonToggleTrack__GsFpv 10s ease-in-out infinite}.LandingHomePage_featureBentoModalLessonRepeat__JDm9b i:before{content:"";position:absolute;inset:-5px;border-radius:999px;border:1px solid var(--feature-modal-accent);opacity:0;animation:LandingHomePage_featureBentoLessonToggleClick__UUywD 10s ease-in-out infinite}.LandingHomePage_featureBentoModalLessonRepeat__JDm9b i:after{content:"";position:absolute;right:2px;top:2px;width:16px;height:16px;border-radius:50%;background:#fff;animation:LandingHomePage_featureBentoLessonToggleKnob__IUkXW 10s ease-in-out infinite}.LandingHomePage_featureBentoModalLessonNote__AchO9{margin-top:6px;min-height:46px;border-radius:9px;padding:7px 12px;display:grid;align-content:start;gap:5px;background:#f0eff4}.LandingHomePage_featureBentoModalLessonNote__AchO9 b{color:#353946;font-size:12px;line-height:1.2;font-weight:650}.LandingHomePage_featureBentoModalLessonNote__AchO9 span{overflow:hidden;color:#8c93a1;font-size:12px;line-height:1.3;text-overflow:ellipsis;white-space:nowrap}@keyframes LandingHomePage_featureBentoLessonSelectFocus__G4VcB{0%,36%,8%,to{background:#f0eff4;box-shadow:none}12%,30%{background:color-mix(in srgb,var(--feature-modal-accent) 10%,#fff);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--feature-modal-accent) 22%,transparent)}}@keyframes LandingHomePage_featureBentoLessonSelectMenu__F_oza{0%,36%,8%,to{opacity:0;transform:translate3d(0,-6px,0) scale(.985)}12%,30%{opacity:1;transform:translateZ(0) scale(1)}}@keyframes LandingHomePage_featureBentoLessonSelectChevron___vruu{0%,36%,8%,to{transform:translateY(-62%) rotate(45deg)}12%,30%{transform:translateY(-32%) rotate(225deg)}}@keyframes LandingHomePage_featureBentoLessonCostFocus__pSsEc{0%,38%,74%,to{background:#f0eff4;box-shadow:none}44%,68%{background:color-mix(in srgb,var(--feature-modal-accent) 9%,#fff);box-shadow:inset 0 0 0 1px color-mix(in srgb,var(--feature-modal-accent) 22%,transparent)}}@keyframes LandingHomePage_featureBentoLessonCostType__Q8ccT{0%,42%{-webkit-clip-path:inset(0 100% 0 0);clip-path:inset(0 100% 0 0)}60%,to{-webkit-clip-path:inset(0 0 0 0);clip-path:inset(0 0 0 0)}}@keyframes LandingHomePage_featureBentoLessonCostCursor__4aHTv{0%,40%,72%,to{opacity:0}44%,68%{opacity:1}}@keyframes LandingHomePage_featureBentoLessonToggleTrack__GsFpv{0%,76%,to{background:#d8dadd}82%,96%{background:var(--feature-modal-accent)}}@keyframes LandingHomePage_featureBentoLessonToggleClick__UUywD{0%,76%,to{opacity:0;transform:scale(.75)}80%{opacity:.32;transform:scale(1)}88%{opacity:0;transform:scale(1.18)}}@keyframes LandingHomePage_featureBentoLessonToggleKnob__IUkXW{0%,76%,to{transform:translateX(-14px)}82%,96%{transform:translateX(0)}}@media (prefers-reduced-motion:reduce){.LandingHomePage_featureBentoModalLessonCostField__stQ3B,.LandingHomePage_featureBentoModalLessonCostValue__TKJIJ span,.LandingHomePage_featureBentoModalLessonCostValue__TKJIJ:after,.LandingHomePage_featureBentoModalLessonNote__AchO9,.LandingHomePage_featureBentoModalLessonRepeat__JDm9b,.LandingHomePage_featureBentoModalLessonRepeat__JDm9b i,.LandingHomePage_featureBentoModalLessonRepeat__JDm9b i:after,.LandingHomePage_featureBentoModalLessonRepeat__JDm9b i:before,.LandingHomePage_featureBentoModalLessonStudentMenu__CPgkS,.LandingHomePage_featureBentoModalLessonStudent__iptlB,.LandingHomePage_featureBentoModalLessonStudent__iptlB i,.LandingHomePage_featureBentoModalWorkHoursRow__5HXNF .LandingHomePage_featureBentoModalWorkHoursCellActive__6Lrdz,.LandingHomePage_featureBentoModalWorkHoursRow__5HXNF .LandingHomePage_featureBentoModalWorkHoursDayActive__n1vb3{animation:none}}.LandingHomePage_featureBentoModalWeekGrid__LrlWk{position:absolute;left:18px;right:250px;top:64px;bottom:28px;display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:8px}.LandingHomePage_featureBentoModalWeekDay__sjq0I{min-width:0;border:1px solid #dfe5ee;border-radius:8px;padding:12px 10px;display:flex;flex-direction:column;gap:8px;background:#fff}.LandingHomePage_featureBentoModalWeekDay__sjq0I header{display:flex;justify-content:space-between;align-items:center;gap:8px}.LandingHomePage_featureBentoModalWeekDay__sjq0I b,.LandingHomePage_featureBentoModalWeekDay__sjq0I span{color:#6a7586;font-size:12px;line-height:1}.LandingHomePage_featureBentoModalWeekDay__sjq0I b{color:#172033;font-weight:760}.LandingHomePage_featureBentoModalWeekDay__sjq0I em{min-height:34px;border-radius:6px;padding:8px;color:#31405a;background:#f3f6fa;font-size:12px;line-height:1.18;font-style:normal}.LandingHomePage_featureBentoModalWeekDayActive__ldDJi,.LandingHomePage_featureBentoModalWeekDayAlert__3oxCy,.LandingHomePage_featureBentoModalWeekDayOpen__fVcnb{border-color:var(--feature-modal-accent-mid);background:color-mix(in srgb,var(--feature-modal-accent) 5%,#fff)}.LandingHomePage_featureBentoModalWeekDayAlert__3oxCy em:last-child{color:#8a4a1d;background:#fff1e6}.LandingHomePage_featureBentoModalWeekDayActive__ldDJi em:last-child,.LandingHomePage_featureBentoModalWeekDayOpen__fVcnb em{color:var(--feature-modal-accent);background:var(--feature-modal-accent-soft)}.LandingHomePage_featureBentoModalScheduleAside__8aupe{position:absolute;right:18px;top:64px;width:214px;display:grid;gap:10px}.LandingHomePage_featureBentoModalScheduleAside__8aupe span{border:1px solid #dfe5ee;border-radius:8px;padding:14px;color:#556174;background:#fff;font-size:13px;line-height:1.35}.LandingHomePage_featureBentoModalScheduleAside__8aupe b{display:block;margin-bottom:6px;color:#152035;font-size:13px}.LandingHomePage_featureBentoModalVisualPayments__q1Hw8{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px;padding:0;align-items:stretch}.LandingHomePage_featureBentoModalVisualPayments__q1Hw8 .LandingHomePage_featureBentoModalVisualSplitWidget__jWCAU{overflow:hidden}.LandingHomePage_featureBentoModalVisualPayments__q1Hw8 .g-card{width:100%;min-height:100%;border-radius:10px;background:#fff}.LandingHomePage_featureBentoModalVisualPayments__q1Hw8 .repeto-income-card{min-height:260px}.LandingHomePage_featureBentoModalVisualPayments__q1Hw8 .repeto-tochka-income__chart{min-height:150px}.LandingHomePage_featureBentoModalVisualPayments__q1Hw8 .repeto-portal-balance-operation-row{min-height:58px}.LandingHomePage_featureBentoModalVisualPayments__q1Hw8 .LandingHomePage_showcaseIncomeWidget__SonZh{margin:0!important;padding:0!important;border:0;border-radius:0;background:transparent;display:flex;min-height:100%}.LandingHomePage_featureBentoModalVisualPayments__q1Hw8 .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart-card,.LandingHomePage_featureBentoModalVisualPayments__q1Hw8 .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-students-card{margin:0;min-height:100%}.LandingHomePage_featureBentoModalVisualPayments__q1Hw8 .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__body{padding:0 20px 16px!important;gap:12px;min-height:0}.LandingHomePage_featureBentoModalVisualPayments__q1Hw8 .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__columns{gap:16px;min-height:182px}.LandingHomePage_featureBentoModalVisualPayments__q1Hw8 .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__links{display:block}.LandingHomePage_featureBentoModalFilesMini__i9RTr,.LandingHomePage_featureBentoModalFinanceCard__B2lyI,.LandingHomePage_featureBentoModalFinanceRows__wBHyU,.LandingHomePage_featureBentoModalHomeworkNote__k7376,.LandingHomePage_featureBentoModalHomeworkTasks__1zpIt,.LandingHomePage_featureBentoModalMessageCard__nPVqj,.LandingHomePage_featureBentoModalPackageCard__lDTgt,.LandingHomePage_featureBentoModalProfileMain__vUQhw,.LandingHomePage_featureBentoModalProfileRail__cLXRM,.LandingHomePage_featureBentoModalReminderRule__M7YWq{border:1px solid #dfe5ee;border-radius:8px;background:hsla(0,0%,100%,.88);box-shadow:0 18px 44px -34px rgba(18,28,48,.42)}.LandingHomePage_featureBentoModalFinanceCard__B2lyI{min-height:208px;padding:18px;display:grid;grid-template-rows:auto minmax(0,1fr)}.LandingHomePage_featureBentoModalFinanceCard__B2lyI header{display:flex;justify-content:space-between;align-items:flex-start;gap:18px}.LandingHomePage_featureBentoModalFinanceCard__B2lyI span,.LandingHomePage_featureBentoModalPackageCard__lDTgt span{color:#667286;font-size:13px}.LandingHomePage_featureBentoModalFinanceCard__B2lyI strong{color:#062d28;font-size:28px;line-height:1}.LandingHomePage_featureBentoModalFinanceBars__I1WNi{height:160px;display:grid;grid-template-columns:repeat(6,minmax(0,1fr));gap:10px;align-items:end}.LandingHomePage_featureBentoModalFinanceBars__I1WNi i{border-radius:7px 7px 0 0;background:linear-gradient(180deg,#00aa8d,#80d4c6)}.LandingHomePage_featureBentoModalFinanceRows__wBHyU{padding:12px;display:grid;gap:8px}.LandingHomePage_featureBentoModalFinanceRows__wBHyU span{min-height:64px;border-radius:7px;padding:11px 12px;display:grid;grid-template-columns:minmax(0,1fr) auto;gap:3px 12px;background:#f7f9fc}.LandingHomePage_featureBentoModalFinanceRows__wBHyU b,.LandingHomePage_featureBentoModalFinanceRows__wBHyU strong{color:#162238;font-size:13px}.LandingHomePage_featureBentoModalFinanceRows__wBHyU em{color:#6b7687;font-size:12px;font-style:normal}.LandingHomePage_featureBentoModalFinanceRows__wBHyU strong{grid-row:1/span 2;grid-column:2;align-self:center;color:var(--feature-modal-accent)}.LandingHomePage_featureBentoModalPackageCard__lDTgt{position:absolute;left:34px;bottom:22px;width:min(360px,calc(100% - 388px));padding:14px 16px}.LandingHomePage_featureBentoModalPackageCard__lDTgt strong{display:block;margin-top:5px;color:#152035;font-size:15px}.LandingHomePage_featureBentoModalPackageCard__lDTgt i{display:block;margin-top:12px;height:8px;border-radius:999px;background:linear-gradient(90deg,var(--feature-modal-accent) 0 62%,#e6ebf2 62% 100%)}.LandingHomePage_featureBentoModalVisualStudents__0qdai{display:block;padding:0}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG{overflow:visible}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG>:first-child{min-width:0;min-height:100%;border-radius:12px;padding:12px;overflow:hidden;background:#f8fafd}.LandingHomePage_featureBentoModalStudentsWidgetHomework__88Fah{pointer-events:none}.LandingHomePage_featureBentoModalStudentsBrowserFrame__MP16T{width:100%;min-height:420px;border-radius:18px;display:flex;flex-direction:column;overflow:hidden}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoScheduleBrowserFrame__ReriD.LandingHomePage_featureBentoModalStudentsBrowserFrame__MP16T{width:100%;max-width:100%;min-width:0}.LandingHomePage_featureBentoModalStudentsScreenshotViewport__0q_Xf{min-height:0;flex:1 1 auto;overflow:hidden;border:0;border-radius:0;background:transparent}.LandingHomePage_featureBentoModalStudentsScreenshotImage__UeDDA{display:block;width:100%;height:100%;max-width:none;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .repeto-portal-section--spaced,.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .tab-section{margin:0}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .tab-list{gap:6px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .tab-list__item{padding:10px 12px;border-radius:10px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .hw-upload-row__icon,.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .lp2-hw-item,.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-ledger-section,.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-payment-hero,.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .tab-list__item{background:#fff;box-shadow:inset 0 0 0 1px #edf2f7}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .tab-list__row{gap:10px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .tab-list__label{font-size:11px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .tab-list__value{font-size:12px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .tab-list__chevron{display:none}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .repeto-schedule-status-chip{min-height:20px;padding-inline:8px;font-size:10px}.LandingHomePage_featureBentoModalStudentsWidgetHomework__88Fah .hw-item-menu,.LandingHomePage_featureBentoModalStudentsWidgetHomework__88Fah .hw-status-tabs,.LandingHomePage_featureBentoModalStudentsWidgetHomework__88Fah .hw-uploads,.LandingHomePage_featureBentoModalStudentsWidgetHomework__88Fah .tab-add-slot{display:none}.LandingHomePage_featureBentoModalStudentsWidgetHomework__88Fah .repeto-portal-plain-section-title{margin:0 0 10px;font-size:15px;line-height:1.2}.LandingHomePage_featureBentoModalStudentsWidgetHomework__88Fah .lp2-hw-list{margin:0;gap:6px}.LandingHomePage_featureBentoModalStudentsWidgetHomework__88Fah .lp2-hw-item{padding:10px 12px;border-radius:10px}.LandingHomePage_featureBentoModalStudentsWidgetHomework__88Fah .hw-item-title{font-size:13px}.LandingHomePage_featureBentoModalStudentsWidgetHomework__88Fah .hw-item-meta{font-size:11px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-payment-ledger{gap:8px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-payment-hero{padding:12px 14px;border-radius:10px;gap:6px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-payment-hero__caption{font-size:12px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-payment-hero__amount{font-size:28px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-payment-hero__metrics{gap:6px 10px;font-size:11px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-ledger-section{padding:12px 14px;border-radius:10px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-ledger-section__subtitle{display:none}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-ledger-row,.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-payment-due-row{padding:10px 0}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-ledger-row__icon{width:30px;height:30px;border-radius:8px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-ledger-row__title,.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-payment-due-row__copy>span:first-child{font-size:13px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-ledger-row__subtitle,.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-payment-due-row__copy>span:last-child{font-size:11px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-ledger-row__amount,.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-payment-due-row__amount{font-size:12px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG .student-ledger-list .student-ledger-row:nth-of-type(n+3){display:none}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalProfileMain__vUQhw,.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalProfileRail__cLXRM{min-height:100%;border:0;border-radius:10px;background:#fff;box-shadow:none}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalProfileMain__vUQhw{padding:14px}.LandingHomePage_featureBentoModalProfileRail__cLXRM{padding:18px;display:flex;flex-direction:column;align-items:flex-start}.LandingHomePage_featureBentoModalProfileAvatar__0WxyY{width:58px;height:58px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--feature-modal-accent);font-size:19px;font-weight:780}.LandingHomePage_featureBentoModalProfileRail__cLXRM b{margin-top:16px;color:#152035;font-size:18px}.LandingHomePage_featureBentoModalProfileRail__cLXRM em,.LandingHomePage_featureBentoModalProfileRail__cLXRM i{margin-top:6px;color:#657185;font-size:13px;font-style:normal}.LandingHomePage_featureBentoModalProfileRail__cLXRM i{margin-top:auto;border-radius:7px;padding:9px 10px;color:#8a3f2a;background:#fff1e8}.LandingHomePage_featureBentoModalProfileMain__vUQhw{padding:16px}.LandingHomePage_featureBentoModalProfileTabs__E2sQJ{display:flex;flex-wrap:wrap;gap:6px}.LandingHomePage_featureBentoModalProfileTabs__E2sQJ span{min-height:30px;border-radius:7px;padding:0 10px;display:inline-flex;align-items:center;color:#657185;background:#f4f6fa;font-size:12px;font-weight:650}.LandingHomePage_featureBentoModalProfileTabs__E2sQJ .LandingHomePage_featureBentoModalProfileTabActive__1VvQM{color:var(--feature-modal-accent);background:var(--feature-modal-accent-soft)}.LandingHomePage_featureBentoModalRecordGrid__gRv3k{margin-top:18px;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.LandingHomePage_featureBentoModalRecordGrid__gRv3k span{min-height:88px;border-radius:8px;padding:14px;color:#4b586d;background:#f7f9fc;font-size:13px;line-height:1.4}.LandingHomePage_featureBentoModalRecordGrid__gRv3k b{display:block;margin-bottom:8px;color:#152035;font-size:13px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalProfileTabs__E2sQJ{gap:5px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalProfileTabs__E2sQJ span{min-height:28px;padding:0 9px;font-size:11px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalRecordGrid__gRv3k{margin-top:14px;grid-template-columns:1fr;gap:8px}.LandingHomePage_featureBentoModalVisualStudents__0qdai .LandingHomePage_featureBentoModalRecordGrid__gRv3k span{min-height:58px;padding:12px}.LandingHomePage_featureBentoModalVisualStage__DLYz1.LandingHomePage_featureBentoModalVisualReminders__MT8BG{min-height:0;border:0;background:transparent}.LandingHomePage_featureBentoModalVisualReminders__MT8BG{padding:0}.LandingHomePage_featureBentoModalVisualReminders__MT8BG .LandingHomePage_featureBentoScheduleBrowserFrame__ReriD.LandingHomePage_featureBentoModalRemindersBrowserFrame__J8ILd{width:100%;max-width:100%;min-width:0;border-radius:18px;display:flex;flex-direction:column;overflow:hidden}.LandingHomePage_featureBentoModalRemindersViewport__gV1Dn{min-height:0;flex:1 1 auto;overflow:hidden}.LandingHomePage_featureBentoModalNotificationsSettingsShell__lkv06{min-height:100%;height:100%;overflow:auto}.LandingHomePage_featureBentoModalNotificationsShell__Z8XG_{min-height:470px;height:100%;display:grid;grid-template-columns:72px 184px minmax(0,1fr);overflow:hidden;background:#eef3f8}.LandingHomePage_featureBentoModalNotificationsProductSidebar__dcZNo{min-height:0;padding:16px 10px;display:flex;flex-direction:column;align-items:center;gap:18px;background:#285fa8}.LandingHomePage_featureBentoModalNotificationsProductAvatar__FpSOL,.LandingHomePage_featureBentoModalNotificationsProductLogo__sb8zH{display:block;flex:0 0 auto;border-radius:10px;background:hsla(0,0%,100%,.86);box-shadow:inset 0 0 0 1px hsla(0,0%,100%,.34)}.LandingHomePage_featureBentoModalNotificationsProductLogo__sb8zH{width:36px;height:36px}.LandingHomePage_featureBentoModalNotificationsProductAvatar__FpSOL{width:30px;height:30px;margin-top:auto;border-radius:50%;background:hsla(0,0%,100%,.62)}.LandingHomePage_featureBentoModalNotificationsProductSidebar__dcZNo nav{width:100%;display:grid;gap:8px}.LandingHomePage_featureBentoModalNotificationsProductSidebar__dcZNo nav span{width:100%;height:38px;border-radius:11px;display:flex;align-items:center;justify-content:center}.LandingHomePage_featureBentoModalNotificationsProductSidebar__dcZNo nav span:before{content:"";width:18px;height:18px;border-radius:6px;background:hsla(0,0%,100%,.34)}.LandingHomePage_featureBentoModalNotificationsProductNavActive__RmB7F{background:hsla(0,0%,100%,.16)}.LandingHomePage_featureBentoModalNotificationsProductNavActive__RmB7F:before{background:#fff!important}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6{min-width:0;min-height:0;padding:18px 12px;border-right:1px solid #e0e7f0;display:flex;flex-direction:column;background:#f8fafc}.LandingHomePage_featureBentoModalNotificationsSettingsSidebarHead__X6iyU{padding:0 8px 15px;display:grid;gap:8px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebarHead__X6iyU span,.LandingHomePage_featureBentoModalNotificationsSettingsSidebarHead__X6iyU strong,.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav b{display:block;border-radius:999px;background:#dbe4ef}.LandingHomePage_featureBentoModalNotificationsSettingsSidebarHead__X6iyU strong{width:96px;height:14px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebarHead__X6iyU span{width:132px;height:8px;background:#e8edf4}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav{display:grid;gap:7px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav span{min-width:0;min-height:34px;border-radius:9px;padding:0 10px;display:flex;align-items:center;gap:9px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav i{width:13px;height:13px;border-radius:5px;flex:0 0 auto;background:#d6e0ec}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav b{height:8px;min-width:42px;flex:0 0 auto}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav span:first-child b{width:66px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav span:nth-child(2) b{width:82px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav span:nth-child(3) b{width:100px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav span:nth-child(4) b{width:58px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav span:nth-child(5) b{width:86px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav span:nth-child(6) b{width:74px}.LandingHomePage_featureBentoModalNotificationsSettingsNavActive__S_lGl{background:color-mix(in srgb,var(--feature-modal-accent) 10%,#fff)}.LandingHomePage_featureBentoModalNotificationsSettingsNavActive__S_lGl b,.LandingHomePage_featureBentoModalNotificationsSettingsNavActive__S_lGl i{background:color-mix(in srgb,var(--feature-modal-accent) 42%,#dbe4ef)!important}.LandingHomePage_featureBentoModalNotificationsMain__DYoij{min-width:0;min-height:0;display:flex;flex-direction:column;overflow:hidden;background:#f5f7fb}.LandingHomePage_featureBentoModalNotificationsHeader__9PjdV{flex:0 0 auto;padding:16px 20px 14px;border-bottom:1px solid #e3e9f2;background:#f5f7fb}.LandingHomePage_featureBentoModalNotificationsHeader__9PjdV h4{margin:0;color:#1b2432;font-size:28px;line-height:1.05;font-weight:760}.LandingHomePage_featureBentoModalNotificationsHeader__9PjdV span{display:block;margin-top:6px;color:#6f7b8f;font-size:13px;line-height:1.2}.LandingHomePage_featureBentoModalNotificationsCard__2AZ68{margin:16px;padding:18px 20px;min-height:0;flex:1 1 auto;overflow:hidden;border:1px solid #e2e8f1;border-radius:14px;background:#fff}.LandingHomePage_featureBentoModalNotificationsCard__2AZ68 h5{margin:0;color:#1e2735;font-size:20px;line-height:1.06;font-weight:760}.LandingHomePage_featureBentoModalNotificationsCaption__AiZC7{display:block;margin-top:8px;color:#7b8698;font-size:13px;line-height:1.35}.LandingHomePage_featureBentoModalNotificationsPills__VOqoz{margin-top:14px;display:flex;flex-wrap:wrap;gap:8px}.LandingHomePage_featureBentoModalNotificationsPill__cOZXx{min-width:64px;height:32px;padding:0 12px;border:1px solid #e4e8ef;border-radius:9px;background:#f1f3f7;color:#2c3441;font-size:13px;line-height:1;font-weight:590;display:inline-flex;align-items:center;justify-content:center;cursor:default;-webkit-user-select:none;-moz-user-select:none;user-select:none}.LandingHomePage_featureBentoModalNotificationsPillActive__vxwQ6{border-color:color-mix(in srgb,var(--feature-modal-accent) 28%,#d8e0eb);background:color-mix(in srgb,var(--feature-modal-accent) 14%,#fff);color:var(--feature-modal-accent)}.LandingHomePage_featureBentoModalNotificationsHint__Khb1Z{margin:10px 0 0;color:#7b8698;font-size:12px;line-height:1.42}.LandingHomePage_featureBentoModalNotificationsList__62Z7R{margin-top:12px;display:flex;flex-direction:column}.LandingHomePage_featureBentoModalNotificationsItem__EqkMV{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:10px 14px;padding:11px 0}.LandingHomePage_featureBentoModalNotificationsItemDivided__nyj2N{border-bottom:1px solid #e5eaf1}.LandingHomePage_featureBentoModalNotificationsMeta__dkf7G{min-width:0}.LandingHomePage_featureBentoModalNotificationsMeta__dkf7G strong{display:block;color:#253043;font-size:15px;line-height:1.2;font-weight:700}.LandingHomePage_featureBentoModalNotificationsMeta__dkf7G span{display:block;margin-top:4px;color:#7a8598;font-size:12px;line-height:1.28}.LandingHomePage_featureBentoModalNotificationsControls__pN3SD{display:inline-flex;align-items:center;gap:10px}.LandingHomePage_featureBentoModalNotificationsSelectFake__I1RqC{width:128px;min-height:48px;border:1px solid #e4e8ef;border-radius:9px;padding:8px 28px 8px 10px;position:relative;display:grid;align-content:center;gap:4px;background:#f1f3f7;pointer-events:none}.LandingHomePage_featureBentoModalNotificationsSelectFake__I1RqC>b{color:#7f899b;font-size:10px;line-height:1.2;font-weight:600}.LandingHomePage_featureBentoModalNotificationsSelectFake__I1RqC>span{color:#3d4653;font-size:14px;line-height:1;font-weight:650}.LandingHomePage_featureBentoModalNotificationsSelectChevron__VJSLo{position:absolute;right:14px;top:50%;width:8px;height:8px;border-right:1.7px solid #8f9bb0;border-bottom:1.7px solid #8f9bb0;transform:translateY(-62%) rotate(45deg)}.LandingHomePage_featureBentoModalNotificationsSelectChevronPinned__PqFbg{transform:translateY(-62%) rotate(225deg)}.LandingHomePage_featureBentoModalNotificationsSelectChevronSecond__4rX4S{animation:LandingHomePage_featureBentoModalNotificationsChevronPlayback__7jXYV 11s ease-in-out infinite;animation-delay:1.8s}.LandingHomePage_featureBentoModalNotificationsSelectChevronThird__XNNsU{animation:LandingHomePage_featureBentoModalNotificationsChevronPlayback__7jXYV 11s ease-in-out infinite;animation-delay:5.4s}.LandingHomePage_featureBentoModalNotificationsSelectMenu__1nPOd{position:absolute;z-index:4;left:0;right:0;top:calc(100% + 6px);border:1px solid #e1e6ee;border-radius:11px;background:#fff;overflow:hidden;opacity:0;transform:translate3d(0,-6px,0) scale(.985);transform-origin:50% 0;pointer-events:none}.LandingHomePage_featureBentoModalNotificationsSelectMenu__1nPOd span{min-height:36px;padding:0 12px;display:flex;align-items:center;color:#667182;font-size:13px;line-height:1.2;font-weight:590;background:#fff}.LandingHomePage_featureBentoModalNotificationsSelectMenu__1nPOd span+span{border-top:1px solid #eef2f7}.LandingHomePage_featureBentoModalNotificationsSelectMenuOptionActive__Y0wtP{color:var(--feature-modal-accent)!important;background:color-mix(in srgb,var(--feature-modal-accent) 8%,#fff)!important}.LandingHomePage_featureBentoModalNotificationsSelectMenuPinned__r3s4O{opacity:1;transform:translateZ(0) scale(1)}.LandingHomePage_featureBentoModalNotificationsSelectMenuSecond__BAFVp{animation:LandingHomePage_featureBentoModalNotificationsMenuPlayback__1e7Y2 11s ease-in-out infinite;animation-delay:1.8s}.LandingHomePage_featureBentoModalNotificationsSelectMenuThird__CYO0O{animation:LandingHomePage_featureBentoModalNotificationsMenuPlayback__1e7Y2 11s ease-in-out infinite;animation-delay:5.4s}.LandingHomePage_featureBentoModalNotificationsSwitchFake__9DIbv{width:44px;height:24px;border-radius:999px;display:inline-flex;flex:0 0 auto;position:relative;background:var(--feature-modal-accent)}.LandingHomePage_featureBentoModalNotificationsSwitchFake__9DIbv:before{content:"";position:absolute;top:3px;left:calc(100% - 21px);width:18px;height:18px;border-radius:50%;background:#fff}.LandingHomePage_featureBentoModalNotificationsSavebar__X1hgi{margin-top:12px;display:flex;justify-content:flex-end}.LandingHomePage_featureBentoModalNotificationsSaveButton__QO1zI{min-width:104px;min-height:34px;border:0;border-radius:8px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;color:#fff;background:var(--feature-modal-accent);font-size:13px;line-height:1;font-weight:720}@keyframes LandingHomePage_featureBentoModalNotificationsMenuPlayback__1e7Y2{0%,14%{opacity:0;transform:translate3d(0,-6px,0) scale(.985)}20%,46%{opacity:1;transform:translateZ(0) scale(1)}54%,to{opacity:0;transform:translate3d(0,-6px,0) scale(.985)}}@keyframes LandingHomePage_featureBentoModalNotificationsChevronPlayback__7jXYV{0%,14%{transform:translateY(-62%) rotate(45deg)}20%,46%{transform:translateY(-62%) rotate(225deg)}54%,to{transform:translateY(-62%) rotate(45deg)}}@media (max-width:900px){.LandingHomePage_featureBentoModalVisualReminders__MT8BG .LandingHomePage_featureBentoScheduleBrowserFrame__ReriD.LandingHomePage_featureBentoModalRemindersBrowserFrame__J8ILd{min-height:260px}.LandingHomePage_featureBentoModalNotificationsShell__Z8XG_{grid-template-columns:56px 132px minmax(0,1fr);min-height:380px}.LandingHomePage_featureBentoModalNotificationsProductSidebar__dcZNo{padding:12px 8px;gap:12px}.LandingHomePage_featureBentoModalNotificationsProductLogo__sb8zH{width:30px;height:30px}.LandingHomePage_featureBentoModalNotificationsProductSidebar__dcZNo nav{gap:6px}.LandingHomePage_featureBentoModalNotificationsProductSidebar__dcZNo nav span{height:32px;border-radius:9px}.LandingHomePage_featureBentoModalNotificationsProductSidebar__dcZNo nav span:before{width:15px;height:15px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6{padding:14px 8px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebarHead__X6iyU strong{width:78px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebarHead__X6iyU span{width:96px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav span{min-height:30px;padding:0 8px;gap:7px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav i{width:11px;height:11px}.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6 nav span:nth-child(n) b{width:66px}.LandingHomePage_featureBentoModalNotificationsHeader__9PjdV{padding:13px 14px 11px}.LandingHomePage_featureBentoModalNotificationsCard__2AZ68 h5,.LandingHomePage_featureBentoModalNotificationsHeader__9PjdV h4{font-size:18px}.LandingHomePage_featureBentoModalNotificationsCaption__AiZC7,.LandingHomePage_featureBentoModalNotificationsHint__Khb1Z,.LandingHomePage_featureBentoModalNotificationsMeta__dkf7G span{font-size:11px}.LandingHomePage_featureBentoModalNotificationsMeta__dkf7G strong,.LandingHomePage_featureBentoModalNotificationsPill__cOZXx{font-size:12px}.LandingHomePage_featureBentoModalNotificationsCard__2AZ68{margin:10px;padding:14px;border-radius:12px}.LandingHomePage_featureBentoModalNotificationsSelectFake__I1RqC{width:116px;min-height:44px}.LandingHomePage_featureBentoModalNotificationsSelectFake__I1RqC>span{font-size:13px}.LandingHomePage_featureBentoModalNotificationsItem__EqkMV{grid-template-columns:1fr;align-items:start}.LandingHomePage_featureBentoModalNotificationsControls__pN3SD{width:100%;justify-content:space-between}}@media (max-width:620px){.LandingHomePage_featureBentoModalNotificationsShell__Z8XG_{grid-template-columns:50px minmax(0,1fr)}.LandingHomePage_featureBentoModalNotificationsHeader__9PjdV span,.LandingHomePage_featureBentoModalNotificationsHint__Khb1Z,.LandingHomePage_featureBentoModalNotificationsSettingsSidebar__82UV6{display:none}.LandingHomePage_featureBentoModalNotificationsPills__VOqoz{gap:6px}.LandingHomePage_featureBentoModalNotificationsPill__cOZXx{min-width:54px;height:28px;padding:0 8px}.LandingHomePage_featureBentoModalNotificationsSelectFake__I1RqC{width:min(132px,100%)}}.LandingHomePage_featureBentoModalVisualStage__DLYz1.LandingHomePage_featureBentoModalVisualPublic__GBjvc{min-height:0;border:0;background:transparent}.LandingHomePage_featureBentoModalVisualPublic__GBjvc{display:grid;grid-template-columns:minmax(0,1.22fr) minmax(280px,.78fr);gap:12px;padding:0;overflow:visible}.LandingHomePage_featureBentoModalVisualPublic__GBjvc .LandingHomePage_featureBentoModalVisualSplitWidget__jWCAU{height:452px;min-height:452px}.LandingHomePage_featureBentoModalPublicBrowserFrame__S3RY8{width:100%;max-width:100%;min-width:0;height:100%;display:grid;grid-template-rows:48px minmax(0,1fr);border-radius:12px;background:#fff;box-shadow:none}.LandingHomePage_featureBentoModalPublicBrowserFrame__S3RY8 .LandingHomePage_featureBentoPublicPageWindow__vh8g2{padding:22px 18px 42px}.LandingHomePage_featureBentoModalPublicBrowserFrame__S3RY8 .LandingHomePage_featureBentoPublicLayout__iZ_tw{height:100%}.LandingHomePage_featureBentoModalPublicBookingColumn___EqOu .LandingHomePage_featureBentoModalVisualSplitWidget__jWCAU{display:flex;align-items:center;justify-content:center;padding:24px}.LandingHomePage_featureBentoModalVisualPublic__GBjvc .LandingHomePage_featureBentoModalPublicBookingCard__IbZXk{position:static;left:auto;top:auto;display:block;width:min(100%,390px);animation:none}.LandingHomePage_featureBentoModalPublicProfileShell__TjKJs{min-height:0;display:grid;grid-template-columns:150px minmax(0,1fr);overflow:hidden;background:#ececf1}.LandingHomePage_featureBentoModalPublicSidebar__1Uz3y{min-width:0;padding:18px 12px;display:flex;flex-direction:column;background:#ececf1}.LandingHomePage_featureBentoModalPublicSidebar__1Uz3y strong{color:#202632;font-size:17px;line-height:1.12;font-weight:720}.LandingHomePage_featureBentoModalPublicSidebar__1Uz3y nav{margin-top:14px;display:grid;gap:5px}.LandingHomePage_featureBentoModalPublicSidebarCta__G6LYC,.LandingHomePage_featureBentoModalPublicSidebar__1Uz3y nav span{min-height:29px;border-radius:8px;padding:0 9px;display:flex;align-items:center;color:#596474;font-size:12px;line-height:1.15;font-weight:650}.LandingHomePage_featureBentoModalPublicSidebar__1Uz3y nav .LandingHomePage_featureBentoModalPublicSidebarActive__typek{color:var(--feature-modal-accent);background:color-mix(in srgb,var(--feature-modal-accent) 10%,#fff)}.LandingHomePage_featureBentoModalPublicSidebarCta__G6LYC{margin-top:auto;justify-content:center;color:#fff;background:var(--feature-modal-accent)}.LandingHomePage_featureBentoModalPublicProfileMain__0_td0{min-width:0;min-height:0;padding:18px;display:grid;align-content:start;gap:10px;overflow:hidden}.LandingHomePage_featureBentoModalPublicBookingFlow__iNMi3,.LandingHomePage_featureBentoModalPublicContentCard__50hNe,.LandingHomePage_featureBentoModalPublicHeroCard__wV4JS,.LandingHomePage_featureBentoModalPublicRequestCard__gJWPP{border-radius:8px;background:#fff;box-shadow:none}.LandingHomePage_featureBentoModalPublicHeroCard__wV4JS{min-height:116px;padding:14px;display:grid;grid-template-columns:76px minmax(0,1fr) auto;align-items:center;gap:14px}.LandingHomePage_featureBentoModalPublicAvatar__J8dr3{width:76px;height:76px;border-radius:8px;overflow:hidden;display:block;background:url(/images/avatars/avatar-2.jpg) 50%/cover;color:transparent;text-indent:-999px}.LandingHomePage_featureBentoModalPublicHeroCopy__p6v4R{min-width:0}.LandingHomePage_featureBentoModalPublicHeroCopy__p6v4R em,.LandingHomePage_featureBentoModalPublicHeroCopy__p6v4R strong{display:block}.LandingHomePage_featureBentoModalPublicHeroCopy__p6v4R strong{color:#29313d;font-size:18px;line-height:1.15;font-weight:740}.LandingHomePage_featureBentoModalPublicHeroCopy__p6v4R em{margin-top:4px;color:#6d7685;font-size:12px;line-height:1.25;font-style:normal}.LandingHomePage_featureBentoModalPublicTrustRow__rmw_K{margin-top:8px;display:flex;flex-wrap:wrap;gap:6px}.LandingHomePage_featureBentoModalPublicPolicyBadge__WCCaC,.LandingHomePage_featureBentoModalPublicTrustRow__rmw_K span{min-height:24px;border-radius:999px;padding:0 8px;display:inline-flex;align-items:center;color:#475466;background:#f0f2f7;font-size:11px;line-height:1;font-weight:680;white-space:nowrap}.LandingHomePage_featureBentoModalPublicPolicyBadge__WCCaC{align-self:end;color:var(--feature-modal-accent);background:color-mix(in srgb,var(--feature-modal-accent) 10%,#fff)}.LandingHomePage_featureBentoModalPublicContentCard__50hNe{padding:13px 14px}.LandingHomePage_featureBentoModalPublicContentCard__50hNe h4{margin:0;color:#29313d;font-size:13px;line-height:1.2;font-weight:740}.LandingHomePage_featureBentoModalPublicContentCard__50hNe p{margin:7px 0 0;color:#667181;font-size:12px;line-height:1.45}.LandingHomePage_featureBentoModalPublicPriceRows__OILcw{margin-top:9px;display:grid;gap:7px}.LandingHomePage_featureBentoModalPublicPriceRows__OILcw span{min-height:46px;border-radius:8px;padding:9px 10px;display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:center;gap:2px 12px;background:#f5f6fa}.LandingHomePage_featureBentoModalPublicPriceRows__OILcw b,.LandingHomePage_featureBentoModalPublicPriceRows__OILcw em,.LandingHomePage_featureBentoModalPublicPriceRows__OILcw strong{display:block;letter-spacing:0}.LandingHomePage_featureBentoModalPublicPriceRows__OILcw b{color:#343b47;font-size:12px;line-height:1.16;font-weight:720}.LandingHomePage_featureBentoModalPublicPriceRows__OILcw em{color:#737d8c;font-size:11px;line-height:1.16;font-style:normal}.LandingHomePage_featureBentoModalPublicPriceRows__OILcw strong{grid-row:1/3;grid-column:2;color:var(--feature-modal-accent);font-size:12px;line-height:1;font-weight:760;white-space:nowrap}.LandingHomePage_featureBentoModalPublicSliderColumn__DL_We{min-width:0}.LandingHomePage_featureBentoModalPublicSlider__INSnR{min-height:100%;border-radius:8px;padding:14px;display:grid;grid-template-rows:auto minmax(0,1fr);gap:10px;overflow:hidden;background:#fff}.LandingHomePage_featureBentoModalPublicSliderHeader__kDriV{display:flex;align-items:center;justify-content:space-between;gap:12px}.LandingHomePage_featureBentoModalPublicSliderHeader__kDriV span{color:#29313d;font-size:14px;line-height:1.2;font-weight:740}.LandingHomePage_featureBentoModalPublicSlideDots__dXw4e{display:inline-flex;align-items:center;gap:6px}.LandingHomePage_featureBentoModalPublicSlideDots__dXw4e i{width:7px;height:7px;border-radius:50%;background:#cbd3df;animation:LandingHomePage_featureBentoModalPublicSlideDotOne__ZBAWz 9s ease-in-out infinite}.LandingHomePage_featureBentoModalPublicSlideDots__dXw4e i+i{animation-name:LandingHomePage_featureBentoModalPublicSlideDotTwo__P1bAZ}.LandingHomePage_featureBentoModalPublicSlideViewport__W4Wfg{min-width:0;min-height:0;overflow:hidden}.LandingHomePage_featureBentoModalPublicSlideTrack__2nQfQ{height:100%;display:flex;will-change:transform;animation:LandingHomePage_featureBentoModalPublicSlideTrack__2nQfQ 9s ease-in-out infinite}.LandingHomePage_featureBentoModalPublicSlide__8v0Be{flex:0 0 100%;min-width:0;height:100%;display:grid}@keyframes LandingHomePage_featureBentoModalPublicSlideTrack__2nQfQ{0%,42%{transform:translateZ(0)}50%,92%{transform:translate3d(-100%,0,0)}to{transform:translateZ(0)}}@keyframes LandingHomePage_featureBentoModalPublicSlideDotOne__ZBAWz{0%,42%,to{background:var(--feature-modal-accent);transform:scale(1.18)}50%,92%{background:#cbd3df;transform:scale(1)}}@keyframes LandingHomePage_featureBentoModalPublicSlideDotTwo__P1bAZ{0%,42%,to{background:#cbd3df;transform:scale(1)}50%,92%{background:var(--feature-modal-accent);transform:scale(1.18)}}@media (prefers-reduced-motion:reduce){.LandingHomePage_featureBentoModalPublicSlideDots__dXw4e i,.LandingHomePage_featureBentoModalPublicSlideTrack__2nQfQ{animation:none!important}.LandingHomePage_featureBentoModalPublicSlide__8v0Be:nth-child(2){display:none}}.LandingHomePage_featureBentoModalPublicBookingFlow__iNMi3,.LandingHomePage_featureBentoModalPublicRequestCard__gJWPP{min-height:100%;padding:14px;display:grid;align-content:start;gap:10px}.LandingHomePage_featureBentoModalPublicBookingFlow__iNMi3 header,.LandingHomePage_featureBentoModalPublicRequestCard__gJWPP header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.LandingHomePage_featureBentoModalPublicBookingFlow__iNMi3 header strong,.LandingHomePage_featureBentoModalPublicRequestCard__gJWPP header span,.LandingHomePage_featureBentoModalPublicRequestCard__gJWPP header strong{display:block;color:#29313d;font-size:14px;line-height:1.2;font-weight:740}.LandingHomePage_featureBentoModalPublicBookingFlow__iNMi3 header em,.LandingHomePage_featureBentoModalPublicBookingFlow__iNMi3 header span{display:block;color:#6f7988;font-size:11px;line-height:1.2;font-style:normal}.LandingHomePage_featureBentoModalPublicBookingFlow__iNMi3 header span{margin-top:3px}.LandingHomePage_featureBentoModalPublicBookingFlow__iNMi3 header em{border-radius:999px;padding:5px 8px;color:var(--feature-modal-accent);background:color-mix(in srgb,var(--feature-modal-accent) 10%,#fff);font-weight:720;white-space:nowrap}.LandingHomePage_featureBentoModalPublicStepRow__D5_Rk{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.LandingHomePage_featureBentoModalPublicStepRow__D5_Rk span{min-height:26px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#737d8c;background:#f4f6fa;font-size:10px;line-height:1;font-weight:720}.LandingHomePage_featureBentoModalPublicCalendarMini__Qi56M .LandingHomePage_featureBentoModalPublicCalendarDayActive__UHajn,.LandingHomePage_featureBentoModalPublicStepRow__D5_Rk .LandingHomePage_featureBentoModalPublicStepActive__oNKWD,.LandingHomePage_featureBentoModalPublicTimeRow__oSORA .LandingHomePage_featureBentoModalPublicTimeActive__IlMq3{color:#fff;background:var(--feature-modal-accent)}.LandingHomePage_featureBentoModalPublicBookingChoice__iiQCh{display:grid;gap:6px}.LandingHomePage_featureBentoModalPublicBookingChoice__iiQCh span,.LandingHomePage_featureBentoModalPublicRequestRows__5gq71 span{min-width:0;border-radius:8px;padding:9px 10px;display:grid;gap:3px;background:#f5f6fa}.LandingHomePage_featureBentoModalPublicBookingChoice__iiQCh b,.LandingHomePage_featureBentoModalPublicRequestRows__5gq71 b{color:#333b47;font-size:12px;line-height:1.16;font-weight:720}.LandingHomePage_featureBentoModalPublicBookingChoice__iiQCh em,.LandingHomePage_featureBentoModalPublicRequestRows__5gq71 em{overflow:hidden;color:#737d8c;font-size:11px;line-height:1.2;font-style:normal;text-overflow:ellipsis;white-space:nowrap}.LandingHomePage_featureBentoModalPublicCalendarMini__Qi56M{display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:4px}.LandingHomePage_featureBentoModalPublicCalendarMini__Qi56M span{aspect-ratio:1;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#687486;background:#f4f6fa;font-size:10px;line-height:1;font-weight:720}.LandingHomePage_featureBentoModalPublicTimeRow__oSORA{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:5px}.LandingHomePage_featureBentoModalPublicTimeRow__oSORA span{min-height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#4f5b6e;background:#f4f6fa;font-size:11px;line-height:1;font-weight:760}.LandingHomePage_featureBentoModalPublicAction__G2mL8{min-height:34px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--feature-modal-accent);font-size:12px;line-height:1;font-weight:760}.LandingHomePage_featureBentoModalPublicRequestCard__gJWPP header span{color:var(--feature-modal-accent)}.LandingHomePage_featureBentoModalPublicRequestCard__gJWPP header strong{color:#6f7988;font-size:11px;font-weight:700;white-space:nowrap}.LandingHomePage_featureBentoModalPublicRequestActions__T2575,.LandingHomePage_featureBentoModalPublicRequestRows__5gq71{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:6px}.LandingHomePage_featureBentoModalPublicRequestActions__T2575 span{min-height:34px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#fff;background:var(--feature-modal-accent);font-size:12px;line-height:1;font-weight:760}.LandingHomePage_featureBentoModalPublicRequestActions__T2575 span+span{border:1px solid color-mix(in srgb,var(--feature-modal-accent) 26%,#dce2eb);color:var(--feature-modal-accent);background:#fff}.LandingHomePage_featureBentoModalVisualHomework__vt0pT{display:grid;grid-template-columns:minmax(0,1fr) 270px;grid-template-rows:minmax(0,1fr) auto;gap:12px;padding:18px}.LandingHomePage_featureBentoModalHomeworkNote__k7376{padding:20px}.LandingHomePage_featureBentoModalHomeworkNote__k7376 span{color:var(--feature-modal-accent);font-size:12px;font-weight:760}.LandingHomePage_featureBentoModalHomeworkNote__k7376 strong{display:block;margin-top:12px;color:#172033;font-size:24px;line-height:1.08}.LandingHomePage_featureBentoModalHomeworkNote__k7376 p{margin:14px 0 0;max-width:440px;color:#4b586d;font-size:15px;line-height:1.48}.LandingHomePage_featureBentoModalHomeworkTasks__1zpIt{padding:14px;display:grid;gap:8px}.LandingHomePage_featureBentoModalHomeworkTasks__1zpIt span{min-height:44px;border-radius:7px;padding:0 12px;display:flex;align-items:center;gap:9px;color:#3f4c63;background:#f7f9fc;font-size:13px;font-weight:650}.LandingHomePage_featureBentoModalHomeworkTasks__1zpIt b{width:8px;height:8px;border-radius:50%;background:var(--feature-modal-accent)}.LandingHomePage_featureBentoModalFilesMini__i9RTr{grid-column:1/-1;min-height:54px;padding:0 16px;display:flex;align-items:center;gap:10px;color:#172033;font-size:14px;font-weight:700}.LandingHomePage_featureBentoModalMetrics__DTg0_{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}.LandingHomePage_featureBentoModalMetric__FCH97{min-height:118px;border:1px solid #e4e9f0;border-radius:8px;padding:18px;background:#fff}.LandingHomePage_featureBentoModalMetric__FCH97 strong{display:block;color:var(--feature-modal-accent);font-size:34px;line-height:.95;font-weight:650}.LandingHomePage_featureBentoModalMetric__FCH97 span{display:block;margin-top:10px;color:#172033;font-size:14px;font-weight:760}.LandingHomePage_featureBentoModalMetric__FCH97 p{margin:6px 0 0;color:#657185;font-size:13px;line-height:1.34}.LandingHomePage_featureBentoModalDiscovery__fTUqa{padding-bottom:0}.LandingHomePage_featureBentoModalDiscoveryGrid__zOZUx{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:24px}@media (max-width:900px){.LandingHomePage_featureBentoModalShell___p341{row-gap:40px}.LandingHomePage_featureBentoDialogModal__Ux_29 .g-modal__content,.LandingHomePage_featureBentoDialogModal__Ux_29 .g-modal__content-wrapper,.LandingHomePage_featureBentoDialog__Sds6t{width:min(760px,calc(100vw - 28px))!important;max-width:calc(100vw - 28px)!important}.LandingHomePage_featureBentoModalIntro__vIbHe{grid-template-columns:1fr;gap:24px;padding-top:8px}.LandingHomePage_featureBentoModalBenefitList__J3TZM{margin-top:0}.LandingHomePage_featureBentoModalVisualStage__DLYz1{min-height:420px}.LandingHomePage_featureBentoModalWeekGrid__LrlWk{right:18px;bottom:142px}.LandingHomePage_featureBentoModalScheduleAside__8aupe{left:18px;right:18px;top:auto;bottom:18px;width:auto;grid-template-columns:repeat(2,minmax(0,1fr))}.LandingHomePage_featureBentoModalVisualHomework__vt0pT,.LandingHomePage_featureBentoModalVisualPayments__q1Hw8,.LandingHomePage_featureBentoModalVisualPublic__GBjvc,.LandingHomePage_featureBentoModalVisualStudents__0qdai{grid-template-columns:1fr;grid-template-rows:auto}.LandingHomePage_featureBentoModalVisualPublic__GBjvc .LandingHomePage_featureBentoModalVisualSplitWidget__jWCAU{height:auto;min-height:auto}.LandingHomePage_featureBentoModalVisualPublic__GBjvc .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG:first-child .LandingHomePage_featureBentoModalVisualSplitWidget__jWCAU{height:420px;min-height:420px}.LandingHomePage_featureBentoModalPublicBookingColumn___EqOu .LandingHomePage_featureBentoModalVisualSplitWidget__jWCAU{min-height:auto}.LandingHomePage_featureBentoModalPackageCard__lDTgt{position:static;width:auto;grid-column:1}.LandingHomePage_featureBentoModalDiscoveryGrid__zOZUx,.LandingHomePage_featureBentoModalMetrics__DTg0_,.LandingHomePage_featureBentoModalVisualReminders__MT8BG{grid-template-columns:1fr}.LandingHomePage_featureBentoModalDiscoveryGrid__zOZUx article,.LandingHomePage_featureBentoModalMetric__FCH97{min-height:auto}}@media (max-width:640px){.LandingHomePage_featureBentoDialogModal__Ux_29 .g-modal__content,.LandingHomePage_featureBentoDialogModal__Ux_29 .g-modal__content-wrapper,.LandingHomePage_featureBentoDialog__Sds6t{width:calc(100vw - 16px)!important;max-width:calc(100vw - 16px)!important}.LandingHomePage_featureBentoModalTitle__8eTcm{font-size:24px;line-height:1.1}.LandingHomePage_featureBentoModalActions__n2tuD{display:grid}.LandingHomePage_featureBentoModalPrimaryAction__6k6PS,.LandingHomePage_featureBentoModalSecondaryAction__L5t_T{width:100%}.LandingHomePage_featureBentoModalVisualStage__DLYz1{min-height:auto}.LandingHomePage_featureBentoModalVisualHeader__bkJl6{min-height:44px;height:auto;align-items:flex-start;flex-direction:column;justify-content:center;padding-block:10px}.LandingHomePage_featureBentoModalScheduleAside__8aupe,.LandingHomePage_featureBentoModalWeekGrid__LrlWk{position:static;width:auto;margin:12px}.LandingHomePage_featureBentoModalScheduleAside__8aupe,.LandingHomePage_featureBentoModalWeekGrid__LrlWk{grid-template-columns:1fr}.LandingHomePage_featureBentoModalVisualHomework__vt0pT,.LandingHomePage_featureBentoModalVisualPayments__q1Hw8,.LandingHomePage_featureBentoModalVisualPublic__GBjvc,.LandingHomePage_featureBentoModalVisualReminders__MT8BG,.LandingHomePage_featureBentoModalVisualSchedule__d4xxD,.LandingHomePage_featureBentoModalVisualStudents__0qdai{padding:12px}.LandingHomePage_featureBentoModalVisualSchedule__d4xxD{grid-template-columns:1fr}.LandingHomePage_featureBentoModalLessonFields__AGM_O{grid-template-columns:repeat(2,minmax(0,1fr))}.LandingHomePage_featureBentoModalLessonHeader__RkRkt,.LandingHomePage_featureBentoModalScheduleCardHeader__hKCXF{align-items:center;flex-direction:row;justify-content:space-between;padding-block:10px}.LandingHomePage_featureBentoModalLessonHeader__RkRkt span{max-width:170px}.LandingHomePage_featureBentoModalPublicProfileShell__TjKJs,.LandingHomePage_featureBentoModalVisualStudents__0qdai{grid-template-columns:1fr}.LandingHomePage_featureBentoModalStudentsBrowserFrame__MP16T{min-height:260px}.LandingHomePage_featureBentoModalAutomationFlow__Cqp3l,.LandingHomePage_featureBentoModalPublicRequestRows__5gq71,.LandingHomePage_featureBentoModalRecordGrid__gRv3k{grid-template-columns:1fr}.LandingHomePage_featureBentoModalPublicSidebar__1Uz3y{display:none}.LandingHomePage_featureBentoModalPublicHeroCard__wV4JS{grid-template-columns:64px minmax(0,1fr)}.LandingHomePage_featureBentoModalPublicAvatar__J8dr3{width:64px;height:64px}.LandingHomePage_featureBentoModalPublicPolicyBadge__WCCaC{grid-column:1/-1;justify-self:start}.LandingHomePage_featureBentoModalPublicRequestActions__T2575,.LandingHomePage_featureBentoModalPublicStepRow__D5_Rk,.LandingHomePage_featureBentoModalPublicTimeRow__oSORA{grid-template-columns:1fr}.LandingHomePage_featureBentoModalVisualPublic__GBjvc .LandingHomePage_featureBentoModalVisualSplitColumn__yeNsG:first-child .LandingHomePage_featureBentoModalVisualSplitWidget__jWCAU{height:360px;min-height:360px}.LandingHomePage_featureBentoModalPublicBrowserFrame__S3RY8 .LandingHomePage_featureBentoPublicSidebar__LXsxz{display:none}.LandingHomePage_featureBentoModalPublicBrowserFrame__S3RY8 .LandingHomePage_featureBentoPublicLayout__iZ_tw{grid-template-columns:1fr}.LandingHomePage_featureBentoModalPublicBrowserFrame__S3RY8 .LandingHomePage_featureBentoPublicBrowserBody__hBv29{padding:8px}.LandingHomePage_featureBentoModalPublicBookingColumn___EqOu .LandingHomePage_featureBentoModalVisualSplitWidget__jWCAU{padding:14px}.LandingHomePage_featureBentoModalMetric__FCH97 strong{font-size:28px}}.LandingHomePage_featureBentoModalDiscoveryGrid__zOZUx article{min-height:0;padding:0;display:grid;grid-template-columns:34px minmax(0,1fr);gap:8px 12px;align-content:start;background:transparent}.LandingHomePage_featureBentoModalDiscoveryIcon__a4Q5H{width:30px;height:30px;color:#2f65b0;grid-row:1/span 2;margin-top:-2px}.LandingHomePage_featureBentoModalDiscoveryIcon__a4Q5H .repeto-animated-sidebar-icon__canvas :is(path,circle,ellipse,line,polyline,polygon,rect){fill:none!important;stroke:#2f65b0!important}.LandingHomePage_featureBentoModalDiscoveryIcon__a4Q5H .repeto-animated-sidebar-icon__canvas [fill]:not([fill=none]){fill:#2f65b0!important}.LandingHomePage_featureBentoModalDiscoveryIcon__a4Q5H .repeto-animated-sidebar-icon__fallback .g-icon{color:#2f65b0}.LandingHomePage_featureBentoModalDiscoveryGrid__zOZUx h5{margin:0;color:#172033;font-size:15px;line-height:1.2;font-weight:760}.LandingHomePage_featureBentoModalDiscoveryGrid__zOZUx p{margin:0;color:#586579;font-size:13px;line-height:1.45}.LandingHomePage_featureBentoModalFooterCta__YfuzD{border-top:none;padding:62px 16px 70px;display:grid;justify-items:center;text-align:center;background:#fff}.LandingHomePage_featureBentoModalFooterCta__YfuzD h4{margin:0;color:#07192f;font-size:34px;line-height:1.08;font-weight:620;letter-spacing:-.02em}.LandingHomePage_featureBentoModalFooterActions__qhRhP{margin-top:28px;display:flex;flex-wrap:wrap;justify-content:center;gap:12px}.LandingHomePage_featureBentoModalFooterPrimaryAction__gdvzs,.LandingHomePage_featureBentoModalFooterSecondaryAction__97ir8{min-height:52px;border-radius:6px;padding:0 28px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-size:16px;line-height:1;font-weight:720;text-decoration:none}.LandingHomePage_featureBentoModalFooterPrimaryAction__gdvzs{color:#fff;background:#2f65b0;box-shadow:0 18px 42px -26px rgba(47,101,176,.7)}.LandingHomePage_featureBentoModalFooterSecondaryAction__97ir8{border:1px solid #b9c9ec;color:#2f65b0;background:#fff}@media (max-width:640px){.LandingHomePage_featureBentoModalShell___p341{row-gap:28px}.LandingHomePage_featureBentoModalFooterCta__YfuzD{padding:44px 6px 52px}.LandingHomePage_featureBentoModalFooterCta__YfuzD h4{font-size:26px}.LandingHomePage_featureBentoModalFooterActions__qhRhP{width:100%;display:grid}.LandingHomePage_featureBentoModalFooterPrimaryAction__gdvzs,.LandingHomePage_featureBentoModalFooterSecondaryAction__97ir8{width:100%}}@media (max-width:1020px){.LandingHomePage_featureBentoHead__QO7Qu{align-items:flex-start}.LandingHomePage_featureBentoTitle__QoBWM{font-size:32px}.LandingHomePage_featureBentoCardTop__haX5s{grid-column:span 12}.LandingHomePage_featureBentoCardSmall__S3vo7{grid-column:span 4;min-height:176px}.LandingHomePage_featureBentoCardIllustrated__utu3q{grid-template-columns:1fr;min-height:auto}.LandingHomePage_featureBentoCardIllustrated__utu3q .LandingHomePage_featureBentoCopy__aihnh{max-width:620px}.LandingHomePage_tutorPageBentoScroll__ZTU1d{height:300px;padding-right:8px}.LandingHomePage_tutorPageScreenshotFrame__s6wzC{--tutor-page-shot-window:300px}}@media (max-width:760px){.LandingHomePage_featureBentoSection__r4P1S{padding:54px 14px 68px}.LandingHomePage_featureBentoTitle__QoBWM{font-size:28px}.LandingHomePage_featureBentoGrid__X0OeN{gap:8px}.LandingHomePage_featureBentoCardWide__kACPC,.LandingHomePage_featureBentoCard__i8WbD{padding:18px}.LandingHomePage_featureBentoCardSmall__S3vo7,.LandingHomePage_featureBentoCardTop__haX5s,.LandingHomePage_featureBentoCardWide__kACPC{grid-column:span 12;min-height:166px}.LandingHomePage_featureBentoCardIllustrated__utu3q{gap:16px}.LandingHomePage_featureBentoCopy__aihnh{padding-right:42px}.LandingHomePage_featureBentoCardTitle__RhcYw{font-size:24px}.LandingHomePage_featureBentoCardText__yIW_W{font-size:14px}.LandingHomePage_featureBentoModalTitle__8eTcm{font-size:24px}.LandingHomePage_featureBentoModalList__OyVi3 li,.LandingHomePage_featureBentoModalText__V_Qla{font-size:14px}.LandingHomePage_tutorPageBentoScroll__ZTU1d{height:320px;padding-right:6px}.LandingHomePage_tutorPageScreenshotFrame__s6wzC{--tutor-page-shot-window:320px}.LandingHomePage_tutorPageBentoWidget__mu7vi{width:100%}.LandingHomePage_tutorPageBentoFiles__mjbqh,.LandingHomePage_tutorPageBentoPackages__9gT30,.LandingHomePage_tutorPageBentoReviews__4FKKs{grid-template-columns:1fr}}.LandingHomePage_featureBentoSection__r4P1S{padding:50px 20px 72px;scroll-margin-top:92px;background:#f9fafd;border-bottom:none}.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoCard__i8WbD,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoCard__i8WbD:after,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoCard__i8WbD:before,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoCopy__aihnh,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoFinancePreview__vqgPu,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoScaleLock__4tgOB,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoSchedulePreview____UTm{transition:none!important}.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoPublicBookingCard__9Q2vS,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoPublicConnectorHorizontal__NqT0X,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoPublicConnectorVertical__I60XR,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoReminderContext__EYON6,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoReminderMessage__iwMST,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoReminderSelectMenu__6UZFr,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoReminderSelect__SuQuU i,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoReminderToggleRow__VNRxE i,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoReminderToggleRow__VNRxE i:before,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoStudentNavItem__5kxyM,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoStudentNavTrack__2teWm,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoStudentPanel__jKpcS{animation:none!important}.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoCardPublicPage__5abfP:focus-within .LandingHomePage_featureBentoPublicPageTrack__XZc0z,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoCardPublicPage__5abfP:hover .LandingHomePage_featureBentoPublicPageTrack__XZc0z{animation:none!important;transform:translateZ(0)}.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoReminderMessage__iwMST,.LandingHomePage_featureBentoSectionLite__2S8RH .LandingHomePage_featureBentoStudentPanelProfile__qqtPJ{opacity:1;transform:translateZ(0)}.LandingHomePage_featureBentoInner__FLJ8B{max-width:var(--lp-inner);margin:0 auto}.LandingHomePage_featureBentoGrid__X0OeN{display:grid;grid-template-columns:repeat(12,minmax(0,1fr));gap:24px}.LandingHomePage_featureBentoCard__i8WbD{--feature-bento-hover-scale:1.01;--feature-bento-hover-content-scale:0.9901;--feature-bento-card-title-weight:400;--feature-bento-pointer-x:50%;--feature-bento-pointer-y:50%;position:relative;isolation:isolate;overflow:hidden;border:1px solid rgba(15,23,40,.08);border-radius:12px;box-shadow:none;transform-origin:50% 50%;transition:transform .42s cubic-bezier(.16,1,.3,1),border-color .28s ease,background-color .28s ease;will-change:transform;cursor:pointer}.LandingHomePage_featureBentoScaleLock__4tgOB{position:absolute;inset:0;z-index:1;box-sizing:border-box;padding:inherit;transform-origin:50% 50%;transition:transform .42s cubic-bezier(.16,1,.3,1)}.LandingHomePage_featureBentoCard__i8WbD:before{content:"";position:absolute;inset:0;height:auto;border-radius:inherit;background:#f6f8fd;opacity:1;transform:none;filter:none;-webkit-mask-image:none;mask-image:none;transition:none;pointer-events:none;z-index:0}.LandingHomePage_featureBentoCard__i8WbD:after{content:"";position:absolute;inset:0;box-sizing:border-box;border-radius:inherit;padding:1.5px;background:radial-gradient(230px 230px at var(--feature-bento-pointer-x) var(--feature-bento-pointer-y),hsla(0,0%,100%,.98) 0,rgba(0,170,141,.9) 20%,rgba(15,158,200,.86) 36%,rgba(0,91,172,.64) 52%,rgba(0,60,115,.26) 64%,rgba(0,170,141,0) 78%);-webkit-mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);mask:linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0);-webkit-mask-composite:xor;mask-composite:exclude;opacity:0;filter:drop-shadow(0 0 8px rgb(0 170 141/.3)) drop-shadow(0 0 12px rgb(15 158 200/.24));transform:none;transition:opacity .18s ease;pointer-events:none;z-index:20}.LandingHomePage_featureBentoCardWide__kACPC{grid-column:span 7;position:relative;min-height:clamp(540px,43vw,680px);padding:34px clamp(32px,4.4vw,68px) 0}.LandingHomePage_featureBentoCardWide__kACPC:before{inset:0}.LandingHomePage_featureBentoCardSide__K92pJ{grid-column:span 5;min-height:clamp(540px,43vw,680px);padding:34px clamp(22px,2.4vw,34px) 32px}.LandingHomePage_featureBentoCardSide__K92pJ:before{inset:0}.LandingHomePage_featureBentoCardCompact__ktkIc{grid-column:span 4;min-height:226px;padding:28px;display:flex;flex-direction:column;justify-content:space-between}.LandingHomePage_featureBentoExpandButton__D1_dv{position:absolute;top:34px;right:34px;z-index:4;width:52px;height:52px;border:0;border-radius:6px;background:#fff;color:var(--accent);display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background-color .24s ease,color .24s ease,border-color .24s ease,box-shadow .36s cubic-bezier(.16,1,.3,1),filter .28s ease;box-shadow:none}.LandingHomePage_featureBentoExpandButton__D1_dv:focus-visible{outline:2px solid color-mix(in srgb,var(--accent) 42%,transparent);outline-offset:2px}.LandingHomePage_featureBentoExpandGlyph__pIWsV{position:relative;width:19px;height:19px;display:block;transition:transform .36s cubic-bezier(.16,1,.3,1)}.LandingHomePage_featureBentoExpandCorner__hiycA{position:absolute;width:5px;height:5px;border:0 solid;opacity:.98;transition:transform .36s cubic-bezier(.16,1,.3,1),opacity .22s ease}.LandingHomePage_featureBentoExpandCornerTl__fegh6{top:3px;left:3px;border-top-width:2px;border-left-width:2px;transform:translate3d(-.75px,-.75px,0)}.LandingHomePage_featureBentoExpandCornerTr__3HhXg{top:3px;right:3px;border-top-width:2px;border-right-width:2px;transform:translate3d(.75px,-.75px,0)}.LandingHomePage_featureBentoExpandCornerBl__NXkTo{bottom:3px;left:3px;border-bottom-width:2px;border-left-width:2px;transform:translate3d(-.75px,.75px,0)}.LandingHomePage_featureBentoExpandCornerBr__4s_Xg{bottom:3px;right:3px;border-bottom-width:2px;border-right-width:2px;transform:translate3d(.75px,.75px,0)}.LandingHomePage_featureBentoExpandButton__D1_dv:focus-visible,.LandingHomePage_featureBentoExpandButton__D1_dv:hover{background:var(--accent);color:var(--repeto-on-brand,#fff)}.LandingHomePage_featureBentoExpandButton__D1_dv:active{background:var(--accent-hover);color:var(--repeto-on-brand,#fff)}.LandingHomePage_featureBentoCopy__aihnh{position:relative;z-index:2;max-width:720px;padding-right:64px;transition:transform .38s cubic-bezier(.16,1,.3,1)}.LandingHomePage_featureBentoCardSide__K92pJ .LandingHomePage_featureBentoCopy__aihnh{max-width:440px}.LandingHomePage_featureBentoCardCompact__ktkIc .LandingHomePage_featureBentoCopy__aihnh{max-width:310px;padding-right:48px}.LandingHomePage_featureBentoModalTag__JBLC8,.LandingHomePage_featureBentoTag__eKwue{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;border-radius:999px;background:color-mix(in srgb,var(--accent) 9%,#fff);color:var(--accent);font-size:12px;line-height:1;font-weight:700;letter-spacing:0;padding:7px 9px}.LandingHomePage_featureBentoCardTitle__RhcYw{margin:0;color:#11131a;font-size:24px;min-height:var(--feature-bento-title-min-height);line-height:1.12;font-weight:var(--feature-bento-card-title-weight);letter-spacing:0}.LandingHomePage_featureBentoCardCompact__ktkIc .LandingHomePage_featureBentoCardTitle__RhcYw{margin-top:12px;font-size:24px;min-height:var(--feature-bento-title-min-height);line-height:1.14}.LandingHomePage_featureBentoCardText__yIW_W{margin:10px 0 0;max-width:310px;color:#6e7581;font-size:15px;line-height:1.45;letter-spacing:0}.LandingHomePage_featureBentoSchedulePreview____UTm{position:absolute;z-index:1;left:clamp(38px,4vw,52px);right:-118px;top:var(--feature-bento-preview-top-shared);bottom:auto;margin-top:0;width:auto;pointer-events:none;isolation:isolate;transform-origin:12% 0;transition:transform .44s cubic-bezier(.16,1,.3,1)}.LandingHomePage_featureBentoScheduleCurve__J0wvW{position:absolute;z-index:0;left:-18%;right:-10%;top:-166px;bottom:-16%;width:auto;height:auto;opacity:.98;filter:blur(1.2px) saturate(1.1);pointer-events:none;display:none}.LandingHomePage_featureBentoScheduleBrowserFrame__ReriD{position:relative;z-index:1;width:clamp(980px,78vw,1240px);border-radius:24px;overflow:hidden;border:1px solid rgba(198,207,220,.66);background:hsla(0,0%,100%,.46);box-shadow:0 20px 40px -32px rgba(15,23,40,.36),0 6px 12px -10px rgba(15,23,40,.14);-webkit-backdrop-filter:blur(12px) saturate(1.04);backdrop-filter:blur(12px) saturate(1.04)}.LandingHomePage_featureBentoScheduleBrowserTopBar__2TPTL{position:relative;height:48px;padding:0 18px;display:flex;align-items:center;background:hsla(0,0%,100%,.54);border-bottom:0}.LandingHomePage_featureBentoScheduleBrowserDots__rNLN0{display:inline-flex;align-items:center;gap:9px}.LandingHomePage_featureBentoScheduleBrowserDots__rNLN0 span{display:block;flex:0 0 12px;width:12px;height:12px;border-radius:50%;background:#d0d7e3;box-shadow:inset 0 1px 0 hsla(0,0%,100%,.78)}.LandingHomePage_featureBentoScheduleBrowserAddress___03do{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);height:34px;min-width:min(386px,54%);padding:0 16px;border-radius:999px;border:0;background:hsla(0,0%,100%,.74);color:#7b879c;font-size:12px;line-height:1;font-weight:540;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;gap:8px;white-space:nowrap}.LandingHomePage_featureBentoScheduleBrowserLock__TMukn{position:relative;width:9px;height:7px;margin-right:0;border:1.4px solid #9ca8bc;border-top:0;border-radius:2px;box-sizing:border-box;flex:0 0 auto;transform:translateY(1px)}.LandingHomePage_featureBentoScheduleBrowserLock__TMukn:before{content:"";position:absolute;left:50%;top:-5px;width:7px;height:5px;border:1.4px solid #9ca8bc;border-bottom:0;border-radius:6px 6px 0 0;transform:translateX(-50%);box-sizing:border-box}.LandingHomePage_featureBentoScheduleBrowserBody__yXNz_{padding:10px 10px 10px 12px;background:hsla(0,0%,100%,.24)}.LandingHomePage_featureBentoScheduleCalendar__XdMZZ{width:100%;overflow:hidden;border-radius:0;border:0;background:#fff}.LandingHomePage_featureBentoScheduleCalendar__XdMZZ .repeto-schedule-calendar-card{width:100%;border-radius:0!important;border:0!important;background:#fff!important;-webkit-backdrop-filter:none;backdrop-filter:none;box-shadow:none}.LandingHomePage_featureBentoScheduleCalendar__XdMZZ .repeto-calendar-shell{overflow:hidden;background:#fff}.LandingHomePage_featureBentoScheduleCalendar__XdMZZ .repeto-calendar-shell__inner{min-width:0}.LandingHomePage_featureBentoScheduleCalendar__XdMZZ .repeto-calendar-header,.LandingHomePage_featureBentoScheduleCalendar__XdMZZ .repeto-month-cell,.LandingHomePage_featureBentoScheduleCalendar__XdMZZ .repeto-month-cell--today,.LandingHomePage_featureBentoScheduleCalendar__XdMZZ .repeto-month-dow{background:#fff!important}.LandingHomePage_featureBentoScheduleCalendar__XdMZZ .repeto-month-cell--outside{background:#f8fafc!important}.LandingHomePage_featureBentoFinancePreview__vqgPu{position:relative;z-index:2;margin:var(--feature-bento-finance-preview-margin-top) auto 0;width:min(100%,438px);display:grid;gap:14px;pointer-events:none;transform-origin:50% 0;transition:transform .42s cubic-bezier(.16,1,.3,1)}.LandingHomePage_featureBentoCard__i8WbD:focus-within,.LandingHomePage_featureBentoCard__i8WbD:hover{transform:scale(var(--feature-bento-hover-scale));border-color:rgba(0,132,164,.36);box-shadow:none;z-index:3}.LandingHomePage_featureBentoCard__i8WbD:focus-within:after,.LandingHomePage_featureBentoCard__i8WbD:hover:after{opacity:1}.LandingHomePage_featureBentoCard__i8WbD:focus-within .LandingHomePage_featureBentoScaleLock__4tgOB,.LandingHomePage_featureBentoCard__i8WbD:hover .LandingHomePage_featureBentoScaleLock__4tgOB{transform:scale(var(--feature-bento-hover-content-scale))}.LandingHomePage_featureBentoCard__i8WbD:focus-within .LandingHomePage_featureBentoExpandButton__D1_dv,.LandingHomePage_featureBentoCard__i8WbD:hover .LandingHomePage_featureBentoExpandButton__D1_dv{background:var(--accent);color:var(--repeto-on-brand,#fff)}@media (prefers-reduced-motion:reduce){.LandingHomePage_featureBentoCard__i8WbD,.LandingHomePage_featureBentoCard__i8WbD:after,.LandingHomePage_featureBentoCard__i8WbD:before,.LandingHomePage_featureBentoCopy__aihnh,.LandingHomePage_featureBentoExpandButton__D1_dv,.LandingHomePage_featureBentoExpandCorner__hiycA,.LandingHomePage_featureBentoExpandGlyph__pIWsV,.LandingHomePage_featureBentoFinancePreview__vqgPu,.LandingHomePage_featureBentoPublicBookingCard__9Q2vS,.LandingHomePage_featureBentoPublicConnectorPath__53F5x,.LandingHomePage_featureBentoPublicPageTrack__XZc0z,.LandingHomePage_featureBentoPublicPreview__fORWI,.LandingHomePage_featureBentoReminderChoice__TY5NV,.LandingHomePage_featureBentoReminderContext__EYON6,.LandingHomePage_featureBentoReminderForm__OQ2je,.LandingHomePage_featureBentoReminderMessage__iwMST,.LandingHomePage_featureBentoReminderPreview__ONNDH,.LandingHomePage_featureBentoReminderSelectMenu__6UZFr,.LandingHomePage_featureBentoReminderSelect__SuQuU i,.LandingHomePage_featureBentoReminderShell__R58Jk,.LandingHomePage_featureBentoReminderToggleRow__VNRxE i,.LandingHomePage_featureBentoReminderToggleRow__VNRxE i:before,.LandingHomePage_featureBentoScaleLock__4tgOB,.LandingHomePage_featureBentoSchedulePreview____UTm,.LandingHomePage_featureBentoStudentNavItem__5kxyM,.LandingHomePage_featureBentoStudentNavTrack__2teWm,.LandingHomePage_featureBentoStudentPanel__jKpcS,.LandingHomePage_featureBentoStudentPreview__JFtGy{transition:none!important;animation:none!important;transform:none!important}.LandingHomePage_featureBentoStudentPanelProfile__qqtPJ{opacity:1!important}.LandingHomePage_featureBentoStudentPanelHistory__h7Xqt,.LandingHomePage_featureBentoStudentPanelHomework__Palee,.LandingHomePage_featureBentoStudentPanelLessons__fDWZK,.LandingHomePage_featureBentoStudentPanelNotes__h0hUB,.LandingHomePage_featureBentoStudentPanelPayments__tC8lF{display:none!important}.LandingHomePage_featureBentoStudentNavItem__5kxyM:nth-child(2){color:var(--accent)!important}.LandingHomePage_featureBentoReminderChoiceLesson__kTNrc{background:var(--accent)!important;color:#fff!important;opacity:1!important}.LandingHomePage_featureBentoReminderMessageLesson__BxWh0{opacity:1!important}.LandingHomePage_featureBentoReminderMessageHomework__qTkpi,.LandingHomePage_featureBentoReminderMessagePayment__2097_{display:none!important}.LandingHomePage_featureBentoReminderSelectMenu__6UZFr{opacity:1!important}.LandingHomePage_featureBentoReminderSelect__SuQuU i{transform:translateY(-38%) rotate(225deg)!important}.LandingHomePage_featureBentoReminderToggleRow__VNRxE i{background:var(--accent)!important}.LandingHomePage_featureBentoReminderToggleRow__VNRxE i:before{transform:translateX(14px)!important}}.LandingHomePage_featureBentoFinancePreview__vqgPu .g-card{border-radius:12px;background:hsla(0,0%,100%,.92)!important;border-color:hsla(0,0%,100%,.78)!important;box-shadow:0 18px 44px -32px rgba(0,47,92,.36)!important;-webkit-backdrop-filter:blur(12px) saturate(1.04);backdrop-filter:blur(12px) saturate(1.04)}.LandingHomePage_featureBentoCardStudent__OVGcQ{grid-column:span 8;min-height:clamp(560px,44vw,660px);padding:34px clamp(34px,4vw,58px) 0;display:block;background:#e8ebf0}.LandingHomePage_featureBentoCardStudent__OVGcQ:before{content:""}.LandingHomePage_featureBentoStudentLiveBackground__JvQWl{position:absolute;inset:-12% -10% -18% -10%;z-index:0;pointer-events:none;overflow:hidden;transition:transform .42s cubic-bezier(.16,1,.3,1);display:none}.LandingHomePage_featureBentoStudentLiveBackgroundCanvas__k67QA,.LandingHomePage_featureBentoStudentLiveBackgroundFallback__nrZ01{position:absolute;inset:0;width:100%;height:100%}.LandingHomePage_featureBentoStudentLiveBackgroundCanvas__k67QA{display:block;opacity:.93;filter:saturate(1.06);transform:translateZ(0) scale(1.02)}.LandingHomePage_featureBentoStudentLiveBackgroundFallback__nrZ01{z-index:-1;background:radial-gradient(136% 112% at 8% 100%,rgba(0,170,141,.16) 0,rgba(0,170,141,0) 64%),radial-gradient(126% 102% at 92% 90%,rgba(15,158,200,.16) 0,rgba(15,158,200,0) 66%),linear-gradient(to top right,transparent,transparent 34%,rgba(0,170,141,.14) 40%,rgba(15,158,200,.13) 45%,transparent 52%,transparent 60%,rgba(0,91,172,.12) 66%,rgb(0 60 115/9%) 70%,transparent 76%,transparent),linear-gradient(to top right,transparent,transparent 56%,hsla(0,0%,100%,.48) 60%,hsla(0,0%,100%,0) 64%,transparent);background-size:172% 144%,164% 138%,230% 194%,220% 188%;background-position:-10% 104%,104% 92%,-22% 72%,-20% 78%;opacity:.82;filter:blur(10px) saturate(1.02)}.LandingHomePage_featureBentoCardStudent__OVGcQ:focus-within .LandingHomePage_featureBentoStudentLiveBackground__JvQWl,.LandingHomePage_featureBentoCardStudent__OVGcQ:hover .LandingHomePage_featureBentoStudentLiveBackground__JvQWl{transform:translateZ(0)}.LandingHomePage_featureBentoCardStudent__OVGcQ .LandingHomePage_featureBentoCopy__aihnh{max-width:560px;padding-right:74px}.LandingHomePage_featureBentoCardStudent__OVGcQ .LandingHomePage_featureBentoCardTitle__RhcYw{margin-top:0;max-width:530px;font-size:24px;line-height:1.08}.LandingHomePage_featureBentoCardReminder__YTTs2{grid-column:span 4;min-height:clamp(560px,44vw,660px);padding:34px 28px 28px;display:block}.LandingHomePage_featureBentoCardReminder__YTTs2 .LandingHomePage_featureBentoCopy__aihnh{max-width:330px;padding-right:62px}.LandingHomePage_featureBentoCardReminder__YTTs2 .LandingHomePage_featureBentoCardTitle__RhcYw{margin-top:0;max-width:315px;font-size:24px;line-height:1.08;padding-bottom:4px}.LandingHomePage_featureBentoCardPublicPage__5abfP{grid-column:span 12;min-height:clamp(520px,34vw,560px);padding:34px clamp(32px,4vw,56px) 0;display:block;background:#e8ebf0}.LandingHomePage_featureBentoCardPublicPage__5abfP:before{content:""}.LandingHomePage_featureBentoCardPublicPage__5abfP:after{content:none;position:absolute;inset:0;z-index:0;border-radius:inherit;background:radial-gradient(58% 76% at 0 0,#fff 0,hsla(0,0%,100%,.92) 38%,hsla(0,0%,100%,0) 74%),radial-gradient(54% 72% at 100% 100%,#fff 0,hsla(0,0%,100%,.88) 42%,hsla(0,0%,100%,0) 78%);opacity:1;transform:none;transition:none;pointer-events:none}.LandingHomePage_featureBentoPublicLiveBackground__sAVDo{position:absolute;inset:-16% -12% -26% -12%;z-index:0;pointer-events:none;overflow:hidden;display:none}.LandingHomePage_featureBentoPublicLiveBackgroundCanvas__NaLSI,.LandingHomePage_featureBentoPublicLiveBackgroundFallback__GVvsH{position:absolute;inset:0;width:100%;height:100%}.LandingHomePage_featureBentoPublicLiveBackgroundCanvas__NaLSI{display:block;opacity:.98;filter:saturate(1.28) contrast(1.08);transform:translateZ(0) scale(1.01)}.LandingHomePage_featureBentoPublicLiveBackgroundFallback__GVvsH{z-index:-1;background:radial-gradient(74% 86% at 0 0,hsla(0,0%,100%,.96) 0,hsla(0,0%,100%,.82) 42%,hsla(0,0%,100%,0) 76%),radial-gradient(82% 92% at 100% 100%,hsla(0,0%,100%,.98) 0,hsla(0,0%,100%,.88) 42%,hsla(0,0%,100%,0) 78%),radial-gradient(140% 120% at 8% 96%,rgba(0,170,141,.34) 0,rgba(0,170,141,0) 66%),radial-gradient(132% 112% at 96% 8%,rgba(0,91,172,.34) 0,rgba(0,91,172,0) 68%),linear-gradient(to top right,transparent,transparent 36%,rgba(0,170,141,.46) 40%,rgba(15,158,200,.52) 45%,rgba(0,91,172,.48) 51%,transparent 57%,transparent),linear-gradient(to top right,transparent,transparent 52%,hsla(0,0%,100%,.07) 54%,hsla(0,0%,100%,.72) 58%,hsla(0,0%,100%,0) 64%,transparent);background-size:100% 100%,100% 100%,170% 146%,166% 142%,226% 196%,216% 184%;background-position:0 0,0 0,-10% 102%,104% -4%,-20% 76%,-18% 84%;opacity:.92;filter:blur(4px) saturate(1.22) contrast(1.04)}.LandingHomePage_featureBentoCardPublicPage__5abfP .LandingHomePage_featureBentoCopy__aihnh{max-width:360px;padding-right:74px}.LandingHomePage_featureBentoCardPublicPage__5abfP .LandingHomePage_featureBentoCardTitle__RhcYw{margin-top:0;max-width:360px;font-size:24px;line-height:1.08}.LandingHomePage_featureBentoPublicPreview__fORWI{--feature-public-booking-left:-420px;--feature-public-booking-top:144px;--feature-public-booking-width:390px;--feature-public-continue-bottom-offset:256px;--feature-public-connector-end-x:calc(var(--feature-public-booking-left) + 78px);--feature-public-sidebar-cta-left:28px;--feature-public-sidebar-cta-center-offset-bottom:39px;position:absolute;z-index:1;left:clamp(430px,34vw,540px);right:clamp(104px,7vw,132px);top:var(--feature-bento-preview-top-public);bottom:-1px;color:#202632;pointer-events:none;transition:transform .42s cubic-bezier(.16,1,.3,1)}.LandingHomePage_featureBentoPublicBrowserFrame__bGaun{width:100%;height:100%;display:grid;grid-template-rows:48px minmax(0,1fr);border-radius:24px 24px 0 0;border-bottom:0}.LandingHomePage_featureBentoPublicBrowserBody__hBv29{min-height:0;overflow:hidden;padding:10px 10px 0 12px}.LandingHomePage_featureBentoCard__i8WbD:focus-within .LandingHomePage_featureBentoPublicPreview__fORWI,.LandingHomePage_featureBentoCard__i8WbD:hover .LandingHomePage_featureBentoPublicPreview__fORWI{transform:translateZ(0)}.LandingHomePage_featureBentoPublicShell__9LxiL{height:100%;border:0;border-radius:16px;overflow:hidden;display:grid;grid-template-rows:minmax(0,1fr);background:#ececf1}.LandingHomePage_featureBentoPublicTopbar__tMLGR{min-height:42px;padding:0 28px 0 18px;border-bottom:1px solid #e1e2e7;display:flex;align-items:center;justify-content:space-between;gap:18px;background:#fff}.LandingHomePage_featureBentoPublicTopbar__tMLGR strong{color:#242b36;font-size:13px;line-height:1;font-weight:760}.LandingHomePage_featureBentoPublicTopbar__tMLGR div{display:flex;align-items:center;gap:8px;color:#4a5361;font-size:12px;font-weight:560}.LandingHomePage_featureBentoPublicUserAvatar__Zvish{width:22px;height:22px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-size:9px;font-weight:720}.LandingHomePage_featureBentoPublicTopbar__tMLGR i{width:14px;height:14px;border:1.5px solid #788190;border-radius:5px}.LandingHomePage_featureBentoPublicLayout__iZ_tw{min-height:0;display:grid;grid-template-columns:188px minmax(0,1fr)}.LandingHomePage_featureBentoPublicSidebar__LXsxz{min-width:0;padding:28px 16px 20px;background:#ececf1;display:flex;flex-direction:column}.LandingHomePage_featureBentoPublicSidebar__LXsxz h4{margin:0 0 20px;color:#202632;font-size:22px;line-height:1.1;font-weight:720}.LandingHomePage_featureBentoPublicSidebar__LXsxz nav{display:grid;gap:5px}.LandingHomePage_featureBentoPublicSidebar__LXsxz nav>span{min-height:30px;border-radius:8px;padding:0 9px;display:flex;align-items:center;gap:8px;color:#576273;font-size:12px;font-weight:620}.LandingHomePage_featureBentoPublicNavIcon__Pgj76{width:13px;height:13px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;opacity:.7}.LandingHomePage_featureBentoPublicSidebar__LXsxz nav>.LandingHomePage_featureBentoPublicNavActive__JmdHm{background:color-mix(in srgb,var(--accent) 10%,#fff);color:var(--accent)}.LandingHomePage_featureBentoPublicSidebar__LXsxz b{margin-top:auto;height:36px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-size:13px;font-weight:720}.LandingHomePage_featureBentoPublicConnector__6gZXO{--feature-public-connector-color:rgba(0,91,172,.9);--feature-public-connector-line-size:2px;--feature-public-connector-dot-size:16px;position:absolute;z-index:4;left:var(--feature-public-connector-end-x);top:calc(var(--feature-public-booking-top) + var(--feature-public-continue-bottom-offset));width:calc(var(--feature-public-sidebar-cta-left) - var(--feature-public-connector-end-x));height:calc(100% - var(--feature-public-sidebar-cta-center-offset-bottom) - var(--feature-public-booking-top) - var(--feature-public-continue-bottom-offset));min-width:128px;min-height:52px;overflow:visible;pointer-events:none}.LandingHomePage_featureBentoPublicConnectorHorizontal__NqT0X,.LandingHomePage_featureBentoPublicConnectorVertical__I60XR{position:absolute;border-radius:999px;background-image:repeating-linear-gradient(180deg,rgba(0,91,172,.96) 0 4px,rgba(0,91,172,.82) 4px 7px,rgba(0,91,172,.3) 7px 10px,transparent 10px 14px);filter:none;animation:LandingHomePage_featureBentoPublicConnectorDash__XNG4I 1.85s linear infinite;will-change:background-position}.LandingHomePage_featureBentoPublicConnectorVertical__I60XR{--feature-public-connector-dash-end:0 -14px;left:calc(var(--feature-public-connector-line-size) / -2);top:calc(var(--feature-public-connector-dot-size) / 2 + 8px);width:var(--feature-public-connector-line-size);bottom:0;background-position:0 0}.LandingHomePage_featureBentoPublicConnectorHorizontal__NqT0X{--feature-public-connector-dash-end:-14px 0;left:0;right:0;bottom:0;height:var(--feature-public-connector-line-size);background-image:repeating-linear-gradient(90deg,rgba(0,91,172,.96) 0 4px,rgba(0,91,172,.82) 4px 7px,rgba(0,91,172,.3) 7px 10px,transparent 10px 14px);background-position:0 0}.LandingHomePage_featureBentoPublicConnectorDot__AQUnt{position:absolute;left:calc(var(--feature-public-connector-dot-size) / -2);top:calc(var(--feature-public-connector-dot-size) / -2);width:var(--feature-public-connector-dot-size);height:var(--feature-public-connector-dot-size);border:var(--feature-public-connector-line-size) solid var(--feature-public-connector-color);border-radius:50%;background:hsla(0,0%,100%,.95);box-shadow:0 0 0 2px rgba(0,91,172,.16),0 6px 12px rgba(0,91,172,.22)}.LandingHomePage_featureBentoPublicPageWindow__vh8g2{min-width:0;min-height:0;overflow:hidden;padding:28px 22px 46px;background:#ececf1}.LandingHomePage_featureBentoPublicPageTrack__XZc0z{display:grid;gap:14px;will-change:transform;transform:translateZ(0);animation:LandingHomePage_featureBentoPublicPageScroll__k2BMQ 22s ease-in-out infinite alternate}.LandingHomePage_featureBentoPublicHeroWidget__m7cXB,.LandingHomePage_featureBentoPublicSection__f5_vz{border-radius:12px;background:#fff;box-shadow:none}.LandingHomePage_featureBentoPublicHeroWidget__m7cXB{min-height:126px;padding:16px 18px;display:grid;grid-template-columns:84px minmax(0,1fr) auto;align-items:center;gap:16px}.LandingHomePage_featureBentoPublicTutorAvatar__xBCBg{width:84px;height:84px;border-radius:12px;display:flex;align-items:center;justify-content:center;overflow:hidden;background:linear-gradient(hsla(0,0%,100%,.02),hsla(0,0%,100%,.02)),url(/images/avatars/avatar-2.jpg) 50% /cover;color:transparent;text-indent:-999px;font-size:0;font-weight:760}.LandingHomePage_featureBentoPublicSection__f5_vz h4,.LandingHomePage_featureBentoPublicTutorMain__5QV6z h4{margin:0;color:#2a303a;line-height:1.15;font-weight:740}.LandingHomePage_featureBentoPublicTutorMain__5QV6z h4{font-size:20px}.LandingHomePage_featureBentoPublicSection__f5_vz p,.LandingHomePage_featureBentoPublicTutorMain__5QV6z p{margin:5px 0 0;color:#6e7683;font-size:13px;line-height:1.42}.LandingHomePage_featureBentoPublicContactRow__Fgr6V,.LandingHomePage_featureBentoPublicRatingRow__0_fw7{margin-top:8px;display:flex;align-items:center;gap:7px}.LandingHomePage_featureBentoPublicRatingRow__0_fw7 strong{color:#172133;font-size:16px;line-height:1;font-weight:760}.LandingHomePage_featureBentoPublicPolicy__kpK3r,.LandingHomePage_featureBentoPublicRatingRow__0_fw7 span{color:#4d5562;font-size:12px;font-weight:620}.LandingHomePage_featureBentoPublicContactRow__Fgr6V i{width:22px;height:22px;border-radius:7px;background:#edf0f5}.LandingHomePage_featureBentoPublicPolicy__kpK3r{align-self:end;white-space:nowrap}.LandingHomePage_featureBentoPublicSection__f5_vz{padding:16px 18px}.LandingHomePage_featureBentoPublicSection__f5_vz h4{font-size:14px}.LandingHomePage_featureBentoPublicPackages__0xWb6,.LandingHomePage_featureBentoPublicPriceRows__IzXJ9,.LandingHomePage_featureBentoPublicReviews__fyo0T,.LandingHomePage_featureBentoPublicRows__nd3eD,.LandingHomePage_featureBentoPublicTimeline__ZuDE_{margin-top:10px;display:grid;gap:8px}.LandingHomePage_featureBentoPublicPackages__0xWb6 span,.LandingHomePage_featureBentoPublicPriceRows__IzXJ9 span,.LandingHomePage_featureBentoPublicReviews__fyo0T span,.LandingHomePage_featureBentoPublicRows__nd3eD span{min-height:52px;border-radius:10px;padding:10px 12px;display:grid;gap:4px;background:#f5f5f8}.LandingHomePage_featureBentoPublicPackages__0xWb6 span,.LandingHomePage_featureBentoPublicPriceRows__IzXJ9 span{grid-template-columns:minmax(0,1fr) auto;align-items:center}.LandingHomePage_featureBentoPublicPackages__0xWb6 b,.LandingHomePage_featureBentoPublicPriceRows__IzXJ9 b,.LandingHomePage_featureBentoPublicReviews__fyo0T b,.LandingHomePage_featureBentoPublicRows__nd3eD b{color:#333946;font-size:13px;line-height:1.2;font-weight:720}.LandingHomePage_featureBentoPublicPackages__0xWb6 em,.LandingHomePage_featureBentoPublicPriceRows__IzXJ9 em,.LandingHomePage_featureBentoPublicReviews__fyo0T em,.LandingHomePage_featureBentoPublicRows__nd3eD em,.LandingHomePage_featureBentoPublicTimeline__ZuDE_ span{color:#707986;font-size:12px;line-height:1.32;font-style:normal}.LandingHomePage_featureBentoPublicPackages__0xWb6 strong,.LandingHomePage_featureBentoPublicPriceRows__IzXJ9 strong{grid-row:1/3;grid-column:2;color:#273244;font-size:13px;font-weight:760}.LandingHomePage_featureBentoPublicTimeline__ZuDE_ span{position:relative;padding-left:16px}.LandingHomePage_featureBentoPublicTimeline__ZuDE_ span:before{content:"";position:absolute;left:0;top:5px;width:6px;height:6px;border-radius:50%;background:var(--accent)}.LandingHomePage_featureBentoPublicBookingCard__9Q2vS{position:absolute;z-index:3;left:var(--feature-public-booking-left);top:var(--feature-public-booking-top);width:var(--feature-public-booking-width);border:1px solid rgba(15,23,40,.08);border-radius:12px;padding:14px;background:#fff;box-shadow:0 20px 40px -32px rgba(15,23,40,.52);animation:LandingHomePage_featureBentoPublicBookingFloat__eddpa 22s ease-in-out infinite}.LandingHomePage_featureBentoPublicBookingCard__9Q2vS header{display:flex;align-items:center;gap:10px}.LandingHomePage_featureBentoPublicBookingCard__9Q2vS header>span{width:26px;height:26px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:#f4f4f7;color:#7b8390;font-size:20px}.LandingHomePage_featureBentoPublicBookingCard__9Q2vS b,.LandingHomePage_featureBentoPublicBookingCard__9Q2vS em,.LandingHomePage_featureBentoPublicBookingCard__9Q2vS strong{display:block;letter-spacing:0}.LandingHomePage_featureBentoPublicBookingCard__9Q2vS b{color:#2d3440;font-size:12px;line-height:1.2;font-weight:720}.LandingHomePage_featureBentoPublicBookingCard__9Q2vS em{margin-top:2px;color:#8d94a0;font-size:10px;line-height:1.2;font-style:normal}.LandingHomePage_featureBentoPublicBookingCard__9Q2vS>strong{margin-top:16px;color:#2d3440;font-size:13px;font-weight:720}.LandingHomePage_featureBentoPublicCalendarGrid__viatz{margin-top:9px;display:grid;grid-template-columns:repeat(7,minmax(0,1fr));gap:5px}.LandingHomePage_featureBentoPublicCalendarGrid__viatz span{height:24px;border-radius:7px;display:flex;align-items:center;justify-content:center;color:#8a929f;font-size:10px;font-weight:620}.LandingHomePage_featureBentoPublicCalendarGrid__viatz .LandingHomePage_featureBentoPublicCalendarActive__5bh9P{background:var(--accent);color:#fff}.LandingHomePage_featureBentoPublicTimes__ckt_R{margin-top:12px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.LandingHomePage_featureBentoPublicTimes__ckt_R span{height:28px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:#f4f4f7;color:#596272;font-size:10px;font-weight:650}.LandingHomePage_featureBentoPublicTimes__ckt_R span:nth-child(2){background:var(--accent);color:#fff}.LandingHomePage_featureBentoPublicBookingCard__9Q2vS button{margin-top:12px;width:100%;height:34px;border:0;border-radius:8px;background:var(--accent);color:#fff;font-size:11px;font-weight:720}.LandingHomePage_featureBentoStudentPreview__JFtGy{--feature-student-preview-scale:1;--feature-student-preview-hover-scale:1.01;position:absolute;z-index:1;left:clamp(32px,3.6vw,48px);right:-92px;top:var(--feature-bento-preview-top-shared);bottom:-34px;color:#172133;pointer-events:none;transform:scale(var(--feature-student-preview-scale));transform-origin:18% 0;transition:transform .42s cubic-bezier(.16,1,.3,1)}.LandingHomePage_featureBentoStudentBrowserFrame__wOXmH{width:100%;height:100%}.LandingHomePage_featureBentoStudentBrowserBody__mqBTb{height:calc(100% - 48px)}.LandingHomePage_featureBentoStudentWindow__EQyT5{height:100%;min-height:0;display:grid;grid-template-columns:232px minmax(380px,1fr);overflow:hidden;background:#fff;color:#172133}.LandingHomePage_featureBentoCard__i8WbD:focus-within .LandingHomePage_featureBentoStudentPreview__JFtGy,.LandingHomePage_featureBentoCard__i8WbD:hover .LandingHomePage_featureBentoStudentPreview__JFtGy{transform:scale(var(--feature-student-preview-scale))}.LandingHomePage_featureBentoCard__i8WbD:focus-within .LandingHomePage_featureBentoReminderPreview__ONNDH,.LandingHomePage_featureBentoCard__i8WbD:hover .LandingHomePage_featureBentoReminderPreview__ONNDH{transform:translateZ(0)}.LandingHomePage_featureBentoStudentSidebar__7Iqmr{min-width:0;padding:18px 16px;border-right:1px solid #e8e9ef;background:#fff}.LandingHomePage_featureBentoStudentCurrent__wsunB{margin-top:0;display:flex;align-items:center;justify-content:space-between;gap:12px;color:#2f3542;font-size:14px;font-weight:620}.LandingHomePage_featureBentoStudentCurrent__wsunB b{color:#9aa3b2;font-size:18px;font-weight:500}.LandingHomePage_featureBentoStudentCreate__DEijZ{margin-top:14px;height:34px;border-radius:8px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-size:13px;font-weight:670}.LandingHomePage_featureBentoStudentNav__Qr7rD{position:relative;margin-top:18px;display:grid;gap:5px}.LandingHomePage_featureBentoStudentNavTrack__2teWm{position:absolute;left:0;right:0;top:0;height:32px;border-radius:8px;background:color-mix(in srgb,var(--accent) 10%,#fff);animation:LandingHomePage_featureBentoStudentNavCycle__m3Nww 18s cubic-bezier(.16,1,.3,1) infinite}.LandingHomePage_featureBentoStudentNavItem__5kxyM{position:relative;z-index:1;height:32px;display:flex;align-items:center;gap:10px;padding:0 10px;color:#465264;font-size:13px;font-weight:560;animation:LandingHomePage_featureBentoStudentNavItemCycle__527MY 18s ease-in-out infinite both}.LandingHomePage_featureBentoStudentNavIcon__hpQew{width:13px;height:13px;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;opacity:.72}.LandingHomePage_featureBentoStudentNavItem__5kxyM:nth-child(2){animation-delay:0s}.LandingHomePage_featureBentoStudentNavItem__5kxyM:nth-child(3){animation-delay:-15s}.LandingHomePage_featureBentoStudentNavItem__5kxyM:nth-child(4){animation-delay:-12s}.LandingHomePage_featureBentoStudentNavItem__5kxyM:nth-child(5){animation-delay:-9s}.LandingHomePage_featureBentoStudentNavItem__5kxyM:nth-child(6){animation-delay:-6s}.LandingHomePage_featureBentoStudentNavItem__5kxyM:nth-child(7){animation-delay:-3s}.LandingHomePage_featureBentoStudentMain__ol_gs{min-width:0;padding:16px 22px 22px;background:#fff}.LandingHomePage_featureBentoStudentSearch__JRpkP{height:42px;border-radius:10px;display:flex;align-items:center;padding:0 18px 0 40px;background:#f0eff4;color:#9aa3b2;font-size:13px;position:relative}.LandingHomePage_featureBentoStudentSearch__JRpkP:before{content:"";position:absolute;left:18px;width:12px;height:12px;border:2px solid #a8afbb;border-radius:50%}.LandingHomePage_featureBentoStudentSearch__JRpkP:after{content:"";position:absolute;left:29px;width:7px;height:2px;border-radius:999px;background:#a8afbb;transform:rotate(45deg)}.LandingHomePage_featureBentoStudentProfileHead__Tx3iA{margin-top:14px;display:flex;align-items:center;gap:16px;padding:18px 0 14px;border-bottom:1px solid #eceef3}.LandingHomePage_featureBentoStudentAvatar__P_igh{width:58px;height:58px;border-radius:50%;display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;background:var(--accent);color:#fff;font-size:18px;font-weight:720}.LandingHomePage_featureBentoStudentProfileHead__Tx3iA em,.LandingHomePage_featureBentoStudentProfileHead__Tx3iA span,.LandingHomePage_featureBentoStudentProfileHead__Tx3iA strong{display:block;letter-spacing:0}.LandingHomePage_featureBentoStudentProfileHead__Tx3iA strong{color:#273244;font-size:18px;line-height:1.2;font-weight:690}.LandingHomePage_featureBentoStudentProfileHead__Tx3iA span{margin-top:4px;color:#747f8e;font-size:13px}.LandingHomePage_featureBentoStudentStatusRow__Fcw_u{margin-top:8px;display:flex;align-items:center;gap:8px;flex-wrap:wrap}.LandingHomePage_featureBentoStudentProfileHead__Tx3iA em{margin-top:8px;width:-moz-fit-content;width:fit-content;border-radius:6px;padding:3px 8px;background:#e9f6ed;color:#40a061;font-size:12px;font-style:normal;font-weight:620}.LandingHomePage_featureBentoStudentStatusRow__Fcw_u em{margin-top:0}.LandingHomePage_featureBentoStudentReminder__7yamv{height:24px;padding:0 10px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;background:color-mix(in srgb,var(--accent) 8%,#fff);color:var(--accent);font-size:12px;font-weight:670}.LandingHomePage_featureBentoStudentPanels__U5SMR{position:relative;margin-top:16px;min-height:192px}.LandingHomePage_featureBentoStudentPanel__jKpcS{position:absolute;inset:0;opacity:0;transform:translate3d(0,10px,0);animation:LandingHomePage_featureBentoStudentPanelCycle__Szm9t 18s ease-in-out infinite both}.LandingHomePage_featureBentoStudentPanelProfile__qqtPJ{animation-delay:0s}.LandingHomePage_featureBentoStudentPanelLessons__fDWZK{animation-delay:-15s}.LandingHomePage_featureBentoStudentPanelPayments__tC8lF{animation-delay:-12s}.LandingHomePage_featureBentoStudentPanelNotes__h0hUB{animation-delay:-9s}.LandingHomePage_featureBentoStudentPanelHomework__Palee{animation-delay:-6s}.LandingHomePage_featureBentoStudentPanelHistory__h7Xqt{animation-delay:-3s}.LandingHomePage_featureBentoStudentPanel__jKpcS h4{margin:0 0 12px;color:#171c27;font-size:15px;line-height:1.2;font-weight:720}.LandingHomePage_featureBentoStudentFields__zsQaB,.LandingHomePage_featureBentoStudentHomework__NwE0R,.LandingHomePage_featureBentoStudentRows__JVREF{display:grid;gap:10px}.LandingHomePage_featureBentoStudentFields__zsQaB span,.LandingHomePage_featureBentoStudentHomework__NwE0R span,.LandingHomePage_featureBentoStudentRows__JVREF span{min-height:48px;border-radius:10px;padding:11px 16px;display:grid;gap:5px;background:#f0eff4;color:#626b78;font-size:13px;line-height:1.25}.LandingHomePage_featureBentoStudentFields__zsQaB b,.LandingHomePage_featureBentoStudentHomework__NwE0R b,.LandingHomePage_featureBentoStudentRows__JVREF b{color:#48505c;font-size:12px;font-weight:720}.LandingHomePage_featureBentoStudentRows__JVREF em{color:#d35f75;font-style:normal;font-weight:720}.LandingHomePage_featureBentoStudentDebt___tDJP{color:#d35f75!important}@keyframes LandingHomePage_featureBentoStudentNavCycle__m3Nww{0%,12%{transform:translateY(0)}16.66%,28.66%{transform:translateY(37px)}33.33%,45.33%{transform:translateY(74px)}50%,62%{transform:translateY(111px)}66.66%,78.66%{transform:translateY(148px)}83.33%,95.33%{transform:translateY(185px)}to{transform:translateY(0)}}@keyframes LandingHomePage_featureBentoStudentNavItemCycle__527MY{0%,12%{color:var(--accent)}16.66%,to{color:#465264}}@keyframes LandingHomePage_featureBentoStudentPanelCycle__Szm9t{0%,12%{opacity:1;transform:translateZ(0)}16.66%,to{opacity:0;transform:translate3d(0,10px,0)}}.LandingHomePage_featureBentoReminderPreview__ONNDH{position:absolute;z-index:1;left:28px;right:28px;top:var(--feature-bento-preview-top-shared);bottom:28px;color:#172133;pointer-events:none;transition:transform .42s cubic-bezier(.16,1,.3,1)}.LandingHomePage_featureBentoReminderShell__R58Jk{height:100%;border:1px solid rgba(15,23,40,.08);border-radius:14px;display:flex;flex-direction:column;overflow:hidden;background:#fff;color:#252b36;box-shadow:none;transform-origin:50% 0}.LandingHomePage_featureBentoReminderHeader__mNtFK{min-height:50px;padding:10px 12px;border-bottom:1px solid #ebecef;display:flex;align-items:center;gap:10px;background:#fff}.LandingHomePage_featureBentoReminderBack__jI7oW{width:30px;height:30px;border:1px solid #ebecef;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;color:#111827;font-size:25px;line-height:1}.LandingHomePage_featureBentoReminderHeader__mNtFK span,.LandingHomePage_featureBentoReminderHeader__mNtFK strong{display:block;letter-spacing:0}.LandingHomePage_featureBentoReminderHeader__mNtFK strong{color:#202632;font-size:16px;line-height:1.12;font-weight:720}.LandingHomePage_featureBentoReminderHeader__mNtFK span{margin-top:3px;color:#8c93a1;font-size:11px;line-height:1.2}.LandingHomePage_featureBentoReminderHeader__mNtFK i{margin-left:5px;width:10px;height:6px;border-radius:1px;display:inline-block;background:linear-gradient(180deg,#4fb49b 0 45%,#2f65b0 45% 100%)}.LandingHomePage_featureBentoReminderBody__QOaLu{flex:1 1 auto;min-height:0;padding:12px 14px 8px;display:grid;align-content:start;gap:7px;background:#fff}.LandingHomePage_featureBentoReminderSection__J5HwU{display:grid;gap:6px}.LandingHomePage_featureBentoReminderSection__J5HwU h4{margin:0;color:#30333b;font-size:13px;line-height:1.2;font-weight:720}.LandingHomePage_featureBentoReminderEmpty__B7Yp6,.LandingHomePage_featureBentoReminderSelect__SuQuU,.LandingHomePage_featureBentoReminderTextarea__M_MBb{border-radius:10px;background:#f0eff4;color:#343945}.LandingHomePage_featureBentoReminderSelect__SuQuU{min-height:48px;padding:9px 30px 9px 12px;position:relative;display:grid;align-content:center;gap:5px}.LandingHomePage_featureBentoReminderTextarea__M_MBb b{color:#353946;font-size:12px;line-height:1.2;font-weight:650}.LandingHomePage_featureBentoReminderEmpty__B7Yp6,.LandingHomePage_featureBentoReminderSelectValue__Tyi6m,.LandingHomePage_featureBentoReminderTextarea__M_MBb span,.LandingHomePage_featureBentoReminderToggleRow__VNRxE span{color:#8c93a1;font-size:12px;line-height:1.3}.LandingHomePage_featureBentoReminderSelectValue__Tyi6m{color:#343945;font-weight:650}.LandingHomePage_featureBentoReminderSelect__SuQuU i{position:absolute;right:14px;top:50%;width:7px;height:7px;border-right:1.6px solid #9aa0ad;border-bottom:1.6px solid #9aa0ad;transform:translateY(-62%) rotate(45deg);animation:LandingHomePage_featureBentoReminderSelectArrow__m0mht 8s ease-in-out infinite}.LandingHomePage_featureBentoReminderSelectMenu__6UZFr{position:absolute;z-index:5;left:0;right:0;top:calc(100% + 6px);border:1px solid #e6e7eb;border-radius:10px;background:#fff;overflow:hidden;opacity:0;transform:translate3d(0,-6px,0) scale(.985);transform-origin:50% 0;box-shadow:none;animation:LandingHomePage_featureBentoReminderSelectMenu__6UZFr 8s ease-in-out infinite}.LandingHomePage_featureBentoReminderSelectMenu__6UZFr span{height:32px;padding:0 12px;display:flex;align-items:center;color:#596272;font-size:12px;line-height:1.2;font-weight:590}.LandingHomePage_featureBentoReminderSelectMenu__6UZFr span+span{border-top:1px solid #f0eff4}.LandingHomePage_featureBentoReminderEmpty__B7Yp6{min-height:34px;padding:0 12px;display:flex;align-items:center}.LandingHomePage_featureBentoReminderToggleRow__VNRxE{display:flex;align-items:center;justify-content:space-between;gap:16px}.LandingHomePage_featureBentoReminderToggleRow__VNRxE i{width:34px;height:20px;border-radius:999px;display:inline-flex;flex:0 0 auto;background:#d8dadd;position:relative;animation:LandingHomePage_featureBentoReminderToggleTrack__VXknX 8s ease-in-out infinite}.LandingHomePage_featureBentoReminderToggleRow__VNRxE i:before{content:"";position:absolute;left:2px;top:2px;width:16px;height:16px;border-radius:50%;background:#fff;animation:LandingHomePage_featureBentoReminderToggleKnob__4ytG1 8s ease-in-out infinite}.LandingHomePage_featureBentoReminderTextarea__M_MBb{min-height:56px;padding:9px 12px;display:grid;align-content:start;gap:5px}.LandingHomePage_featureBentoReminderSubmit__Jqf_h{margin:0 14px 12px;min-height:36px;flex:0 0 auto;border-radius:9px;display:flex;align-items:center;justify-content:center;background:var(--accent);color:#fff;font-size:13px;line-height:1;font-weight:720}.LandingHomePage_featureBentoReminderContext__EYON6{min-height:64px;border:1px solid rgba(15,23,40,.08);border-radius:14px;padding:12px 14px;display:flex;align-items:center;gap:12px;background:#fff;box-shadow:none;animation:LandingHomePage_featureBentoReminderContextPulse__5EjpL 12s ease-in-out infinite}.LandingHomePage_featureBentoReminderPulse__8XVzu{width:34px;height:34px;border-radius:10px;flex:0 0 auto;background:color-mix(in srgb,var(--accent) 11%,#fff);position:relative}.LandingHomePage_featureBentoReminderPulse__8XVzu:after,.LandingHomePage_featureBentoReminderPulse__8XVzu:before{content:"";position:absolute;border-radius:999px;background:var(--accent)}.LandingHomePage_featureBentoReminderPulse__8XVzu:before{left:10px;right:10px;top:8px;height:12px;border-radius:7px 7px 4px 4px}.LandingHomePage_featureBentoReminderPulse__8XVzu:after{left:14px;bottom:8px;width:6px;height:6px}.LandingHomePage_featureBentoReminderContext__EYON6 span,.LandingHomePage_featureBentoReminderContext__EYON6 strong{display:block;letter-spacing:0}.LandingHomePage_featureBentoReminderContext__EYON6 strong{color:#263243;font-size:14px;line-height:1.2;font-weight:720}.LandingHomePage_featureBentoReminderContext__EYON6 span{margin-top:4px;color:#747f8e;font-size:12px;line-height:1.25}.LandingHomePage_featureBentoReminderForm__OQ2je{margin-top:10px;border:1px solid rgba(15,23,40,.09);border-radius:16px;padding:12px;background:#fff;box-shadow:none;transform-origin:50% 0}.LandingHomePage_featureBentoReminderFormHead__Dlk_s{display:flex;align-items:center;justify-content:space-between;gap:12px}.LandingHomePage_featureBentoReminderFormHead__Dlk_s span{color:#1f2937;font-size:15px;font-weight:720}.LandingHomePage_featureBentoReminderFormHead__Dlk_s b{border-radius:999px;padding:5px 8px;background:#e9f6ed;color:#40a061;font-size:11px;line-height:1;font-weight:720}.LandingHomePage_featureBentoReminderChoices__4QWPF{margin-top:10px;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:6px}.LandingHomePage_featureBentoReminderChoice__TY5NV{min-width:0;height:32px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;background:#f0eff4;color:#596474;font-size:12px;font-weight:690}.LandingHomePage_featureBentoReminderChoiceLesson__kTNrc{background:var(--accent);color:#fff;opacity:1}.LandingHomePage_featureBentoReminderMessageLesson__BxWh0{animation-delay:.24s}.LandingHomePage_featureBentoReminderMessageHomework__qTkpi{animation-delay:.56s}.LandingHomePage_featureBentoReminderMessagePayment__2097_{animation-delay:.88s}.LandingHomePage_featureBentoReminderField__zzg6V{margin-top:10px;min-height:44px;border-radius:11px;padding:8px 12px;display:grid;gap:4px;background:#f0eff4}.LandingHomePage_featureBentoReminderField__zzg6V b,.LandingHomePage_featureBentoReminderMessage__iwMST b{color:#48505c;font-size:12px;line-height:1.2;font-weight:720}.LandingHomePage_featureBentoReminderField__zzg6V span,.LandingHomePage_featureBentoReminderMessage__iwMST span{color:#626b78;font-size:13px;line-height:1.28}.LandingHomePage_featureBentoReminderMessages__7Tlzb{margin-top:10px;display:grid;gap:6px}.LandingHomePage_featureBentoReminderMessage__iwMST{min-height:52px;border-radius:12px;padding:8px 12px;display:grid;align-content:center;gap:4px;background:color-mix(in srgb,var(--accent) 7%,#fff);border:1px solid color-mix(in srgb,var(--accent) 13%,transparent);opacity:0;transform:translate3d(0,8px,0);animation:LandingHomePage_featureBentoReminderRowReveal__ZeeUZ 12s ease-in-out infinite both}.LandingHomePage_featureBentoReminderChannels__yfGVi{margin-top:10px;display:flex;align-items:center;gap:7px}.LandingHomePage_featureBentoReminderChannels__yfGVi span,.LandingHomePage_featureBentoReminderChannels__yfGVi strong{height:30px;border-radius:9px;display:inline-flex;align-items:center;justify-content:center;white-space:nowrap;font-size:12px;font-weight:690}.LandingHomePage_featureBentoReminderChannels__yfGVi span{flex:0 0 auto;padding:0 9px;background:#f0eff4;color:#66717f}.LandingHomePage_featureBentoReminderChannels__yfGVi strong{flex:1 1 auto;min-width:0;padding:0 10px;background:var(--accent);color:#fff}@keyframes LandingHomePage_featureBentoReminderShellOpen__m1ghS{0%,4%{opacity:.92;transform:translate3d(0,12px,0) scale(.985)}14%,to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes LandingHomePage_featureBentoReminderSelectMenu__6UZFr{0%,14%{opacity:0;transform:translate3d(0,-6px,0) scale(.985)}22%,46%{opacity:1;transform:translateZ(0) scale(1)}54%,to{opacity:0;transform:translate3d(0,-4px,0) scale(.992)}}@keyframes LandingHomePage_featureBentoReminderSelectArrow__m0mht{0%,14%{transform:translateY(-62%) rotate(45deg)}22%,46%{transform:translateY(-38%) rotate(225deg)}54%,to{transform:translateY(-62%) rotate(45deg)}}@keyframes LandingHomePage_featureBentoReminderToggleTrack__VXknX{0%,60%{background:#d8dadd}68%,88%{background:var(--accent)}94%,to{background:#d8dadd}}@keyframes LandingHomePage_featureBentoReminderToggleKnob__4ytG1{0%,60%{transform:translateX(0)}68%,88%{transform:translateX(14px)}94%,to{transform:translateX(0)}}@keyframes LandingHomePage_featureBentoPublicPageScroll__k2BMQ{0%{transform:translateZ(0)}50%{transform:translate3d(0,-190px,0)}to{transform:translate3d(0,-360px,0)}}@keyframes LandingHomePage_featureBentoPublicBookingFloat__eddpa{0%,18%{transform:translateZ(0)}46%,64%{transform:translate3d(0,-8px,0)}to{transform:translate3d(0,-3px,0)}}@keyframes LandingHomePage_featureBentoPublicConnectorDash__XNG4I{0%{background-position:0 0}to{background-position:var(--feature-public-connector-dash-end,0 16px)}}@keyframes LandingHomePage_featureBentoReminderContextPulse__5EjpL{0%,24%{transform:translateZ(0)}36%,to{transform:translate3d(0,-3px,0)}}@keyframes LandingHomePage_featureBentoReminderFormOpen__VEg_y{0%,4%{opacity:.9;transform:translate3d(0,12px,0) scale(.98)}14%,to{opacity:1;transform:translateZ(0) scale(1)}}@keyframes LandingHomePage_featureBentoReminderRowReveal__ZeeUZ{0%,8%{opacity:0;transform:translate3d(0,8px,0)}16%,88%{opacity:1;transform:translateZ(0)}to{opacity:0;transform:translate3d(0,-4px,0)}}.LandingHomePage_featureBentoFinanceImage__wBf__{display:block;width:100%;height:auto;border-radius:11px}.LandingHomePage_featureBentoDebtMailIcon__FXTF9{width:22px;height:22px;border:1px solid rgba(15,23,40,.14);border-radius:6px;color:rgba(15,23,40,.65);display:inline-flex;align-items:center;justify-content:center}.LandingHomePage_featureBentoPointList__vG_dU{position:relative;z-index:2;margin:22px 0 0;padding:0;list-style:none;display:grid;gap:10px}.LandingHomePage_featureBentoPointList__vG_dU li{position:relative;padding-left:17px;color:#5f6875;font-size:14px;line-height:1.38}.LandingHomePage_featureBentoPointList__vG_dU li:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:50%;background:#2f65b0}.LandingHomePage_featureBentoDialog__Sds6t{width:min(1200px,calc(100vw - 40px))}.LandingHomePage_featureBentoModalBody__LYSoL{gap:0}.LandingHomePage_featureBentoModalGrid__AiaNh{display:block}.LandingHomePage_featureBentoModalCopy__clLtw{min-width:0;padding:4px 0 2px}.LandingHomePage_featureBentoModalTitle__8eTcm{margin:16px 0 0;color:var(--lp-ink);font-size:30px;line-height:1.1;font-weight:500;letter-spacing:0}.LandingHomePage_featureBentoModalText__V_Qla{margin:12px 0 0;color:var(--lp-body);font-size:16px;line-height:1.55;letter-spacing:0}.LandingHomePage_featureBentoModalList__OyVi3{margin:22px 0 0;padding:0;list-style:none;display:grid;gap:10px}.LandingHomePage_featureBentoModalList__OyVi3 li{position:relative;padding-left:22px;color:var(--lp-mid);font-size:15px;line-height:1.45}.LandingHomePage_featureBentoModalList__OyVi3 li:before{content:"";position:absolute;left:0;top:6px;width:10px;height:10px;border-radius:50%;background:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 12%,transparent)}@media (max-width:1100px){.LandingHomePage_featureBentoCard__i8WbD{--feature-bento-title-min-height:52px;--feature-bento-preview-top-shared:168px;--feature-bento-preview-top-public:96px;--feature-bento-finance-preview-margin-top:80px}.LandingHomePage_featureBentoGrid__X0OeN{gap:16px}.LandingHomePage_featureBentoCardSide__K92pJ,.LandingHomePage_featureBentoCardWide__kACPC{grid-column:span 12;min-height:560px}.LandingHomePage_featureBentoCardSide__K92pJ{min-height:auto;display:block}.LandingHomePage_featureBentoCardSide__K92pJ .LandingHomePage_featureBentoCopy__aihnh{padding-right:42px}.LandingHomePage_featureBentoCardCompact__ktkIc{grid-column:span 6}.LandingHomePage_featureBentoCardStudent__OVGcQ{grid-column:span 7;min-height:720px}.LandingHomePage_featureBentoStudentLiveBackground__JvQWl{inset:-32% -36% -54% -38%}.LandingHomePage_featureBentoPublicLiveBackground__sAVDo{inset:-26% -30% -44% -30%}.LandingHomePage_featureBentoCardStudent__OVGcQ .LandingHomePage_featureBentoCardTitle__RhcYw{max-width:360px;font-size:24px}.LandingHomePage_featureBentoCardReminder__YTTs2{grid-column:span 5;min-height:720px;padding-inline:20px}.LandingHomePage_featureBentoCardReminder__YTTs2 .LandingHomePage_featureBentoCardTitle__RhcYw{max-width:285px;font-size:24px;line-height:1.12}.LandingHomePage_featureBentoCardReminder__YTTs2 .LandingHomePage_featureBentoExpandButton__D1_dv{right:20px}.LandingHomePage_featureBentoCardPublicPage__5abfP{grid-column:span 12;min-height:660px;padding:28px 24px 0}.LandingHomePage_featureBentoCardPublicPage__5abfP .LandingHomePage_featureBentoCopy__aihnh{max-width:420px;padding-right:56px}.LandingHomePage_featureBentoCardPublicPage__5abfP .LandingHomePage_featureBentoCardTitle__RhcYw{max-width:360px;font-size:24px}.LandingHomePage_featureBentoPublicPreview__fORWI{--feature-public-booking-left:-360px;--feature-public-booking-top:210px;--feature-public-booking-width:356px;--feature-public-connector-end-x:calc(var(--feature-public-booking-left) + 70px);--feature-public-sidebar-cta-left:24px;--feature-public-sidebar-cta-center-offset-bottom:36px;left:clamp(360px,42vw,430px);right:24px;top:var(--feature-bento-preview-top-public);bottom:0}.LandingHomePage_featureBentoPublicBrowserBody__hBv29{padding:8px 8px 0 10px}.LandingHomePage_featureBentoPublicShell__9LxiL{grid-template-rows:minmax(0,1fr)}.LandingHomePage_featureBentoPublicLayout__iZ_tw{grid-template-columns:156px minmax(0,1fr)}.LandingHomePage_featureBentoPublicSidebar__LXsxz{padding:22px 12px 16px}.LandingHomePage_featureBentoPublicSidebar__LXsxz h4{font-size:19px;margin-bottom:14px}.LandingHomePage_featureBentoPublicPageWindow__vh8g2{padding:20px 18px 42px}.LandingHomePage_featureBentoPublicBookingCard__9Q2vS{left:var(--feature-public-booking-left);top:var(--feature-public-booking-top);width:var(--feature-public-booking-width)}.LandingHomePage_featureBentoReminderPreview__ONNDH{left:20px;right:20px;top:var(--feature-bento-preview-top-shared);bottom:20px}.LandingHomePage_featureBentoReminderChannels__yfGVi{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.LandingHomePage_featureBentoReminderChannels__yfGVi strong{grid-column:1/-1}.LandingHomePage_featureBentoStudentPreview__JFtGy{--feature-student-preview-scale:0.7;--feature-student-preview-hover-scale:0.71;left:18px;right:auto;top:var(--feature-bento-preview-top-shared);width:640px;height:430px;transform-origin:0 0}.LandingHomePage_featureBentoStudentWindow__EQyT5{grid-template-columns:178px 462px}.LandingHomePage_featureBentoSchedulePreview____UTm{left:38px;right:-94px;top:var(--feature-bento-preview-top-shared);bottom:auto}.LandingHomePage_featureBentoScheduleBrowserFrame__ReriD{width:clamp(920px,108vw,1180px)}.LandingHomePage_featureBentoStudentBrowserFrame__wOXmH{width:100%}.LandingHomePage_featureBentoFinancePreview__vqgPu{margin-inline:0;margin-top:var(--feature-bento-finance-preview-margin-top);width:min(100%,460px)}}@media (max-width:760px){.LandingHomePage_featureBentoCard__i8WbD{--feature-bento-title-min-height:52px;--feature-bento-preview-top-shared:156px;--feature-bento-preview-top-public:116px;--feature-bento-finance-preview-margin-top:76px}.LandingHomePage_featureBentoSection__r4P1S{padding:34px 14px 56px}.LandingHomePage_featureBentoGrid__X0OeN{gap:12px}.LandingHomePage_featureBentoCardCompact__ktkIc,.LandingHomePage_featureBentoCardSide__K92pJ,.LandingHomePage_featureBentoCardWide__kACPC{grid-column:span 12;min-height:auto;padding:22px}.LandingHomePage_featureBentoCardSide__K92pJ{display:block}.LandingHomePage_featureBentoCardWide__kACPC{min-height:390px}.LandingHomePage_featureBentoCardStudent__OVGcQ{min-height:500px}.LandingHomePage_featureBentoStudentLiveBackground__JvQWl{inset:-36% -40% -58% -40%}.LandingHomePage_featureBentoPublicLiveBackground__sAVDo{inset:-32% -36% -52% -34%}.LandingHomePage_featureBentoCardReminder__YTTs2{grid-column:span 12;min-height:620px;padding:22px}.LandingHomePage_featureBentoCardStudent__OVGcQ .LandingHomePage_featureBentoCopy__aihnh{padding-right:54px}.LandingHomePage_featureBentoCardStudent__OVGcQ .LandingHomePage_featureBentoCardTitle__RhcYw{max-width:310px;font-size:24px}.LandingHomePage_featureBentoCardReminder__YTTs2 .LandingHomePage_featureBentoCopy__aihnh{padding-right:54px}.LandingHomePage_featureBentoCardReminder__YTTs2 .LandingHomePage_featureBentoCardTitle__RhcYw{max-width:280px;font-size:24px}.LandingHomePage_featureBentoCardPublicPage__5abfP{min-height:560px;padding:22px}.LandingHomePage_featureBentoCardPublicPage__5abfP .LandingHomePage_featureBentoCopy__aihnh{padding-right:54px}.LandingHomePage_featureBentoCardPublicPage__5abfP .LandingHomePage_featureBentoCardTitle__RhcYw{max-width:270px;font-size:24px}.LandingHomePage_featureBentoPublicPreview__fORWI{left:22px;right:-118px;top:var(--feature-bento-preview-top-public);bottom:0}.LandingHomePage_featureBentoPublicBrowserFrame__bGaun{border-radius:22px 22px 0 0}.LandingHomePage_featureBentoPublicBrowserBody__hBv29{padding:8px 8px 0}.LandingHomePage_featureBentoPublicLayout__iZ_tw{grid-template-columns:122px minmax(0,1fr)}.LandingHomePage_featureBentoPublicSidebar__LXsxz{padding:16px 9px 12px}.LandingHomePage_featureBentoPublicSidebar__LXsxz h4{font-size:16px;margin-bottom:10px}.LandingHomePage_featureBentoPublicSidebar__LXsxz nav>span{min-height:26px;padding-inline:6px;font-size:10px;gap:6px}.LandingHomePage_featureBentoPublicNavIcon__Pgj76{width:10px;height:10px}.LandingHomePage_featureBentoPublicSidebar__LXsxz b{height:32px;font-size:11px}.LandingHomePage_featureBentoPublicPageWindow__vh8g2{padding:14px 14px 36px}.LandingHomePage_featureBentoPublicHeroWidget__m7cXB{grid-template-columns:58px minmax(0,1fr);min-height:102px;padding:12px;gap:10px}.LandingHomePage_featureBentoPublicTutorAvatar__xBCBg{width:58px;height:58px;font-size:18px}.LandingHomePage_featureBentoPublicBookingCard__9Q2vS,.LandingHomePage_featureBentoPublicConnector__6gZXO,.LandingHomePage_featureBentoPublicPolicy__kpK3r{display:none}.LandingHomePage_featureBentoReminderPreview__ONNDH{left:22px;right:22px;top:var(--feature-bento-preview-top-shared);bottom:22px}.LandingHomePage_featureBentoReminderChannels__yfGVi{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.LandingHomePage_featureBentoReminderChannels__yfGVi strong{grid-column:1/-1}.LandingHomePage_featureBentoExpandButton__D1_dv{top:18px;right:18px;width:42px;height:42px}.LandingHomePage_featureBentoCardCompact__ktkIc .LandingHomePage_featureBentoCopy__aihnh,.LandingHomePage_featureBentoCardSide__K92pJ .LandingHomePage_featureBentoCopy__aihnh,.LandingHomePage_featureBentoCopy__aihnh{padding-right:48px}.LandingHomePage_featureBentoCardCompact__ktkIc .LandingHomePage_featureBentoCardTitle__RhcYw,.LandingHomePage_featureBentoCardTitle__RhcYw{font-size:24px}.LandingHomePage_featureBentoSchedulePreview____UTm{left:22px;right:-130px;top:var(--feature-bento-preview-top-shared);bottom:auto;margin-top:0;width:auto}.LandingHomePage_featureBentoScheduleBrowserFrame__ReriD{width:min(820px,calc(100vw + 280px))}.LandingHomePage_featureBentoStudentPreview__JFtGy{--feature-student-preview-scale:0.78;--feature-student-preview-hover-scale:0.79;left:22px;right:auto;top:var(--feature-bento-preview-top-shared);bottom:auto;width:640px;height:430px;transform-origin:0 0}.LandingHomePage_featureBentoStudentBrowserFrame__wOXmH{width:100%}.LandingHomePage_featureBentoStudentWindow__EQyT5{grid-template-columns:178px 462px}.LandingHomePage_featureBentoStudentSidebar__7Iqmr{padding:14px 12px}.LandingHomePage_featureBentoStudentMain__ol_gs{padding:12px 16px 18px}.LandingHomePage_featureBentoStudentActions__FWNGf{justify-content:flex-start}.LandingHomePage_featureBentoFinancePreview__vqgPu{margin-top:var(--feature-bento-finance-preview-margin-top);width:100%;max-width:360px}.LandingHomePage_featureBentoModalTitle__8eTcm{font-size:24px}.LandingHomePage_featureBentoModalList__OyVi3 li,.LandingHomePage_featureBentoModalText__V_Qla{font-size:14px}}.LandingHomePage_controlSection__7GlxS{padding:92px 24px 70px;background:transparent}.LandingHomePage_controlSectionInner__RpJO0{max-width:var(--lp-inner);margin:0 auto}.LandingHomePage_controlSectionHead__EJKGu{display:grid;grid-template-columns:minmax(0,.95fr) minmax(340px,.72fr);gap:48px;align-items:end}.LandingHomePage_controlTitle__a52bE{grid-column:1;margin:12px 0 0;max-width:660px;color:var(--lp-ink);font-size:48px;line-height:1.02;letter-spacing:0;font-weight:740}.LandingHomePage_controlText__fCBsa{grid-column:2;grid-row:1/span 2;margin:0;color:var(--lp-body);font-size:17px;line-height:1.55;letter-spacing:0}.LandingHomePage_controlGrid__tNGHj{margin-top:36px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.LandingHomePage_controlCard__KWsyB{min-height:236px;border:1px solid var(--lp-line);border-radius:8px;background:#fbfbfd;padding:20px}.LandingHomePage_controlNumber__1xavm{display:inline-flex;align-items:center;justify-content:center;width:34px;height:28px;border-radius:8px;background:#fff;color:var(--lp-muted);border:1px solid rgba(17,24,39,.08);font-size:12px;line-height:1;letter-spacing:0;font-weight:650}.LandingHomePage_controlCard__KWsyB h3{margin:54px 0 0;color:var(--lp-ink);font-size:24px;line-height:1.08;letter-spacing:0;font-weight:720}.LandingHomePage_controlCard__KWsyB p{margin:12px 0 0;color:var(--lp-body);font-size:15px;line-height:1.5;letter-spacing:0}.LandingHomePage_capabilitiesSection__I_Y81,.LandingHomePage_featuresContinuation__mbVyL,.LandingHomePage_integrationsSection__PUAiN,.LandingHomePage_scheduleSection__I3kLp,.LandingHomePage_tariffsSection__v1ddT{background:transparent}.LandingHomePage_featuresContinuation__mbVyL{padding-top:34px;overflow:hidden}.LandingHomePage_featureVisualWrapExpanded__LGbyU{overflow:hidden}.LandingHomePage_featureVisualImageExpanded__6tRUy{width:100%;max-width:100%}.LandingHomePage_featureVisualWrapScreen__h24m7{min-height:0;aspect-ratio:auto;border:0;border-radius:0;background:transparent;box-shadow:none;overflow:visible;padding-top:0;position:relative}.LandingHomePage_featureVisualWrapScreen__h24m7:after,.LandingHomePage_featureVisualWrapScreen__h24m7:before{display:none}.LandingHomePage_featureVisualImageScreen__gWTEP{width:100%;height:100%;min-height:0;-o-object-fit:contain;object-fit:contain;-o-object-position:left top;object-position:left top;opacity:1!important}.LandingHomePage_featureVisualWrapScreen__h24m7 .LandingHomePage_featureVisualImage__kYLOF{display:block;width:min(980px,76vw);max-width:none;height:auto;min-height:0;transform:translateX(clamp(20px,3vw,90px));transform-origin:left top}.LandingHomePage_capabilitiesCardPreview__CIW6_{border-bottom:1px solid hsla(0,0%,100%,.16);background:hsla(0,0%,100%,.1)}.LandingHomePage_capabilitiesCardPreview__CIW6_ img{-o-object-fit:cover;object-fit:cover;-o-object-position:left top;object-position:left top;opacity:1!important}.LandingHomePage_capabilitiesCardScreenImg__g8BFq{width:100%;height:104px;border:0;border-radius:0;-o-object-fit:contain;object-fit:contain;-o-object-position:left top;object-position:left top;background:transparent;opacity:1!important}.LandingHomePage_capabilitiesSection__I_Y81{padding:96px 24px 104px}.LandingHomePage_capabilitiesGrid__WqCNf{margin-top:42px;gap:14px}.LandingHomePage_capabilitiesCard__ear3R{min-height:326px;padding:32px 30px 28px;display:flex;flex-direction:column;justify-content:space-between;border-radius:8px;overflow:hidden}.LandingHomePage_capabilitiesCard__ear3R:first-child{min-height:586px;padding:38px 36px 34px;justify-content:space-between}.LandingHomePage_capabilitiesCard__ear3R:nth-child(2),.LandingHomePage_capabilitiesCard__ear3R:nth-child(3),.LandingHomePage_capabilitiesCard__ear3R:nth-child(4),.LandingHomePage_capabilitiesCard__ear3R:nth-child(5),.LandingHomePage_capabilitiesCard__ear3R:nth-child(6),.LandingHomePage_capabilitiesCard__ear3R:nth-child(7){min-height:326px}.LandingHomePage_capabilitiesIllustrationWrap__QXYvb{width:min(100px,82%);aspect-ratio:5/4;height:auto;display:flex;align-items:flex-start;justify-content:flex-start;flex:0 0 auto}.LandingHomePage_capabilitiesIllustration__TcvGz{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;-o-object-position:center;object-position:center;opacity:1!important}.LandingHomePage_capabilitiesCard__ear3R:first-child .LandingHomePage_capabilitiesIllustrationWrap__QXYvb{width:min(420px,100%);aspect-ratio:5/4;height:auto}.LandingHomePage_capabilitiesCard__ear3R:first-child .LandingHomePage_capabilitiesIllustration__TcvGz{width:100%;height:100%}.LandingHomePage_capabilitiesCardTitle__AHPKB{margin:32px 0 0;font-size:clamp(24px,2.4vw,36px);line-height:1.05;letter-spacing:0;font-weight:720}.LandingHomePage_capabilitiesCardText__MNdL7{margin:14px 0 0;max-width:480px;font-size:17px;line-height:1.42;letter-spacing:0}.LandingHomePage_capabilitiesCardDark__TUdot{background:#2d3038}.LandingHomePage_capabilitiesCardPurple__Z5EBV{background:#f1eaff;border-color:rgba(124,77,216,.12)}.LandingHomePage_capabilitiesCardGray__qZiDx{background:#eef1f4}.LandingHomePage_capabilitiesCardSoft__3gxL3{background:#eff9f3}.LandingHomePage_capabilitiesCardGreen__0nNTK{background:#e8f7ee}.LandingHomePage_capabilitiesLabel__hlnIN,.LandingHomePage_integrationsLabel__a_xam,.LandingHomePage_scheduleTag__RYA0k,.LandingHomePage_tariffsLabel__ODVDX{color:var(--lp-brand-solid);letter-spacing:0}.LandingHomePage_capabilitiesCard__ear3R,.LandingHomePage_featureRow__z6Pqd,.LandingHomePage_integrationsCard__eSojn,.LandingHomePage_tariffCard__H0Skg{border-radius:8px}.LandingHomePage_integrationsSection__PUAiN,.LandingHomePage_tariffsSection__v1ddT{background:transparent}.LandingHomePage_tariffsSection__v1ddT{padding:96px 24px 112px;border-top:1px solid rgba(17,24,39,.06);border-bottom:1px solid rgba(17,24,39,.06)}.LandingHomePage_tariffsInner__2ldlb{max-width:var(--lp-inner)}.LandingHomePage_tariffsLabel__ODVDX{margin:0}.LandingHomePage_tariffsTitle__WW3_s{margin:12px 0 0;max-width:680px;text-align:left;font-size:clamp(38px,4.2vw,58px);line-height:1.02;letter-spacing:0;font-weight:760}.LandingHomePage_tariffsSwitch__sw_Mh{width:-moz-fit-content;width:fit-content;margin:28px 0 0;padding:4px;justify-content:flex-start;gap:4px;border:1px solid var(--lp-line);border-radius:8px;background:#fff}.LandingHomePage_tariffsSwitchButton__BhLID{min-height:36px;border:0;border-radius:6px;padding:0 14px;background:transparent;color:var(--lp-body);font-size:13px;font-weight:650;letter-spacing:0}.LandingHomePage_tariffsSwitchButton__BhLID:hover{color:var(--lp-ink);background:#f6f7fb}.LandingHomePage_tariffsSwitchButtonActive__CsOn5,.LandingHomePage_tariffsSwitchButtonActive__CsOn5:hover{background:var(--lp-ink)}.LandingHomePage_tariffsGrid___SYGX{margin-top:28px;gap:12px;align-items:stretch}.LandingHomePage_tariffCard__H0Skg{min-height:100%;display:flex;flex-direction:column;border:1px solid var(--lp-line);border-radius:8px;background:#fff;box-shadow:none;overflow:hidden}.LandingHomePage_tariffCardFeatured__bepRT{background:linear-gradient(180deg,#fff,#f7f3ff);border-color:rgba(124,77,216,.36);box-shadow:0 18px 50px rgba(72,55,110,.1)}.LandingHomePage_tariffCardHead__8XJHG{padding:24px 24px 20px}.LandingHomePage_tariffTitleRow__YLT9f{min-height:28px;display:flex;align-items:center;justify-content:space-between;gap:12px}.LandingHomePage_tariffBadge__8RMH8{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;height:26px;padding:0 10px;border-radius:999px;background:rgba(124,77,216,.11);color:var(--lp-brand-solid);font-size:12px;line-height:1;font-weight:700;letter-spacing:0}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffName__keOQj,.LandingHomePage_tariffName__keOQj{color:var(--lp-ink);font-size:clamp(20px,1.6vw,24px);line-height:1.08;letter-spacing:0;font-weight:730}.LandingHomePage_tariffPriceRow__X2QQC{min-height:58px;margin-top:18px;align-items:baseline;gap:9px}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffPrice__OTy1f,.LandingHomePage_tariffPrice__OTy1f{color:var(--lp-ink);font-size:clamp(42px,4vw,52px);line-height:.96;letter-spacing:0;font-weight:760}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffPeriod__XaYT7,.LandingHomePage_tariffPeriod__XaYT7{max-width:150px;color:var(--lp-muted);font-size:13px;line-height:1.25;font-weight:600}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffSubtitle__zm_Gs,.LandingHomePage_tariffSubtitle__zm_Gs{color:var(--lp-mid);font-size:15px;line-height:1.3;font-weight:700}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffDescription__c42mS,.LandingHomePage_tariffDescription__c42mS{min-height:61px;color:var(--lp-body);font-size:14px;line-height:1.45}.LandingHomePage_tariffButtons__SYhCN{margin-top:20px;gap:10px}.LandingHomePage_tariffButtonPrimary__fiR6k,.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffButtonPrimary__fiR6k{height:44px;border-radius:8px;background:var(--lp-ink);color:#fff;font-size:14px;font-weight:700;box-shadow:none}.LandingHomePage_tariffButtonPrimary__fiR6k:hover,.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffButtonPrimary__fiR6k:hover{background:#000;opacity:1}.LandingHomePage_tariffButtonGhost__sA7J5,.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffButtonGhost__sA7J5{height:auto;min-height:0;padding:0;border:0;border-radius:0;justify-content:flex-start;background:transparent;color:var(--lp-muted);font-size:13px;line-height:1.35;font-weight:600}.LandingHomePage_tariffButtonGhost__sA7J5:hover,.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffButtonGhost__sA7J5:hover{background:transparent;color:var(--lp-body)}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffFeaturesBlock___B_bX,.LandingHomePage_tariffFeaturesBlock___B_bX{flex:1 1 auto;padding:20px 24px 24px;border-top:1px solid rgba(17,24,39,.08);background:rgba(251,251,253,.72)}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffFeaturesTitle__0Pyjb,.LandingHomePage_tariffFeaturesTitle__0Pyjb{color:var(--lp-muted);font-size:11px;line-height:1;letter-spacing:0;font-weight:750}.LandingHomePage_tariffFeaturesList__IeCwo{margin-top:14px;gap:10px}.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffFeatureItem__x5lDu,.LandingHomePage_tariffFeatureItem__x5lDu{padding-left:24px;color:var(--lp-body);font-size:14px;line-height:1.42}.LandingHomePage_tariffFeatureItem__x5lDu:before{top:2px;width:16px;height:16px;border-radius:5px;background:rgba(47,159,93,.12);border:1px solid rgba(47,159,93,.2)}.LandingHomePage_tariffFeatureItem__x5lDu:after{content:"";position:absolute;left:5px;top:6px;width:6px;height:3px;border-left:1.5px solid var(--lp-green-solid);border-bottom:1.5px solid var(--lp-green-solid);transform:rotate(-45deg)}@media (max-width:1180px){.LandingHomePage_hero__My1XY{grid-template-columns:1fr;grid-template-areas:"copy" "stage";row-gap:28px;align-items:start;padding-top:72px}.LandingHomePage_heroCopy__FAhyc{width:100%}.LandingHomePage_heroTitle__bHPl3{font-size:56px}.LandingHomePage_productStage__RgqeJ{margin-top:34px;min-height:620px;width:100%;min-width:0;justify-content:flex-end}.LandingHomePage_featureVisualWrapScreen__h24m7 .LandingHomePage_featureVisualImage__kYLOF,.LandingHomePage_productScreen__QeaBZ{width:min(920px,112vw);transform:translateX(54px)}}@media (max-width:900px){.LandingHomePage_heroSurface__DfxPu{padding:18px 16px 48px}.LandingHomePage_desktopFrame__NzNzq{min-height:auto}.LandingHomePage_header__EGz4B{height:auto;grid-template-columns:1fr;gap:14px}.LandingHomePage_nav__e6LSP{justify-content:flex-start;gap:20px;overflow-x:auto;scrollbar-width:none}.LandingHomePage_nav__e6LSP::-webkit-scrollbar{display:none}.LandingHomePage_hero__My1XY{min-height:auto;padding:58px 0 24px}.LandingHomePage_heroTitle__bHPl3{width:100%;font-size:44px;line-height:1.02}.LandingHomePage_heroSubtitle__KEyTu{font-size:16px}.LandingHomePage_productStage__RgqeJ{min-height:500px;width:100%;min-width:0;justify-content:flex-end}.LandingHomePage_featureVisualWrapScreen__h24m7 .LandingHomePage_featureVisualImage__kYLOF,.LandingHomePage_productScreen__QeaBZ{width:min(860px,170vw);transform:translateX(76px)}.LandingHomePage_featureVisualWrapScreen__h24m7{aspect-ratio:auto}.LandingHomePage_featureVisualImageScreen__gWTEP{height:auto}.LandingHomePage_productFloatCardTop__Qi0a_{top:28px;right:0}.LandingHomePage_productFloatCardBottom__C_fr8{left:0;bottom:76px}.LandingHomePage_productMetrics__fUfTE{left:0;right:0;bottom:0}.LandingHomePage_controlSection__7GlxS{padding:68px 16px 46px}.LandingHomePage_controlSectionHead__EJKGu{grid-template-columns:1fr;gap:16px}.LandingHomePage_controlText__fCBsa,.LandingHomePage_controlTitle__a52bE{grid-column:auto;grid-row:auto}.LandingHomePage_controlTitle__a52bE{font-size:36px}.LandingHomePage_controlGrid__tNGHj{grid-template-columns:repeat(2,minmax(0,1fr))}.LandingHomePage_capabilitiesGrid__WqCNf{grid-template-columns:1fr;grid-template-areas:none}.LandingHomePage_capabilitiesCard__ear3R,.LandingHomePage_capabilitiesCard__ear3R:first-child,.LandingHomePage_capabilitiesCard__ear3R:nth-child(2),.LandingHomePage_capabilitiesCard__ear3R:nth-child(3),.LandingHomePage_capabilitiesCard__ear3R:nth-child(4),.LandingHomePage_capabilitiesCard__ear3R:nth-child(5),.LandingHomePage_capabilitiesCard__ear3R:nth-child(6),.LandingHomePage_capabilitiesCard__ear3R:nth-child(7){grid-area:auto;min-height:278px;padding:28px 24px 24px}.LandingHomePage_capabilitiesCard__ear3R:first-child .LandingHomePage_capabilitiesIllustrationWrap__QXYvb,.LandingHomePage_capabilitiesCard__ear3R:first-child .LandingHomePage_capabilitiesIllustration__TcvGz,.LandingHomePage_capabilitiesIllustrationWrap__QXYvb,.LandingHomePage_capabilitiesIllustration__TcvGz{width:min(210px,74%);aspect-ratio:5/4;height:auto}}@media (max-width:560px){.LandingHomePage_desktopFrame__NzNzq,.LandingHomePage_heroSurface__DfxPu,.LandingHomePage_hero__My1XY,.LandingHomePage_page__yQTSE{width:100%;max-width:100%;overflow-x:hidden}.LandingHomePage_heroTitle__bHPl3{font-size:38px}.LandingHomePage_heroKicker__SpXYc{max-width:100%;white-space:normal;line-height:1.25}.LandingHomePage_heroActions__q_357{align-items:stretch}.LandingHomePage_heroButton__jej9p{width:100%}.LandingHomePage_productStage__RgqeJ{min-height:360px;width:100%;min-width:0;align-items:center;justify-content:flex-end;padding-top:18px}.LandingHomePage_featureVisualWrapScreen__h24m7 .LandingHomePage_featureVisualImage__kYLOF,.LandingHomePage_productScreen__QeaBZ{width:min(820px,210vw);transform:translateX(96px)}.LandingHomePage_productScreenImage__VKXdQ{height:auto}.LandingHomePage_featureVisualWrapScreen__h24m7{aspect-ratio:auto}.LandingHomePage_productFloatCard__d78BX{width:170px;padding:12px}.LandingHomePage_productFloatCardTop__Qi0a_{top:0;right:0}.LandingHomePage_productFloatCardBottom__C_fr8{width:200px;bottom:126px}.LandingHomePage_productMetrics__fUfTE{grid-template-columns:1fr;gap:6px}.LandingHomePage_productMetric__BszJU{min-height:58px;display:flex;align-items:center;justify-content:space-between;gap:12px}.LandingHomePage_productMetric__BszJU strong{margin-top:0;font-size:18px}.LandingHomePage_controlGrid__tNGHj{grid-template-columns:1fr}.LandingHomePage_controlCard__KWsyB{min-height:184px}.LandingHomePage_controlCard__KWsyB h3{margin-top:36px}.LandingHomePage_capabilitiesSection__I_Y81{padding:56px 14px 72px}.LandingHomePage_capabilitiesGrid__WqCNf{margin-top:28px;gap:10px}.LandingHomePage_capabilitiesCard__ear3R,.LandingHomePage_capabilitiesCard__ear3R:first-child{min-height:246px;padding:24px 20px 22px}.LandingHomePage_capabilitiesCard__ear3R:first-child .LandingHomePage_capabilitiesIllustrationWrap__QXYvb,.LandingHomePage_capabilitiesCard__ear3R:first-child .LandingHomePage_capabilitiesIllustration__TcvGz,.LandingHomePage_capabilitiesIllustrationWrap__QXYvb,.LandingHomePage_capabilitiesIllustration__TcvGz{width:min(190px,76%);aspect-ratio:5/4;height:auto}.LandingHomePage_capabilitiesCardTitle__AHPKB{font-size:26px}.LandingHomePage_capabilitiesCardText__MNdL7{font-size:15px}}.LandingHomePage_page__yQTSE{--lp-brand-solid:var(--accent);--lp-green-solid:var(--repeto-status-success,#22c55e);--lp-wash:color-mix(in srgb,var(--surface-page,#f9fafd) 70%,#fff 30%);--lp-line:color-mix(in srgb,var(--text-primary,#141414) 12%,transparent)}.LandingHomePage_headerButton__RxzQu,.LandingHomePage_heroButton__jej9p,.LandingHomePage_tariffButtonPrimary__fiR6k,.LandingHomePage_tariffsSwitchButton__BhLID{border-radius:10px}.LandingHomePage_headerButtonPrimary__z4HoM,.LandingHomePage_heroButtonPrimary___GiE4,.LandingHomePage_tariffButtonPrimary__fiR6k,.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffButtonPrimary__fiR6k{background:var(--accent);color:var(--repeto-on-brand,#fff)}.LandingHomePage_headerButtonPrimary__z4HoM:hover,.LandingHomePage_heroButtonPrimary___GiE4:hover,.LandingHomePage_tariffButtonPrimary__fiR6k:hover,.LandingHomePage_tariffCardFeatured__bepRT .LandingHomePage_tariffButtonPrimary__fiR6k:hover{background:var(--accent-hover);color:var(--repeto-on-brand,#fff);opacity:1}.LandingHomePage_stickyHeader__B3EPe .LandingHomePage_headerButtonPrimary__z4HoM{background:var(--accent);color:var(--repeto-on-brand,#fff)}.LandingHomePage_stickyHeader__B3EPe .LandingHomePage_headerButtonPrimary__z4HoM:hover{background:var(--accent-hover)}.LandingHomePage_headerButtonGhost__IiDta,.LandingHomePage_heroButtonGhost__aPZii,.LandingHomePage_stickyHeader__B3EPe .LandingHomePage_headerButtonGhost__IiDta{border-color:var(--lp-line);color:var(--lp-ink)}.LandingHomePage_capabilitiesLabel__hlnIN,.LandingHomePage_comparisonLabel__unfEN,.LandingHomePage_faqLabel__N6mws,.LandingHomePage_heroKicker__SpXYc,.LandingHomePage_integrationsLabel__a_xam,.LandingHomePage_reviewsLabel__i_IVy,.LandingHomePage_scheduleTag__RYA0k,.LandingHomePage_stepsLabel__t0LQ5,.LandingHomePage_tariffsLabel__ODVDX{color:var(--accent)}.LandingHomePage_tariffsSwitchButtonActive__CsOn5,.LandingHomePage_tariffsSwitchButtonActive__CsOn5:hover{background:var(--accent);color:#fff}.LandingHomePage_tariffCardFeatured__bepRT{background:linear-gradient(180deg,#fff 0,color-mix(in srgb,var(--accent) 8%,#fff) 100%);border-color:color-mix(in srgb,var(--accent) 36%,transparent);box-shadow:0 18px 50px color-mix(in srgb,var(--accent) 18%,transparent)}.LandingHomePage_tariffBadge__8RMH8{background:color-mix(in srgb,var(--accent) 12%,transparent);color:var(--accent)}.LandingHomePage_capabilitiesCardPurple__Z5EBV{background:color-mix(in srgb,var(--accent) 7%,#fff);border-color:color-mix(in srgb,var(--accent) 18%,transparent)}.LandingHomePage_capabilitiesCardDark__TUdot{background:linear-gradient(165deg,#0f3f75,#0b2f5a)}.LandingHomePage_capabilitiesCardSoft__3gxL3{background:#f6f9fc}.LandingHomePage_capabilitiesCard__ear3R,.LandingHomePage_featureRow__z6Pqd,.LandingHomePage_integrationsCard__eSojn,.LandingHomePage_tariffCard__H0Skg{border-radius:12px}.LandingHomePage_showcaseSection__xOjis{padding:96px 20px;background:transparent;position:relative}.LandingHomePage_showcaseInner__JnfHL{max-width:var(--lp-inner);margin:0 auto}.LandingHomePage_showcaseLabel___Ub_4{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto;color:var(--accent);font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.LandingHomePage_showcaseTitle___AAt0{margin:14px 0 12px;text-align:center;color:var(--lp-ink);font-size:40px;line-height:1.12;font-weight:700;letter-spacing:-.02em}.LandingHomePage_showcaseSubtitle__0sppq{margin:0 auto 48px;max-width:620px;text-align:center;color:var(--lp-body);font-size:16px;line-height:1.55}.LandingHomePage_showcaseGrid__Zxly1{display:grid;grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(0,auto);gap:20px}.LandingHomePage_showcaseCard__8d_gJ{position:relative;background:#fff;border:1px solid #e6e8ee;border-radius:16px;padding:24px;box-shadow:0 1px 0 hsla(0,0%,8%,.02),0 16px 40px -28px rgba(20,33,60,.18);display:flex;flex-direction:column;overflow:hidden;transition:transform .2s ease,box-shadow .2s ease}.LandingHomePage_showcaseCardCopy__4G2Sv{margin-top:14px;padding-top:14px;border-top:1px solid #edf1f6}.LandingHomePage_showcaseCardCopyTitle__2U_j_{margin:0;color:var(--lp-ink);font-size:16px;line-height:1.3;font-weight:600;letter-spacing:-.01em}.LandingHomePage_showcaseCardCopyText__1wtxt{margin:8px 0 0;color:var(--lp-body);font-size:14px;line-height:1.5}.LandingHomePage_showcaseCard__8d_gJ:hover{transform:translateY(-2px);box-shadow:0 1px 0 hsla(0,0%,8%,.02),0 24px 48px -24px rgba(20,33,60,.22)}.LandingHomePage_bentoCardWide__nh4Ec{grid-column:span 7;min-height:380px}.LandingHomePage_bentoCardTall__okmxz{grid-column:span 5;min-height:380px}.LandingHomePage_bentoCardCompact__gw6YY{grid-column:span 4;min-height:276px}.LandingHomePage_bentoCardDark__AMpjQ{background:linear-gradient(160deg,#0f3f75,#0b2f5a);border-color:transparent;box-shadow:0 24px 48px -28px rgba(11,47,90,.52)}.LandingHomePage_bentoCardMeta__Br2hb{display:flex;flex-direction:column;gap:10px}.LandingHomePage_bentoCardTag___wIyI{display:inline-flex;width:-moz-fit-content;width:fit-content;align-items:center;padding:7px 10px;border-radius:999px;background:#eef4fb;color:var(--accent);font-size:12px;font-weight:600;line-height:1;text-transform:uppercase;letter-spacing:.05em}.LandingHomePage_bentoCardTitle__bj0A9{margin:0;color:var(--lp-ink);font-size:clamp(22px,2.2vw,34px);line-height:1.12;font-weight:700;letter-spacing:-.02em}.LandingHomePage_bentoCardText__RTwB_{margin:0;color:var(--lp-body);font-size:15px;line-height:1.55}.LandingHomePage_bentoCardVisual__Cg_e8{margin-top:20px;min-height:160px;border-radius:20px;overflow:hidden;background:#f2f5fa;border:1px solid #e6ebf3;display:flex;align-items:center;justify-content:center}.LandingHomePage_bentoCardImage__0gHgk{width:100%;height:100%;display:block;-o-object-fit:contain;object-fit:contain}.LandingHomePage_showcaseFilesWidget__jUW1x{width:100%;max-width:100%;min-width:0;margin-top:0;padding:10px 12px;border-radius:14px;border:1px solid #d9e2ee;background:#f3f7fb;display:flex;flex-direction:column;gap:8px;align-self:stretch;overflow:hidden;pointer-events:none;max-height:136px}.LandingHomePage_showcaseFilesSimpleHead__S7eKZ{display:flex;align-items:center;justify-content:space-between;gap:8px}.LandingHomePage_showcaseFilesSimpleProvider__jzQI4{font-size:11px;font-weight:600;line-height:1.2;color:#3f5b7a}.LandingHomePage_showcaseFilesSimpleCount__nXYVt{font-size:11px;line-height:1.2;color:#718198}.LandingHomePage_showcaseFilesSimpleList__prRH4{margin:0;padding:0;list-style:none;display:grid;gap:6px}.LandingHomePage_showcaseFilesSimpleItem__iWWG4{display:flex;align-items:center;-moz-column-gap:8px;column-gap:8px;min-width:0;padding:3px 0}.LandingHomePage_showcaseFilesSimpleIcon__rHQn2{width:18px;height:18px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.LandingHomePage_showcaseFilesSimpleMain__MgQxl{min-width:0;display:flex;flex-direction:column;gap:2px}.LandingHomePage_showcaseFilesSimpleName__1107S{font-size:12px;line-height:1.2;color:#26374d;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.LandingHomePage_showcaseFilesSimpleMeta__Tms5p{font-size:10px;line-height:1.2;color:#8392a7;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.LandingHomePage_bentoCardMaterials__SigGl{padding-bottom:0}.LandingHomePage_bentoCardMaterials__SigGl .LandingHomePage_bentoCardList__jno3r{order:2;margin-top:14px}.LandingHomePage_bentoCardMaterials__SigGl .LandingHomePage_bentoCardVisual__Cg_e8{order:3;margin-top:auto;min-height:114px;border:0;background:transparent;overflow:visible;align-items:flex-end;justify-content:stretch}.LandingHomePage_bentoCardAnalytics__0ZM9Q{padding-bottom:0}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_bentoCardList__jno3r{order:2;margin-top:14px}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_bentoCardVisual__Cg_e8{order:3;margin-top:auto;margin-bottom:8px;min-height:114px;border:0;background:transparent;overflow:visible;align-items:stretch;justify-content:stretch}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh{margin-top:0;padding:0;border:0;border-radius:0;background:transparent;width:100%!important;min-width:0;align-self:stretch}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .g-card,.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart-card{width:100%!important;border:0!important;border-radius:0!important;box-shadow:none!important;background:transparent!important}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__header,.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__title-group,.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__total{display:none!important}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__body{min-height:108px;gap:6px;padding:4px 6px 0!important;align-items:stretch!important}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__columns{min-height:84px;gap:8px;width:100%;align-self:stretch}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__col{align-items:stretch;gap:4px}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__bar-wrap{width:100%;max-width:none;flex:0 0 64px}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__bar{border-radius:8px;gap:1px}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__seg{cursor:pointer!important}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__col-total{font-size:11px;line-height:1.1}.LandingHomePage_bentoCardAnalytics__0ZM9Q .LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__col-label{font-size:11px;line-height:1.15}.LandingHomePage_bentoCardList__jno3r{list-style:none;margin:18px 0 0;padding:0;display:grid;gap:8px}.LandingHomePage_bentoCardList__jno3r li{position:relative;padding-left:16px;color:var(--lp-body);font-size:14px;line-height:1.48}.LandingHomePage_bentoCardList__jno3r li:before{content:"";position:absolute;left:0;top:7px;width:6px;height:6px;border-radius:999px;background:var(--accent)}.LandingHomePage_bentoCardDark__AMpjQ .LandingHomePage_bentoCardTag___wIyI{background:hsla(0,0%,100%,.12);color:#fff}.LandingHomePage_bentoCardDark__AMpjQ .LandingHomePage_bentoCardTitle__bj0A9{color:#fff}.LandingHomePage_bentoCardDark__AMpjQ .LandingHomePage_bentoCardList__jno3r li,.LandingHomePage_bentoCardDark__AMpjQ .LandingHomePage_bentoCardText__RTwB_{color:hsla(0,0%,100%,.84)}.LandingHomePage_bentoCardDark__AMpjQ .LandingHomePage_bentoCardVisual__Cg_e8{background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.14)}.LandingHomePage_bentoCardDark__AMpjQ .LandingHomePage_bentoCardList__jno3r li:before{background:#00aa8d}.LandingHomePage_bentoCardStudentScreenshot__wZD7t{padding-bottom:0}.LandingHomePage_bentoCardStudentScreenshot__wZD7t .LandingHomePage_bentoCardList__jno3r{order:2;margin-top:16px}.LandingHomePage_bentoCardStudentScreenshot__wZD7t .LandingHomePage_bentoCardVisual__Cg_e8{order:3;margin-top:auto;margin-bottom:0;min-height:clamp(166px,17vw,220px);position:relative;border:0;background:transparent;overflow:visible;align-items:stretch;justify-content:flex-start}.LandingHomePage_bentoCardStudentScreenshot__wZD7t .LandingHomePage_bentoCardImage__0gHgk{position:absolute;top:0;left:0;width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:22px;border:1px solid #d2dbe8;box-shadow:0 20px 44px -24px rgba(15,23,42,.35),0 0 0 1px rgba(230,236,245,.8);transform-origin:top left;transform:translateY(120px) scale(1.24)}.LandingHomePage_showcaseCardIncome__CgjHI{grid-column:span 7;min-height:360px;background:#f2f4f8;border-color:#e0e5ee;padding:16px}.LandingHomePage_showcaseCardToday__Oa3I_{grid-column:span 5;min-height:320px;padding:16px;background:#f2f4f8;border-color:#e0e5ee}.LandingHomePage_showcaseCardWeek__9QmVl{grid-column:span 5;min-height:260px}.LandingHomePage_showcaseCardBars__ycak_{grid-column:span 4;min-height:260px}.LandingHomePage_showcaseCardIntegrations__CGWC_{grid-column:span 3;min-height:260px}.LandingHomePage_showcaseCardPwa__ajLPZ{grid-column:span 12;min-height:200px}.LandingHomePage_showcaseCardHead__98QMy{display:flex;align-items:flex-start;justify-content:space-between;gap:12px;margin-bottom:16px}.LandingHomePage_showcaseCardKicker__8YREY{margin:0 0 6px;color:#6b7280;font-size:12px;font-weight:600;letter-spacing:.04em;text-transform:uppercase}.LandingHomePage_showcaseCardValue__47rLI{margin:0;color:var(--lp-ink);font-size:32px;font-weight:700;letter-spacing:-.02em;line-height:1}.LandingHomePage_showcaseCardValue__47rLI span{margin-left:4px;color:#9aa1ad;font-size:18px;font-weight:600}.LandingHomePage_showcaseCardSubvalue__MOKtC{margin:0;color:var(--lp-body);font-size:14px}.LandingHomePage_showcaseCardDelta__PJILG{margin:6px 0 0;color:#16a34a;font-size:13px;font-weight:600}.LandingHomePage_showcaseChip__V2aDy{padding:6px 10px;border-radius:999px;background:#eef2f8;color:#475569;font-size:12px;font-weight:600}.LandingHomePage_showcaseIncomeWidget__SonZh{margin-top:8px;padding:10px;border-radius:18px;background:#e8edf3;border:1px solid #dbe3ee;--chart-brand:#005bac;--chart-lavender:#2d7fbe;--chart-info:#5a9dd1;--chart-success:#87b9e0;--chart-warning:#b3d5ee;--chart-brand-soft:#9cc4e3}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-students-card{margin:0}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart-card{position:relative;overflow:hidden;border-radius:18px!important}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__header{display:flex;align-items:flex-start;justify-content:space-between;gap:12px}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__title-group{display:flex;flex-direction:column;gap:2px;min-width:0}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__total{font-size:22px;line-height:28px;font-weight:600;color:var(--lp-title);font-variant-numeric:tabular-nums;letter-spacing:-.01em;white-space:nowrap}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__seg{all:unset;box-sizing:border-box;width:100%;min-height:6px;cursor:default!important;border-radius:6px;transition:filter .14s ease,transform .14s ease}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__seg:hover{filter:none!important;transform:none!important}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__body{padding:18px 20px 6px!important;display:flex;flex-direction:column;justify-content:flex-end;flex:1 1 auto;gap:16px;min-height:240px}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__columns{display:grid;grid-template-columns:repeat(3,1fr);gap:20px;align-items:end;height:100%;min-height:200px;margin-top:auto;position:relative;isolation:isolate}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__links{position:absolute;inset:0;width:100%;height:100%;z-index:1;pointer-events:none}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__col{display:flex;flex-direction:column;align-items:center;justify-content:flex-end;gap:8px;height:100%;min-width:0;position:relative;z-index:2}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__col-total{font-size:13px;font-weight:600;color:var(--lp-title);font-variant-numeric:tabular-nums;white-space:nowrap}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__bar-wrap{flex:1;width:100%;max-width:72px;display:flex;align-items:flex-end;justify-content:center}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__bar{width:100%;display:flex;flex-direction:column-reverse;gap:2px;border-radius:10px;overflow:hidden;min-height:4px;background:transparent}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__bar--placeholder{background:#f2f5fa;border:1px solid #dfe6f1;padding:2px;gap:2px}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__seg-placeholder{display:block;width:100%;border-radius:4px;background:#dbe4f0}.LandingHomePage_showcaseIncomeWidget__SonZh .repeto-income-chart__col-label{font-size:12px;font-weight:500;color:var(--lp-body);letter-spacing:-.005em}.LandingHomePage_showcaseTodaySchedule__Mw7z7{margin-top:8px;padding:10px;border-radius:18px;background:#e8edf3;border:1px solid #dbe3ee}.LandingHomePage_showcaseTodaySchedule__Mw7z7 .g-card{border-radius:18px;border:1px solid #edf0f4;box-shadow:none}.LandingHomePage_showcaseTodaySchedule__Mw7z7 .repeto-week-lesson-row{color:inherit;cursor:default;text-decoration:none;border-radius:10px}.LandingHomePage_showcaseTodaySchedule__Mw7z7 .repeto-week-lesson-row:hover{background:transparent}.LandingHomePage_showcaseTodaySchedule__Mw7z7 .repeto-card-header{padding:16px 20px 10px}.LandingHomePage_showcaseTodaySchedule__Mw7z7 .repeto-week-lesson-row{gap:10px;padding:8px 16px}.LandingHomePage_showcaseTodaySchedule__Mw7z7 .repeto-week-lesson-row .g-avatar{width:44px;height:44px;min-width:44px;min-height:44px}.LandingHomePage_showcaseTodaySchedule__Mw7z7 .repeto-week-lesson-row .g-text_variant_body-2{font-size:17px;line-height:1.25}.LandingHomePage_showcaseTodaySchedule__Mw7z7 .repeto-week-lesson-row .g-text_variant_body-1{font-size:14px;line-height:1.25}.LandingHomePage_showcaseTodaySchedule__Mw7z7 .repeto-week-lesson-row .g-label{border-radius:12px;padding-inline:12px}.LandingHomePage_showcaseTodayChevron__ysZEq{opacity:.6;pointer-events:none}.LandingHomePage_showcaseDot__X_uoO{width:8px;height:8px;border-radius:999px;background:var(--accent);box-shadow:0 0 0 4px color-mix(in srgb,var(--accent) 18%,transparent)}.LandingHomePage_showcaseChartWrap___qNuY{position:relative;flex:1 1 auto;margin-top:8px;min-height:160px}.LandingHomePage_showcaseChartSvg__xCyl4{width:100%;height:100%;display:block}.LandingHomePage_showcaseTooltip__btg0M{position:absolute;top:18%;left:64%;transform:translate(-50%,-100%);background:#0f172a;color:#fff;padding:8px 12px;border-radius:10px;font-size:12px;line-height:1.3;box-shadow:0 12px 24px -12px rgba(15,23,42,.4);white-space:nowrap}.LandingHomePage_showcaseTooltip__btg0M p{margin:0;opacity:.7;font-size:11px}.LandingHomePage_showcaseTooltip__btg0M strong{font-weight:700}.LandingHomePage_showcaseChartLegend__LlY4_{display:flex;justify-content:space-between;margin-top:8px;color:#9aa1ad;font-size:11px;font-weight:500}.LandingHomePage_showcaseTodayList__sdpYR{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;flex:1 1 auto}.LandingHomePage_showcaseTodayList__sdpYR li{display:grid;grid-template-columns:48px 32px 1fr auto;align-items:center;gap:10px;padding:10px 12px;background:#f8fafc;border-radius:12px;font-size:13px}.LandingHomePage_showcaseTime__oRTXe{color:var(--lp-ink);font-weight:600;font-variant-numeric:tabular-nums}.LandingHomePage_showcaseAvatar__FpCA5{width:32px;height:32px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700;letter-spacing:.02em}.LandingHomePage_showcaseAvatar__FpCA5[data-tone=blue]{background:linear-gradient(135deg,#3b82f6,#1e40af)}.LandingHomePage_showcaseAvatar__FpCA5[data-tone=violet]{background:linear-gradient(135deg,#8b5cf6,#6d28d9)}.LandingHomePage_showcaseAvatar__FpCA5[data-tone=amber]{background:linear-gradient(135deg,#f59e0b,#b45309)}.LandingHomePage_showcaseAvatar__FpCA5[data-tone=green]{background:linear-gradient(135deg,#10b981,#047857)}.LandingHomePage_showcaseTodayName__0mtvy{display:flex;flex-direction:column;color:var(--lp-ink);font-weight:600;line-height:1.25;min-width:0}.LandingHomePage_showcaseTodayName__0mtvy em{font-style:normal;color:#6b7280;font-weight:500;font-size:12px}.LandingHomePage_showcaseStatus__Fy9hT{padding:4px 10px;border-radius:999px;background:#eef2f8;color:#475569;font-size:11px;font-weight:600;white-space:nowrap}.LandingHomePage_showcaseStatusDone__AnKwZ{background:#dcfce7;color:#15803d}.LandingHomePage_showcaseStatusNow__WEHY9{background:color-mix(in srgb,var(--accent) 14%,#fff);color:var(--accent)}.LandingHomePage_showcaseWeekGrid__EZZno{display:grid;grid-template-columns:repeat(7,1fr);gap:8px;flex:1 1 auto;align-items:end}.LandingHomePage_showcaseWeekCol__ibQTA{display:flex;flex-direction:column;gap:8px;align-items:stretch}.LandingHomePage_showcaseWeekDay__P44si{color:#9aa1ad;font-size:11px;font-weight:600;text-align:center;text-transform:uppercase}.LandingHomePage_showcaseWeekSlots__3TSLo{display:flex;flex-direction:column;gap:4px}.LandingHomePage_showcaseWeekSlot__vTNAP{height:14px;border-radius:4px;background:#eef1f6}.LandingHomePage_showcaseWeekSlotFilled__hc_OC{background:color-mix(in srgb,var(--accent) 20%,#fff)}.LandingHomePage_showcaseWeekSlotAccent__1wj3f{background:var(--accent);box-shadow:0 0 0 2px color-mix(in srgb,var(--accent) 22%,transparent)}.LandingHomePage_showcaseBars__8av_3{display:flex;align-items:flex-end;gap:14px;flex:1 1 auto;padding-top:16px}.LandingHomePage_showcaseBarCol__86ype{flex:1;display:flex;flex-direction:column;gap:8px;align-items:center;height:100%}.LandingHomePage_showcaseBar__MHjnl{width:100%;border-radius:8px 8px 4px 4px;background:linear-gradient(180deg,var(--accent) 0,color-mix(in srgb,var(--accent) 70%,#fff) 100%);min-height:8px}.LandingHomePage_showcaseBarCol__86ype:nth-child(4) .LandingHomePage_showcaseBar__MHjnl{background:linear-gradient(180deg,#0f172a,#334155)}.LandingHomePage_showcaseBarCol__86ype span{color:#9aa1ad;font-size:11px;font-weight:600}.LandingHomePage_showcaseIntegrations__pbM33{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px;flex:1 1 auto}.LandingHomePage_showcaseIntegrations__pbM33 li{display:grid;grid-template-columns:36px 1fr;grid-template-rows:auto auto;-moz-column-gap:12px;column-gap:12px;align-items:center;padding:10px 12px;background:#f8fafc;border-radius:12px;font-size:13px;color:var(--lp-ink);font-weight:600}.LandingHomePage_showcaseIntegrations__pbM33 li em{grid-column:2;grid-row:2;font-style:normal;color:#6b7280;font-weight:500;font-size:12px}.LandingHomePage_showcaseIntBadge__CoDXM{grid-row:1/span 2;width:36px;height:36px;border-radius:999px;display:inline-flex;align-items:center;justify-content:center;color:#fff;font-size:11px;font-weight:700}.LandingHomePage_showcaseIntBadge__CoDXM[data-svc=tg]{background:linear-gradient(135deg,#2aabee,#229ed9)}.LandingHomePage_showcaseIntBadge__CoDXM[data-svc=wa]{background:linear-gradient(135deg,#25d366,#128c7e)}.LandingHomePage_showcaseIntBadge__CoDXM[data-svc=yk]{background:linear-gradient(135deg,#5b21b6,#7c3aed)}.LandingHomePage_showcaseIntBadge__CoDXM[data-svc=gc]{background:linear-gradient(135deg,#4285f4,#1a73e8)}@media (max-width:1024px){.LandingHomePage_showcaseGrid__Zxly1{gap:16px}.LandingHomePage_bentoCardTall__okmxz,.LandingHomePage_bentoCardWide__nh4Ec{grid-column:span 12}.LandingHomePage_bentoCardCompact__gw6YY{grid-column:span 6}.LandingHomePage_showcaseCardIncome__CgjHI{grid-column:span 12;min-height:280px}.LandingHomePage_showcaseCardToday__Oa3I_,.LandingHomePage_showcaseCardWeek__9QmVl{grid-column:span 12}.LandingHomePage_showcaseCardBars__ycak_,.LandingHomePage_showcaseCardIntegrations__CGWC_{grid-column:span 6}.LandingHomePage_showcaseCardPwa__ajLPZ{grid-column:span 12}}@media (max-width:640px){.LandingHomePage_showcaseSection__xOjis{padding:64px 16px}.LandingHomePage_showcaseTitle___AAt0{font-size:28px}.LandingHomePage_integrationsSubtitle__CYAhr{font-size:15px}.LandingHomePage_bentoCardCompact__gw6YY{grid-column:span 12}.LandingHomePage_bentoCardTitle__bj0A9{font-size:24px}.LandingHomePage_showcaseCardBars__ycak_,.LandingHomePage_showcaseCardIntegrations__CGWC_,.LandingHomePage_showcaseCardPwa__ajLPZ{grid-column:span 12}.LandingHomePage_showcaseCardValue__47rLI{font-size:26px}.LandingHomePage_showcaseTodaySchedule__Mw7z7 .repeto-week-lesson-row{padding-inline:12px}}.LandingHomePage_showcasePwaBody__2nrhF{display:grid;grid-template-columns:minmax(0,1.15fr) minmax(0,1fr);gap:18px;margin-top:6px;align-items:start}.LandingHomePage_showcasePwaBody__2nrhF p{margin:0;color:var(--lp-body);font-size:15px;line-height:1.55}.LandingHomePage_showcasePwaList__94nJb{margin:0;padding:0;list-style:none;display:grid;gap:8px}.LandingHomePage_showcasePwaList__94nJb li{position:relative;padding-left:18px;color:var(--lp-mid);font-size:14px;line-height:1.45}.LandingHomePage_showcasePwaList__94nJb li:before{content:"";position:absolute;left:0;top:7px;width:7px;height:7px;border-radius:50%;background:var(--accent)}.LandingHomePage_stepsSection__cLCWY{padding:92px 20px;background:#fff}.LandingHomePage_comparisonInner__4WOEt,.LandingHomePage_faqInner__BBApr,.LandingHomePage_finalCtaInner__t6x2w,.LandingHomePage_reviewsInner__3LMJl,.LandingHomePage_stepsInner__pH_uB{max-width:var(--lp-inner);margin:0 auto}.LandingHomePage_comparisonLabel__unfEN,.LandingHomePage_faqLabel__N6mws,.LandingHomePage_reviewsLabel__i_IVy,.LandingHomePage_stepsLabel__t0LQ5{display:block;width:-moz-fit-content;width:fit-content;margin:0 auto;font-size:13px;font-weight:600;text-transform:uppercase;letter-spacing:.08em}.LandingHomePage_comparisonTitle__PgoRu,.LandingHomePage_faqTitle__CoGad,.LandingHomePage_reviewsTitle___Gr3U,.LandingHomePage_stepsTitle__gzHNU{margin:14px auto 0;max-width:860px;text-align:center;color:var(--lp-ink);font-size:clamp(30px,3.6vw,50px);line-height:1.04;letter-spacing:-.02em;font-weight:740}.LandingHomePage_stepsGrid__CVbf_{margin-top:34px;display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.LandingHomePage_stepCard__8RYKz{min-height:210px;border:1px solid var(--lp-line);border-radius:14px;background:#f9fbff;padding:20px}.LandingHomePage_stepBadge__pMUnE{display:inline-flex;align-items:center;justify-content:center;width:36px;height:30px;border-radius:10px;border:1px solid color-mix(in srgb,var(--accent) 26%,transparent);color:var(--accent);font-size:13px;font-weight:700;line-height:1}.LandingHomePage_stepCard__8RYKz h3{margin:44px 0 0;color:var(--lp-ink);font-size:23px;line-height:1.12;font-weight:700}.LandingHomePage_stepCard__8RYKz p{margin:10px 0 0;color:var(--lp-body);font-size:15px;line-height:1.5}.LandingHomePage_stepsAction__D2z0p{margin-top:26px;display:flex;justify-content:center}.LandingHomePage_finalCtaButton___nqMV,.LandingHomePage_stepsActionButton__a_rD_{height:50px;padding:0 24px;border-radius:var(--btn-radius);background:var(--accent);color:#fff;text-decoration:none;display:inline-flex;align-items:center;justify-content:center;font-size:15px;font-weight:650;line-height:1;transition:background-color .18s ease}.LandingHomePage_finalCtaButton___nqMV:hover,.LandingHomePage_stepsActionButton__a_rD_:hover{background:var(--accent-hover)}.LandingHomePage_comparisonSection__bv__u{padding:90px 20px;background:transparent}.LandingHomePage_comparisonTable__lHuo5{margin-top:30px;border:1px solid var(--lp-line);border-radius:16px;overflow:hidden;background:#fff}.LandingHomePage_comparisonHead__Axiv9,.LandingHomePage_comparisonRow__8hzn2{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr) minmax(0,1fr)}.LandingHomePage_comparisonHead__Axiv9{background:#f4f7fc;border-bottom:1px solid var(--lp-line)}.LandingHomePage_comparisonHead__Axiv9 span{padding:14px 16px;color:var(--lp-ink);font-size:13px;font-weight:700;line-height:1.3}.LandingHomePage_comparisonHead__Axiv9 span:nth-child(3){color:var(--accent)}.LandingHomePage_comparisonRow__8hzn2{border-bottom:1px solid #edf2f8}.LandingHomePage_comparisonRow__8hzn2:last-child{border-bottom:0}.LandingHomePage_comparisonRow__8hzn2 p{margin:0;padding:14px 16px;color:var(--lp-body);font-size:14px;line-height:1.45}.LandingHomePage_comparisonRow__8hzn2 p:first-child{color:var(--lp-ink);font-weight:600}.LandingHomePage_comparisonRow__8hzn2 p:nth-child(3){color:#0e7a41}.LandingHomePage_tariffsLead__xmR9_{margin:14px auto 0;max-width:680px;text-align:center;color:var(--lp-body);font-size:16px;line-height:1.5}.LandingHomePage_faqSection__YWh1F{padding:90px 20px;background:#fff}.LandingHomePage_faqList__ahHKR{margin:30px auto 0;max-width:900px;display:grid;gap:10px}.LandingHomePage_faqItem__U_Vsh{border:1px solid var(--lp-line);border-radius:12px;background:#fbfdff;padding:0 16px}.LandingHomePage_faqItem__U_Vsh summary{cursor:pointer;list-style:none;padding:16px 0;color:var(--lp-ink);font-size:16px;font-weight:620}.LandingHomePage_faqItem__U_Vsh summary::-webkit-details-marker{display:none}.LandingHomePage_faqItem__U_Vsh p{margin:0;padding:0 0 16px;color:var(--lp-body);font-size:14px;line-height:1.55}.LandingHomePage_reviewsSection__57wY1{padding:86px 20px;background:transparent}.LandingHomePage_reviewsPlaceholder__2tH7D{margin:24px auto 0;max-width:780px;text-align:center;color:var(--lp-body);font-size:18px;line-height:1.55;border:1px solid var(--lp-line);border-radius:16px;padding:30px 22px;background:#fff}.LandingHomePage_finalCtaSection__7tOdb{padding:72px 20px 96px;background:transparent}.LandingHomePage_finalCtaInner__t6x2w{border-radius:24px;padding:42px 32px;background:linear-gradient(130deg,color-mix(in srgb,var(--accent) 18%,#fff),#fff 55%);border:1px solid color-mix(in srgb,var(--accent) 26%,transparent);text-align:center}.LandingHomePage_finalCtaTitle__T2grl{margin:0;color:var(--lp-ink);font-size:clamp(28px,3.2vw,42px);line-height:1.08;letter-spacing:-.02em;font-weight:740}.LandingHomePage_finalCtaText___vPo6{margin:14px auto 0;max-width:680px;color:var(--lp-body);font-size:16px;line-height:1.55}.LandingHomePage_finalCtaActions__DprTQ{margin-top:24px;display:flex;justify-content:center}@media (max-width:1100px){.LandingHomePage_stepsGrid__CVbf_{grid-template-columns:repeat(2,minmax(0,1fr))}.LandingHomePage_showcasePwaBody__2nrhF{grid-template-columns:1fr}}@media (max-width:760px){.LandingHomePage_comparisonSection__bv__u,.LandingHomePage_faqSection__YWh1F,.LandingHomePage_finalCtaSection__7tOdb,.LandingHomePage_reviewsSection__57wY1,.LandingHomePage_stepsSection__cLCWY{padding-left:14px;padding-right:14px}.LandingHomePage_stepsGrid__CVbf_{grid-template-columns:1fr}.LandingHomePage_stepCard__8RYKz h3{margin-top:26px;font-size:20px}.LandingHomePage_comparisonHead__Axiv9{display:none}.LandingHomePage_comparisonRow__8hzn2{grid-template-columns:1fr;border-bottom:1px solid #e7edf5;padding:10px 0}.LandingHomePage_comparisonRow__8hzn2 p{padding:6px 14px}.LandingHomePage_comparisonRow__8hzn2 p:first-child{font-size:15px;padding-top:10px}.LandingHomePage_comparisonRow__8hzn2 p:nth-child(2):before,.LandingHomePage_comparisonRow__8hzn2 p:nth-child(3):before{display:inline-block;margin-right:6px;color:var(--lp-muted);font-size:12px;text-transform:uppercase;letter-spacing:.06em;content:""}.LandingHomePage_comparisonRow__8hzn2 p:nth-child(2):before{content:"Как обычно:"}.LandingHomePage_comparisonRow__8hzn2 p:nth-child(3):before{content:"С Repeto:"}.LandingHomePage_finalCtaInner__t6x2w{padding:28px 18px;border-radius:18px}}.LandingHomePage_page__yQTSE{--lp-rail-gutter:clamp(16px,2.4vw,32px);--lp-rail-offset:max(20px,calc((100vw - var(--lp-inner) - var(--lp-rail-gutter) - var(--lp-rail-gutter)) / 2));background-color:#f9fafd;background-image:linear-gradient(to right,transparent calc(var(--lp-rail-offset) - .5px),var(--lp-struct-line) calc(var(--lp-rail-offset) - .5px),var(--lp-struct-line) calc(var(--lp-rail-offset) + .5px),transparent calc(var(--lp-rail-offset) + .5px),transparent calc(100% - var(--lp-rail-offset) - .5px),var(--lp-struct-line) calc(100% - var(--lp-rail-offset) - .5px),var(--lp-struct-line) calc(100% - var(--lp-rail-offset) + .5px),transparent calc(100% - var(--lp-rail-offset) + .5px));background-repeat:no-repeat}.LandingHomePage_capabilitiesSection__I_Y81,.LandingHomePage_comparisonSection__bv__u,.LandingHomePage_controlSection__7GlxS,.LandingHomePage_faqSection__YWh1F,.LandingHomePage_featureBentoSection__r4P1S,.LandingHomePage_featuresContinuation__mbVyL,.LandingHomePage_finalCtaSection__7tOdb,.LandingHomePage_heroSurface__DfxPu,.LandingHomePage_integrationsSection__PUAiN,.LandingHomePage_reviewsSection__57wY1,.LandingHomePage_scheduleSection__I3kLp,.LandingHomePage_showcaseSection__xOjis,.LandingHomePage_stepsSection__cLCWY,.LandingHomePage_tariffsSection__v1ddT{background:transparent}.LandingHomePage_comparisonSection__bv__u,.LandingHomePage_faqSection__YWh1F,.LandingHomePage_featureBentoSection__r4P1S,.LandingHomePage_featuresContinuation__mbVyL,.LandingHomePage_finalCtaSection__7tOdb,.LandingHomePage_integrationsSection__PUAiN,.LandingHomePage_reviewsSection__57wY1,.LandingHomePage_showcaseSection__xOjis,.LandingHomePage_siteFooter__mmh_S,.LandingHomePage_stepsSection__cLCWY,.LandingHomePage_tariffsSection__v1ddT{position:relative;border-top:1px solid var(--lp-struct-line)}.LandingHomePage_comparisonSection__bv__u,.LandingHomePage_faqSection__YWh1F,.LandingHomePage_featureBentoSection__r4P1S,.LandingHomePage_featuresContinuation__mbVyL,.LandingHomePage_finalCtaSection__7tOdb,.LandingHomePage_heroSurface__DfxPu,.LandingHomePage_integrationsSection__PUAiN,.LandingHomePage_reviewsSection__57wY1,.LandingHomePage_showcaseSection__xOjis,.LandingHomePage_siteFooter__mmh_S,.LandingHomePage_stepsSection__cLCWY,.LandingHomePage_tariffsSection__v1ddT{padding-left:calc(var(--lp-rail-offset) + var(--lp-rail-gutter));padding-right:calc(var(--lp-rail-offset) + var(--lp-rail-gutter))}@media (max-width:760px){.LandingHomePage_page__yQTSE{--lp-rail-offset:14px}}.LandingHomePage_featureBentoCard__i8WbD{background:#d4e8f7}.LandingHomePage_bentoCardDark__AMpjQ,.LandingHomePage_showcaseCardIncome__CgjHI,.LandingHomePage_showcaseCardToday__Oa3I_,.LandingHomePage_showcaseCard__8d_gJ{background:#fff}.LandingHomePage_bentoCardDark__AMpjQ{border-color:#dde1e8;box-shadow:0 1px 0 hsla(0,0%,8%,.02),0 16px 40px -28px rgba(20,33,60,.18)}.LandingHomePage_bentoCardDark__AMpjQ .LandingHomePage_bentoCardTag___wIyI{background:#eef4fb;color:var(--accent)}.LandingHomePage_bentoCardDark__AMpjQ .LandingHomePage_bentoCardTitle__bj0A9{color:var(--lp-ink)}.LandingHomePage_bentoCardDark__AMpjQ .LandingHomePage_bentoCardList__jno3r li,.LandingHomePage_bentoCardDark__AMpjQ .LandingHomePage_bentoCardText__RTwB_{color:var(--lp-body)}.LandingHomePage_bentoCardDark__AMpjQ .LandingHomePage_bentoCardVisual__Cg_e8{background:#f2f5fa;border-color:#e6ebf3}.LandingHomePage_bentoCardDark__AMpjQ .LandingHomePage_bentoCardList__jno3r li:before{background:var(--accent)}.LandingHomePage_featureBentoCardWave__3ZkSW{position:relative;isolation:isolate;background:radial-gradient(120% 80% at 100% 0,color-mix(in srgb,var(--accent) 10%,#d4e8f7) 0,#d4e8f7 60%),#d4e8f7}.LandingHomePage_featureBentoStripeWave__TZzkG{position:absolute;inset:0;width:100%;height:100%;pointer-events:none;z-index:0;border-radius:inherit;overflow:hidden;color:var(--accent);opacity:.95;-webkit-mask-image:linear-gradient(180deg,#000 0,#000 55%,rgba(0,0,0,.4) 80%,transparent);mask-image:linear-gradient(180deg,#000 0,#000 55%,rgba(0,0,0,.4) 80%,transparent)}.LandingHomePage_featureBentoCardWave__3ZkSW>:not(.LandingHomePage_featureBentoStripeWave__TZzkG){position:relative;z-index:1}.LandingHomePage_heroSurface__DfxPu{position:relative;min-height:auto}.LandingHomePage_heroSurface__DfxPu:before{content:none}.LandingHomePage_header__EGz4B{border-bottom:0;--hero-header-content-lift:-14px}.LandingHomePage_header__EGz4B:after{content:"";position:absolute;left:50%;bottom:0;width:100vw;height:1px;background:var(--lp-struct-line);transform:translateX(-50%);pointer-events:none}.LandingHomePage_header__EGz4B .LandingHomePage_headerActions__iaBd6,.LandingHomePage_header__EGz4B .LandingHomePage_logoLink___3PZ_,.LandingHomePage_header__EGz4B .LandingHomePage_nav__e6LSP{align-self:center;transform:translateY(var(--hero-header-content-lift))}.LandingHomePage_desktopFrame__NzNzq{min-height:auto}.LandingHomePage_hero__My1XY{min-height:auto;grid-template-columns:minmax(0,1fr);grid-template-areas:"copy"}.LandingHomePage_featureVisualWrapScreen__h24m7,.LandingHomePage_featureVisualWrapScreen__h24m7 .LandingHomePage_featureVisualImage__kYLOF,.LandingHomePage_heroCopy__FAhyc,.LandingHomePage_productScreenImage__VKXdQ,.LandingHomePage_productScreen__QeaBZ{max-width:100%}.LandingHomePage_heroCopy__FAhyc{width:100%;max-width:none}.LandingHomePage_heroTitle__bHPl3{width:100%;max-width:1040px;font-size:clamp(40px,3.8vw,56px)}.LandingHomePage_heroSubtitle__KEyTu{width:100%;max-width:820px}.LandingHomePage_heroActions__q_357{max-width:100%;display:flex;flex-wrap:wrap}.LandingHomePage_heroButton__jej9p{max-width:100%}.LandingHomePage_productStage__RgqeJ{justify-content:flex-end;overflow:hidden}.LandingHomePage_productScreen__QeaBZ{width:min(760px,100%);transform:none;overflow:hidden}.LandingHomePage_featureVisualWrapScreen__h24m7{overflow:hidden}.LandingHomePage_featureVisualWrapScreen__h24m7 .LandingHomePage_featureVisualImage__kYLOF{width:100%;transform:none}.LandingHomePage_featureBentoSection__r4P1S,.LandingHomePage_siteFooter__mmh_S{background:transparent}@media (max-width:1180px){.LandingHomePage_hero__My1XY{grid-template-columns:1fr;grid-template-areas:"copy"}.LandingHomePage_productStage__RgqeJ{justify-content:flex-start;overflow:hidden}.LandingHomePage_featureVisualWrapScreen__h24m7 .LandingHomePage_featureVisualImage__kYLOF,.LandingHomePage_productScreen__QeaBZ{width:100%;transform:none}}@media (max-width:900px){.LandingHomePage_header__EGz4B{border-bottom:0;--hero-header-content-lift:0px}.LandingHomePage_heroTitle__bHPl3{font-size:clamp(36px,9vw,44px)}}