.inner{position:relative;width:100%;overflow:hidden;height:300px}.inner,.wrapper{border-radius:15px}.wrapper{position:absolute;display:flex}section{display:flex;animation:swipe var(--speed) linear infinite backwards;transition-delay:1s}@keyframes swipe{0%{transform:translate(0)}to{transform:translate(-100%)}}.fade-in{animation:fadeIn .5s}@keyframes fadeIn{0%{opacity:.5}to{opacity:1}}.fade-out{animation:fadeOut .5s}@keyframes fadeOut{0%{opacity:0}to{opacity:1}}.css-1d3z3hw-MuiOutlinedInput-notchedOutline{border-width:1px!important;min-width:none}.home-content-container{display:flex;flex-direction:column;justify-content:space-between;align-items:center;row-gap:25px;margin:auto;width:100%}.home-content{display:flex;flex-direction:row;justify-content:start;align-items:flex-end}.boxes .container{display:flex;justify-content:space-between}.box{margin:10px 20px;padding:50px 30px}.box,.box-mobile{flex:1;color:#525252;border-radius:30px;box-shadow:0 0 0 2px #fff,2px 2px 10px #a1a1a1;text-align:center}.box-mobile{margin:30px 20px;padding:30px}.img-container{margin-bottom:20px;display:flex;justify-content:center}@media (max-width:768px){.boxes .container{display:block;text-align:center}}.background{filter:brightness(90%)}.box{margin-bottom:25px}.GFG{color:#fff;font-size:50px;-webkit-text-stroke-width:1px;-webkit-text-stroke-color:#aaa}