#bannerApp{display:flex;flex-wrap:wrap;justify-content:center;text-align:center;background-color:var(--v-secondary-base)}#bannerApp .div1{display:flex;margin-left:auto}#bannerApp .div1 img{margin:auto;margin-bottom:10px;max-width:250px}#bannerApp .div2{text-align:left;display:flex;flex-direction:column;justify-content:center;font-family:spartan;max-width:45%;margin-left:auto}#bannerApp .div2 h1{font-weight:900;color:#262b2f}#bannerApp .div2 h4{font-weight:700;color:var(--v-primary-base)}#bannerApp .div2 .buttons{margin-top:20px}#bannerApp .div2 .buttons img{margin:10px}#bannerApp .div3{margin:-55px 10px -120px -55px;z-index:1;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}#bannerApp .div3 img{max-width:310px}#bannerApp:before{position:relative;content:"";display:block;width:100%;height:19px;background:linear-gradient(-45deg,transparent 70%,#83fffc 75%),linear-gradient(45deg,transparent 70%,#83fffc 75%);background-repeat:repeat-x;background-size:25px 20px,25px 20px;background-position:50%}@media(max-width:1050px){#bannerApp .div2 .buttons img{max-width:180px}}@media(max-width:950px){#bannerApp{justify-content:space-around}#bannerApp .div1,#bannerApp .div2{margin-left:unset}#bannerApp .div2{max-width:50%;text-align:center}#bannerApp .div3{display:none}}@media(max-width:815px){#bannerApp{flex-direction:column;align-items:center}#bannerApp .div2{max-width:90%}}