@font-face{font-family:Inter;src:url(/assets/fonts/Inter.ttf) format("truetype");font-weight:100 900;font-style:normal;font-display:swap}@font-face{font-family:SfDisplay;src:url(/assets/fonts/SfDisplay.otf) format("opentype");font-weight:400;font-style:normal;font-display:swap}.hero__body:before,.hero__body:after,.stage__overlay:before,.stage__overlay:after,.vacancies__overlay:before,.vacancies__overlay:after{content:"";position:absolute;left:0;right:0;height:var(--section-edge-blur-height);z-index:0;pointer-events:none;backdrop-filter:blur(var(--section-edge-blur-strength));-webkit-backdrop-filter:blur(var(--section-edge-blur-strength))}.hero__body:before,.stage__overlay:before,.vacancies__overlay:before{top:0;background:linear-gradient(to bottom,rgba(0,0,0,var(--section-edge-blur-opacity)),#0000);-webkit-mask-image:linear-gradient(to bottom,#000 0%,transparent 100%);mask-image:linear-gradient(to bottom,#000 0%,transparent 100%)}.hero__body:after,.stage__overlay:after,.vacancies__overlay:after{bottom:0;background:linear-gradient(to top,rgba(0,0,0,var(--section-edge-blur-opacity)),#0000);-webkit-mask-image:linear-gradient(to top,#000 0%,transparent 100%);mask-image:linear-gradient(to top,#000 0%,transparent 100%)}.stage{position:relative;width:100%;overflow:hidden}@media(max-width:900px){.stage{min-height:720px}}.stage__bg{display:block;width:100%;height:auto}@media(max-width:900px){.stage__bg{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center top}}.stage__overlay{position:absolute;inset:0;display:flex;flex-direction:column;isolation:isolate}.stage__overlay>*{position:relative;z-index:1}@media(max-width:900px){.stage__overlay{position:relative;min-height:720px}}.gold-btn,.contacts__btn,.chat-btn{position:relative;border:none;overflow:hidden;box-shadow:var(--btn-drop-shadow);font-family:var(--font-btn);font-size:16px}:is(.gold-btn,.contacts__btn,.chat-btn):before{content:"";position:absolute;inset:0;border-radius:inherit;padding:var(--btn-border-width);background:var(--btn-border-gradient);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;z-index:1}:is(.gold-btn,.contacts__btn,.chat-btn)>*{position:relative;z-index:2}.gold-btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;padding:16px 36px;border-radius:14px;background:var(--gold-btn-bg);font-weight:600;line-height:20px;color:var(--white);cursor:pointer;transition:opacity .2s ease,transform .2s ease,background .2s ease}.gold-btn:hover{opacity:1;background:var(--btn-bg-hover)}.gold-btn img{width:20px;height:20px;flex-shrink:0}.gold-btn--dark-text{font-weight:500}.gold-btn--dark-text img{width:19px;height:19px}.gold-btn__text{display:inline-block;background:var(--section-title-gradient);background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media(max-width:480px){.gold-btn--full{width:100%}}.section-title{display:inline-block;width:fit-content;max-width:100%;margin:0 0 20px;font-size:var(--section-title-size);font-weight:600;line-height:50px;background:var(--section-title-gradient);background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}@media(max-width:768px){.section-title{font-size:28px;line-height:34px}}.text-gold-gradient{background:var(--section-title-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}:root{--black: #000000;--black-rich: #0d0d0d;--black-warm: #1f1f1d;--black-navy: #020103;--gold: #ffcc00;--purple-dark: #2a193c;--purple: #4d3763;--gray: #58534a;--white: #ffffff;--white-70: rgba(255, 255, 255, .7);--white-50: rgba(255, 255, 255, .5);--white-15: rgba(255, 255, 255, .15);--gold-gradient: linear-gradient(135deg, #ffcc00 0%, #c8960c 50%, #8b6914 100%);--gold-text: #e8c244;--btn-bg: linear-gradient(90deg, #1f1f1f 0%, #5b492e 100%);--btn-bg-hover: linear-gradient(90deg, #2a2a2a 0%, #6d5838 100%);--btn-border-gradient: linear-gradient(90deg, rgba(243, 191, 121, .33) 0%, rgba(255, 255, 255, 0) 100%);--btn-border-width: .42px;--btn-drop-shadow: 0 1.66px 1.66px 0 #000000;--gold-btn-bg: var(--btn-bg);--gold-btn-shadow: var(--btn-drop-shadow);--section-title-size: 42px;--section-title-gradient: linear-gradient(90deg, #d0d0d0 0%, #ffea8e 100%);--font: "Inter", sans-serif;--font-btn: "SfDisplay", var(--font);--container: 1920px;--container-pad: 120px;--page-frame-border: rgba(255, 255, 255, .15);--header-height: 100px;--section-edge-blur-height: 200px;--section-edge-blur-strength: 18px;--section-edge-blur-opacity: .975}@media(max-width:1440px){:root{--container-pad: 80px}}@media(max-width:1200px){:root{--container-pad: 48px}}@media(max-width:900px){:root{--header-height: 72px;--container-pad: 32px}}@media(max-width:480px){:root{--container-pad: 20px}}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth;overflow-x:clip;max-width:100%;scroll-padding-top:var(--header-height)}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}body{margin:0;font-family:var(--font);font-size:16px;line-height:1.5;color:var(--white);background:var(--black);-webkit-font-smoothing:antialiased;overflow-x:clip;max-width:100%}img{max-width:100%;height:auto;display:block}a{color:inherit;text-decoration:none}.landing{overflow-x:clip;max-width:100%;background:var(--black)}.landing__frame{width:100%;max-width:var(--container);margin-inline:auto;overflow-x:clip}@media(min-width:1921px){.landing__frame{border-left:1px solid var(--page-frame-border);border-right:1px solid var(--page-frame-border)}}.container{width:100%;max-width:var(--container);margin:0 auto;padding-inline:var(--container-pad)}.landing-loading{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:24px;text-align:center;color:var(--white-70)}.landing-loading--error{color:#ff6b6b}.hero{background:#000}.hero__body{position:relative;box-sizing:border-box;width:100%;min-height:1300px;height:auto;flex:none;display:flex;flex-direction:column;align-items:center;padding:16px var(--container-pad) 96px;overflow:hidden;isolation:isolate;background-image:url(/assets/img/main/intro-bg.png);background-repeat:no-repeat;background-position:center top;background-size:cover}.hero__body>.hero__grid{position:relative;z-index:1;flex:1;min-height:0}@media(max-width:900px){.hero__body{min-height:520px;padding:16px var(--container-pad) 48px}}@media(max-width:480px){.hero__body{min-height:440px;padding:12px var(--container-pad) 40px}}.hero__grid{flex:1;display:grid;grid-template-columns:640px 1fr;gap:80px;align-items:center;width:100%}@media(max-width:1440px){.hero__grid{grid-template-columns:520px 1fr;gap:60px}}@media(max-width:1200px){.hero__grid{grid-template-columns:1fr 1fr;gap:40px}}@media(max-width:900px){.hero__grid{grid-template-columns:1fr;gap:32px}}.hero__brand{display:flex;flex-direction:column;align-items:flex-start;gap:28px;align-items:flex-end}@media(max-width:900px){.hero__brand{align-items:center;text-align:center}}.hero__logo{width:387px;height:388px;object-fit:contain}@media(max-width:1440px){.hero__logo{width:320px;height:320px}}@media(max-width:1200px){.hero__logo{width:260px;height:260px}}@media(max-width:768px){.hero__logo{width:200px;height:200px}}@media(max-width:480px){.hero__logo{width:160px;height:160px}}.hero__title{display:flex;flex-direction:column;gap:0;margin:0;padding:0}.hero__title-line{display:block;font-size:88px;font-weight:700;line-height:96px;letter-spacing:-2px;color:#fff;text-shadow:1px 1px 0 #8b6914,2px 2px 0 #7a5c12,3px 3px 0 #6b4f10,4px 4px 0 #5c430e,5px 5px 0 #4d370c,6px 6px 0 #3e2b0a,0 0 40px rgba(200,150,12,.25)}@media(max-width:1440px){.hero__title-line{font-size:72px;line-height:80px}}@media(max-width:1200px){.hero__title-line{font-size:56px;line-height:64px}}@media(max-width:768px){.hero__title-line{font-size:44px;line-height:52px}}@media(max-width:480px){.hero__title-line{font-size:36px;line-height:42px}}.hero__content{display:flex;flex-direction:column;align-items:flex-start;gap:0;max-width:500px;padding-top:24px;font-size:20px;line-height:1.5}@media(max-width:900px){.hero__content{align-items:center;text-align:center;max-width:100%;padding-top:0}}.hero__text{margin:0;font-size:16px;font-weight:400;line-height:24px;color:#fff}.hero__text+.hero__text{margin-top:16px}.hero__btn{margin-top:32px;white-space:nowrap;font-family:var(--font-btn);font-size:16px}@media(max-width:900px){.hero__btn{width:100%;max-width:100%;white-space:normal}}.contacts{position:relative;padding:80px 0 96px;background-color:#000;overflow:hidden}.contacts:after{content:"";position:absolute;inset:0;background-image:url(/assets/img/main/block-bg.png);background-repeat:no-repeat;background-position:center;background-size:cover;pointer-events:none;z-index:0}.contacts:before{content:"";position:absolute;inset:0;background:#000000b8;pointer-events:none;z-index:1}.contacts .container{position:relative;z-index:2}.contacts__title{display:inline-block}.contacts__subtitle{margin:0;font-size:16px;font-weight:400;line-height:24px;color:#ffffffb3;max-width:640px}.contacts__subtitle-info{margin:8px 0 40px;font-size:16px;font-weight:400;line-height:24px;color:#ffffff80;max-width:640px}.contacts__buttons{display:grid;grid-template-columns:repeat(5,1fr);gap:16px;max-width:1680px}@media(max-width:1200px){.contacts__buttons{grid-template-columns:repeat(3,1fr)}}@media(max-width:768px){.contacts__buttons{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.contacts__buttons{grid-template-columns:1fr}}.contacts__btn{display:inline-flex;align-items:center;justify-content:center;gap:10px;min-height:52px;padding:14px 20px;border-radius:12px;background:var(--btn-bg);-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);font-weight:500;line-height:20px;text-align:center;transition:background .2s ease,transform .2s ease}.contacts__btn:hover{background:var(--btn-bg-hover)}.contacts__btn-icon{width:18px;height:21px;flex-shrink:0;object-fit:contain}.contacts__btn-text{display:inline-block;background:var(--section-title-gradient);background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.vacancies{background:#000;overflow:hidden}.vacancies__inner{position:relative;z-index:1;display:flex;flex-direction:column;width:100%;padding-top:80px;padding-bottom:96px}@media(max-width:900px){.vacancies__inner{padding-top:48px;padding-bottom:64px}}.vacancies__header{text-align:right;margin-bottom:48px}@media(max-width:900px){.vacancies__header{text-align:left}}.vacancies__title{margin-bottom:16px}.vacancies__subtitle{margin:0 0 0 auto;max-width:520px;font-size:16px;font-weight:400;line-height:24px;color:#ffffffb3}@media(max-width:900px){.vacancies__subtitle{margin-left:0}}.vacancies__grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}@media(max-width:1200px){.vacancies__grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:480px){.vacancies__grid{grid-template-columns:1fr}}.vacancies__card{position:relative;display:flex;flex-direction:column;gap:12px;min-height:140px;padding:32px;border:none;border-radius:16px;overflow:hidden;background:linear-gradient(180deg,#1f1f1db8,#0d0d0de0);box-shadow:inset 0 -13px 15px -1px #d57b5526,0 8px 24px #00000040;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);transition:background .2s ease,box-shadow .2s ease}.vacancies__card:before{content:"";background-image:url(/assets/img/main/block-bg.png);background-size:cover;background-position:center;background-repeat:no-repeat;width:100%;height:100%;position:absolute;top:0;left:0;border-radius:inherit;pointer-events:none;z-index:0}.vacancies__card:after{content:"";position:absolute;inset:0;border-radius:inherit;padding:.5px;background:var(--btn-border-gradient);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude;pointer-events:none;z-index:1}.vacancies__card:hover{background:linear-gradient(180deg,#2d2820c7,#0d0d0deb);box-shadow:inset 0 -13px 15px -1px #d57b5533,0 8px 24px #00000040}.vacancies__card-title{position:relative;z-index:2;margin:0;font-family:var(--font-btn);font-size:28px;font-weight:600;line-height:34px;color:#fff}@media(max-width:768px){.vacancies__card-title{font-size:22px}}.vacancies__card-text{position:relative;z-index:2;margin:0;font-family:var(--font-btn);font-size:14px;font-weight:400;line-height:20px;background:var(--section-title-gradient);background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.vacancies__cta{display:flex;flex-direction:column;align-items:center;gap:32px;margin-top:128px;text-align:center}.vacancies__cta-text{margin:0;max-width:720px;font-size:18px;font-weight:400;line-height:28px;background:var(--section-title-gradient);background-repeat:no-repeat;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.chat-modal{position:fixed;inset:0;z-index:400;display:flex;align-items:flex-end;justify-content:flex-end;padding:24px;pointer-events:none}@media(max-width:768px){.chat-modal{padding:16px;align-items:stretch;justify-content:stretch}}.chat-modal__backdrop{position:absolute;inset:0;border:none;padding:0;background:#0000008c;cursor:pointer;pointer-events:auto}.chat-modal__panel{position:relative;z-index:1;pointer-events:auto;display:flex;flex-direction:column;width:min(400px,calc(100vw - 48px));height:min(560px,calc(100vh - 120px));margin-bottom:72px;border-radius:20px;background:var(--black-rich);border:1px solid rgba(255,255,255,.12);box-shadow:0 20px 48px #0000008c;overflow:hidden}@media(max-width:768px){.chat-modal__panel{width:100%;height:auto;min-height:70vh;max-height:calc(100vh - 32px);margin:auto 0 0;border-radius:20px 20px 16px 16px}}.chat-modal__header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:16px 18px;border-bottom:1px solid rgba(255,255,255,.1)}.chat-modal__title{margin:0;font-family:var(--font-btn);font-size:16px;font-weight:500;background:var(--section-title-gradient);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;color:transparent}.chat-modal__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:8px;background:#ffffff14;color:#ffffffbf;font-size:22px;line-height:1;cursor:pointer}.chat-modal__close:hover{background:#ffffff24;color:#fff}.chat-modal__list{flex:1;overflow-y:auto;padding:16px 18px;display:flex;flex-direction:column;gap:10px}.chat-modal__empty{margin:auto 0;text-align:center;font-size:14px;line-height:20px;color:#ffffff8c}.chat-modal__bubble{max-width:85%;padding:10px 14px;border-radius:14px;font-size:14px;line-height:20px;white-space:pre-wrap;word-break:break-word;overflow-wrap:anywhere}.chat-modal__bubble--user{align-self:flex-end;background:var(--btn-bg);color:#fff;border-bottom-right-radius:4px}.chat-modal__bubble--staff{align-self:flex-start;background:#ffffff14;color:#ffffffeb;border-bottom-left-radius:4px}.chat-modal__error{margin:0;padding:0 18px 8px;font-size:13px;color:#ff6b6b}.chat-modal__form{display:flex;flex-direction:row;align-items:flex-end;gap:10px;padding:14px 18px 18px;border-top:1px solid rgba(255,255,255,.1)}.chat-modal__input{flex:1;min-width:0;width:auto;resize:none;box-sizing:border-box;padding:12px 14px;border-radius:12px;border:1px solid rgba(255,255,255,.12);background:#00000059;color:#fff;font-family:var(--font);font-size:14px;line-height:20px}.chat-modal__input:focus{outline:none;border-color:#f3bf7973}.chat-modal__input:disabled{opacity:.7}.chat-modal__send{flex-shrink:0;white-space:nowrap;padding:12px 18px;cursor:pointer}.chat-modal__send:disabled{opacity:.5;cursor:not-allowed}.chat-btn-wrap{position:fixed;right:24px;bottom:24px;z-index:200;display:flex;flex-direction:column;align-items:flex-end;gap:12px;max-width:calc(100vw - 32px)}@media(max-width:768px){.chat-btn-wrap{right:16px;bottom:16px}}.chat-btn__prompt{position:relative;width:min(280px,calc(100vw - 48px));max-width:100%;padding:14px 40px 14px 16px;border-radius:14px;background:var(--black-rich);border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 32px #00000073;animation:chat-prompt-in .35s ease}.chat-btn__prompt:after{content:"";position:absolute;right:28px;bottom:-7px;width:14px;height:14px;background:var(--black-rich);border-right:1px solid rgba(255,255,255,.12);border-bottom:1px solid rgba(255,255,255,.12);transform:rotate(45deg)}.chat-btn__prompt-text{margin:0;font-family:var(--font);font-size:14px;font-weight:400;line-height:20px;color:#ffffffe0}.chat-btn__prompt-close{position:absolute;top:8px;right:8px;display:flex;align-items:center;justify-content:center;width:24px;height:24px;padding:0;border:none;border-radius:6px;background:#ffffff14;color:#ffffffb3;font-size:18px;line-height:1;cursor:pointer;transition:background .15s ease,color .15s ease}.chat-btn__prompt-close:hover{background:#ffffff24;color:#fff}.chat-btn__inner{position:relative}.chat-btn{position:relative;overflow:visible;display:inline-flex;align-items:center;gap:10px;padding:14px 24px;background:var(--btn-bg);border-radius:999px;font-weight:500;font-family:inherit;color:inherit;cursor:pointer;transition:opacity .2s ease,transform .2s ease,background .2s ease}.chat-btn:hover{opacity:1;background:var(--btn-bg-hover)}.chat-btn img{width:22px;height:22px}@media(max-width:768px){.chat-btn{padding:12px 18px}}@media(max-width:480px){.chat-btn{padding:14px;border-radius:50%}.chat-btn span.gold-btn__text{display:none}}.chat-btn__badge{position:absolute;top:-4px;right:-4px;z-index:3;display:flex;align-items:center;justify-content:center;min-width:20px;height:20px;padding:0 5px;border-radius:999px;background:#e53935;border:2px solid var(--black);color:#fff;font-family:var(--font);font-size:11px;font-weight:700;line-height:1;animation:chat-badge-in .35s ease}@keyframes chat-prompt-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes chat-badge-in{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:scale(1)}}@media(prefers-reduced-motion:reduce){.chat-btn__prompt,.chat-btn__badge{animation:none}}.footer{width:100%;margin-left:0;box-sizing:border-box;padding:16px 0 24px;border-top:1px solid var(--page-frame-border);background:var(--black)}@media(max-width:900px){.footer{padding-top:12px;padding-bottom:16px}}.footer__inner{display:flex;align-items:center;justify-content:center;max-width:var(--container);margin:0 auto;padding:0 var(--container-pad)}.footer__logo{width:min(240px,70vw);height:auto;object-fit:contain}.page-loader{position:fixed;inset:0;z-index:9999;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:32px;background:var(--black);transition:opacity .4s ease}.page-loader--exit{opacity:0;pointer-events:none}.page-loader__logo{width:48px;height:auto}.page-loader__bar-wrap{width:200px;height:3px;background:var(--white-15);border-radius:2px;overflow:hidden}.page-loader__bar{height:100%;background:var(--gold-gradient);border-radius:2px;transition:width .3s ease}@media(prefers-reduced-motion:reduce){.page-loader,.page-loader__bar{transition:none}}.header{position:relative;z-index:100;background:transparent}.header--embedded{position:relative;z-index:100;display:flex;flex-direction:column;flex:1;width:100%;background:transparent}.hero__top{position:sticky;top:0;z-index:200;width:100%;margin-left:0;box-sizing:border-box;padding:24px 0 16px;border-bottom:1px solid var(--page-frame-border);background:var(--black)}@media(max-width:900px){.hero__top{padding-top:16px;padding-bottom:12px}}.hero__top-inner{display:flex;flex-direction:column;align-items:center;gap:16px;max-width:var(--container);margin:0 auto;padding:0 var(--container-pad)}@media(max-width:900px){.hero__top-inner{flex-direction:row;justify-content:space-between}}.header-shell--menu-open .header__burger span:nth-child(1){transform:rotate(45deg)}.header-shell--menu-open .header__burger span:nth-child(2){opacity:0}.header-shell--menu-open .header__burger span:nth-child(3){transform:rotate(-45deg)}.header-shell--menu-open .hero__top{z-index:310}.header-shell--menu-open .header__burger{position:relative;z-index:311}.header__inner{display:flex;flex-direction:column;align-items:center;gap:16px}.header__inner--embedded{max-width:var(--container);margin:0 auto;padding:0 120px}@media(max-width:1440px){.header__inner--embedded{padding-inline:80px}}@media(max-width:1200px){.header__inner--embedded{padding-inline:48px}}@media(max-width:900px){.header__inner--embedded{flex-direction:row;justify-content:space-between;padding:16px 32px 0}}@media(max-width:480px){.header__inner--embedded{padding-inline:20px}}.header__logo-link{display:block;line-height:0}.header__logo{width:101px;height:53px;object-fit:contain}@media(max-width:900px){.header__logo{width:72px;height:38px}}.header__nav{display:flex;align-items:center;justify-content:center;width:fit-content;max-width:calc(100% - var(--container-pad) * 2);margin:16px auto 32px;height:44px;padding:0 6px;background:#0d0d0db8;border:1px solid rgba(255,255,255,.12);border-radius:999px;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}@media(max-width:900px){.header__nav{position:fixed;inset:0 0 0 auto;z-index:300;flex-direction:column;align-items:stretch;justify-content:flex-start;gap:8px;width:min(280px,85vw);height:100vh;height:100dvh;margin:0;padding:88px 24px 24px;border-radius:0;background:var(--black-rich);border:none;border-left:1px solid rgba(255,255,255,.1);transform:translate(100%);transition:transform .25s ease;visibility:hidden;pointer-events:none}}.header__nav a{display:flex;align-items:center;height:32px;padding:0 28px;border-radius:999px;font-size:14px;font-weight:400;line-height:20px;color:#ffffff8c;transition:background .15s ease,color .15s ease}.header__nav a:hover,.header__nav a.is-active{background:#ffffff1a;color:#fff}@media(max-width:900px){.header__nav a{justify-content:center;width:100%;height:44px;border-radius:12px}}@media(max-width:900px){.header-shell--menu-open .header__nav{transform:translate(0);visibility:visible;pointer-events:auto}}.header__backdrop{display:none;border:none;padding:0;cursor:pointer}@media(max-width:900px){.header__backdrop{display:block;position:fixed;inset:0;z-index:250;background:#0009;backdrop-filter:blur(2px);-webkit-backdrop-filter:blur(2px)}}.header__nav-item{display:flex;align-items:center;height:100%}@media(max-width:900px){.header__nav-item{width:100%}}.header__burger{display:none;position:relative;flex-shrink:0;align-items:center;justify-content:center;width:44px;height:44px;padding:0;border:1px solid rgba(255,255,255,.15);border-radius:12px;background:#ffffff14;cursor:pointer}@media(max-width:900px){.header__burger{display:flex}}.header__burger span{display:block;position:absolute;width:20px;height:2px;background:var(--white);border-radius:1px;transition:transform .2s ease,opacity .2s ease}.header__burger span:nth-child(1){transform:translateY(-6px)}.header__burger span:nth-child(3){transform:translateY(6px)}@media(prefers-reduced-motion:reduce){.header__nav{transition:none}}
