@import"https://fonts.googleapis.com/css2?family=Inter:wght@300";/**
* Copyright (c) 2025 Lightyear Minds LLC. All rights reserved.
*
* This software is the confidential and proprietary information of Lightyear Minds LLC
* ("Confidential Information"). You shall not disclose such Confidential Information
* and shall use it only in accordance with the terms of the license agreement you
* entered into with Lightyear Minds LLC.
*
* Unless required by applicable law or agreed to in writing, software distributed
* under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
* CONDITIONS OF ANY KIND, either express or implied.
*
* @license Proprietary
*/*{padding:0;margin:0;box-sizing:border-box}a{text-decoration:none;color:#154051}body{font-family:Lato,sans-serif;overflow:auto;background-color:#f4ede4}.layout{font-family:Inter,sans-serif;width:100%;min-height:100vh;margin-left:auto;margin-right:auto;display:flex;flex-direction:column}.layout .navBar,.layout .content,.layout .footBar,.layout .copyright{width:100%}.layout .content{flex:1}.layout .footBar{background-color:#154051;color:#fff}.layout .copyright{align-items:center;text-align:center}nav{font-family:Inter,sans-serif;width:100%;max-width:1200px;margin:0 auto;min-height:72px;display:flex;justify-content:space-between;align-items:center;padding:0 60px;flex-wrap:wrap;gap:16px;background-color:#f4ede4;color:#154051}nav .hamburger,nav .mobileOverlay,nav .mobileMenu{display:none}nav .left{flex:2;display:flex;align-items:center;gap:50px;height:100%}nav .left .logo{font-weight:28px;font-size:20px;display:flex;align-items:center;gap:10px;white-space:nowrap}nav .left .logo img{width:36px}nav .right{flex:3;display:flex;align-items:center;justify-content:flex-end;gap:50px;height:100%;flex-wrap:wrap}@media (max-width: 1024px){nav{padding:0 24px}nav .left{gap:24px}nav .right{gap:24px}}@media (max-width: 738px){nav{padding:12px 16px}nav .desktopLinks{display:none}nav .hamburger{display:inline-flex;margin-left:auto;width:44px;height:44px;border:1px solid rgba(21,64,81,.25);border-radius:10px;background:transparent;flex-direction:column;align-items:center;justify-content:center;gap:6px;padding:0;cursor:pointer}nav .hamburger__bar{display:block;width:18px;height:2px;border-radius:2px;background:#154051}nav .mobileOverlay{display:block;position:fixed;top:0;right:0;bottom:0;left:0;background:#00000059;opacity:0;pointer-events:none;transition:opacity .18s ease;z-index:50}nav .mobileOverlay--open{opacity:1;pointer-events:auto}nav .mobileMenu{display:flex;flex-direction:column;gap:16px;position:fixed;top:0;right:0;height:100vh;width:min(320px,85vw);padding:96px 20px 20px;background:#f4ede4;border-left:1px solid rgba(21,64,81,.12);transform:translate(100%);transition:transform .22s ease;z-index:60}nav .mobileMenu--open{transform:translate(0)}nav .mobileMenu a{font-size:18px;color:#154051}}.footbar{font-family:Inter,sans-serif;width:100%;max-width:1200px;margin:0 auto;padding:48px 60px;display:flex;gap:48px;flex-wrap:wrap;background-color:#154051;color:#f4ede4}.footbar .contact-section{flex:3;min-width:260px}.footbar .contact-section h3{font-size:18px;margin-bottom:40px}.footbar .contact-section p{font-size:14px;margin-bottom:8px}.footbar .contact-section a{font-size:16px;text-decoration:none;color:#f4ede4}.footbar .contact-section a:hover{text-decoration:underline}.footbar .quick-links{flex:2;min-width:200px}.footbar .quick-links h3{font-size:18px;margin-bottom:40px}.footbar .quick-links ul{list-style:none;padding:0;margin:0}.footbar .quick-links li{margin-bottom:8px}.footbar .quick-links a{text-decoration:underline;font-size:14px;color:#f4ede4}.footbar .quick-links a:hover{opacity:.85}@media (max-width: 1024px){.footbar{padding:40px 24px;gap:32px}}@media (max-width: 738px){.footbar{padding:32px 16px;gap:24px;flex-direction:column}}.copyright{font-family:Inter,sans-serif;padding-top:8px;padding-bottom:8px;width:100%;text-align:center;font-size:12px;background-color:#154051;color:#f4ede4}@media (max-width: 738px){.copyright{padding-left:16px;padding-right:16px}}.downloadiOSWrapper{padding-top:40px;padding-left:0;padding-bottom:20px}.downloadiOSWrapper .downloadiOSButton{background-color:#154051;color:#f4ede4;font-weight:400;padding:10px 36px;border:1px solid #154051;border-radius:6px;font-size:16px;cursor:pointer;transition:all .3s ease;white-space:nowrap}.downloadiOSWrapper .downloadiOSButton:hover{background-color:#fff;color:#154051}.downloadiOSWrapper .downloadiOSButton--disabled{opacity:.7;cursor:not-allowed;pointer-events:none}.mid-scroll{--card-w: 400px;--gap: 16px;background-color:#f4ede4;color:#154051;padding:60px 0}@media (max-width: 1024px){.mid-scroll{padding:48px 24px;--card-w: 340px}.mid-scroll .container{padding:0}}@media (max-width: 738px){.mid-scroll{padding:32px 16px;--card-w: 280px}.mid-scroll .container{padding:0}}.mid-scroll .container{max-width:1200px;margin:0 auto;padding:0 60px}.mid-scroll__header h2{font-weight:20px;font-size:18px;line-height:1.2;margin:0;color:#0a3741}.mid-scroll__controls{display:flex;gap:.5rem}.mid-scroll__btn:hover{box-shadow:0 2px 8px #00000014}.mid-scroll__track{display:flex;gap:var(--gap);overflow-x:auto;overscroll-behavior-x:contain;scroll-snap-type:x mandatory;padding:.5rem;margin:0;-webkit-overflow-scrolling:touch}.mid-scroll__track::-webkit-scrollbar{height:2px}.mid-scroll__track::-webkit-scrollbar-thumb{background:#154051;border-radius:999px}.mid-scroll__card{flex:0 0 var(--card-w);scroll-snap-align:start;border:1px solid #f4ede4;border-radius:16px;background:#f4ede4;padding:1.25rem;box-shadow:0 2px 10px #0a37410a}.mid-scroll__card h3{margin:0 0 .5rem;font-size:1.1rem;color:#0a3741}.mid-scroll__card p{margin:0;color:#334b53}.mid-scroll__image{width:100%;aspect-ratio:16/9;border-radius:12px;overflow:hidden;background:linear-gradient(135deg,#e6f3ff,#f3f9ff);margin-bottom:8px}.mid-scroll__image img{width:100%;height:100%;object-fit:cover;display:block}.mid-scroll__card-title{margin:0;font-size:1.05rem;line-height:1.8;color:#0f2b33}.mid-scroll__card-text{margin:0;color:#334b53}.mid-scroll__track{display:flex;gap:var(--gap);overflow-x:auto;scroll-snap-type:x mandatory;padding-bottom:4px}.mid-scroll__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:12px}.mid-scroll__title{margin:0;font-size:1.35rem}.privacy-policy{font-family:Inter,sans-serif;max-width:800px;margin:0 auto;padding:2rem;line-height:1.6;background-color:#f4ede4;color:#154051}.privacy-policy h1{font-size:2.5rem;margin-bottom:1rem}.privacy-policy h2{font-size:1.75rem;margin-top:2rem;margin-bottom:1rem}.privacy-policy h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem}.privacy-policy p{margin-bottom:1rem}.privacy-policy ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}.privacy-policy li{margin-bottom:.5rem}/**
 * Copyright (c) 2025 Lightyear Minds LLC. All rights reserved.
 *
 * This software is the confidential and proprietary information of Lightyear Minds LLC
 * ("Confidential Information"). You shall not disclose such Confidential Information
 * and shall use it only in accordance with the terms of the license agreement you
 * entered into with Lightyear Minds LLC.
 *
 * Unless required by applicable law or agreed to in writing, software distributed
 * under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR
 * CONDITIONS OF ANY KIND, either express or implied.
 *
 * @license Proprietary
 */.termsConditionsPage{font-family:Inter,sans-serif;max-width:800px;margin:0 auto;padding:2rem;line-height:1.6;background-color:#f4ede4;color:#154051}.termsConditionsPage h1{font-size:2.5rem;margin-bottom:1rem}.termsConditionsPage h2{font-size:1.75rem;margin-top:2rem;margin-bottom:1rem}.termsConditionsPage h3{font-size:1.25rem;margin-top:1.5rem;margin-bottom:.5rem}.termsConditionsPage p{margin-bottom:1rem}.termsConditionsPage ul{list-style-type:disc;padding-left:1.5rem;margin-bottom:1rem}.termsConditionsPage li{margin-bottom:.5rem}.termsConditionsPage a{color:#007bff;text-decoration:none}.termsConditionsPage a:hover{text-decoration:underline}
