nav.navbar>.navbar__container>.navbar__center .logo{opacity:0;transition:none}header.home_header{height:100vh;position:relative}header.home_header .logo{width:100%;max-width:550px;margin-left:auto;margin-right:auto;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:10020;display:flex;flex-direction:column;align-items:center;justify-content:center}@media screen and (max-width:1050px){header.home_header .logo{max-width:350px}}@media screen and (max-width:800px){header.home_header .logo{max-width:250px}}header.home_header .logo img{width:100%;height:100%;object-fit:contain}header.home_header .logo .section__header{margin-top:20px;position:absolute;bottom:-70px;left:50%;transform:translateX(-50%);transition:.3s ease-in-out}header.home_header .logo .section__header .title{text-align:center}header.home_header .logo .section__header .title h1{color:var(--tertiary);font-size:28px;line-height:36px;font-family:var(--fontFamilyPrimary);font-weight:var(--fontWeightBold)}@media screen and (max-width:1050px){header.home_header .logo .section__header .title h1{font-size:15px;line-height:1}}header.home_header .buttons{width:100%}header.home_header .buttons a.btn{width:100%;text-align:center}