:root{--main-bg-color: #290909;--white-text: #F6F4FE;--grey-text: #F6F4FE8F;--yellow-text: #F5FF9F;--almost-transparent-text: #F6F4FE52;--separator-color: #FFFFFF29}@font-face{font-family:"Stringer";src:url("/fonts/Stringer-Light-Web-87b6b4d3.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Clear";src:url("/fonts/AlgorytmClear-Regular-58ece297.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:"Mono";src:url("/fonts/AlgorytmMono-Regular-befe9789.woff2") format("woff2");font-weight:300;font-style:normal;font-display:swap}.grey_text{color:var(--grey-text)}.yellow_text{color:var(--yellow-text)}.main_text{font-family:Clear;font-weight:400;font-size:20px;line-height:28px;letter-spacing:-0.02em;color:var(--grey-text)}*{scroll-behavior:smooth}html{background-color:var(--main-bg-color)}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;overflow:auto;overflow-x:hidden}a{color:var(--yellow-text);text-decoration:underline}p,h1{margin:0}.screen{width:100vw;height:100vh}@media screen and (min-width: 992px){.screen{display:flex}}.left_part{width:100%;height:100%;position:relative}@media screen and (min-width: 992px){.left_part{width:50%;position:fixed;left:0;top:0;bottom:0}}.bg{display:block;-o-object-fit:cover;object-fit:cover;width:100%;height:100%;flex-shrink:0}.logo{position:absolute;left:0;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);padding:48px;background-color:var(--main-bg-color)}.right_part{width:100%;height:100%;padding:24px 24px 0 24px;-webkit-box-sizing:border-box;box-sizing:border-box}.right_part__content{max-width:640px}@media screen and (min-width: 992px){.right_part{width:50%;margin-left:auto}}.first_section{min-height:calc(100vh - 24px);display:flex;flex-direction:column}.title{font-family:Stringer;font-weight:300;font-size:44px;line-height:48px;letter-spacing:-0.02em;color:var(--white-text);margin-bottom:24px}.item{display:flex;gap:24px;width:100%;padding:40px 0;flex-direction:column}.item__left{flex-shrink:0;font-family:Mono;font-weight:400;font-size:14px;line-height:20px;letter-spacing:0;text-transform:uppercase;color:var(--yellow-text);padding-top:4px}.item__right{font-family:Clear;font-weight:400;font-size:20px;line-height:28px;letter-spacing:-0.02em;color:var(--grey-text);display:flex;flex-direction:column;gap:24px}.item__right__title{color:var(--white-text)}@media screen and (min-width: 768px){.item{flex-direction:row}.item__left{width:140px}.shifted_content{margin-left:164px}}.show_more{display:none;margin-top:auto;margin-bottom:36px;cursor:pointer}@media screen and (min-width: 992px){.show_more{display:block}}.note{color:var(--almost-transparent-text);font-family:Clear;font-weight:400;font-size:12px;line-height:16px;letter-spacing:-0.02em;padding:40px 0;display:flex;flex-direction:column;gap:24px}.separator{width:100%;height:1px;background-color:var(--separator-color)}