.Intro{position:fixed;top:0;left:0;z-index:4;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;overflow:hidden;width:100%;height:100%;color:#fff}.Intro-background,.Intro-label,.Intro-logo,.Intro-mouse,.Intro-title{opacity:0}.Intro-background{position:absolute;top:0;left:0;width:100%;height:100%;background:url("/img/intro-background.png") 50% no-repeat;background-size:cover;-webkit-transform:scale(1.25);transform:scale(1.25);background-color:#823273}.Intro-content{position:relative}.Intro-logo{display:block;width:56px;height:88px;margin:0 auto 15px;-webkit-transform:translateY(150%);transform:translateY(150%)}.Intro-label,.Intro-title{margin:0;text-align:center}.Intro-title{margin-bottom:40px;-webkit-transform:translateY(280%);transform:translateY(280%)}.Intro-label{font-size:12px;margin-bottom:10px}.Intro-label,.Intro-mouse{-webkit-transform:translateY(25%);transform:translateY(25%)}.Intro-mouse{position:relative;width:29px;height:53px;margin:0 auto;border:1px solid #fff;border-radius:15px}.Intro-mouse:before{content:"";display:block;width:9px;height:24px;margin:14px auto 0;background:url("/img/arrow-down.png") 50% no-repeat}.Intro-mouse--anim:before{-webkit-animation:mouseArrow .5s ease-out 1s infinite alternate;animation:mouseArrow .5s ease-out 1s infinite alternate}.red .Intro-background{background-color:#aa1e2d}.lightRed .Intro-background{background-color:#e6280f}.orange .Intro-background{background-color:#f08c00}.yellow .Intro-background{background-color:#ffc819}.grey70 .Intro-background{background-color:#877873}.blue .Intro-background{background-color:#006982}.lightBlue .Intro-background{background-color:#0096c3}.green .Intro-background{background-color:#00694b}.lightGreen .Intro-background{background-color:#00965f}.black15 .Intro-background{background-color:#d9d9d9}.purple .Intro-background{background-color:#823273}.brown .Intro-background{background-color:#965f37}.olive .Intro-background{background-color:#786e1e}.lightOlive .Intro-background{background-color:#afaf00}@-webkit-keyframes mouseArrow{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(110%);transform:translateY(110%)}}@keyframes mouseArrow{0%{-webkit-transform:translateY(0);transform:translateY(0)}to{-webkit-transform:translateY(110%);transform:translateY(110%)}}.Header{position:relative;display:block;width:100%;height:55px;background-color:red;color:#fff;padding:5px 0;z-index:3;opacity:0;-webkit-animation:fadeIn .7s cubic-bezier(.165,.84,.44,1) forwards;animation:fadeIn .7s cubic-bezier(.165,.84,.44,1) forwards}.Header:after{position:absolute;bottom:0;width:100%;height:1px;background-color:#fff}.Header--visible{opacity:1}.Header-accidentsBadge{position:absolute;left:15%;top:50%;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-color:rgba(0,0,0,.2);padding:5px 1em;border-radius:15px}@media only screen and (orientation:portrait){.Header-accidentsBadge{left:5%;text-align:center;font-size:.8em}}.accidents-badge-number{display:inline}.img-icon-safe{width:20px;display:inline;height:1em}@media only screen and (max-width:415px){.img-icon-safe{display:none}}.Header-logo{position:absolute;left:50%;top:50%;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateX(-50%) translateY(-50%);transform:translateX(-50%) translateY(-50%);width:28px;height:45px}.Header-logo a,.Header-logo img{display:block;width:inherit;height:inherit}.Header-ui{position:absolute;right:15%;top:50%;-webkit-transform-origin:center center;transform-origin:center center;-webkit-transform:translateY(-50%);transform:translateY(-50%)}@media only screen and (orientation:portrait){.Header-ui{right:2%}}.Header-ui button{border-radius:25px;background:#fff;border:0 solid #fff;width:70px;height:30px;position:relative;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;outline:none;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.Header-ui button:hover{background:transparent}.Header-ui button:hover #iconNav,.Header-ui button:hover #searchClose,.Header-ui button:hover #searchIcon{fill:#fff}@media only screen and (max-width:415px){.Header-ui button{background:transparent}}.svg-icon{margin:0}#searchIcon{width:20px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:415px){#searchIcon{fill:#fff}}#searchClose{width:20px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:415px){#searchClose{fill:#fff}}#iconNav{width:30px;position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:415px){#iconNav{fill:#fff}}.mobile-visible{display:none}@media only screen and (max-width:415px){.mobile-visible{display:block}}.red .Header{background-color:#aa1e2d}.red #iconNav,.red #searchClose,.red #searchIcon{fill:#aa1e2d}@media only screen and (max-width:415px){.red #iconNav{fill:#fff}}.lightRed .Header{background-color:#e6280f}.lightRed #iconNav,.lightRed #searchClose,.lightRed #searchIcon{fill:#e6280f}@media only screen and (max-width:415px){.lightRed #iconNav{fill:#fff}}.orange .Header{background-color:#f08c00}.orange #iconNav,.orange #searchClose,.orange #searchIcon{fill:#f08c00}@media only screen and (max-width:415px){.orange #iconNav{fill:#fff}}.yellow .Header{background-color:#ffc819}.yellow #iconNav,.yellow #searchClose,.yellow #searchIcon{fill:#ffc819}@media only screen and (max-width:415px){.yellow #iconNav{fill:#fff}}.grey70 .Header{background-color:#877873}.grey70 #iconNav,.grey70 #searchClose,.grey70 #searchIcon{fill:#877873}@media only screen and (max-width:415px){.grey70 #iconNav{fill:#fff}}.blue .Header{background-color:#006982}.blue #iconNav,.blue #searchClose,.blue #searchIcon{fill:#006982}@media only screen and (max-width:415px){.blue #iconNav{fill:#fff}}.lightBlue .Header{background-color:#0096c3}.lightBlue #iconNav,.lightBlue #searchClose,.lightBlue #searchIcon{fill:#0096c3}@media only screen and (max-width:415px){.lightBlue #iconNav{fill:#fff}}.green .Header{background-color:#00694b}.green #iconNav,.green #searchClose,.green #searchIcon{fill:#00694b}@media only screen and (max-width:415px){.green #iconNav{fill:#fff}}.lightGreen .Header{background-color:#00965f}.lightGreen #iconNav,.lightGreen #searchClose,.lightGreen #searchIcon{fill:#00965f}@media only screen and (max-width:415px){.lightGreen #iconNav{fill:#fff}}.black15 .Header{background-color:#d9d9d9}.black15 #iconNav,.black15 #searchClose,.black15 #searchIcon{fill:#d9d9d9}@media only screen and (max-width:415px){.black15 #iconNav{fill:#fff}}.brown .Header{background-color:#965f37}.brown #iconNav,.brown #searchClose,.brown #searchIcon{fill:#965f37}@media only screen and (max-width:415px){.brown #iconNav{fill:#fff}}.olive .Header{background-color:#786e1e}.olive #iconNav,.olive #searchClose,.olive #searchIcon{fill:#786e1e}@media only screen and (max-width:415px){.olive #iconNav{fill:#fff}}.purple .Header{background-color:#823273}.purple #iconNav,.purple #searchClose,.purple #searchIcon{fill:#823273}@media only screen and (max-width:415px){.purple #iconNav{fill:#fff}}.lightOlive .Header{background-color:#afaf00}.lightOlive #iconNav,.lightOlive #searchClose,.lightOlive #searchIcon{fill:#afaf00}@media only screen and (max-width:415px){.lightOlive #iconNav{fill:#fff}}.AppFooter{position:relative;display:block;width:100%;height:160px;background-color:red;color:rgba(0,0,0,.8);text-align:center;font-size:.9em;padding:10px 0;float:left;opacity:0;-webkit-animation:fadeIn .7s cubic-bezier(.165,.84,.44,1) .8s forwards;animation:fadeIn .7s cubic-bezier(.165,.84,.44,1) .8s forwards}.Footer--Links{display:block;list-style:none}.Footer--Links li{display:inline;font-size:.9em}.social-icon{display:inline-block}.red .AppFooter{background-color:#aa1e2d}.lightRed .AppFooter{background-color:#e6280f}.orange .AppFooter{background-color:#f08c00}.yellow .AppFooter{background-color:#ffc819}.grey70 .AppFooter{background-color:#877873}.blue .AppFooter{background-color:#006982}.lightBlue .AppFooter{background-color:#0096c3}.green .AppFooter{background-color:#00694b}.lightGreen .AppFooter{background-color:#00965f}.black15 .AppFooter{background-color:#d9d9d9}.purple .AppFooter{background-color:#823273}.brown .AppFooter{background-color:#965f37}.olive .AppFooter{background-color:#786e1e}.lightOlive .AppFooter{background-color:#afaf00}.MainSlider{width:100%;height:600px;top:0;left:0;color:#fff;opacity:0;-webkit-animation:moveIn .7s cubic-bezier(.165,.84,.44,1) .4s forwards;animation:moveIn .7s cubic-bezier(.165,.84,.44,1) .4s forwards}@media only screen and (max-width:415px){.MainSlider{height:400px}}.swiper-container{height:100%}.swiper-slide{text-align:center;position:relative;overflow:hidden}.MainSlider--image{position:absolute;top:50%;left:50%;min-width:100%;width:auto;min-height:100%;height:auto;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);-webkit-filter:url("#blur-effect-1");filter:url("#blur-effect-1")}@media only screen and (max-width:415px){.MainSlider--image{width:auto;height:100%}}.MainSlider--overlay{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#000;opacity:.6}.MainSlider--item-content{position:absolute;width:50%;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}@media only screen and (max-width:415px){.MainSlider--item-content{width:90%}}.MainSlider--title,.MainSlider--venue{text-transform:capitalize;margin:3px 0}.MainSlider--resume{position:relative;text-transform:capitalize;width:50%;margin:10px auto}@media only screen and (max-width:415px){.MainSlider--resume{width:100%}}.MainSlider--item-ui{display:block;list-style-type:none;padding:0}.MainSlider--item-ui li{display:inline-block;width:100px;padding:5px 0;border-radius:50px;color:#fff;background-color:red}.MainSlider--item-ui li:last-child{color:red;background-color:#fff}.MainSlider--item-ui li a{display:block;width:100%;height:100%}.MainSlider--bullets{position:relative;list-style-type:none;left:50%;-webkit-transform:translatex(-50%);transform:translatex(-50%);height:auto;padding:0}.MainSlider--bullet{display:inline-block;width:8px;height:8px;border-radius:15px;background-color:transparent;border:1px solid #fff;margin:0 3px;cursor:pointer}.MainSlider--bullet.active{border:1px solid #fff;background-color:#fff}.red .MainSlider--item-ui li{background-color:#aa1e2d}.red .MainSlider--item-ui li:last-child{color:#aa1e2d;background-color:#fff}.lightRed .MainSlider--item-ui li{background-color:#e6280f}.lightRed .MainSlider--item-ui li:last-child{color:#e6280f;background-color:#fff}.orange .MainSlider--item-ui li{background-color:#f08c00}.orange .MainSlider--item-ui li:last-child{color:#f08c00;background-color:#fff}.yellow .MainSlider--item-ui li{background-color:#ffc819}.yellow .MainSlider--item-ui li:last-child{color:#ffc819;background-color:#fff}.grey70 .MainSlider--item-ui li{background-color:#877873}.grey70 .MainSlider--item-ui li:last-child{color:#877873;background-color:#fff}.blue .MainSlider--item-ui li{background-color:#006982}.blue .MainSlider--item-ui li:last-child{color:#006982;background-color:#fff}.lightBlue .MainSlider--item-ui li{background-color:#0096c3}.lightBlue .MainSlider--item-ui li:last-child{color:#0096c3;background-color:#fff}.green .MainSlider--item-ui li{background-color:#00694b}.green .MainSlider--item-ui li:last-child{color:#00694b;background-color:#fff}.lightGreen .MainSlider--item-ui li{background-color:#00965f}.lightGreen .MainSlider--item-ui li:last-child{color:#00965f;background-color:#fff}.black15 .MainSlider--item-ui li{background-color:#d9d9d9}.black15 .MainSlider--item-ui li:last-child{color:#d9d9d9;background-color:#fff}.purple .MainSlider--item-ui li{background-color:#823273}.purple .MainSlider--item-ui li:last-child{color:#823273;background-color:#fff}.brown .MainSlider--item-ui li{background-color:#965f37}.brown .MainSlider--item-ui li:last-child{color:#965f37;background-color:#fff}.olive .MainSlider--item-ui li{background-color:#786e1e}.olive .MainSlider--item-ui li:last-child{color:#786e1e;background-color:#fff}.lightOlive .MainSlider--item-ui li{background-color:#afaf00}.lightOlive .MainSlider--item-ui li:last-child{color:#afaf00;background-color:#fff}.IconTitle{position:relative;display:block;width:100%;float:left;color:#000;margin:10px auto;opacity:0;-webkit-animation:fadeIn .7s cubic-bezier(.165,.84,.44,1) .8s forwards;animation:fadeIn .7s cubic-bezier(.165,.84,.44,1) .8s forwards}.IconTitle.isButton{cursor:pointer}@media only screen and (max-width:415px){.IconTitle{text-align:center}}@media only screen and (max-width:600px){.IconTitle{text-align:center}}.IconTitle-title{margin:auto 0;display:inline-block;vertical-align:middle}.IconTitle-icon{position:relative;display:inline-block;background-color:gray;width:60px;height:30px;border-radius:15px;text-align:center}.IconTitle-icon.isButton{background-color:#4e4e4e;-webkit-box-shadow:0 0 20px 0 hsla(0,0%,50%,.659);box-shadow:0 0 20px 0 hsla(0,0%,50%,.659)}.IconTitle-image{width:20px;height:auto;position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.IconTitle-image.isButton{width:25px;height:20px}.FlexView{display:block;width:70%;margin:0 auto;top:0;left:0;font-size:0}.FlexView>*{font-size:16px}@media only screen and (min-width:415px) and (max-width:1050px){.FlexView{width:85%}}@media only screen and (max-width:600px){.FlexView{width:100%}}@media only screen and (max-width:415px){.FlexView{width:100%}}.FlexViewList{display:block;width:70%;margin:0 auto;top:0;left:0;font-size:0}.FlexViewList>*{font-size:16px}@media only screen and (min-width:415px) and (max-width:1050px){.FlexViewList{width:85%}}@media only screen and (max-width:600px){.FlexViewList{width:100%}}@media only screen and (max-width:415px){.FlexViewList{width:100%}}.Entry{position:relative;float:left;width:calc(50% - 10px);min-height:500px;background-color:#e1e1e0;margin:5px;color:#3a3a3a;cursor:pointer;opacity:0}@media only screen and (max-width:415px){.Entry{width:100%;margin:5px 0}}@media only screen and (max-width:800px){.Entry{width:100%;margin:5px 0}}.Entry--image{width:100%;height:auto}.Entry--content{padding:1em}.Entry--data{display:inline-block;width:calc(75% - 1em)}.Entry--info{display:inline-block;width:calc(25% - 1em)}.Entry--acomplished{position:relative;right:-50px;width:50px;height:30px;background:#3a3a3a;border-radius:30px;text-align:center;vertical-align:middle;margin:5px 0}.Entry--duration{width:100px;padding:5px 0;border-radius:50px;color:#fff;background-color:red;text-align:center;cursor:pointer}#videoIcon{position:absolute;width:70px;left:50%;top:35%;-webkit-transform:translate(-50%,-65%);transform:translate(-50%,-65%)}#videoPlay{fill:#fff}#videoCircle{fill:red}.red .Entry--duration{background-color:#aa1e2d}.red #videoCircle{fill:#aa1e2d}.lightRed .Entry--duration{background-color:#e6280f}.lightRed #videoCircle{fill:#e6280f}.orange .Entry--duration{background-color:#f08c00}.orange #videoCircle{fill:#f08c00}.yellow .Entry--duration{background-color:#ffc819}.yellow #videoCircle{fill:#ffc819}.grey70 .Entry--duration{background-color:#877873}.grey70 #videoCircle{fill:#877873}.blue .Entry--duration{background-color:#006982}.blue #videoCircle{fill:#006982}.lightBlue .Entry--duration{background-color:#0096c3}.lightBlue #videoCircle{fill:#0096c3}.green .Entry--duration{background-color:#00694b}.green #videoCircle{fill:#00694b}.lightGreen .Entry--duration{background-color:#00965f}.lightGreen #videoCircle{fill:#00965f}.black15 .Entry--duration{background-color:#d9d9d9}.black15 #videoCircle{fill:#d9d9d9}.purple .Entry--duration{background-color:#823273}.purple #videoCircle{fill:#823273}.brown .Entry--duration{background-color:#965f37}.brown #videoCircle{fill:#965f37}.olive .Entry--duration{background-color:#786e1e}.olive #videoCircle{fill:#786e1e}.lightOlive .Entry--duration{background-color:#afaf00}.lightOlive #videoCircle{fill:#afaf00}.EntryHalfWrapper{float:left;display:block;width:calc(50% - 10px);min-height:500px}@media only screen and (max-width:800px){.EntryHalfWrapper{width:100%}}.EntryHalf{display:block;position:relative;float:left;width:100%;min-height:245px;background-color:#e1e1e0;margin:5px 0;color:#3a3a3a;cursor:pointer}@media only screen and (max-width:800px){.EntryHalf{width:100%}}.EntryHalf--image-wrapper{position:absolute;display:inline-block;right:0;width:50%;height:100%;background-position:50%;background-size:cover;background-repeat:no-repeat}.EntryHalf--content{position:absolute;display:inline-block;left:0;width:49%;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.EntryHalf--description,.EntryHalf--title{margin:5px 10px}.EntryHalf--data,.EntryHalf--info{display:inline-block;width:100%}.EntryHalf--info{text-align:center;margin-top:10px}.EntryHalf--acomplished{position:relative;width:50px;height:30px;background:#3a3a3a;border-radius:30px;text-align:center;vertical-align:middle;display:inline-block}.acomplished-icon{width:15px;position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.EntryHalf--duration{width:100px;padding:5px 0;border-radius:50px;color:#fff;background-color:red;text-align:center;display:inline-block;cursor:pointer}.duration--icon{width:20px;vertical-align:middle}.duration--time{font-weight:700}.red .EntryHalf--duration{background-color:#aa1e2d}.lightRed .EntryHalf--duration{background-color:#e6280f}.orange .EntryHalf--duration{background-color:#f08c00}.yellow .EntryHalf--duration{background-color:#ffc819}.grey70 .EntryHalf--duration{background-color:#877873}.blue .EntryHalf--duration{background-color:#006982}.lightBlue .EntryHalf--duration{background-color:#0096c3}.green .EntryHalf--duration{background-color:#00694b}.lightGreen .EntryHalf--duration{background-color:#00965f}.black15 .EntryHalf--duration{background-color:#d9d9d9}.purple .EntryHalf--duration{background-color:#823273}.brown .EntryHalf--duration{background-color:#965f37}.olive .EntryHalf--duration{background-color:#786e1e}.lightOlive .EntryHalf--duration{background-color:#afaf00}.EntryVideo{position:relative;display:block;height:100%;color:#fff;background-size:cover;background-position:50%;background-repeat:no-repeat}.EntryVideo,.EntryVideo--play{margin:0 auto;text-align:center}.EntryVideo--play{position:absolute;top:65%;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.EntryVideo--play #circle-play{fill:red}.EntryVideo--play-icon{width:70px;height:70px;display:block;margin:5px auto}.play-btn{display:block;width:140px;background-color:transparent;border:none;cursor:pointer;outline:none}.VideoWrapper{position:fixed;left:0;top:0;width:100%;height:100vh;-webkit-box-sizing:border-box;box-sizing:border-box;z-index:10}.VideoWrapper:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#000;opacity:.9}#closeVideo{position:absolute;right:30px;top:30px;width:50px;height:50px;background-color:transparent;border:none;outline:none;cursor:pointer}#closeVideo .close-bar{position:absolute;width:100%;height:5px;background-color:red;left:0;top:50%;-webkit-transform-origin:center center;transform-origin:center center;border-radius:50px}#closeVideo .close-bar:first-child{-webkit-transform:rotate(45deg);transform:rotate(45deg)}#closeVideo .close-bar:last-child{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.MainVideo{position:absolute;width:90%;height:auto;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.red .EntryVideo--play #circle-play{fill:#aa1e2d}.lightRed .EntryVideo--play #circle-play{fill:#e6280f}.orange .EntryVideo--play #circle-play{fill:#f08c00}.yellow .EntryVideo--play #circle-play{fill:#ffc819}.grey70 .EntryVideo--play #circle-play{fill:#877873}.blue .EntryVideo--play #circle-play{fill:#006982}.lightBlue .EntryVideo--play #circle-play{fill:#0096c3}.green .EntryVideo--play #circle-play{fill:#00694b}.lightGreen .EntryVideo--play #circle-play{fill:#00965f}.black15 .EntryVideo--play #circle-play{fill:#d9d9d9}.purple .EntryVideo--play #circle-play{fill:#823273}.brown .EntryVideo--play #circle-play{fill:#965f37}.olive .EntryVideo--play #circle-play{fill:#786e1e}.lightOlive .EntryVideo--play #circle-play{fill:#afaf00}.NavigationMenu{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#000;color:#fff;z-index:10;overflow-y:auto;overflow-x:hidden;-webkit-overflow-scrolling:touch}.NavigationMenu--links{position:relative;width:100%;list-style:none;font-size:1.5em;text-align:center;margin:30px auto;padding:0}.NavigationMenu--links button{background:transparent;font-weight:700;font-size:.7em;color:#fff;border-radius:5px;margin-top:20px;padding:5px 30px}@media only screen and (max-width:415px){.NavigationMenu--links button{font-size:.5em;border-radius:5px;padding:5px 10px}}.NavigationMenu--links li{position:relative;width:30%;padding:20px 0;margin:0 auto;border-bottom:2px solid hsla(0,0%,100%,.22)}.NavigationMenu--links li a{-webkit-transition:color .3s ease;transition:color .3s ease}.NavigationMenu--links li a:hover{color:red}@media only screen and (max-width:415px){.NavigationMenu--links li{font-size:.7em}}.NavigationMenu--profile{position:relative;width:50%;height:120px;margin:0 auto;padding:1em 0;font-size:0}@media only screen and (max-width:415px){.NavigationMenu--profile{width:100%;margin-top:30px}}.NavigationMenu--profile:before{content:"";position:absolute;left:-50%;width:200%;height:100%;border-bottom:3px solid red}.NavigationMenu--profile>*{font-size:16px}.profile-image-container{position:relative;display:inline-block;width:33.333%;height:100%;text-align:center}.profile-image{width:80px;height:80px;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);background-size:cover;background-position:50%;background-repeat:no-repeat;border-radius:100px}.profile-data,.profile-image{position:relative;display:inline-block}.profile-data{width:33.33%;text-align:center}.profile-data-location{position:relative;background:red;padding:5px 15px;border-radius:7px;margin:0 auto;width:160px}@media only screen and (max-width:415px){.profile-data-location{width:100px;font-size:.8em}}.profile-achieves{position:relative;display:inline-block;width:33.33%;text-align:center;top:-17px}.achieve-icon{position:relative;display:block;width:30px;height:30px;margin:0 auto;background-image:url("/img/eye.svg");background-repeat:no-repeat;background-position:50%;background-size:contain}.achieve-bar{position:relative;width:100px;height:10px;margin:10px auto;border-radius:15px;background:gray;z-index:0}.achieve-bar-depth{position:absolute;top:0;left:0;width:25%;height:100%;border-radius:15px;background-color:red;z-index:1}#NavigationMenu--close{position:absolute;width:60px;height:35px;right:-35px;top:15px;background-color:red;border-radius:100px;text-align:center;cursor:pointer;z-index:2}@media only screen and (max-width:415px){#NavigationMenu--close{right:10px;top:-20px}}.nav-icon-close{position:relative;width:18px;height:auto;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.nav-red .profile-data-location{background:#aa1e2d}.nav-red .achieve-bar-depth{background-color:#aa1e2d}.nav-red .NavigationMenu--profile:before{content:"";border-bottom:3px solid #aa1e2d}.nav-red .NavigationMenu--links li a:hover{color:#aa1e2d}.nav-red #NavigationMenu--close{background-color:#aa1e2d}.nav-lightRed .profile-data-location{background:#e6280f}.nav-lightRed .achieve-bar-depth{background-color:#e6280f}.nav-lightRed .NavigationMenu--profile:before{content:"";border-bottom:3px solid #e6280f}.nav-lightRed .NavigationMenu--links li a:hover{color:#e6280f}.nav-lightRed #NavigationMenu--close{background-color:#e6280f}.nav-orange .profile-data-location{background:#f08c00}.nav-orange .achieve-bar-depth{background-color:#f08c00}.nav-orange .NavigationMenu--profile:before{content:"";border-bottom:3px solid #f08c00}.nav-orange .NavigationMenu--links li a:hover{color:#f08c00}.nav-orange #NavigationMenu--close{background-color:#f08c00}.nav-yellow .profile-data-location{background:#ffc819}.nav-yellow .achieve-bar-depth{background-color:#ffc819}.nav-yellow .NavigationMenu--profile:before{content:"";border-bottom:3px solid #ffc819}.nav-yellow .NavigationMenu--links li a:hover{color:#ffc819}.nav-yellow #NavigationMenu--close{background-color:#ffc819}.nav-grey70 .profile-data-location{background:#877873}.nav-grey70 .achieve-bar-depth{background-color:#877873}.nav-grey70 .NavigationMenu--profile:before{content:"";border-bottom:3px solid #877873}.nav-grey70 .NavigationMenu--links li a:hover{color:#877873}.nav-grey70 #NavigationMenu--close{background-color:#877873}.nav-blue .profile-data-location{background:#006982}.nav-blue .achieve-bar-depth{background-color:#006982}.nav-blue .NavigationMenu--profile:before{content:"";border-bottom:3px solid #006982}.nav-blue .NavigationMenu--links li a:hover{color:#0096c3}.nav-blue #NavigationMenu--close{background-color:#0096c3}.nav-lightBlue .profile-data-location{background:#0096c3}.nav-lightBlue .achieve-bar-depth{background-color:#0096c3}.nav-lightBlue .NavigationMenu--profile:before{content:"";border-bottom:3px solid #0096c3}.nav-lightBlue .NavigationMenu--links li a:hover{color:#0096c3}.nav-lightBlue #NavigationMenu--close{background-color:#0096c3}.nav-green .profile-data-location{background:#00694b}.nav-green .achieve-bar-depth{background-color:#00694b}.nav-green .NavigationMenu--profile:before{content:"";border-bottom:3px solid #00694b}.nav-green .NavigationMenu--links li a:hover{color:#00694b}.nav-green #NavigationMenu--close{background-color:#00694b}.nav-lightGreen .profile-data-location{background:#00965f}.nav-lightGreen .achieve-bar-depth{background-color:#00965f}.nav-lightGreen .NavigationMenu--profile:before{content:"";border-bottom:3px solid #00965f}.nav-lightGreen .NavigationMenu--links li a:hover{color:#00965f}.nav-lightGreen #NavigationMenu--close{background-color:#00965f}.nav-black15 .profile-data-location{background:#d9d9d9}.nav-black15 .achieve-bar-depth{background-color:#d9d9d9}.nav-black15 .NavigationMenu--profile:before{content:"";border-bottom:3px solid #d9d9d9}.nav-black15 .NavigationMenu--links li a:hover{color:#d9d9d9}.nav-black15 #NavigationMenu--close{background-color:#d9d9d9}.nav-purple .profile-data-location{background:#823273}.nav-purple .achieve-bar-depth{background-color:#823273}.nav-purple .NavigationMenu--profile:before{content:"";border-bottom:3px solid #823273}.nav-purple .NavigationMenu--links li a:hover{color:#823273}.nav-purple #NavigationMenu--close{background-color:#823273}.nav-brown .profile-data-location{background:#965f37}.nav-brown .achieve-bar-depth{background-color:#965f37}.nav-brown .NavigationMenu--profile:before{content:"";border-bottom:3px solid #965f37}.nav-brown .NavigationMenu--links li a:hover{color:#965f37}.nav-brown #NavigationMenu--close{background-color:#965f37}.nav-olive .profile-data-location{background:#786e1e}.nav-olive .achieve-bar-depth{background-color:#786e1e}.nav-olive .NavigationMenu--profile:before{content:"";border-bottom:3px solid #786e1e}.nav-olive .NavigationMenu--links li a:hover{color:#786e1e}.nav-olive #NavigationMenu--close{background-color:#786e1e}.nav-lightOlive .profile-data-location{background:#afaf00}.nav-lightOlive .achieve-bar-depth{background-color:#afaf00}.nav-lightOlive .NavigationMenu--profile:before{content:"";border-bottom:3px solid #afaf00}.nav-lightOlive .NavigationMenu--links li a:hover{color:#afaf00}.nav-lightOlive #NavigationMenu--close{background-color:#afaf00}.EntryDetail{position:relative;width:100%}.EntryDetail--inner{position:relative;width:70%;min-height:500px;margin:0 auto;color:#606060}@media only screen and (max-width:800px){.EntryDetail--inner{width:95%;margin:5px auto}}q{font-size:1.75em;font-weight:700}.Detail--paragraph{text-align:left}.Detail--image-container{display:inline-block;width:calc(50% - 4px);float:left;padding:2px}.Detail--image{width:100%;height:auto}.Detail--end-accent{position:relative;width:50px;height:7px;border-radius:25px;margin:4em auto;background-color:#606060}.EntryDetail--infowrapper{position:relative;text-align:center;margin:0 auto;height:400px}.Entry--subtitle,.Entry--title{margin:5px auto}.EntryDetail--info{position:relative;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%)}.Downloads{position:relative;display:block;width:100%;color:rgba(0,0,0,.8);text-align:center;font-size:.9em;padding:3em 0;float:left;-webkit-box-sizing:border-box;box-sizing:border-box}.Downloads:before{content:"";position:absolute;left:0;top:0;width:100%;height:100%;background-color:#e1e1e0;z-index:-1}.Download--item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-ms-flex-line-pack:center;align-content:center;margin:10px auto;border:none;min-height:40px;background-color:transparent;cursor:pointer;outline:none;-webkit-tap-highlight-color:none}.Download--item-copy{width:200px;background-color:#cdcdcd;padding:1em;border-radius:50px;float:left;margin:0 5px}.Download--item-arrow{width:30px;background:red;padding:.45em 15px;border-radius:80px;float:right;background-color:#878787}.item-arrow-icon{width:2em}.Downloads--main-icon{width:2em;padding:5px 1em;background-color:$turq-blue;border-radius:50px;margin:0 auto;-webkit-box-shadow:0 0 20px 0 rgba(1,102,131,.6);box-shadow:0 0 20px 0 rgba(1,102,131,.6)}.Quiz{position:relative;display:block;width:100%;background-color:red;margin:0 auto;padding:2em 1em;-webkit-box-sizing:border-box;box-sizing:border-box;text-align:center}.Quiz--maintitle{margin:5px 0}.Quiz--subtitle{margin:5px 0;font-weight:400}.Quiz--icon{width:40px}.Quiz--items{color:#fff;width:50%;margin:0 auto}@media only screen and (max-width:800px){.Quiz--items{width:100%}}.Quiz--question{margin:1em 0;font-weight:400}.Quiz--options{padding:0;list-style:none}.Quiz--answer{background-color:rgba(0,0,0,.15);padding:.5em 1em;margin:10px 0;border-radius:50px;-webkit-transition:all .3s ease;transition:all .3s ease;cursor:pointer}.Quiz--answer.answer-active,.Quiz--answer:hover{background-color:rgba(0,0,0,.35)}.Quiz--check{padding:.45em 2em;border-radius:50px;border:none;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none;cursor:pointer}.Quiz--check-icon{width:25px}.ReadedArticles{position:relative;display:block;color:rgba(0,0,0,.63)}.ReadedArticles--counter{border-radius:50px;padding:.3em .7em;margin:0 5px;color:#fff;font-weight:400;font-size:.8em;background-color:rgba(0,0,0,.53)}.ReadedArticles--meter{position:relative;margin:0 auto;width:50%;height:5px;background-color:rgba(0,0,0,.6)}.ReadedArticles--meter-main{position:absolute;top:0;left:0;width:0;height:100%;background-color:#fff;border-radius:50px}.red .Quiz{background-color:#aa1e2d}.lightRed .Quiz{background-color:#e6280f}.orange .Quiz{background-color:#f08c00}.yellow .Quiz{background-color:#ffc819}.grey70 .Quiz{background-color:#877873}.blue .Quiz{background-color:#006982}.lightBlue .Quiz{background-color:#0096c3}.green .Quiz{background-color:#00694b}.lightGreen .Quiz{background-color:#00965f}.black15 .Quiz{background-color:#d9d9d9}.purple .Quiz{background-color:#823273}.brown .Quiz{background-color:#965f37}.olive .Quiz{background-color:#786e1e}.lightOlive .Quiz{background-color:#afaf00}.Login{position:absolute;display:block;top:0;left:0;width:100%;height:100%;background-image:url("/img/bgloginhs.png");background-size:cover;background-position:bottom;background-repeat:no-repeat;margin:0 auto;text-align:center}.Login--inner{position:relative;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:$turq-blue}.Login--title{margin:0 auto}.Login--subtitle{margin:10px auto}.Login--logo-hs{position:absolute;top:15%;left:50%;background:$turq-blue;width:30px;height:30px;padding:10px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Login--form{display:block;width:250px;margin:0 auto}.Login--input{display:block;width:100%;height:2em;border-radius:50px;border:none;background-color:#e1e1e0;margin:10px auto;padding:0 1em;font-size:1em;text-align:center;color:#7b7b7b;-webkit-box-sizing:border-box;box-sizing:border-box;outline:none}.Login--input::-webkit-input-placeholder{color:#afafaf}.Login--input::-moz-placeholder{color:#afafaf}.Login--input::-ms-input-placeholder{color:#afafaf}.Login--input::placeholder{color:#afafaf}.Login--enter{display:block;width:100%;height:2em;border-radius:50px;border:none;background-color:$turq-blue;margin:10px auto;padding:0 1em;font-size:1em;color:#fff;outline:none;-webkit-box-sizing:border-box;box-sizing:border-box;cursor:pointer}.Login--link{font-size:.8em;text-decoration:underline;color:#b4b0b0}.Login--footer{position:absolute;left:50%;bottom:10px;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.SearchView{position:absolute;width:100%;margin:0 auto;top:0;z-index:2;-webkit-box-shadow:0 1px 20px 3px rgba(0,0,0,.4);box-shadow:0 1px 20px 3px rgba(0,0,0,.4);padding:1em 0;opacity:0;-webkit-animation:fadeIn .7s cubic-bezier(.165,.84,.44,1) .2s forwards;animation:fadeIn .7s cubic-bezier(.165,.84,.44,1) .2s forwards}.SearchView,.SearchView--input{background-color:#cdcdcd;text-align:center}.SearchView--input{border:none;width:60%;font-size:2em;outline:none}@media only screen and (max-width:415px){.SearchView--input{width:100%}}.SearchView--input::-webkit-input-placeholder{color:#8b8b8b}.SearchView--input::-moz-placeholder{color:#8b8b8b}.SearchView--input::-ms-input-placeholder{color:#8b8b8b}.SearchView--input::placeholder{color:#8b8b8b}.SearchView--results{position:relative;display:block;margin:0 auto;width:60%}@media only screen and (max-width:415px){.SearchView--results{width:100%}}.Result--item{position:relative;display:inline-block;width:calc(50% - 10px);max-width:450px;background-color:#fff;margin:5px;padding:.5em 0;border-radius:50px;cursor:pointer;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.Result--item-image{width:20px}body,html{margin:0;font-family:Open Sans,sans-serif;width:100%;height:100%}a{color:currentColor}a,a :active,a :focus,a:hover{text-decoration:none}#app{position:relative;width:100%;left:0;top:0;height:100%}#ChangeThemes{position:fixed;top:50%;-webkit-transform:translateY(-50%);transform:translateY(-50%);width:120px;height:auto;z-index:2;background-color:#eaeaea;text-align:center}@media only screen and (max-width:415px){#ChangeThemes{top:100%;-webkit-transform:translateY(-100px);transform:translateY(-100px)}}#ChangeThemes button{width:30px;height:30px;border:none;border-radius:0}#ChangeThemes .theme-title{font-weight:700;display:block;margin:10px auto}#ChangeThemes .theme-red{background-color:#aa1e2d}#ChangeThemes .theme-lightRed{background-color:#e6280f}#ChangeThemes .theme-orange{background-color:#f08c00}#ChangeThemes .theme-yellow{background-color:#ffc819}#ChangeThemes .theme-grey70{background-color:#877873}#ChangeThemes .theme-blue{background-color:#006982}#ChangeThemes .theme-lightBlue{background-color:#0096c3}#ChangeThemes .theme-green{background-color:#00694b}#ChangeThemes .theme-lightGreen{background-color:#00965f}#ChangeThemes .theme-black15{background-color:#d9d9d9}#ChangeThemes .theme-purple{background-color:#823273}#ChangeThemes .theme-brown{background-color:#965f37}#ChangeThemes .theme-olive{background-color:#786e1e}#ChangeThemes .theme-lightOlive{background-color:#afaf00}.NotFound{position:relative;float:left;height:90vh;width:100%;background-color:transparent}.not-content{position:absolute;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);text-align:center;max-width:350px}.bigSize{font-size:8em;margin:0}.AppMain{overflow:hidden;min-height:calc(100% - 160px)}[class*=g-signin2]{display:none}[class*="g-signin2 Login--enter"]{display:block}@-webkit-keyframes moveIn{0%{opacity:0;-webkit-transform:translateY(25%);transform:translateY(25%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes moveIn{0%{opacity:0;-webkit-transform:translateY(25%);transform:translateY(25%)}to{opacity:1;-webkit-transform:translateY(0);transform:translateY(0)}}@-webkit-keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}
/*# sourceMappingURL=app.front.css.map*/