body,html{font-size:1rem}.d-flex{display:-webkit-box;display:-ms-flexbox;display:flex}.d-flex--between{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center}@media screen and (min-width:760px){.d-flex--between{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}}.grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.grid__col-3{width:100%;margin:25px 0}@media screen and (min-width:760px){.grid__col-3{width:calc(50% - 15px);margin-right:30px}.grid__col-3:last-of-type,.grid__col-3:nth-of-type(2){margin-right:0}}@media screen and (min-width:1140px){.grid__col-3{width:calc(33.33333% - 20px)}.grid__col-3:nth-of-type(2){margin-right:30px}}.wrapper{max-width:1145px;margin:0 auto;padding-left:20px;padding-right:20px}@media screen and (min-width:760px){.wrapper{padding-left:40px;padding-right:40px}}@media screen and (min-width:1140px){.wrapper{padding-left:100px;padding-right:100px}}.article-wrapper{max-width:945px;margin:0 auto;padding-left:20px;padding-right:20px}@media screen and (min-width:760px){.article-wrapper{padding-left:40px;padding-right:40px}}@media screen and (min-width:1140px){.article-wrapper{padding-left:100px;padding-right:100px}}img{max-width:100%;height:auto;display:block}.section__title{margin-bottom:10px;font-family:din,sans-serif;font-size:1.5rem;line-height:1.6875rem;font-weight:600}@media screen and (min-width:62.5rem){.section__title{font-size:2.25rem;line-height:2.53125rem}}@media screen and (min-width:760px){.section__title{margin-bottom:20px}}.section__subtitle{margin-bottom:20px;font-family:proxima,sans-serif;font-size:1.125rem;line-height:1.6875rem;font-weight:400}@media screen and (min-width:62.5rem){.section__subtitle{font-size:1.25rem;line-height:1.875rem}}@media screen and (min-width:760px){.section__subtitle{margin-bottom:50px}}.text-center{text-align:center}.section{margin-top:50px;margin-bottom:50px}@media screen and (min-width:760px){.section{margin-top:100px;margin-bottom:100px}}.section+.section{padding-top:50px;padding-bottom:50px}@media screen and (min-width:760px){.section+.section{padding-top:100px;padding-bottom:100px;margin:0}}.section--bg{background:#f6f6f6}@-webkit-keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUp{0%{opacity:0;-webkit-transform:translate3d(0,100%,0);transform:translate3d(0,100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInDown{0%{opacity:0;-webkit-transform:translate3d(0,-100%,0);transform:translate3d(0,-100%,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes fadeInUpSubtle{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes fadeInUpSubtle{0%{opacity:0;-webkit-transform:translate3d(0,100px,0);transform:translate3d(0,100px,0)}to{opacity:1;-webkit-transform:translateZ(0);transform:translateZ(0)}}.button,.button-basic,.button-outline,.button-secondary{display:inline-block;padding:0 16px;border-radius:5px;height:40px;line-height:40px;font-size:16px;font-weight:600;-webkit-font-smoothing:antialiased;-webkit-transition:.15s ease;-o-transition:.15s ease;transition:.15s ease;-webkit-transition-property:background-color border-color color;-o-transition-property:background-color border-color color;transition-property:background-color border-color color;text-align:center;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:#f69234;color:#fff;border:0 solid transparent}.button--sm{height:30px;line-height:30px}.button--lg{font-size:18px;padding:0 24px;height:40px;line-height:40px}.button--xlg{height:50px;line-height:50px}.button--xlg,.button--xxlg{font-size:20px;padding:0 32px}.button--xxlg{height:60px;line-height:60px}.button--marketing{font-size:20px;padding:0 60px;height:80px;line-height:80px}.button:hover{background:#c3660e}.button:active{background:#753e0a}.button:disabled{background:#ffdbb9}.button-secondary{background:#0099d6}.button-secondary:hover{background:#0a749e}.button-secondary:active{background:#084d68}.button-secondary:disabled{background:#b3e0f2}.button-basic{border:1px solid #ccc;background:-webkit-gradient(linear,left top,left bottom,from(#fff),to(#f9fafb));background:-webkit-linear-gradient(top,#fff,#f9fafb);background:-o-linear-gradient(top,#fff,#f9fafb);background:linear-gradient(180deg,#fff,#f9fafb);color:#0099d6}.button-basic:hover{background:#f6f6f6}.button-basic:active{background:#eee}.button-basic:disabled{border-color:#ddd;color:#ccc}.button-outline{border:1px solid #0099d6;background:#fff;color:#0099d6}.button-outline:hover{background:#0099d6;color:#fff}.button-outline:active{background:#0a749e;color:#fff}.button-outline:disabled{background:#fff;border-color:#b3e0f2;color:#b3e0f2}.progress-bar{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;background:#eee;width:200px;height:24px;line-height:24px;border-radius:3px;white-space:nowrap;overflow:hidden;-webkit-animation:fadeInUp 1s cubic-bezier(.694,0,.335,1) forwards;animation:fadeInUp 1s cubic-bezier(.694,0,.335,1) forwards}.progress-bar:before{content:attr(data-progress);position:absolute;top:0;left:0;width:100%;height:100%;font-size:14px;text-indent:40px;color:#333;white-space:nowrap;overflow:hidden}.progress-bar--sticky{position:fixed;top:63px;left:0;width:100%;height:5px;background:#999;border-radius:0;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.15);box-shadow:0 3px 7px 0 rgba(0,0,0,.15);z-index:100;opacity:0;-webkit-animation:fadeInDown 1s cubic-bezier(.694,0,.335,1) forwards;animation:fadeInDown 1s cubic-bezier(.694,0,.335,1) forwards}@media screen and (min-width:1024px){.progress-bar--sticky{top:74px}}.progress-bar--sticky .progress-bar__bar:after,.progress-bar--sticky:before{content:""}.progress-bar__bar{width:0;-webkit-transition:width .24s;-o-transition:width .24s;transition:width .24s}.progress-bar__bar,.progress-bar__bar:after{position:absolute;top:0;left:0;height:100%;background:#0099d6;color:#fff}.progress-bar__bar:after{content:attr(data-progress);width:100%;font-size:14px;overflow:hidden;text-indent:40px;-webkit-transition:width .7s cubic-bezier(.694,0,.335,1);-o-transition:width .7s cubic-bezier(.694,0,.335,1);transition:width .7s cubic-bezier(.694,0,.335,1)}.list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-ms-flex-direction:column;flex-direction:column}.list,.list--inline{-webkit-box-direction:normal}.list--inline{-webkit-box-orient:horizontal;-ms-flex-direction:row;flex-direction:row}.list__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.list__item--all-center{-webkit-box-align:center;-ms-flex-align:center;align-items:center}.accordion__item{display:-webkit-box;display:-ms-flexbox;display:flex;height:auto;overflow:hidden;border-bottom:2px solid #ccc;-webkit-transition:all .3s cubic-bezier(.694,0,.335,1);-o-transition:all .3s cubic-bezier(.694,0,.335,1);transition:all .3s cubic-bezier(.694,0,.335,1);padding:20px}@media screen and (min-width:760px){.accordion__item{padding-left:40px;padding-right:40px}}@media screen and (min-width:1140px){.accordion__item{padding-left:100px;padding-right:100px}}.accordion__item--complete{background:#eee}.accordion__item:hover:not(.accordion__item--complete){background:#f8f8f8}.accordion__item--closed .accordion__text-body,.accordion__item--closed ul{display:none;-webkit-transition:all .3s cubic-bezier(.694,0,.335,1);-o-transition:all .3s cubic-bezier(.694,0,.335,1);transition:all .3s cubic-bezier(.694,0,.335,1)}.accordion__item--closed.accordion__item--num-list .toggle-wrapper{-webkit-transform:translateY(4px);-ms-transform:translateY(4px);transform:translateY(4px)}.accordion__text{-webkit-box-flex:1;-ms-flex:1;flex:1;margin-top:2px}.accordion__num,.accordion__text-title{font-family:proxima,sans-serif;font-size:1.125rem;line-height:1.265625rem;font-weight:600;margin-top:-1px}@media screen and (min-width:760px){.accordion__num,.accordion__text-title{margin-top:1px}}.accordion__text-body{font-family:proxima,sans-serif;font-size:1rem;line-height:1.5rem;font-weight:400;display:block;opacity:1;visibility:visible;-webkit-transition:all .3s cubic-bezier(.694,0,.335,1);-o-transition:all .3s cubic-bezier(.694,0,.335,1);transition:all .3s cubic-bezier(.694,0,.335,1)}.accordion__toggle{width:24px;padding:0}.accordion__text-wrapper{display:block;overflow:visible;padding-right:20px;-webkit-transition:height .3s cubic-bezier(.694,0,.335,1);-o-transition:height .3s cubic-bezier(.694,0,.335,1);transition:height .3s cubic-bezier(.694,0,.335,1)}.accordion__text-wrapper ul{display:block;padding-left:20px;padding-top:12px}.accordion__text-wrapper li{margin-bottom:8px;list-style-type:disc}.accordion__item--num-list .checkbox__wrapper{width:36px;margin-right:0}@media screen and (min-width:760px){.accordion__item--num-list .checkbox__wrapper{margin-right:12px;width:48px}}.accordion__item--num-list .accordion__num{margin-right:4px}@media screen and (min-width:760px){.accordion__item--num-list .accordion__num{margin-right:16px}}.accordion__item--num-list .toggle-wrapper{display:none;padding:1px 0 6px 6px;-webkit-transition:-webkit-transform .3s cubic-bezier(.694,0,.335,1);transition:-webkit-transform .3s cubic-bezier(.694,0,.335,1);-o-transition:transform .3s cubic-bezier(.694,0,.335,1);transition:transform .3s cubic-bezier(.694,0,.335,1);transition:transform .3s cubic-bezier(.694,0,.335,1),-webkit-transform .3s cubic-bezier(.694,0,.335,1)}@media screen and (min-width:760px){.accordion__item--num-list .toggle-wrapper{display:block}}@media screen and (min-width:1140px){.accordion__item{padding:30px 40px}}.accordion__toggle{top:6px;width:19px;height:24px;position:relative}.accordion__toggle,.accordion__toggle:after,.accordion__toggle:before{cursor:pointer;-webkit-transition:all .3s cubic-bezier(.694,0,.335,1);-o-transition:all .3s cubic-bezier(.694,0,.335,1);transition:all .3s cubic-bezier(.694,0,.335,1)}.accordion__toggle:after,.accordion__toggle:before{content:"";position:absolute;background-color:#0099d6;width:14px;height:1px}.accordion__toggle:before{left:0;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}.accordion__toggle:after{right:0;-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg);-webkit-transform-origin:100% 0;-ms-transform-origin:100% 0;transform-origin:100% 0}.accordion__item--closed .accordion__toggle{transform:translateY(8px)}.accordion__item--closed .accordion__toggle:after{right:-1px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.accordion__item--closed .accordion__toggle:before{-webkit-transform:rotate(-45deg);-ms-transform:rotate(-45deg);transform:rotate(-45deg)}input[type=text]{font-family:proxima,sans-serif;font-size:1.125rem;line-height:1.6875rem;font-weight:400;font-weight:800;display:inline-block;padding-left:16px;border:1px solid #ccc;border-radius:5px;color:#333;-webkit-font-smoothing:antialiased;-webkit-transition:.15s ease;-o-transition:.15s ease;transition:.15s ease;-webkit-transition-property:background-color border-color color;-o-transition-property:background-color border-color color;transition-property:background-color border-color color;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-appearance:none;-moz-appearance:none;appearance:none}@media screen and (min-width:62.5rem){input[type=text]{font-size:1.25rem;line-height:1.875rem}}input[type=checkbox]{width:24px;height:24px;-webkit-appearance:checkbox;-moz-appearance:checkbox;appearance:checkbox}.eh-checkbox *,eh-checkbox *{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.eh-checkbox__native-input{height:0;width:0;display:none}.eh-checkbox__native-input:checked+.eh-checkbox__label .eh-checkbox__fake-box{border:10px solid #0099d6;-webkit-animation:shrink-bounce .2s cubic-bezier(.694,0,.335,1);animation:shrink-bounce .2s cubic-bezier(.694,0,.335,1)}.eh-checkbox__native-input:checked+.eh-checkbox__label .eh-checkbox__fake-box:before{content:"";position:absolute;top:0;left:-7px;border-right:3px solid transparent;border-bottom:3px solid transparent;border-radius:1px;-webkit-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg);-webkit-transform-origin:0 100%;-ms-transform-origin:0 100%;transform-origin:0 100%;-webkit-animation:checkbox-check .12s cubic-bezier(.694,0,.335,1) .36s forwards;animation:checkbox-check .12s cubic-bezier(.694,0,.335,1) .36s forwards}@media screen and (min-width:760px){.eh-checkbox__native-input:checked+.eh-checkbox__label .eh-checkbox__fake-box{border-width:12px}.eh-checkbox__native-input:checked+.eh-checkbox__label .eh-checkbox__fake-box:before{top:0;left:-8px}}.eh-checkbox__native-input:checked+.eh-checkbox__label .eh-checkbox__active-wrapper{height:100%}.eh-checkbox__label{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;color:#999;-webkit-transition:color .25s cubic-bezier(.694,0,.335,1);-o-transition:color .25s cubic-bezier(.694,0,.335,1);transition:color .25s cubic-bezier(.694,0,.335,1)}.eh-checkbox__label:hover .eh-checkbox__fake-box{background:#f6f6f6}.eh-checkbox__fake-box{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;margin-right:1em;width:20px;height:20px;background:transparent;border:1px solid #ccc;border-radius:3px;cursor:pointer;-webkit-transition:all .25s cubic-bezier(.694,0,.335,1);-o-transition:all .25s cubic-bezier(.694,0,.335,1);transition:all .25s cubic-bezier(.694,0,.335,1)}@media screen and (min-width:760px){.eh-checkbox__fake-box{width:24px;height:24px}}.eh-checkbox__active-wrapper{position:absolute;display:block;bottom:0;left:40px;height:0;width:100%;overflow:hidden;text-decoration:none;-webkit-transition:height .3s cubic-bezier(.694,0,.335,1);-o-transition:height .3s cubic-bezier(.694,0,.335,1);transition:height .3s cubic-bezier(.694,0,.335,1)}.eh-checkbox__active{position:absolute;bottom:4px;left:0;font-style:normal;color:#333}@-webkit-keyframes shrink-bounce{0%{-webkit-transform:scale(1);transform:scale(1)}33%{-webkit-transform:scale(.85);transform:scale(.85)}to{-webkit-transform:scale(1);transform:scale(1)}}@keyframes shrink-bounce{0%{-webkit-transform:scale(1);transform:scale(1)}33%{-webkit-transform:scale(.85);transform:scale(.85)}to{-webkit-transform:scale(1);transform:scale(1)}}@-webkit-keyframes checkbox-check{0%{width:0;height:0;border-color:#fff;-webkit-transform:translateZ(0) rotate(45deg);transform:translateZ(0) rotate(45deg)}33%{width:7px;height:0;-webkit-transform:translateZ(0) rotate(45deg);transform:translateZ(0) rotate(45deg)}to{width:7px;height:14px;border-color:#fff;-webkit-transform:translate3d(0,-14px,0) rotate(45deg);transform:translate3d(0,-14px,0) rotate(45deg)}}@keyframes checkbox-check{0%{width:0;height:0;border-color:#fff;-webkit-transform:translateZ(0) rotate(45deg);transform:translateZ(0) rotate(45deg)}33%{width:7px;height:0;-webkit-transform:translateZ(0) rotate(45deg);transform:translateZ(0) rotate(45deg)}to{width:7px;height:14px;border-color:#fff;-webkit-transform:translate3d(0,-14px,0) rotate(45deg);transform:translate3d(0,-14px,0) rotate(45deg)}}@media screen and (min-width:760px){@-webkit-keyframes checkbox-check{0%{width:0;height:0;border-color:#fff;-webkit-transform:translateZ(0) rotate(45deg);transform:translateZ(0) rotate(45deg)}33%{width:8px;height:0;-webkit-transform:translateZ(0) rotate(45deg);transform:translateZ(0) rotate(45deg)}to{width:8px;height:16px;border-color:#fff;-webkit-transform:translate3d(0,-16px,0) rotate(45deg);transform:translate3d(0,-16px,0) rotate(45deg)}}@keyframes checkbox-check{0%{width:0;height:0;border-color:#fff;-webkit-transform:translateZ(0) rotate(45deg);transform:translateZ(0) rotate(45deg)}33%{width:8px;height:0;-webkit-transform:translateZ(0) rotate(45deg);transform:translateZ(0) rotate(45deg)}to{width:8px;height:16px;border-color:#fff;-webkit-transform:translate3d(0,-16px,0) rotate(45deg);transform:translate3d(0,-16px,0) rotate(45deg)}}}.shake{animation:shake .82s cubic-bezier(.36,.07,.19,.97) both;transform:translateZ(0);backface-visibility:hidden;perspective:1000px}@keyframes shake{10%,90%{transform:translate3d(-1px,0,0)}20%,80%{transform:translate3d(2px,0,0)}30%,50%,70%{transform:translate3d(-4px,0,0)}40%,60%{transform:translate3d(4px,0,0)}}.folder{padding-left:0;padding-right:0}.folder:not(:last-of-type){margin-bottom:50px}@media screen and (min-width:1140px){.folder{max-width:1145px;margin:0 auto;padding-left:100px;padding-right:100px}}.folder__title{position:relative;background:#333;color:#fff;font-family:din,sans-serif;font-size:1.25rem;line-height:1.40625rem;font-weight:600;padding:20px;margin-bottom:0}@media screen and (min-width:62.5rem){.folder__title{font-size:1.5rem;line-height:1.6875rem}}@media screen and (min-width:760px){.folder__title{padding-left:40px;padding-right:40px}}@media screen and (min-width:1140px){.folder__title{padding-left:100px;padding-right:100px;display:inline-block;height:50px;line-height:52px;padding:0 8px 0 40px}}@media screen and (min-width:1140px){.folder__title:after{content:"";position:absolute;top:0;right:-40px;width:0;height:0;border-color:transparent transparent #333 #333;border-style:solid;border-width:0 40px 50px 0;z-index:10}}.folder__body{border-top:2px solid #333}.cta-group{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.cta-group__input{height:60px;line-height:60px;margin-bottom:10px}.cta-group__input::-webkit-input-placeholder{font-weight:400}.cta-group__input:-ms-input-placeholder{font-weight:400}.cta-group__input::-ms-input-placeholder{font-weight:400}.cta-group__input::placeholder{font-weight:400}.cta-group input:nth-child(2){margin-bottom:20px}.cta-group .button{height:60px;line-height:60px}@media screen and (min-width:760px){.cta-group__input{height:76px;line-height:76px}.cta-group .button{height:80px;line-height:80px}.cta-group{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row}.cta-group input:first-child,.cta-group input:last-child{-ms-flex-preferred-size:200px;flex-basis:200px}.cta-group input:nth-child(2){-ms-flex-preferred-size:320px;flex-basis:320px;border-radius:0;border-left:0}.cta-group input:first-child{border-radius:5px 0 0 5px}.cta-group input:last-child{border-radius:0 5px 5px 0;-webkit-box-shadow:none;box-shadow:none}}.section__cta .article-wrapper{max-width:380px}@media screen and (min-width:760px){.section__cta .article-wrapper{max-width:80%}}*{border-box:content-box}body{height:100vh;width:100vw}.hero,body{position:relative}.hero{height:240px;background:#33b08d;-webkit-box-shadow:0 3px 7px 0 rgba(0,0,0,.15);box-shadow:0 3px 7px 0 rgba(0,0,0,.15);overflow:hidden}.hero__image{position:absolute;bottom:-300px;left:0;width:140%;padding-left:5%;-webkit-animation:fadeInUpSubtle 1s cubic-bezier(.694,0,.335,1);animation:fadeInUpSubtle 1s cubic-bezier(.694,0,.335,1)}@media screen and (min-width:500px){.hero__image{bottom:-280px;width:100%}}@media screen and (min-width:760px){.hero{height:360px}.hero__image{bottom:-260px}}@media screen and (min-width:1140px){.hero{height:500px}}@media screen and (min-width:1500px){.hero__image{padding-left:0}}.intro{margin-top:50px;margin-bottom:80px}.intro__title{font-family:din,sans-serif;font-size:2rem;line-height:2.25rem;font-weight:600;margin-bottom:20px}@media screen and (min-width:62.5rem){.intro__title{font-size:3rem;line-height:3.375rem}}.intro__subheading{font-family:proxima,sans-serif;font-size:1.125rem;line-height:1.6875rem;font-weight:400}@media screen and (min-width:62.5rem){.intro__subheading{font-size:1.25rem;line-height:1.875rem}}.list__item{width:48px;height:48px}@media screen and (min-width:760px){.list__item{width:auto;margin-right:30px}}.actions .list{margin-bottom:15px}.actions .progress-bar{margin-bottom:45px}@media screen and (min-width:760px){.actions{margin-bottom:30px}.actions .list,.actions .progress-bar{margin-bottom:0}}@media screen and (min-width:1100px){.grid__col-3{width:calc(33.33333% - 66.66667px)}.grid__col-3:not(:last-of-type){margin-right:100px}}.video{position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-bottom:12px}.video__play-icon{display:table-cell;position:absolute;top:50%;left:50%;width:50px;height:50px;margin:-25px 0 0 -25px;opacity:1;cursor:pointer;z-index:20;-webkit-transition:opacity .24s cubic-bezier(.694,0,.335,1),-webkit-transform .24s cubic-bezier(.694,0,.335,1);transition:opacity .24s cubic-bezier(.694,0,.335,1),-webkit-transform .24s cubic-bezier(.694,0,.335,1);-o-transition:opacity .24s cubic-bezier(.694,0,.335,1),transform .24s cubic-bezier(.694,0,.335,1);transition:opacity .24s cubic-bezier(.694,0,.335,1),transform .24s cubic-bezier(.694,0,.335,1);transition:opacity .24s cubic-bezier(.694,0,.335,1),transform .24s cubic-bezier(.694,0,.335,1),-webkit-transform .24s cubic-bezier(.694,0,.335,1)}.video__play-icon:hover{opacity:1;-webkit-transform:scale(1.15);-ms-transform:scale(1.15);transform:scale(1.15)}.video-description,.video-title{max-width:248px;margin:0 auto;text-align:center}.video-title{font-size:1.125rem;line-height:1.6875rem;font-weight:400;font-weight:600}.video-description,.video-title{font-family:proxima,sans-serif;margin-bottom:0}.video-description{font-size:1rem;line-height:1.5rem;font-weight:400}.video__screenshot{position:relative;width:248px;height:138px;background:#ccc;overflow:hidden}.video__screenshot-inner{position:relative;width:100%;height:100%;background:#ccc 50% no-repeat;background-size:cover;transition:transform 3s cubic-bezier(.694,0,.335,1);transform-origin:right bottom}.video__screenshot-inner:after{content:"";position:absolute;width:100%;height:100%;background:rgba(0,0,0,.05);z-index:10}.video__screenshot-inner--how-to{background-image:url(//static.cm.ehealthinsurance.com/smb-client/asset/app-overview-5658c5a08d.png)}.video__screenshot-inner--required-docs{background-image:url(//static.cm.ehealthinsurance.com/smb-client/asset/docs-you-need-bd9ae9d0bb.png)}.video__screenshot-inner--employees{background-image:url(//static.cm.ehealthinsurance.com/smb-client/asset/employee-app-0e2abc829f.png)}.video:hover .video__screenshot-inner{transform:scale(1.2)}.video__time-duration{position:absolute;bottom:4px;right:4px;background:#333;color:#fff;font-size:11px;padding:1px 3px;border-radius:3px;letter-spacing:1px}@media screen and (min-width:1140px){.video-description,.video-title{text-align:left}}@page{size:legal}@media print{.actions .list,.hero,.section:not(.intro),footer,header{display:none}}.census-info{display:flex;flex-direction:column;width:100%;max-width:460px;margin:0 auto}.census-info,.census-info-wrap{position:relative}.census-info__error{display:none;position:absolute;width:100%;left:0;bottom:-40px;color:#bf0711;text-align:center;animation:fadeInUp 1s cubic-bezier(.694,0,.335,1) forwards;font-size:18px}.census-info__error.active{display:block}.census-info li{flex:1;background:#fff;position:relative;margin-bottom:25px;font-size:20px;transition:transform .3s cubic-bezier(.694,0,.335,1)}.census-info li.error label{color:#bf0711;animation:shake .82s cubic-bezier(.36,.07,.19,.97) both}.census-info li.error input{border-color:#bf0711}.census-info li.active:not(.error) label{transform:translateY(-20px) scale(.8);color:#999}.census-info label{position:absolute;left:20px;top:25px;line-height:30px;font-size:20px;color:#333;margin:0;transition:all .3s cubic-bezier(.694,0,.335,1);transform-origin:0 0;cursor:pointer}.census-info label span{font-size:14px}.census-info input{width:100%;padding:25px 20px 5px;line-height:30px;border:0;color:#333;font-size:36px!important;height:80px;transition:all .3s cubic-bezier(.694,0,.335,1)}.census-info input[type=text]{border:1px solid #ccc}.census-info input:focus+label{transform:translateY(-20px) scale(.8);color:#999}.census-info .action-btn{display:block;padding:18px 32px;line-height:44px;border-radius:5px;text-align:center;cursor:pointer;transition:background .3s cubic-bezier(.694,0,.335,1)}.census-info .action-btn.disabled{opacity:1;background-color:#f9bd88;pointer-events:none}.census-info .action-btn.loading .loading-ring{display:inline-block;transition:.3s}@media screen and (min-width:760px){.census-info{flex-direction:row;max-width:900px;margin:0 auto}.census-info .action-btn{border-radius:0 5px 5px 0}.census-info li:first-child,.census-info li:first-child input{border-top-left-radius:5px;border-bottom-left-radius:5px}.census-info li:first-child input{border-radius:5px 0 0 5px}.census-info li:nth-of-type(2){flex:1.5;text-align:left;border-left:none}.census-info li:nth-of-type(2).error{border-left:1px solid #bf0711}.census-info li:nth-of-type(2) input{width:100%;border-left:none;border-radius:0}.census-info li:last-child{background:transparent;max-width:226px}}.loading-ring{display:none;margin:8px 0 0;float:left;width:22px;height:22px;transition:.3s}.loading-ring div{box-sizing:border-box;display:block;position:absolute;width:22px;height:22px;margin:2px;border-radius:50%;animation:loading-ring 1.2s cubic-bezier(.5,0,.5,1) infinite;border:2px solid transparent;border-top-color:#fff}.loading-ring div:first-child{animation-delay:-.45s}.loading-ring div:nth-child(2){animation-delay:-.3s}.loading-ring div:nth-child(3){animation-delay:-.15s}@keyframes loading-ring{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.section+.section{padding:25px 0}.list__item{cursor:pointer}.list__item a{line-height:0}.section+.section--bg{margin-bottom:100px}.user-steps--completed .progress-bar.progress-bar--sticky{display:none}.video-player{position:fixed;top:0;bottom:0;left:0;right:0;background-color:#000;z-index:9999;display:none}.video-player .video-player-content,.video-player iframe{width:100%;height:100%}.video-player .video-close-button{position:fixed;top:0;right:0;display:block;width:60px;height:60px;background:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMCIgaGVpZ2h0PSIyMCI+PHBhdGggZmlsbD0iI2ZmZiIgZD0iTTExLjQgMTBsNi4zLTYuM2MuNC0uNC40LTEgMC0xLjRzLTEtLjQtMS40IDBMMTAgOC42IDMuNyAyLjNjLS40LS40LTEtLjQtMS40IDBzLS40IDEgMCAxLjRMOC42IDEwbC02LjMgNi4zYy0uNC40LS40IDEgMCAxLjRzMSAuNCAxLjQgMGw2LjMtNi4zIDYuMyA2LjNjLjQuNCAxIC40IDEuNCAwcy40LTEgMC0xLjRMMTEuNCAxMHoiLz48cGF0aCBkPSJNMTcgMmMuMyAwIC41LjEuNy4zLjQuNC40IDEgMCAxLjRMMTEuNCAxMGw2LjMgNi4zYy40LjQuNCAxIDAgMS40LS4yLjItLjQuMy0uNy4zLS4zIDAtLjUtLjEtLjctLjNMMTAgMTEuNGwtNi4zIDYuM2MtLjIuMi0uNC4zLS43LjNzLS41LS4xLS43LS4zYy0uNC0uNC0uNC0xIDAtMS40TDguNiAxMCAyLjMgMy43Yy0uNC0uNC0uNC0xIDAtMS40LjItLjIuNC0uMy43LS4zcy41LjEuNy4zTDEwIDguNmw2LjMtNi4zYy4yLS4yLjQtLjMuNy0uM20wLTFjLS41IDAtMSAuMi0xLjQuNkwxMCA3LjIgNC40IDEuNkM0IDEuMiAzLjUgMSAzIDFzLTEgLjItMS40LjZjLS44LjgtLjggMiAwIDIuOEw3LjIgMTBsLTUuNiA1LjZjLS44LjgtLjggMiAwIDIuOC40LjQuOS42IDEuNC42czEtLjIgMS40LS42bDUuNi01LjYgNS42IDUuNmMuNC40LjkuNiAxLjQuNi41IDAgMS0uMiAxLjQtLjYuOC0uOC44LTIgMC0yLjhMMTIuOCAxMGw1LjYtNS42Yy44LS44LjgtMiAwLTIuOC0uNC0uNC0uOS0uNi0xLjQtLjZ6IiBvcGFjaXR5PSIuMSIvPjwvc3ZnPg==") 50% no-repeat}input[type=checkbox]{display:none!important}input[type=checkbox]+label{display:block!important;margin:0!important}.ifp-message{background-color:#fff;min-height:40px;border-radius:5px;position:absolute;top:100px;border:1px solid #ddd;padding:16px 20px;box-shadow:0 1px 4px 0 rgba(0,0,0,.2);opacity:0;margin:0 22px;z-index:-99999;transition:opacity .3s ease}.ifp-message.show{opacity:1;z-index:10;transition:opacity .4s ease}.ifp-message p{margin-bottom:0!important;text-shadow:none!important;color:#333;font-size:16px!important;padding-bottom:0!important;text-align:left!important}.ifp-message .arrow-top{width:20px;height:20px;border-left:1px solid #ddd;border-top:1px solid #ddd;transform:rotate(45deg);background:#fff;position:absolute;left:50%;top:-10px;margin-left:-10px;z-index:10}.ifp-message a{color:#333;border-bottom:1px solid #333}.ifp-message a:hover{color:#0099d6;border-color:#0099d6}.has-ifp-msg .employee-num-wrap{position:relative}.has-ifp-msg .employee-num-wrap:before{content:"";position:absolute;bottom:0;left:0;width:100%;height:1px;border-top:2px solid #e21a23}.has-ifp-msg .employee-num-wrap:after{background-color:#fdeaeb!important;border-bottom:1px solid #e21a23}.has-ifp-msg .employee-num-wrap .employee-num{background-color:#fdeaeb}@media screen and (max-width:1024px){.ifp-message{margin:0 12px}}@media screen and (max-width:768px){.ifp-message{margin:0}}@media screen and (max-width:767px){.ifp-message{top:200px}}