:root{--primary: #0048C9;--primary-light: #4da3ff;--primary-dark: #0A0E1A;--secondary-dark: #101833;--secondary: #6c757d;--accent: #ff9800;--success: #28a745;--error: #dc3545;--warning: #ffc107;--info: #17a2b8;--light: #f8f9fa;--dark: #212529;--bg-color: var(--primary-dark);--bg-color-rgb: 10, 14, 26;--text-color: #f8f9fa;--space-xs: .25rem;--space-sm: .5rem;--space-md: 1rem;--space-lg: 1.5rem;--space-xl: 2rem;--space-xxl: 3rem;--font-family-main: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--font-family-light: "OpenSans-Light", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-family-avenir-black: "Avenir-Black", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;--font-weight-normal: 400;--font-weight-medium: 500;--font-weight-bold: 700;--line-height-normal: 1.5;--line-height-heading: 1.2;--text-xs: .75rem;--text-sm: .875rem;--text-md: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--radius-sm: .25rem;--radius-md: .5rem;--radius-lg: 1rem;--radius-full: 9999px;--shadow-sm: 0 1px 3px rgba(0, 0, 0, .12);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .1);--transition-fast: .15s ease;--transition-normal: .3s ease;--transition-slow: .5s ease;--container-max-width: 1440px;--container-padding: var(--space-lg);--feature-box-width: 463px;--feature-box-height: 429px;--feature-box-gap: calc((var(--container-max-width) - (var(--feature-box-width) * 3)) / 2);--z-index-dropdown: 1000;--z-index-sticky: 1020;--z-index-fixed: 1030;--z-index-modal-backdrop: 1040;--z-index-modal: 1050;--z-index-tooltip: 1060}*,*:before,*:after{box-sizing:border-box}body{margin:0;padding:0;min-height:100vh;font-family:var(--font-family-main);line-height:var(--line-height-normal);color:var(--text-color);background-color:var(--bg-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}img,svg{display:block;max-width:100%;height:auto}.container{width:100%;max-width:var(--container-max-width);margin-left:auto;margin-right:auto;padding-left:var(--container-padding);padding-right:var(--container-padding)}@media (min-width: 1536px){.container{max-width:1440px}}@media (min-width: 1280px){.hero-section .container,.feature-boxes .container,.footer .container{display:flex;flex-direction:column;align-items:center}.hero-section .flex,.feature-boxes .grid,.footer .flex{width:100%;max-width:var(--container-max-width)}.hero-section .flex{justify-content:space-between}}.section{padding-top:var(--space-xl);padding-bottom:var(--space-xl)}@media (min-width: 768px){.section{padding-top:var(--space-xxl);padding-bottom:var(--space-xxl)}}.flex{display:flex}.flex-col{flex-direction:column}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.flex-1{flex:1}.gap-xs{gap:var(--space-xs)}.gap-sm{gap:var(--space-sm)}.gap-md{gap:var(--space-md)}.gap-lg{gap:var(--space-lg)}.gap-xl{gap:var(--space-xl)}.grid{display:grid;gap:var(--space-md)}.grid-cols-1{grid-template-columns:1fr}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-4{grid-template-columns:repeat(4,1fr)}@media (min-width: 640px){.sm\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.sm\:grid-cols-3{grid-template-columns:repeat(3,1fr)}}@media (min-width: 768px){.md\:grid-cols-2{grid-template-columns:repeat(2,1fr)}.md\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.md\:flex-row{flex-direction:row}}@media (min-width: 1024px){.lg\:grid-cols-3{grid-template-columns:repeat(3,1fr)}.lg\:grid-cols-4{grid-template-columns:repeat(4,1fr)}}.mt-xs{margin-top:var(--space-xs)}.mt-sm{margin-top:var(--space-sm)}.mt-md{margin-top:var(--space-md)}.mt-lg{margin-top:var(--space-lg)}.mt-xl{margin-top:var(--space-xl)}.mt-xxl{margin-top:var(--space-xxl)}.mb-xs{margin-bottom:var(--space-xs)}.mb-sm{margin-bottom:var(--space-sm)}.mb-md{margin-bottom:var(--space-md)}.mb-lg{margin-bottom:var(--space-lg)}.mb-xl{margin-bottom:var(--space-xl)}.mb-xxl{margin-bottom:var(--space-xxl)}.pt-xs{padding-top:var(--space-xs)}.pt-sm{padding-top:var(--space-sm)}.pt-md{padding-top:var(--space-md)}.pt-lg{padding-top:var(--space-lg)}.pt-xl{padding-top:var(--space-xl)}.pt-xxl{padding-top:var(--space-xxl)}.pb-xs{padding-bottom:var(--space-xs)}.pb-sm{padding-bottom:var(--space-sm)}.pb-md{padding-bottom:var(--space-md)}.pb-lg{padding-bottom:var(--space-lg)}.pb-xl{padding-bottom:var(--space-xl)}.pb-xxl{padding-bottom:var(--space-xxl)}.text-center{text-align:center}.text-left{text-align:left}.text-right{text-align:right}.hidden{display:none}.block{display:block}.inline-block{display:inline-block}@media (min-width: 640px){.sm\:block{display:block}.sm\:hidden{display:none}}@media (min-width: 768px){.md\:block{display:block}.md\:hidden{display:none}}@media (min-width: 1024px){.lg\:block{display:block}.lg\:hidden{display:none}}.relative{position:relative}.absolute{position:absolute}.fixed{position:fixed}.sticky{position:sticky}.top-0{top:0}.left-0{left:0}.right-0{right:0}.bottom-0{bottom:0}.z-0{z-index:0}.z-10{z-index:10}.z-20{z-index:20}.z-30{z-index:30}.z-40{z-index:40}.z-50{z-index:50}.header{padding:var(--space-md) 0;position:sticky;top:0;z-index:var(--z-index-sticky);background-color:transparent;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:var(--shadow-sm);transition:background-color .3s ease,backdrop-filter .3s ease}.header .container{max-width:100%;width:100%;padding-left:var(--space-xl);padding-right:var(--space-xl)}.header .logo{height:2.5rem;filter:brightness(1.1)}.header .button-primary{background-color:var(--primary);color:#fff;border-radius:var(--radius-md);padding:var(--space-sm) var(--space-lg);font-weight:var(--font-weight-medium);box-shadow:0 0 12px #0048c966;transition:all .3s ease}.header .button.button-primary:hover{background-color:var(--primary);color:#fff;box-shadow:none}@media (max-width: 1279px){.header .container{padding-left:var(--space-lg);padding-right:var(--space-lg)}}@media (max-width: 767px){.header .container{padding-left:var(--space-md);padding-right:var(--space-md)}}.hero-section{padding:var(--space-xl) 0;padding-top:80px;padding-bottom:100px;overflow:visible;position:relative;margin-top:-1px}.hero-content-gradient{position:absolute;top:-80px;left:-50px;width:100%;height:calc(80% + 80px);max-width:1100px;z-index:1;pointer-events:none;background:radial-gradient(circle at 25% 30%,#101833 20%,#101833f2,#0a0e1ad9 50%,#0a0e1a99 70%,#0a0e1a00)}@media (min-width: 1024px) and (max-width: 1279px){.hero-content-gradient{top:-60px;left:-30px;width:80%;height:calc(60% + 60px);max-width:800px;background:radial-gradient(circle at 40% 40%,#101833 15%,#101833e6 30%,#0a0e1ab3 50%,#0a0e1a66,#0a0e1a00);z-index:0}}.hero-section .container{position:relative;display:flex;justify-content:center;z-index:2}.hero-content{max-width:550px;position:relative;width:100%;flex:1;z-index:2}@media (min-width: 1024px) and (max-width: 1279px){.hero-section{padding-top:100px;padding-bottom:150px}.hero-section .container{flex-direction:row;align-items:flex-start;gap:40px}.hero-content{flex:0 0 auto;max-width:400px;margin-right:0;position:relative;z-index:10}.hero-images{flex:1 1 auto;height:650px;margin-top:0;position:relative;z-index:1;min-width:600px}.hero-image-phone{width:700px;height:709px;top:55%;left:50%;transform:translate(-50%,-50%);z-index:2}.hero-image-background,.hero-image-gradient{width:130%;height:130%;z-index:1}}@media (min-width: 768px){.hero-section .container{justify-content:space-between;align-items:center}.hero-content{flex:1;max-width:500px;margin-right:var(--space-lg)}.hero-images{flex:1;max-width:1900px;height:700px}}@media (min-width: 768px) and (max-width: 1023px){.hero-section .container{gap:50px}.hero-content{max-width:450px}.hero-images{height:550px;min-width:500px}.hero-image-phone{width:550px;height:557px;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5}.hero-image-background{width:120%;height:120%;z-index:1}.hero-image-gradient{width:120%;height:120%;z-index:2}}.hero-heading{font-size:64px;font-weight:var(--font-weight-bold);line-height:var(--line-height-heading);margin-bottom:var(--space-md)}.hero-subheader{font-size:var(--text-xl);margin-bottom:var(--space-lg);font-family:var(--font-family-light)}.hero-cta{margin-bottom:var(--space-md)}.hero-cta-subheader{font-size:var(--text-sm);margin-bottom:var(--space-md);font-family:var(--font-family-light)}.app-store-badge{display:inline-block;margin-top:var(--space-md);outline:none;border:none}.app-store-badge:focus{outline:none;box-shadow:none}.app-store-badge:active{outline:none;border:none}.app-store-image{width:150px;height:auto}.hero-images{position:relative;width:100%;height:650px;display:flex;align-items:center;justify-content:center;overflow:visible}.hero-image-background{position:absolute;width:105%;height:105%;max-width:none;object-fit:contain;z-index:1;left:50%;top:50%;transform:translate(-50%,-50%)}.hero-image-gradient{position:absolute;width:105%;height:105%;background:linear-gradient(to bottom,#0a0e1a00,#0a0e1a80 40%,#0a0e1acc,#0a0e1a);z-index:2;pointer-events:none;left:50%;top:50%;transform:translate(-50%,-50%)}.hero-image-overlay{position:absolute;right:10%;top:0;max-width:80%;z-index:3}.hero-image-phone{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:320px;height:324px;z-index:3;pointer-events:none;display:block}.trainer-phone{width:323px;height:auto;margin:0 auto;display:block;max-width:100%;position:relative;z-index:3}.feature-boxes{padding:var(--space-xl) 0}.feature-box{padding:var(--space-lg);border-radius:var(--radius-md);background-color:var(--secondary-dark);width:var(--feature-box-width);height:var(--feature-box-height);display:flex;flex-direction:column;align-items:center;justify-content:center;margin:0 auto var(--space-lg)}.feature-boxes .grid{display:flex;flex-wrap:wrap;justify-content:center;gap:var(--feature-box-gap);width:100%}@media (max-width: 767px){.feature-boxes .grid{flex-direction:column;align-items:center;gap:var(--space-lg)}.feature-box{width:var(--feature-box-width);max-width:90vw;height:auto;min-height:350px}.footer-right{align-items:flex-start!important}.footer-download-container{margin-left:0;margin-right:0}}@media (min-width: 768px) and (max-width: 1279px){.feature-boxes .grid{justify-content:center;gap:var(--space-lg)}.feature-box:nth-child(3){margin-top:var(--space-lg)}}@media (min-width: 1280px){.feature-boxes .grid{display:flex;flex-wrap:nowrap;justify-content:center;gap:var(--feature-box-gap);width:100%}}.feature-icon{display:flex;justify-content:center;align-items:center;margin-bottom:var(--space-md);width:100%}.feature-icon svg{width:70px;height:70px}.feature-title{font-size:36px;margin-bottom:var(--space-md);text-align:center}.feature-text{font-size:18px;color:#8c8c8c;text-align:center;padding-left:30px;padding-right:30px;font-family:var(--font-family-light)}.bottom-section{padding:var(--space-xxl) 0;text-align:center;padding-bottom:100px}.bottom-headline{font-size:42px;font-weight:var(--font-weight-bold);margin-bottom:var(--space-md);max-width:400px;margin-left:auto;margin-right:auto;line-height:1.2}.bottom-subheader{font-size:18px;max-width:700px;margin:0 auto var(--space-lg);font-family:var(--font-family-light)}.bottom-image-container{position:relative;max-width:800px;height:100%;display:flex;align-items:center;justify-content:center}.bottom-image{width:100%;height:auto;border-radius:var(--radius-lg)}.radial-gradient{position:absolute;top:-300px;left:-600px;right:-600px;width:calc(100% + 1200px);height:calc(100% + 600px);max-width:2400px;z-index:-1;pointer-events:none;background:radial-gradient(ellipse at center,#101833,#101833cc,#10183399 30%,#0a0e1a66,#0a0e1a33 70%,#0a0e1a00)}@media (max-width: 1023px){.radial-gradient{top:-80px;left:-80px;right:-80px;width:calc(100% + 160px);height:calc(100% + 200px);max-width:900px;background:radial-gradient(ellipse at center,#101833,#101833b3 20%,#0a0e1a66,#0a0e1a1a 80%,#0a0e1a00)}}@media (max-width: 767px){.radial-gradient{top:-40px;left:-20px;right:-20px;width:calc(100% + 40px);height:calc(100% + 80px);max-width:400px;background:radial-gradient(ellipse at center,#101833,#10183399 20%,#0a0e1a4d,#0a0e1a0d 80%,#0a0e1a00)}}.bottom-cta-headline{font-size:42px;width:500px;font-weight:var(--font-weight-bold);margin-bottom:var(--space-md)}.bottom-cta-subtext{font-size:16px;color:#aeaeae;font-family:var(--font-family-light)}.footer{padding:var(--space-xl) 0 var(--space-lg);min-height:200px;background:linear-gradient(180deg,#0a0e1a,#101833)}.footer .container{position:relative;display:flex;justify-content:center;min-height:150px}.footer .flex{min-height:150px;align-items:stretch}.footer-left,.footer-right{width:100%;display:flex;flex-direction:column;justify-content:space-between;height:100%}.footer-wordmark{left:100px;font-weight:var(--font-weight-bold);font-size:var(--text-xl);margin-bottom:var(--space-sm)}.footer-subheader{margin-bottom:var(--space-md);color:var(--secondary)}.social-icons{display:flex;gap:var(--space-md);margin-bottom:var(--space-md)}.social-icon{display:flex;align-items:center;justify-content:center;width:50px;height:50px;background-color:var(--primary);border-radius:50%;transition:background-color var(--transition-fast)}.social-icon:hover{background-color:var(--primary-dark)}.social-icon-image{width:24px;height:24px;filter:brightness(0) invert(1)}@media (max-width: 1919px){.social-icon{width:40px;height:40px}.social-icon-image{width:20px;height:20px}}.copyright{font-size:var(--text-sm);color:var(--secondary);margin-top:auto;line-height:1;font-family:var(--font-family-light)}.desktop-copyright{display:none}.mobile-copyright{display:block;margin-top:var(--space-xl);font-family:var(--font-family-light);text-align:center;width:100%}@media (min-width: 768px){.desktop-copyright{display:block}.mobile-copyright{display:none}}.footer-download-container{display:flex;align-items:center;gap:var(--space-md);padding:var(--space-lg);border:2px solid #2E323D;border-radius:var(--radius-lg);max-width:400px}.footer-qr-code{width:80px;height:80px;flex-shrink:0}.footer-app-store-badge{display:inline-block;outline:none;border:none;margin-bottom:0}.footer-app-store-badge:focus{outline:none;box-shadow:none}.footer-app-store-badge:active{outline:none;border:none}.footer-app-store-image{width:150px;height:auto}.legal-links{display:flex;gap:var(--space-lg);align-items:baseline;position:relative;top:0}@media (min-width: 768px){.legal-links{margin-top:auto}}.legal-link{color:var(--secondary);font-size:var(--text-sm);line-height:1;font-family:var(--font-family-light)}.legal-link:hover{text-decoration:none;color:var(--secondary)}@media (min-width: 768px){.legal-link{margin-top:58px}}@media (min-width: 1280px){.footer-flex-container{justify-content:space-between!important;align-items:stretch!important;min-height:200px!important;display:flex!important;flex-direction:row!important;width:100%!important}.footer-left{width:var(--feature-box-width)!important;max-width:var(--feature-box-width)!important;display:flex!important;flex-direction:column!important;justify-content:space-between!important;margin-bottom:0!important;margin-right:auto!important;flex-shrink:0!important}.footer-right{width:var(--feature-box-width)!important;max-width:var(--feature-box-width)!important;display:flex!important;flex-direction:column!important;align-items:flex-end!important;justify-content:space-between!important;height:100%!important;margin-bottom:0!important;margin-left:auto!important;flex-shrink:0!important}.copyright,.legal-links{margin-top:auto!important;margin-bottom:0!important}}@media (min-width: 768px){.footer-flex-container{display:flex!important;flex-direction:row!important;justify-content:space-between!important;align-items:stretch!important;min-height:180px!important}.footer-left,.footer-right{display:flex!important;flex-direction:column!important;justify-content:space-between!important;margin-bottom:0!important}.desktop-copyright,.legal-links{margin-top:auto!important;margin-bottom:0!important}}@media (min-width: 1024px){.footer-flex-container{min-height:200px!important}.footer-left{max-width:none!important}.footer-right{max-width:none!important;align-items:flex-end!important}}.footer-flex-container{display:flex;flex-direction:column;gap:var(--space-xl);width:100%;justify-content:space-between;border-top:1px solid #2E323D;padding-top:var(--space-xl)}@media (min-width: 768px){.footer-flex-container{flex-direction:row!important;justify-content:space-between!important;align-items:stretch!important;min-height:200px!important;gap:var(--space-lg)!important}}@media (min-width: 1280px){.footer-flex-container{justify-content:space-between!important;width:100%!important;max-width:var(--container-max-width)!important}.footer-left{width:var(--feature-box-width)!important;flex-shrink:0!important;margin-right:auto!important}.footer-right{width:var(--feature-box-width)!important;flex-shrink:0!important;margin-left:auto!important;align-items:flex-end!important}}.button{display:inline-flex;align-items:center;justify-content:center;padding:var(--space-sm) var(--space-lg);border-radius:var(--radius-md);font-weight:var(--font-weight-medium);text-decoration:none;border:none;cursor:pointer}.button-primary,.button-primary:hover{background-color:var(--primary);color:#fff}.button-outline{background-color:transparent;border:1px solid var(--primary);color:var(--primary)}.button-outline:hover{background-color:transparent;color:var(--primary)}@media (min-width: 1024px) and (max-width: 1700px){.hero-image-gradient{background:linear-gradient(to bottom,#0a0e1a33,#0a0e1a66,#0a0e1a99,#0a0e1acc,#0a0e1ae6,#0a0e1a);width:105%;height:105%;left:50%;right:auto;transform:translate(-50%,-50%)}.hero-content-gradient{background:radial-gradient(circle at 30% 30%,#101833 15%,#101833e6,#0a0e1acc,#0a0e1a99,#0a0e1a66 75%,#0a0e1a00);height:calc(70% + 80px);max-width:1000px}}@media (max-width: 1023px){.hero-heading{font-size:var(--text-3xl)}.hero-images{height:350px}.hero-image-background{height:100%;width:100%}.hero-image-gradient{height:105%;width:105%;left:50%;top:50%;transform:translate(-50%,-50%);background:linear-gradient(to bottom,#0a0e1a4d,#0a0e1acc,#0a0e1a)}.hero-content-gradient{width:100%;max-width:800px;height:calc(75% + 60px)}.bottom-headline{font-size:28px}}@media (max-width: 767px){.hero-section{text-align:center}.hero-heading{font-size:32px}.hero-subheader{font-size:16px}.hero-cta-subheader{font-size:12px}.hero-content{margin:0 auto var(--space-xl)}.hero-images{height:350px;overflow:visible;position:relative}.hero-image-background{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:105%;height:105%;z-index:1;object-fit:contain}.hero-image-overlay{position:absolute;right:50%;top:50%;transform:translate(50%,-50%);z-index:3}.hero-image-phone{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);width:320px;height:324px;z-index:5;object-fit:contain}.hero-image-gradient{width:105%;height:105%;left:50%;top:50%;right:auto;transform:translate(-50%,-50%);background:linear-gradient(to bottom,#0a0e1a66,#0a0e1acc 40%,#0a0e1a)}.hero-content-gradient{width:100%;left:0;max-width:none;height:calc(70% + 50px);background:radial-gradient(circle at 50% 25%,#101833 10%,#101833f2,#0a0e1ad9,#0a0e1ab3 70%,#0a0e1a66)}.feature-box{text-align:center;margin-bottom:var(--space-lg);width:325px;height:301px;margin-left:auto;margin-right:auto}.feature-title{font-size:24px;padding-left:20px;padding-right:20px}.feature-text{font-size:14px}.bottom-headline{font-size:28px}.bottom-subheader{font-size:16px}.bottom-cta-subtext{font-size:12px}.footer{text-align:left;align-items:flex-start}.footer-wordmark img{padding-right:150px;width:407px;height:33px}.footer-subheader{font-size:14px}.footer-app-store-image{width:120px;height:40px}.legal-link,.copyright{font-size:12px}.button{font-size:14px}.header .cta-button,.header .button-primary{font-size:12px}.footer-right{text-align:left}.social-icons{justify-content:flex-start}.footer-qr-code{display:none}.footer-flex-container{flex-direction:column}.footer-left{margin-bottom:var(--space-lg)}.footer-download-container{padding:var(--space-md);margin-bottom:var(--space-md)}.legal-links{justify-content:flex-start;margin-bottom:var(--space-md)}}.page-container{min-height:100vh;background-color:var(--background);display:flex;flex-direction:column}.privacy-content,.terms-content{flex:1;padding:var(--space-xl) 0;padding-top:100px;color:var(--text-primary)}.page-title{font-size:var(--text-3xl);font-weight:var(--font-weight-bold);margin-bottom:var(--space-xl);text-align:center;font-family:var(--font-family-avenir-black)}.privacy-content-container,.terms-content-container{max-width:800px;margin:0 auto;line-height:1.6}.privacy-content-container h2,.terms-content-container h2{font-size:var(--text-2xl);font-weight:var(--font-weight-bold);margin-top:var(--space-xl);margin-bottom:var(--space-md);color:var(--text-light);font-family:var(--font-family-avenir-black)}.privacy-content-container p,.terms-content-container p{margin-bottom:var(--space-md);color:var(--text-secondary);font-family:var(--font-family-light)}.privacy-content-container ul,.terms-content-container ul{margin-bottom:var(--space-md);padding-left:var(--space-lg);color:var(--text-secondary)}.privacy-content-container li,.terms-content-container li{margin-bottom:var(--space-sm);font-family:var(--font-family-light)}@media (max-width: 767px){.privacy-content,.terms-content{padding-top:40px;padding-left:var(--space-md);padding-right:var(--space-md)}.page-title{font-size:28px}.privacy-content-container h2,.terms-content-container h2{font-size:24px;margin-top:var(--space-lg)}}@media (min-width: 1920px){.hero-section .container{max-width:var(--container-max-width);padding-left:0;padding-right:0}.hero-section .flex{width:100%;padding:0;margin:0;justify-content:space-between}.hero-content{width:var(--feature-box-width);max-width:var(--feature-box-width);margin-right:auto}.hero-images{height:900px;max-width:900px}.hero-image-background{width:105%;height:105%;object-fit:contain}.hero-image-phone{width:802px;height:812px;transform:translate(-50%,-50%);object-fit:contain}.trainer-phone{width:858px;height:auto;max-height:1662px;object-fit:contain}.feature-boxes .container{max-width:var(--container-max-width);padding-left:0;padding-right:0}.feature-boxes .grid{grid-template-columns:repeat(3,var(--feature-box-width));gap:var(--feature-box-gap);justify-content:center;width:100%;max-width:var(--container-max-width)}.feature-box{width:var(--feature-box-width);height:var(--feature-box-height);min-width:var(--feature-box-width);min-height:var(--feature-box-height)}.footer .container{max-width:var(--container-max-width);padding-left:0;padding-right:0}.footer .flex{width:100%;justify-content:space-between}.footer-left{width:var(--feature-box-width);flex-shrink:0}.footer-right{width:var(--feature-box-width);flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end}}@media (min-width: 1024px){.hero-images{height:750px}.hero-image-background{width:105%;height:105%;max-width:none}.hero-image-phone{width:600px;height:608px}}@media (min-width: 1440px){.hero-images{height:850px}.hero-image-background{width:105%;height:105%}.hero-image-phone{width:700px;height:709px}}@media (min-width: 1024px){.bottom-image-container{max-width:550px}}@media (min-width: 1440px){.bottom-image-container{max-width:700px}}@media (min-width: 1920px){.bottom-image-container{max-width:900px;margin-top:var(--space-xxl);margin-bottom:var(--space-xxl)}}.bottom-gradient-wrapper{width:100vw;position:relative;left:50%;right:50%;margin-left:-50vw;margin-right:-50vw;margin-top:var(--space-xl);margin-bottom:var(--space-xl);min-height:600px;display:flex;align-items:center;justify-content:center;background-color:#0000001a}@font-face{font-family:OpenSans-Light;src:url(/assets/OpenSans-Light-CA6MmX5Y.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:OpenSans-Regular;src:url(/assets/OpenSans-Regular-CTzHQvAC.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:OpenSans-SemiBold;src:url(/assets/OpenSans-SemiBold-A6xidF-G.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:OpenSans-Bold;src:url(/assets/OpenSans-Bold-nh4UhjrU.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Avenir-Black;src:local("Avenir Black"),local("Avenir-Black");font-weight:900;font-style:normal;font-display:swap}html{scroll-behavior:smooth}body{min-width:320px;overflow-x:hidden}h1,h2,h3,h4,h5,h6{margin-top:0;line-height:var(--line-height-heading);font-weight:var(--font-weight-bold)}p{margin-top:0}a{color:var(--primary);text-decoration:none;transition:color var(--transition-fast)}a:hover{color:var(--primary-dark)}:focus{outline:2px solid var(--primary);outline-offset:2px}button{font-family:inherit;cursor:pointer;background:none;border:none;padding:0}ul,ol{padding:0;list-style:none}input,textarea,select,button{font:inherit}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important;scroll-behavior:auto!important}}
