.landing-header{z-index:var(--z-sticky,500);background:var(--landing-header-bg,var(--color-deepWhite));will-change:transform;border-bottom:1px solid #0f123c0d;position:sticky;top:0;transform:translateZ(0)}.landing-header__inner{height:var(--landing-header-height,72px);justify-content:space-between;align-items:center;display:flex;position:relative}.landing-header__brand{flex:none;align-items:center;margin-right:auto;text-decoration:none;display:flex}.landing-header__logo{height:var(--landing-header-logo-height,40px);transform-origin:0;width:auto;max-width:none;transition:transform .3s cubic-bezier(.2,.9,.2,1.2),filter .3s;display:block}.landing-header__brand:hover .landing-header__logo{filter:brightness(1.08);transform:scale(1.05)}.landing-header__links{color:var(--landing-header-link-color,var(--color-deepGray));align-items:center;gap:36px;font-size:15px;font-weight:500;display:flex;position:absolute;left:50%;transform:translate(-50%)}.landing-header__links a{color:inherit;padding:6px 0;text-decoration:none;transition:color .2s;position:relative}.landing-header__links a:hover{color:var(--landing-header-link-hover,var(--color-main))}.landing-header__links a:after{content:"";background:linear-gradient(90deg, var(--color-main), var(--color-sub));border-radius:1px;height:2px;transition:right .35s cubic-bezier(.2,.7,.2,1);position:absolute;bottom:0;left:0;right:100%}.landing-header__links a:hover:after{right:0}.landing-header__actions{gap:var(--spacing-xs,8px);align-items:center;display:flex}.landing-header__toggle{cursor:pointer;width:44px;height:44px;color:var(--landing-header-link-color,var(--color-deepGray));background:0 0;border:0;justify-content:center;align-items:center;margin-right:-10px;display:none}.landing-header__burger{width:22px;height:14px;display:block;position:relative}.landing-header__burger>span{background:currentColor;border-radius:1px;height:2px;transition:transform .2s cubic-bezier(.2,.7,.2,1),opacity .2s cubic-bezier(.2,.7,.2,1);position:absolute;inset-inline:0}.landing-header__burger>span:first-child{top:0}.landing-header__burger>span:nth-child(2){top:6px}.landing-header__burger>span:nth-child(3){top:12px}.landing-header__toggle--open .landing-header__burger>span:first-child{transform:translateY(6px)rotate(45deg)}.landing-header__toggle--open .landing-header__burger>span:nth-child(2){opacity:0}.landing-header__toggle--open .landing-header__burger>span:nth-child(3){transform:translateY(-6px)rotate(-45deg)}.landing-header__drawer{background:var(--landing-header-bg,var(--color-deepWhite));border-top:1px solid #0f123c0d}.landing-header__drawer-item{display:block}.landing-header__drawer-item a{min-height:48px;color:var(--landing-header-link-color,var(--color-deepGray));align-items:center;font-size:15px;font-weight:500;text-decoration:none;transition:color .2s;display:flex}.landing-header__drawer-item a:hover,.landing-header__drawer-item a[aria-current=page]{color:var(--landing-header-link-hover,var(--color-main))}@media (max-width:960px){.landing-header__links{display:none}.landing-header__toggle{display:flex}}@media (min-width:961px){.landing-header__drawer{display:none}}
.site-header{--landing-header-bg:var(--color-pureWhite);--landing-header-height:64px;--landing-header-link-color:var(--color-lightBlack);--landing-header-link-hover:var(--color-brand);--landing-header-logo-height:40px;border-bottom:none}.site-header__container{width:100%;padding-inline:32px}.site-header,.site-header .landing-header__links,.site-header .landing-header__toggle{transition:background-color var(--duration-base,.2s) var(--ease-out,ease), border-color var(--duration-base,.2s) var(--ease-out,ease), color var(--duration-base,.2s) var(--ease-out,ease)}.site-header .landing-header__links a:after{background:linear-gradient(90deg,#4dcdc0,#499cdf)}.site-header .landing-header__drawer{max-height:calc(100dvh - var(--landing-header-height,64px));box-shadow:var(--shadow-panel,0 12px 24px #00000014);transform-origin:top;opacity:1;visibility:visible;transition:opacity var(--duration-base,.2s) var(--ease-out,ease), transform var(--duration-base,.2s) var(--ease-out,ease);position:absolute;top:100%;left:0;right:0;overflow-y:auto;transform:translateY(0)}@layer base{.site-header .landing-header__drawer[hidden]{display:block!important}}.site-header .landing-header__drawer[hidden]{opacity:0;visibility:hidden;pointer-events:none;transition:opacity var(--duration-base,.2s) var(--ease-out,ease), transform var(--duration-base,.2s) var(--ease-out,ease), visibility 0s linear var(--duration-base,.2s);transform:translateY(-12px)}.site-header.site-header--transparent{--landing-header-bg:#ffffff1a;--landing-header-link-color:var(--color-pureWhite);--landing-header-link-hover:var(--color-pureWhite);background-image:linear-gradient(#0000001a 0%,#0000 100%)}
.popup{z-index:var(--z-modal);background:var(--color-popupBlock,#10182099);justify-content:center;align-items:center;display:flex;position:fixed;inset:0}.popup.popup--inline{z-index:5;background:0 0;justify-content:stretch;align-items:stretch;position:relative}.popup.popup--inline .popup-panel{width:100%}.popup-panel{background:var(--color-white);box-shadow:var(--shadow-popup);border-radius:28px;flex-direction:column;width:calc(100% - 40px);max-width:820px;max-height:calc(100% - 60px);display:flex;position:relative;overflow:hidden}.popup-panel--small{max-width:480px}.popup-panel--medium{max-width:680px}.popup-panel--large{max-width:1080px}.popup-close-float{z-index:1;align-items:center;gap:var(--spacing-xs);display:flex;position:absolute;top:8px;right:8px}.popup-title{padding:var(--spacing-l);text-align:center;flex-shrink:0;display:block}.popup-header{padding:var(--spacing-l) var(--spacing-l) 0;align-items:center;gap:var(--spacing-s);flex-shrink:0;display:flex}.popup-header--with-subtitle{align-items:flex-start}.popup-header-main{flex-direction:column;flex:1;gap:4px;min-width:0;display:flex}.popup-title--left{text-align:left;flex:1;min-width:0;padding:0}.popup-header-main .popup-title--left{flex:none}.popup-header .popup-title--left{margin:0}.popup-subtitle{text-align:left;color:var(--color-gray);margin:0}.popup-header-actions{flex-shrink:0;align-items:center;gap:6px;display:flex}.popup-content{-webkit-overflow-scrolling:touch;overscroll-behavior:contain;touch-action:pan-y;flex-direction:column;flex:1;min-height:0;padding:20px 20px 0;display:flex;overflow:hidden auto}.popup-content__inner{padding-bottom:20px}.popup-footer{justify-content:center;gap:8px;padding:0 20px 20px;display:flex}.popup-footer--buttons>*{flex:1;max-width:200px}.popup--closing{opacity:0;transition:opacity .26s}@media (max-width:767px){.popup-panel{max-height:calc(100% - 60px - 72px - env(safe-area-inset-bottom))}}.form-date-row{flex:1;gap:6px;min-width:0;display:flex}.form-date-row>div{min-width:72px}.form-date-row--ymd>div:first-child{flex:3}.form-date-row--ymd>div:nth-child(2),.form-date-row--ymd>div:nth-child(3){flex:2}.form-date-row--hm>div{flex:1}.form-date-row--gap-8{gap:8px}@media (max-width:360px){.form-date-row--ymd{flex-wrap:wrap}.form-date-row--ymd>div:first-child{flex:1 0 100%}}.form-field-error{color:var(--color-error);margin-bottom:8px;padding:6px 0;font-size:13px}.form-inline-error{color:var(--color-error);margin-top:4px;display:block}.confirm-popup__message{text-align:left;width:fit-content;max-width:100%;margin:0 auto;padding:8px 0}.confirm-popup .popup-content{padding-top:40px}.confirm-popup .popup-content__inner{padding-bottom:40px}.confirm-popup .panel+.confirm-popup__message{margin-top:16px}.confirm-popup__top{justify-content:center;margin-bottom:20px;display:flex}
.agreement-popup__status{font-size:var(--text-body-3-size);line-height:var(--text-body-3-line);color:var(--color-text-secondary);margin:0}.agreement-popup__content{font-size:var(--text-body-3-size);color:var(--color-text-primary);word-break:keep-all;line-height:1.7}.agreement-popup__content h1,.agreement-popup__content h2,.agreement-popup__content h3{margin:1.5em 0 .5em;font-weight:700;line-height:1.35}.agreement-popup__content h1{font-size:var(--text-h4-size)}.agreement-popup__content h2{font-size:var(--text-h5-size,17px)}.agreement-popup__content h3{font-size:var(--text-body-2-size)}.agreement-popup__content p{margin:.5em 0}.agreement-popup__content ol,.agreement-popup__content ul{margin:.5em 0;padding-left:1.5em}.agreement-popup__content li{margin:.25em 0}.agreement-popup__content table{border-collapse:collapse;max-width:100%;margin:.75em 0;display:block;overflow-x:auto}.agreement-popup__content th,.agreement-popup__content td{border:1px solid var(--color-border);white-space:nowrap;padding:6px 10px}
.site-footer{background:var(--color-deepWhite);color:var(--color-gray);padding:var(--spacing-page);border-top:1px solid var(--color-whiteLine);box-sizing:border-box}.site-footer__top{justify-content:space-between;align-items:flex-start;gap:40px;display:flex}.site-footer__brand{flex:0 0 220px;width:220px}.site-footer__lead{color:var(--color-gray);text-align:left}.site-footer__links{flex-wrap:wrap;flex:auto;align-items:flex-start;gap:100px 10px;min-width:320px;display:flex}.site-footer__column{text-align:left;flex:0 0 160px;min-width:160px}.site-footer__column-title{color:var(--color-lightGray)}.footer-title{color:var(--color-lightGray);width:80px;font-size:13px;font-weight:600;line-height:20px;display:inline-block}.site-footer__column ul{margin:10px 0 0;padding:0;list-style:none}.site-footer__column li{margin-bottom:6px}.site-footer__column a{color:var(--color-lightGray);text-decoration:none}.footer-link{min-width:24px;min-height:24px;color:var(--color-lightGray);align-items:center;font-size:13px;line-height:20px;text-decoration:none;transition:color .12s;display:inline-flex}.footer-meta,.footer-copyright{line-height:18px}.footer-link:hover,.footer-link:focus{color:var(--color-main);text-decoration:none}.site-footer__rule{border:none;border-top:1px solid var(--color-darkWhite);margin:40px 0}.site-footer__bottom{justify-content:flex-start;align-items:center;gap:40px;display:flex}.site-footer__logo{height:52px}.site-footer__bottom .site-footer__brand{justify-content:center;align-items:center;display:flex}.site-footer__meta{color:var(--color-lightGray);text-align:left}.site-footer__copyright{color:var(--color-lightGray);box-sizing:border-box;text-align:center;width:100%;margin:var(--spacing-page) 0 0 0;justify-content:center;align-items:center;display:flex}@media (max-width:1024px){.site-footer__top{gap:var(--spacing-page);flex-direction:column}.site-footer__brand{flex:none;width:100%}.site-footer__links{gap:20px 10px;width:100%;min-width:0;margin:0}.site-footer__bottom{align-items:flex-start;gap:var(--spacing-page);flex-direction:column}.site-footer__meta{width:100%}.site-footer__logo{height:50px}}@media (max-width:767px){.site-footer__logo{height:48px}}
