.main{overflow:hidden;background-color:#000}a,button{cursor:pointer;border:none;outline:none;user-select:none;background:none;box-shadow:none;text-decoration:none}img,video{display:block;max-width:100%;height:auto;object-fit:cover}.section{margin:0 auto;padding:6rem 0 1rem}.container{max-width:75rem;height:auto;margin:0 auto;padding:0 1.25rem}.centered{text-align:center;vertical-align:middle;margin-bottom:1rem}.heading-xl{font-family:inherit;font-size:clamp(2.648rem, 6vw, 4.241rem);font-weight:700;line-height:1.15;letter-spacing:-1px}.heading-lg{font-family:inherit;font-size:clamp(2.179rem, 5vw, 3.176rem);font-weight:700;line-height:1.15;letter-spacing:-1px}.heading-md{font-family:inherit;font-size:clamp(1.794rem, 4vw, 2.379rem);font-weight:700;line-height:1.25;letter-spacing:-1px}.heading-sm{font-family:inherit;font-size:clamp(1.476rem, 3vw, 1.782rem);font-weight:600;line-height:1.5}.heading-xs{font-family:inherit;font-size:clamp(1.215rem, 2vw, 1.335rem);font-weight:500;line-height:1.5}.paragraph{font-family:inherit;font-size:clamp(1rem, 2vw, 1.125rem);line-height:inherit;max-width:95%;height:auto;text-transform:unset;color:var(--color-white-200)}.btn{margin-bottom:1vw;display:inline-block;font-family:inherit;font-size:1rem;font-weight:500;line-height:1.5;text-align:center;vertical-align:middle;white-space:nowrap;user-select:none;outline:none;border:none;border-radius:0.25rem;text-transform:unset;transition:all 0.3s ease-in-out}.btn-inline{display:inline-flex;align-items:center;justify-content:center;column-gap:0.5rem}.btn-darken{padding:0.75rem 2rem;color:var(--color-white-100);background-color:var(--color-black-200);box-shadow:var(--shadow-medium)}.btn-neutral{padding:0.75rem 2rem;color:var(--color-black-500);background-color:var(--color-white-100);box-shadow:var(--shadow-medium)}.header{position:fixed;top:0;left:0;z-index:100;width:100%;height:auto;margin:0 auto;transition:all 0.35s ease}.header.on-scroll{background:var(--color-black-300);box-shadow:var(--shadow-medium)}.navbar{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;column-gap:1rem;width:100%;height:4.25rem;margin:0 auto}.brand{font-family:inherit;font-size:1.625rem;font-weight:600;line-height:1.5;letter-spacing:-1px;color:var(--color-white-100);text-transform:uppercase}.banner-column{position:relative;display:grid;align-items:center;row-gap:3rem}@media only screen and (min-width:48rem){.banner-column{grid-template-columns:repeat(2, minmax(0, 1fr));justify-content:center}}@media only screen and (min-width:64rem){.banner-column{grid-template-columns:1fr max-content;column-gap:4rem;margin-top:3rem}}.banner picture{display:block;max-width:18rem;height:auto;margin-top:2rem;object-fit:cover;justify-self:center}@media only screen and (min-width:48rem){.banner picture{order:1;max-width:20rem;height:auto}}@media only screen and (min-width:64rem){.banner picture{max-width:25rem;height:auto;margin-right:5rem;margin-bottom:3rem}}.banner-inner{display:flex;flex-direction:column;align-items:flex-start;row-gap:1.75rem}.banner-links{position:absolute;top:30%;right:1.5rem;display:grid;justify-items:center;row-gap:0.5rem;opacity:0;visibility:hidden}@media only screen and (min-width:64rem){.banner-links{opacity:1;visibility:visible}}.banner-links>*{font-size:1.25rem;line-height:1.25;color:var(--color-white-100)}.banner-links::before{position:absolute;content:"";top:-3rem;width:4rem;height:1.5px;transform:rotate(90deg);background:var(--color-white-100)}.banner-links::after{position:absolute;content:"";bottom:-3rem;width:4rem;height:2px;transform:rotate(90deg);background:var(--color-white-100)}