section.kitchens-form{position:relative;min-height:100vh;background:#161616;display:flex;flex-direction:column;justify-content:center;align-items:center}@media (max-width:768px){section.kitchens-form{min-height:0}}section.kitchens-form .form{position:relative;z-index:2;width:100%;max-width:65rem;background:#eeebe2;padding:6rem;box-sizing:border-box;box-shadow:0 0 10px 0 rgba(0,0,0,.1)}@media (max-width:768px){section.kitchens-form .form{width:100vw;padding:3rem}}section.kitchens-form .background-images{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1;overflow:hidden}section.kitchens-form .background-images>*{position:absolute;top:0;left:0;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}section.kitchens-form .background-images>* .block-image{-webkit-mask-image:var(--mask-gradient);mask-image:var(--mask-gradient);will-change:mask-image,transform}section.kitchens-form .title.globo-heading{font-size:var(--font-size-h3);font-weight:500;line-height:1.1;color:#000;margin:0 0 15px}section.kitchens-form .description.globo-description p{font-size:2.1rem;line-height:1.4}