body{margin:0;padding:0;font-family:sans-serif}.container{width:100%;height:100%;min-height:1050px}.container.dark{background-color:#1b1e21}.container.dark.purple{color:#947cb0;border-color:#947cb0}.container.dark.purple .circle{background-color:#947cb0;border-color:#947cb0}.container.dark.green{color:#6c9;border-color:#6c9}.container.dark.green .circle{background-color:#6c9;border-color:#6c9}.container.dark.red{color:#d64541;border-color:#d64541}.container.dark.red .circle{background-color:#d64541;border-color:#d64541}.container.dark.blue{color:#5c97bf;border-color:#5c97bf}.container.dark.blue .circle{background-color:#5c97bf;border-color:#5c97bf}.container.light{background-color:#f2f1ef}.container.light.purple{color:#674172;border-color:#674172}.container.light.purple .circle{background-color:#674172;border-color:#674172}.container.light.green{color:#1e824c;border-color:#1e824c}.container.light.green .circle{background-color:#1e824c;border-color:#1e824c}.container.light.red{color:#96281b;border-color:#96281b}.container.light.red .circle{background-color:#96281b;border-color:#96281b}.container.light.blue{color:#446cb3;border-color:#446cb3}.container.light.blue .circle{background-color:#446cb3;border-color:#446cb3}.content{width:90%;max-width:950px;margin:0 auto;padding:20px}.content,.content .top{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.content .top .title{font-size:23pt;font-weight:400}.content .top .sub-title{font-size:14pt;font-weight:100}.content .top .top-row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex:1 1;flex:1 1;margin:15px 0 25px}.content .top .top-row .item{-ms-flex:1 1;flex:1 1}.content .top .top-row .item.center{text-align:center}.content .top .top-row .item.right{text-align:right}.content .bottom{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.content .bottom .header{font-size:20pt;text-transform:uppercase;border-bottom:2px solid}.content .bottom .left,.content .bottom .left .segment,.content .bottom .right,.content .bottom .right .segment{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.content .bottom .left .segment .row,.content .bottom .right .segment .row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:space-between;align-items:space-between}.content .bottom .left .segment .row .circles,.content .bottom .right .segment .row .circles{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex:1 1;flex:1 1;-ms-flex-pack:end;justify-content:flex-end}.content .bottom .left .segment .row .circles .circle,.content .bottom .right .segment .row .circles .circle{height:14px;width:14px;border-radius:50%;margin:3px;border:2px solid}.content .bottom .left .segment .row .circles .circle.empty,.content .bottom .right .segment .row .circles .circle.empty{background:transparent}.content .bottom .left{-ms-flex:4 1;flex:4 1;margin-right:50px}.content .bottom .right{-ms-flex:3 1;flex:3 1}.content{position:relative}.content:after,.content:before{-webkit-box-sizing:inherit;box-sizing:inherit;content:"";position:absolute;width:100%;height:100%}.border{-webkit-transition:color .5s;-o-transition:color .5s;transition:color .5s}.border:after,.border:before{border:2px solid transparent;width:0;height:0}.border:after,.border:before{top:0;left:0}.border.animate:after,.border.animate:before{width:100%;height:100%}.border.animate:before{-webkit-transition:width .5s ease-out,height .5s ease-out .5s;-o-transition:width .5s ease-out,height .5s ease-out .5s;transition:width .5s ease-out,height .5s ease-out .5s}.border.animate:after{-webkit-transition:border-color 0s ease-out .5s,width .5s ease-out 1s,height .5s ease-out 1.5s;-o-transition:border-color 0s ease-out .5s,width .5s ease-out 1s,height .5s ease-out 1.5s;transition:border-color 0s ease-out .5s,width .5s ease-out 1s,height .5s ease-out 1.5s}.border.animate:before{border-top-color:inherit;border-right-color:inherit}.border.animate:after{border-bottom-color:inherit;border-left-color:inherit;-webkit-transition:height .5s ease-out,width .5s ease-out .5s;-o-transition:height .5s ease-out,width .5s ease-out .5s;transition:height .5s ease-out,width .5s ease-out .5s}.radio-container{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}.radio-container .radio{display:block;position:relative;height:30px;width:30px;cursor:pointer;font-size:22px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;margin:15px}.radio-container .radio:first-child{margin-top:7px}.radio-container .radio input{position:absolute;opacity:0}.radio-container .radio-button{position:absolute;top:0;left:0;height:30px;width:30px;border-radius:50%;-webkit-transition:.3s;-o-transition:.3s;transition:.3s}.radio-container .radio-button:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1)}.radio-container .radio-button:active{-webkit-filter:brightness(.85);filter:brightness(.85)}.switch-container{display:-ms-flexbox;display:flex;-ms-flex-pack:end;justify-content:flex-end}.switch-container .switch{position:relative;display:inline-block;width:60px;height:34px;margin:20px 0;-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.switch-container .switch input{display:none}.switch-container .switch input:checked+.slider{background-color:#f2f1ef}.switch-container .switch input:focus+.slider{-webkit-box-shadow:0 0 1px #f2f1ef;box-shadow:0 0 1px #f2f1ef}.switch-container .switch input:checked+.slider:before{-webkit-transform:translateX(26px);-ms-transform:translateX(26px);transform:translateX(26px)}.switch-container .switch .slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#1b1e21;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;border-radius:34px}.switch-container .switch .slider:before{position:absolute;content:"";height:26px;width:26px;left:4px;bottom:4px;-webkit-transition:.4s;-o-transition:.4s;transition:.4s;border-radius:50%}.light .slider:before{background-color:#f2f1ef}.light .radio-button.purple{background-color:#674172}.light .radio-button.green{background-color:#1e824c}.light .radio-button.red{background-color:#96281b}.light .radio-button.blue{background-color:#446cb3}.dark .slider:before{background-color:#1b1e21}.dark .radio-button.purple{background-color:#947cb0}.dark .radio-button.green{background-color:#6c9}.dark .radio-button.red{background-color:#d64541}.dark .radio-button.blue{background-color:#5c97bf}
/*# sourceMappingURL=main.089b76e6.css.map*/