.contact-page{padding:var(--space-3) 0;background-color:#fff;flex-direction:column;gap:30px;padding-bottom:30px;display:flex}.contact-layout{gap:var(--space-5);flex-direction:column;display:flex}.contact-layout__form{width:100%}.contact-layout__sidebar{justify-content:center;align-items:flex-start;gap:var(--space-10);flex-flow:wrap;width:100%;display:flex}@media (max-width:768px){.contact-layout__sidebar{flex-direction:column}}.title-contact h1{padding:var(--space-2) 0;font-size:110px}@media screen and (max-width:768px){.form-column{width:100%}.title-contact h1{font-size:74px!important}}@media (max-width:992px){.form-column{flex-direction:column;justify-content:center;align-items:center;width:100%;display:flex}.title-contact h1{width:100%;max-width:450px;font-size:100px;display:flex}}.info-column{-webkit-border-radius:5px;border-radius:5px;flex:1;max-width:450px;margin-top:45px}@media (max-width:992px){.info-column{flex-direction:column;justify-content:center;max-width:450px;margin-top:60px;display:flex}}h2{color:#1c1c1c;font-size:36px}.form-description{color:var(--color-brand-black);max-width:450px;margin-top:50px;font-family:GoiaDisplay-Medium;font-size:24px}@media (max-width:992px){.form-description{margin-top:10px;font-size:20px}}.contact-info{border-top:2px solid #e07c00;padding-top:25px}.contact-info p{color:var(--color-brand-black);margin:5px 0;font-family:GoiaDisplay-Medium}.contact-info p:first-child{font-weight:70}.contact-info span{color:var(--color-brand-black);font-family:GoiaDisplay-Medium;font-weight:60}.contact-page .info-column .info-title{color:var(--color-brand-blue);width:85%;padding-bottom:10px;font-family:GoiaDisplay-Regular;font-size:40px;line-height:38px}@media (max-width:1400px){.contact-page .info-column .info-title{width:100%}}@media screen and (max-width:768px){.contact-page .info-column .info-title{font-size:42px}}.contact-info a{color:var(--color-brand-black);text-decoration:none}.contact-showhouses{flex-direction:column;flex:1;gap:2rem;max-width:450px;margin-top:45px;font-family:Goia-Semibold;display:flex}.contact-showhouses__label{border-bottom:2px solid #e07c00;align-items:baseline;gap:.35rem;padding-bottom:10px;display:flex}.contact-showhouses__label .info{color:var(--accent);font-family:GoiaDisplay-Regular;font-size:40px}.contact-showhouses__label .title{color:var(--color-brand-black);font-family:GoiaDisplay-Regular;font-size:40px}.contact-showhouses__entries{flex-direction:column;gap:1.5rem;display:flex}.contact-showhouse{color:var(--color-brand-black);align-items:flex-start;gap:.5rem;text-decoration:none;transition:opacity .2s;display:flex}.contact-showhouse:hover{opacity:.7}.contact-showhouse__details{flex-direction:column;gap:.15rem;display:flex}.contact-showhouse__name{color:var(--color-brand-black);font-family:Goia-Semibold}.contact-showhouse__address{color:var(--color-cold-dark-gray);font-size:.8em}.contact-showhouse__hours{color:var(--accent);font-size:.8em}@media (max-width:768px){.contact-showhouses{margin-top:0}}