.marquee{background:linear-gradient(90deg,rgba(0,2,29,.9) .01%,rgba(0,60,169,.9) 50%,rgba(0,2,29,.9) 99.99%);padding:.75rem 0;overflow:hidden}.marquee__slider{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;align-items:center;gap:14px;position:relative;animation:slidingText 7s linear infinite}@media screen and (min-width:768px){.marquee__slider{animation-duration:15s}}@media screen and (min-width:1280px){.marquee__slider{animation-duration:30s}}.marquee__slider-item{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;align-items:center;gap:14px}.marquee__wrapper{width:100vw;position:relative;overflow:hidden;margin:0 0 3rem;box-shadow:0 42.213px 43.936px 0 #000}.marquee__wrapper.--horizontal{margin:3rem 0}@media screen and (min-width:1024px){.marquee__wrapper.--horizontal{-webkit-transform:rotate(0deg) translateX(-50%);transform:rotate(0deg) translateX(-50%)}}@media screen and (min-width:1024px){.marquee__wrapper{width:110vw;margin-bottom:8rem;position:relative;left:50%;-webkit-transform:rotate(7deg) translateX(-50%);transform:rotate(7deg) translateX(-50%)}}@media screen and (min-width:1280px){.marquee__wrapper{width:110%;margin-bottom:0 0 7rem}.marquee__wrapper::before{content:"";display:block;width:147px;height:100%;background:linear-gradient(80deg,#040404 6.73%,rgba(1,8,14,0) 91.93%);position:absolute;left:-2px;top:0;z-index:5}.marquee__wrapper::after{content:"";display:block;width:147px;height:100%;background:linear-gradient(80deg,#040404 6.73%,rgba(1,8,14,0) 91.93%);position:absolute;right:-2px;top:0;-webkit-transform:rotate(180deg);transform:rotate(180deg);z-index:5}}.marquee__text{display:-webkit-box;display:-webkit-flex;display:flex;-webkit-box-align:center;align-items:center;gap:14px}.marquee__text-description{color:#FFF;font-family:"Chakra Petch",sans-serif;font-size:2rem;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase}.marquee__text-description:first-child{margin-left:.625rem;min-width:225px}.marquee__text-description .--highlight{font-family:"Chakra Petch",sans-serif;color:#2BDEFD;font-weight:700}.marquee__text-description-smaller{color:#FFF;font-family:"Encode Sans",sans-serif;font-size:1rem;font-style:normal;font-weight:500;line-height:normal;text-transform:uppercase;min-width:200px}.marquee__text-description-smaller .--year-highlight{color:#7FBAF4}.marquee__text-description-smaller .--chakra-petch{font-family:"Chakra Petch",sans-serif;color:#FFF;font-size:.875rem;font-weight:400}.marquee__separator{color:#7FBAF4;text-align:center;font-family:"Chakra Petch";font-size:3rem;font-style:normal;font-weight:500;line-height:normal}.marquee__wrapper.--carreiras{z-index:55;margin-bottom:unset}.marquee__wrapper.--carreiras.--horizontal{margin:unset}@media screen and (min-width:1024px){.marquee__wrapper.--carreiras.--horizontal{position:relative;-webkit-transform:rotate(0deg) translateX(-50%);transform:rotate(0deg) translateX(-50%);margin-bottom:3rem}}@media screen and (min-width:1280px){.marquee__wrapper.--carreiras.--horizontal .marquee__slider{animation-duration:30s}}.marquee__wrapper.--carreiras::after{content:unset}.marquee__wrapper.--carreiras::before{content:unset}@media screen and (min-width:1024px){.marquee__wrapper.--carreiras{position:absolute;-webkit-transform:rotate(3deg) translateX(-50%);transform:rotate(3deg) translateX(-50%)}}.marquee__wrapper.--carreiras .marquee{background:linear-gradient(89deg,#2BDEFD 6.03%,#E6E8F8 43.98%,#2BDEFD 81.93%)}.marquee__wrapper.--carreiras .marquee__text-description{color:#050505}.marquee__wrapper.--carreiras .marquee__text-description .--highlight{color:#050505}.marquee__wrapper.--carreiras .marquee__text-description-smaller{color:#050505}.marquee__wrapper.--carreiras .marquee__text-description-smaller .--year-highlight,.marquee__wrapper.--carreiras .marquee__text-description-smaller .--chakra-petch{color:#050505}.marquee__wrapper.--carreiras .marquee__separator{color:#050505}@keyframes slidingText{0%{left:0}100%{left:-100%}}