*{margin:0;padding:0;box-sizing:border-box}:root{--color-green: #94C940;--color-blue: #44C8F5;--color-orange: #F99E1E;--color-red: #D32F2F}html{color:#221f1f;font-family:Montserrat,sans-serif;scroll-behavior:smooth}body{overflow-x:hidden;min-height:100vh;display:flex;flex-direction:column}a{text-decoration:none}button{font-family:Montserrat,sans-serif}.container{width:100%;margin:0 auto;max-width:75rem}[id]{scroll-margin-top:60px}@media (max-width: 1240px){.container{max-width:calc(100% - 40px)}}.container--sm{max-width:25rem}@media (max-width: 600px){.container--sm{max-width:calc(100% - 40px)}}select{color:#221f1f}select:has(option:checked:disabled){color:#b3b2b3}select option:not(:disabled){color:#221f1f}.h1{font-weight:600;line-height:120%;font-size:clamp(2rem,1.0612rem + 3.2653vw,4rem);margin-bottom:0}.h2{font-weight:600;font-size:clamp(1.5rem,1rem + 2.2222vw,3rem);margin-bottom:0}.h4{font-weight:500;line-height:130%;font-size:clamp(1.5rem,1.3333rem + .7407vw,2rem);margin-bottom:0}.h6{font-size:1.5rem;font-weight:500;margin-bottom:0}.mt-64{margin-top:64px!important}.p-128{padding:clamp(3rem,1.3333rem + 7.4074vw,8rem) 0}.p-100{padding:clamp(3rem,1.9167rem + 4.8148vw,6.25rem) 0}.section--grey{border-radius:100px;background-color:#fafafa}@media (max-width: 600px){.section--grey{border-radius:20px}}.header{top:20px;left:50%;width:100%;z-index:100;display:flex;position:fixed;align-items:center;border-radius:100px;background-color:#fff;transform:translate(-50%);padding:.594rem 2.5rem;gap:clamp(1.5rem,.6667rem + 3.7037vw,6.5rem)}.header__logo{margin:0 auto}.header__links{display:flex;margin:0 auto;list-style-type:none;gap:clamp(.75rem,.5rem + 1.1111vw,1.5rem)}.header__links a{color:#221f1f;font-size:1rem;font-weight:400;transition:color .25s ease}.header__links a:hover{color:var(--color-blue)}.header__btns{display:flex;gap:clamp(1.25rem,1rem + 1.1111vw,2rem);margin-left:auto}.btn--auth{gap:.5rem;display:flex;transition:color .25s ease;font-size:1.25rem;align-items:center;color:var(--color-blue)}.btn--auth>span{position:relative;top:3px}.btn--auth:hover{color:var(--color-orange)}.btn--auth:before{content:"";width:2rem;height:2rem;transition:filter .01s ease;background-size:cover;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M29 30H3C3 24.5263 7.33333 21.0526 9.5 20L16 25.7895C17.0111 24.9123 19.7267 22.5263 22.5 20C27.0067 22.9474 28.7111 27.8947 29 30Z" stroke="%2344C8F5" stroke-width="2" stroke-linecap="round"/><circle cx="16" cy="9" r="7" stroke="%2344C8F5" stroke-width="2"/></svg>')}.btn--auth:hover:before{filter:brightness(0) saturate(100%) invert(58%) sepia(96%) saturate(420%) hue-rotate(351deg) brightness(99%) contrast(97%)}.button{cursor:pointer;overflow:hidden;position:relative}.button-name{z-index:2;transition:color .4s ease}.button:hover .button-name{color:#fff}.button .circle{z-index:1;position:absolute;width:175%;aspect-ratio:1;background-color:var(--accent-color);border-radius:50%;transform:translate(-50%,-50%);transform-origin:0% 0%;scale:0;transition:scale .2s ease-in-out,top .5s ease;pointer-events:none}.button:hover .circle{scale:1}.btn--primary,.btn--blue{color:#fff;display:flex;font-weight:700;font-size:1.25rem;line-height:1.25rem;align-items:center;justify-content:center;text-align:center;border:none;cursor:pointer;border-radius:100px;background-color:var(--color-orange);--accent-color: var(--color-blue);--primary-color: var(--color-orange);padding:1.1rem 2rem .9rem}.btn--blue{height:max-content;width:max-content;gap:10px;border:1px solid var(--color-blue);background-color:var(--color-blue);--accent-color: #fff;--primary-color: var(--color-blue)}.btn--blue:hover .button-name{color:var(--color-blue)}.btn--blue:disabled{border:none;cursor:default;background-color:#b3b2b3;--accent-color: #B3B2B3}.btn--blue:disabled:hover .button-name{color:#fff}.btn--secondary{color:#44c8f5;font-size:1.25rem;line-height:1.25rem;border-radius:100px;padding:1.1rem 2rem .9rem;border:1px solid #44C8F5;background-color:transparent;--accent-color: var(--color-blue);--primary-color: transparent}.btn--secondary .circle{z-index:-1}.btn--tg:before{content:"";z-index:2;width:2rem;height:2rem;transition:.1s filter ease;display:inline-block;background-size:cover;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M20.7408 12.8395L14.4198 19.1605L23.9013 28.642L30.2223 3.35803L1.77783 14.4198L8.09882 17.5803L11.2593 27.0617L16.0001 20.7407" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.btn--tg:hover:before{filter:brightness(0) saturate(100%) invert(78%) sepia(26%) saturate(3923%) hue-rotate(163deg) brightness(98%) contrast(96%)}.btn--confirm{color:#fff;display:flex;gap:.5rem;font-weight:700;text-align:center;align-items:center;justify-content:center;padding:1rem 2rem;border:1px solid transparent;border-radius:100px;background-color:var(--color-green);--accent-color: #fff;--primary-color: var(--color-green)}.btn--confirm:before{content:"";z-index:2;transition:filter .25s ease;display:inline-block;width:1.5rem;height:1.5rem;background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5 11L11 17L21 7" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:cover}.btn--confirm:hover .button-name{color:var(--color-green)}.btn--confirm:hover:before{filter:brightness(0) saturate(100%) invert(80%) sepia(48%) saturate(610%) hue-rotate(30deg) brightness(89%) contrast(84%)}.btn--search{padding:1rem 2rem;color:#fff;display:flex;gap:.5rem;font-weight:700;text-align:center;align-items:center;justify-content:center;border:1px solid transparent;border-radius:100px;background-color:var(--color-blue);--accent-color: #fff;--primary-color: var(--color-blue)}.btn--search:before{z-index:2;content:"";width:1.5rem;height:1.5rem;display:inline-block;background-size:cover;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="25" height="24" viewBox="0 0 25 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11 19C15.6945 19 19.5 15.1945 19.5 10.5C19.5 5.8055 15.6945 2 11 2C6.3055 2 2.5 5.8055 2.5 10.5C2.5 15.1945 6.3055 19 11 19Z" stroke="white" stroke-width="2" stroke-linejoin="round"/><path d="M13.8284 7.1715C13.4573 6.79963 13.0164 6.50471 12.531 6.30367C12.0456 6.10264 11.5253 5.99944 10.9999 6C10.4745 5.99944 9.9542 6.10264 9.46881 6.30367C8.98342 6.50471 8.54251 6.79963 8.17139 7.1715M17.1109 16.611L21.3534 20.8535" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');flex-shrink:0}.btn--search:hover .button-name{color:var(--color-blue)}.btn--search:hover:before{filter:brightness(0) saturate(100%) invert(59%) sepia(62%) saturate(477%) hue-rotate(152deg) brightness(106%) contrast(92%)}.btn--plus{padding:1rem 2rem;color:#000;display:flex;gap:.5rem;font-weight:400;text-align:center;align-items:center;justify-content:center;border:2px solid var(--color-blue);border-radius:100px;background-color:#fff;--accent-color: var(--color-blue);--primary-color: #fff}.btn--plus:before{content:"";z-index:2;display:inline-block;transition:filter .25s ease;flex-shrink:0;width:2rem;height:2rem;background-size:cover;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="32" height="32" viewBox="0 0 32 32" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M7 16L16 16M16 16L16 25M16 16L16 7M16 16L25 16" stroke="%2344C8F5" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.btn--plus:hover{color:#fff}.btn--plus:hover:before{filter:brightness(0) invert(1)}.btn--danger,.btn--success{line-height:1;padding:.625rem 1rem;color:#fff;display:flex;gap:.5rem;font-weight:700;text-align:center;align-items:center;justify-content:center;border-radius:100px;border:1px solid var(--color-red);background-color:var(--color-red);--accent-color: #fff;--primary-color: #fff}.btn--danger:hover .button-name{color:var(--color-red)}.btn--success{border-color:var(--color-green);background-color:var(--color-green);--accent-color: #fff;--primary-color: #fff}.btn--plus{padding:.5rem 2rem;color:#000;display:flex;gap:.5rem;font-weight:400;text-align:center;align-items:center;justify-content:center;border:1px solid #B3B2B3;border-radius:100px;background-color:#fff;--accent-color: var(--color-blue);--primary-color: #fff}.btn--cancel{padding:.5rem 2rem;color:#000;display:flex;gap:.5rem;font-weight:400;text-align:center;align-items:center;justify-content:center;border:1px solid #B3B2B3;border-radius:100px;background-color:#fff;--accent-color: var(--color-red);--primary-color: #fff}.btn--cancel:before{content:"";z-index:2;display:inline-block;transition:filter .4s ease;width:1.5rem;height:1.5rem;background-size:cover;background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><g clip-path="url(%23clip0_211_1535)"><path d="M5.61396 5.63604L11.9779 12M11.9779 12L5.61396 18.364M11.9779 12L18.3419 5.63604M11.9779 12L18.3419 18.364" stroke="%23D32F2F" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></g><defs><clipPath id="clip0_211_1535"><rect width="24" height="24" fill="white"/></clipPath></defs></svg>')}.btn--cancel:hover:before{filter:brightness(0) invert(1)}.btn--vote{text-align:left;padding:1rem 2rem;color:#fff;display:flex;gap:.5rem;font-weight:400;align-items:center;justify-content:center;border:1px solid #B3B2B3;border-radius:100px;background-color:var(--color-green);--accent-color: var(--color-blue);--primary-color: #fff}.btn--vote:before{content:"";z-index:2;display:inline-block;transition:filter .4s ease;flex-shrink:0;width:1.5rem;height:1.5rem;background-size:cover;background-image:url('data:image/svg+xml,<svg width="25" height="25" viewBox="0 0 25 25" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M5.5 11.5L11.5 17.5L21.5 7.5" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.mobile-menu{display:flex;gap:1rem;flex-direction:column;opacity:0;position:fixed;transition:opacity .25s ease;top:0;right:0;bottom:0;left:0;width:100vw;height:100vh;z-index:100;background-color:#fff;pointer-events:none}.mobile-menu.active{pointer-events:all;opacity:1}.mobile-menu__close-btn{width:1.5rem;height:1.5rem;transition:filter .25s ease;background-size:cover;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" x="0px" y="0px" width="100" height="100" viewBox="0 0 24 24"><path d="M 4.7070312 3.2929688 L 3.2929688 4.7070312 L 10.585938 12 L 3.2929688 19.292969 L 4.7070312 20.707031 L 12 13.414062 L 19.292969 20.707031 L 20.707031 19.292969 L 13.414062 12 L 20.707031 4.7070312 L 19.292969 3.2929688 L 12 10.585938 L 4.7070312 3.2929688 z"></path></svg>')}.mobile-menu__close-btn:hover{filter:brightness(0) saturate(100%) invert(58%) sepia(96%) saturate(420%) hue-rotate(351deg) brightness(99%) contrast(97%)}.mobile-menu__header{display:flex;justify-content:space-between;padding:2rem 1.25rem}.mobile-menu__links{display:flex;flex-direction:column;gap:1.25rem}.mobile-menu__link{position:relative;font-size:1.5rem;padding:1rem 1.25rem;transition:color .25s ease;color:#221f1f}.mobile-menu__link:hover{color:var(--color-orange)}.mobile-menu__link:before{content:"";position:absolute;right:0;bottom:0;left:0;height:1px;background:linear-gradient(90deg,rgba(66,71,112,.09),rgba(66,71,112,.09) 50%,transparent 0,transparent);background-size:8px 1px;transition:background-color .25s ease}.mobile-menu__link:hover:before{background-color:var(--color-orange)}.mobile-menu__link:after{content:"";position:absolute;right:1.25rem;top:50%;transform:translateY(-50%);width:1.25rem;height:1.25rem;transition:filter .25s ease;background-size:cover;background-position:center;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="16" height="17" viewBox="0 0 16 17" fill="none" xmlns="http://www.w3.org/2000/svg"><path fill-rule="evenodd" clip-rule="evenodd" d="M5.29316 2.90864C4.90228 2.51775 4.90228 1.884 5.29316 1.49312C5.68405 1.10223 6.3178 1.10223 6.70869 1.49312L13.0084 7.79284C13.3989 8.18337 13.3989 8.81653 13.0084 9.20706L6.70869 15.5068C6.3178 15.8977 5.68405 15.8977 5.29316 15.5068C4.90228 15.1159 4.90228 14.4822 5.29316 14.0913L10.8845 8.49995L5.29316 2.90864Z" fill="%23221F1F"></path></svg>')}.mobile-menu__link:hover:after{filter:brightness(0) saturate(100%) invert(58%) sepia(96%) saturate(420%) hue-rotate(351deg) brightness(99%) contrast(97%)}.mobile-menu__bottom-links{display:flex;flex-direction:column;gap:1.25rem;padding:1.25rem;width:max-content;margin:auto auto 0;align-items:center}.open-mobile-menu{display:none}@media (max-width: 1100px){.header{padding:.5rem 1.5rem;gap:12px}}@media (max-width: 1000px){.header{justify-content:space-between;box-shadow:1px 1px 1px 1px #0000002b;padding:.5rem 1.5rem}.header__logo{margin:0}.header>.header__links,.header>.header__btns{display:none}.header .open-mobile-menu{display:inline-block}}.hero{gap:120px;display:grid;place-items:center;padding:218px 0 120px calc((100vw - 1200px)/2);grid-template-columns:486px 1fr;background-image:url(/build/assets/bg-strope-D5tUu7hK.png);background-size:auto 100%;background-repeat:no-repeat;background-position-y:center}@media (min-width: 1900px){.hero{background-size:cover}}.section--bg-1{background-image:url(/build/assets/bg-strope-D5tUu7hK.png);background-repeat:no-repeat;background-size:cover}.hero__content{gap:51px;display:flex;flex-direction:column}.text-wrapper--blue{display:inline-block;text-align:center;color:#fff;border-radius:100px;padding:10px 20px!important;line-height:.8;width:max-content;background-color:#44c8f5;max-width:1000px}@media (max-width: 600px){.text-wrapper--blue{width:max-content;max-width:100%}}.text-wrapper--grey{line-height:1;text-align:center;padding:.625rem 1rem;border-radius:100px;background-color:#dcdcdd}.text-wrapper--white{border:1px solid #94C940;border-radius:100px;padding:.625rem 1rem;background-color:#fff;text-align:center}.text-wrapper--green{color:#fff;font-weight:700;text-align:center;border-radius:100px;padding:.625rem 1rem;border:1px solid var(--color-green);background-color:var(--color-green)}.text-wrapper--md{padding:.944rem 1.25rem;font-weight:700;line-height:1.3}@media (min-width: 600px){.text-wrapper--grey{max-width:max-content}}.info-col-wrapper{display:flex;flex-direction:column;gap:1.25rem}.info-col{display:flex;flex-direction:column;gap:6px}.title--lg{font-weight:700;font-size:2rem}.title--md{font-weight:700;font-size:1.5rem}.title--center{text-align:center}.title--sm{color:#b3b2b3;line-height:1;font-size:.875rem}.font--md{font-size:1.25rem;font-weight:500}.font--lg{font-weight:700;font-size:1.75rem}.hero__bottom{gap:clamp(2rem,1.3333rem + 2.963vw,4rem);display:flex;flex-direction:column}.hero__desc{font-weight:500;font-size:1.25rem}.hero__btns{display:flex;gap:1.25rem}.hero__video-wrapper{position:relative;margin-left:auto;border-radius:20px;overflow:hidden;width:100%;max-width:680px;height:380px}@media (max-width: 1860px){.hero__video-wrapper{max-width:1100px;height:480px}}.hero__video-wrapper:after{content:"";top:0;right:0;bottom:0;left:0;width:100%;height:100%;position:absolute;display:inline-block;box-sizing:content-box;background-size:cover;background-color:#fff6}.hero__image{width:100%;border-radius:20px;background-blend-mode:color}@media (max-width: 1240px){.hero{padding-left:20px}}.section__top{display:flex;justify-content:space-between;align-items:flex-end;flex-wrap:wrap;row-gap:1rem}.section__top .h2{max-width:690px;line-height:130%}.section__top .section__desc{color:#565354;font-weight:500;font-size:1.25rem;line-height:130%;max-width:400px}.section__bottom--grid-2{gap:1.25rem;display:grid;grid-template-columns:1fr 1fr}.section__bottom--grid-2 .section__card{gap:4rem;display:flex;border-radius:40px;flex-direction:column;background-color:#fff;padding:2rem 2rem 0;justify-content:space-between}.section__bottom--grid-2 .section__card.reversed{padding:0 2rem 2rem;flex-direction:column-reverse}.section__bottom--grid-2 .section__card.reversed img{width:65%;align-self:center}.section__bottom--grid-2 .section__card-content{display:flex;flex-direction:column;gap:.625rem}.section__bottom--grid-2 .section__card-content h4{font-weight:500;font-size:1.5rem}.section__inner{display:flex;flex-direction:column;gap:clamp(2rem,1.3333rem + 2.963vw,4rem)}.desc{color:#565354;font-size:1rem;line-height:150%}.section__bottom--grid-3{display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem}.section__bottom--grid-1{display:flex;flex-direction:column;gap:2rem}@media (max-width: 1000px){.section__bottom--grid-1{gap:1rem}}.section__card--column{display:flex;flex-direction:column;gap:32px}.section__card--column img{width:285px;height:284px;object-fit:cover;border-radius:40px}.section__card--column .section__card-content{display:flex;flex-direction:column;gap:1rem}.section__card--row{gap:25px;display:flex;align-items:center;width:100%;border-radius:40px;background-color:#fff;padding-right:4rem}.section__card--row.reversed{flex-direction:row-reverse;background-color:transparent;padding-right:0;padding-left:4rem}.section__card--row .section__card-content{gap:1rem;display:flex;flex-direction:column}.section__card--row img{width:280px;height:280px}.event-templates__stats{display:grid;grid-template-columns:repeat(3,1fr);justify-content:space-between}.event-templates__stat{display:flex;flex-direction:column;gap:.25rem;max-width:260px}.event-templates__stat-number{font-size:4rem;font-weight:600;color:var(--color-orange)}.event-templates__stat-desc{font-weight:500;font-size:1.25rem;color:#565354}.event-templates .btn--primary{margin:0 auto}.check-items{display:flex;gap:20px}.check-item{gap:1rem;display:flex;flex-direction:column;max-width:285px}.check-item:before{content:"";display:inline-block;width:4rem;height:4rem;background-repeat:no-repeat;background-size:cover;background-image:url('data:image/svg+xml,<svg width="64" height="64" viewBox="0 0 64 64" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.5 29.9149L27.5413 50L56.5 18" stroke="%23F99E1E" stroke-width="6" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.check-item__title{font-weight:700;font-size:1.25rem}.event-steps{display:flex;flex-direction:column;gap:4rem}.event-steps__item{display:grid;grid-template-columns:82px 488px 1fr;gap:20px}.event-steps__num{line-height:1;margin-bottom:0;color:var(--color-blue);font-size:4rem;font-weight:600}.event-steps__title{font-size:2rem;font-weight:500}.swiper{width:100%;height:100%}.trust-slider-container{margin-bottom:2.25rem}#reviews{background-image:url(/build/assets/bg-strope-2-B8mS0DwU.png);background-size:contain;background-repeat:no-repeat;background-position:center}.trust-slider-container .trust-slide{padding:0 6rem!important}.trust-slider{height:auto}.trust-slide{display:flex!important;gap:120px;align-items:center}.trust-slide__image{border-radius:100px;width:182px;height:182px;object-fit:cover}.trust-slide__info{display:flex;flex-direction:column;gap:1.5rem}.trust-slide__info-top{display:flex;flex-direction:column;gap:.625rem}.trust-slide__name{font-size:2rem;font-weight:500}.trust-slider .swiper-button-next:after{width:3rem;height:3rem;content:"";flex-shrink:0;background-size:contain;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="25" height="48" viewBox="0 0 25 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M0.480019 47.04L23.52 24.96L0.480015 0.960039" stroke="%2344C8F5"/></svg>')}.trust-slider .swiper-button-prev:after{width:3rem;height:3rem;content:"";flex-shrink:0;background-size:contain;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="48" height="48" viewBox="0 0 48 48" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M35.52 0.959961L12.48 23.04L35.52 47.04" stroke="%2344C8F5"/></svg>')}.trust-slide__person-position{font-size:1.25rem;font-weight:500}.clr-blue{color:var(--color-blue)}.companies-list{display:grid;grid-template-columns:repeat(3,1fr);place-items:center}.companies-list img{width:271px}.trust-block__bottom-text{margin:2rem auto 0;text-align:center;max-width:590px}.start-block{display:flex;flex-direction:column;align-items:center;gap:2rem;text-align:center}.start-block__btns{display:flex;gap:1.25rem}.text--md{font-size:1.25rem}.start-block .text--md{max-width:545px}.footer{display:flex;flex-direction:column;gap:4rem}.footer__top{display:flex;justify-content:space-between;padding-bottom:2rem;border-bottom:1px solid #B3B2B3}.footer__links{display:flex;gap:1.5rem;list-style-type:none}.footer__links a{color:#221f1f;transition:color .25s ease}.footer__links a:hover{color:var(--color-blue)}.footer__mail{font-size:clamp(1.5rem,1rem + 2.2222vw,3rem);font-weight:600;color:var(--color-orange);transition:color .25s ease}.footer__mail:hover{color:var(--color-blue)}.footer__bottom{display:flex;justify-content:space-between}.footer__logo{width:257px;height:110px}.footer__bottom-right{display:flex;gap:54px}.footer__copyright{display:flex;flex-direction:column;align-items:flex-end;justify-content:flex-end;gap:1rem}.footer__qr-code{width:106px;height:109px}@media (max-width: 1200px){.event-steps__item{gap:.625rem;grid-template-columns:1fr}.event-steps__num{margin-bottom:.75rem}}@media (max-width: 1100px){.hero{gap:20px}.trust-slide{gap:40px}.section__bottom--grid-2{display:flex;flex-direction:column-reverse}.section__bottom--grid-2 .section__card img{object-fit:contain;max-height:250px}.section__card--row{display:flex;flex-direction:column;align-items:flex-start;padding:0 2rem 2.5rem!important;gap:0!important}.section__card--row.reversed{flex-direction:column}.companies-list{gap:1rem 4rem}}@media (max-width: 1000px){.section__bottom--grid-3{grid-template-columns:repeat(2,1fr);row-gap:2rem}.section__bottom--grid-3 .section__card--column img{width:100%}}@media (max-width: 920px){.companies-list{grid-template-columns:1fr 1fr}}@media (max-width: 900px){.section__top .section__desc{max-width:900px}.hero__video-wrapper{display:none}.hero{display:flex;padding:160px 20px 100px;background-size:cover}.hero__bottom{gap:2rem}.hero__content{gap:3rem}.check-items{display:grid;grid-template-columns:1fr 1fr}.check-items .check-item{flex-grow:1;max-width:unset}.trust-slide{display:flex;flex-direction:column;align-items:flex-start}}@media (max-width: 600px){.hero{background-size:contain}}@media (max-width: 900px){.footer__top{flex-direction:column;align-items:center;gap:4rem}.footer__bottom{flex-direction:column;gap:4rem;align-items:center}.footer__copyright{align-items:center}}@media (max-width: 660px){.section__bottom--grid-3{grid-template-columns:1fr;row-gap:3rem}.section__card--column .section__card-content{gap:1rem}.companies-list img{width:100%}}@media (max-width: 600px){.trust-slider-container .trust-slide{align-items:center;text-align:center;padding:0!important}.section__card--row .section__card-content{gap:1.25rem}.event-templates__stats{grid-template-columns:1fr 1fr;gap:2rem}.hero__bottom{gap:1.25rem}}@media (max-width: 560px){.check-items{grid-template-columns:1fr}.section__card--row{padding:0!important}.section__card--row:last-child{padding-bottom:0!important}.footer__top{gap:2.5rem}.footer__bottom{gap:3rem}}@media (max-width: 500px){.footer__links{flex-wrap:wrap;gap:1rem;width:calc(100% - 40px)}.footer__bottom-right{flex-direction:column-reverse;align-items:center}.start-block__btns,.hero__btns{flex-direction:column;gap:.75rem}.start-block__btns a,.hero__btns a{text-align:center;align-items:center;justify-content:center;width:100%}.event-templates__stats{grid-template-columns:1fr}.event-templates__stat{max-width:100%}}.player-container{position:relative;width:100%;height:100%}#rutube-player{visibility:hidden;width:100%;position:absolute;top:-80px;height:calc(100% + 160px)}.iframe-loader-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:#fff;display:flex;align-items:center;justify-content:center;z-index:10;transition:opacity .5s ease}.iframe-loader-overlay.hidden{opacity:0;pointer-events:none}.spinner{width:80px;height:80px;border:8px solid #44C8F5;border-top:8px solid #F99E1E;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(360deg)}}@media (max-width: 1380px){.hero__video-wrapper{height:340px}}@media (max-width: 1230px){.hero__video-wrapper{height:310px}#rutube-player{width:115%}}@media (max-width: 1050px){.hero__video-wrapper{height:290px}}@media (max-width: 980px){.hero__video-wrapper{height:260px}}@media (max-width: 940px){.hero__video-wrapper{height:230px}}.sign-up{flex-grow:1;background-image:url(/build/assets/bg-strope-2-BO11XVeO.svg);background-repeat:no-repeat;background-position-y:78%;background-size:100%}.sign-up.sign-up-thanks{background-image:none}body:has(.sign-up-thanks){background-image:url(/build/assets/bg-strope-3-CjukwbEX.svg);background-repeat:no-repeat;background-size:100% 90%;background-position-y:0}@media (max-width: 600px){body:has(.sign-up-thanks){background-image:none}}body:has(.sign-up-thanks) .section--grey:has(.footer){background-color:transparent}.sign-up__hero{display:flex;gap:20px;padding-top:122px;margin-bottom:2rem}.sign-up__hero-content{display:flex;flex-direction:column;gap:4rem}@media (max-width: 600px){.sign-up__hero-content{padding-bottom:2rem}}.sign-up__hero-content-inner{display:flex;flex-direction:column;gap:32px;padding:2rem 4rem 0}.sign-up__hero-content-inner p{line-height:150%}.sign-up__hero-content-inner h2{font-weight:600}.sign-up__hero-content>header{gap:16px;display:flex;flex-direction:column}.sign-up-thanks__header{display:flex;flex-direction:column;gap:32px;padding-top:218px}@media (max-width: 1000px){.sign-up-thanks__header{padding-top:160px}}.sign-up-thanks .card-event{margin-top:2.5rem}@media (max-width: 1000px){.sign-up-thanks .card-event{box-shadow:1px 1px 15px #dedede}}.card-event{max-width:387px;height:max-content;display:flex;gap:1.5rem;flex-direction:column;border-radius:40px;padding:2rem;flex-shrink:0;background-color:#fafafa}.card-event--white{background-color:#fff}.card-event .btn--primary{margin-top:.5rem}.card-event__title{transition:.25s all ease;font-size:1.5rem;font-weight:500;color:var(--color-orange)}.card-event__title:hover{color:var(--color-blue)}.card-event__rows{display:flex;flex-direction:column;gap:1rem}.card-event__row{flex-wrap:wrap;display:flex;flex-direction:row;gap:2rem;row-gap:1rem}.card-event__icon-row{font-size:1.25rem;font-weight:500;display:flex;gap:.5rem;color:#221f1f;align-items:center}.card-event__icon-row svg,.card-event__icon-row img{flex-shrink:0}@media (max-width: 600px){.card-event__icon-row{font-weight:500}}.card-event__icon-row svg,.card-event__icon-row img{width:1.5rem;height:1.5rem}.card-event__icon-row--grey{font-size:1rem;font-weight:400;color:#565354}.card-event--max{padding:4rem;width:max-content;max-width:100%}.card-event--max .btn--primary{font-size:1rem;line-height:1}.info-points{display:flex;flex-direction:column;gap:32px}.info-points__list{display:flex;font-size:1.25rem;font-weight:500;flex-direction:column;gap:32px;list-style-type:none;counter-reset:point}.info-points__list li{display:flex;gap:1.5rem}@media (max-width: 600px){.info-points__list li{gap:.625rem}}@media (max-width: 460px){.info-points__list li{flex-direction:column}}.info-points__list li:before{line-height:1;font-size:3rem;font-weight:600;counter-increment:point;content:counter(point);color:var(--color-blue);width:3rem;flex-shrink:0}@media (max-width: 600px){.info-points__list li:before{font-size:2.5rem}}.info-questions{display:flex;flex-direction:column;gap:1.375rem}.info-questions__list{display:flex;flex-direction:column;list-style-type:none;gap:1rem}.info-questions__list li{display:flex;align-items:center;gap:10px;line-height:1.6}.info-questions__list li:before{content:"";display:inline-block;flex-shrink:0;width:2.25rem;height:2.25rem;margin:.5rem;background-image:url('data:image/svg+xml,<svg width="38" height="38" viewBox="0 0 38 38" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M19 27V27.02M1 19C1 21.3638 1.46558 23.7044 2.37017 25.8883C3.27475 28.0722 4.60062 30.0565 6.27208 31.7279C7.94353 33.3994 9.92784 34.7252 12.1117 35.6298C14.2956 36.5344 16.6362 37 19 37C21.3638 37 23.7044 36.5344 25.8883 35.6298C28.0722 34.7252 30.0565 33.3994 31.7279 31.7279C33.3994 30.0565 34.7252 28.0722 35.6298 25.8883C36.5344 23.7044 37 21.3638 37 19C37 14.2261 35.1036 9.64773 31.7279 6.27208C28.3523 2.89642 23.7739 1 19 1C14.2261 1 9.64773 2.89642 6.27208 6.27208C2.89642 9.64773 1 14.2261 1 19Z" stroke="%23F99E1E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/><path d="M19 21C19.8995 21.0027 20.7737 20.7022 21.4813 20.1469C22.189 19.5916 22.6888 18.814 22.9001 17.9397C23.1114 17.0653 23.0218 16.1453 22.6459 15.3281C22.2699 14.511 21.6295 13.8444 20.828 13.436C20.0324 13.0284 19.1222 12.9021 18.2456 13.0775C17.369 13.2528 16.5776 13.7197 16 14.402" stroke="%23F99E1E" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>');background-size:cover}@media (max-width: 600px){.info-questions__list li{align-items:flex-start;flex-direction:column}.info-questions__list li:before{width:1.5rem;height:1.5rem;margin:0}}.sign-up__hero-content .info-points,.sign-up__hero-content .info-questions{margin:2rem 0}@media (max-width: 600px){.sign-up__hero-content .info-questions{margin-top:0}}.link-card{display:flex;gap:4rem;align-items:center;justify-content:center;padding:2rem;border-radius:40px;background-color:#fafafa}.link-card__name{font-size:1.5rem;font-weight:500}.link-card__name .clr-blue{font-size:2rem}@media (max-width: 600px){.link-card__name .clr-blue{font-size:1.625rem}.link-card{gap:1.25rem;flex-direction:column;border-radius:20px}.container .link-card{margin-left:-1.25rem;margin-right:-1.25rem;max-width:100vw;width:100vw}}.search-page{flex-grow:1;display:flex;flex-direction:column;margin-top:clamp(2rem,1.3333rem + 2.963vw,4rem)}.search-page .btn--blue{max-width:100%;width:100%;font-size:1rem}.search-page__inner{display:flex;flex-direction:column;flex-grow:1;height:100%;max-width:400px;margin:0 auto}.search-page__inner>.font--lg{text-align:center;margin-bottom:2rem}.search-page .btn--search{margin-top:18px}.search-page .btn--plus{margin-top:2rem}@media (max-width: 1200px){.sign-up__hero{flex-direction:column;gap:0}.sign-up__hero-content{padding-top:4rem;padding-bottom:4rem}.card-event{max-width:100%;padding:2rem 1.25rem}.card-event .btn--primary{max-width:max-content}.sign-up__hero-content-inner{padding:1.25rem}.sign-up__hero-content-inner>img{max-width:max-content}}@media (max-width: 800px){.sign-up__hero-content-inner{padding:0}}.search-page .btn--plus{margin-top:auto;margin-bottom:2rem}@media (max-width: 600px){.card-event .btn--primary{max-width:100%}.sign-up__hero .card-event{border-radius:1.25rem;margin-left:-1.25rem;margin-right:-1.25rem;width:100vw;max-width:100vw}}.input-std{font-size:1rem;border-radius:4px;padding:11.15px 16px;border:1px solid #DCDCDD;background-color:#fff;transition:outline .1s ease}.select-std{font-size:1rem;border-radius:4px;padding:11.15px 16px;border:1px solid #DCDCDD;background-color:#fff;transition:outline .1s ease;-webkit-appearance:none;-moz-appearance:none;appearance:none}.select-std-wrapper{position:relative;display:inline-block}.select-std-wrapper select{width:100%}.select-std-wrapper:after{content:"";display:inline-block;position:absolute;top:50%;right:1rem;transform:translateY(-50%);width:16px;height:10px;background-size:cover;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="14" height="8" viewBox="0 0 14 8" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M12.6569 0.843146L7 6.5L1.34315 0.843146" stroke="%23B3B2B3"/></svg>')}@media (max-width: 600px){.input-std{padding:15px 16px}}.input-std::placeholder{color:#b3b2b3}.input-std:focus{outline:var(--color-blue) 2px solid}.select-std{font-size:1rem;padding:11px 16px;border-radius:4px;background-color:#fff;border:1px solid #DCDCDD}.event-reg{display:flex;flex-direction:column;gap:2rem;width:794px}.event-reg .h2{align-self:center;margin-bottom:2rem}.event-reg__inputs{display:grid;grid-template-columns:1fr 1fr;gap:1.25rem}.event-reg__inputs fieldset{display:flex;flex-direction:column;gap:.75rem;border:none}@media (max-width: 600px){.event-reg{gap:1.25rem;padding-top:0}.event-reg .h2{text-align:center;font-weight:500;font-size:2rem;margin-bottom:0}.event-reg .event-reg__inputs{gap:1rem;display:flex;flex-direction:column}.event-reg .event-reg__inputs fieldset{gap:.625rem}.sign-up__hero-content{gap:0}.sign-up__hero{margin-bottom:0}}.consent-wrapper{margin:0 auto;max-width:386px;display:flex;flex-direction:column;gap:1rem}@media (max-width: 600px){.consent-wrapper{gap:2rem}}.consent-checkbox{display:flex;align-items:center;gap:.5rem;font-size:.75rem;position:relative}.consent-checkbox a{color:#f99e1e}.consent-checkbox input{position:absolute;cursor:pointer;opacity:0;top:0;right:0;bottom:0;left:0}.consent-checkbox:before{content:"";transition:background-color .25s ease;flex-shrink:0;display:inline-block;border-radius:4px;width:1.5rem;height:1.5rem;border:1px solid #DCDCDD;background-color:transparent}.consent-checkbox:has(input:checked):before{background-size:14px;background-color:#f99e1e;background-position:center;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="13" height="10" viewBox="0 0 13 10" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M1 5L4.53571 9C5.97619 7.88889 9.48571 4.73333 12 1" stroke="white" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.icon-header{display:flex;align-items:center;gap:1rem;max-width:280px}.form-section{display:flex;flex-direction:column;gap:1rem;border:none}.form-group{display:flex;flex-direction:column;gap:.75rem}.form-group>label{line-height:1}.search-page__inner .error-links{margin-top:4rem;margin-bottom:2rem}.error-links{display:flex;flex-direction:column;gap:1.25rem;align-items:center;margin-top:60px}.error-links a{color:#d32f2f;transition:color .25s ease}.error-links a:hover{color:var(--color-blue)}.reg-event{margin-top:2rem;margin-bottom:2rem}.reg-event__inner{display:flex;gap:2rem;flex-direction:column;max-width:500px}.reg-event .btn--blue{width:100%}.reg-form{display:flex;flex-direction:column;gap:2rem}.reg-form__bottom{display:flex;flex-direction:column;align-items:center;gap:.5rem}.form__warning-msg{color:#d32f2f;font-size:.875rem;transition:opacity .25s ease}.admin-header{display:flex;align-items:center;justify-content:space-between;background-color:#f3f3f3;padding:.5rem 1.25rem;border-bottom-left-radius:24px;border-bottom-right-radius:24px}.admin-header__user-info{display:flex;flex-direction:column;padding:.5rem 1.25rem .5rem 0}.admin-header__role{font-size:.875rem;color:#b3b2b3;line-height:1}.admin-header__username{font-size:.875rem;color:#221f1f;line-height:1}.admin-header__search{width:max-content;height:max-content}.admin-header__search>svg{border:2px solid #44C8F5;border-radius:100px}.admin-header__search svg rect,.admin-header__search svg path{transition:.25s all ease}.admin-header__search:hover svg>rect{fill:#fff}.admin-header__search:hover svg>path{stroke:#44c8f5}.admin-header__search.active svg>rect{fill:#fff}.admin-header__search.active svg>path{stroke:#44c8f5}.check-in{display:flex;flex-direction:column;gap:1.25rem;margin-top:2rem;flex-grow:1;align-items:center}.check-in .btn--confirm{margin-top:auto;margin-bottom:20px}.check-in__inner{display:flex;flex-direction:column;gap:1.25rem;width:max-content;flex-grow:1}.check-in__status-wrapper{margin-top:1rem}@media (max-width: 600px){.check-in,.check-in__inner{flex-grow:1;width:100%}.check-in__inner .btn--confirm{margin-top:auto;margin-bottom:20px}.admin-header{max-width:100%}}@media (max-width: 600px){body:has(.error-page){background-size:100%;background-repeat:no-repeat;background-position-y:100px;background-image:url(/build/assets/bg-strope-3-CjukwbEX.svg)}}.error-page{display:flex;flex-direction:column;padding-top:92px;flex-grow:1}.error-page__inner{max-width:400px;height:100%;display:flex;text-align:center;align-items:center;flex-direction:column;gap:1.25rem;margin:0 auto;flex-grow:1}.error-page .btn--search,.error-page .btn--plus{width:100%}.error-page .btn--plus{margin-top:auto;margin-bottom:20px}@media (max-width: 600px){.error-page{flex-grow:1}.error-page__inner{max-width:100%;flex-grow:1}.btn--plus{font-size:.875rem}}.cancel-page{margin-top:2rem;margin-bottom:2rem}.cancel-page__inner{display:flex;flex-direction:column;gap:2rem;max-width:300px}@media (max-width: 600px){.cancel-page__inner{max-width:100%}}.search-result{display:flex;flex-direction:column;flex-grow:1}@media (min-width: 1240px){.search-result{max-width:400px}}.search-result .btns-list{margin-top:auto;margin-bottom:2rem}.search-result__inner{display:flex;flex-direction:column;flex-grow:1;height:100%}.search-result__users{margin:0 -20px;display:flex;flex-direction:column}.search-result__user{gap:.875rem;display:flex;align-items:center;border-bottom:1px solid #DCDCDD;padding:1rem}.search-result__user:first-child{border-top:1px solid #DCDCDD}.search-result__user--active:before{content:"";display:inline-block;width:.75rem;height:.75rem;border-radius:100px;background-color:#94c940}.search-result__user--inactive:before{content:"";display:inline-block;width:.75rem;height:.75rem;border-radius:100px;background-color:#b3b2b3}.search-result__user-info{gap:10px;display:flex;flex-direction:column}.search-result__username{line-height:1;font-weight:700}.search-result__company{line-height:1}.search-result__title{margin-top:1.25rem;margin-bottom:2rem;font-weight:700}.btns-list{gap:1.25rem;display:flex;flex-direction:column}.search-result__inner .btns-list{margin-top:auto;margin-bottom:2rem}.leaderboard{list-style-type:none;display:flex;flex-direction:column;counter-reset:leaderboard-counter}.leaderboard__entry:before{counter-increment:leaderboard-counter;content:counter(leaderboard-counter);font-size:.625rem;display:flex;align-items:center;justify-content:center;width:1rem;height:1rem;text-align:center;color:#221f1f;font-weight:700;font-family:Montserrat,sans-serif}.leaderboard__entry{display:grid;align-items:center;gap:.625rem;grid-template-columns:20px 1fr 132px 44px;padding:.25rem;border-radius:4px;list-style:none;margin-top:.25rem;background-color:#fff}.leaderboard__company-name{font-size:1rem;font-weight:600;color:#221f1f}.leaderboard__entry:nth-child(-n+3){padding:.1875rem .25rem}.leaderboard__entry:nth-child(-n+3):before{width:1.25rem;height:1.25rem;color:#fff;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2499 0.475381C11.567 -0.158462 12.433 -0.15846 12.7501 0.475383L15.9311 6.83391C16.0538 7.0791 16.2787 7.25026 16.5391 7.29671L23.2944 8.5013C23.9678 8.62137 24.2354 9.4843 23.758 9.99611L18.9687 15.1305C18.784 15.3285 18.6981 15.6054 18.7365 15.8793L19.7304 22.9823C19.8295 23.6904 19.1288 24.2237 18.5167 23.9062L12.3758 20.7209C12.139 20.598 11.861 20.598 11.6242 20.7209L5.4833 23.9062C4.87115 24.2237 4.17049 23.6904 4.26958 22.9823L5.26354 15.8793C5.30186 15.6054 5.21597 15.3285 5.03129 15.1305L0.242035 9.99611C-0.235378 9.4843 0.0322519 8.62137 0.70564 8.5013L7.46086 7.29671C7.72135 7.25026 7.94622 7.0791 8.06888 6.83391L11.2499 0.475381Z" fill="%23FDC010"/></svg>');background-position:center;background-position-y:30%;top:2px;position:relative}.leaderboard__entry:nth-child(n+11):before{font-weight:400}.leaderboard__entry:nth-child(1):before{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2499 0.475381C11.567 -0.158462 12.433 -0.15846 12.7501 0.475383L15.9311 6.83391C16.0538 7.0791 16.2787 7.25026 16.5391 7.29671L23.2944 8.5013C23.9678 8.62137 24.2354 9.4843 23.758 9.99611L18.9687 15.1305C18.784 15.3285 18.6981 15.6054 18.7365 15.8793L19.7304 22.9823C19.8295 23.6904 19.1288 24.2237 18.5167 23.9062L12.3758 20.7209C12.139 20.598 11.861 20.598 11.6242 20.7209L5.4833 23.9062C4.87115 24.2237 4.17049 23.6904 4.26958 22.9823L5.26354 15.8793C5.30186 15.6054 5.21597 15.3285 5.03129 15.1305L0.242035 9.99611C-0.235378 9.4843 0.0322519 8.62137 0.70564 8.5013L7.46086 7.29671C7.72135 7.25026 7.94622 7.0791 8.06888 6.83391L11.2499 0.475381Z" fill="%23FDC010"/></svg>')}.leaderboard__entry:nth-child(2):before{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2499 0.475381C11.567 -0.158462 12.433 -0.15846 12.7501 0.475383L15.9311 6.83391C16.0538 7.0791 16.2787 7.25026 16.5391 7.29671L23.2944 8.5013C23.9678 8.62137 24.2354 9.4843 23.758 9.99611L18.9687 15.1305C18.784 15.3285 18.6981 15.6054 18.7365 15.8793L19.7304 22.9823C19.8295 23.6904 19.1288 24.2237 18.5167 23.9062L12.3758 20.7209C12.139 20.598 11.861 20.598 11.6242 20.7209L5.4833 23.9062C4.87115 24.2237 4.17049 23.6904 4.26958 22.9823L5.26354 15.8793C5.30186 15.6054 5.21597 15.3285 5.03129 15.1305L0.242035 9.99611C-0.235378 9.4843 0.0322519 8.62137 0.70564 8.5013L7.46086 7.29671C7.72135 7.25026 7.94622 7.0791 8.06888 6.83391L11.2499 0.475381Z" fill="%23B3B2B3"/></svg>')}.leaderboard__entry:nth-child(3):before{background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.2499 0.475381C11.567 -0.158462 12.433 -0.15846 12.7501 0.475383L15.9311 6.83391C16.0538 7.0791 16.2787 7.25026 16.5391 7.29671L23.2944 8.5013C23.9678 8.62137 24.2354 9.4843 23.758 9.99611L18.9687 15.1305C18.784 15.3285 18.6981 15.6054 18.7365 15.8793L19.7304 22.9823C19.8295 23.6904 19.1288 24.2237 18.5167 23.9062L12.3758 20.7209C12.139 20.598 11.861 20.598 11.6242 20.7209L5.4833 23.9062C4.87115 24.2237 4.17049 23.6904 4.26958 22.9823L5.26354 15.8793C5.30186 15.6054 5.21597 15.3285 5.03129 15.1305L0.242035 9.99611C-0.235378 9.4843 0.0322519 8.62137 0.70564 8.5013L7.46086 7.29671C7.72135 7.25026 7.94622 7.0791 8.06888 6.83391L11.2499 0.475381Z" fill="%23D37B00"/></svg>')}body:has(.leaderboard){background-color:#f3f3f3}.leaderboard__entry:nth-child(1){border:1px solid #FDC010}.leaderboard__entry:nth-child(2){border:1px solid #B3B2B3}.leaderboard__entry:nth-child(3){border:1px solid #D37B00}.leaderboard__company-logo{max-width:135px;height:1.25rem}.leaderboard__company-votes{font-size:1rem;text-align:center;font-weight:700}.vote-header{margin:1.5rem auto 0;display:flex;flex-direction:column;gap:1rem;text-align:center}.vote-header__top{display:flex;text-align:center;align-items:center;font-weight:700;gap:16px}.vote-header__top--col{flex-direction:column}.vote-header__top--row{font-weight:500;font-size:1.25rem;text-align:left;flex-direction:row}.vote-header__top svg{flex-shrink:0}.vote-header .emoji{width:2rem;height:2rem;font-size:2rem;line-height:1}.vote-header__content{color:#221f1f;font-size:.875rem}.vote-start{display:flex;flex-direction:column;gap:1rem;margin-top:2rem;margin-bottom:2rem;align-items:center;justify-content:center}.vote-start__title{line-height:.625rem;font-size:.875rem;color:#565354}.vote-start__day{line-height:1.063rem;font-size:1.5rem;font-weight:500;color:#221f1f}.vote-start__time{line-height:45px;font-size:4rem;font-weight:600;color:#221f1f}@media (min-width: 600px){.vote-container{display:flex;margin:0 auto;text-align:center;flex-direction:column;align-items:center}}.vote-container{padding-bottom:20px}.cancel-page .info-col-wrapper,.vote-container .info-col-wrapper{gap:1rem}.container--590{max-width:590px}.info-col .title--sm{line-height:1}.qr-image{max-width:280px;max-height:280px}.vote-start__timeout-wrapper{display:flex;font-size:1.5rem;align-items:center;gap:.5rem}.vote-start__timeout-wrapper:has(.vote-start__timeout-wrapper) .vote-start{gap:.625rem}.vote-start__timeout-wrapper *{line-height:1}.vote-start__timeout-wrapper .vote-start__time{font-weight:500;font-size:1.5rem}.vote-start--sm{gap:.625rem;margin-bottom:3rem}@media (max-width: 600px){.vote-page--bg{background-size:100%;background-position-y:20%;background-repeat:no-repeat;background-image:url(/build/assets/bg-strope-3-CjukwbEX.svg)}.vote-page--bg.page--grey{background-position-y:0;background-image:url(/build/assets/bg-strope--white-xmZOZDJe.png)}}.leaderboard__entry--no-score{padding:0 4px;grid-template-columns:1fr 55px;background-color:transparent}.leaderboard .leaderboard__entry--no-score:first-of-type{margin-top:1rem}.leaderboard__entry--no-score:before{display:none}.leaderboard__entry--no-score{margin-top:1rem;line-height:1}.leaderboard__entry--no-score .leaderboard__company-votes{color:#b3b2b3;font-weight:400}.search-wrapper{position:relative}.search-wrapper>.input-std{width:100%;max-height:40px}.search-wrapper .btn--search{position:absolute;top:0;right:0;padding:0;width:40px;height:40px;border-radius:4px}.members-list{display:grid;grid-template-columns:1fr 1fr;width:100%;gap:10px}@media (min-width: 800px){.members-list{grid-template-columns:repeat(4,1fr)}}@media (min-width: 600px){.members-list{grid-template-columns:repeat(3,1fr)}}.members-list__item{cursor:pointer;display:grid;place-items:center;text-align:center;grid-template-rows:40px 1fr;flex-direction:column;gap:.25rem;padding:.5rem;border-radius:.25rem;background-color:#fff;border:2px solid #fff;transition:border-color .25s ease,background-color .25s ease}.members-list__item:hover{background-color:#fafafa;border-color:#fafafa}.members-list__item:has(input:checked){background-color:#fff;border-color:var(--color-green)}.members-list__company-name{color:#221f1f;font-weight:300;font-size:.625rem}.members-list__company-logo{width:100%;height:100%}.members-list-wrapper{display:flex;flex-direction:column;align-items:flex-start;gap:.5rem;margin-top:1.25rem;margin-bottom:1.25rem}.members-list-wrapper .btn--vote{max-width:calc(100% - 40px);position:fixed;transition:opacity .25s ease;left:50%;bottom:1.5rem;opacity:0;pointer-events:none;transform:translate(-50%)}.members-list-wrapper .btn--vote b{font-size:1rem}.members-list-wrapper .btn--vote{font-size:.875rem}.members-list-wrapper .btn--vote.active{opacity:1;pointer-events:all}.members-search-wrapper{margin-top:20px}@media (max-width: 500px){.members-list-wrapper .btn--vote{width:100%}}.members-list-wrapper .search-result-text{font-weight:700}body:has(.vote-success-wrapper){min-height:100vh;display:flex;align-items:center;justify-content:center}.vote-success-wrapper{display:grid;place-items:center;width:100%;height:100%;flex-grow:1;background:linear-gradient(180deg,#aac77d,#639678),linear-gradient(180deg,#4caf5000 29.33%,#4caf50)}@media (max-width: 600px){.vote-success-wrapper{background-image:url(/build/assets/bg-strope-3-CjukwbEX.svg),linear-gradient(180deg,#aac77d,#639678),linear-gradient(180deg,#4caf5000 29.33%,#4caf50);background-repeat:no-repeat;background-position:center;background-size:100%,100%,100%;background-blend-mode:multiply}}.vote-success-wrapper__inner{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center;color:#fff}body:has(.vote-error-wrapper){min-height:100vh;display:flex;align-items:center;justify-content:center}.vote-error-wrapper{display:grid;place-items:center;width:100%;height:100%;flex-grow:1;background:linear-gradient(180deg,#ffacac,#d32f2f),linear-gradient(180deg,#d32f2f00 29.33%,#d32f2f)}@media (max-width: 600px){.vote-error-wrapper{background-image:url(/build/assets/bg-strope-3-CjukwbEX.svg),linear-gradient(180deg,#ffacac,#d32f2f),linear-gradient(180deg,#d32f2f00 29.33%,#d32f2f);background-repeat:no-repeat;background-position:center;background-size:100%,100%,100%;background-blend-mode:multiply}}.vote-error-wrapper__inner{display:flex;flex-direction:column;gap:1.5rem;align-items:center;text-align:center;color:#fff}.festival{gap:0;display:flex;flex-direction:column;width:100%;min-height:100vh;padding:40px 20px;background-image:url(/build/assets/festival_bg-F6W93fsp.svg);background-size:cover;background-position:center;background-repeat:no-repeat;overflow-x:hidden}.festival__left{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.festival__podium{width:max-content;position:relative;margin-top:1rem}.festival__podium-item{gap:10px;display:flex;flex-direction:column;align-items:center;position:absolute;width:285px;padding:12px 28px 8px 30px}.festival__podium-bottom{gap:1rem;display:flex;align-items:center;justify-content:space-between;width:100%}.festival__podium-name{text-align:center;font-weight:700;font-size:1.25rem;color:#221f1f}.festival__podium-votes{font-size:1rem;font-weight:700;color:#221f1f;white-space:nowrap}.festival__podium-item--first{top:4%;left:52%;transform:translate(-50%);border-radius:100px;background-color:#fff;border:8px solid #FDC010;box-shadow:0 4px 8px #0003}.festival__podium-icon{max-height:20px;max-width:100px}.festival__podium-item--second{top:26%;left:0;border-radius:100px;background-color:#fff;border:8px solid #B3B2B3;box-shadow:0 4px 8px #0003}.festival__podium-item--third{right:0;bottom:39%;border-radius:100px;background-color:#fff;border:8px solid #DB5800;box-shadow:0 4px 8px #0003}.festival__podium-text{line-height:1;font-weight:500;font-size:1.25rem}.leaderboard-others{display:grid;grid-template-columns:1fr 1fr;gap:1.5rem;margin-top:auto}.leaderboard-others__name{color:#221f1f}.leaderboard-others__votes{color:#221f1f;font-size:1rem}.leaderboard-others__list{display:flex;flex-direction:column;gap:1rem}.leaderboard-others__item{line-height:1;display:flex;justify-content:space-between}.festival__right{display:flex;flex-direction:column;z-index:2;justify-content:center;width:100%;max-width:592px;margin:-160px auto 0;gap:20px}@media (max-width: 640px){.festival__right{max-width:100%}}.festival__right .leaderboard .leaderboard__entry{margin-top:1px}.festival__right .leaderboard .leaderboard__entry{border:none;border-radius:0}.festival__right .leaderboard .leaderboard__entry:first-child{border-radius:20px 20px 0 0}.festival__right .leaderboard .leaderboard__entry:last-child{border-radius:0 0 20px 20px}.festival__right .leaderboard__entry:nth-child(-n+3):before{font-size:.625rem;background-size:1.25rem;background-position-y:-1px}.festival__right .leaderboard__entry:nth-child(n+4):before{width:1.25rem;height:1.25rem;color:#f99e1e;font-size:1rem;font-weight:700}.festival__right .leaderboard__entry{gap:.625rem;padding:.5rem 1.25rem;font-size:1.25rem;background-size:2rem}.festival__right .leaderboard__company-logo{height:max-content;max-width:100%;max-height:20px}.festival__podium--mb{display:none}.festival__title{max-width:492px;width:100%}.voted-team-wrapper{display:flex;align-items:center;justify-content:center;width:max-content;border-radius:100px;padding:1rem;border:1px solid #DCDCDD}.page--grey{flex-grow:1;background-color:#f3f3f3}.info-col-wrapper--white{padding:32px 0;background-color:#fff}.info-col-wrapper--white>.info-col-wrapper{width:max-content;max-width:100%}.bg-strope--white{background-size:cover;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="320" height="260" viewBox="0 0 320 260" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-16 176.431C33.0137 106.817 93.1767 81.262 78.4393 150.436C60.0175 236.903 102.188 259.924 153.569 168.17C204.95 76.4154 254.778 -5.86602 273.643 50.4202C292.509 106.706 255.887 132.261 278.415 163.984C300.943 195.707 344.445 110.341 345 102.521" stroke="white" stroke-width="64"/></svg>')}@media (max-width: 600px){.bg-strope--white{background-size:contain;background-position-y:60px}}.btn--back{width:100%;max-width:17.5rem;color:#fff;display:flex;font-weight:700;gap:.5rem;font-size:1rem;align-items:center;justify-content:center;text-align:center;border:none;cursor:pointer;border-radius:100px;background-color:var(--color-blue);--accent-color: var(--color-orange);--primary-color: var(--color-blue);padding:1rem 2rem;margin:0 auto}.btn--white-back{font-weight:400;background-color:#fff;--accent-color: var(--color-orange);--primary-color: #fff;border:1px solid #B3B2B3;color:#221f1f}.btn--back:before{z-index:2;content:"";display:inline-block;width:1.5rem;height:1.5rem;background-size:cover;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 8.25L5.75 12M5.75 12L9.5 15.75M5.75 12L18.25 12" stroke="white" stroke-width="2.5" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.btn--white-back:before{transition:.2s ease all;background-image:url('data:image/svg+xml,<svg width="24" height="24" viewBox="0 0 24 24" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M9.5 8.25L5.75 12M5.75 12L9.5 15.75M5.75 12L18.25 12" stroke="%23221F1F" stroke-linecap="round" stroke-linejoin="round"/></svg>')}.btn--white-back:hover:before{filter:brightness(0) saturate(100%) invert(96%) sepia(4%) saturate(15%) hue-rotate(155deg) brightness(104%) contrast(105%)}.flex--col{display:flex;flex-direction:column;flex-grow:1}.vote-header__content p{font-size:1rem}.page--green{flex-grow:1;background-color:#4caf50}.bg-strope--grey{background-size:cover;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="320" height="260" viewBox="0 0 320 260" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M-16 176.431C33.0137 106.817 93.1767 81.262 78.4393 150.436C60.0175 236.903 102.188 259.924 153.569 168.17C204.95 76.4154 254.778 -5.86602 273.643 50.4202C292.509 106.706 255.887 132.261 278.415 163.984C300.943 195.707 344.445 110.341 345 102.521" stroke="%23F3F3F3" stroke-width="64"/></svg>')}.bg-strope--light-grey{background-size:cover;background-repeat:no-repeat;background-image:url('data:image/svg+xml,<svg width="320" height="260" viewBox="0 0 320 260" fill="none" xmlns="http://www.w3.org/2000/svg" style=""><path d="M-31 176.431C18.0137 106.817 78.1767 81.262 63.4393 150.436C45.0175 236.903 87.1878 259.924 138.569 168.17C189.95 76.4154 239.778 -5.86602 258.643 50.4202C277.509 106.706 240.887 132.261 263.415 163.984C285.943 195.707 329.445 110.341 330 102.521" stroke="white" stroke-opacity="0.1" stroke-width="64"/></svg>')}@media (max-width: 900px){.bg-strope--light-grey,.bg-strope--grey{background-size:contain;background-position-y:60px}}.vote-container--white *{color:#fff}.vote-container--white .vote-header__content p{font-size:1.25rem;font-weight:700}.vote-container--white .vote-header__top{gap:10px}.vote-container--white .vote-header__top .title--lg{line-height:1}.vote-container--white .vote-header{gap:1.5rem}.mt-32{margin-top:2rem}.info-col__team-logo{margin:0 auto}.font--sm{font-size:.875rem}.font--grey{color:#565354}.timer-row{display:flex;gap:.5rem}.timer-row .vote-start__day-wrapper,.timer-row .vote-start__time,.timer-row .vote-start__day{font-weight:500;font-size:1.5rem;line-height:1}.vote-start__day-wrapper{display:flex;gap:.125rem}.team-votes{line-height:3rem;font-weight:600;font-size:4rem;text-align:center}.icon-row{font-weight:700;font-size:.875rem;display:flex;gap:.5rem}.icon-row--blue{color:#44c8f5}.icon-row svg,.icon-row img{width:2rem;height:2rem}.vote-bottom-block{display:flex;flex-direction:column;gap:2rem;margin:auto auto 20px}.vote-bottom-block>p{text-align:center}.align-center{align-items:center;text-align:center}.admin-header__btn{display:flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border-radius:100px;background-color:#44c8f5;transition:opacity .25s ease}.admin-header__btn:hover{opacity:.75}.ol--std{display:flex;list-style-type:inside;flex-direction:column;gap:.875rem;margin-left:1.25rem;text-align:left}.btn--green{color:#fff;display:flex;gap:.5rem;font-weight:700;font-size:1.25rem;line-height:1.25rem;align-items:center;justify-content:center;text-align:center;cursor:pointer;border-radius:100px;border:1px solid var(--color-green);background-color:var(--color-green);--accent-color: #fff;--primary-color: var(--color-green);padding:1.1rem 2rem .9rem}.btn--green:hover .button-name{color:var(--color-green)}.btn--green:disabled{border:none;cursor:default;background-color:#b3b2b3;--accent-color: #B3B2B3}.btn--green:disabled:hover .button-name{color:#fff}.btn--green svg,.btn--green img,.btn--blue svg,.btn--blue img{z-index:2;transition:.1s all ease}.btn--green:hover svg,.btn--green:hover img{filter:brightness(0) saturate(100%) invert(72%) sepia(34%) saturate(714%) hue-rotate(40deg) brightness(93%) contrast(94%)}.btn--blue:hover svg,.btn--blue:hover img{filter:brightness(0) saturate(100%) invert(72%) sepia(25%) saturate(1371%) hue-rotate(162deg) brightness(95%) contrast(103%)}.download-app-block{margin-top:2.375rem;margin-bottom:2.25rem;display:flex;flex-direction:column;gap:1.5rem;text-align:center}.download-app-block__header{display:flex;flex-direction:column;gap:.5rem}.download-app-list{display:flex;flex-direction:column;gap:1rem}.download-app-list a{width:100%;font-size:1rem;padding-top:1rem;padding-bottom:1rem}.download-app-block__header .font--md{font-weight:700}.container--280{width:100%;max-width:280px}.mt-auto{margin:auto auto 20px}.flex--col>.container{display:flex;flex-direction:column;flex-grow:1}@media (max-width: 340px){.container--280{max-width:calc(100% - 40px)}}.vote-header--sm{max-width:280px;gap:.875rem!important}.vote-header--sm .vote-header__top{gap:.625rem}@media (max-width: 660px){.festival__right{width:100%;grid-template-columns:1fr}.leaderboard-others__list{width:max-content;max-width:100%}.leaderboard-others__item{gap:20px}.leaderboard-others{display:grid;grid-template-columns:1fr 1fr}.festival__podium-item{padding:8px 20px;width:220px;border-width:4px}.festival__podium-item--first{top:7%}.festival__podium-item--second{top:32%;left:5%}.festival__podium-item--third{right:5%}.festival__podium-name{font-size:1rem}}@media (max-width: 600px){.leaderboard-others{grid-template-columns:1fr}.leaderboard-others__list{width:100%}}@media (max-width: 500px){.festival__podium-text{font-size:.875rem}.festival__podium-item--second{top:27%;left:10%}.festival__podium-item--third{right:10%}.festival__right .leaderboard__company-logo{max-width:100%}.festival__podium-bottom{flex-direction:column;gap:.5rem}.festival__podium-item--first{top:0}.leaderboard__company-name,.leaderboard__company-votes,.leaderboard__entry:before{font-size:.75rem!important}.leaderboard__entry{grid-template-columns:20px 1fr 70px 44px}.festival__podium-name{font-size:.875rem}}@media (max-width: 460px){.festival__podium-item--third{right:13%}.festival__podium-item--second{left:13%;top:25%}}@media (max-width: 420px){.leaderboard-others__list{width:100%}.festival__podium-item--third{right:16%}.festival__podium-item--second{left:15%}.festival__podium-item--first{top:2%}.festival__podium-name,.festival__podium-votes{font-size:.75rem}.festival__podium-item{width:180px}.festival__podium-item--second{top:29%}}@media (max-width: 360px){.festival__podium-item--second{left:20%}.festival__podium-item--third{right:20%}}.leaderboard-others__item-info{gap:.5rem;display:flex;flex-direction:column}.leaderboard-others__team-name{font-weight:600;font-size:.875rem}.leaderboard-others__company-name{font-weight:400;font-size:.625rem}
