:root{color:#1d2228;background:#f3f2f0;font-family:Roboto,Arial,sans-serif;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#f3f2f0}a{color:inherit;text-decoration:none}button{font:inherit}svg{display:block;width:.75rem;height:.75rem;fill:currentColor}.page{display:flex;min-height:100vh;min-width:100vw;flex-direction:column;background:#f3f2f0}.mobile-header{display:flex;justify-content:center;margin-top:.5rem;padding:0 1rem}.mobile-header-inner{display:flex;width:100%;max-width:80rem;align-items:center;justify-content:space-between}.brand{display:flex;align-items:center}.brand img{width:2rem;height:2rem;object-fit:contain}.brand span,.footer-logo span{margin-left:1rem;color:#fb8122;font-size:1.125rem;font-weight:800}.menu-toggle{display:inline-flex;align-items:center;justify-content:center;width:2.5rem;height:2.5rem;border:0;background:transparent;color:#fb8122;cursor:pointer}.menu-toggle svg{width:1.5rem;height:1.5rem}.desktop-header{display:flex;justify-content:center;margin-top:.5rem}.desktop-nav{display:none;width:100%;max-width:80rem;height:3rem;gap:1rem;align-items:center;border-bottom:2px solid rgb(29 34 40 / 20%);border-radius:.5rem;background:#fff}.desktop-brand-wrap{flex:none;height:100%;display:flex;align-items:center;padding:0 2rem;border-right:2px dashed rgb(29 34 40 / 20%)}.desktop-links{display:flex;height:100%;flex:1 1 auto;align-items:center;justify-content:space-evenly;border-right:2px dashed rgb(29 34 40 / 20%)}.desktop-account{display:flex;height:100%;align-items:center;justify-content:space-evenly;padding:0 2rem}.desktop-nav:hover .desktop-brand-wrap,.desktop-nav:hover .desktop-links{border-right-style:solid}.nav-link{display:inline-flex;align-items:center;justify-content:center;color:#1d2228;font-size:.875rem;font-weight:500;text-align:center;text-transform:uppercase;cursor:pointer;transition:color .2s ease-out,transform .2s ease-out,font-weight .2s ease-out}.nav-link svg{margin-right:.25rem}.nav-link:hover{color:#87ceeb;font-weight:700;transform:translateY(-2px)}.mobile-menu{padding:.5rem 1rem;border-top:2px solid rgb(29 34 40 / 20%);background:#fff}.mobile-menu .nav-link{display:flex;padding:.35rem 0}.main{display:flex;flex-grow:1;align-items:stretch;justify-content:center}.home{width:100%;display:flex;flex-direction:column;gap:2rem;background:#f3f2f0}.section-wrap{width:100%;max-width:80rem;margin:0 auto;padding:0 1rem}.hero-wrap{margin-top:1.5rem}.row{display:flex;flex-direction:column;gap:1.5rem}.tile-link,.tile{display:block;width:100%}.tile{position:relative;display:flex;align-items:center;justify-content:center;min-height:24rem;overflow:hidden;border-radius:.75rem;background-position:center;background-repeat:no-repeat;background-size:cover;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;transition:box-shadow .3s ease-in-out,transform .3s ease-in-out}.tile-hero{min-height:40rem}.tile:hover{transform:scale(1.05);box-shadow:0 25px 50px -12px #00000040}.tile-overlay{position:absolute;top:0;right:0;bottom:0;left:0;transition:background-color .3s ease-in-out}.overlay-primary .tile-overlay{background:rgb(251 129 34 / var(--overlay-opacity))}.overlay-primarydark .tile-overlay{background:rgb(230 118 26 / var(--overlay-opacity))}.overlay-darkersky .tile-overlay{background:rgb(43 90 130 / var(--overlay-opacity))}.overlay-20{--overlay-opacity: 20%}.overlay-40{--overlay-opacity: 40%}.overlay-50{--overlay-opacity: 50%}.tile:hover .tile-overlay{background-color:#2b5a82cc}.overlay-primary:hover .tile-overlay,.overlay-primarydark:hover .tile-overlay{background-color:#fb8122cc}.overlay-primarydark:hover .tile-overlay{background-color:#e6761acc}.tile-content{position:relative;width:100%;max-width:80rem;margin:0 auto;padding:0 2rem;color:#fff;text-align:center;pointer-events:none}.tile-content h1{margin:0;color:#fff;font-weight:800;line-height:1.25}.tile-content p{margin:1rem 0 0;color:#fff;line-height:1.625}.tile-content-hero h1{font-size:clamp(3.5rem,8vw,4.5rem)}.tile-content-hero p{margin-top:1.5rem;font-size:clamp(1.75rem,4vw,1.875rem);font-weight:500}.tile-content-hero .tile-cta{font-weight:700}.tile-content-large h1{font-size:clamp(2.5rem,5vw,3rem)}.tile-content-large p,.tile-content-medium p{font-size:1.25rem}.tile-content-large p{margin-top:1.5rem}.tile-content-medium h1{font-size:2.25rem}.footer{width:100%;margin-top:2rem;padding:1rem 0;background:#1d2228;color:#9ca3af}.footer-inner{display:flex;width:100%;max-width:80rem;margin:0 auto;flex-direction:column;align-items:flex-start;justify-content:space-between;gap:2rem;padding:0 1rem}.footer-brand{display:flex;flex-direction:column;gap:1rem}.footer-logo{display:flex;align-items:center}.footer-logo img{width:auto;height:2.5rem}.footer-brand p{max-width:24rem;margin:0;color:#87ceeb;font-size:.875rem;line-height:1.625}.footer-grid{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem;font-size:.875rem}.footer-column h3{margin:0 0 .5rem;color:#fff;font-size:.875rem;font-weight:700}.footer-column ul{display:flex;flex-direction:column;gap:.25rem;margin:0;padding:0;list-style:none}.footer-column a{transition:color .2s ease}.footer-column a:hover{color:#fb8122}@media (min-width: 640px){.footer-grid{grid-template-columns:repeat(4,minmax(0,1fr))}}@media (min-width: 768px){.mobile-header,.mobile-menu{display:none}.desktop-nav{display:flex}.row{flex-direction:row}.row-two>*,.row-three>*{flex:1 1 0%}.footer-inner{flex-direction:row;align-items:center}}@media (max-width: 767px){.tile-content{padding:0 1.25rem}.tile-content-hero h1{font-size:2.8rem}.tile-content-hero p{font-size:1.5rem}.tile-content-medium h1,.tile-content-large h1{font-size:2rem}}
