.hero{position:relative;display:flex;width:100%;min-height:var(--desktop-height);overflow:hidden}@media only screen and (max-width:767px){.hero{min-height:var(--mobile-height)}}.hero__content{padding:calc(var(--header-height,0px) + 100px) 80px calc(var(--header-height,0px) + 55px) 80px;z-index:2;overflow:hidden;width:100%;max-width:675px}@media only screen and (max-width:767px){.hero__content{padding:20px;width:100%;max-width:375px}}@media only screen and (max-width:767px){.hero__content--text .button{flex-shrink:0;flex-basis:0}}.hero__content--heading{margin-bottom:40px;display:flex}@media only screen and (max-width:767px){.hero__content--heading{margin-bottom:20px}}.hero__content--button{display:inline-table}