html{font-size:14px;min-height:100%}:root{--color-primary: #1b6ec2;--color-secondary: #2c2f33;--color-tertiary: #b1b3b5;--color-quaternary: #727f8d;--color-quinary: #c6c6c6;--color-senary: #aaaaaa;--color-septenary: #383838;--color-octonary: #4CAF50;--color-nonary: #45a049;--color-denary: #aaaaaa;--color-red: red;--color-black: black;--color-white: white;--color-gray: gray;--color-lightgray: lightgray}*{margin:0;padding:0;box-sizing:border-box;text-decoration:none;list-style:none}body{margin-bottom:1rem;width:100%}body,html{margin:0;padding:0;overflow-x:hidden;color:var(--color-black)!important}@media(min-width:768px){html{font-size:16px}}.loader-container{display:flex;justify-content:center;align-items:center;height:100vh;background-color:#67c56e;z-index:9999;position:fixed;top:0;left:0;width:100%;overflow:hidden}.loader{--cell-size: 15px;--cell-spacing: .5px;--cells: 3;--total-size: calc(var(--cells) * (var(--cell-size) + 2 * var(--cell-spacing)));display:flex;flex-wrap:wrap;width:var(--total-size);height:var(--total-size)}.cell{flex:0 0 var(--cell-size);margin:var(--cell-spacing);background-color:transparent;box-sizing:border-box;border-radius:4px;animation:1.5s ripple ease infinite}.cell.d-1{animation-delay:.1s}.cell.d-2{animation-delay:.2s}.cell.d-3{animation-delay:.3s}.cell.d-4{animation-delay:.4s}.cell:nth-child(1){--cell-color: #f1f1f1}.cell:nth-child(2){--cell-color: #ffffff}.cell:nth-child(3){--cell-color: #ffffff}.cell:nth-child(4){--cell-color: #ffffff}.cell:nth-child(5){--cell-color: #ffffff}.cell:nth-child(6){--cell-color: #ffffff}.cell:nth-child(7){--cell-color: #ffffff}.cell:nth-child(8){--cell-color: #ffffff}.cell:nth-child(9){--cell-color: #ffffff}@keyframes ripple{0%{background-color:transparent}30%{background-color:var(--cell-color)}60%{background-color:transparent}to{background-color:transparent}}
