@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-cyrillic-ext-wght-normal.DV_LRdWn.woff2) format("woff2-variations");unicode-range:U+0460-052F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-cyrillic-wght-normal.D3on441i.woff2) format("woff2-variations");unicode-range:U+0301,U+0400-045F,U+0490-0491,U+04B0-04B1,U+2116}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-vietnamese-wght-normal.BcziCZ2I.woff2) format("woff2-variations");unicode-range:U+0102-0103,U+0110-0111,U+0128-0129,U+0168-0169,U+01A0-01A1,U+01AF-01B0,U+0300-0301,U+0303-0304,U+0308-0309,U+0323,U+0329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-latin-ext-wght-normal.C2XKUkC8.woff2) format("woff2-variations");unicode-range:U+0100-02BA,U+02BD-02C5,U+02C7-02CC,U+02CE-02D7,U+02DD-02FF,U+0304,U+0308,U+0329,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:Montserrat Variable;font-style:normal;font-display:swap;font-weight:100 900;src:url(/_astro/montserrat-latin-wght-normal.AeMhpAKq.woff2) format("woff2-variations");unicode-range:U+0000-00FF,U+0131,U+0152-0153,U+02BB-02BC,U+02C6,U+02DA,U+02DC,U+0304,U+0308,U+0329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}:root{--gray-color-100: #f8f9fa;--gray-color-200: #e1e7ec;--gray-color-300: #cfd6de;--gray-color-400: #b8c4ce;--gray-color-500: #8895a7;--gray-color-600: #5f6b7a;--gray-color-700: #212934;--blue-color-100: #ced2ff;--blue-color-200: #9fa7ff;--blue-color-300: #6c78ff;--blue-color-400: #404ef4;--blue-color-500: #3745eb;--blue-color-600: #212b9c;--blue-color-700: #151c6b;--orange-color-100: #ffe3bb;--orange-color-200: #fcc980;--orange-color-300: #fdba5a;--orange-color-400: #fc9e15;--orange-color-500: #d78308;--orange-color-600: #af741f;--orange-color-700: #744d14;--orange-color-800: #da6d01;--red-color-100: #ffc5c5;--red-color-200: #ff9292;--red-color-300: #f97676;--red-color-400: #ff4f4f;--red-color-500: #db4949;--red-color-600: #992f2f;--red-color-700: #771d1d;--aqua-color-100: #c9fefd;--aqua-color-200: #9ff0ef;--aqua-color-300: #71dad9;--aqua-color-400: #36b7b6;--aqua-color-500: #329090;--aqua-color-600: #185656;--aqua-color-700: #134444;--aqua-color-800: #0bc2d7;--green-color-100: #e7f6e3;--green-color-400: #50b736;--pink-color-100: #f36cff;--white-color: #fff;--border-color: var(--gray-color-200);--primary-color: var(--blue-color-400);--secondary-color: var(--blue-color-100);--text-color: var(--gray-color-500);--text-dark-color: var(--gray-color-600)}*{margin:0;padding:0;box-sizing:border-box;font-family:Montserrat Variable,sans-serif;scroll-behavior:smooth}body{font-size:100%;margin:0 auto}main{max-width:1440px;margin:0 auto}button{background-color:none;border:none}ul{list-style:none}a{text-decoration:none;color:inherit}table{border:none;border-spacing:0;width:100%;margin:0;padding:0}th,td{border:none;margin:0;padding:0;background:none}@media (max-width: 768px){main{padding:0}}button{cursor:pointer;background:none}p,b{color:var(--text-color)}.header{width:100%;position:relative;border-bottom:1px solid var(--border-color)}.header__container{width:100%;height:100%;margin:0 auto;max-width:1440px;padding:.75rem 0;display:flex;justify-content:space-between;align-items:center}.header__section{display:flex;align-items:center;gap:1rem}.header__logo{width:7rem;margin-left:2rem;margin-right:1rem}.header__tabs{height:100%;display:grid;align-items:center;padding:1rem 2rem;scrollbar-width:none}@media (max-width: 900px){.header__container{display:grid;justify-content:space-between;grid-template-rows:repeat(2,1fr);gap:.5rem}.header__container .headerMenu{margin-left:auto;grid-column:2;grid-row:1}.header__logo{margin-left:1rem}.header__tabs{padding:0 1rem;overflow-x:auto;display:flex;width:100%;grid-row:2;grid-column:1/3}}.headerMenu{margin-right:2rem;display:flex}.headerMenu__logo,.headerMenu__button,.headerMenu__buttonText{display:none}.headerMenu__container{display:flex;gap:1rem;align-items:center}.headerMenu__closeButton{display:none}@media (max-width: 1280px){.headerMenu__button{display:flex}.headerMenu__container{visibility:hidden;position:fixed;z-index:999;top:0;left:0}.headerMenu__buttonText{display:block}.headerMenu--open .headerMenu__container{padding:0 1rem;width:100%;height:100dvh;inset:0;visibility:visible;display:flex;flex-direction:column;justify-content:center;align-items:center;background-color:var(--primary-color);transition:all .3s ease-in-out}.headerMenu--open button:not(.button--square){width:85%}.headerMenu--open .headerMenu__closeButton{display:flex}.headerMenu--open .headerMenu__logo{position:absolute;top:2rem;width:10rem;display:block}.headerMenu__closeButton{margin-top:5rem}}@media (max-width: 900px){.headerMenu{margin-right:1rem}}.button{color:var(--primary-color);font-weight:700;display:flex;justify-content:center;align-items:center;gap:.5rem;white-space:nowrap}.button--default:hover{text-decoration:underline}.button--default.button--inverted,.button--default.button--inverted *{color:var(--white-color)}.button--square{height:fit-content;display:flex;gap:1rem;place-items:center;width:100%;aspect-ratio:1/1;padding:.5rem;border-radius:.5rem}.button--rounded{height:fit-content;display:flex;gap:1rem;place-items:center;width:100%;aspect-ratio:1/1;padding:.5rem;border-radius:9999rem}.button--sm{padding:.5rem;border-radius:.75rem}.button--md{padding:.75rem 1.5rem;border-radius:1rem}.button--lg{padding:1rem 1.5rem;border-radius:1rem;font-size:1.1em}.button--primary{color:var(--white-color);background-color:var(--primary-color);box-shadow:0 2.7px 6.75px #0003;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.button--primary:hover{background-color:var(--blue-color-600);box-shadow:none}.button--primary.button--inverted{color:var(--primary-color);background-color:var(--white-color)}.button--secondary{color:var(--primary-color);background-color:var(--white-color);box-shadow:0 2.7px 6.75px #0003;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.button--secondary:hover{background-color:var(--gray-color-200);box-shadow:none;color:var(--blue-color-600)}.button--secondary.button--inverted{color:var(--white-color);background-color:var(--primary-color)}.button--outline{background-color:var(--white-color);box-shadow:0 2.7px 6.75px #0003;transition:transform .3s cubic-bezier(.34,1.56,.64,1)}.button--outline:hover{background-color:var(--gray-color-200);box-shadow:none;color:var(--blue-color-600)}.button:disabled{opacity:.6;cursor:not-allowed;pointer-events:none}@media (max-width: 375px){.button--md{padding:.5rem 1rem;border-radius:.75rem}}
