*{box-sizing:border-box}body{padding:0;margin:0}h1,h2,h3,h4{margin:0}page,section,text{display:block}@font-face{font-family:DINOT;src:url(../fonts/DINOT-Bold.woff2) format("woff2"),url(../fonts/DINOT-Bold.woff) format("woff");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:DINOT;src:url(../fonts/DINOT-Black.woff2) format("woff2"),url(../fonts/DINOT-Black.woff) format("woff");font-weight:900;font-style:normal;font-display:swap}@font-face{font-family:DINOT;src:url(../fonts/DINOT-Regular.woff2) format("woff2"),url(../fonts/DINOT-Regular.woff) format("woff");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:DINOT;src:url(../fonts/DINOT-Medium.woff2) format("woff2"),url(../fonts/DINOT-Medium.woff) format("woff");font-weight:500;font-style:normal;font-display:swap}body,input,select{font-family:DINOT,sans-serif;font-weight:500}h1{font-size:72px;font-weight:900;line-height:1;text-transform:uppercase;color:#e30613;margin-bottom:24px}@media (min-width:0) and (max-width:700px){h1{font-size:32px;line-height:1.6;margin-bottom:8px}}h2{font-size:56px;font-weight:700;color:#000;line-height:64px}@media (min-width:0) and (max-width:700px){h2{font-size:24px;line-height:31px;font-weight:900}}h3{font-size:40px;font-weight:900;line-height:1}@media (min-width:0) and (max-width:700px){h3{font-size:24px;line-height:40px}}text.text-large{font-size:24px;font-weight:700;line-height:32px}@media (min-width:0) and (max-width:700px){text.text-large{font-size:20px;line-height:26px}}text.text-medium{font-size:20px;font-weight:500;line-height:32px}@media (min-width:0) and (max-width:700px){text.text-medium{font-size:16px;line-height:24px}}text.text-normal{font-size:16px;line-height:24px}@media (min-width:0) and (max-width:700px){text.text-normal{font-size:16px;line-height:22px}}text.text-footer{font-size:20px;color:#818181}@media (min-width:701px){text.text-footer{margin:0 12px}}@media (min-width:0) and (max-width:700px){text.text-footer{margin-bottom:24px}text.text-footer:last-child{margin-bottom:0}}text.bold{font-weight:700}/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:27px 12px;display:inline-block;cursor:pointer;transition-property:opacity,-webkit-filter;transition-property:opacity,filter;transition-property:opacity,filter,-webkit-filter;transition-duration:.15s;transition-timing-function:linear;font:inherit;color:inherit;text-transform:none;background-color:transparent;border:0;margin:0;overflow:visible}.hamburger:hover{opacity:1}.hamburger-box{width:32px;height:21px;display:inline-block;position:relative;margin:8px auto}.hamburger-inner{display:block;top:50%;margin-top:-1.5px}.hamburger-inner,.hamburger-inner::after,.hamburger-inner::before{width:32px;height:3px;background-color:#fff;border-radius:0;position:absolute;transition-property:transform;transition-duration:.15s;transition-timing-function:ease}.hamburger-inner::after,.hamburger-inner::before{content:"";display:block}.hamburger-inner::before{top:-9px}.hamburger-inner::after{bottom:-9px}.hamburger--elastic .hamburger-inner{top:1.5px;transition-duration:275ms;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner::before{top:9px;transition:opacity 125ms 275ms ease}.hamburger--elastic .hamburger-inner::after{top:18px;transition:transform 275ms cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.active .hamburger-inner{transform:translate3d(0,9px,0) rotate(135deg);transition-delay:75ms}.hamburger--elastic.active .hamburger-inner::before{transition-delay:0s;opacity:0}.hamburger--elastic.active .hamburger-inner::after{transform:translate3d(0,-18px,0) rotate(-270deg);transition-delay:75ms}nav.navigation{position:fixed;top:0;width:100%;z-index:9}nav.navigation.scrolled{height:56px;background-color:#e30613;transition:all .3s ease-in-out}nav.navigation.scrolled .holder{align-items:flex-start}nav.navigation.scrolled .holder .logo-holder{position:absolute;margin-top:12px;transition:all .3s ease-in-out}nav.navigation.scrolled .holder .hamburger{padding:8px 12px;transition:all .3s ease-in-out}@media (min-width:701px){nav.navigation.scrolled .holder .menu-holder{margin-left:auto;padding:12px 0;transition:all .3s ease-in-out}}@media (min-width:0) and (max-width:700px){nav.navigation{height:56px}}nav.navigation .holder{display:flex;justify-content:space-between}@media (min-width:701px){nav.navigation .holder{align-items:center}}@media (min-width:0) and (max-width:700px){nav.navigation .holder{align-items:flex-start}}nav.navigation .holder .logo-holder{width:100%}@media (min-width:701px){nav.navigation .holder .logo-holder{max-width:160px;margin-top:24px}}@media (min-width:0) and (max-width:700px){nav.navigation .holder .logo-holder{max-width:110px;margin-top:12px}}nav.navigation .holder .logo-holder img{width:100%;display:block}nav.navigation .holder .menu-holder{display:flex;align-items:center;padding:48px 0}@media (min-width:0) and (max-width:700px){nav.navigation .holder .menu-holder{position:fixed;top:90px;left:0;right:0;bottom:0;background:#e30613;padding:12px;z-index:100;display:none}nav.navigation .holder .menu-holder.active{display:block}}nav.navigation .holder .menu-holder .link{margin-right:32px;padding-bottom:8px;font-size:18px;font-weight:700;line-height:24px;text-transform:uppercase;color:#fff;text-decoration:none}@media (min-width:1025px){nav.navigation .holder .menu-holder .link:hover{opacity:.8}}@media (min-width:0) and (max-width:700px){nav.navigation .holder .menu-holder .link{line-height:50px;display:block}}nav.navigation .holder .menu-holder .link:last-child{margin-right:0}nav.navigation .holder .menu-holder .link.active{color:rgba(255,255,255,.64);border-bottom:1px solid #fff}nav.navigation .menu-mobile{margin-right:48px;padding:4px 0;display:none}@media (min-width:0) and (max-width:700px){nav.navigation .menu-mobile{display:block}}nav.navigation .menu-mobile .link{font-size:20px;font-weight:700;line-height:24px;color:#fff;text-decoration:none}nav.navigation .menu-mobile .link.cta{padding:4px 12px;background-color:#e30613;font-size:22px;line-height:48px;text-transform:uppercase;color:#000}nav.navigation .hamburger{position:absolute;top:0;right:0;display:none;outline:0}@media (min-width:0) and (max-width:700px){nav.navigation .hamburger{display:block}}footer{position:relative}footer.main{background-color:#f3983f}@media (min-width:701px){footer.main{padding:48px 0}}@media (min-width:0) and (max-width:700px){footer.main{padding:48px 0}}footer.main::before{content:"";position:absolute;top:0;background-repeat:no-repeat;background-position:top right;background-size:cover}@media (min-width:701px){footer.main::before{width:170px;height:170px}}@media (min-width:0) and (max-width:700px){footer.main::before{width:85px;height:85px}}footer.main .holder .title{margin-bottom:24px;color:#000;text-align:center}footer.main .holder .share-holder{display:flex;justify-content:center;align-items:center}footer.main .holder .share-holder .item{width:60px;height:60px;margin-right:16px;background-repeat:no-repeat;background-position:center;border:2px solid rgba(0,0,0,.4);border-radius:100%}@media (min-width:1025px){footer.main .holder .share-holder .item:hover{opacity:.6}}footer.main .holder .share-holder .item:last-child{margin-right:0}footer.main .holder .share-holder .item.instagram{background-image:url(/assets/images/icons/instagram.svg)}footer.main .holder .share-holder .item.linkedin{background-image:url(/assets/images/icons/linkedin.svg)}footer.main .holder .share-holder .item.facebook{background-image:url(/assets/images/icons/facebook.svg)}footer.main .holder .share-holder .item.twitter{background-image:url(/assets/images/icons/twitter.svg)}@media (min-width:701px){footer.main .holder .menu-holder{display:flex;justify-content:center;align-items:center}}@media (min-width:0) and (max-width:700px){footer.main .holder .menu-holder{text-align:center}}footer.main .holder .menu-holder a{text-decoration:none}footer.sub-footer{padding:48px 0 16px}@media (min-width:1025px){footer.sub-footer .holder .logo-holder{display:flex;justify-content:center;align-items:center}}@media (min-width:1025px){footer.sub-footer .holder .logo-holder .item.partners{margin-right:48px}}@media (min-width:0px) and (max-width:1024px){footer.sub-footer .holder .logo-holder .item.partners{margin-bottom:24px}}footer.sub-footer .holder .logo-holder .item .title{margin-bottom:12px}@media (min-width:0px) and (max-width:1024px){footer.sub-footer .holder .logo-holder .item .title{text-align:center}}footer.sub-footer .holder .logo-holder .item .logo-holder{display:flex;justify-content:flex-start;align-items:center;flex-wrap:wrap}@media (min-width:0px) and (max-width:1024px){footer.sub-footer .holder .logo-holder .item .logo-holder{justify-content:center}}footer.sub-footer .holder .logo-holder .item .logo-holder a{margin-right:24px}@media (min-width:1025px){footer.sub-footer .holder .logo-holder .item .logo-holder a:hover{opacity:.6}}@media (min-width:701px){footer.sub-footer .holder .logo-holder .item .logo-holder a{margin-bottom:24px}footer.sub-footer .holder .logo-holder .item .logo-holder a:last-child{margin-right:0}}@media (min-width:0) and (max-width:700px){footer.sub-footer .holder .logo-holder .item .logo-holder a{margin-bottom:24px}footer.sub-footer .holder .logo-holder .item .logo-holder a:nth-child(3n){margin-right:0}}@media (min-width:701px){footer.sub-footer .holder .logo-holder .item .logo-holder img{max-height:70px;max-width:175px}}@media (min-width:0) and (max-width:700px){footer.sub-footer .holder .logo-holder .item .logo-holder img{max-height:50px;max-width:125px}}footer.sub-footer .holder .menu-holder{padding-top:16px;box-shadow:inset 0 1px 0 0 rgba(0,0,0,.08);text-align:center}footer.sub-footer .holder .menu-holder .link{margin-right:24px;color:#000;font-weight:400}@media (min-width:0) and (max-width:700px){footer.sub-footer .holder .menu-holder .link{display:block;width:100%}}@media (min-width:1025px){footer.sub-footer .holder .menu-holder .link:hover{color:#666}}footer.sub-footer .holder .menu-holder .link:last-child{margin-right:0}.button{padding:16px 24px;display:inline-block;text-decoration:none;text-align:center;color:#fff;background-color:#e30613;font-weight:700;line-height:19px;border-radius:32px;cursor:pointer}.button.black{color:#e30613;background-color:#000}.button.white{padding:16px 64px;background-color:#fff;color:#e30613;font-weight:900}.button.transparent{margin:24px auto 0;display:inline-block;text-align:center;background-color:transparent;color:#000;border:2px solid rgba(0,0,0,.3)}.button.transparent:hover{opacity:.9}[type=radio]:checked,[type=radio]:not(:checked){position:absolute;left:-9999px}[type=radio]:checked+label,[type=radio]:not(:checked)+label{position:relative;cursor:pointer;line-height:24px;display:inline-block;font-weight:900;color:#000}@media (min-width:701px){[type=radio]:checked+label,[type=radio]:not(:checked)+label{padding-left:56px;font-size:24px}}@media (min-width:0) and (max-width:700px){[type=radio]:checked+label,[type=radio]:not(:checked)+label{padding-left:36px;font-size:18px}}[type=radio]:checked+label:before,[type=radio]:not(:checked)+label:before{content:"";position:absolute;left:0;top:50%;transform:translateY(-50%);width:24px;height:24px;border:2px solid rgba(0,0,0,.24);border-radius:100%;background:#fff;box-sizing:border-box}[type=radio]:checked+label:after,[type=radio]:not(:checked)+label:after{content:"";width:14px;height:14px;background:#e30613;position:absolute;top:50%;left:5px;transform:translateY(-50%);border-radius:100%;transition:all .2s ease}[type=radio]:checked+label:before{border:2px solid #e30613}[type=radio]:not(:checked)+label:after{opacity:0;transform:scale(0)}[type=radio]:checked+label:after{opacity:1}[type=checkbox]{position:relative;flex-shrink:0;height:25px;width:25px;-webkit-appearance:none;-moz-appearance:none;-o-appearance:none;appearance:none;border:2px solid rgba(255,255,255,.64);border-radius:8px;outline:0;transition-duration:.3s;background-color:transparent;cursor:pointer}[type=checkbox]:checked{background-color:#fff}[type=checkbox]:checked::after{content:"";position:absolute;top:50%;left:50%;width:14px;height:10px;transform:translate(-50%,-50%);font-size:24px;line-height:1;color:#e30613;transition:all .2s;background-image:url(/assets/images/icons/icon_checkmark.svg);background-repeat:no-repeat;background-position:center;background-size:cover}@media (min-width:0) and (max-width:700px){[type=checkbox]:checked::after{top:12px}}[type=checkbox]+label,[type=checkbox]:checked+label{padding-left:16px;color:#fff;font-weight:400;cursor:pointer}@media (min-width:0) and (max-width:700px){[type=checkbox]+label,[type=checkbox]:checked+label{max-width:calc(100% - 32px)}}.message-success{color:#fff}.message-error{color:#f3983f}.message-error,.message-success{position:fixed;bottom:0;left:0;right:0;padding:16px 0;background-color:#e30613;box-shadow:0 -5px 15px 1px rgba(0,0,0,.2);z-index:999}.message-error .full-width,.message-success .full-width{display:flex;justify-content:space-between;align-items:center}.message-error .close-button,.message-success .close-button{width:32px;height:32px;background-image:url(../images/icons/icon_close.svg);background-position:center;background-repeat:no-repeat;background-color:#fff;background-size:20px;border-radius:100%;cursor:pointer}section.header{background-color:#e30613;background-image:url(/assets/images/backgrounds/pattern_header_middle@2x.png);background-repeat:no-repeat;position:relative;overflow-x:hidden}@media (min-width:701px){section.header{background-size:470px auto;background-position:left 68% top 120px}}@media (min-width:0) and (max-width:700px){section.header{background-size:260px auto;background-position:right -100% top 420px}}section.header::before{content:"";position:absolute;bottom:0;left:0;background-image:url(/assets/images/backgrounds/pattern_orange@2x.png);background-position:bottom left;background-size:cover;opacity:.6}@media (min-width:701px){section.header::before{width:260px;height:260px}}@media (min-width:0) and (max-width:700px){section.header::before{width:180px;height:180px}}section.header::after{content:"";position:absolute;top:0;right:0;background-image:url(/assets/images/backgrounds/pattern_orange_opacity@2x.png);background-position:bottom left;background-size:cover;z-index:0}@media (min-width:701px){section.header::after{width:180px;height:180px}}@media (min-width:0) and (max-width:700px){section.header::after{width:120px;height:120px}}@media (min-width:701px){section.header{padding:170px 0 48px}}@media (min-width:0) and (max-width:700px){section.header{padding:128px 0 48px}}section.header .holder{position:relative;z-index:1}@media (min-width:701px){section.header .holder{display:flex;justify-content:space-between;align-items:flex-start}}@media (min-width:701px){section.header .holder .column{width:calc(50% - 36px)}}@media (min-width:701px){section.header .holder .column.highlights{display:flex;justify-content:space-between;align-items:flex-start;flex-direction:row}}@media (min-width:0) and (max-width:700px){section.header .holder .column.highlights{white-space:nowrap;overflow-x:scroll;margin-left:-16px;margin-right:-16px;padding:0 16px}}@media (min-width:0) and (max-width:700px){section.header .holder .column{margin-bottom:24px}section.header .holder .column:last-child{margin-bottom:0}}section.header .holder .column .highlight{text-decoration:none;color:#000;border:1px solid rgba(0,0,0,.08)}@media (min-width:701px){section.header .holder .column .highlight{width:calc(50% - 12px)}}@media (min-width:0) and (max-width:700px){section.header .holder .column .highlight{display:inline-block;margin-right:16px;width:80%;white-space:normal;vertical-align:top}section.header .holder .column .highlight:last-child{margin-right:0}}section.header .holder .column .highlight .thumbnail{position:relative}section.header .holder .column .highlight .thumbnail:before{display:block;content:"";width:100%;padding-top:56.25%}section.header .holder .column .highlight .thumbnail>.holder{position:absolute;top:0;left:0;right:0;bottom:0}section.header .holder .column .highlight .thumbnail .holder{overflow:hidden}section.header .holder .column .highlight .thumbnail .holder img{display:block;width:100%}section.header .holder .column .highlight .thumbnail .holder .badge{position:absolute;top:12px;left:12px;padding:6px 12px;font-size:12px;color:#fff;border-radius:4px}section.header .holder .column .highlight .thumbnail .holder .badge.high{background-color:#e30613}section.header .holder .column .highlight .info-holder{padding:16px;background-color:#fff}section.header .holder .column .highlight .info-holder .artist{font-size:13px;color:#153133;opacity:.4;text-transform:uppercase}@media (min-width:0) and (max-width:700px){section.header .holder .column .highlight .info-holder .text-normal{height:48px;overflow-y:hidden}}section.header .holder .column .join{max-width:360px;width:100%;background-color:#fff}section.header .holder .column .join .title-holder{padding:16px;background-color:#000;color:#fff}section.header .holder .column .join .form-holder{padding:16px;display:none}section.header .holder .column .join .form-holder.step2{display:none}section.header .holder .column .join .form-holder .intro{margin-bottom:16px}section.header .holder .column .join .form-holder .form-row{margin-bottom:16px}section.header .holder .column .join .form-holder .form-row input{padding:16px;width:100%;border:1px solid #c4c4c4;border-radius:4px;font-size:20px}section.header .holder .column .join .form-holder .form-row input::-moz-placeholder{font-size:20px}section.header .holder .column .join .form-holder .form-row input:-ms-input-placeholder{font-size:20px}section.header .holder .column .join .form-holder .form-row input::placeholder{font-size:20px}section.header .holder .column .join .form-holder .collect{margin-bottom:16px;width:100%;text-align:center}section.header .holder .column .join .form-holder .collect text{font-weight:700}section.header .holder .column .join .form-holder .donate{text-decoration:none;text-align:center;cursor:pointer}section.header .holder .column .join .form-holder .donate text{color:#000;font-weight:700}section.header .holder .title{max-width:570px;display:inline;padding:16px 0;background-color:#fff;box-shadow:16px 0 0 #fff,-16px 0 0 #fff;margin-left:16px;margin-right:16px;-webkit-box-decoration-break:clone;box-decoration-break:clone}@media (min-width:1025px){section.header .holder .title{font-size:56px;line-height:1.3}}@media (min-width:0px) and (max-width:1024px){section.header .holder .title{font-size:30px;line-height:1.65}}section.header .holder .title.long{max-width:700px}section.header .holder .subtitle{margin-top:30px;margin-bottom:24px;display:inline-block;color:#e30613;background-color:#fff;text-transform:uppercase}@media (min-width:701px){section.header .holder .subtitle{padding:36px 24px}}@media (min-width:0) and (max-width:700px){section.header .holder .subtitle{padding:16px}}section.header .holder .description{margin-top:30px;font-weight:700;color:#fff}@media (min-width:701px){section.header .holder .description{font-size:18px}}section.header .mobile-scroll{position:relative;display:block;margin:24px auto 0;z-index:5}@media (min-width:701px){section.header .mobile-scroll{display:none}}section.steps{background-color:#7072a1;position:relative}section.steps::before{content:"";position:absolute;top:0;left:0;background-image:url(/assets/images/backgrounds/pattern_circle_orange_opacity@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover;opacity:.6}@media (min-width:701px){section.steps::before{width:260px;height:260px}}@media (min-width:0) and (max-width:700px){section.steps::before{width:180px;height:180px}}section.steps::after{content:"";position:absolute;bottom:0;right:0;background-image:url(/assets/images/backgrounds/pattern_pink_opacity@2x.png);background-repeat:no-repeat;background-position:bottom right;background-size:cover}@media (min-width:701px){section.steps::after{width:120px;height:120px}}@media (min-width:0) and (max-width:700px){section.steps::after{width:60px;height:60px}}@media (min-width:701px){section.steps{padding:48px 0}}@media (min-width:0) and (max-width:700px){section.steps{padding:48px 0}}@media (min-width:701px){section.steps .holder{display:flex;justify-content:space-between;align-items:flex-start}}@media (min-width:1025px){section.steps .holder .item{width:calc(50% - 77px)}}@media (min-width:701px) and (max-width:1024px){section.steps .holder .item{width:calc(50% - 24px)}}section.steps .holder .item .text-normal{color:#fff}@media (min-width:0) and (max-width:700px){section.steps .holder .item.about{margin-bottom:24px}}section.steps .holder .item.about .title{margin-bottom:12px;line-height:1;font-weight:900;text-transform:uppercase;color:#fff}@media (min-width:701px){section.steps .holder .item.about .title{font-size:39px}}@media (min-width:0) and (max-width:700px){section.steps .holder .item.about .title{font-size:32px;line-height:40px}}section.steps .holder .item.about .description{font-size:18px;font-weight:700;color:#fff}@media (min-width:0) and (max-width:700px){section.steps .holder .item.about .description{font-size:16px}}section.steps .holder .item.steps .step{padding:16px 0;padding-left:56px;font-size:20px;font-weight:700;color:#fff;position:relative}section.steps .holder .item.steps .step.one::before{content:"1"}section.steps .holder .item.steps .step.two::before{content:"2"}section.steps .holder .item.steps .step.three::before{content:"3"}section.steps .holder .item.steps .step::before{content:"0";position:absolute;left:0;top:50%;transform:translateY(-50%);width:40px;height:40px;font-size:24px;font-weight:900;text-align:center;line-height:40px;color:#7072a1;background-color:#fff;border-radius:100%}section.streams{background-color:#f8f8f8;position:relative}section.streams::before{content:"";position:absolute;top:0;right:0;background-image:url(/assets/images/backgrounds/pattern_pink@2x.png);background-repeat:no-repeat;background-position:top right;background-size:cover}@media (min-width:701px){section.streams::before{width:120px;height:120px}}@media (min-width:0) and (max-width:700px){section.streams::before{width:60px;height:60px}}section.streams::after{content:"";position:absolute;bottom:0;right:0;background-image:url(/assets/images/backgrounds/pattern_red@2x.png);background-repeat:no-repeat;background-position:top right;background-size:cover}@media (min-width:701px){section.streams::after{width:170px;height:170px}}@media (min-width:0) and (max-width:700px){section.streams::after{width:85px;height:85px}}@media (min-width:701px){section.streams{padding:48px 0}}@media (min-width:0) and (max-width:700px){section.streams{padding:48px 0}}section.streams .holder{position:relative;z-index:1}section.streams .holder .topbar{color:#fff}@media (min-width:1025px){section.streams .holder .topbar{display:flex;justify-content:space-between;align-items:center}}@media (min-width:0) and (max-width:700px){section.streams .holder .topbar{margin-bottom:40px}}section.streams .holder .topbar .title{color:#000}@media (min-width:701px) and (max-width:1024px){section.streams .holder .topbar .title{margin-bottom:24px}}@media (min-width:0) and (max-width:700px){section.streams .holder .topbar .title{margin-bottom:16px}}section.streams .holder .topbar .filter-holder{position:relative}@media (min-width:701px){section.streams .holder .topbar .filter-holder{display:flex;align-items:center}}section.streams .holder .topbar .filter-holder .item{padding-right:24px;display:inline-block;background-image:url(/assets/images/icons/dropdown.svg);background-repeat:no-repeat;background-position:right center;font-size:20px;font-weight:700;color:#000;cursor:pointer}@media (min-width:701px){section.streams .holder .topbar .filter-holder .item{margin-right:36px}}@media (min-width:0) and (max-width:700px){section.streams .holder .topbar .filter-holder .item{margin-right:24px;margin-bottom:16px}}section.streams .holder .topbar .filter-holder .item:last-child{margin-right:0}section.streams .holder .topbar .filter-holder .item:hover+.category-dropdown{display:block}section.streams .holder .topbar .filter-holder .category-dropdown{display:none;min-width:200px;background-color:#fff;color:#000;z-index:9}@media (min-width:1025px){section.streams .holder .topbar .filter-holder .category-dropdown{position:absolute;top:calc(100% - 15px);left:0}}@media (min-width:0px) and (max-width:1024px){section.streams .holder .topbar .filter-holder .category-dropdown{margin-bottom:16px}}section.streams .holder .topbar .filter-holder .category-dropdown:hover{display:block}section.streams .holder .topbar .filter-holder .category-dropdown text{cursor:pointer}@media (min-width:1025px){section.streams .holder .topbar .filter-holder .category-dropdown text{padding:4px 16px}}@media (min-width:0px) and (max-width:1024px){section.streams .holder .topbar .filter-holder .category-dropdown text{padding:6px 16px}}section.streams .holder .topbar .filter-holder .category-dropdown text:hover{background-color:rgba(0,0,0,.16)}section.streams .holder .topbar .filter-holder .search-holder input[type=text]{padding:16px;padding-left:60px;font-size:20px;border:.5px solid rgba(0,0,0,.16);border-radius:32px;color:#000;outline:0;background-image:url(/assets/images/icons/icon_search.svg);background-repeat:no-repeat;background-position:left 24px center}@media (min-width:701px){section.streams .holder .topbar .filter-holder .search-holder input[type=text]{width:380px}}@media (min-width:0) and (max-width:700px){section.streams .holder .topbar .filter-holder .search-holder input[type=text]{width:100%}}section.streams .holder .topbar .filter-holder .search-holder input[type=text]::-moz-placeholder{color:#000;opacity:.4}section.streams .holder .topbar .filter-holder .search-holder input[type=text]:-ms-input-placeholder{color:#000;opacity:.4}section.streams .holder .topbar .filter-holder .search-holder input[type=text]::placeholder{color:#000;opacity:.4}section.streams .holder .noresults{margin:24px 0}@media (min-width:701px){section.streams .holder .stream-list{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}}section.streams .holder .stream-list .item{display:block;padding:36px 0;box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.08);text-decoration:none}@media (min-width:1025px){section.streams .holder .stream-list .item{width:calc((100% - 48px)/ 3);margin-right:24px}section.streams .holder .stream-list .item:nth-child(3n){margin-right:0}}@media (min-width:701px) and (max-width:1024px){section.streams .holder .stream-list .item{width:calc((100% - 24px)/ 2);margin-right:24px}section.streams .holder .stream-list .item:nth-child(2n){margin-right:0}}section.streams .holder .stream-list .item.live .thumbnail{border-radius:100%;position:relative}@media (min-width:701px){section.streams .holder .stream-list .item.live .thumbnail{border:7px solid #fff;box-shadow:0 0 0 7px #f3983f}}@media (min-width:0) and (max-width:700px){section.streams .holder .stream-list .item.live .thumbnail{border:4px solid #fff;box-shadow:0 0 0 6px #f3983f}}@media (min-width:701px){section.streams .holder .stream-list .item.live .thumbnail .holder .visual{top:-13px;right:-43px}}@media (min-width:0) and (max-width:700px){section.streams .holder .stream-list .item.live .thumbnail .holder .visual{top:4px;right:-25px}}section.streams .holder .stream-list .item.live .info-holder .status{background-color:#f3983f}section.streams .holder .stream-list .item.upcoming .info-holder .status{background-color:#7072a1}section.streams .holder .stream-list .item .thumbnail{position:relative;margin:0 auto}section.streams .holder .stream-list .item .thumbnail:before{display:block;content:"";width:100%;padding-top:100%}section.streams .holder .stream-list .item .thumbnail>.holder{position:absolute;top:0;left:0;right:0;bottom:0}@media (min-width:701px){section.streams .holder .stream-list .item .thumbnail{max-width:250px}}@media (min-width:0) and (max-width:700px){section.streams .holder .stream-list .item .thumbnail{max-width:220px}}section.streams .holder .stream-list .item .thumbnail .holder{background-position:center;background-size:cover;border-radius:100%}section.streams .holder .stream-list .item .thumbnail .holder .visual{position:absolute;z-index:5}@media (min-width:701px){section.streams .holder .stream-list .item .thumbnail .holder .visual{top:-6px;right:-36px;width:120px;height:120px}}@media (min-width:0) and (max-width:700px){section.streams .holder .stream-list .item .thumbnail .holder .visual{top:8px;right:-21px;width:80px;height:80px}}section.streams .holder .stream-list .item .thumbnail .holder .thumb{display:block;width:100%;border-radius:100%}section.streams .holder .stream-list .item .info-holder{display:flex;flex-direction:column;justify-content:flex-end;align-items:flex-start}section.streams .holder .stream-list .item .info-holder .time{padding:6px 12px;border:2px solid rgba(0,0,0,.4);border-radius:20px;line-height:20px;color:#000}@media (min-width:701px){section.streams .holder .stream-list .item .info-holder .time{margin-bottom:12px}}@media (min-width:0) and (max-width:700px){section.streams .holder .stream-list .item .info-holder .time{margin-bottom:8px}}section.streams .holder .stream-list .item .info-holder .status{padding:6px 12px;color:#fff;border-radius:20px;text-transform:uppercase;line-height:20px;z-index:2}@media (min-width:701px){section.streams .holder .stream-list .item .info-holder .status{margin-bottom:12px}}@media (min-width:0) and (max-width:700px){section.streams .holder .stream-list .item .info-holder .status{margin-bottom:8px}}section.streams .holder .stream-list .item .info-holder .artist{margin-bottom:6px;text-transform:uppercase;color:#000;opacity:.72}section.streams .holder .stream-list .item .info-holder .title{font-weight:900;max-width:90%;margin-bottom:24px;color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}section.streams .holder .stream-list .item .info-holder .datetime{margin-bottom:16px;font-weight:500;color:#818181;text-transform:uppercase}section.streams .holder .stream-list .item .info-holder .button{width:100%}section.streams .holder .stream-list .item .info-holder .button:hover{background-color:#b1050f}section.streams .holder .stream-list .item .info-holder .button text{text-align:center;color:#fff}section.streams .holder .more{display:block;margin:24px auto 0;font-size:20px;background-image:url(/assets/images/icons/dropdown.svg);background-repeat:no-repeat;background-position:right 70px center}@media (min-width:701px){section.streams .holder .more{max-width:290px}}@media (min-width:0) and (max-width:700px){section.streams .holder .more{max-width:240px}}section.info{background-color:#e30613;position:relative}section.info::before{content:"";position:absolute;top:0;right:0;background-image:url(/assets/images/backgrounds/pattern_red_opacity@2x.png);background-repeat:no-repeat;background-position:top right;background-size:cover}@media (min-width:701px){section.info::before{width:170px;height:170px}}@media (min-width:0) and (max-width:700px){section.info::before{width:85px;height:85px}}section.info::after{content:"";position:absolute;bottom:0;left:0;background-image:url(/assets/images/backgrounds/pattern_circle_orange_border@2x.png);background-repeat:no-repeat;background-position:top right;background-size:cover}@media (min-width:701px){section.info::after{width:140px;height:140px}}@media (min-width:0) and (max-width:700px){section.info::after{width:85px;height:85px}}@media (min-width:701px){section.info{padding:60px 0}}@media (min-width:0) and (max-width:700px){section.info{padding:48px 0}}section.info .holder{position:relative;z-index:1}@media (min-width:1025px){section.info .holder{display:flex;justify-content:space-between;align-items:center}section.info .holder .item{width:calc((100% - 80px)/ 2)}}@media (min-width:701px) and (max-width:1024px){section.info .holder{display:flex;justify-content:space-between;align-items:flex-start}section.info .holder .item{width:calc((100% - 40px)/ 2)}}section.info .holder .title{font-weight:900;color:#fff}@media (min-width:0) and (max-width:700px){section.info .holder .title{margin-bottom:12px}}section.info .holder .copy-holder text{margin-bottom:24px;color:#fff}section.event-info{position:relative}@media (min-width:701px){section.event-info{padding:48px 0}}@media (min-width:0) and (max-width:700px){section.event-info{padding:48px 0 114px}}section.event-info::before{content:"";position:absolute;top:0;left:0;background-image:url(/assets/images/backgrounds/pattern_circle_orange_opacity_2@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.event-info::before{width:260px;height:260px}}@media (min-width:0) and (max-width:700px){section.event-info::before{width:180px;height:180px}}section.event-info::after{content:"";position:absolute;bottom:0;right:0;background-image:url(/assets/images/backgrounds/pattern_circle_pink@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.event-info::after{width:170px;height:170px}}@media (min-width:0) and (max-width:700px){section.event-info::after{width:85px;height:85px}}section.event-info .holder{position:relative;z-index:1}section.event-info .holder .topbar{display:flex;justify-content:space-between;align-items:center}@media (min-width:701px){section.event-info .holder .topbar{padding-bottom:48px}}@media (min-width:0) and (max-width:700px){section.event-info .holder .topbar{padding-bottom:24px}}section.event-info .holder .topbar .link{padding-left:30px;background-repeat:no-repeat;background-position:left center;background-size:18px auto;text-decoration:none;color:#000;cursor:pointer}section.event-info .holder .topbar .link.back{background-image:url(/assets/images/icons/back.svg)}section.event-info .holder .topbar .link.share{background-image:url(/assets/images/icons/icon_share.svg)}section.event-info .holder .topbar .link:hover{opacity:.7}section.event-info .holder .topbar .link text{font-weight:700}section.event-info .holder .topbar .share-holder{display:flex;justify-content:flex-start;align-items:center}section.event-info .holder .topbar .share-holder .share{width:48px;height:48px;background-repeat:no-repeat;background-position:center;cursor:pointer}section.event-info .holder .topbar .share-holder .share.facebook{background-image:url(/assets/images/icons/facebook.svg)}section.event-info .holder .topbar .share-holder .share.twitter{background-image:url(/assets/images/icons/twitter.svg)}section.event-info .holder .topbar .share-holder .share.whatsapp{background-image:url(/assets/images/icons/whatsapp.svg);background-size:24px}section.event-info .holder .topbar .share-holder .share:hover{opacity:.7}@media (min-width:701px){section.event-info .holder .event{display:flex;justify-content:space-between}}@media (min-width:1025px){section.event-info .holder .event .thumbnail-holder{min-width:300px}}@media (min-width:701px) and (max-width:1024px){section.event-info .holder .event .thumbnail-holder{width:200px}}@media (min-width:0) and (max-width:700px){section.event-info .holder .event .thumbnail-holder{width:200px;margin:0 auto}}section.event-info .holder .event .thumbnail-holder img{border-radius:100%;border:1px solid rgba(0,0,0,.12)}@media (min-width:1025px){section.event-info .holder .event .thumbnail-holder img{width:308px;height:308px}}@media (min-width:701px) and (max-width:1024px){section.event-info .holder .event .thumbnail-holder img{width:200px;height:200px}}@media (min-width:0) and (max-width:700px){section.event-info .holder .event .thumbnail-holder img{width:200px;height:200px}}@media (min-width:1025px){section.event-info .holder .event .content-holder{width:calc(100% - 420px);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media (min-width:701px) and (max-width:1024px){section.event-info .holder .event .content-holder{width:calc(100% - 240px);display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-start}}@media (min-width:0) and (max-width:700px){section.event-info .holder .event .content-holder{display:flex;flex-direction:column;align-items:flex-start}}section.event-info .holder .event .content-holder .label{display:inline-block;padding:6px 12px;margin-right:16px;margin-bottom:8px;border-radius:20px;text-transform:uppercase;line-height:20px}@media (min-width:0) and (max-width:700px){section.event-info .holder .event .content-holder .label{margin-bottom:8px}}section.event-info .holder .event .content-holder .label.time{border:2px solid rgba(0,0,0,.4);border-radius:20px}section.event-info .holder .event .content-holder .label.status{color:#fff}section.event-info .holder .event .content-holder .label.status.upcoming{background-color:#7072a1}section.event-info .holder .event .content-holder .label.status.live{background-color:#f3983f}section.event-info .holder .event .content-holder .title{margin-bottom:16px}section.event-info .holder .event .content-holder .description{font-weight:400}@media (min-width:0) and (max-width:700px){section.event-info .holder .event .content-holder .description{margin-bottom:24px}}section.event-info .holder .event .content-holder .description a{color:#000}section.event-info .holder .event .content-holder .video-holder{position:relative;width:100%}section.event-info .holder .event .content-holder .video-holder:before{display:block;content:"";width:100%;padding-top:56.25%}section.event-info .holder .event .content-holder .video-holder>.holder{position:absolute;top:0;left:0;right:0;bottom:0}section.event-info .holder .event .content-holder .video-holder .holder{width:100%;height:100%}section.event-info .holder .event .content-holder .button{padding:16px 64px;margin-top:16px;margin-right:16px}section.event-info .holder .event .content-holder .button.join{display:none}@media (min-width:1025px){section.event-info .holder .event .content-holder .button:hover{opacity:.8}}@media (min-width:0) and (max-width:700px){section.event-info .holder .event .content-holder .button{width:100%}section.event-info .holder .event .content-holder .button.transparent{margin-top:12px}}section.news-grid{position:relative;background-color:#f8f8f8}@media (min-width:701px){section.news-grid{padding:48px 0 80px}}@media (min-width:0) and (max-width:700px){section.news-grid{padding:48px 0 80px}}section.news-grid::before{content:"";position:absolute;top:0;left:0;width:360px;height:360px;background-image:url(/assets/images/backgrounds/pattern_circle_orange_opacity_2@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.news-grid::before{width:260px;height:260px}}@media (min-width:0) and (max-width:700px){section.news-grid::before{width:180px;height:180px}}section.news-grid::after{content:"";position:absolute;bottom:0;right:0;background-image:url(/assets/images/backgrounds/pattern_circle_pink@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.news-grid::after{width:170px;height:170px}}@media (min-width:0) and (max-width:700px){section.news-grid::after{width:85px;height:85px}}section.news-grid .holder{position:relative;z-index:1}@media (min-width:701px){section.news-grid .holder{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}}section.news-grid .holder .item{display:block;text-decoration:none;color:#000}@media (min-width:701px){section.news-grid .holder .item{width:calc((100% - 48px)/ 3);margin-right:24px;margin-bottom:36px}}@media (min-width:0) and (max-width:700px){section.news-grid .holder .item{margin-bottom:24px}}@media (min-width:701px){section.news-grid .holder .item.large{width:calc((100% - 24px)/ 2)}}section.news-grid .holder .item.large:nth-child(2n){margin-right:0}@media (min-width:0) and (max-width:700px){section.news-grid .holder .item.large:nth-child(2n){padding-bottom:24px;border-bottom:1px solid #bdbdbd}}section.news-grid .holder .item.large .thumbnail{margin-bottom:24px}section.news-grid .holder .item.large .content .title{font-size:32px;line-height:40px}@media (min-width:0) and (max-width:700px){section.news-grid .holder .item.large .content .title{font-size:20px;line-height:30px}}@media (min-width:701px){section.news-grid .holder .item:not(.large) .thumbnail{margin-bottom:16px}}@media (min-width:0) and (max-width:700px){section.news-grid .holder .item:not(.large){padding-right:16px;background-image:url(/assets/images/icons/icon_arrow@2x.png);background-repeat:no-repeat;background-position:right center;background-size:8px auto}section.news-grid .holder .item:not(.large) .thumbnail{display:none}}section.news-grid .holder .item:nth-child(3n+2){margin-right:0}section.news-grid .holder .item .thumbnail{position:relative}section.news-grid .holder .item .thumbnail:before{display:block;content:"";width:100%;padding-top:56.29252%}section.news-grid .holder .item .thumbnail>.holder{position:absolute;top:0;left:0;right:0;bottom:0}section.news-grid .holder .item .thumbnail .holder{overflow:hidden}section.news-grid .holder .item .thumbnail .holder img{width:100%}section.news-grid .holder .item .content .categorie{margin-bottom:4px;text-transform:uppercase;opacity:.64}section.news-grid .holder .item .content .title{font-size:20px;font-weight:700;line-height:30px;color:#000;text-decoration:none;cursor:pointer}section.news-grid .holder .item .content .title:hover{color:#595959}section.news-info{position:relative}@media (min-width:701px){section.news-info{padding:48px 0}}@media (min-width:0) and (max-width:700px){section.news-info{padding:48px 0}}section.news-info::before{content:"";position:absolute;top:0;left:0;background-image:url(/assets/images/backgrounds/pattern_circle_orange_opacity_2@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.news-info::before{width:260px;height:260px}}@media (min-width:0) and (max-width:700px){section.news-info::before{width:180px;height:180px}}section.news-info::after{content:"";position:absolute;bottom:0;right:0;background-image:url(/assets/images/backgrounds/pattern_circle_pink@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.news-info::after{width:170px;height:170px}}@media (min-width:0) and (max-width:700px){section.news-info::after{width:85px;height:85px}}section.news-info .holder{position:relative;z-index:1}section.news-info .holder .topbar{display:flex;justify-content:space-between;align-items:center}@media (min-width:701px){section.news-info .holder .topbar{padding-bottom:48px}}@media (min-width:0) and (max-width:700px){section.news-info .holder .topbar{padding-bottom:24px}}section.news-info .holder .topbar .link{padding-left:30px;background-repeat:no-repeat;background-position:left center;background-size:18px auto;text-decoration:none;color:#000;cursor:pointer}section.news-info .holder .topbar .link.back{background-image:url(/assets/images/icons/back.svg)}section.news-info .holder .topbar .link.share{background-image:url(/assets/images/icons/icon_share.svg)}section.news-info .holder .topbar .link:hover{opacity:.7}section.news-info .holder .topbar .link text{font-weight:700}section.news-info .holder .topbar .share-holder{display:flex;justify-content:flex-start;align-items:center}section.news-info .holder .topbar .share-holder .share{width:48px;height:48px;background-repeat:no-repeat;background-position:center;cursor:pointer}section.news-info .holder .topbar .share-holder .share.facebook{background-image:url(/assets/images/icons/facebook.svg)}section.news-info .holder .topbar .share-holder .share.twitter{background-image:url(/assets/images/icons/twitter.svg)}section.news-info .holder .topbar .share-holder .share.whatsapp{background-image:url(/assets/images/icons/whatsapp.svg);background-size:24px}section.news-info .holder .topbar .share-holder .share:hover{opacity:.7}section.news-info .holder .event{display:flex;justify-content:space-between}section.news-info .holder .event .content-holder{max-width:792px;width:100%;margin:0 auto}section.news-info .holder .event .content-holder .image{width:100%;margin-bottom:24px}section.news-info .holder .event .content-holder .title{margin-bottom:16px}section.news-info .holder .event .content-holder .description{margin-bottom:24px;font-weight:400}section.news-info .holder .event .content-holder .button{padding:16px 64px;margin-right:16px}section.partners{position:relative}@media (min-width:701px){section.partners{padding:48px 0}}@media (min-width:0) and (max-width:700px){section.partners{padding:48px 0}}section.partners::before{content:"";position:absolute;top:0;left:0;background-image:url(/assets/images/backgrounds/pattern_circle_orange_opacity_2@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.partners::before{width:260px;height:260px}}@media (min-width:0) and (max-width:700px){section.partners::before{width:180px;height:180px}}section.partners::after{content:"";position:absolute;bottom:0;right:0;background-image:url(/assets/images/backgrounds/pattern_circle_pink@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.partners::after{width:170px;height:170px}}@media (min-width:0) and (max-width:700px){section.partners::after{width:85px;height:85px}}section.partners .holder{position:relative;z-index:1}section.partners .holder .topbar{display:flex;justify-content:space-between;align-items:center}@media (min-width:701px){section.partners .holder .topbar{padding-bottom:48px}}@media (min-width:0) and (max-width:700px){section.partners .holder .topbar{padding-bottom:24px}}section.partners .holder .topbar .link{padding-left:30px;background-repeat:no-repeat;background-position:left center;background-size:18px auto;text-decoration:none;color:#000;cursor:pointer}section.partners .holder .topbar .link.back{background-image:url(/assets/images/icons/back.svg)}section.partners .holder .topbar .link.share{background-image:url(/assets/images/icons/icon_share.svg)}section.partners .holder .topbar .link:hover{opacity:.7}section.partners .holder .topbar .link text{font-weight:700}section.partners .holder .topbar .share-holder{display:flex;justify-content:flex-start;align-items:center}section.partners .holder .topbar .share-holder .share{width:48px;height:48px;background-repeat:no-repeat;background-position:center;cursor:pointer}section.partners .holder .topbar .share-holder .share.facebook{background-image:url(/assets/images/icons/facebook.svg)}section.partners .holder .topbar .share-holder .share.twitter{background-image:url(/assets/images/icons/twitter.svg)}section.partners .holder .topbar .share-holder .share.whatsapp{background-image:url(/assets/images/icons/whatsapp.svg);background-size:24px}section.partners .holder .topbar .share-holder .share:hover{opacity:.7}section.partners .holder .partners{display:flex;justify-content:space-between}section.partners .holder .partners .content-holder{max-width:792px;width:100%;margin:0 auto}section.partners .holder .partners .content-holder .title{margin-bottom:16px}section.partners .holder .partners .content-holder .partner-holder .item{margin-bottom:24px}@media (min-width:701px){section.partners .holder .partners .content-holder .partner-holder .item{display:flex;justify-content:flex-start;align-items:center}}section.partners .holder .partners .content-holder .partner-holder .item .image{margin-right:24px;width:100%}@media (min-width:701px){section.partners .holder .partners .content-holder .partner-holder .item .image{max-width:250px}}@media (min-width:0) and (max-width:700px){section.partners .holder .partners .content-holder .partner-holder .item .image{display:block;margin:0 auto 16px;max-width:150px}}section.partners .holder .partners .content-holder .partner-holder .item .partner-content .text-normal{font-weight:400}section.partners .holder .partners .content-holder .partner-holder .item .partner-content .link{color:#000}section.agenda{background-color:#f8f8f8;position:relative}section.agenda.top-red::before{content:"";position:absolute;top:0;left:0;background-image:url(/assets/images/backgrounds/pattern_circle_orange_opacity_2@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.agenda.top-red::before{width:260px;height:260px}}@media (min-width:0) and (max-width:700px){section.agenda.top-red::before{width:180px;height:180px}}section.agenda::before{content:"";position:absolute;top:0;right:0;background-image:url(/assets/images/backgrounds/pattern_pink@2x.png);background-repeat:no-repeat;background-position:top right;background-size:cover}@media (min-width:701px){section.agenda::before{width:120px;height:120px}}@media (min-width:0) and (max-width:700px){section.agenda::before{width:60px;height:60px}}section.agenda::after{content:"";position:absolute;bottom:0;right:0;background-image:url(/assets/images/backgrounds/pattern_red@2x.png);background-repeat:no-repeat;background-position:top right;background-size:cover}@media (min-width:701px){section.agenda::after{width:170px;height:170px}}@media (min-width:0) and (max-width:700px){section.agenda::after{width:85px;height:85px}}@media (min-width:701px){section.agenda{padding:80px 0}}@media (min-width:0) and (max-width:700px){section.agenda{padding:48px 0}}section.agenda .holder{position:relative;z-index:1}section.agenda .holder .topbar{color:#fff;margin-bottom:18px}section.agenda .holder .topbar.days .title{width:100%}@media (min-width:701px){section.agenda .holder .topbar.days .title{margin-bottom:24px}}@media (min-width:0) and (max-width:700px){section.agenda .holder .topbar.days .title{margin-bottom:16px}}@media (min-width:1025px){section.agenda .holder .topbar{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap}section.agenda .holder .topbar .selector-holder{order:2}section.agenda .holder .topbar .filter-holder{order:3}}section.agenda .holder .topbar .title{color:#000}section.agenda .holder .topbar .selector-holder{display:flex;justify-content:flex-start;align-items:center;background-color:#eee}@media (min-width:701px){section.agenda .holder .topbar .selector-holder{border-radius:40px;box-shadow:0 0 0 2px inset rgba(0,0,0,.12)}}@media (min-width:0) and (max-width:700px){section.agenda .holder .topbar .selector-holder{margin-left:-16px;margin-right:-16px;margin-bottom:16px;box-shadow:0 -2px 0 0 inset rgba(0,0,0,.12),0 2px 0 0 inset rgba(0,0,0,.12);padding:0 16px}}section.agenda .holder .topbar .selector-holder .item{border-radius:40px;text-align:center;color:rgba(0,0,0,.64);cursor:pointer}@media (min-width:1025px){section.agenda .holder .topbar .selector-holder .item{padding:12px 40px}}@media (min-width:0) and (max-width:700px){section.agenda .holder .topbar .selector-holder .item{padding:12px 16px}}section.agenda .holder .topbar .selector-holder .item:hover{opacity:.8}section.agenda .holder .topbar .selector-holder .item.active{background-color:#f3983f;color:#fff}section.agenda .holder .topbar .selector-holder .item.active:hover{opacity:1}section.agenda .holder .topbar .selector-holder .item .day{text-transform:uppercase;font-weight:700;line-height:26px}section.agenda .holder .topbar .selector-holder .item .date{font-weight:400;line-height:20px}@media (min-width:0) and (max-width:700px){section.agenda .holder .topbar .selector-holder .item .date{font-size:14px}}section.agenda .holder .topbar .filter-holder{position:relative}@media (min-width:701px){section.agenda .holder .topbar .filter-holder{display:flex;align-items:center}}@media (min-width:0) and (max-width:700px){section.agenda .holder .topbar .filter-holder{margin-bottom:16px}}section.agenda .holder .topbar .filter-holder .item{padding-right:24px;display:inline-block;background-image:url(/assets/images/icons/dropdown.svg);background-repeat:no-repeat;background-position:right center;font-size:20px;font-weight:700;color:#000;cursor:pointer}@media (min-width:701px){section.agenda .holder .topbar .filter-holder .item{margin-right:36px}}@media (min-width:0) and (max-width:700px){section.agenda .holder .topbar .filter-holder .item{margin-right:24px;margin-bottom:16px}}section.agenda .holder .topbar .filter-holder .item:last-child{margin-right:0}section.agenda .holder .topbar .filter-holder .item:hover+.category-dropdown{display:block}section.agenda .holder .topbar .filter-holder .category-dropdown{display:none;min-width:200px;background-color:#fff;color:#000;z-index:9}@media (min-width:1025px){section.agenda .holder .topbar .filter-holder .category-dropdown{position:absolute;top:100%;left:0}}@media (min-width:0px) and (max-width:1024px){section.agenda .holder .topbar .filter-holder .category-dropdown{margin-bottom:16px}}section.agenda .holder .topbar .filter-holder .category-dropdown:hover{display:block}section.agenda .holder .topbar .filter-holder .category-dropdown text{cursor:pointer}@media (min-width:1025px){section.agenda .holder .topbar .filter-holder .category-dropdown text{padding:4px 16px}}@media (min-width:0px) and (max-width:1024px){section.agenda .holder .topbar .filter-holder .category-dropdown text{padding:6px 16px}}section.agenda .holder .topbar .filter-holder .category-dropdown text:hover{background-color:rgba(0,0,0,.16)}section.agenda .holder .noresults{margin:24px 0}@media (min-width:701px){section.agenda .holder .stream-list{display:flex;justify-content:flex-start;align-items:flex-start;flex-wrap:wrap}}section.agenda .holder .stream-list .item{display:block;border:1px solid rgba(0,0,0,.16);box-shadow:0 2px 0 0 rgba(0,0,0,.16);border-radius:8px;text-decoration:none}@media (min-width:1025px){section.agenda .holder .stream-list .item{width:calc((100% - 48px)/ 3);margin-right:24px;margin-bottom:36px;padding:24px}section.agenda .holder .stream-list .item:nth-child(3n){margin-right:0}}@media (min-width:701px) and (max-width:1024px){section.agenda .holder .stream-list .item{width:calc((100% - 24px)/ 2);margin-right:24px;margin-bottom:36px;padding:24px}section.agenda .holder .stream-list .item:nth-child(2n){margin-right:0}}@media (min-width:0) and (max-width:700px){section.agenda .holder .stream-list .item{margin-bottom:24px;padding:36px 16px}}section.agenda .holder .stream-list .item.live .thumbnail{border-radius:100%;position:relative}@media (min-width:701px){section.agenda .holder .stream-list .item.live .thumbnail{border:7px solid #fff;box-shadow:0 0 0 4px #f3983f}}@media (min-width:0) and (max-width:700px){section.agenda .holder .stream-list .item.live .thumbnail{border:4px solid #fff;box-shadow:0 0 0 6px #f3983f}}@media (min-width:701px){section.agenda .holder .stream-list .item.live .thumbnail .holder .visual{top:-13px;right:-43px}}@media (min-width:0) and (max-width:700px){section.agenda .holder .stream-list .item.live .thumbnail .holder .visual{top:4px;right:-25px}}section.agenda .holder .stream-list .item.live .info-holder .label{background-color:#7072a1}section.agenda .holder .stream-list .item.upcoming .info-holder .label{background-color:#f3983f}section.agenda .holder .stream-list .item .thumbnail{position:relative;margin:0 auto 18px}section.agenda .holder .stream-list .item .thumbnail:before{display:block;content:"";width:100%;padding-top:100%}section.agenda .holder .stream-list .item .thumbnail>.holder{position:absolute;top:0;left:0;right:0;bottom:0}@media (min-width:701px){section.agenda .holder .stream-list .item .thumbnail{max-width:210px}}@media (min-width:0) and (max-width:700px){section.agenda .holder .stream-list .item .thumbnail{max-width:190px}}section.agenda .holder .stream-list .item .thumbnail .holder{background-position:center;background-size:cover;border-radius:100%}section.agenda .holder .stream-list .item .thumbnail .holder .visual{position:absolute;z-index:5}@media (min-width:701px){section.agenda .holder .stream-list .item .thumbnail .holder .visual{top:-6px;right:-36px;width:120px;height:120px}}@media (min-width:0) and (max-width:700px){section.agenda .holder .stream-list .item .thumbnail .holder .visual{top:8px;right:-21px;width:80px;height:80px}}section.agenda .holder .stream-list .item .thumbnail .holder .thumb{display:block;width:100%;border-radius:100%}section.agenda .holder .stream-list .item .info-holder{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}section.agenda .holder .stream-list .item .info-holder .label-holder{display:flex;justify-content:center;align-items:center}section.agenda .holder .stream-list .item .info-holder .time{padding:6px 12px;border:2px solid rgba(0,0,0,.4);border-radius:20px;line-height:20px;color:#000}@media (min-width:701px){section.agenda .holder .stream-list .item .info-holder .time{margin-bottom:12px}}@media (min-width:0) and (max-width:700px){section.agenda .holder .stream-list .item .info-holder .time{margin-bottom:8px}}section.agenda .holder .stream-list .item .info-holder .label{padding:6px 12px;margin-right:8px;color:#fff;border-radius:20px;text-transform:uppercase;line-height:20px;z-index:2;text-align:center}@media (min-width:701px){section.agenda .holder .stream-list .item .info-holder .label{margin-bottom:12px}}@media (min-width:0) and (max-width:700px){section.agenda .holder .stream-list .item .info-holder .label{margin-bottom:8px}}section.agenda .holder .stream-list .item .info-holder .artist{text-transform:uppercase;color:#000;opacity:.72}section.agenda .holder .stream-list .item .info-holder .title{font-weight:900;max-width:90%;margin-bottom:24px;color:#000;text-align:center}@media (min-width:701px){section.agenda .holder .stream-list .item .info-holder .title{height:64px;overflow:hidden;text-overflow:ellipsis}}section.agenda .holder .stream-list .item .info-holder .datetime{margin-bottom:16px;font-weight:500;color:#818181;text-transform:uppercase}section.agenda .holder .stream-list .item .info-holder .button{width:100%}section.agenda .holder .stream-list .item .info-holder .button:hover{background-color:#b1050f}section.agenda .holder .stream-list .item .info-holder .button text{text-align:center;color:#fff}section.agenda .holder .more{display:block;margin:24px auto 0;font-size:20px;background-image:url(/assets/images/icons/dropdown.svg);background-repeat:no-repeat}@media (min-width:701px){section.agenda .holder .more{max-width:290px;background-position:right 70px center}}@media (min-width:0) and (max-width:700px){section.agenda .holder .more{max-width:240px;background-position:right 40px center}}section.agenda-info{position:relative}@media (min-width:701px){section.agenda-info{padding:48px 0}}@media (min-width:0) and (max-width:700px){section.agenda-info{padding:48px 0 114px}}section.agenda-info::before{content:"";position:absolute;top:0;left:0;background-image:url(/assets/images/backgrounds/pattern_circle_orange_opacity_2@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.agenda-info::before{width:260px;height:260px}}@media (min-width:0) and (max-width:700px){section.agenda-info::before{width:180px;height:180px}}section.agenda-info::after{content:"";position:absolute;bottom:0;right:0;background-image:url(/assets/images/backgrounds/pattern_circle_pink@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.agenda-info::after{width:170px;height:170px}}@media (min-width:0) and (max-width:700px){section.agenda-info::after{width:85px;height:85px}}section.agenda-info .holder{position:relative;z-index:1}section.agenda-info .holder .topbar{display:flex;justify-content:space-between;align-items:center}@media (min-width:701px){section.agenda-info .holder .topbar{padding-bottom:48px}}@media (min-width:0) and (max-width:700px){section.agenda-info .holder .topbar{padding-bottom:24px}}section.agenda-info .holder .topbar .link{padding-left:30px;background-repeat:no-repeat;background-position:left center;background-size:18px auto;text-decoration:none;color:#000;cursor:pointer}section.agenda-info .holder .topbar .link.back{background-image:url(/assets/images/icons/back.svg)}section.agenda-info .holder .topbar .link.share{background-image:url(/assets/images/icons/icon_share.svg)}section.agenda-info .holder .topbar .link:hover{opacity:.7}section.agenda-info .holder .topbar .link text{font-weight:700}section.agenda-info .holder .topbar .share-holder{display:flex;justify-content:flex-start;align-items:center}section.agenda-info .holder .topbar .share-holder .share{width:48px;height:48px;background-repeat:no-repeat;background-position:center;cursor:pointer}section.agenda-info .holder .topbar .share-holder .share.facebook{background-image:url(/assets/images/icons/facebook.svg)}section.agenda-info .holder .topbar .share-holder .share.twitter{background-image:url(/assets/images/icons/twitter.svg)}section.agenda-info .holder .topbar .share-holder .share.whatsapp{background-image:url(/assets/images/icons/whatsapp.svg);background-size:24px}section.agenda-info .holder .topbar .share-holder .share:hover{opacity:.7}@media (min-width:701px){section.agenda-info .holder .event{display:flex;justify-content:space-between}}section.agenda-info .holder .event .thumbnail-holder{position:relative}@media (min-width:1025px){section.agenda-info .holder .event .thumbnail-holder{min-width:300px}}@media (min-width:701px) and (max-width:1024px){section.agenda-info .holder .event .thumbnail-holder{width:200px}}@media (min-width:0) and (max-width:700px){section.agenda-info .holder .event .thumbnail-holder{width:200px;margin:0 auto 24px}}section.agenda-info .holder .event .thumbnail-holder .artist{border-radius:100%;border:1px solid rgba(0,0,0,.12)}@media (min-width:1025px){section.agenda-info .holder .event .thumbnail-holder .artist{width:308px;height:308px}}@media (min-width:701px) and (max-width:1024px){section.agenda-info .holder .event .thumbnail-holder .artist{width:200px;height:200px}}@media (min-width:0) and (max-width:700px){section.agenda-info .holder .event .thumbnail-holder .artist{width:200px;height:200px}}section.agenda-info .holder .event .thumbnail-holder .venue{position:absolute;left:50%;transform:translate(-50%,-50%);border-radius:100%}@media (min-width:1025px){section.agenda-info .holder .event .thumbnail-holder .venue{top:308px;width:120px;height:120px}}@media (min-width:701px) and (max-width:1024px){section.agenda-info .holder .event .thumbnail-holder .venue{top:200px;width:80px;height:80px}}@media (min-width:0) and (max-width:700px){section.agenda-info .holder .event .thumbnail-holder .venue{top:200px;width:80px;height:80px}}section.agenda-info .holder .event .thumbnail-holder .venue-title{text-align:center;font-weight:700}@media (min-width:1025px){section.agenda-info .holder .event .thumbnail-holder .venue-title{margin-top:76px}}@media (min-width:701px) and (max-width:1024px){section.agenda-info .holder .event .thumbnail-holder .venue-title{margin-top:56px}}@media (min-width:0) and (max-width:700px){section.agenda-info .holder .event .thumbnail-holder .venue-title{margin-top:56px}}@media (min-width:1025px){section.agenda-info .holder .event .content-holder{width:calc(100% - 420px)}}@media (min-width:701px) and (max-width:1024px){section.agenda-info .holder .event .content-holder{width:calc(100% - 240px)}}section.agenda-info .holder .event .content-holder .label{display:inline-block;padding:6px 12px;margin-right:16px;margin-bottom:8px;border-radius:20px;line-height:20px}@media (min-width:0) and (max-width:700px){section.agenda-info .holder .event .content-holder .label{margin-bottom:8px}}section.agenda-info .holder .event .content-holder .label.time{border:2px solid rgba(0,0,0,.4);border-radius:20px}section.agenda-info .holder .event .content-holder .label.status{color:#fff;text-transform:uppercase}section.agenda-info .holder .event .content-holder .label.status.upcoming{background-color:#7072a1}section.agenda-info .holder .event .content-holder .label.status.live{background-color:#f3983f}section.agenda-info .holder .event .content-holder .title{margin-bottom:16px}section.agenda-info .holder .event .content-holder .intro{margin-bottom:16px;font-weight:700}section.agenda-info .holder .event .content-holder .image{margin-bottom:16px;width:100%;border-radius:8px}section.agenda-info .holder .event .content-holder .description{margin-bottom:24px;font-weight:400}section.agenda-info .holder .event .content-holder .description a{color:#000}section.agenda-info .holder .event .content-holder .video-holder{position:relative;width:100%}section.agenda-info .holder .event .content-holder .video-holder:before{display:block;content:"";width:100%;padding-top:56.25%}section.agenda-info .holder .event .content-holder .video-holder>.holder{position:absolute;top:0;left:0;right:0;bottom:0}section.agenda-info .holder .event .content-holder .video-holder .holder{width:100%;height:100%}section.agenda-info .holder .event .content-holder .button{padding:16px 64px;margin-right:16px}@media (min-width:0) and (max-width:700px){section.agenda-info .holder .event .content-holder .button{width:100%}section.agenda-info .holder .event .content-holder .button.transparent{margin-top:12px}}section.agenda-info .holder .event .content-holder .title-container{display:flex;justify-content:space-between}section.agenda-info .holder .event .content-holder .title-container .button{height:-moz-fit-content;height:fit-content;padding:16px 56px;margin-right:0;margin-left:16px}section.agenda-info .holder .event .content-holder .title-container .button text{white-space:nowrap}@media (min-width:0px) and (max-width:1024px){section.agenda-info .holder .event .content-holder .title-container{display:inline}section.agenda-info .holder .event .content-holder .title-container .button{margin-left:0;margin-bottom:16px}}section.event-slider{position:relative;overflow-x:hidden}section.event-slider.style1::before{content:"";position:absolute;top:0;left:0;background-image:url(/assets/images/backgrounds/pattern_circle_orange_opacity_2@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.event-slider.style1::before{width:260px;height:260px}}@media (min-width:0) and (max-width:700px){section.event-slider.style1::before{width:180px;height:180px}}section.event-slider.style1::after{content:"";position:absolute;bottom:0;left:0;background-image:url(/assets/images/backgrounds/pattern_circle_pink@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover;transform:scaleX(-1)}@media (min-width:701px){section.event-slider.style1::after{width:120px;height:120px}}@media (min-width:0) and (max-width:700px){section.event-slider.style1::after{width:85px;height:85px}}section.event-slider.style2::before{content:"";position:absolute;top:0;left:0;background-image:url(/assets/images/backgrounds/pattern_circle_pink_opacity@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover;transform:scaleX(-1)}@media (min-width:701px){section.event-slider.style2::before{width:120px;height:120px}}@media (min-width:0) and (max-width:700px){section.event-slider.style2::before{width:85px;height:85px}}section.event-slider.style2::after{content:"";position:absolute;bottom:0;right:0;background-image:url(/assets/images/backgrounds/pattern_circle_orange@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover;transform:scaleX(-1)}@media (min-width:701px){section.event-slider.style2::after{width:72px;height:72px}}@media (min-width:0) and (max-width:700px){section.event-slider.style2::after{width:60px;height:60px}}section.event-slider.style3::before{content:"";position:absolute;top:0;right:0;background-image:url(/assets/images/backgrounds/pattern_circle_orange@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover;transform:scale(-1)}@media (min-width:701px){section.event-slider.style3::before{width:72px;height:72px}}@media (min-width:0) and (max-width:700px){section.event-slider.style3::before{width:60px;height:60px}}section.event-slider.style3::after{content:"";position:absolute;bottom:0;right:0;background-image:url(/assets/images/backgrounds/pattern_red@2x.png);background-repeat:no-repeat;background-position:top left;background-size:cover}@media (min-width:701px){section.event-slider.style3::after{width:170px;height:170px}}@media (min-width:0) and (max-width:700px){section.event-slider.style3::after{width:85px;height:85px}}section.event-slider.light{background-color:#fff}section.event-slider.light .glide__arrow{background-color:#7072a1}section.event-slider.light .glide__arrow.glide__arrow--left{background-image:url(../images/icons/ico_back_arrow_white@2x.png)}section.event-slider.light .glide__arrow.glide__arrow--right{background-image:url(../images/icons/ico_next_arrow_white@2x.png)}section.event-slider.light .more text{background-image:url(/assets/images/icons/icon_arrowdown@2x.png)}section.event-slider.dark{background-color:#7072a1}section.event-slider.dark .topbar .title{color:#fff}section.event-slider.dark .glide__arrow{background-color:#fff}section.event-slider.dark .glide__arrow.glide__arrow--left{background-image:url(../images/icons/ico_next_arrow_dark@2x.png);transform:scale(-1)}section.event-slider.dark .glide__arrow.glide__arrow--right{background-image:url(../images/icons/ico_next_arrow_dark@2x.png)}section.event-slider.dark .more{color:#fff;border-color:#fff}section.event-slider.dark .more text{background-image:url(/assets/images/icons/icon_arrowdown_white@2x.png)}section.event-slider .holder{position:relative;z-index:2}@media (min-width:701px){section.event-slider .holder{padding:80px 0}}@media (min-width:0) and (max-width:700px){section.event-slider .holder{padding:48px 0}}section.event-slider .holder .topbar{margin-bottom:40px}@media (min-width:0) and (max-width:700px){section.event-slider .holder .topbar{margin-bottom:80px}}section.event-slider .holder .event-holder{font-size:0;white-space:nowrap}section.event-slider .holder .event-holder .glide__arrows{position:absolute;right:0}@media (min-width:701px){section.event-slider .holder .event-holder .glide__arrows{top:72px}}@media (min-width:0px) and (max-width:1024px){section.event-slider .holder .event-holder .glide__arrows{right:16px}}@media (min-width:0) and (max-width:700px){section.event-slider .holder .event-holder .glide__arrows{top:100px}}section.event-slider .holder .event-holder .glide__arrows .glide__arrow{margin-left:12px;width:56px;height:56px;border:0;outline:0;border-radius:100%;font-size:0;background-repeat:no-repeat;background-position:center;background-size:18px auto;cursor:pointer}@media (min-width:1025px){section.event-slider .holder .event-holder .glide__arrows .glide__arrow:hover{opacity:.8}}section.event-slider .holder .event-holder .glide__slides{padding:0}section.event-slider .holder .event-holder .glide__slides .glide__slide{opacity:.4;transition:opacity .3s ease}section.event-slider .holder .event-holder .glide__slides .glide__slide.glide__slide--active{opacity:1}section.event-slider .holder .event-holder .glide__slides .glide__slide.inview{opacity:1}section.event-slider .holder .event-holder .item{display:inline-block;background-color:#f8f8f8;border:1px solid rgba(0,0,0,.16);box-shadow:0 2px 0 0 rgba(0,0,0,.16);border-radius:8px;text-decoration:none}@media (min-width:1025px){section.event-slider .holder .event-holder .item{width:calc((100% - 72px)/ 4);margin-right:24px;padding:24px}}@media (min-width:701px) and (max-width:1024px){section.event-slider .holder .event-holder .item{width:calc((100% - 24px)/ 2);margin-right:24px;padding:24px}}@media (min-width:0) and (max-width:700px){section.event-slider .holder .event-holder .item{margin-bottom:24px;padding:36px 16px}}section.event-slider .holder .event-holder .item.live .info-holder .label{background-color:#f3983f}section.event-slider .holder .event-holder .item.upcoming .info-holder .label{background-color:#7072a1}section.event-slider .holder .event-holder .item .thumbnail{position:relative;margin:0 auto 18px;border-radius:100%;position:relative}section.event-slider .holder .event-holder .item .thumbnail:before{display:block;content:"";width:100%;padding-top:100%}section.event-slider .holder .event-holder .item .thumbnail>.holder{position:absolute;top:0;left:0;right:0;bottom:0}@media (min-width:701px){section.event-slider .holder .event-holder .item .thumbnail{max-width:210px;border:7px solid #f8f8f8;box-shadow:0 0 0 4px #f3983f}}@media (min-width:0) and (max-width:700px){section.event-slider .holder .event-holder .item .thumbnail{max-width:190px;border:4px solid #f8f8f8;box-shadow:0 0 0 6px #f3983f}}section.event-slider .holder .event-holder .item .thumbnail .holder{background-position:center;background-size:cover;border-radius:100%}section.event-slider .holder .event-holder .item .thumbnail .holder .visual{position:absolute;z-index:5}@media (min-width:701px){section.event-slider .holder .event-holder .item .thumbnail .holder .visual{top:-6px;right:-36px;width:120px;height:120px}}@media (min-width:0) and (max-width:700px){section.event-slider .holder .event-holder .item .thumbnail .holder .visual{top:8px;right:-21px;width:80px;height:80px}}section.event-slider .holder .event-holder .item .thumbnail .holder .thumb{display:block;width:100%;border-radius:100%}section.event-slider .holder .event-holder .item .info-holder{display:flex;flex-direction:column;justify-content:flex-end;align-items:center}section.event-slider .holder .event-holder .item .info-holder .label-holder{display:flex;justify-content:center;align-items:center}section.event-slider .holder .event-holder .item .info-holder .time{padding:6px 12px;border:2px solid rgba(0,0,0,.4);border-radius:20px;font-size:16px;line-height:20px;color:#000}@media (min-width:701px){section.event-slider .holder .event-holder .item .info-holder .time{margin-bottom:12px}}@media (min-width:0) and (max-width:700px){section.event-slider .holder .event-holder .item .info-holder .time{margin-bottom:8px}}section.event-slider .holder .event-holder .item .info-holder .label{padding:6px 12px;margin-right:8px;color:#fff;border-radius:20px;text-transform:uppercase;font-size:16px;line-height:20px;z-index:2;text-align:center}@media (min-width:701px){section.event-slider .holder .event-holder .item .info-holder .label{margin-bottom:12px}}@media (min-width:0) and (max-width:700px){section.event-slider .holder .event-holder .item .info-holder .label{margin-bottom:8px}}section.event-slider .holder .event-holder .item .info-holder .artist{height:24px;font-size:16px;text-transform:uppercase;color:#000;opacity:.72;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}section.event-slider .holder .event-holder .item .info-holder .title{font-weight:900;width:100%;margin-bottom:24px;color:#000;text-align:center}@media (min-width:701px){section.event-slider .holder .event-holder .item .info-holder .title{height:64px;white-space:normal;overflow:hidden;text-overflow:ellipsis}}@media (min-width:0) and (max-width:700px){section.event-slider .holder .event-holder .item .info-holder .title{white-space:normal}}@media (min-width:701px){section.event-slider .holder .event-holder .item .info-holder .title.long{height:96px}}section.event-slider .holder .event-holder .item .info-holder .datetime{margin-bottom:16px;font-weight:500;color:#818181;text-transform:uppercase}section.event-slider .holder .event-holder .item .info-holder .button{width:100%}section.event-slider .holder .event-holder .item .info-holder .button:hover{background-color:#b1050f}section.event-slider .holder .event-holder .item .info-holder .button text{font-size:16px;text-align:center;color:#fff}section.event-slider .holder .more{display:block;margin:36px auto 0;font-size:20px}@media (min-width:701px){section.event-slider .holder .more{max-width:290px}}@media (min-width:0) and (max-width:700px){section.event-slider .holder .more{max-width:290px}}section.event-slider .holder .more text{padding-right:19px;background-repeat:no-repeat;background-position:right center;background-size:auto 12px}section.join{background-color:#e30613}@media (min-width:701px){section.join{padding:48px 0}}@media (min-width:0) and (max-width:700px){section.join{padding:48px 0 114px}}@media (min-width:701px){section.join .holder{max-width:800px;margin:0 auto}}section.join .holder .title-holder .title{color:#fff}section.join .holder .form-holder{padding:24px 0}section.join .holder .form-holder .form-row{width:100%;margin-bottom:24px}@media (min-width:701px){section.join .holder .form-holder .form-row.small{display:inline-block;width:calc((100% - 16px)/ 2);margin-right:12px}section.join .holder .form-holder .form-row.small:nth-child(2n+1){margin-right:0}}section.join .holder .form-holder .form-row.error .error{display:block}section.join .holder .form-holder .form-row.terms{margin-bottom:12px}section.join .holder .form-holder .form-row .error{display:none;margin-bottom:12px;font-weight:900;color:#f3983f;width:100%}section.join .holder .form-holder .form-row input[type=text]{width:100%;padding:16px 24px;background:0 0;border:2px solid rgba(255,255,255,.64);border-radius:32px;font-family:DINOT,sans-serif;font-size:16px;color:rgba(255,255,255,.8);outline:0}section.join .holder .form-holder .form-row input[type=text]::-moz-placeholder{font-family:DINOT,sans-serif;font-size:16px;color:rgba(255,255,255,.8)}section.join .holder .form-holder .form-row input[type=text]:-ms-input-placeholder{font-family:DINOT,sans-serif;font-size:16px;color:rgba(255,255,255,.8)}section.join .holder .form-holder .form-row input[type=text]::placeholder{font-family:DINOT,sans-serif;font-size:16px;color:rgba(255,255,255,.8)}section.join .holder .form-holder .form-row label{display:inline-flex;align-items:center;cursor:pointer;position:relative;width:100%;-moz-user-select:none;-ms-user-select:none;user-select:none;font-size:14px;line-height:18px;color:#fff}section.join .holder .form-holder .form-row label input{margin-right:16px}section.join .holder .form-holder .form-row label a{font-size:14px;color:#fff;text-decoration:underline}section.join .holder .form-holder .collect{margin-top:12px;text-align:center}@media (min-width:1025px){section.join .holder .form-holder .collect:hover{opacity:.8}}@media (min-width:0) and (max-width:700px){section.join .holder .form-holder .collect{width:100%}}section.join .holder .form-holder .collect.disabled{pointer-events:none;cursor:default;background-color:grey;opacity:.2}section.join .holder .form-holder .collect text{font-weight:700}section.donate{position:relative;padding-top:56px;padding-bottom:48px;background-color:#cb0613}section.donate .holder{display:flex;justify-content:space-between;align-items:center}@media (min-width:701px){section.donate .holder .item{width:calc((100% - 80px)/ 2)}}section.donate .holder>text{color:#fff}@media (min-width:0) and (max-width:700px){section.donate{padding-top:20px;padding-bottom:30px}section.donate .holder{flex-direction:column}section.donate .holder .button{margin-top:16px}}section.donate::before{content:"";position:absolute;top:0;left:0;background-image:url(/assets/images/backgrounds/pattern_circle_pink_opacity_flipped@2x.png);background-repeat:no-repeat;background-position:top right;background-size:cover}@media (min-width:701px){section.donate::before{width:140px;height:140px}}@media (min-width:0) and (max-width:700px){section.donate::before{width:85px;height:85px}}body{background:#f8f8f8;font-family:DINOT,sans-serif;font-weight:500;line-height:1.5}body.form footer::before{right:0;background-image:url(/assets/images/backgrounds/pattern_red_opacity@2x.png)}body.default footer::before{right:0;background-image:url(/assets/images/backgrounds/pattern_circle_pink_opacity@2x.png)}body.noscroll{width:100%;position:fixed;overflow:hidden}.full-width{max-width:1304px;margin:0 auto;position:relative;padding-left:16px;padding-right:16px}page{min-height:calc(100vh - 138px)}.amsterdam-label{position:absolute;top:300px;right:0;max-width:44px;width:100%;z-index:99}@media (min-width:0px) and (max-width:1024px){.amsterdam-label{display:none}}page.home h1{text-transform:uppercase}page.detail section.header .holder h3.subtitle{margin-bottom:0;text-transform:uppercase}page.stream{background-color:#e30613;background-image:url(/assets/images/backgrounds/circle_white_orange@2x.png);background-repeat:no-repeat;overflow:hidden;position:relative}@media (min-width:701px){page.stream{background-position:top -5% left 200px;background-size:355px}}@media (min-width:0) and (max-width:700px){page.stream{background-position:top 5% left 100px;background-size:300px}}page.stream::before{content:"";position:absolute;bottom:0;left:0;width:120px;height:120px;background-image:url(/assets/images/backgrounds/pattern_circle_white@2x.png);background-repeat:no-repeat;background-position:top right;background-size:cover}page.stream::after{content:"";position:absolute;bottom:8%;right:161px;width:278px;height:278px;background-image:url(/assets/images/backgrounds/circle_orange_white@2x.png);background-repeat:no-repeat;background-position:top right;background-size:cover;z-index:0}page.stream .stream-holder{position:relative;z-index:1}@media (min-width:1025px){page.stream .stream-holder{display:flex;justify-content:flex-start;align-items:flex-start}}page.stream .video-holder{display:flex;flex-direction:column;justify-content:center;position:relative}@media (min-width:1025px){page.stream .video-holder{min-width:35%;width:var(--dyn-width);height:100vh}}page.stream .video-holder .logo-holder{z-index:9}page.stream .video-holder .logo-holder .holder{position:relative;display:flex;align-items:center;padding:12px 0}@media (min-width:701px){page.stream .video-holder .logo-holder .holder{justify-content:flex-end}}@media (min-width:0) and (max-width:700px){page.stream .video-holder .logo-holder .holder{justify-content:space-between}}page.stream .video-holder .logo-holder .holder img{width:100%}@media (min-width:701px){page.stream .video-holder .logo-holder .holder img{position:absolute;top:24px;left:0;max-width:130px}}@media (min-width:0) and (max-width:700px){page.stream .video-holder .logo-holder .holder img{max-width:110px}}@media (min-width:701px){page.stream .video-holder .logo-holder .holder .button{padding:6px 24px}}@media (min-width:0) and (max-width:700px){page.stream .video-holder .logo-holder .holder .button{padding:6px 16px}}page.stream .video-holder .video-wrapper.aspect-ratio{position:relative}page.stream .video-holder .video-wrapper.aspect-ratio:before{display:block;content:"";width:100%;padding-top:56.25%}page.stream .video-holder .video-wrapper.aspect-ratio>.holder{position:absolute;top:0;left:0;right:0;bottom:0}@media (min-width:0) and (max-width:700px){page.stream .video-holder .video-wrapper{margin-top:16px}}page.stream .video-holder .video-wrapper .overlay{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;z-index:9;display:none;justify-content:center;align-items:center;flex-direction:column;background-color:rgba(0,0,0,.5)}@media (min-width:0) and (max-width:700px){page.stream .video-holder .video-wrapper .overlay{padding:0 16px}}page.stream .video-holder .video-wrapper .overlay .button{max-width:480px;width:100%}page.stream .video-holder .video-wrapper .overlay .nosound{margin-top:24px;cursor:pointer}page.stream .video-holder .video-wrapper .overlay .title{color:#fff}page.stream .video-holder .video-wrapper .overlay text{max-width:640px;text-align:center;color:#fff}@media (min-width:701px){page.stream .video-holder .video-wrapper .overlay text.intro{margin-bottom:24px}}@media (min-width:0) and (max-width:700px){page.stream .video-holder .video-wrapper .overlay text.intro{margin-bottom:12px}}@media (min-width:0) and (max-width:700px){page.stream .video-holder .video-wrapper .overlay text.text-medium{font-size:14px}}page.stream .video-holder .video-wrapper .overlay .button{margin-top:24px}page.stream .video-holder .video-wrapper .overlay .share-holder{display:flex;justify-content:flex-start;align-items:center;margin-top:16px}page.stream .video-holder .video-wrapper .overlay .share-holder .item{margin-right:12px;width:48px;height:48px;border-radius:100%;background-repeat:no-repeat;background-position:center;position:relative;cursor:pointer}page.stream .video-holder .video-wrapper .overlay .share-holder .item::after{content:"";position:absolute;top:4px;left:4px;bottom:4px;right:4px;border-radius:100%}page.stream .video-holder .video-wrapper .overlay .share-holder .item.facebook{background-color:#3b5998;background-image:url(/assets/images/icons/facebook_w.svg)}page.stream .video-holder .video-wrapper .overlay .share-holder .item.facebook::after{border:2px solid #2c4372}page.stream .video-holder .video-wrapper .overlay .share-holder .item.twitter{background-color:#55acee;background-image:url(/assets/images/icons/twitter_w.svg)}page.stream .video-holder .video-wrapper .overlay .share-holder .item.twitter::after{border:2px solid #0077b5}page.stream .video-holder .video-wrapper .overlay .share-holder .item.whatsapp{background-color:#128c7e;background-image:url(/assets/images/icons/whatsapp_w.svg)}page.stream .video-holder .video-wrapper .overlay .share-holder .item.whatsapp::after{border:2px solid #075e54}page.stream .video-holder .video-wrapper .holder{width:100%;height:100%}page.stream .video-holder .video-wrapper .fb-video{width:100%;height:100%}page.stream .video-holder .video-wrapper .fb-video span{width:100%!important;height:100%!important}page.stream .video-holder .video-wrapper .fb-video span iframe{width:100%!important;height:100%!important}page.stream .video-holder .bottom-wrapper{display:flex;justify-content:center;align-items:center;padding:12px 0}@media (min-width:701px) and (max-width:1024px){page.stream .video-holder .bottom-wrapper{padding:12px}}@media (min-width:1025px){page.stream .video-holder .bottom-wrapper .share-holder{margin-right:48px}}@media (min-width:701px) and (max-width:1024px){page.stream .video-holder .bottom-wrapper .share-holder{margin-right:36px}}page.stream .video-holder .bottom-wrapper .share-holder text{margin-bottom:16px;color:rgba(255,255,255,.8)}@media (min-width:0) and (max-width:700px){page.stream .video-holder .bottom-wrapper .share-holder text{margin-bottom:16px;text-align:center}}page.stream .video-holder .bottom-wrapper .share-holder .holder{display:flex;justify-content:flex-start;align-items:center}page.stream .video-holder .bottom-wrapper .share-holder .holder .item{margin-right:12px;width:64px;height:64px;border:2px solid rgba(255,255,255,.3);border-radius:100%;background-repeat:no-repeat;background-position:center;fill:#000;cursor:pointer}page.stream .video-holder .bottom-wrapper .share-holder .holder .item.facebook{background-image:url(/assets/images/icons/facebook_w.svg)}page.stream .video-holder .bottom-wrapper .share-holder .holder .item.twitter{background-image:url(/assets/images/icons/twitter_w.svg)}page.stream .video-holder .bottom-wrapper .share-holder .holder .item.whatsapp{background-image:url(/assets/images/icons/whatsapp_w.svg);background-size:24px}@media (min-width:1025px){page.stream .video-holder .bottom-wrapper .share-holder .holder .item:hover{opacity:.6}}@media (min-width:1025px){page.stream .video-holder .bottom-wrapper .partner-holder{margin-right:48px}}@media (min-width:701px) and (max-width:1024px){page.stream .video-holder .bottom-wrapper .partner-holder{margin-right:36px}}@media (min-width:0) and (max-width:700px){page.stream .video-holder .bottom-wrapper .partner-holder{display:none}}page.stream .video-holder .bottom-wrapper .partner-holder text{margin-bottom:16px;color:#fff}page.stream .video-holder .bottom-wrapper .partner-holder .holder{display:flex;justify-content:flex-start;align-items:center}page.stream .video-holder .bottom-wrapper .partner-holder .holder img{margin-right:24px;max-height:50px;max-width:125px}@media (min-width:0) and (max-width:700px){page.stream .video-holder .bottom-wrapper .thanks-holder{display:none}}page.stream .video-holder .bottom-wrapper .thanks-holder text{margin-bottom:16px;color:#fff}page.stream .video-holder .bottom-wrapper .thanks-holder .holder{display:flex;justify-content:flex-start;align-items:center}page.stream .video-holder .bottom-wrapper .thanks-holder .holder img{margin-right:24px;max-height:40px;max-width:120px}page.stream .chat-holder{padding:24px 0;background-color:#fff;overflow:hidden;z-index:9}@media (min-width:1025px){page.stream .chat-holder{min-width:300px;height:100vh;flex:1}}page.stream .chat-holder .lobby-info{display:flex;justify-content:space-between;align-items:center;padding:0 16px 16px}page.stream .chat-holder .lobby-info text{color:#000}page.stream .chat-holder .lobby-info .badge{display:flex;justify-content:center;align-items:center;margin-right:12px;width:48px;height:48px;font-weight:700;background-color:#f3983f;border-radius:100%}page.stream .chat-holder .tabs-wrapper{box-shadow:inset 0 -1px 0 0 rgba(0,0,0,.16)}page.stream .chat-holder .tabs-wrapper .tabs-holder{display:flex;justify-content:flex-start;align-items:center;padding:0 16px;height:48px}page.stream .chat-holder .tabs-wrapper .tabs-holder .item{margin-right:16px;color:rgba(0,0,0,.3);font-size:14px;font-weight:700;line-height:48px;position:relative;cursor:pointer}page.stream .chat-holder .tabs-wrapper .tabs-holder .item.active{color:#000}page.stream .chat-holder .tabs-wrapper .tabs-holder .item.active::after{content:"";position:absolute;bottom:0;left:0;width:100%;height:2px;background-color:#000}page.stream .chat-holder .content-wrapper{display:flex;flex-direction:column;justify-content:space-between;height:calc(100% - 56px - 48px);padding:0 16px}page.stream .chat-holder .content-wrapper .content-holder{padding:16px 0;min-height:300px;overflow-y:auto;display:none}@media (min-width:0px) and (max-width:1024px){page.stream .chat-holder .content-wrapper .content-holder{max-height:350px}}page.stream .chat-holder .content-wrapper .content-holder.active{display:block}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=chat] .item .icon{flex-shrink:0}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=chat] .item .text-normal{color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=participants] .item{display:flex;justify-content:flex-start;align-items:center}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=participants] .item .icon{flex-shrink:0}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=participants] .item .text-normal{color:#000;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .url-holder{padding:12px;font-size:14px;color:#fff;text-align:center;border:1px solid #000;border-radius:4px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .share-holder{display:flex;justify-content:center;align-items:center;margin-top:16px}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .share-holder .icon{margin-right:12px;width:48px;height:48px;border-radius:100%;background-repeat:no-repeat;background-position:center;position:relative;cursor:pointer}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .share-holder .icon:last-child{margin-right:0}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .share-holder .icon::after{content:"";position:absolute;top:4px;left:4px;bottom:4px;right:4px;border-radius:100%}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .share-holder .icon.facebook{background-color:#3b5998;background-image:url(/assets/images/icons/facebook.svg)}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .share-holder .icon.facebook::after{border:2px solid #2c4372}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .share-holder .icon.twitter{background-color:#55acee;background-image:url(/assets/images/icons/twitter.svg)}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .share-holder .icon.twitter::after{border:2px solid #0077b5}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .share-holder .icon.whatsapp{background-color:#128c7e;background-image:url(/assets/images/icons/whatsapp.svg)}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .share-holder .icon.whatsapp::after{border:2px solid #075e54}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .share-holder .icon.copy{background-color:#e84118;background-image:url(/assets/images/icons/copy.svg)}page.stream .chat-holder .content-wrapper .content-holder[data-sidebar=invite] .share-holder .icon.copy::after{border:2px solid red}page.stream .chat-holder .content-wrapper .content-holder .item{display:flex;justify-content:flex-start;align-items:flex-start;margin-bottom:16px}page.stream .chat-holder .content-wrapper .content-holder .item .icon{display:flex;justify-content:center;align-items:center;margin-right:12px;width:40px;height:40px;border-radius:100%}page.stream .chat-holder .content-wrapper .content-holder .item .icon.blue{background-color:#3498db}page.stream .chat-holder .content-wrapper .content-holder .item .icon.orange{background-color:#f3983f}page.stream .chat-holder .content-wrapper .content-holder .item .icon.purple{background-color:#7072a1}page.stream .chat-holder .content-wrapper .content-holder .item .icon.red{background-color:#e30613}page.stream .chat-holder .content-wrapper .content-holder .item .icon.pink{background-color:#e36d9f}page.stream .chat-holder .content-wrapper .content-holder .item .icon .tag{color:#fff;text-align:center;font-weight:700;opacity:.7;text-transform:uppercase}page.stream .chat-holder .content-wrapper .content-holder .item .content{font-size:14px}page.stream .chat-holder .content-wrapper .content-holder .item .content .name{color:#000}page.stream .chat-holder .content-wrapper .content-holder .item .content .message{color:#000;font-weight:400}page.stream .chat-holder .content-wrapper .chat-wrapper textarea{width:100%;padding:12px;margin-bottom:16px;background-color:transparent;border:1px solid rgba(0,0,0,.56);border-radius:4px;font-family:DINOT;color:#000;resize:none}page.stream .chat-holder .content-wrapper .chat-wrapper textarea::-moz-placeholder{font-family:DINOT;color:#000}page.stream .chat-holder .content-wrapper .chat-wrapper textarea:-ms-input-placeholder{font-family:DINOT;color:#000}page.stream .chat-holder .content-wrapper .chat-wrapper textarea::placeholder{font-family:DINOT;color:#000}page.stream .chat-holder .content-wrapper .chat-wrapper .button{width:100%;text-align:center}page.available{background-color:#e30613;background-image:url(/assets/images/backgrounds/pattern_orange_half@2x.png);background-repeat:no-repeat;background-position:left top 100px;position:relative}@media (min-width:701px){page.available{padding:170px 0 80px;background-size:360px auto}}@media (min-width:0) and (max-width:700px){page.available{padding:112px 0 100px;background-size:160px auto}}page.available::before{content:"";position:absolute;top:0;right:0;background-image:url(/assets/images/backgrounds/pattern_orange_opacity@2x.png);background-position:bottom left;background-size:cover;z-index:0}@media (min-width:701px){page.available::before{width:220px;height:220px}}@media (min-width:0) and (max-width:700px){page.available::before{width:110px;height:110px}}page.available::after{content:"";position:absolute;bottom:0;right:0;background-image:url(/assets/images/backgrounds/pattern_circle_pink_2@2x.png);background-position:bottom left;background-size:cover;z-index:0}@media (min-width:701px){page.available::after{width:170px;height:170px}}@media (min-width:0) and (max-width:700px){page.available::after{width:85px;height:85px}}page.available .holder{position:relative;z-index:1}@media (min-width:1025px){page.available .holder{display:flex;justify-content:space-between;align-items:flex-start}}page.available .holder .header{max-width:400px}@media (min-width:0) and (max-width:700px){page.available .holder .header{margin-bottom:110px}}page.available .holder .header .title{display:inline-block;padding:16px;background-color:#fff}@media (min-width:1025px){page.available .holder .form{width:calc(100% - 400px)}}page.available .holder .form .topbar{display:flex;justify-content:space-between;align-items:center}page.available .holder .form .topbar .link{padding-left:30px;background-repeat:no-repeat;background-position:left center;background-size:18px auto;font-size:20px;font-weight:700;color:#fff;text-decoration:none;cursor:pointer}page.available .holder .form .topbar .link.back{background-image:url(/assets/images/icons/back_w.svg)}page.available .holder .form .topbar .link.share{background-image:url(/assets/images/icons/icon_share_w.svg)}page.available .holder .form .topbar .link text{font-weight:700}page.available .holder .form .event-form .event-info{padding:24px 0;display:flex;justify-content:flex-start;align-items:center;border-bottom:1px solid rgba(255,255,255,.64)}page.available .holder .form .event-form .event-info .thumbnail{width:96px;height:96px;border-radius:100%;border:1px solid rgba(0,0,0,.12)}@media (min-width:701px){page.available .holder .form .event-form .event-info .thumbnail{margin-right:32px}}@media (min-width:0) and (max-width:700px){page.available .holder .form .event-form .event-info .thumbnail{margin-right:24px}}page.available .holder .form .event-form .event-info .title-holder .categorie{color:rgba(255,255,255,.72)}page.available .holder .form .event-form .event-info .title-holder .title{color:#fff}page.available .holder .form .event-form .form-error{color:#f3983f;padding:12px 0}page.available .holder .form .event-form .donate-form{padding:24px 0}page.available .holder .form .event-form .donate-form .input-row{width:100%;margin-bottom:24px}@media (min-width:701px){page.available .holder .form .event-form .donate-form .input-row.small{display:inline-block;width:calc((100% - 16px)/ 2);margin-right:12px}page.available .holder .form .event-form .donate-form .input-row.small:nth-child(2n+1){margin-right:0}}page.available .holder .form .event-form .donate-form .input-row.checkbox{display:inline-flex;align-items:center;cursor:pointer;position:relative;margin-bottom:12px}page.available .holder .form .event-form .donate-form .input-row.checkbox.terms.error{flex-wrap:wrap}page.available .holder .form .event-form .donate-form .input-row.checkbox text{margin-bottom:0;font-weight:400}page.available .holder .form .event-form .donate-form .input-row.checkbox text.error{margin-bottom:12px;font-weight:900}page.available .holder .form .event-form .donate-form .input-row.error .error{display:block}page.available .holder .form .event-form .donate-form .input-row a{color:#fff}page.available .holder .form .event-form .donate-form .input-row text{margin-bottom:12px;font-weight:900;color:#fff}page.available .holder .form .event-form .donate-form .input-row .donate-holder{display:flex;justify-content:flex-start;align-items:center;margin-bottom:12px;background-color:#fff;border-radius:8px}@media (min-width:701px){page.available .holder .form .event-form .donate-form .input-row .donate-holder{padding:40px 32px}}@media (min-width:0) and (max-width:700px){page.available .holder .form .event-form .donate-form .input-row .donate-holder{padding:26px 16px;flex-wrap:wrap}}page.available .holder .form .event-form .donate-form .input-row .donate-holder text{margin-bottom:0;color:#000}page.available .holder .form .event-form .donate-form .input-row .donate-holder .note{margin-top:4px;display:block;font-size:14px;font-weight:400;opacity:.8}page.available .holder .form .event-form .donate-form .input-row .donate-holder input[type=number]{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:50%;margin-left:auto;padding:16px 24px;background:0 0;border:1px solid #d4d4d4;border-radius:32px;font-family:DINOT,sans-serif;font-size:16px;color:rgba(0,0,0,.64);outline:0}@media (min-width:701px){page.available .holder .form .event-form .donate-form .input-row .donate-holder input[type=number]{max-width:50%}}@media (min-width:0) and (max-width:700px){page.available .holder .form .event-form .donate-form .input-row .donate-holder input[type=number]{margin-top:24px;width:100%}}page.available .holder .form .event-form .donate-form .input-row .donate-holder input[type=number]::-moz-placeholder{font-family:DINOT,sans-serif;font-size:16px;color:rgba(0,0,0,.64)}page.available .holder .form .event-form .donate-form .input-row .donate-holder input[type=number]:-ms-input-placeholder{font-family:DINOT,sans-serif;font-size:16px;color:rgba(0,0,0,.64)}page.available .holder .form .event-form .donate-form .input-row .donate-holder input[type=number]::placeholder{font-family:DINOT,sans-serif;font-size:16px;color:rgba(0,0,0,.64)}page.available .holder .form .event-form .donate-form .input-row .error{display:none;margin-bottom:12px;font-weight:900;color:#f3983f;width:100%}page.available .holder .form .event-form .donate-form .input-row input[type=text]{width:100%;padding:16px 24px;background:0 0;border:2px solid rgba(255,255,255,.64);border-radius:32px;font-family:DINOT,sans-serif;font-size:16px;color:rgba(255,255,255,.8);outline:0}page.available .holder .form .event-form .donate-form .input-row input[type=text]::-moz-placeholder{font-family:DINOT,sans-serif;font-size:16px;color:rgba(255,255,255,.8)}page.available .holder .form .event-form .donate-form .input-row input[type=text]:-ms-input-placeholder{font-family:DINOT,sans-serif;font-size:16px;color:rgba(255,255,255,.8)}page.available .holder .form .event-form .donate-form .input-row input[type=text]::placeholder{font-family:DINOT,sans-serif;font-size:16px;color:rgba(255,255,255,.8)}page.available .holder .form .event-form .donate-form .input-row select{-moz-appearance:none;-webkit-appearance:none;appearance:none;width:100%;padding:16px 24px;background:0 0;border:2px solid rgba(255,255,255,.64);border-radius:32px;font-family:DINOT,sans-serif;font-size:16px;color:rgba(255,255,255,.8);outline:0;cursor:pointer;background-image:url("data:image/svg+xml;utf8,<svg fill='white' height='24' viewBox='0 0 24 24' width='24' xmlns='http://www.w3.org/2000/svg'><path d='M7 10l5 5 5-5z'/><path d='M0 0h24v24H0z' fill='none'/></svg>");background-repeat:no-repeat;background-position:right 16px center}page.available .holder .form .event-form .donate-form .input-row select option{background-color:#fff;color:#000}page.available .holder .form .event-form .donate-form .button{margin-top:12px;text-align:center;border:0;outline:0}@media (min-width:1025px){page.available .holder .form .event-form .donate-form .button:hover{opacity:.8}}@media (min-width:0) and (max-width:700px){page.available .holder .form .event-form .donate-form .button{width:100%}}@media (min-width:1025px){page.agenda section.steps .item{width:calc(65% - 77px)}page.agenda section.steps .item.about{width:calc(35% - 77px)}}@media (min-width:701px) and (max-width:1024px){page.agenda section.steps .item{width:calc(65% - 24px)}page.agenda section.steps .item.about{width:calc(35% - 24px)}}page.agendadetail section.info::before{background-image:url(/assets/images/backgrounds/pattern_circle_pink_opacity_rotated@2x.png)}