*{box-sizing:border-box}body{padding:0}body,h1,h2,h3,h4{margin:0}page,section,text{display:block}section{position:relative}@font-face{font-family:trademarkerbold_italic;src:url(../fonts/trademarker_bold_italic-webfont.woff2) format("woff2"),url(../fonts/trademarker_bold_italic-webfont.woff) format("woff");font-weight:400;font-style:normal}@font-face{font-family:Roboto;font-style:normal;font-weight:300;src:local(""),url(/assets/fonts/roboto-v20-latin-300.woff2) format("woff2"),url(/assets/fonts/roboto-v20-latin-300.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:400;src:local(""),url(/assets/fonts/roboto-v20-latin-regular.woff2) format("woff2"),url(/assets/fonts/roboto-v20-latin-regular.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:300;src:local(""),url(/assets/fonts/roboto-v20-latin-300italic.woff2) format("woff2"),url(/assets/fonts/roboto-v20-latin-300italic.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:500;src:local(""),url(/assets/fonts/roboto-v20-latin-500.woff2) format("woff2"),url(/assets/fonts/roboto-v20-latin-500.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:400;src:local(""),url(/assets/fonts/roboto-v20-latin-italic.woff2) format("woff2"),url(/assets/fonts/roboto-v20-latin-italic.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:500;src:local(""),url(/assets/fonts/roboto-v20-latin-500italic.woff2) format("woff2"),url(/assets/fonts/roboto-v20-latin-500italic.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:700;src:local(""),url(/assets/fonts/roboto-v20-latin-700italic.woff2) format("woff2"),url(/assets/fonts/roboto-v20-latin-700italic.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:700;src:local(""),url(/assets/fonts/roboto-v20-latin-700.woff2) format("woff2"),url(/assets/fonts/roboto-v20-latin-700.woff) format("woff")}@font-face{font-family:Roboto;font-style:normal;font-weight:900;src:local(""),url(/assets/fonts/roboto-v20-latin-900.woff2) format("woff2"),url(/assets/fonts/roboto-v20-latin-900.woff) format("woff")}@font-face{font-family:Roboto;font-style:italic;font-weight:900;src:local(""),url(/assets/fonts/roboto-v20-latin-900italic.woff2) format("woff2"),url(/assets/fonts/roboto-v20-latin-900italic.woff) format("woff")}a{color:blue}

/*!
 * Hamburgers
 * @description Tasty CSS-animated hamburgers
 * @author Jonathan Suh @jonsuh
 * @site https://jonsuh.com/hamburgers
 * @link https://github.com/jonsuh/hamburgers
 */.hamburger{padding:10px;display:inline-block;cursor:pointer;transition-property:opacity,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:.7}.hamburger-box{width:40px;height:19px;display:inline-block;position:relative;margin:6px auto}.hamburger-inner{display:block;top:50%;margin-top:-1.5px}.hamburger-inner,.hamburger-inner:after,.hamburger-inner:before{width:40px;height:3px;background-color:#000;border-radius:4px;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:-8px}.hamburger-inner:after{bottom:-8px}.hamburger--elastic .hamburger-inner{top:1.5px;transition-duration:.275s;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic .hamburger-inner:before{top:8px;transition:opacity .125s ease .275s}.hamburger--elastic .hamburger-inner:after{top:16px;transition:transform .275s cubic-bezier(.68,-.55,.265,1.55)}.hamburger--elastic.active .hamburger-inner{transform:translate3d(0,8px,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,-16px,0) rotate(-270deg);transition-delay:75ms}.hamburger-nav{position:fixed;right:20px;top:34px;width:36px;height:36px;transition:.5s ease-in-out;transform:rotate(0deg) translateY(-50%) scale(.8);display:none}.hamburger-nav span{display:block;position:absolute;height:4px;width:50%;background:#fff;opacity:1;transform:rotate(0deg);transition:.25s ease-in-out}.hamburger-nav span:nth-child(2n){left:48%;border-radius:0 9px 9px 0}.hamburger-nav span:nth-child(odd){left:0;border-radius:9px 0 0 9px}.hamburger-nav span:first-child{width:15px;left:5px}.hamburger-nav span:first-child,.hamburger-nav span:nth-child(2){top:0}.hamburger-nav span:nth-child(3),.hamburger-nav span:nth-child(4){top:10px}.hamburger-nav span:nth-child(5),.hamburger-nav span:nth-child(6){top:20px}.hamburger-nav span:nth-child(5){display:none}.hamburger-nav span:nth-child(6){border-radius:9px}@media (min-width:0) and (max-width:700px){.hamburger-nav{display:block}}.hamburger-nav.active span:first-child,.hamburger-nav.active span:nth-child(6){transform:rotate(45deg)}.hamburger-nav.active span:nth-child(2),.hamburger-nav.active span:nth-child(5){transform:rotate(-45deg)}.hamburger-nav.active span:first-child{left:2px;top:7px;width:50%}.hamburger-nav.active span:nth-child(2){left:calc(50% - 5px);top:7px}.hamburger-nav.active span:nth-child(3){left:-50%;opacity:0}.hamburger-nav.active span:nth-child(4){left:100%;opacity:0}.hamburger-nav.active span:nth-child(5){left:2px;top:18px;display:block}.hamburger-nav.active span:nth-child(6){left:calc(50% - 5px);top:18px}.background-overlay{position:absolute;width:100%;height:100%;top:0;left:0;max-height:700px;background:linear-gradient(180deg,#070707 0,rgba(7,7,7,.65) 27%,rgba(7,7,7,0) 61%,#070707 90%,#070707);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#070707",endColorstr="#070707",GradientType=0);z-index:2}@media (min-width:0) and (max-width:700px){.background-overlay{display:none;max-height:320px}}@media (min-width:0) and (max-width:700px){.background-overlay.family{display:block;background:linear-gradient(180deg,rgba(7,7,7,0) 0,rgba(7,7,7,0) 33%,#070707);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00070707",endColorstr="#070707",GradientType=0)}}.voice-logo{width:240px;height:260px;position:absolute;top:0;left:16px;background-size:contain;background-repeat:no-repeat;background-position:50%;transition:height .2s,width .2s}.voice-logo,.voice-logo.scrolled{background-image:url(../images/logo/logo_small_2020.png)}.voice-logo.scrolled{height:100px;width:200px}@media (min-width:0) and (max-width:700px){.voice-logo.scrolled{height:48px;width:80px}}.voice-logo.family,.voice-logo.family.scrolled{background-image:url(../images/logo/logo-family-small.png)}@media (min-width:701px) and (max-width:1024px){.voice-logo{width:140px;height:140px}}@media (min-width:0) and (max-width:700px){.voice-logo{width:100px;height:100px;top:16px}}.bottom-transition{position:absolute;width:100%;height:96px;bottom:0;background-image:url(../images/divider-bottom.png);background-repeat:no-repeat;background-position:bottom;background-size:100% 96px;z-index:5}@media (min-width:701px) and (max-width:1024px){.bottom-transition{height:64px;background-size:100% 64px}}@media (min-width:0) and (max-width:700px){.bottom-transition{background-size:100% 32px;height:32px}}.top-transition{position:absolute;width:100%;height:96px;top:0;background-image:url(../images/divider-top.png);background-repeat:no-repeat;background-position:bottom;background-size:100% 96px;z-index:5}@media (min-width:701px) and (max-width:1024px){.top-transition{height:64px;background-size:100% 64px}}@media (min-width:0) and (max-width:700px){.top-transition{background-size:100% 32px;height:32px}}section.header{background-color:#000;position:relative;top:0;left:0;width:100%;height:100%;padding:128px 0 0;background-color:#101010;overflow:hidden}@media (min-width:0) and (max-width:700px){section.header{padding:100px 0 0}}section.header .header-image{position:absolute;top:0;left:0;width:100%;height:100%;padding:64px 0;background-image:url(../images/background-header.jpg);background-size:cover;background-repeat:no-repeat;max-height:680px}section.header .header-image.family{background-image:url(../images/background-family.jpg)}@media (min-width:0) and (max-width:700px){section.header .header-image{max-height:320px}}section.header .background-transition{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:0}section.header .background-bar{position:absolute;bottom:0;left:-10%;width:130%;transform:rotate(-8deg);height:300px;background-color:rgba(0,0,0,.5)}@media (min-width:0) and (max-width:700px){section.header .background-bar{height:150px}}section.header .full-width{z-index:5}section.header .full-width .rtl-notice{position:absolute;right:16px;color:#fff;font-size:30px;text-align:right;line-height:1.2;padding-right:82px;background-image:url(../images/logo-rtl.png);background-size:contain;background-position:100%;background-repeat:no-repeat;transition:opacity .4s;font-family:Roboto;font-weight:700;z-index:5;top:80px}@media (min-width:701px) and (max-width:1024px){section.header .full-width .rtl-notice{top:0}}@media (min-width:0) and (max-width:700px){section.header .full-width .rtl-notice{font-size:0;width:36px;height:36px;right:24px;top:0;transform:none;padding:0;background-position:50%}}section.header .full-width .rtl-notice span{font-size:20px;display:block;font-family:Roboto}@media (min-width:0) and (max-width:700px){section.header .full-width .rtl-notice span{font-size:0}}section.header .full-width .holder-coaches{height:680px;position:relative;z-index:4}@media (min-width:701px){section.header .full-width .holder-coaches{width:100%}}@media (min-width:701px) and (max-width:1024px){section.header .full-width .holder-coaches{height:500px;max-width:720px}}@media (min-width:0px) and (max-width:1024px){section.header .full-width .holder-coaches{margin:0 auto}}@media (min-width:0) and (max-width:700px){section.header .full-width .holder-coaches{height:230px;max-width:320px;margin:0 auto}}section.header .full-width .holder-coaches .profile{width:340px;height:430px;transform-origin:bottom;position:absolute;z-index:1;bottom:0;background-position:100% 100%;background-size:contain;background-repeat:no-repeat}@media (min-width:701px) and (max-width:1024px){section.header .full-width .holder-coaches .profile{width:260px;height:330px}}@media (min-width:0) and (max-width:700px){section.header .full-width .holder-coaches .profile{width:150px;height:190px}}section.header .full-width .holder-coaches .profile .image{position:absolute;width:100%;height:100%;background-repeat:no-repeat;background-position:100% 100%;background-size:contain;opacity:.5;transition:opacity .4s}@media (min-width:1025px){section.header .full-width .holder-coaches .profile{cursor:pointer}section.header .full-width .holder-coaches .profile:hover .image{opacity:1}}section.header .full-width .holder-coaches .profile.order-1{-ms-flex-order:1;order:1;left:0}@media (min-width:0) and (max-width:700px){section.header .full-width .holder-coaches .profile.order-1{left:calc(0% + 48px);transform:translate(-50%)}}@media (min-width:0) and (max-width:320px){section.header .full-width .holder-coaches .profile.order-1{left:calc(0% + 24px)}}section.header .full-width .holder-coaches .profile.order-2{-ms-flex-order:2;order:2;left:18%;transform:scale(1.3)}@media (min-width:0) and (max-width:700px){section.header .full-width .holder-coaches .profile.order-2{transform:scale(1.1) translate(-50%);left:calc(0% + 112px)}}@media (min-width:0) and (max-width:320px){section.header .full-width .holder-coaches .profile.order-2{left:calc(0% + 80px)}}section.header .full-width .holder-coaches .profile.order-3{-ms-flex-order:4;order:4;right:0;transform:scale(1.25)}@media (min-width:0) and (max-width:700px){section.header .full-width .holder-coaches .profile.order-3{transform:scale(1.1) translate(-50%);left:calc(65% + 84px)}}@media (min-width:0) and (max-width:320px){section.header .full-width .holder-coaches .profile.order-3{left:calc(65% + 80px)}}section.header .full-width .holder-coaches .profile.focus{left:65%;z-index:2;-ms-flex-order:3;order:3;opacity:1;transform:scale(1.4) translate(-50%);pointer-events:none}section.header .full-width .holder-coaches .profile.focus .image{opacity:1}@media (min-width:701px) and (max-width:1024px){section.header .full-width .holder-coaches .profile.focus{left:71%}}@media (min-width:0) and (max-width:700px){section.header .full-width .holder-coaches .profile.focus{transform:scale(1.3) translate(-50%);left:71%}}@media (min-width:0) and (max-width:320px){section.header .full-width .holder-coaches .profile.focus{left:78%}}section.header .full-width .holder-coaches .mobile-overlay{display:none}@media (min-width:0) and (max-width:700px){section.header .full-width .holder-coaches .mobile-overlay{display:block;position:absolute;width:100%;height:100%;z-index:6}section.header .full-width .holder-coaches .mobile-overlay .coach-link{position:absolute;height:100%}section.header .full-width .holder-coaches .mobile-overlay .coach-link.link-1{width:50px}section.header .full-width .holder-coaches .mobile-overlay .coach-link.link-2{width:100px;left:50px}section.header .full-width .holder-coaches .mobile-overlay .coach-link.link-3{width:80px;right:0}}section.header .full-width .holder-candidate{height:600px;position:relative}@media (min-width:0) and (max-width:700px){section.header .full-width .holder-candidate{height:230px}}section.header .full-width .holder-candidate .profile{height:440px;width:340px;left:50%;bottom:0;transform:translate(-50%) scale(1.4);transform-origin:bottom;position:absolute;z-index:1;background-position:100% 100%;background-size:contain;background-repeat:no-repeat}@media (min-width:0) and (max-width:700px){section.header .full-width .holder-candidate .profile{height:170px;width:180px}}section.header.empty{background-color:transparent}section.header.empty .bottom-transition{background-image:url(../images/divider-bottom-transparent.png)}@media (min-width:0) and (max-width:700px){section.header.empty{padding:0;padding-top:100px}}section.header.empty .header-image{height:100%}@media (min-width:0) and (max-width:700px){section.header.empty .header-image{padding:24px 0}}section.header.empty .holder{position:relative;height:280px}@media (min-width:701px) and (max-width:1024px){section.header.empty .holder{height:180px}}@media (min-width:0) and (max-width:700px){section.header.empty .holder{height:140px}}section.header.empty .holder .rtl-notice{right:0}section.header-home{position:relative;top:0;left:0;width:100%;background-color:#000}@media (min-width:1025px){section.header-home{padding:128px 0 64px}}@media (min-width:701px) and (max-width:1024px){section.header-home{padding:128px 0 64px}}@media (min-width:0) and (max-width:700px){section.header-home{padding:100px 0 16px}}section.header-home.video .background-overlay{max-height:780px}@media (min-width:0) and (max-width:700px){section.header-home.video .background-overlay{display:block;max-height:330px}}@media (min-width:0) and (max-width:700px){section.header-home.video .header-video{max-height:330px}section.header-home.video .header-video video{height:100%}}section.header-home .header-video{position:absolute;top:0;left:0;max-height:700px;overflow:hidden;height:100%;width:100%;z-index:1}section.header-home .header-video video{position:absolute;left:50%;top:0;transform:translate(-50%)}@media (min-width:701px){section.header-home .header-video video{width:100%}}section.header-home .header-image{position:absolute;top:0;left:0;width:100%;height:80%;padding:64px 0;background-image:url(../images/background-header.jpg);background-size:cover;background-repeat:no-repeat;max-height:680px}@media (min-width:0) and (max-width:700px){section.header-home .header-image{max-height:320px}}section.header-home .header-image.mobile{display:none}@media (min-width:0) and (max-width:700px){section.header-home .header-image.mobile{display:block;z-index:0}}section.header-home .background-transition{position:absolute;top:0;left:0;width:100%;height:80%;background-color:#000;opacity:0;z-index:3}section.header-home .full-width{z-index:5}section.header-home .full-width .rtl-notice{position:absolute;right:0;color:#fff;font-size:30px;text-align:right;line-height:1.2;padding-right:82px;background-image:url(../images/logo/rtl4_logo_2020.png);background-size:contain;background-position:100%;background-repeat:no-repeat;transition:opacity .4s;font-family:Roboto;top:80px}@media (min-width:701px) and (max-width:1024px){section.header-home .full-width .rtl-notice{top:0}}@media (min-width:0) and (max-width:700px){section.header-home .full-width .rtl-notice{font-size:0;width:36px;height:36px;top:0;transform:none}}section.header-home .full-width .rtl-notice span{font-size:20px;display:block;font-family:Roboto}@media (min-width:0) and (max-width:700px){section.header-home .full-width .rtl-notice span{font-size:0}}section.header-home .full-width .home-content{height:300px;position:relative}@media (min-width:0px) and (max-width:1024px){section.header-home .full-width .home-content{height:160px}}@media (min-width:0) and (max-width:700px) and (orientation:landscape){section.header-home .full-width .home-content{height:280px}}section.header-home .full-width .holder-coaches{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (min-width:701px){section.header-home .full-width .holder-coaches{padding-bottom:48px}}@media (min-width:0) and (max-width:700px){section.header-home .full-width .holder-coaches{-ms-flex-wrap:wrap;flex-wrap:wrap}}section.header-home .full-width .holder-coaches .item-coach{width:25%;padding:0 8px;transform:skew(-6deg) rotate(-6deg);position:relative;overflow:hidden;border-radius:4px;cursor:pointer;transition:transform .4s,filter .4s;text-decoration:none}@media (min-width:0) and (max-width:700px){section.header-home .full-width .holder-coaches .item-coach{width:50%}}@media (min-width:701px){section.header-home .full-width .holder-coaches .item-coach:nth-child(odd){top:48px}section.header-home .full-width .holder-coaches .item-coach:nth-child(2n+2){top:-48px}section.header-home .full-width .holder-coaches .item-coach:first-child{padding-left:0}section.header-home .full-width .holder-coaches .item-coach:last-child{padding-right:0}}@media (min-width:0) and (max-width:700px){section.header-home .full-width .holder-coaches .item-coach{padding-bottom:16px}section.header-home .full-width .holder-coaches .item-coach:nth-child(odd){padding-left:0}section.header-home .full-width .holder-coaches .item-coach:nth-child(2n+2){padding-right:0;top:-80px}}@media (min-width:0) and (max-width:700px) and (orientation:landscape){section.header-home .full-width .holder-coaches .item-coach{width:calc(25% - 16px)}section.header-home .full-width .holder-coaches .item-coach:nth-child(odd){padding-left:8px}section.header-home .full-width .holder-coaches .item-coach:nth-child(2n+2){padding-right:8px;top:-80px}}section.header-home .full-width .holder-coaches .item-coach.fade-in{transform:skew(-6deg) rotate(-6deg) scale(1.01)}section.header-home .full-width .holder-coaches .item-coach.fade-in .image .overlay{opacity:0}section.header-home .full-width .holder-coaches .item-coach.fade-out{transform:skew(-6deg) rotate(-6deg) scale(.95);filter:grayscale(100%)}section.header-home .full-width .holder-coaches .item-coach .image{height:395px;position:relative;overflow:hidden}@media (min-width:0px) and (max-width:1024px){section.header-home .full-width .holder-coaches .item-coach .image{height:240px}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){section.header-home .full-width .holder-coaches .item-coach .image{height:290px}}section.header-home .full-width .holder-coaches .item-coach .image .overlay{position:absolute;top:-10%;left:0;width:125%;height:125%;background:linear-gradient(180deg,transparent 0,rgba(0,0,0,.89));filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#00000000",endColorstr="#e3000000",GradientType=0);z-index:5;transition:opacity .2s}section.header-home .full-width .holder-coaches .item-coach .image .background-image{position:absolute;top:-10%;left:0;width:125%;height:125%;background-image:url(../images/background-small.jpg);background-repeat:no-repeat;background-position:50%;background-size:cover;transform:rotate(6deg) skew(6deg)}section.header-home .full-width .holder-coaches .item-coach .image .coach{position:absolute;width:100%;height:100%;bottom:-10%;right:-10%;background-size:cover;background-position:right -50px center;background-repeat:no-repeat;background-image:url(../images/waylon.png);transform:rotate(6deg) skew(6deg);z-index:6}@media (min-width:0) and (max-width:700px){section.header-home .full-width .holder-coaches .item-coach .image .coach{bottom:-10%;right:0;background-size:auto 100%;background-position:0}}section.header-home .full-width .holder-coaches .item-coach .description{position:relative;background-color:#111;padding:12px 16px}section.header-home .full-width .holder-coaches .item-coach .description .name{color:#fff;font-size:18px;font-family:trademarkerbold_italic,sans-serif}section.header-home .full-width .holder-coaches .item-coach .description .arrow{width:16px;height:16px;position:absolute;right:16px;top:50%;transform:translateY(-50%) skew(6deg) rotate(6deg);background-image:url(../images/arrow-right.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}section.header-home.scrolled .full-width .home-content .rtl-notice{opacity:0}nav{position:fixed;width:100%;top:0;left:0;text-align:right;z-index:8}@media (min-width:1025px){nav{padding:48px 0}}@media (min-width:701px) and (max-width:1024px){nav{padding:24px 0}}@media (min-width:0) and (max-width:700px){nav{transition:height .4s;height:100px}nav .holder-menu{display:none}nav.open{height:100%;background-color:#000}nav.open .full-width{height:100vh}nav.open .full-width .holder-footer{display:block}}@media (min-width:1025px){nav .full-width .holder-menu{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}nav .full-width .holder-menu .item{display:block}}@media (min-width:0) and (max-width:700px){nav .full-width{padding:0 48px}nav .full-width .holder-menu{display:none;position:relative;left:50%;padding-top:100px;transform:translate(-50%)}nav .full-width .holder-menu .item{display:block;width:100%;text-align:center;margin:0;padding:12px 0;border-bottom:1px solid hsla(0,0%,100%,.3)}}@media (min-width:0) and (max-width:700px) and (orientation:landscape){nav .full-width .holder-menu{top:24px}}nav .full-width .item{color:#fff;text-decoration:none;margin:0 12px;text-transform:capitalize;padding-bottom:4px;transition:opacity .2s;opacity:.4;position:relative;font-family:Roboto;font-weight:700;font-size:18px}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){nav .full-width .item{font-size:14px}}nav .full-width .item:after{content:"";position:absolute;left:0;bottom:-4px;width:0;height:3px;background-color:#b2001e;transition:width .4s}nav .full-width .item.active{opacity:1}@media (min-width:0) and (max-width:700px){nav .full-width .item.active{border-bottom:none}}nav .full-width .item.active:after{width:100%}@media (min-width:1025px){nav .full-width .item{cursor:pointer}nav .full-width .item:hover{opacity:1}nav .full-width .item:hover:after{width:100%}}@media (min-width:0) and (max-width:700px) and (orientation:landscape){nav .full-width .item{padding:12px 0}}nav .full-width .holder-footer{display:none}@media (min-width:0) and (max-width:700px){nav .full-width .holder-footer{width:100%;padding:16px 0;margin-top:16px}}nav .full-width .holder-socials{display:none;-ms-flex-pack:center;justify-content:center;margin-bottom:32px}@media (min-width:0) and (max-width:700px){nav .full-width .holder-socials{display:-ms-flexbox;display:flex;margin-bottom:16px}}nav .full-width .holder-socials .share{width:40px;height:40px;border-radius:40px;border:1px solid hsla(0,0%,100%,.15);margin:0 8px;background-size:14px;background-position:50%;background-repeat:no-repeat}nav .full-width .holder-socials .share.facebook{background-size:9px;background-image:url(../images/share-facebook.svg)}nav .full-width .holder-socials .share.twitter{background-image:url(../images/share-twitter.svg)}nav .full-width .holder-socials .share.youtube{background-image:url(../images/share-youtube.svg)}nav .full-width .holder-socials .share.instagram{background-image:url(../images/insta_logo.png)}nav .full-width .holder-socials .share.tiktok{background-image:url(../images/share-tiktok.svg)}@media (min-width:1025px){nav .full-width .holder-socials .share{cursor:pointer;transition:background-color .2s}nav .full-width .holder-socials .share:hover{background-color:hsla(0,0%,100%,.05)}}nav .full-width .policy{text-align:center}nav .full-width .policy a.link{color:#fff;text-decoration:none;font-size:14px;margin-bottom:4px;display:block;font-family:Roboto;font-weight:700}nav .full-width .policy .policy-disclaimer{color:#fff;opacity:.4;font-size:14px;font-family:Roboto;font-weight:700}@media (min-width:701px){nav.scrolled{background:linear-gradient(180deg,#000 0,#000 63%,rgba(0,0,0,.65) 77%,transparent);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00000000",GradientType=0)}}@media (min-width:0) and (max-width:700px){nav.scrolled{background:linear-gradient(180deg,#000 0,#000 55%,transparent);filter:progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#00000000",GradientType=0)}nav.scrolled.open{background-color:#000}}section.redroom-cta{position:relative;background-size:contain;background-repeat:no-repeat;background-position:100%;background-image:url(../images/background-cta.png);color:#fff;background-color:#000;overflow:hidden}@media (min-width:1025px){section.redroom-cta{padding:96px 0}}@media (min-width:701px) and (max-width:1024px){section.redroom-cta{padding:64px 0}}@media (min-width:0) and (max-width:700px){section.redroom-cta{background-position:bottom;padding:32px 0}}@media (min-width:1025px){section.redroom-cta .full-width .holder-content{min-height:400px}}@media (min-width:701px){section.redroom-cta .full-width .holder-content{padding:16px 0;max-width:60%}}section.redroom-cta .full-width .holder-content .title{position:relative;font-size:32px;margin-bottom:24px;font-family:Roboto;font-weight:700}@media (min-width:0px) and (max-width:1024px){section.redroom-cta .full-width .holder-content .title{font-size:24px}}section.redroom-cta .full-width .holder-content .title:after{content:"";position:absolute;bottom:-8px;width:70px;height:3px;left:0;background-color:#b2001e;border-radius:4px}@media (min-width:0) and (max-width:700px){section.redroom-cta .full-width .holder-content .title:after{bottom:-12px}}section.redroom-cta .full-width .holder-content .subtitle{font-size:50px;line-height:1.2;margin-bottom:16px;font-family:Roboto;font-weight:700}@media (min-width:0px) and (max-width:1024px){section.redroom-cta .full-width .holder-content .subtitle{font-size:32px}}section.redroom-cta .full-width .holder-content .description{font-size:18px;opacity:.3;margin-bottom:16px}@media (min-width:0px) and (max-width:1024px){section.redroom-cta .full-width .holder-content .description{font-size:16px}}section.redroom-cta .full-width .holder-content .holder-buttons .store-button{display:inline-block;margin-right:16px}@media (min-width:1025px){section.redroom-cta .full-width .holder-content .holder-buttons .store-button{transition:transform .2s}section.redroom-cta .full-width .holder-content .holder-buttons .store-button:hover{transform:scale(1.05)}}@media (min-width:0) and (max-width:700px){section.redroom-cta .full-width .holder-content .holder-buttons .store-button{margin-right:4px}}section.redroom-cta .full-width .holder-content .holder-buttons .store-button img{height:54px}@media (min-width:0) and (max-width:700px){section.redroom-cta .full-width .holder-content .holder-buttons .store-button img{height:40px}}section.redroom-cta .full-width .holder-content .holder-buttons .button{padding:12px 16px;border:1px solid hsla(0,0%,100%,.2);display:inline-block;font-size:12px;min-width:240px;text-align:center;border-radius:3px;font-family:Roboto;font-weight:700;text-decoration:none;color:#fff}section.redroom-cta .full-width .holder-content .holder-buttons .button.default{background-image:url(../images/arrow-button.svg);background-repeat:no-repeat;background-position:right 16px center}section.redroom-cta .full-width .holder-content .holder-buttons .button.ios{background-image:url(../images/ios.svg)}@media (min-width:1025px){section.redroom-cta .full-width .holder-content .holder-buttons .button{cursor:pointer;transition:background-color .2s}section.redroom-cta .full-width .holder-content .holder-buttons .button:hover{background-color:hsla(0,0%,100%,.1)}}@media (min-width:0) and (max-width:700px){section.redroom-cta .full-width .holder-content .holder-buttons .button{width:100%}}section.redroom-cta .full-width .holder-mockup{width:40%;height:500px;background-image:url(../images/mockup.png);background-size:cover;background-repeat:no-repeat;background-position:top;position:absolute;right:0;bottom:-40px}@media (min-width:701px) and (max-width:1024px){section.redroom-cta .full-width .holder-mockup{width:40%;height:360px;bottom:-30px}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){section.redroom-cta .full-width .holder-mockup{height:440px;bottom:-120px;background-size:contain;width:30%;right:15%}}@media (min-width:0) and (max-width:700px){section.redroom-cta .full-width .holder-mockup{position:relative;bottom:-50px;width:100%;height:330px;background-size:cover;background-position:top}}section.videos{padding:32px 0;background-color:#000}section.videos.transparent{position:relative;background-color:rgba(0,0,0,.68)}@media (min-width:0) and (max-width:700px){section.videos{padding:16px 0}}section.videos .full-width .title{position:relative;font-size:32px;margin-bottom:24px;color:#fff;font-family:Roboto;font-weight:700;cursor:default}@media (min-width:0) and (max-width:700px){section.videos .full-width .title{font-size:24px;margin-bottom:36px}}section.videos .full-width .title:after{content:"";position:absolute;bottom:-8px;width:70px;height:3px;left:0;background-color:#b2001e;border-radius:4px}section.videos .full-width .holder-filters .filters-desktop{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:0) and (max-width:700px){section.videos .full-width .holder-filters .filters-desktop{display:none}}section.videos .full-width .holder-filters .filters-desktop .filter{text-decoration:none;margin-right:16px;border:2px solid hsla(0,0%,100%,.8);padding:8px 16px;border-radius:5px;color:#fff;text-align:center;font-size:14px;margin-bottom:16px;opacity:.3;cursor:pointer}section.videos .full-width .holder-filters .filters-desktop .filter.active{opacity:1}@media (min-width:1025px){section.videos .full-width .holder-filters .filters-desktop .filter{min-width:178px;transition:opacity .2s}section.videos .full-width .holder-filters .filters-desktop .filter:hover{opacity:1}}@media (min-width:701px) and (max-width:1024px){section.videos .full-width .holder-filters .filters-desktop .filter{min-width:160px;margin:0 8px 8px}}@media (min-width:701px){section.videos .full-width .holder-filters .filters-mobile{display:none}}section.videos .full-width .holder-filters .filters-mobile .select-filter{border:1px solid hsla(0,0%,100%,.2);padding:12px 16px;border-radius:3px;text-align:left;font-size:16px;margin-bottom:16px;opacity:1;cursor:pointer;-webkit-appearance:none;background-color:transparent;width:100%;color:#fff;background-image:url(../images/arrow-down-filter.png);background-size:16px;background-repeat:no-repeat;background-position:right 16px center}section.videos .full-width .holder-filters .filters-mobile .select-filter.active{opacity:1}@media (min-width:701px){section.videos .full-width .holder-filters .filters-mobile .select-filter{min-width:180px;transition:opacity .2s}section.videos .full-width .holder-filters .filters-mobile .select-filter:hover{opacity:1}}@media (min-width:0) and (max-width:700px){section.videos .full-width .holder-filters .filters-mobile .select-filter{border:3px solid hsla(0,0%,100%,.1)}}section.videos .full-width .holder-content .content-wrapper{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:0}section.videos .full-width .holder-content .content-wrapper text{color:#fff}section.videos .full-width .holder-content .item{display:block;text-decoration:none}@media (min-width:1025px){section.videos .full-width .holder-content .item{transform:translate(0);transition:transform .3s}section.videos .full-width .holder-content .item:hover{transform:translateY(-12px)}}@media (min-width:701px){section.videos .full-width .holder-content .item{width:calc(33% - 8px);margin:8px}section.videos .full-width .holder-content .item:nth-child(3n+1){margin-left:0}section.videos .full-width .holder-content .item:nth-child(3n+3){margin-right:0}}@media (min-width:701px) and (max-width:1024px){section.videos .full-width .holder-content .item{width:calc(33% - 9px)}}@media (min-width:0) and (max-width:700px){section.videos .full-width .holder-content .item{width:100%;display:-ms-flexbox;display:flex;margin-bottom:16px}}section.videos .full-width .holder-content .item .media{position:relative;width:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;transition:background-size .2s linear;background-size:100% auto;padding-bottom:56.25%}@media (min-width:0) and (max-width:700px){section.videos .full-width .holder-content .item .media{width:100px;padding-bottom:0;height:100%;background-size:cover}}@media (min-width:0) and (max-width:700px) and (orientation:landscape){section.videos .full-width .holder-content .item .media{width:130px}}section.videos .full-width .holder-content .item .media .timer{position:absolute;bottom:0;right:0;background-color:rgba(0,0,0,.5);color:#fff;padding:4px 12px;font-size:13px;font-family:Roboto;font-weight:700;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px)}@media (min-width:0) and (max-width:700px){section.videos .full-width .holder-content .item .media .timer{display:none}}section.videos .full-width .holder-content .item .description{background-color:#171717;padding:8px 16px;color:#fff}@media (min-width:701px){section.videos .full-width .holder-content .item .description{background-image:url(../images/background-description.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat}}@media (min-width:701px) and (max-width:1024px){section.videos .full-width .holder-content .item .description{padding:8px}}@media (min-width:0) and (max-width:700px){section.videos .full-width .holder-content .item .description{display:-ms-flexbox;display:flex;-ms-flex-wrap:Wrap;flex-wrap:Wrap;width:calc(100% - 100px);background-color:transparent;padding:0;padding-left:10px}}section.videos .full-width .holder-content .item .description .item-title{font-size:20px;line-height:1.5;margin-bottom:16px;height:3em;overflow:hidden;font-family:Roboto;font-weight:700}@media (min-width:701px) and (max-width:1024px){section.videos .full-width .holder-content .item .description .item-title{font-size:16px;margin-bottom:8px}}@media (min-width:0) and (max-width:700px){section.videos .full-width .holder-content .item .description .item-title{line-height:1.2;height:2.6em;-ms-flex-order:2;order:2;margin-bottom:0;font-size:16px}}section.videos .full-width .holder-content .item .description .label{font-size:12px;opacity:.4;text-transform:uppercase;font-family:Roboto;font-weight:700}@media (min-width:701px) and (max-width:1024px){section.videos .full-width .holder-content .item .description .label{font-size:10px}}@media (min-width:0) and (max-width:700px){section.videos .full-width .holder-content .item .description .label{width:100%;margin-bottom:4px}}@media (min-width:1025px){section.videos .full-width .holder-content .item{cursor:pointer}section.videos .full-width .holder-content .item:hover .media{background-size:104% auto}}section.videos .full-width .holder-button{position:relative;z-index:1;margin-top:16px}section.videos .full-width .holder-button .button{text-align:center;color:#fff;text-transform:uppercase;padding:12px 16px;font-size:14px;border:3px solid hsla(0,0%,100%,.1);border-radius:6px;display:inline-block;position:relative;left:50%;transform:translate(-50%);background-color:#000;z-index:2;background-image:url(../images/arrow-button.svg);background-repeat:no-repeat;background-position:right 16px center;text-decoration:none;font-family:Roboto;font-weight:700}@media (min-width:1025px){section.videos .full-width .holder-button .button{cursor:pointer;transition:background-color .2s}section.videos .full-width .holder-button .button:hover{background-color:#1e1e1e}}@media (min-width:701px){section.videos .full-width .holder-button .button{min-width:380px}}@media (min-width:0) and (max-width:700px){section.videos .full-width .holder-button .button{width:100%;left:auto;transform:none}}section.videos .full-width .holder-button:after{content:"";position:absolute;width:100%;height:1px;background-color:hsla(0,0%,100%,.1);top:50%;left:0;transform:translateY(-50%);z-index:0}@media (min-width:0) and (max-width:700px){section.videos .full-width .holder-button:after{display:none}}section.header-backdrop{position:absolute;top:0;left:0;width:100%;height:50vh;background-image:url(../images/background-header.jpg);background-repeat:no-repeat;background-size:cover;background-position:top;z-index:0;max-height:700px;min-height:528px}section.header-backdrop.family{background-image:url(../images/background-family.jpg)}@media (min-width:0) and (max-width:700px){section.header-backdrop{min-height:300px;max-height:300px}}footer{position:relative;padding:32px 0;background:linear-gradient(180deg,#111,#000)}@media (min-width:0) and (max-width:700px){footer{margin-top:20px;padding:16px 0 40px}}footer .top-transition{z-index:0;height:128px;background-size:100% 128px}@media (min-width:0) and (max-width:700px){footer .top-transition{height:54px;background-size:100% 54px}}footer .full-width{text-align:center;position:relative;z-index:3}footer .full-width .logo{display:inline-block;width:180px;height:180px;background-image:url(../images/logo/logo_full_2020.png);background-size:contain;background-repeat:no-repeat;background-position:50%;margin-bottom:16px}@media (min-width:0) and (max-width:700px){footer .full-width .logo{width:125px;height:125px;margin-bottom:24px}}footer .full-width .holder-socials{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;margin-bottom:32px}footer .full-width .holder-socials .share{width:40px;height:40px;border-radius:40px;border:1px solid hsla(0,0%,100%,.1);margin:0 8px;background-size:14px;background-position:50%;background-repeat:no-repeat}footer .full-width .holder-socials .share.facebook{background-size:9px;background-image:url(../images/share-facebook.svg)}footer .full-width .holder-socials .share.twitter{background-image:url(../images/share-twitter.svg)}footer .full-width .holder-socials .share.youtube{background-image:url(../images/share-youtube.svg)}footer .full-width .holder-socials .share.instagram{background-image:url(../images/insta_logo.png)}footer .full-width .holder-socials .share.tiktok{background-image:url(../images/share-tiktok.svg)}@media (min-width:1025px){footer .full-width .holder-socials .share{cursor:pointer;transition:background-color .2s}footer .full-width .holder-socials .share:hover{background-color:hsla(0,0%,100%,.05)}}footer .full-width .policy a.link{color:#fff;text-decoration:none;margin-bottom:4px;display:block;font-family:Roboto;font-weight:700;font-size:16px}footer .full-width .policy .policy-disclaimer{color:#fff;opacity:.4;font-size:16px;font-family:Roboto;font-weight:700}section.details{background-color:#000;padding:16px 0}section.details .full-width{max-width:612px;position:relative}section.details .full-width .title{position:relative;font-size:32px;margin-bottom:24px;font-family:Roboto;font-weight:700;color:#fff}@media (min-width:0) and (max-width:700px){section.details .full-width .title{font-size:24px;margin-bottom:32px}}section.details .full-width .title:after{content:"";position:absolute;bottom:-8px;width:70px;height:3px;left:0;background-color:#b2001e;border-radius:4px}@media (min-width:0) and (max-width:700px){section.details .full-width .title:after{bottom:-12px}}section.details .full-width text{color:#717171;margin-bottom:16px}@media (min-width:0) and (max-width:700px){section.details .full-width text{margin-bottom:24px}}section.details .full-width text a{color:#717171}section.details .full-width .holder-socials{display:-ms-flexbox;display:flex;margin-bottom:32px}@media (min-width:0) and (max-width:700px){section.details .full-width .holder-socials{margin-bottom:0}}section.details .full-width .holder-socials .share{width:40px;height:40px;border-radius:40px;border:2px solid hsla(0,0%,100%,.2);margin:0 8px;background-size:12px;background-position:50%;background-repeat:no-repeat}section.details .full-width .holder-socials .share.facebook{background-size:9px;background-image:url(../images/share-facebook.svg)}section.details .full-width .holder-socials .share.twitter{background-image:url(../images/share-twitter.svg)}section.details .full-width .holder-socials .share.youtube{background-image:url(../images/share-youtube.svg)}section.details .full-width .holder-socials .share.instagram{background-image:url(../images/insta_logo.png)}section.details .full-width .holder-socials .share.whatsapp{background-image:url(../images/share-whatsapp.png)}section.details .full-width .holder-socials .share:first-child{margin-left:0}@media (min-width:1025px){section.details .full-width .holder-socials .share{cursor:pointer;transition:background-color .2s}section.details .full-width .holder-socials .share:hover{background-color:hsla(0,0%,100%,.05)}}section.article{padding:32px 0;background-color:#050505;position:relative;background-color:rgba(0,0,0,.7)}@media (min-width:0) and (max-width:700px){section.article{padding:16px 0;z-index:7}}@media (min-width:0) and (max-width:700px){section.article .full-width{top:-50px}}@media (min-width:1025px){section.article .full-width .holder-article{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){section.article .full-width .holder-article{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:1025px){section.article .full-width .holder-article .video-block{width:68%;margin-right:16px}}@media (min-width:701px) and (max-width:1024px){section.article .full-width .holder-article .video-block{margin-bottom:16px}}@media (min-width:768px) and (max-width:1024px) and (orientation:landscape){section.article .full-width .holder-article .video-block{width:580px}}@media (min-width:0) and (max-width:700px){section.article .full-width .holder-article .video-block{margin-bottom:32px}}section.article .full-width .holder-article .video-block .video{position:relative;padding-bottom:56.25%;margin-bottom:32px}@media (min-width:0px) and (max-width:1024px){section.article .full-width .holder-article .video-block .video{margin-bottom:16px}}section.article .full-width .holder-article .video-block iframe{position:absolute;top:0;left:0;width:100%;height:100%}section.article .full-width .holder-article .video-block .title{font-size:32px;color:#fff;font-family:Roboto;font-weight:700}@media (min-width:0) and (max-width:700px){section.article .full-width .holder-article .video-block .title{line-height:1.3;font-size:24px}}section.article .full-width .holder-article .video-block text{color:#fff;opacity:.4;font-family:Roboto;font-weight:700;margin-bottom:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}@media (min-width:0) and (max-width:700px){section.article .full-width .holder-article .video-block text{font-size:16px;line-height:1.3;margin-top:12px;margin-bottom:24px}}section.article .full-width .holder-article .video-block .holder-socials{display:-ms-flexbox;display:flex}@media (min-width:0) and (max-width:700px){section.article .full-width .holder-article .video-block .holder-socials{margin-bottom:16px}}section.article .full-width .holder-article .video-block .holder-socials .share{margin-right:8px;width:40px;height:40px;border:1px solid hsla(0,0%,100%,.2);border-radius:48px;background-repeat:no-repeat;background-position:50%;background-size:14px}section.article .full-width .holder-article .video-block .holder-socials .share.facebook{background-size:9px;background-image:url(../images/share-facebook.svg)}section.article .full-width .holder-article .video-block .holder-socials .share.twitter{background-image:url(../images/share-twitter.svg)}section.article .full-width .holder-article .video-block .holder-socials .share.youtube{background-image:url(../images/share-youtube.svg)}section.article .full-width .holder-article .video-block .holder-socials .share.instagram{background-image:url(../images/insta_logo.png)}section.article .full-width .holder-article .video-block .holder-socials .share.whatsapp{background-image:url(../images/share-whatsapp.png)}@media (min-width:701px){section.article .full-width .holder-article .video-block .holder-socials .share.whatsapp{display:none}}@media (min-width:1025px){section.article .full-width .holder-article .video-block .holder-socials .share{cursor:pointer;transition:background-color .2s}section.article .full-width .holder-article .video-block .holder-socials .share:hover{background-color:hsla(0,0%,100%,.1)}}@media (min-width:1025px){section.article .full-width .holder-article .video-list{width:30%}}@media (min-width:0px) and (max-width:1024px){section.article .full-width .holder-article .video-list{display:none}}section.article .full-width .holder-article .video-list .item{display:-ms-flexbox;display:flex;color:#fff;margin-bottom:16px;min-height:60px;text-decoration:none}section.article .full-width .holder-article .video-list .item:last-child{margin-bottom:0}@media (min-width:1025px){section.article .full-width .holder-article .video-list .item{cursor:pointer}section.article .full-width .holder-article .video-list .item:hover .image{background-size:auto 110%}}section.article .full-width .holder-article .video-list .item .image{width:100px;height:auto;background-image:url(../images/background-header.jpg);background-position:50%;background-repeat:no-repeat;background-size:auto 100%;transition:background-size .2s}section.article .full-width .holder-article .video-list .item .description{width:calc(100% - 100px);padding-left:16px}section.article .full-width .holder-article .video-list .item .description .type{opacity:.6;font-size:12px;margin-bottom:4px}section.article .full-width .holder-article .video-list .item .description .title{font-family:Roboto;font-weight:700;line-height:1.2;height:2.4em;display:-webkit-box;-webkit-line-clamp:2;overflow:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}section.signups{padding:32px 0;background-color:#000}section.signups.transparent{position:relative;background-color:rgba(0,0,0,.7)}@media (min-width:0) and (max-width:700px){section.signups{padding:16px 0}}section.signups .full-width .holder-content{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;margin-bottom:16px}section.signups .full-width .holder-content .item{display:block;text-decoration:none}@media (min-width:701px){section.signups .full-width .holder-content .item{width:calc(33% - 8px);margin:8px}section.signups .full-width .holder-content .item:nth-child(3n+1){margin-left:0}section.signups .full-width .holder-content .item:nth-child(3n+3){margin-right:0}}@media (min-width:701px) and (max-width:1024px){section.signups .full-width .holder-content .item{width:calc(33% - 9px)}}@media (min-width:0) and (max-width:700px){section.signups .full-width .holder-content .item{width:100%;display:-ms-flexbox;display:flex;margin-bottom:8px}}section.signups .full-width .holder-content .item .media{position:relative;width:100%;background-size:cover;background-repeat:no-repeat;background-position:50%;transition:background-size .2s linear}@media (min-width:1025px){section.signups .full-width .holder-content .item .media{background-size:100% auto}}@media (min-width:701px){section.signups .full-width .holder-content .item .media{height:210px}}@media (min-width:701px) and (max-width:1024px){section.signups .full-width .holder-content .item .media{height:160px}}@media (min-width:0) and (max-width:700px){section.signups .full-width .holder-content .item .media{width:33%}}section.signups .full-width .holder-content .item .media .timer{position:absolute;bottom:0;right:0;background-color:rgba(0,0,0,.4);color:#fff;padding:4px 8px;font-size:10px}@media (min-width:0) and (max-width:700px){section.signups .full-width .holder-content .item .media .timer{display:none}}section.signups .full-width .holder-content .item .description{background-color:#171717;padding:12px 16px;color:#fff}@media (min-width:0) and (max-width:700px){section.signups .full-width .holder-content .item .description{width:66%;display:-ms-flexbox;display:flex;-ms-flex-wrap:Wrap;flex-wrap:Wrap}}section.signups .full-width .holder-content .item .description .title{height:1.5em;padding-right:32px;overflow:hidden;margin-bottom:8px;font-size:18px;background-image:url(../images/arrow-right@2x.png);background-size:24px;background-repeat:no-repeat;background-position:100%}@media (min-width:0) and (max-width:700px){section.signups .full-width .holder-content .item .description .title{width:100%;padding-right:0}}section.signups .full-width .holder-content .item .description text{font-size:14px;height:3em;overflow:hidden;opacity:.3}@media (min-width:1025px){section.signups .full-width .holder-content .item{cursor:pointer}section.signups .full-width .holder-content .item:hover .media{background-size:105% auto}}section.candidates{position:relative;padding:32px 0;background-color:#050505}@media (min-width:1025px){section.candidates{padding:32px 0 160px}}section.candidates .full-width .holder-canditates{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}@media (min-width:0) and (max-width:700px){section.candidates .full-width .holder-canditates{padding-top:48px}}section.candidates .full-width .holder-canditates .profile{display:block;margin:0 8px;margin-bottom:16px;transform:skew(-6deg) rotate(-6deg);position:relative;overflow:hidden;border-radius:4px;cursor:pointer;transition:transform .4s,filter .4s;text-decoration:none}@media (min-width:1025px){section.candidates .full-width .holder-canditates .profile{width:calc(25% - 14px)}section.candidates .full-width .holder-canditates .profile:nth-child(odd){top:64px}section.candidates .full-width .holder-canditates .profile:nth-child(4n+1){margin-left:0}section.candidates .full-width .holder-canditates .profile:nth-child(4n+4){margin-right:0}}@media (min-width:701px) and (max-width:1024px){section.candidates .full-width .holder-canditates .profile{width:calc(33% - 16px)}section.candidates .full-width .holder-canditates .profile:nth-child(3n+1){margin-left:0}section.candidates .full-width .holder-canditates .profile:nth-child(3n+3){margin-right:0}}@media (min-width:0) and (max-width:700px){section.candidates .full-width .holder-canditates .profile{width:calc(50% - 8px);margin-bottom:16px}section.candidates .full-width .holder-canditates .profile:nth-child(odd){margin-left:0}section.candidates .full-width .holder-canditates .profile:nth-child(2n+2){margin-right:0;top:-80px}}section.candidates .full-width .holder-canditates .profile.disabled{transform:skew(-6deg) rotate(-6deg) scale(.95);filter:grayscale(100%)}section.candidates .full-width .holder-canditates .profile.fade-in{transform:skew(-6deg) rotate(-6deg) scale(1.02)}section.candidates .full-width .holder-canditates .profile.fade-in .image .overlay{opacity:0}section.candidates .full-width .holder-canditates .profile.fade-out{transform:skew(-6deg) rotate(-6deg) scale(.95);filter:grayscale(100%)}section.candidates .full-width .holder-canditates .profile .image{height:auto;padding-bottom:130%;position:relative;overflow:hidden}@media (min-width:0px) and (max-width:1024px){section.candidates .full-width .holder-canditates .profile .image{height:auto;padding-bottom:130%}}section.candidates .full-width .holder-canditates .profile .image .overlay{position:absolute;top:-10%;left:0;width:125%;height:125%;background-color:rgba(0,0,0,.2);z-index:5;transition:opacity .2s}section.candidates .full-width .holder-canditates .profile .image .background-image{position:absolute;top:0;left:0;width:115%;height:115%;background-repeat:no-repeat;background-position:top;background-size:cover;transform:rotate(6deg) skew(6deg)}@media (min-width:0) and (max-width:700px){section.candidates .full-width .holder-canditates .profile .image .background-image{top:-10%}}@media (min-width:701px) and (max-width:1024px){section.candidates .full-width .holder-canditates .profile .image .background-image{top:-10%}}section.candidates .full-width .holder-canditates .profile .image .coach{position:absolute;width:100%;height:100%;bottom:-10px;right:0;background-size:contain;background-position:right -50px center;background-repeat:no-repeat;background-image:url(../images/waylon.png);transform:rotate(6deg) skew(6deg)}@media (min-width:701px) and (max-width:1024px){section.candidates .full-width .holder-canditates .profile .image .coach{right:0}}@media (min-width:0px) and (max-width:1024px){section.candidates .full-width .holder-canditates .profile .image .coach{z-index:5;background-position:bottom}}section.candidates .full-width .holder-canditates .profile .description{position:relative;background-color:#111;padding:12px 16px}section.candidates .full-width .holder-canditates .profile .description .name{color:#fff;font-size:18px;font-family:trademarkerbold_italic,sans-serif;padding-right:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;text-rendering:optimizeLegibility}section.candidates .full-width .holder-canditates .profile .description .arrow{width:16px;height:16px;position:absolute;right:16px;top:50%;transform:translateY(-50%) skew(6deg) rotate(6deg);background-image:url(../images/arrow-right.svg);background-position:50%;background-repeat:no-repeat;background-size:contain}@media (min-width:1025px){section.fashion-content{padding:48px 0}section.fashion-content.top{padding:200px 0 48px}}@media (min-width:701px) and (max-width:1024px){section.fashion-content{padding:32px 0}section.fashion-content.top{padding:120px 0 32px}}@media (min-width:0) and (max-width:700px){section.fashion-content{padding:32px 0}section.fashion-content.top{padding:100px 0 32px}}@media (min-width:1025px){section.fashion-content .holder-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}section.fashion-content .holder-content.reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}section.fashion-content .holder-content.reverse .item.media{width:calc(50% - 80px);margin-left:80px}section.fashion-content .holder-content.reverse .item.copy{width:50%}section.fashion-content .holder-content:not(.reverse).main .item.media{width:calc(50% - 80px)}section.fashion-content .holder-content:not(.reverse).main .copy{max-width:584px}section.fashion-content .holder-content:not(.reverse) .item.media{width:50%}section.fashion-content .holder-content:not(.reverse) .item.copy{width:calc(50% - 80px);margin-left:80px}}@media (min-width:701px) and (max-width:1024px){section.fashion-content .holder-content{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}section.fashion-content .holder-content.reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse}section.fashion-content .holder-content.reverse .item.media{width:calc(50% - 40px);margin-left:40px}section.fashion-content .holder-content.reverse .item.copy{width:50%}section.fashion-content .holder-content:not(.reverse).main .item.media{width:calc(50% - 40px)}section.fashion-content .holder-content:not(.reverse).main .copy{max-width:584px}section.fashion-content .holder-content:not(.reverse) .item.media{width:50%}section.fashion-content .holder-content:not(.reverse) .item.copy{width:calc(50% - 40px);margin-left:40px}}@media (min-width:0) and (max-width:700px){section.fashion-content .holder-content.main .media{padding-right:24px}section.fashion-content .holder-content.main .copy{padding:0 24px}}section.fashion-content .holder-content .item img{display:block;width:100%}@media (min-width:0) and (max-width:700px){section.fashion-content .holder-content .item img{margin-bottom:24px}}section.fashion-content .holder-content .item video{display:block;width:100%}@media (min-width:0) and (max-width:700px){section.fashion-content .holder-content .item video{margin-bottom:24px}}section.fashion-content .holder-content .item .top-levis{margin-left:auto;margin-bottom:24px}@media (min-width:701px){section.fashion-content .holder-content .item .top-levis{max-width:155px}}@media (min-width:0) and (max-width:700px){section.fashion-content .holder-content .item .top-levis{max-width:100px}}section.fashion-content .holder-content .item .title{padding:24px 0;font-family:interstate-condensed,sans-serif;font-weight:700;text-transform:uppercase;color:#fff;position:relative;-webkit-text-stroke:.5px #fff;-webkit-text-fill-color:transparent}@media (min-width:1025px){section.fashion-content .holder-content .item .title{font-size:40px;line-height:48px}}@media (min-width:701px) and (max-width:1024px){section.fashion-content .holder-content .item .title{font-size:32px;line-height:38px}}@media (min-width:0) and (max-width:700px){section.fashion-content .holder-content .item .title{font-size:24px;line-height:28px}}section.fashion-content .holder-content .item .title.line:before{content:"";position:absolute;top:0;left:0;height:3px;background-color:#b2001e}@media (min-width:701px){section.fashion-content .holder-content .item .title.line:before{width:240px}}@media (min-width:0) and (max-width:700px){section.fashion-content .holder-content .item .title.line:before{width:175px}}section.fashion-content .holder-content .item .title .fill{-webkit-text-stroke:0 #fff;-webkit-text-fill-color:#fff}section.fashion-content .holder-content .item .sub-title{font-family:interstate-condensed,sans-serif;color:#fff;opacity:.8}@media (min-width:701px){section.fashion-content .holder-content .item .sub-title{font-size:20px}}section.fashion-content .holder-content .item .description{font-family:interstate-condensed,sans-serif;font-size:18px;color:#fff;opacity:.8}section.fashion-content .holder-content .item .description a{color:#fff}section.fashion-content .holder-content .item .button-holder{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-align:center;align-items:center;margin-top:24px}section.fashion-content .holder-content .item .button-holder .button{display:block;padding:20px 0;max-width:240px;width:100%;font-family:interstate-condensed,sans-serif;font-weight:700;text-align:center;text-transform:uppercase;text-decoration:none;color:#fff;background-color:#b2001e}section.fashion-content .holder-content .item .button-holder .scroll-indicator{width:48px;height:48px;border:2px solid hsla(0,0%,100%,.4);border-radius:50px;background-image:url(/assets/images/fashion/arrow@2x.png);background-repeat:no-repeat;background-position:50%;background-size:16px;animation:a 2s infinite}@media (min-width:0) and (max-width:700px){section.fashion-content .holder-content .item .button-holder .scroll-indicator{display:none}}section.fashion-content .holder-content .item .levis{margin-bottom:24px}@media (min-width:701px){section.fashion-content .holder-content .item .levis{max-width:155px}}@media (min-width:0) and (max-width:700px){section.fashion-content .holder-content .item .levis{max-width:100px}}section.fashion-content pre{margin:0;display:inline-block}section.fashion-seperator{width:100%;background-image:url(/assets/images/fashion/divider@2x.png);background-repeat:no-repeat;background-position:100%;background-size:contain}@media (min-width:1025px){section.fashion-seperator{height:200px}}@media (min-width:701px) and (max-width:1024px){section.fashion-seperator{height:80px}}@media (min-width:0) and (max-width:700px){section.fashion-seperator{height:50px}}@keyframes a{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-20px)}60%{transform:translateY(-10px)}}@media (min-width:0) and (max-width:700px){section.bolletje{padding:0 24px}}@media (min-width:0) and (max-width:700px){section.bolletje .full-width{padding:0}}section.bolletje .card{border-radius:4px;background-color:#b2001e;position:relative;overflow:hidden}@media (min-width:1025px){section.bolletje .card{min-height:383px}}section.bolletje .card:after{content:"";position:absolute;top:0;left:0;bottom:0;right:0;width:100%;height:100%;background:#b2001e;background:linear-gradient(90deg,#b2001e,#b2001e 41%,rgba(178,0,30,0) 55%)}@media (min-width:0) and (max-width:700px){section.bolletje .card:after{content:"";background:unset}}@media (min-width:701px) and (max-width:1024px){section.bolletje .card:after{background:linear-gradient(90deg,#b2001e,#b2001e 49%,rgba(178,0,30,0) 60%)}}section.bolletje .holder{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-direction:row;flex-direction:row;width:100%}@media (min-width:0) and (max-width:700px){section.bolletje .holder{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}section.bolletje .holder .item:first-child{padding:48px;position:relative;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;max-width:40%;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-line-pack:center;align-content:center}@media (min-width:0) and (max-width:700px){section.bolletje .holder .item:first-child{width:100%;max-width:100%;padding:16px}}@media (min-width:701px) and (max-width:1024px){section.bolletje .holder .item:first-child{width:55%;max-width:55%}}section.bolletje .holder .item:first-child h2,section.bolletje .holder .item:first-child span,section.bolletje .holder .item:first-child text{color:#fff}section.bolletje .holder .item:first-child h2{font-size:32px;line-height:40px}@media (min-width:0) and (max-width:700px){section.bolletje .holder .item:first-child h2{text-align:center;font-size:26px;line-height:32px}}section.bolletje .holder .item:first-child text{font-size:18px;line-height:27px;opacity:.8;margin-top:16px}section.bolletje .holder .item:first-child a.bolletje-button{background-color:#fff;border-radius:4px;color:#b2001e;display:inline-block;text-decoration:none;font-weight:700;text-align:center;padding:12px 48px;font-size:14px;text-transform:uppercase;margin-top:24px;transition:all .1s ease-in-out}section.bolletje .holder .item:first-child a.bolletje-button:hover{box-shadow:0 4px 12px 0 rgba(0,0,0,.2);transition:all .1s ease-in-out}@media (min-width:0) and (max-width:700px){section.bolletje .holder .item:first-child a.bolletje-button{width:100%}}section.bolletje .holder .item:first-child span{font-size:12px}section.bolletje .holder .item:first-child .bolletje-logo{margin-top:40px;max-width:95px}@media (min-width:0) and (max-width:700px){section.bolletje .holder .item:first-child .card-footer{text-align:center}}section.bolletje .holder .item:nth-child(2){width:60%;height:auto;background-position:100%;background-repeat:no-repeat;background-size:cover}@media (min-width:0) and (max-width:700px){section.bolletje .holder .item:nth-child(2){width:100%;height:220px;background-position:top;background-size:130%}}@media (min-width:701px) and (max-width:1024px){section.bolletje .holder .item:nth-child(2){background-position:50%}}body{background:#000;font-family:Roboto;line-height:1.5}body.no-scroll{overflow:hidden}.full-width{max-width:1200px;margin:0 auto;position:relative;padding-left:16px;padding-right:16px}@media (min-width:0) and (max-width:700px){.full-width{padding:0 24px}}page{min-height:calc(100vh - 138px);background-color:#000}@media (min-width:0px) and (max-width:1024px){page.candidate-detail .header{height:300px}}@media (min-width:1025px){page.candidate-detail .header{height:448px}}@media (min-width:0) and (max-width:700px){page.candidate-detail .header .background-bar{bottom:-75px}}@media (min-width:701px) and (max-width:1024px){page.candidate-detail .header .background-bar{bottom:-261px}}@media (min-width:1025px){page.candidate-detail .header .background-bar{position:absolute;bottom:-240px;left:-10%;width:130%;transform:rotate(-8deg);height:300px;background-color:rgba(0,0,0,.5)}}@media (min-width:1025px){page.candidate-detail .details{padding:32px 0}}page.candidate-detail .details .full-width{max-width:1044px}page.candidate-detail .details .holder{display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between}@media (min-width:0px) and (max-width:1024px){page.candidate-detail .details .holder{-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (min-width:1025px){page.candidate-detail .details .holder{-ms-flex-align:center;align-items:center}}page.candidate-detail .details .holder .item:first-child{width:calc(66% - 12px)}@media (min-width:0px) and (max-width:1024px){page.candidate-detail .details .holder .item:first-child{width:100%}}@media (min-width:0px) and (max-width:1024px){page.candidate-detail .details .holder .item:first-child .title{margin-top:32px}}page.candidate-detail .details .holder .item:nth-child(2){width:calc(33% - 12px)}@media (min-width:0px) and (max-width:1024px){page.candidate-detail .details .holder .item:nth-child(2){width:100%}}@media (min-width:0px) and (max-width:1024px){page.candidate-detail .details .holder .item .holder-candidate{display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center}}page.candidate-detail .details .holder .item .holder-candidate .profile{-webkit-clip-path:polygon(0 5%,100% 0,100% 95%,0 100%);clip-path:polygon(0 5%,100% 0,100% 95%,0 100%)}@media (min-width:0px) and (max-width:1024px){page.candidate-detail .details .holder .item .holder-candidate .profile{height:363px;width:240px;background-size:cover;margin-top:-132px;position:relative;z-index:3}}@media (min-width:1025px){page.candidate-detail .details .holder .item .holder-candidate .profile{height:480px;background-size:cover}}