.hero{padding:80px 60px;position:relative;width:100%}.hero .wrapper{display:flex;margin:0 auto;max-width:100%!important}.hero .hero-back{height:100%;left:0;position:absolute;top:0;width:100%;z-index:0}.hero .hero-back.flip{transform:scaleX(-1)}.hero .hero-back :is(img,video){height:100%;object-fit:cover;width:100%}.hero .card{backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);display:flex;flex-basis:560px;flex-direction:column;gap:20px;justify-content:center;max-width:100%;padding:30px;position:relative}.hero .card:before{border-left:30px solid #fff;border-top:30px solid #fff;left:-30px;top:-30px}.hero .card:after,.hero .card:before{content:"";height:60px;position:absolute;transition:all .3s ease-in-out;width:60px;z-index:0}.hero .card:after{border-bottom:30px solid #fff;border-right:30px solid #fff;bottom:-30px;right:-30px}.hero .card .custom-btn{margin-left:auto}.hero .card :is(h1,h2,h3,h4){font-size:36px!important;line-height:120%!important}.hero .card :is(h1,h2,h3,h4){margin:0}.hero .card p:last-child{margin:0}.hero .card p{font-size:18px!important;line-height:130%!important}.hero .card.glass p{font-weight:300}.hero .left{justify-content:flex-start}.hero .right{justify-content:flex-end}.hero .center{justify-content:center}@media(max-width:767px){.hero{padding:80px 40px}.hero .card{flex-basis:unset;min-height:unset!important;padding:40px 20px}.hero .card :is(h1,h2,h3,h4){font-size:22px!important}.hero .card p{font-size:14px!important}.hero .card:before{border-left:20px solid #fff;border-top:20px solid #fff;height:40px;left:-20px;top:-20px;width:40px}.hero .card:after{border-bottom:20px solid #fff;border-right:20px solid #fff;bottom:-20px;height:40px;right:-20px;width:40px}}