body{background-color:#f8fbfa;}.container{position:relative;width:100%;height:100%;display:flex;flex-direction:column;justify-content:space-between;align-items:center;padding:0 20px;}.container-title{display:flex;flex-direction:column;justify-content:space-evenly;height:100%;}.title{display:flex;justify-content:center;align-items:center;width:100%;}.level{max-width:200px;height:auto;width:100%;}.navigation{width:100%;display:flex;justify-content:center;gap:100px;}.footer{display:flex;justify-content:flex-end;align-items:flex-end;width:100%;margin-bottom:10px;}.mascottes{display:flex;justify-content:center;align-items:baseline;width:33%;height:100%;max-height:100%;}.mascottes img{margin-right:20px;margin-left:20px;width:100%;max-width:150px;}.mascottes img:last-child{margin-right:20px;margin-left:20px;width:100%;max-width:200px;}.mdi{display:flex;justify-content:flex-end;align-items:center;width:33%;}.mdi img{width:100%;max-width:100px;}.mobile_title{display:none;}.hide{display:none;}@media screen and (max-width:768px){.header .cp{max-width:120px}.steps{width:100%}.step{width:45%;margin-bottom:30px;font-size:1rem!important}.footer{flex-direction:column;align-items:center}.footer .blank{display:none}.mascottes{width:100%;margin-bottom:20px}.mascottes img{max-width:15%}.mascottes img:last-child{max-width:25%;margin-right:0}.mdi{width:100%;justify-content:center;margin-top:20px}.mdi img{max-width:25%}}@media screen and (max-width:592px){.mobile_title{display:block;width:70%}.desktop_title{display:none}.footer .blank{display:none}.navigation{gap:0}}