:root{--color-main:#0076ff;--color-main-hover:#2e8fff;--color-main-active:#005ce7;--color-main-2:#5d4aca;--color-main-3:#00e2ea;--color-text:#171717;--color-bg:#f3f4f6;--color-bg-dark:#1c1d24;--color-error:#ff4053;--font-main:"Inter",sans-serif}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(../fonts/Inter-Light.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(../fonts/Inter-ExtraLight.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(../fonts/Inter-ExtraBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(../fonts/Inter-Bold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(../fonts/Inter-Black.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(../fonts/Inter-Medium.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(../fonts/Inter-Regular.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(../fonts/Inter-SemiBold.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(../fonts/Inter-Thin.woff2) format("woff2")}*,:after,:before{box-sizing:border-box;-webkit-font-smoothing:antialiased;-webkit-tap-highlight-color:transparent;-moz-osx-font-smoothing:grayscale}blockquote,body,dd,dl,figcaption,figure,h1,h2,h3,h4,li,p{margin:0}body,html{height:100%}ol[class],ul[class]{list-style:none;margin:0;padding:0}img,svg{display:block;height:auto;margin:0;max-width:100%}button,input,select,textarea{font-family:inherit}button{touch-action:manipulation}body,button{color:var(--color-text)}body{background:var(--color-bg-dark);font-family:var(--font-main);font-optical-sizing:auto;font-size:20px;font-variant-ligatures:none;font-variation-settings:"slnt" 0;line-height:1.6;-webkit-text-size-adjust:none;-moz-text-size-adjust:none;text-size-adjust:none}@media screen and (max-width:767px){body{font-size:16px;line-height:24px}}#__nuxt{height:100%}.hidden{display:none!important}.page{display:flex;flex-direction:column;height:100%}.page__main{flex:1 0 auto;padding-top:88px}@media screen and (max-width:767px){.page__main{padding-top:56px}}.page__main--empty{padding:0!important}.container{margin:0 auto;max-width:1230px;padding:0 30px;width:100%}@media screen and (max-width:767px){.container{padding:0 15px}}.container--small{max-width:930px}.container--full{max-width:100%}.h2,h2{font-size:88px;font-weight:700;line-height:1.2}@media screen and (max-width:767px){.h2,h2{font-size:40px}}.vfm--fixed{position:fixed}.vfm--absolute{position:absolute}.vfm--inset{inset:0}.vfm--overlay{background-color:#00000080;z-index:-1}.vfm--prevent-none{pointer-events:none}.vfm--prevent-auto{pointer-events:auto}.vfm--outline-none:focus{outline:none}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.vfm-fade-enter-active{animation:fade-in .3s ease}.vfm-fade-leave-active{animation:fade-out .3s ease}.vfm-bounce-back{transition-duration:.3s;transition-property:transform}.vfm-slide-down-enter-active,.vfm-slide-down-leave-active,.vfm-slide-up-enter-active,.vfm-slide-up-leave-active{transition:transform .3s ease}.vfm-slide-down-enter-from,.vfm-slide-down-leave-to{transform:translateY(100vh)!important}.vfm-slide-up-enter-from,.vfm-slide-up-leave-to{transform:translateY(-100vh)!important}.vfm-slide-left-enter-active,.vfm-slide-left-leave-active,.vfm-slide-right-enter-active,.vfm-slide-right-leave-active{transition:transform .3s ease}.vfm-slide-right-enter-from,.vfm-slide-right-leave-to{transform:translate(100vw)!important}.vfm-slide-left-enter-from,.vfm-slide-left-leave-to{transform:translate(-100vw)!important}.vfm-swipe-banner-back,.vfm-swipe-banner-forward{bottom:0;position:fixed;top:0;width:27px;z-index:10}.vfm-swipe-banner-back{left:0}.vfm-swipe-banner-forward{right:0}.Button{align-items:center;background:var(--color-main);border:none;border:1px solid var(--color-main);border-radius:100px;color:#fff;cursor:pointer;display:inline-flex;font-size:18px;font-weight:500;gap:10px;height:56px;justify-content:center;line-height:24px;outline:none;padding:14px 38px;position:relative;text-align:center;text-decoration:none;transition:background-color .2s ease,color .2s ease,border-color .2s ease,box-shadow .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}@media screen and (max-width:767px){.Button{font-size:16px;height:48px;padding:11px 32px}}.Button svg{flex-shrink:0}.Button:hover{background:var(--color-main-hover);border-color:var(--color-main-hover);color:#fff}.Button--primary{background:var(--color-main);border-color:var(--color-main);color:#fff}.Button--primary:active{background:var(--color-main-active);border-color:var(--color-main-active);color:#fff}.Button--bordered{background:transparent;border-color:#666;color:var(--color-text)}.Button--bordered:hover{background:var(--color-main-hover);border-color:var(--color-main-hover);color:#fff}.Button--bordered:active{background:var(--color-main-active);border-color:var(--color-main-active);color:#fff}.Button--bordered-white{background:transparent;border-color:#666;color:#fff}.Button--bordered-white:hover{background:#fff;border-color:#fff;color:var(--color-main)}.Button--bordered-white:active{background:#dbe0e6;border-color:#dbe0e6;color:var(--color-main)}.Button--white{background:#fff;border-color:#fff;color:var(--color-text)}.Button--white:hover{background:#fff;border-color:#fff;color:var(--color-main)}.Button--white:active{background:#dbe0e6;border-color:#dbe0e6;color:var(--color-main)}.Button--loading{color:transparent!important;cursor:progress!important}.Button--loading:before{animation:spinner .6s linear infinite;background:transparent;border:2px solid hsla(0,0%,100%,.25);border-radius:50%;border-top-color:#fff;content:"";display:block;height:20px;left:50%;position:absolute;top:50%;transform:translate(-50%) translateY(-50%);width:20px}@keyframes spinner{0%{transform:translate(-50%) translateY(-50%) rotate(0)}to{transform:translate(-50%) translateY(-50%) rotate(359deg)}}.Header{background:var(--color-bg-dark);display:block;left:0;max-width:calc(100% - var(--noscroll-target-scrollbar-width));position:fixed;right:0;top:0;transform:translateZ(0);width:100%;z-index:88}@media screen and (max-width:767px){.Header{position:absolute}}.Header__wrapper{align-items:center;display:flex;height:88px;justify-content:space-between}@media screen and (max-width:767px){.Header__wrapper{height:56px}.Header__logo{width:158px}.Header__button{display:none}}.Footer{background:var(--color-bg-dark);padding:40px 0}@media screen and (max-width:767px){.Footer{padding:32px 0}}.Footer__top{align-items:center;display:flex;justify-content:space-between;margin-bottom:24px}@media screen and (max-width:767px){.Footer__top{display:block}.Footer__logo{margin-bottom:16px;max-width:158px}}.Footer__info{align-items:center;display:flex;gap:24px}.Footer__date,.Footer__location{align-items:center;color:#fff;display:flex;gap:8px}.Footer__middle{display:flex;gap:30px;justify-content:space-between;margin-bottom:24px}@media screen and (max-width:767px){.Footer__middle{display:block;margin-bottom:16px}}.Footer__cookies{font-size:14px;line-height:1.5;max-width:770px}.Footer__cookies-text{color:#888;margin-bottom:8px}.Footer__cookies-links{display:flex;flex-wrap:wrap;gap:40px;row-gap:8px}.Footer__cookies-link{color:var(--color-main);transition:color .2s ease}.Footer__cookies-link:hover{color:#fff}.Footer__organiser{align-items:flex-end;display:flex;flex-direction:column}@media screen and (max-width:767px){.Footer__organiser{align-items:flex-start;margin-top:16px}}.Footer__organiser-title{color:#888;font-size:16px;line-height:1.6;margin-bottom:4px}.Footer__copyright{color:#fff;font-size:16px;line-height:1.6}.Modal{align-items:center;display:flex;justify-content:center;max-width:calc(100% - var(--noscroll-target-scrollbar-width))}@media screen and (max-width:767px){.Modal{align-items:flex-end}}.Modal__wrapper{background:#fff;border-radius:16px;max-height:90%;max-width:690px;overflow-y:auto;position:relative;width:100%;z-index:2}.Modal__wrapper::-webkit-scrollbar{-webkit-appearance:none;appearance:none}.Modal__wrapper::-webkit-scrollbar:vertical{width:7px}.Modal__wrapper::-webkit-scrollbar:horizontal{height:7px}.Modal__wrapper::-webkit-scrollbar-thumb{background-color:#ccc;border:0;border-radius:7px}.Modal__wrapper::-webkit-scrollbar-track{background-color:transparent;border-radius:7px}@media screen and (max-width:767px){.Modal__wrapper{border-bottom-left-radius:0;border-bottom-right-radius:0;max-width:100%}}.Modal__header{background:#fff;padding:60px 60px 24px;position:sticky;top:0;z-index:99}@media screen and (max-width:1600px){.Modal__header{padding:40px 40px 24px}}@media screen and (max-width:767px){.Modal__header{padding:20px 20px 16px}}.Modal__header--close{padding-right:60px}.Modal__title{align-self:center;font-size:32px;font-weight:700;line-height:1.2;text-align:left}.Modal__description{color:#888;font-size:16px;font-weight:400;line-height:1.6;margin-top:8px}.Modal__body{padding:0 60px 60px}@media screen and (max-width:1600px){.Modal__body{padding:0 40px 40px}}@media screen and (max-width:767px){.Modal__body{padding:0 20px 20px}}.Modal__close{align-items:center;background:transparent;border:0;box-shadow:none;color:var(--color-main);cursor:pointer;display:flex;height:40px;justify-content:center;padding:0;position:absolute;right:20px;top:20px;transition:color .2s ease;width:40px}@media screen and (max-width:767px){.Modal__close{padding:10px;right:0;top:10px}}.Modal__close:hover{color:#000}.fade-enter-active,.fade-leave-active{transition:opacity .3s ease}@media screen and (max-width:767px){.fade-enter-active,.fade-leave-active{transition:opacity .4s ease}}.fade-enter-from,.fade-leave-to{opacity:0}.slide-enter-active,.slide-leave-active{transition:opacity .2s ease}@media screen and (max-width:767px){.slide-enter-active,.slide-leave-active{transition:transform .4s ease}}.slide-enter-from,.slide-leave-to{opacity:0}@media screen and (max-width:767px){.slide-enter-from,.slide-leave-to{opacity:1;transform:translateY(100%)}}.Input{display:block;margin-bottom:24px}@media screen and (max-width:767px){.Input{margin-bottom:16px}}.Input__field{background:transparent;border:0;border-bottom:1px solid hsla(0,0%,9%,.15);border-radius:0;box-shadow:none;color:var(--color-text);font-size:16px;font-weight:400;height:56px;line-height:32px;max-width:100%;outline:none;padding:15px 16px;scroll-margin:120px;text-overflow:ellipsis;transition:border-color .2s ease;width:100%}.Input__field::-moz-placeholder{color:#888}.Input__field::placeholder{color:#888}.Input__field:focus,.Input__field:hover{border-color:#171717}.Input__field:invalid:focus{border-color:var(--color-error)}.Input__error,.Input__field.error{border-color:var(--color-error)}.Input__error{font-size:12px;line-height:20px;margin-top:2px}.Checkbox{cursor:pointer;display:flex;gap:8px;margin:16px 0;position:relative}@media screen and (max-width:767px){.Checkbox{margin:8px 0}}.Checkbox:hover .Checkbox__input{border-color:var(--color-main)}.Checkbox:hover .Checkbox__text{color:var(--color-text)}.Checkbox.error .Checkbox__input{border-color:var(--color-error)}.Checkbox input{height:0;opacity:0;position:absolute;width:0;z-index:-1}.Checkbox input:checked+.Checkbox__input{background:var(--color-main);border-color:var(--color-main)}.Checkbox input:checked+.Checkbox__input:before{opacity:1;visibility:visible}.Checkbox input:checked~.Checkbox__text{color:var(--color-text)}.Checkbox__input{border:1px solid #888;border-radius:4px;flex-shrink:0;height:24px;position:relative;width:24px}.Checkbox__input:before{background:url(../images/ico-checkbox.svg) no-repeat 50%;background-size:contain;content:"";display:block;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .1s ease,visibility .1s ease;visibility:hidden;width:100%}.Checkbox__text{color:#888;font-size:16px;font-weight:400;line-height:1.6;text-align:left;transition:color .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Checkbox__text a{color:var(--color-main)}.RegistrationForm__checkboxes{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start;margin-top:24px}.RegistrationForm__submit{margin-top:24px}@media screen and (max-width:767px){.RegistrationForm__submit{max-width:480px;width:100%}}.RegistrationModal__form-title{align-items:center;display:flex;font-size:18px;font-weight:500;gap:8px;line-height:1.6;margin-bottom:16px}
