em{font-style:normal}label:hover input[type="radio"]+span,label:hover input[type="checkbox"]+span:before{}label:active input[type="radio"]+span,label:active input[type="checkbox"]+span:before{}label input[type="checkbox"]{opacity:0;width:0;height:0;position:absolute;top:0;left:0}label input[type="checkbox"]+input+span{display:inline-flex;position:relative;justify-content:center;align-items:center;position:relative;width:20px;height:20px;border-radius:2px;margin-right:10px;border:2px solid #aaa}label input[type="checkbox"]+input+span:before{content:"";border-radius:100%;position:absolute;top:50%;left:50%;width:22px;height:22px;-webkit-transform:translatex(-50%) translatey(-50%);transform:translatex(-50%) translatey(-50%)}label input[type="checkbox"]+input+span>span{height:100%;width:100%}label input[type="checkbox"]+input+span>span .checkmark-path{stroke-width:3px;stroke-dasharray:30;stroke-dashoffset:30}label input[type="checkbox"]+input+span>span:before{content:"";border-radius:100%;position:absolute;top:50%;left:50%;width:13px;height:13px;-webkit-transform:translate(-50%,-50%) scale3d(0,0,1);transform:translate(-50%,-50%) scale3d(0,0,1);transition:all .25s ease}label input[type="checkbox"]:checked+input+span{border-color:#4b5ff7;background-color:#4b5ff7}label input[type="checkbox"]:checked+input+span>span:before{-webkit-transform:translate(-50%,-50%) scale3d(1,1,1);transform:translate(-50%,-50%) scale3d(1,1,1);-webkit-animation:shadow-pulse-center .25s ease;animation:shadow-pulse-center .25s ease}label input[type="checkbox"]:checked+input+span>span .checkmark-path{-webkit-animation:checkdash .25s linear forwards;animation:checkdash .25s linear forwards}label input[type="checkbox"]:focus+input+span:before{}label input[type="radio"]{opacity:0;width:0;height:0;position:absolute;top:0;left:0}label input[type="radio"]+span{display:inline-flex;justify-content:center;align-items:center;position:relative;width:22px;height:22px;margin-right:10px;border-radius:100%;border:2px solid #aaa}label input[type="radio"]+span>span{border-radius:100%;width:13px;height:13px;-webkit-transform:scale3d(.1,.1,1);transform:scale3d(.1,.1,1);transition:all .25s ease}label input[type="radio"]:checked+span{border-color:#4b5ff7}label input[type="radio"]:checked+span>span{background-color:#4b5ff7;-webkit-transform:scale3d(1,1,1);transform:scale3d(1,1,1);display:block;-webkit-animation:shadow-pulse .25s ease;animation:shadow-pulse .25s ease}label input[type="radio"]:focus+span{}@-webkit-keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,.06)}60%{box-shadow:0 0 0 15px rgba(0,0,0,.2)}100%{box-shadow:0 0 0 15px rgba(0,0,0,.06)}}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 rgba(0,0,0,.06)}60%{box-shadow:0 0 0 15px rgba(0,0,0,.2)}100%{box-shadow:0 0 0 15px rgba(0,0,0,.06)}}@-webkit-keyframes shadow-pulse-center{0%{background-color:rgba(0,0,0,.06);box-shadow:0 0 0 0 rgba(0,0,0,.06)}60%{background-color:rgba(0,0,0,.2);box-shadow:0 0 0 15px rgba(0,0,0,.2)}100%{background-color:rgba(0,0,0,.06);box-shadow:0 0 0 15px rgba(0,0,0,.06)}}@keyframes shadow-pulse-center{0%{background-color:rgba(0,0,0,.06);box-shadow:0 0 0 0 rgba(0,0,0,.06)}60%{background-color:rgba(0,0,0,.2);box-shadow:0 0 0 15px rgba(0,0,0,.2)}100%{background-color:rgba(0,0,0,.06);box-shadow:0 0 0 15px rgba(0,0,0,.06)}}@-webkit-keyframes checkdash{from{stroke-dashoffset:30}to{stroke-dashoffset:0}}@keyframes checkdash{from{stroke-dashoffset:30}to{stroke-dashoffset:0}}.w3-animate-left{position:relative;animation:animateleft .4s}@keyframes animateleft{from{left:-150px;opacity:0}to{left:0;opacity:1}}.w3-animate-right{position:relative;animation:animateright .4s}@keyframes animateright{from{right:-150px;opacity:0}to{right:0;opacity:1}}body{background-image:url("../Assets/Images/background.jpg")!important;background-color:#ccc!important;background-size:100%!important;overflow:hidden!important}