.page-home{width:100%;background:var(--white);display:flex;justify-content:flex-start;align-items:flex-start;flex-direction:column;transition:.2s ease-in-out}.page-home__content{min-height:calc(100svh - 140px);gap:5rem;z-index:2;padding:2rem 0 4rem;transition:.2s ease-in-out}.page-home__content,.page-home__content-title{width:100%;display:flex;justify-content:center;align-items:center;flex-direction:column}.page-home__content-title{height:100%;gap:1rem}.page-home__content-title h1{position:relative;z-index:3;font-size:8rem!important;font-weight:800;color:var(--blue)}.page-home__content-title h1 span{color:var(--red)}.page-home__content-title h4{position:relative;z-index:3;color:var(--blue);font-weight:300!important;font-size:1.8rem}.page-home__content-footer{width:100%;position:relative;display:flex;justify-content:center}.page-home__content-footer .ant-btn-primary{width:max-content;position:absolute;padding:1rem 3rem;border-radius:50px;left:0;right:0;bottom:0;font-size:1.1rem;font-weight:300;margin:0 auto;z-index:4;border:.35rem solid var(--white)}.page-home__content-footer img{width:max-content;height:500px;object-fit:contain;position:relative;margin:0 auto;z-index:2}.page-home__content .container-circles{width:100%;height:100%;overflow:hidden;position:absolute;display:flex;z-index:0}.page-home__content .container-circles .bg-circle-one{width:1200px;height:1200px;position:absolute;top:0;left:0;bottom:0;opacity:.75;right:0;margin:0 auto 0 0;animation:rotating 20s ease-in-out infinite}.page-home__content .container-circles .bg-circle-two{width:1200px;height:1200px;position:absolute;right:0;bottom:0;left:0;top:0;opacity:.75;margin:0 0 0 auto;animation:rotatingReverse 20s ease-in-out infinite}@keyframes rotating{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotatingReverse{0%{transform:rotateX(0deg)}to{transform:rotate(-1turn)}}@media(max-width:1980px){.page-home__content h1{font-size:6rem!important}.page-home__content h4{font-size:1.5rem}}@media(max-width:992px){.page-home__content h1{font-size:4rem!important}.page-home__content h4{font-size:1.2rem}}@media(max-width:575px){.page-home__content{min-height:calc(100svh - 170px);font-size:3rem!important}.page-home__content .ant-btn-primary{border:.25rem solid var(--white)}.page-home__content-title h1{text-align:center;line-height:4rem;font-size:4rem!important}.page-home__content-title h4{text-align:center;font-size:.9rem}.page-home img{height:300px}}@media(orientation:landscape)and (max-width:768px){.page-home{min-height:unset}.page-home__content{min-height:490px!important;position:relative!important;font-size:3rem!important}.page-home h4{font-size:1rem}.page-home img{height:300px}}