:root{--green-1: #0d655d;--green-2: #12887e;--green-3: #2bb8ab;--green-4: #c2d8d6;--green-5: #ebfaf9;--grey-1: #2b2b2b;--grey-2: #333333;--grey-3: #666666;--grey-4: #a7a7a7;--grey-5: #cccccc;--grey-6: #dcdcdc;--grey-7: #e7e7e7;--grey-8: #f7f7f7;--red-1: #ff634a;--yellow-1: #fef602;--white: #ffffff;--black: #000000;--white-20: rgba(255, 255, 255, .2);--container-1440: 1200px;--page-pad: 120px;--page-pad-mobile: 16px;--font: "Inter", -apple-system, "Segoe UI", Roboto, sans-serif}*,*:before,*:after{box-sizing:border-box}html{-webkit-text-size-adjust:100%;scroll-behavior:smooth}body{margin:0;font-family:var(--font);font-size:16px;line-height:20px;color:var(--black);background:var(--white);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg,video{display:block;max-width:100%}a{color:inherit;text-decoration:none}button{font-family:inherit;border:none;background:none;cursor:pointer;padding:0}input,select,textarea{font-family:inherit}ul,ol{margin:0;padding:0;list-style:none}h1,h2,h3,h4,h5,h6,p,figure{margin:0}.h1{font-size:72px;line-height:68px;font-weight:600;letter-spacing:-.02em}.h2{font-size:44px;line-height:48px;font-weight:600;letter-spacing:-.01em}.h3{font-size:32px;line-height:36px;font-weight:700}.h4{font-size:28px;line-height:32px;font-weight:600}.h5{font-size:24px;line-height:28px;font-weight:600}.h6{font-size:16px;line-height:18px;font-weight:600}.h7{font-size:14px;line-height:18px;font-weight:600}.t1{font-size:16px;line-height:20px;font-weight:400}.t1-med{font-size:16px;line-height:20px;font-weight:500}.t1-sb{font-size:16px;line-height:20px;font-weight:600}.t2{font-size:14px;line-height:18px;font-weight:400}.t2-med{font-size:14px;line-height:18px;font-weight:500}.t2-sb{font-size:14px;line-height:18px;font-weight:600}.t3{font-size:12px;line-height:16px;font-weight:400}.t3-med{font-size:12px;line-height:16px;font-weight:500}.t3-sb{font-size:12px;line-height:16px;font-weight:600}@media(max-width:767px){.h1{font-size:40px;line-height:40px}.h2{font-size:32px;line-height:34px}.h3{font-size:24px;line-height:28px}.h4{font-size:22px;line-height:24px}.h5{font-size:24px;line-height:28px}.h6,.t1,.t1-med,.t1-sb{font-size:14px;line-height:18px}.t2,.t2-med,.t2-sb{font-size:12px;line-height:16px}}.container{width:100%;max-width:calc(var(--container-1440) + 2 * var(--page-pad-mobile));margin-inline:auto;padding-inline:var(--page-pad-mobile)}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;padding:0;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}body.no-scroll{overflow:hidden}.btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;border-radius:100px;font-weight:600;white-space:nowrap;transition:background-color .15s ease,border-color .15s ease,color .15s ease;border:1px solid transparent}.btn--l{padding:15px 43px;font-size:16px;line-height:20px}.btn--m{padding:11px 19px;font-size:14px;line-height:18px}@media(max-width:767px){.btn--l{padding:11px 35px;font-size:14px;line-height:18px}.btn--m{padding:7px 19px;font-size:12px;line-height:16px}}.btn--primary{background:var(--green-3);color:var(--white)}.btn--primary:hover{background:var(--green-2)}.btn--primary:active{background:var(--green-1)}.btn--primary:disabled{background:var(--grey-2);color:var(--white-20);cursor:default}.btn--secondary{background:var(--white);color:var(--black)}.btn--secondary:hover{background:var(--grey-7)}.btn--secondary:active{background:var(--grey-6)}.btn--tertiary{border-color:var(--white);color:var(--white)}.btn--tertiary:hover{background:#ffffff26}.btn--tertiary:active{background:#ffffff40}.btn--quaternary{background:var(--grey-1);border-color:var(--grey-3);color:var(--grey-4)}.btn--quaternary:hover{border-color:var(--grey-4)}.btn--quaternary:active{border-color:var(--grey-5)}.btn-text{color:var(--green-3);font-weight:600;font-size:16px;line-height:20px}.btn-text:hover{color:var(--green-2)}.btn-text:active{color:var(--green-1)}:root{--docs-header-h: 60px;--docs-sidebar-w: 296px;--docs-toc-w: 240px;--docs-max: 1480px;--docs-content-max: 840px;--docs-link: var(--green-2);--docs-border: var(--grey-7)}.docs-shell{display:grid;grid-template-columns:var(--docs-sidebar-w) minmax(0,1fr);max-width:var(--docs-max);margin-inline:auto}.docs-main{display:grid;grid-template-columns:minmax(0,1fr) var(--docs-toc-w);gap:48px;padding:48px 56px 80px;min-width:0}.docs-article{min-width:0;max-width:var(--docs-content-max)}.docs-header{position:sticky;top:0;z-index:100;height:var(--docs-header-h);background:var(--black);border-bottom:1px solid var(--grey-2)}.docs-header__in{display:flex;align-items:center;gap:20px;height:100%;max-width:var(--docs-max);margin-inline:auto;padding-inline:24px}.docs-header__brand{display:inline-flex;align-items:center;gap:10px;flex-shrink:0;min-width:calc(var(--docs-sidebar-w) - 44px)}.docs-header__logo{display:inline-flex;align-items:center}.docs-header__logo img{display:block}.docs-header__badge{font-size:13px;line-height:16px;font-weight:600;color:var(--grey-5);padding-left:12px;border-left:1px solid var(--grey-2);text-decoration:none}.docs-header__badge:hover{color:var(--white)}.docs-header__search{flex:1;max-width:460px;display:flex;align-items:center;gap:8px;height:36px;padding:0 14px;background:var(--grey-1);border:1px solid var(--grey-2);border-radius:100px;color:var(--grey-4);font-size:14px;cursor:text;transition:border-color .15s ease}.docs-header__search:hover{border-color:var(--grey-3)}.docs-header__search svg{flex-shrink:0}.docs-header__search .kbd{margin-left:auto;font-size:11px;font-weight:600;color:var(--grey-4);border:1px solid var(--grey-2);border-radius:6px;padding:1px 6px}.docs-header__actions{display:flex;align-items:center;gap:8px;margin-left:auto}.docs-header__btn{display:inline-flex;align-items:center;padding:8px 14px;border-radius:100px;font-size:14px;line-height:18px;font-weight:600;color:var(--white);transition:background-color .15s ease,border-color .15s ease}.docs-header__btn--ghost{border:1px solid var(--grey-2)}.docs-header__btn--ghost:hover{border-color:var(--grey-3)}.docs-header__btn--primary{background:var(--green-3)}.docs-header__btn--primary:hover{background:var(--green-2)}.docs-header__burger{display:none}.docs-sidebar{position:sticky;top:var(--docs-header-h);align-self:start;height:calc(100vh - var(--docs-header-h));overflow-y:auto;border-right:1px solid var(--docs-border);padding:28px 16px 48px 24px;background:var(--white)}.docs-sidebar__group{margin-bottom:26px}.docs-sidebar__title{display:block;font-size:12px;line-height:16px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--grey-3);margin:0 0 10px 12px;text-decoration:none;transition:color .12s ease}a.docs-sidebar__title:hover,a.docs-sidebar__title[aria-current=page]{color:var(--green-1)}.docs-sidebar__items{display:flex;flex-direction:column;gap:2px}.docs-sidebar__link{display:block;padding:7px 12px;border-radius:8px;font-size:14px;line-height:18px;font-weight:500;color:var(--grey-2);border-left:2px solid transparent;transition:background-color .12s ease,color .12s ease}.docs-sidebar__link:hover{background:var(--grey-8);color:var(--black)}.docs-sidebar__link[aria-current=page]{background:var(--green-5);color:var(--green-1);font-weight:600}.docs-toc{position:sticky;top:calc(var(--docs-header-h) + 48px);align-self:start;max-height:calc(100vh - var(--docs-header-h) - 80px);overflow-y:auto}.docs-toc__title{font-size:12px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--grey-3);margin-bottom:12px}.docs-toc__list{display:flex;flex-direction:column;gap:8px;border-left:1px solid var(--docs-border)}.docs-toc__list a{display:block;padding-left:14px;margin-left:-1px;border-left:2px solid transparent;font-size:13px;line-height:17px;color:var(--grey-3);transition:color .12s ease,border-color .12s ease}.docs-toc__list a:hover{color:var(--green-2)}.docs-toc__list a.is-sub{padding-left:26px;font-size:12.5px}.docs-toc__list a.is-active{color:var(--green-1);border-left-color:var(--green-3);font-weight:600}.docs-eyebrow{font-size:13px;font-weight:600;color:var(--green-2);letter-spacing:.02em;margin-bottom:10px}.docs-article h1{font-size:40px;line-height:44px;font-weight:700;letter-spacing:-.02em;color:var(--grey-1);margin:0 0 16px}.docs-lead{font-size:18px;line-height:28px;color:var(--grey-3);margin-bottom:36px}.docs-article h2{font-size:26px;line-height:32px;font-weight:700;letter-spacing:-.01em;color:var(--grey-1);margin:52px 0 16px;padding-top:8px;scroll-margin-top:calc(var(--docs-header-h) + 24px)}.docs-article h3{font-size:19px;line-height:26px;font-weight:600;color:var(--grey-1);margin:32px 0 12px;scroll-margin-top:calc(var(--docs-header-h) + 24px)}.docs-article p{font-size:16px;line-height:26px;color:var(--grey-2);margin:0 0 16px}.docs-article a:not(.docs-card):not(.docs-pager__item){color:var(--docs-link);font-weight:500;text-decoration:none;border-bottom:1px solid color-mix(in srgb,var(--green-2) 35%,transparent)}.docs-article a:not(.docs-card):not(.docs-pager__item):hover{border-bottom-color:var(--green-2)}.docs-article ul,.docs-article ol{margin:0 0 16px;padding-left:0;display:flex;flex-direction:column;gap:8px}.docs-article ul li,.docs-article ol li{position:relative;padding-left:26px;font-size:16px;line-height:26px;color:var(--grey-2);list-style:none}.docs-article ul li:before{content:"";position:absolute;left:8px;top:11px;width:6px;height:6px;border-radius:50%;background:var(--green-3)}.docs-article ol{counter-reset:doc-ol}.docs-article ol li{counter-increment:doc-ol}.docs-article ol li:before{content:counter(doc-ol);position:absolute;left:0;top:2px;width:20px;height:20px;border-radius:50%;background:var(--green-5);color:var(--green-1);font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.docs-article strong{font-weight:600;color:var(--grey-1)}.docs-article code{font-family:SFMono-Regular,ui-monospace,Cascadia Code,Consolas,monospace;font-size:14px;background:var(--grey-8);border:1px solid var(--grey-7);border-radius:5px;padding:1px 6px;color:#b3261e}.docs-table-wrap{overflow-x:auto;margin:0 0 24px;border:1px solid var(--docs-border);border-radius:12px}.docs-article table{border-collapse:collapse;width:100%;font-size:14px}.docs-article th,.docs-article td{text-align:left;padding:11px 16px;border-bottom:1px solid var(--docs-border);vertical-align:top}.docs-article th{background:var(--grey-8);font-weight:600;color:var(--grey-1);white-space:nowrap}.docs-article tr:last-child td{border-bottom:none}.docs-article td code{white-space:nowrap}.doc-note{display:flex;gap:12px;padding:16px 18px;border-radius:12px;margin:0 0 24px;font-size:15px;line-height:23px;border:1px solid transparent}.doc-note__icon{flex-shrink:0;font-size:18px;line-height:24px}.doc-note p{margin:0;font-size:15px;line-height:23px}.doc-note--tip{background:var(--green-5);border-color:var(--green-4);color:var(--green-1)}.doc-note--info{background:#eef4ff;border-color:#cfe0ff;color:#1c3d7a}.doc-note--warn{background:#fff4ec;border-color:#ffd9c2;color:#8a3b12}.doc-code{position:relative;margin:0 0 24px;border-radius:12px;overflow:hidden;border:1px solid var(--grey-2);background:#1b1d22}.doc-code__head{display:flex;align-items:center;justify-content:space-between;padding:8px 14px;background:#15171b;border-bottom:1px solid var(--grey-1)}.doc-code__lang{font-size:12px;font-weight:600;color:var(--grey-5);letter-spacing:.03em}.doc-code pre{margin:0;padding:16px;overflow-x:auto}.doc-code code{font-family:SFMono-Regular,ui-monospace,Cascadia Code,Consolas,monospace;font-size:13.5px;line-height:21px;color:#e6e6e6;background:none;border:none;padding:0;white-space:pre}.docfig{margin:32px 0 52px}.docfig__frame{position:relative;border:1px solid var(--docs-border);border-radius:14px;overflow:hidden;background:var(--grey-8);box-shadow:0 1px 2px #0000000a,0 8px 28px #0000000f}.docfig__frame img{display:block;width:100%;height:auto}.docfig__svg{position:absolute;inset:0;width:100%;height:100%;pointer-events:none}.docfig__badge{position:absolute;width:26px;height:26px;transform:translate(-50%,-50%);background:var(--green-3);color:var(--white);border:2px solid var(--white);border-radius:50%;font-size:13px;font-weight:700;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 6px #00000047;z-index:2}.docfig__box{position:absolute;border:2px solid var(--green-3);border-radius:8px;background:color-mix(in srgb,var(--green-3) 8%,transparent);z-index:1}.docfig figcaption{margin:0 0 24px;font-size:13.5px;line-height:20px;color:var(--grey-3);text-align:left}.docfig__legend{margin:36px 0 0;padding:0;display:grid;grid-template-columns:1fr 1fr;gap:14px 28px}.docfig__legend.is-single{grid-template-columns:1fr}.docfig__legend li{position:relative;padding-left:34px;list-style:none}.docfig__legend li:before{display:none}.docfig__legend-n{position:absolute;left:0;top:1px;width:22px;height:22px;background:var(--green-3);color:var(--white);border-radius:50%;font-size:12px;font-weight:700;display:flex;align-items:center;justify-content:center}.docfig__legend li>b{display:block;font-size:14px;line-height:18px;color:var(--grey-1);margin-bottom:2px}.docfig__legend>li>span:last-child{font-size:13.5px;line-height:20px;color:var(--grey-3)}.docs-article .docfig__legend{margin-top:32px}.doc-why{position:relative;margin:28px 0;padding:18px 22px 18px 56px;background:linear-gradient(180deg,var(--green-5),#f4fbfa);border:1px solid var(--green-4);border-left:4px solid var(--green-3);border-radius:0 14px 14px 0}.doc-why:before{content:"🎯";position:absolute;left:18px;top:16px;font-size:20px;line-height:24px}.doc-why__label{font-size:12px;line-height:16px;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:var(--green-1);margin:0 0 6px}.doc-why p{margin:0;font-size:15px;line-height:23px;color:var(--grey-2)}.doc-why p+p{margin-top:8px}.doc-why strong{color:var(--green-1)}.docs-pager{display:grid;grid-template-columns:1fr 1fr;gap:16px;margin-top:64px;padding-top:32px;border-top:1px solid var(--docs-border)}.docs-pager__item{display:flex;flex-direction:column;gap:4px;padding:16px 20px;border:1px solid var(--docs-border);border-radius:12px;transition:border-color .15s ease,background-color .15s ease}.docs-pager__item:hover{border-color:var(--green-3);background:var(--grey-8)}.docs-pager__item--next{text-align:right}.docs-pager__dir{font-size:12px;color:var(--grey-3)}.docs-pager__lbl{font-size:15px;font-weight:600;color:var(--green-2)}.docs-home-hero{margin-bottom:40px}.docs-home-hero h1{font-size:44px;line-height:48px;margin-bottom:14px}.docs-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:18px;margin:8px 0}.docs-card{display:block;padding:22px 22px 20px;border:1px solid var(--docs-border);border-radius:16px;background:var(--white);transition:border-color .15s ease,box-shadow .15s ease,transform .15s ease}.docs-card:hover{border-color:var(--green-3);box-shadow:0 8px 28px #00000012;transform:translateY(-2px)}.docs-card__icon{width:40px;height:40px;display:flex;align-items:center;justify-content:center;background:var(--green-5);border-radius:11px;margin-bottom:14px;font-size:20px}.docs-card__title{font-size:17px;line-height:22px;font-weight:700;color:var(--grey-1);margin-bottom:6px}.docs-card__desc{font-size:14px;line-height:20px;color:var(--grey-3);margin-bottom:14px}.docs-card__links{display:flex;flex-direction:column;gap:6px}.docs-card__links span{font-size:13.5px;line-height:18px;color:var(--green-2);font-weight:500}.docs-card__links span:before{content:"→ ";color:var(--green-3)}@media(max-width:1180px){.docs-main{grid-template-columns:minmax(0,1fr);padding:40px 40px 72px}.docs-toc{display:none}}@media(max-width:900px){.docs-shell{grid-template-columns:minmax(0,1fr)}.docs-sidebar{position:fixed;inset:var(--docs-header-h) 0 0 0;width:min(320px,86vw);height:auto;z-index:95;transform:translate(-100%);transition:transform .2s ease;box-shadow:0 12px 40px #0000002e}.docs-sidebar.is-open{transform:none}.docs-header__burger{display:inline-flex;align-items:center;justify-content:center;width:40px;height:40px;border-radius:10px;background:var(--grey-1)}.docs-header__search,.docs-header__actions .docs-header__btn--ghost{display:none}.docfig__legend{grid-template-columns:1fr}.docs-article h1{font-size:32px;line-height:36px}}@media(max-width:560px){.docs-main{padding:28px 16px 56px}.docs-pager{grid-template-columns:1fr}}.docs-search[hidden]{display:none}.docs-search{position:fixed;inset:0;z-index:200;display:flex;justify-content:center;align-items:flex-start;padding-top:12vh}.docs-search__backdrop{position:absolute;inset:0;background:#0f172a73}.docs-search__panel{position:relative;width:min(560px,92vw);background:#fff;border-radius:14px;box-shadow:0 20px 60px #00000040;overflow:hidden}.docs-search__bar{display:flex;align-items:center;gap:10px;padding:14px 16px;border-bottom:1px solid var(--grey-2);color:var(--grey-4)}.docs-search__bar input{flex:1;border:0;outline:0;font-size:16px;color:var(--grey-1);background:transparent;font-family:inherit}.docs-search__bar input::placeholder{color:var(--grey-4)}.docs-search__esc{font-size:11px;font-weight:600;color:var(--grey-4);border:1px solid var(--grey-2);border-radius:6px;padding:2px 7px;background:transparent;cursor:pointer}.docs-search__results{list-style:none;margin:0;padding:6px;max-height:56vh;overflow-y:auto}.docs-search__results li{margin:0}.docs-search__results a{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:10px 12px;border-radius:8px;text-decoration:none;color:var(--grey-1)}.docs-search__results a:hover,.docs-search__results a.is-active{background:var(--green-5)}.docs-search__t{font-size:14px;font-weight:600}.docs-search__g{font-size:12px;color:var(--grey-4);white-space:nowrap}.docs-search__empty{padding:18px;text-align:center;color:var(--grey-4);font-size:14px}.docs-faq{margin-top:56px;padding-top:36px;border-top:1px solid var(--docs-border)}.docs-faq__title{font-size:24px;line-height:30px;font-weight:700;color:var(--grey-1);margin:0 0 20px}.docs-faq__list{display:flex;flex-direction:column;gap:10px}.docs-faq__item{border:1px solid var(--docs-border);border-radius:14px;background:var(--white);overflow:hidden;transition:border-color .15s ease,background-color .15s ease}.docs-faq__item:not(.is-open):hover{border-color:var(--grey-5)}.docs-faq__q{width:100%;display:flex;align-items:center;justify-content:space-between;gap:16px;padding:18px 22px;text-align:left;font-family:inherit;font-size:16px;line-height:22px;font-weight:600;color:var(--grey-1);background:transparent;border:0;cursor:pointer}.docs-faq__icon{flex-shrink:0;color:var(--grey-4);transition:transform .2s ease}.docs-faq__item.is-open .docs-faq__icon{transform:rotate(45deg)}.docs-faq__a{display:none;padding:0 22px 20px;font-size:15px;line-height:23px;color:var(--grey-3)}.docs-faq__item.is-open .docs-faq__a{display:block}.docs-faq__a p{margin:0 0 10px}.docs-faq__a p:last-child{margin-bottom:0}.docs-faq__a ul,.docs-faq__a ol{margin:8px 0;padding-left:20px;display:flex;flex-direction:column;gap:6px}.docs-faq__a strong{color:var(--grey-1)}.docs-faq__a a{color:var(--docs-link)}.footer[data-astro-cid-sz7xmlte]{background:var(--black);color:var(--white);padding:48px 0 32px}.footer__top[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;gap:40px}.footer__brand[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:32px}.footer__socials[data-astro-cid-sz7xmlte]{display:flex;gap:20px}.footer__socials[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{border-radius:13px;display:block}.footer__social[data-astro-cid-sz7xmlte]{position:relative;display:inline-flex}.footer__social[data-astro-cid-sz7xmlte].is-soon{pointer-events:none;cursor:default}.footer__social[data-astro-cid-sz7xmlte].is-soon img[data-astro-cid-sz7xmlte]{opacity:.4;filter:grayscale(.4)}.footer__soon[data-astro-cid-sz7xmlte]{position:absolute;left:50%;bottom:-7px;transform:translate(-50%);padding:2px 7px;background:var(--grey-1);color:var(--grey-7);border-radius:100px;font-size:9px;line-height:12px;font-weight:600;letter-spacing:.02em;white-space:nowrap;pointer-events:none}.footer__columns[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:28px 14px;flex:1;min-width:0;max-width:1040px}.footer__col[data-astro-cid-sz7xmlte]{min-width:0}.footer__col--wide[data-astro-cid-sz7xmlte]{grid-column:1 / span 2}.footer__col--wide[data-astro-cid-sz7xmlte] .footer__links[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));column-gap:14px;row-gap:8px}.footer__col--wide[data-astro-cid-sz7xmlte] .footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{white-space:normal}.footer__heading[data-astro-cid-sz7xmlte]{font-size:12px;line-height:16px;color:var(--grey-3);margin-bottom:12px}.footer__links[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:8px}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:14px;line-height:18px;font-weight:500;color:var(--white);white-space:nowrap}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--green-3)}.footer__soonlink[data-astro-cid-sz7xmlte]{display:inline-flex;align-items:center;gap:6px;font-size:14px;line-height:18px;font-weight:500;color:var(--grey-3);cursor:default}.footer__soonlink[data-astro-cid-sz7xmlte] em[data-astro-cid-sz7xmlte]{font-style:normal;font-size:9px;line-height:12px;font-weight:600;color:var(--grey-7);background:var(--grey-1);border-radius:100px;padding:1px 6px;letter-spacing:.02em}.footer__divider[data-astro-cid-sz7xmlte]{height:1px;background:var(--grey-1);margin:32px 0}.footer__middle[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:flex-start;gap:40px}.footer__contacts-block[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:40px;max-width:794px}.footer__contacts[data-astro-cid-sz7xmlte]{display:flex;flex-direction:column;gap:8px}.footer__contacts[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:14px;line-height:18px;color:var(--grey-4)}.footer__regulators[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:40px;flex-wrap:wrap}.footer__reg[data-astro-cid-sz7xmlte]{display:flex;align-items:center;gap:8px;font-size:14px;line-height:18px;color:var(--white)}.footer__tags[data-astro-cid-sz7xmlte]{display:flex;gap:4px}.footer__tags[data-astro-cid-sz7xmlte] span[data-astro-cid-sz7xmlte]{display:inline-flex;padding:4px 12px;background:var(--grey-1);border-radius:100px;font-size:12px;line-height:16px;font-weight:500;color:var(--grey-7);white-space:nowrap}.footer__bottom[data-astro-cid-sz7xmlte]{display:flex;justify-content:space-between;align-items:center}.footer__copy[data-astro-cid-sz7xmlte]{font-size:12px;line-height:16px;color:var(--grey-4)}.footer__legal[data-astro-cid-sz7xmlte]{display:flex;gap:52px}.footer__legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:12px;line-height:16px;color:var(--white)}.footer__legal[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]:hover{color:var(--green-3)}@media(max-width:1023px){.footer[data-astro-cid-sz7xmlte]{padding:32px 0 24px}.footer__top[data-astro-cid-sz7xmlte]{flex-direction:column-reverse;gap:40px}.footer__columns[data-astro-cid-sz7xmlte]{display:grid;grid-template-columns:1fr 1fr;gap:28px 8px;max-width:none}.footer__col--wide[data-astro-cid-sz7xmlte]{grid-column:span 1}.footer__col--wide[data-astro-cid-sz7xmlte] .footer__links[data-astro-cid-sz7xmlte]{display:flex}.footer__links[data-astro-cid-sz7xmlte] a[data-astro-cid-sz7xmlte]{font-size:12px;line-height:16px;white-space:normal}.footer__heading[data-astro-cid-sz7xmlte]{font-weight:500}.footer__brand[data-astro-cid-sz7xmlte]{flex-direction:column-reverse;gap:24px}.footer__socials[data-astro-cid-sz7xmlte] img[data-astro-cid-sz7xmlte]{width:40px;height:40px;border-radius:10px}.footer__middle[data-astro-cid-sz7xmlte]{flex-direction:column;gap:24px}.footer__contacts-block[data-astro-cid-sz7xmlte]{gap:24px}.footer__contacts[data-astro-cid-sz7xmlte] p[data-astro-cid-sz7xmlte]{font-size:12px;line-height:16px}.footer__regulators[data-astro-cid-sz7xmlte]{gap:20px}.footer__divider[data-astro-cid-sz7xmlte]{margin:24px 0}.footer__bottom[data-astro-cid-sz7xmlte]{flex-direction:column;align-items:flex-start;gap:12px}.footer__legal[data-astro-cid-sz7xmlte]{gap:24px}}
