@import"https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap";[data-theme=light]{--color-bg:#ddedf6;--color-fg:#242d33;--color-accent:#333;--color-inverse-accent:#ddd;--accent-bg:#fff;--hero-background:linear-gradient(#ddedf6,#fff);--mountain-3:#a3bdd8;--mountain-2:#8fa7cd;--mountain-1:#8795ba;--ground:#4b3f39;--mountain-foreground:#97816b;--cacti:#697a33;--pavement:#818591;--railing:#442f32;--road-lines:#e8dacd}[data-theme=dark]{--color-bg:#242d33;--color-fg:#ddedf6;--color-accent:#ddd;--color-inverse-accent:#333;--accent-bg:#111;--hero-background:linear-gradient(180deg,rgba(12,14,27,.2),rgba(22,28,52,.2) 8.65%,rgba(31,45,54,.2) 15.87%,rgba(106,70,48,.2) 26.44%,rgba(146,80,42,.2) 37.98%),#2e3348;--mountain-3:#202d35;--mountain-2:#16222e;--mountain-1:#031b2a;--ground:#1a1a22;--mountain-foreground:#4e4236;--cacti:#252b1a;--pavement:#545558;--railing:#313534;--road-lines:#e8dacd}.hero__background{z-index:-1}@media(min-width:900px){.hero__background{margin-top:-200px;padding-top:200px;position:relative}}.hero__background:after{background:var(--hero-background);bottom:150px;content:"";left:0;position:absolute;right:0;top:0;z-index:-2}.hero__background svg{height:unset;max-width:100%;width:100%}.hero__background svg path{transition:all .1s ease-in}.hero__background .mountain-3{fill:var(--mountain-3)}.hero__background .mountain-2{fill:var(--mountain-2)}.hero__background .mountain-1{fill:var(--mountain-1)}.hero__background .ground{fill:var(--ground)}.hero__background .mountain-foreground{fill:var(--mountain-foreground)}.hero__background .cacti{fill:var(--cacti)}.hero__background .pavement{fill:var(--pavement)}.hero__background .railing{fill:var(--railing)}.hero__background .road-lines{fill:var(--road-lines)}.hero__content{margin:0 auto;max-width:800px;padding:20px;text-align:center}@media(min-width:900px){.hero__content{left:50%;position:absolute;top:100px;transform:translateX(-50%)}}@media(min-width:1280px){.hero__content{padding:20px 0}}.hero__content .eyebrow{font-size:1.125rem;font-weight:700;text-transform:uppercase}.hero__content .intro-text{font-family:Montserrat,sans-serif;font-size:1.75rem;font-weight:600;line-height:3rem}.hero__content a{background-color:var(--color-accent);border:2px solid;border-color:var(--color-accent);border-radius:50px;color:var(--color-inverse-accent);cursor:pointer;display:inline-flex;display:inline-block;font-family:Montserrat,sans-serif;font-size:1.125rem;font-weight:400;line-height:2rem;padding:12px 24px;text-decoration:none;transition:all .1s ease-in}.hero__content a:hover{background-color:var(--color-inverse-accent);border-color:var(--color-inverse-accent);color:var(--color-accent)}