.fade-in{animation:fadeIn 1s ease-in-out}@keyframes fadeIn{from{opacity:0}to{opacity:1}}.fade-out{animation:fadeOut 1s ease-in-out}@keyframes fadeOut{from{opacity:1}to{opacity:0}}.moveLeftToRight{animation:slideInLeftToRight 2s forwards}@keyframes slideInLeftToRight{0%{transform:translateX(-100vw)}100%{transform:translateX(0)}}.moveRightToLeft{animation:slideInRightToLeft 2s forwards}@keyframes slideInRightToLeft{0%{transform:translateX(100vw)}100%{transform:translateX(0)}}.block{animation:appear linear;animation-timeline:view();animation-range:entry 0% cover 40%}@keyframes appear{from{opacity:0;scale:.5}to{opacity:1;scale:1}}@property --angle{syntax:"<angle>";initial-value:0deg;inherits:false}@keyframes spin{from{--angle:0deg}to{--angle:360deg}}.card-slider{margin:0 auto;padding:1em;width:300px;height:400px;background:#1c1f2b;text-align:center;border-radius:10px;position:relative;cursor:pointer;h2{font-weight:400;font-style:normal;font-variant:small-caps;background:linear-gradient(to right,#4A90E2,#7dd996);-webkit-background-clip:text;-webkit-text-fill-color:#fff0;letter-spacing:4px}p{font-weight:400;margin:0;padding:0;letter-spacing:4px}}.card-slider::after,.card-slider::before{content:'';position:absolute;height:101%;width:101%;background-image:conic-gradient(from var(--angle),#1c1f2b,#1c1f2b,#1c1f2b,#1c1f2b,#fff);top:50%;left:50%;translate:-50% -50%;z-index:-1;padding:3px;border-radius:10px;animation:none}.card-slider::before{filter:blur(1.5rem);opacity:.5}.card-slider:hover::after,.card-slider:hover::before{animation:3s spin linear infinite}.wrapper-logos{margin-inline:auto;position:relative;height:150px;overflow:hidden;mask-image:linear-gradient(to right,#fff0,rgb(0 0 0) 20%,rgb(0 0 0) 80%,#fff0)}@keyframes scrollLeftLogos{to{left:-150px}}.item{width:150px;height:150px;position:absolute;padding:10px;left:max(calc(150px * 9), 100%);animation-name:scrollLeftLogos;animation-duration:30s;animation-timing-function:linear;animation-iteration-count:infinite}.item1{animation-delay:calc(30s / 9 * (9 - 1) * -1)}.item2{animation-delay:calc(30s / 9 * (9 - 2) * -1)}.item3{animation-delay:calc(30s / 9 * (9 - 3) * -1)}.item4{animation-delay:calc(30s / 9 * (9 - 4) * -1)}.item5{animation-delay:calc(30s / 9 * (9 - 5) * -1)}.item6{animation-delay:calc(30s / 9 * (9 - 6) * -1)}.item7{animation-delay:calc(30s / 9 * (9 - 7) * -1)}.item8{animation-delay:calc(30s / 9 * (9 - 8) * -1)}.item9{animation-delay:calc(30s / 9 * (9 - 9) * -1)}