:root{--primary-color:#1d1dff;--secondary-color:#001651;--tertiary-color:#5cc791;--quaternary-color:#eb613d;--aux-color:#ff6440;--text-color:#001651;--aux-text-color:#00165180;--text-secondary-color:#8f98b2;--background-color:#f2f3f6;--header-height:82px;--section-spacing:100px;--admin-primary-color:#011551;--admin-secondary-color:#ff2732;--admin-disabled-color:#676767;--admin-text-color:#001651;--admin-aux-text-color:#ffffff;--admin-text-color-secondary:#00165180;--admin-background-color:#f3f5f9;--admin-background-color-secondary:#001651;--admin-header-height:90px;--admin-aside-width:290px;--admin-mini-aside-width:80px;--admin-border-radius:12px}@media (max-width:1024px){:root{--header-height:72px;--section-spacing:72px}}*{box-sizing:border-box;font-family:Poppins,sans-serif!important}html{scroll-padding-top:var(--header-height);scroll-behavior:smooth}body,html{padding:0;margin:0}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6,p,span,ul{margin:0}ul{padding:0;list-style:none}button{padding:.5rem 1rem;font-weight:700}img{-webkit-user-select:none;-moz-user-select:none;user-select:none}@keyframes move{0%{transform:translate3d(18px,-8px,0)}to{transform:translate3d(4,8px,0)}}.animation--moving-smooth{animation-name:move;animation-duration:1.5s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate}@keyframes move-vertical{0%{transform:translate3d(0,-10px,0)}to{transform:translate3d(0,2px,0)}}.animation--moving-smooth-vertical{animation-name:move-vertical;animation-duration:1s;animation-iteration-count:infinite;animation-timing-function:ease-in-out;animation-direction:alternate}@keyframes shake-bottom{0%,to{transform:rotate(0deg);transform-origin:50% 100%}10%{transform:rotate(2deg)}20%,40%,60%{transform:rotate(-4deg)}30%,50%,70%{transform:rotate(4deg)}80%{transform:rotate(-2deg)}90%{transform:rotate(2deg)}}.animation--shake-bottom{animation:shake-bottom .8s cubic-bezier(.455,.03,.515,.955) 2s 2 both}@keyframes heartbeat{0%{transform:scale(1);transform-origin:center center;animation-timing-function:ease-out}10%{transform:scale(.91);animation-timing-function:ease-in}17%{transform:scale(.98);animation-timing-function:ease-out}33%{transform:scale(.87);animation-timing-function:ease-in}45%{transform:scale(1);animation-timing-function:ease-out}}.animation--heartbeat{animation:heartbeat 1.5s ease-in-out infinite both}@keyframes slide-out-bottom{0%{transform:translateY(0);opacity:1}to{transform:translateY(1000px);opacity:0}}.animation--slide-out-bottom{animation:slide-out-bottom .5s cubic-bezier(.55,.085,.68,.53) both}@keyframes glow{0%{filter:drop-shadow(0 0 2px #fff)}50%{filter:drop-shadow(0 0 16px #fff)}to{filter:drop-shadow(0 0 2px #fff)}}.animation--glow{animation:glow 2.5s infinite alternate}@keyframes wobble-hor-bottom{0%,to{transform:translateX(0);transform-origin:50% 50%}15%{transform:translateX(-30px) rotate(-6deg)}30%{transform:translateX(15px) rotate(6deg)}45%{transform:translateX(-15px) rotate(-3.6deg)}60%{transform:translateX(9px) rotate(2.4deg)}75%{transform:translateX(-6px) rotate(-1.2deg)}}.animation--wobble-hor-bottom{animation:wobble-hor-bottom .6s both}@keyframes jello-horizontal{0%{transform:scaleX(1)}30%{transform:scale3d(1.25,.75,1)}40%{transform:scale3d(.75,1.25,1)}50%{transform:scale3d(1.15,.85,1)}65%{transform:scale3d(.95,1.05,1)}75%{transform:scale3d(1.05,.95,1)}to{transform:scaleX(1)}}.animation--jello-horizontal{animation:jello-horizontal .7s both}