.header{background:#151515;width:100%;display:flex;justify-content:last baseline;border-top:5px solid #cc0036}.social-media{display:flex;align-items:center;gap:8px;height:fit-content;grid-column:11/13;justify-self:end;align-self:center}.anchor{border-radius:8px;width:48px;height:48px;padding:12px;display:flex;justify-content:center;align-items:center;img{width:15px;height:15px}@media (max-width:700px){height:40px;width:40px}}header{transition:transform .3s ease,opacity .3s ease}header.show{transform:translateY(0);opacity:1}header:not(.show){transform:translateY(-100%);opacity:0}.corte{clip-path:polygon(-17% -3%,50% 7%,114% -4%,99% 102%,50% 92%,1% 103%);border-radius:12px 12px}.cta,.wrapper{display:flex;justify-content:center}.cta{align-items:center;padding:10px 45px;text-decoration:none;font-family:Inter,sans-serif;font-size:18px;font-weight:700;color:#cc0036;background:#ffff;transition:3s;box-shadow:6px 6px 0 black;transform:skewX(-15deg)}.cta:focus{outline:none}.cta:hover{transition:.5s;box-shadow:10px 10px 0 #cc0036}.cta span:nth-child(2){transition:.5s;margin-right:0}.cta:hover span:nth-child(2){transition:.5s;margin-right:45px}span{transform:skewX(15deg)}span:nth-child(2){width:20px;margin-left:0;position:relative;top:12%}path.one{transition:.4s;transform:translateX(-60%)}path.two{transition:.5s;transform:translateX(-30%)}.cta:hover path.three{animation:color_anim 2s .5s infinite}.cta:hover path.one{transform:translateX(0);animation:color_anim 2s .6s infinite}.cta:hover path.two{transform:translateX(0);animation:color_anim 2s .4s infinite}@keyframes color_anim{0%{fill:white}50%{fill:#cc0036}to{fill:white}}.infinity{overflow-x:hidden;width:100%}.loop{display:flex;width:max-content;gap:8px;animation-name:loop;animation-timing-function:linear;animation-iteration-count:infinite;animation-direction:normal;animation-duration:60s}@keyframes loop{0%{transform:translateX(0)}to{transform:translateX(-50%)}}.edit{box-shadow:8px 134px 76px -62px black;margin-top:24px}.edit,.edit-mobile{filter:brightness(.8)}.edit-mobile{box-shadow:0 88px 70px -7px black;margin-top:32px}.cheering{filter:brightness(.8);opacity:20%;margin-top:-80px}.z{position:absolute;top:30px;right:172px}@media (min-width:425px){.z{top:32px;right:183px}}@media (max-width:1200px){.z{display:none}}