.post{justify-content:center;padding-bottom:96px;display:flex}@media (width<768px){.post{padding-bottom:64px}}.post-content{max-width:720px}.post-body{color:var(--gray-600)}.post-body img{max-width:100%;height:auto;margin:auto;display:block}.post-body h1{font-size:var(--h-sm-size);line-height:var(--h-sm-lh);color:var(--gray-900);margin-bottom:20px;font-weight:600}.post-body h2{font-size:var(--h-sm-size);line-height:var(--h-sm-lh);color:var(--gray-900);margin-top:32px;margin-bottom:20px;font-weight:600}.post-body h3{font-size:var(--h-xs-size);line-height:var(--h-xs-lh);color:var(--gray-900);margin-top:32px;margin-bottom:16px;font-weight:600}.post-body h1[id],.post-body h2[id],.post-body h3[id]{scroll-margin:15vh}.post-body p{font-size:var(--lg-size);line-height:var(--lg-lh)}.post-body ul,.post-body ol{font-size:var(--lg-size);line-height:var(--lg-lh);margin-bottom:20px;padding-left:24px}.post-body li{margin-bottom:8px}.post-body a{color:var(--primary-700);text-decoration:underline}.post-body p>picture{margin:48px 0}.post-body p:has(+h2),.post-body p:has(+h3){margin-bottom:40px}.post-body p:not(:has(+h2)):not(:has(+h3)):not(:has(+p>picture)):not(:has(>picture)){margin-bottom:18px}.post-body blockquote{color:var(--gray-900);border-left:2px solid var(--primary-700);margin:48px 0;padding:8px 0 8px 20px;font-size:24px;font-style:italic;font-weight:500;line-height:32px}.post-body blockquote p{margin-bottom:0}.post-body picture img{border-radius:12px}.post-body .callout{background:var(--gray-50);border-radius:16px;margin:48px 0;padding:32px}.post-body .callout h2,.post-body .callout h3{font-size:var(--xl-size);line-height:var(--xl-lh);color:var(--gray-900);margin-top:0;margin-bottom:12px;font-weight:600}.post-body .callout p{font-size:var(--lg-size);line-height:var(--lg-lh);color:var(--gray-600);margin-bottom:18px}.post-body .callout p:last-child{margin-bottom:0}
*,:before,:after{box-sizing:border-box}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}ul[role=list],ol[role=list]{list-style:none}html:focus-within{scroll-behavior:smooth}body{text-rendering:optimizespeed;min-height:100vh;line-height:1.5}a:not([class]){-webkit-text-decoration-skip-ink:auto;text-decoration-skip-ink:auto}img,picture{max-width:100%;display:block}input,button,textarea,select{font:inherit}@media (prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}:root{--white:#fff;--black:#000;--color:var(--gray-600);--link-color:var(--primary-700);color:var(--color);overflow-x:hidden}:link{color:var(--link-color)}.row{width:var(--row-width);margin:0 auto;position:relative}.extbg{position:relative}.extbg:before,.extbg:after{content:"";pointer-events:none;position:absolute;top:0;bottom:0}.extbg:before{left:var(--row-ext);background:inherit;right:100%}.extbg:after{right:var(--row-ext);background:inherit;left:100%}.bgRow{composes:row;composes:extbg}:root{--row-base:1280px;--row-margin:32px;--row-width:calc(min(100vw, var(--row-base)) - 2 * var(--row-margin));--row-ext:calc((var(--row-width) - 100vw) / 2)}@media (width<768px){:root{--row-margin:16px}}:root{--xl-size:20px;--xl-lh:1.5;--lg-size:18px;--lg-lh:28px;--md-size:16px;--md-lh:1.5;--sm-size:14px;--sm-lh:20px;--h-xl-size:60px;--h-xl-lh:72px;--h-xl-ls:-.02em;--h-lg-size:48px;--h-lg-lh:60px;--h-lg-ls:-.02em;--h-md-size:36px;--h-md-lh:44px;--h-md-ls:-.02em;--h-sm-size:30px;--h-sm-lh:38px;--h-xs-size:24px;--h-xs-lh:32px;font-size:var(--md-size);line-height:var(--md-lh)}.btn{box-sizing:border-box;background:var(--primary-600);color:var(--white);font-family:inherit;font-weight:600;font-size:inherit;cursor:pointer;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;padding:12px 20px;text-decoration:none;display:flex}.btn:hover{background:var(--primary-700);transition:background .2s}.btn--lg{font-size:var(--lg-size);gap:12px;padding:16px 28px;line-height:26px}.btn--sm{font-size:var(--sm-size);line-height:var(--sm-lh);padding:8px 14px}.btn--sec{background:var(--white);color:var(--gray-700);border:1px solid var(--gray-300);box-shadow:var(--shadow-xs)}.btn--sec:hover{background:var(--gray-50);color:var(--gray-800)}.input{background:var(--white);border:1px solid var(--gray-300);font-size:var(--md-size);line-height:var(--md-lh);border-radius:8px;outline:none;padding:9px 13px;box-shadow:0 1px 2px #1018280d}.input:is(textarea){resize:none;height:134px}.input:focus{border:1px solid var(--primary-300);box-shadow:0px 1px 2px #1018280d, 0px 0px 0px 4px var(--primary-100)}.form:not([pristine]) .input:invalid,.form:not([pristine]) .checkbox:invalid{border:1px solid var(--error-300)}.form:not([pristine]) .input:invalid:focus,.form:not([pristine]) .checkbox:invalid:focus{box-shadow:0px 1px 2px #1018280d, 0px 0px 0px 4px var(--error-100)}.label{font-weight:500;font-size:var(--sm-size);line-height:var(--sm-lh);color:var(--gray-700)}.checkbox{appearance:none;background:var(--white);border:1px solid var(--gray-300);cursor:pointer;border-radius:6px;width:20px;height:20px;padding:0}.checkbox:checked{background:var(--primary-50);border:1px solid var(--primary-600)}.checkbox:checked:before{content:"";box-sizing:content-box;border:2px solid var(--primary-600);transform-origin:2px 9px;backface-visibility:hidden;border-top:none;border-left:none;border-radius:.75px;width:4px;height:9px;position:absolute;transform:translate(4px)rotate(45deg)}.checkbox:focus{box-shadow:0px 1px 2px #1018280d, 0px 0px 0px 4px var(--primary-100)}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./files/inter-cyrillic-ext-400-normal.woff2)format("woff2"),url(./files/inter-cyrillic-ext-400-normal.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./files/inter-cyrillic-400-normal.woff2)format("woff2"),url(./files/inter-cyrillic-400-normal.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./files/inter-greek-ext-400-normal.woff2)format("woff2"),url(./files/inter-greek-ext-400-normal.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./files/inter-greek-400-normal.woff2)format("woff2"),url(./files/inter-greek-400-normal.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./files/inter-vietnamese-400-normal.woff2)format("woff2"),url(./files/inter-vietnamese-400-normal.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./files/inter-latin-ext-400-normal.woff2)format("woff2"),url(./files/inter-latin-ext-400-normal.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:400;src:url(./files/inter-latin-400-normal.woff2)format("woff2"),url(./files/inter-latin-400-normal.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./files/inter-cyrillic-ext-500-normal.woff2)format("woff2"),url(./files/inter-cyrillic-ext-500-normal.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./files/inter-cyrillic-500-normal.woff2)format("woff2"),url(./files/inter-cyrillic-500-normal.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./files/inter-greek-ext-500-normal.woff2)format("woff2"),url(./files/inter-greek-ext-500-normal.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./files/inter-greek-500-normal.woff2)format("woff2"),url(./files/inter-greek-500-normal.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./files/inter-vietnamese-500-normal.woff2)format("woff2"),url(./files/inter-vietnamese-500-normal.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./files/inter-latin-ext-500-normal.woff2)format("woff2"),url(./files/inter-latin-ext-500-normal.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:500;src:url(./files/inter-latin-500-normal.woff2)format("woff2"),url(./files/inter-latin-500-normal.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./files/inter-cyrillic-ext-600-normal.woff2)format("woff2"),url(./files/inter-cyrillic-ext-600-normal.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./files/inter-cyrillic-600-normal.woff2)format("woff2"),url(./files/inter-cyrillic-600-normal.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./files/inter-greek-ext-600-normal.woff2)format("woff2"),url(./files/inter-greek-ext-600-normal.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./files/inter-greek-600-normal.woff2)format("woff2"),url(./files/inter-greek-600-normal.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./files/inter-vietnamese-600-normal.woff2)format("woff2"),url(./files/inter-vietnamese-600-normal.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./files/inter-latin-ext-600-normal.woff2)format("woff2"),url(./files/inter-latin-ext-600-normal.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:600;src:url(./files/inter-latin-600-normal.woff2)format("woff2"),url(./files/inter-latin-600-normal.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./files/inter-cyrillic-ext-700-normal.woff2)format("woff2"),url(./files/inter-cyrillic-ext-700-normal.woff)format("woff");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./files/inter-cyrillic-700-normal.woff2)format("woff2"),url(./files/inter-cyrillic-700-normal.woff)format("woff");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./files/inter-greek-ext-700-normal.woff2)format("woff2"),url(./files/inter-greek-ext-700-normal.woff)format("woff");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./files/inter-greek-700-normal.woff2)format("woff2"),url(./files/inter-greek-700-normal.woff)format("woff");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./files/inter-vietnamese-700-normal.woff2)format("woff2"),url(./files/inter-vietnamese-700-normal.woff)format("woff");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./files/inter-latin-ext-700-normal.woff2)format("woff2"),url(./files/inter-latin-ext-700-normal.woff)format("woff");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-display:swap;font-weight:700;src:url(./files/inter-latin-700-normal.woff2)format("woff2"),url(./files/inter-latin-700-normal.woff)format("woff");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--white:#fff;--black:#000;--blue:#1877f2;--gray-25:#fcfcfd;--gray-50:#f9fafb;--gray-100:#f2f4f7;--gray-200:#eaecf0;--gray-300:#d0d5dd;--gray-400:#98a2b3;--gray-500:#667085;--gray-600:#475467;--gray-700:#344054;--gray-800:#1d2939;--gray-900:#101828;--primary-25:#f5f8ff;--primary-50:#eef4ff;--primary-100:#e0eaff;--primary-200:#c7d7fe;--primary-300:#a4bcfd;--primary-400:#8098f9;--primary-500:#6172f3;--primary-600:#444ce7;--primary-700:#3538cd;--primary-800:#2d31a6;--primary-900:#2d3282;--error-100:#fee4e2;--error-300:#fda29b;--shadow-xs:0px 1px 2px #1018280d;--fw-semibold:600;--fw-regular:400;font-family:Inter,sans-serif}