html{line-height:1.15;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}h1{font-size:2em;margin:.67em 0}dl dl,dl ol,dl ul,ol dl,ul dl{margin:0}ol ol,ol ul,ul ol,ul ul{margin:0}hr{box-sizing:content-box;color:inherit;height:0;overflow:visible}main{display:block}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}audio,video{display:inline-block}audio:not([controls]){display:none;height:0}img{border-style:none}svg:not(:root){overflow:hidden}table{border-color:inherit;text-indent:0}button,input,select{margin:0}button{overflow:visible;text-transform:none}[type=button],[type=reset],[type=submit],button{-moz-appearance:button;appearance:button;-webkit-appearance:button}fieldset{padding:.35em .75em .625em}input{overflow:visible}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;white-space:normal}progress{display:inline-block;vertical-align:baseline}select{text-transform:none}textarea{margin:0;overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}::-moz-focus-inner{border-style:none;padding:0}:-moz-focusring{outline:1px dotted ButtonText}:-moz-ui-invalid{box-shadow:none}details{display:block}dialog{background-color:#fff;border:solid;color:#000;display:block;height:-moz-fit-content;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:-moz-fit-content;width:fit-content}dialog:not([open]){display:none}summary{display:list-item}canvas{display:inline-block}template{display:none}[hidden]{display:none}*,::after,::before{box-sizing:border-box}*{margin:0}@media (prefers-reduced-motion:no-preference){html{interpolate-size:allow-keywords}}body{line-height:1.5;-webkit-font-smoothing:antialiased}canvas,img,picture,svg,video{display:block;max-width:100%}button,input,select,textarea{font:inherit}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}p{text-wrap:pretty}h1,h2,h3,h4,h5,h6{text-wrap:balance}
@charset "UTF-8";:root{--font-family-default:"Montserrat",Arial,sans-serif;--font-family-heading:"Comfortaa",Calibri,sans-serif;--color-text-default:#232323;--color-text-primary:#ff5680;--color-text-primary-foreground:#ffffff;--color-text-muted:#6d6e70;--color-bg-default:#ffffff;--color-bg-primary:#ff5680;--color-bg-dim:#fafafa;--color-bg-dark:#6d6e70;--color-bg-rose:#fff2f6;--color-footer-links:#ffffff80;--color-footer-copyright:#c8c8c8;--color-footer-separator:#8e8e8e;--color-input-text:#6d6e70;--color-input-border:#dedede;--color-input-placeholder:#838487;--font-size-default:16px;--font-size-heading-1:27px;--font-size-heading-2:22px}body{font-family:var(--font-family-default);color:var(--color-text-default);background-color:var(--color-bg-default);font-size:var(--font-size-default)}.page-header{position:relative;position:fixed;top:0;left:0;right:0;background-color:rgba(255,255,255,.6)}.page-header__content{height:126px;max-width:940px;width:100%;padding:0 20px;margin:0 auto;display:flex;justify-content:space-between;align-items:center}.page-header-spacer{height:126px}.header-logo{flex-shrink:0}.header-logo img{max-width:90px;width:90px}.header-nav{flex-grow:1;display:flex;justify-content:flex-end;align-items:center}.header-nav__burger-button{height:28px;width:28px;border:none;background-color:transparent;padding:0;display:none;flex-direction:column;justify-content:center;align-items:center;gap:5px;cursor:pointer}.header-nav__burger-button__line{width:100%;height:3px;background-color:currentColor;transition:transform .2s ease-in-out}.header-nav__burger-button__line:nth-child(3){margin-top:-8px}.header-nav--open .header-nav__burger-button__line:nth-child(1){transform:translateY(8px) scale(0)}.header-nav--open .header-nav__burger-button__line:nth-child(2){transform:rotate(45deg)}.header-nav--open .header-nav__burger-button__line:nth-child(3){transform:rotate(-45deg)}.header-nav--open .header-nav__burger-button__line:nth-child(4){transform:translateY(-8px) scale(0)}.header-nav__list{display:flex;justify-content:flex-end;align-items:center;gap:40px;transition:opacity .2s ease-in-out}.header-nav__item{color:var(--color-text-default);font-size:14px;text-transform:uppercase;text-decoration:none;font-weight:400;line-height:1.15;transition-property:opacity,color,font-weight;transition-duration:.2s;transition-timing-function:ease-in-out;position:relative}.header-nav__item:hover{color:var(--color-text-primary)}.header-nav__item::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;background-color:var(--color-text-primary);transition-property:opacity,transform;transition-duration:inherit;transition-timing-function:inherit;opacity:0;transform:translateY(-4px);pointer-events:none}.header-nav__item:not(.header-nav__item--active):hover::after{opacity:1;transform:translateY(0)}.header-nav__item--active{color:var(--color-text-primary);font-weight:600;opacity:.7}@media (max-width:900px){.page-header{position:relative}.page-header-spacer{height:0}.header-nav__burger-button{display:flex}.header-nav:not(.header-nav--open) .header-nav__list{opacity:0;pointer-events:none}.header-nav__list{flex-direction:column;align-items:center;justify-content:center;gap:0;padding:20px 0;position:absolute;top:100%;left:0;width:100%;background:var(--color-bg-default)}.header-nav__item{padding:10px}.header-nav__item::after{bottom:10px;left:10px;right:10px;width:calc(100% - 20px)}}.page-footer{background-color:var(--color-bg-dark);color:#fff;padding-top:60px;padding-bottom:30px}.footer-section{width:100%;max-width:980px;margin:0 auto;padding:0 40px}.footer__upper{width:100%;display:flex}.footer-organizers{flex-shrink:0}.footer-organizers h3{font-size:14px;font-weight:600}.footer-organizers__list{display:flex;align-items:center;gap:30px}.footer__spacer{flex-grow:1}.footer-info{flex-shrink:0;max-width:375px;font-size:12px;display:flex;flex-direction:column;align-items:flex-end}.footer-info p{font-size:12px;font-weight:500;margin-bottom:39px;line-height:155%}.footer-info a{color:inherit;text-decoration:none;font-size:17px;font-weight:500;line-height:155%;margin-bottom:34px}.footer-info a:hover{text-decoration:underline}.footer__separator{height:1px;width:100%;background-color:var(--color-footer-separator)}.footer__lower{width:100%;display:flex;padding-top:40px;font-size:11px;font-weight:400;line-height:100%;gap:24px}.footer-copyright{flex-shrink:1;font-weight:400;display:flex;flex-direction:column;justify-content:flex-end;gap:17px;color:var(--color-footer-copyright)}.footer-links{flex-shrink:0;font-weight:500;display:flex;flex-direction:column;align-items:flex-end;gap:18px}.footer-links a{color:var(--color-footer-links);text-decoration:none;font-weight:600}.footer-links a:hover{text-decoration:underline}@media (max-width:900px){.footer-section{width:100%;max-width:600px;margin:0 auto;padding:0 10px}.footer__upper{flex-direction:column;gap:20px}.footer__spacer{display:none}.footer-info{align-items:flex-start}.footer-info a{font-size:14px}.footer__separator{width:calc(100% - 20px);margin:0 auto}}@media (max-width:640px){.footer__lower{flex-direction:column;gap:20px}.footer-links{order:1;align-items:flex-start;margin-bottom:16px}.footer__lower .footer__spacer{order:2}.footer-copyright{order:3}}.hero{width:100%;max-width:900px;margin:0 auto;padding:0 10px;padding-top:50px;padding-bottom:67px;text-align:center}.hero__title{font-family:var(--font-family-heading);font-weight:700;font-size:37px;line-height:1.15;text-wrap:balance;text-transform:uppercase;color:var(--color-text-primary);margin:0}.hero__description{max-width:698px;margin:0 auto;margin-top:24px;font-size:16px;font-weight:500;line-height:155%}@media (max-width:640px){.hero__title{font-size:28px}.hero__description{font-size:14px}}@media (max-width:456px){.hero__title{font-size:22px}.hero__description{font-size:14px}}.vote-block{width:100%;padding:0 8px;padding-top:51px;padding-bottom:9px}.vote-block__content{max-width:792px;margin:0 auto;padding:25px 78px;background-color:var(--color-bg-rose);border-radius:16px}.vote-block__title{font-family:var(--font-family-heading);font-weight:700;font-size:20px;line-height:1.15;text-align:center;text-transform:uppercase;color:var(--color-text-primary);margin:0;margin-bottom:20px}.vote-block__hint{font-family:var(--font-family-heading);font-weight:700;font-size:14px;line-height:1.15;text-align:center;text-transform:uppercase;color:var(--color-text-primary);margin:0;margin-bottom:20px}.vote-block__items{display:flex;flex-direction:column;gap:20px;padding-bottom:2em}.vote-item{display:flex;align-items:center;position:relative}.vote-item__check{width:30px;height:30px;border-radius:30px;background-color:#fff;border:1px solid var(--color-text-primary);margin-right:10px;cursor:pointer;flex-shrink:0}.vote-item input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:0;height:0;margin:0;padding:0;border:none;opacity:0;position:absolute;top:0;left:0}.vote-item input:checked+.vote-item__check{background-color:var(--color-text-primary);box-shadow:inset 0 0 0 6px #fff}.vote-item input:focus-visible+.vote-item__check{border-color:#232323}.vote-item__text{cursor:pointer;font-weight:400;font-size:20px}.vote-item__separator{flex-grow:1}.vote-item__hint{border:none;width:30px;height:30px;border-radius:30px;display:flex;justify-content:center;align-items:center;flex-shrink:0;font-family:var(--font-family-heading);font-weight:700;font-size:15px;cursor:help;background-color:var(--color-bg-primary);color:var(--color-text-primary-foreground);position:relative;transition:box-shadow .13s ease-in-out}.vote-item__hint:active,.vote-item__hint:focus{box-shadow:0 0 0 3px color-mix(in srgb,var(--color-bg-primary) 50%,transparent 50%)}.vote-item__hint::after{pointer-events:none;position:absolute;top:50%;right:100%;margin-right:6px;background:var(--color-bg-primary);color:#fff;content:attr(data-hint);transform:translateY(-50%);font-size:12px;padding:6px 12px;max-width:200px;width:-moz-max-content;width:max-content;text-align:left;border-radius:8px;opacity:0;transition:opacity .13s ease-in-out;transition-delay:.13s}.vote-item__hint:active::after,.vote-item__hint:focus::after,.vote-item__hint:hover::after{opacity:1}@media (max-width:640px){.vote-block__content{padding:60px 40px}.vote-item__text{font-size:18px}}@media (max-width:456px){.vote-block__content{padding:32px 32px}.vote-item__text{font-size:16px}}.vote-send{width:100%;padding:0 8px;padding-top:68px;padding-bottom:109px}.vote-send__button{width:160px;height:40px;font-size:12px;font-weight:700;text-align:center;border:none;border-radius:100vh;background-color:var(--color-bg-primary);color:var(--color-text-primary-foreground);display:block;margin:0 auto;cursor:pointer;transition:opacity .13s}.vote-send__button:hover{opacity:.8}.vote-send__final-words{font-size:16px;font-weight:500;line-height:155%;text-align:center;max-width:632px;margin:0 auto;margin-top:38px}