
.header,.header__brand,.header__container{flex-direction:row;justify-content:center;align-items:center;display:flex}.header{background-color:#111;width:100%;height:7.5rem}.header__brand-name{font-family:var(--font-orbitron)!important}.header__brand-name span:nth-child(odd){color:var(--var-main-theme)}.header__brand-name span:nth-child(2n){color:#ccc}.header__container{justify-content:space-between}.header__container--center{justify-content:center}.header__logo{width:5rem;height:5rem}
.container{width:calc(100% - 2rem);max-width:90rem;margin:auto}.container--no-padding{width:100%}.container--inner{max-width:80rem}
.page-banner{text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:100%;padding:0 1rem;display:flex}.page-banner__title{color:var(--var-main-theme,#1d6bff);font-size:1.75rem}.page-banner__subtitle{width:100%;max-width:20rem;line-height:1.25rem!important}.page-banner__logo img{width:9.375rem;height:9.375rem}
.sign-in-form{flex-direction:column;justify-content:center;align-items:flex-start;gap:1.5rem;width:17.5rem;display:flex}.sign-in-form__submit{align-self:center}
.google-map{width:100%;height:var(--google-map-height);border-radius:10px}@media (min-width:56.25rem){.google-map{height:var(--google-map-height-tablet-lg)}}
