/* The owner's supplied logo is displayed in its original proportions. */
.be-positioning .be-brand{display:block;line-height:0;max-width:calc(100% - 118px)}
.be-positioning .be-brand-logo{display:block;width:228px;height:auto;aspect-ratio:2 / 1;object-fit:contain}
.be-positioning .be-header-row{min-height:130px;padding-block:8px}
.be-positioning .be-footer-name{display:inline-block;line-height:0;max-width:100%}
.be-positioning .be-footer-logo{display:block;width:268px;height:auto;aspect-ratio:2 / 1;object-fit:contain}
@media(max-width:980px){.be-positioning .be-brand-logo{width:206px}.be-positioning .be-header-row{min-height:118px}}
@media(max-width:700px){.be-positioning .be-brand-logo{width:180px}.be-positioning .be-header-row{min-height:106px;gap:16px}.be-positioning .be-footer-logo{width:246px}}
@media(max-width:370px){.be-positioning .be-brand-logo{width:154px}.be-positioning .be-header-row{min-height:94px}}
