:root{--surface-gray:#fafafa;--surface-dashboard-bg-light:#f8f9fc;--text-primary:#181d27;--text-secondary:#414651;--text-tertiary:#717680;--button-bg-primary:#181d27;--button-border-primary:#181d27;--button-bg-secondary:#fff;--button-border-secondary:#d5d7da;--input-bg-primary:white;--input-border-primary:#e9eaeb;--dark-navy:#2a2f41;--yellow:#c4ff3d;--lime:#c3ff3d;--indigo:#6372ff;--bluey:#26c3cb;--shadow-lg:0px 12px 16px -4px #0a0d1214;--shadow-xs:0px 1px 2px #0a0d120d}.tv-app{--surface-gray:#fafafa;--surface-dashboard-bg-light:#f8f9fc;--text-primary:#181d27;--text-secondary:#414651;--text-tertiary:#717680;--button-bg-primary:#181d27;--button-border-primary:#181d27;--button-bg-secondary:#fff;--button-border-secondary:#d5d7da;--input-bg-primary:white;--input-border-primary:#e9eaeb;--dark-navy:#2a2f41;--yellow:#c4ff3d;--lime:#c3ff3d;--indigo:#6372ff;--bluey:#26c3cb;--shadow-xs:0px 1px 2px #0a0d120d;font-family:inherit;font-size:revert;font-weight:revert;line-height:revert;color:var(--text-primary);background-color:var(--surface-gray);text-align:revert;margin:0}:where(.tv-app) h1,:where(.tv-app) h2,:where(.tv-app) h3,:where(.tv-app) h4,:where(.tv-app) h5,:where(.tv-app) h6{font-size:revert;font-weight:revert;line-height:revert;color:inherit;margin-top:revert;margin-bottom:revert}:where(.tv-app) p{font-size:revert;font-weight:revert;line-height:revert;margin-top:revert;margin-bottom:revert}:where(.tv-app) ul,:where(.tv-app) ol{margin-top:revert;margin-bottom:revert;padding-left:revert}:where(.tv-app) main{overflow:visible}:where(.tv-app) a{color:var(--indigo);background-color:#0000;text-decoration:none}:where(.tv-app) a:hover{text-decoration:underline}:where(.tv-app) hr{margin-top:revert;margin-bottom:revert;border:revert;border-top:revert}:where(.tv-app) img{vertical-align:revert}body{background-color:var(--surface-gray);color:var(--text-primary);margin:0}html,body{scroll-behavior:smooth}em.no-italic{font-style:normal}a{color:var(--indigo);text-decoration:none}a:hover{text-decoration:underline}.text-lime{color:var(--lime)}.text-indigo{color:var(--indigo)}.text-bluey{color:var(--bluey)}.text-white{color:#fff}.tv-button.as-link{cursor:pointer}.tv-button.primary{color:#fff;background-color:var(--button-bg-primary);border:1px solid var(--button-border-primary);box-shadow:var(--shadow-xs);border-radius:90px;padding:12px 20px;font-size:16px;font-weight:700;line-height:24px}.tv-button.primary:hover{background-color:color-mix(in srgb, var(--button-bg-primary) 90%, white 10%);border-color:color-mix(in srgb, var(--button-border-primary) 90%, white 10%)}.tv-button.secondary{color:var(--text-secondary);background-color:var(--button-bg-secondary);border:2px solid var(--button-border-secondary);border-radius:90px;padding:10px 18px;font-size:16px;font-weight:700;line-height:24px}.tv-button.secondary:hover{background-color:color-mix(in srgb, var(--text-secondary) 10%, white 90%)}.tv-nav{background-color:var(--surface-gray);z-index:100;justify-content:space-between;align-items:center;gap:20px;padding:10px 60px;display:flex;position:sticky;top:0}@media (max-width:820px){.tv-nav{padding:16px 24px}}@media (max-width:1024px){.tv-nav{padding:16px 20px}}.tv-nav--brand{width:166px;height:40px}@media (max-width:768px){.tv-nav--brand{width:100px;height:24px}}.tv-nav--left{align-items:center;gap:1rem;display:flex}.tv-nav--items{align-items:center;gap:2rem;font-size:18px;font-weight:700;line-height:24px;display:flex}@media (max-width:1064px){.tv-nav--items{display:none!important}}.tv-nav--items li{list-style:none}.tv-nav--items li a{color:inherit;text-decoration:none}.tv-nav--items li a:hover{text-decoration:underline}.tv-nav--right{align-items:center;gap:2rem;display:flex}@media (max-width:1064px){.tv-nav--right{display:none!important}}.tv-nav--right a{color:var(--text-secondary);font-size:18px;font-weight:700;line-height:24px}.tv-nav--menu-icon{cursor:pointer;background:0 0;border:none;padding:0;display:none}@media (max-width:1064px){.tv-nav--menu-icon{display:block}}.tv-nav--mobile-menu{display:none}@media (max-width:1064px){.tv-nav--mobile-menu{background-color:var(--surface-gray);z-index:99;animation:.3s cubic-bezier(.25,.46,.45,.94) forwards slideInFromRight;display:block;position:fixed;inset:72px 0 0;overflow-y:auto}.tv-nav--mobile-menu.closing{animation:.3s cubic-bezier(.25,.46,.45,.94) forwards slideOutToRight}}@media (max-width:768px){.tv-nav--mobile-menu{top:56px}}.tv-nav--mobile-menu-content{flex-direction:column;align-items:center;gap:32px;padding:40px 20px;display:flex}.tv-nav--mobile-items{flex-direction:column;align-items:center;gap:24px;width:100%;margin:0;padding:0;list-style:none;display:flex}.tv-nav--mobile-items li a{color:var(--text-primary);font-size:20px;font-weight:700;line-height:28px;text-decoration:none}.tv-nav--mobile-items li a:hover{text-decoration:underline}.tv-nav--mobile-separator{border:none;border-top:2px solid #0003;width:80%;max-width:300px;margin:0}.tv-nav--mobile-actions{flex-direction:column;align-items:center;gap:20px;width:100%;display:flex}.tv-nav--mobile-actions a{color:var(--text-secondary);font-size:18px;font-weight:700;line-height:24px}.tv-nav--mobile-actions button{width:auto}.tv-hero{text-align:center;z-index:2;flex-direction:column;justify-content:center;align-items:center;gap:40px;padding:70px 20px 0;display:flex;position:relative}@media (max-width:768px){.tv-hero{padding:70px 0}}.tv-hero--headline{opacity:0;will-change:transform,opacity;flex-direction:column;gap:20px;padding:0 20px;animation:.6s cubic-bezier(.25,.46,.45,.94) forwards fadeUp;display:flex}.tv-hero--headline>.headline{color:var(--dark-navy);letter-spacing:-2%;margin:0;font-size:80px;line-height:110%}@media (max-width:768px){.tv-hero--headline>.headline{font-size:48px;line-height:60px}}.tv-hero--headline>.headline em{background:linear-gradient(90deg, var(--yellow) 0%, var(--yellow) 100%);background-position:0;background-repeat:no-repeat;background-size:0% 100%;border-radius:20px;padding:4px 14px;font-style:normal;animation:.5s ease-in-out .2s forwards highlight;display:inline-block}.tv-hero--headline>.subheadline{margin:0;font-size:24px;font-weight:500;line-height:32px}@media (max-width:768px){.tv-hero--headline>.subheadline{font-size:20px;line-height:30px}}.tv-hero--illustration-wrapper{opacity:0;will-change:transform,opacity;margin-bottom:-200px;animation:.6s cubic-bezier(.25,.46,.45,.94) .25s forwards fadeUp;display:inline-block;position:relative}@media (max-width:768px){.tv-hero--illustration-wrapper{margin-bottom:-280px}}@media (max-width:480px){.tv-hero--illustration-wrapper{margin-bottom:-190px}}.tv-hero--illustration{z-index:10;max-width:100%;height:auto;display:block;position:relative}@media (max-width:768px){.tv-hero--illustration{max-width:90%;margin:0 auto}}@media (max-width:480px){.tv-hero--illustration{max-width:85%;margin:0 auto}}.tv-sparkle{z-index:1;animation:3s ease-in-out infinite float;position:absolute}.tv-sparkle-1{width:100px;height:100px;animation-duration:3.5s;animation-delay:0s;top:12%;left:0}@media (max-width:768px){.tv-sparkle-1{width:60px;height:60px;top:3%;left:5%}}.tv-sparkle-1 svg{width:100%;height:100%}.tv-sparkle-1 svg path{fill:var(--lime)}.tv-sparkle-2{width:70px;height:70px;animation-duration:3s;animation-delay:.8s;bottom:28%;left:-40px}@media (max-width:768px){.tv-sparkle-2{width:40px;height:40px;left:-14px}}.tv-sparkle-2 svg{width:100%;height:100%}.tv-sparkle-2 svg path{fill:var(--indigo)}.tv-sparkle-3{width:60px;height:60px;animation-duration:3.2s;animation-delay:.4s;top:22%;right:-20px}@media (max-width:768px){.tv-sparkle-3{width:30px;height:30px;top:10%;right:40px}}.tv-sparkle-3 svg{width:100%;height:100%}.tv-sparkle-3 svg path{fill:var(--bluey)}.tv-sparkle-4{width:80px;height:80px;animation-duration:3.8s;animation-delay:1.2s;bottom:18%;right:-40px}@media (max-width:768px){.tv-sparkle-4{width:55px;height:55px;bottom:30%;right:0}}.tv-sparkle-4 svg{width:100%;height:100%}.tv-sparkle-4 svg path{fill:var(--lime)}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes highlight{0%{background-size:0% 100%}to{background-size:100% 100%}}@keyframes fadeUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translate(0,0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(100px)}to{opacity:1;transform:translate(0)}}@keyframes slideOutToRight{0%{opacity:1;transform:translate(0)}to{opacity:0;transform:translate(100%)}}@keyframes slideRotateCardFromLeft{0%{opacity:0;transform:translateX(-100px) rotate(calc(var(--tilt,0deg) - 5deg))}60%{transform:translateX(5px) rotate(calc(var(--tilt,0deg) + 2deg))}to{opacity:1;transform:translateX(0) rotate(var(--tilt,0deg))}}@keyframes cartoonRotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes tiltLeftRight{0%,to{transform:rotate(-3deg)}50%{transform:rotate(3deg)}}@keyframes bobUpDown{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-100px)}to{opacity:1;transform:translate(0)}}@keyframes slideUpFadeIn{0%{transform:translateY(60px)scale(1)}to{transform:translateY(0)scale(1)}}@keyframes shrinkCard2To98{0%{transform:translateY(0)scale(1)}to{transform:translateY(-10px)scale(.98)}}@keyframes shrinkCard2To96{0%{transform:translateY(-10px)scale(.98)}to{transform:translateY(-18px)scale(.96)}}@keyframes shrinkCard3To98{0%{transform:translateY(0)scale(1)}to{transform:translateY(-10px)scale(.98)}}@keyframes slideUpFadeInScale98{0%{opacity:0;transform:translateY(60px)scale(1)}to{opacity:1;transform:translateY(0)scale(.98)}}@keyframes slideUpFadeInScale96{0%{opacity:0;transform:translateY(60px)scale(1)}to{opacity:1;transform:translateY(0)scale(.96)}}@keyframes slideUpFadeInScale94{0%{opacity:0;transform:translateY(60px)scale(1)}to{opacity:1;transform:translateY(0)scale(.94)}}@keyframes shrinkTo98{0%{transform:translateY(0)scale(1)}to{transform:translateY(-10px)scale(.98)}}@keyframes shrinkTo96{0%{transform:translateY(-10px)scale(.98)}to{transform:translateY(-18px)scale(.96)}}@keyframes shrinkTo94{0%{transform:translateY(-18px)scale(.96)}to{transform:translateY(-24px)scale(.94)}}.fade-up{animation:.8s ease-out both fadeUp;animation-timeline:view();animation-range:entry cover 40%}.tv-challenge{background-color:var(--dark-navy);z-index:1;border-top-left-radius:100px;border-top-right-radius:100px;padding:320px 100px 300px;position:relative}@media (max-width:768px){.tv-challenge{border-top-left-radius:80px;border-top-right-radius:80px;padding:270px 20px 200px}}@media (max-width:468px){.tv-challenge{padding:200px 20px 60px}}.tv-section{text-align:center;flex-direction:column;align-items:center;gap:40px;margin:90px auto;display:flex}.tv-section.standalone{margin:0 auto;padding:200px 0}@media (max-width:768px){.tv-section.standalone{padding:100px 0}}.tv-section.standalone.overlap{z-index:10;margin-top:-200px;position:relative}@media (max-width:768px){.tv-section.standalone.overlap{margin-top:-90px}}.tv-section.standalone>div{max-width:70%}@media (max-width:768px){.tv-section.standalone>div{max-width:90%}}.tv-section--pill{background-color:var(--indigo);color:#fff;border-radius:90px;margin-bottom:20px;padding:8px 16px;font-size:14px;line-height:20px;display:inline-block}.tv-section--pill.white{color:var(--text-primary);background-color:#fff}@media (max-width:768px){.tv-section--pill{font-size:12px;line-height:18px}}.tv-section--flex{justify-content:center;align-items:center;gap:20px;margin-bottom:200px;display:flex}.tv-section--flex img{width:auto;max-width:none;height:auto;display:block}@media (max-width:1024px){.tv-section--flex img{width:min(480px,100%)}}@media (max-width:768px){.tv-section--flex{flex-direction:column;gap:40px}.tv-section--flex img{align-self:center;width:min(400px,100%)}}.tv-section--content{flex-direction:column;gap:20px;display:flex}.tv-section--heading{letter-spacing:-2%;margin:0;font-size:64px;font-weight:700;line-height:110%}@media (max-width:768px){.tv-section--heading{font-size:46px}}@media (max-width:468px){.tv-section--heading{font-size:36px}}.tv-section--desc{font-size:16px;line-height:24px}.tv-section--desc.w-md{width:70%}@media (max-width:768px){.tv-section--desc.w-md{width:90%;font-size:16px;line-height:24px}}.tv-section--desc.w-full{width:100%}.tv-section--desc.lg{font-size:30px;font-weight:500;line-height:38px}@media (max-width:468px){.tv-section--desc.lg{font-size:20px;line-height:24px}}.tv-section--desc.md{font-size:20px;line-height:30px}.tv-section--desc.sm{font-size:16px;line-height:24px}.tv-section--card-list{flex-wrap:wrap;justify-content:center;gap:20px;display:flex}.tv-section--card-list.fade-up{view-timeline-name:--card-list-reveal}.tv-section--card-list.fade-up .tv-point-card{opacity:0;animation:1s cubic-bezier(.25,.46,.45,.94) both slideRotateCardFromLeft;animation-timeline:--card-list-reveal;animation-range:entry cover 50%}.tv-section--card-list.fade-up .tv-point-card:first-child{animation-delay:0s}.tv-section--card-list.fade-up .tv-point-card:nth-child(2){animation-delay:.15s}.tv-section--card-list.fade-up .tv-point-card:nth-child(3){animation-delay:.3s}.tv-section--card-list.fade-up .tv-point-card:nth-child(4){animation-delay:.45s}.tv-section--card-list.fade-up .tv-point-card:nth-child(5){animation-delay:.6s}.tv-section--card-list.fade-up .tv-point-card:nth-child(6){animation-delay:.75s}.tv-section--card-list.fade-up .tv-point-card:hover{opacity:1;transform:translateX(0) rotate(calc(var(--tilt,0deg) * -1));transition:transform .22s;animation:none}.tv-section--card{text-align:center;border-radius:20px;flex-direction:column;align-items:center;max-width:270px;padding:8px 10px 10px;display:flex}.tv-section--card.tv-point-card{transform:rotate(var(--tilt,0deg));will-change:transform;transition:transform .22s}.tv-section--card.tv-point-card:hover{transform:translateX(0) rotate(calc(var(--tilt,0deg) * -1))}.tv-section--card.content{flex-direction:column;display:flex}.tv-section--card.photo{width:200px;height:200px}@media (max-width:480px){.tv-section--card.photo{width:150px;height:150px}}.tv-section--card.photo img{object-fit:contain;width:100%;height:100%}.tv-section--card.title{margin:0;font-size:24px;font-weight:700;line-height:32px}.tv-section--card.desc{color:#000;margin:0;font-size:16px;line-height:24px}.tv-cta{z-index:10;opacity:0;will-change:transform,opacity;gap:12px;animation:.6s cubic-bezier(.25,.46,.45,.94) .15s forwards fadeUp;display:flex;position:relative}.pt-pill-list{flex-wrap:wrap;justify-content:center;gap:20px;width:80%;margin:0 auto;padding:0;display:flex}.pt-pill-list li{letter-spacing:-2%;opacity:.7;border:1px solid #000;border-radius:60px;margin:0;padding:16px 28px;font-size:40px;font-weight:500;line-height:110%;list-style:none;transition:all .6s;transform:scale(1)}@media (max-width:468px){.pt-pill-list li{letter-spacing:-2%;padding:8px 12px;font-size:24px;line-height:110%}}.pt-pill-list li.highlighted{background-color:var(--yellow);border:1px solid var(--yellow);opacity:1;transform:scale(1.08)}@media (max-width:768px){.pt-pill-list{width:100%}}.pitch-deck-stack-container{min-height:150vh;padding-bottom:100px;position:relative}@media (max-width:768px){.pitch-deck-stack-container{min-height:400vh;padding-bottom:60px}}.pitch-deck{height:70vh;box-shadow:var(--shadow-xs);border-radius:40px;gap:50px;min-height:750px;margin:0 10px;padding:60px;display:flex;position:sticky;top:calc(50vh - 300px)}@media (max-width:768px){.pitch-deck{flex-wrap:wrap;padding:30px;top:calc(50vh - 200px)}}.pitch-deck:first-child{z-index:1;opacity:1;animation:.4s ease-out forwards shrinkTo98,.4s ease-out forwards shrinkTo96,.4s ease-out forwards shrinkTo94;animation-timeline:--card2,--card3,--card4;animation-range:entry entry 80%,entry entry 80%,entry entry 80%;top:20vh}@media (max-width:768px){.pitch-deck:first-child{top:9vh}}.pitch-deck:nth-child(2){z-index:2;view-timeline-name:--card2;animation:.6s ease-out forwards slideUpFadeIn,.4s ease-out forwards shrinkCard2To98,.4s ease-out forwards shrinkCard2To96;animation-timeline:view(),--card3,--card4;animation-range:entry entry 80%,entry entry 80%,entry entry 80%;top:24vh;transform:translateY(60px)}@media (max-width:768px){.pitch-deck:nth-child(2){top:12vh}}.pitch-deck:nth-child(3){z-index:3;view-timeline-name:--card3;animation:.6s ease-out forwards slideUpFadeIn,.4s ease-out forwards shrinkCard3To98;animation-timeline:view(),--card4;animation-range:entry entry 80%,entry entry 80%;top:28vh;transform:translateY(60px)}@media (max-width:768px){.pitch-deck:nth-child(3){top:15vh}}.pitch-deck:nth-child(4){z-index:4;view-timeline-name:--card4;animation:.6s ease-out forwards slideUpFadeIn;animation-timeline:view();animation-range:entry entry 80%;top:32vh;transform:translateY(60px)}@media (max-width:768px){.pitch-deck:nth-child(4){top:18vh}}.pitch-deck-illustrations{justify-content:center;align-items:center;width:50%;height:500px;display:flex;position:relative}@media (max-width:768px){.pitch-deck-illustrations{justify-content:flex-end;align-items:flex-end;width:100%;height:250px}}.pitch-deck-illustrations img{position:absolute}.pitch-deck-illustrations img:only-child{width:350px;position:relative;top:65%;left:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.pitch-deck-illustrations img:only-child{width:250px;position:absolute;inset:auto 20px 20px auto;transform:none}}@media (max-width:468px){.pitch-deck-illustrations img:only-child{width:200px;bottom:10px;right:10px}}.pitch-deck-illustrations .gp-white-star{z-index:3;width:65px;animation:1s steps(8,end) infinite cartoonRotate;top:10px;left:150px}@media (max-width:768px){.pitch-deck-illustrations .gp-white-star{width:50px;top:-20%;left:70%}}@media (max-width:468px){.pitch-deck-illustrations .gp-white-star{width:30px;top:-25%;left:68%}}.pitch-deck-illustrations .gp-laptop-3{z-index:1;width:190px;animation:2s steps(4,end) infinite tiltLeftRight;top:150px;left:20px}@media (max-width:768px){.pitch-deck-illustrations .gp-laptop-3{width:130px;top:30%;left:50%}}@media (max-width:468px){.pitch-deck-illustrations .gp-laptop-3{width:104px;top:30%;left:20%}}.pitch-deck-illustrations .gp-woman-dancing{z-index:2;width:300px;animation:2.5s steps(4,end) infinite tiltLeftRight;top:20px;left:140px}@media (max-width:916px){.pitch-deck-illustrations .gp-woman-dancing{left:20%}}@media (max-width:768px){.pitch-deck-illustrations .gp-woman-dancing{width:210px;top:-20%;left:67%}}@media (max-width:468px){.pitch-deck-illustrations .gp-woman-dancing{width:190px;top:-20%;left:34%}}.pitch-deck-illustrations .gp-people-group{width:300px;height:300px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@media (max-width:768px){.pitch-deck-illustrations .gp-people-group{width:250px;height:250px}}@media (max-width:468px){.pitch-deck-illustrations .gp-people-group{width:200px;height:200px}}.pitch-deck-illustrations .gp-people-group img{position:absolute}.pitch-deck-illustrations .gp-people-walking{z-index:1;width:350px;top:90%;left:90%;transform:translate(-50%,-50%)}@media (max-width:1024px){.pitch-deck-illustrations .gp-people-walking{left:68%}}@media (max-width:768px){.pitch-deck-illustrations .gp-people-walking{width:230px;left:100%}}@media (max-width:468px){.pitch-deck-illustrations .gp-people-walking{width:200px;left:82%}}.pitch-deck-illustrations .gp-green-check-1{z-index:0;width:50px;animation:2s ease-in-out infinite bobUpDown;top:-1%;left:60%;transform:translate(-50%)}@media (max-width:768px){.pitch-deck-illustrations .gp-green-check-1{width:40px;top:10%;left:110%}}@media (max-width:468px){.pitch-deck-illustrations .gp-green-check-1{width:30px;left:80%}}.pitch-deck-illustrations .gp-green-check-2{z-index:0;width:50px;animation:2.3s ease-in-out infinite bobUpDown;top:50%;left:-1%;transform:translateY(-50%)}@media (max-width:1024px){.pitch-deck-illustrations .gp-green-check-2{left:-10%}}@media (max-width:768px){.pitch-deck-illustrations .gp-green-check-2{width:40px;left:50%}}@media (max-width:468px){.pitch-deck-illustrations .gp-green-check-2{width:30px;bottom:40%;left:20%}}.pitch-deck-illustrations .gp-green-check-3{z-index:0;width:50px;animation:2.6s ease-in-out infinite bobUpDown;top:50%;right:-50%;transform:translateY(-50%)}@media (max-width:1024px){.pitch-deck-illustrations .gp-green-check-3{z-index:2;right:-30px}}@media (max-width:768px){.pitch-deck-illustrations .gp-green-check-3{width:40px;top:64%;right:-50%}}@media (max-width:468px){.pitch-deck-illustrations .gp-green-check-3{width:30px;right:-20%}}.pitch-deck-content--wrapper{width:50%}@media (max-width:768px){.pitch-deck-content--wrapper{width:100%}}.pitch-deck-content hr{max-width:60%;margin:20px auto 20px 0}.pitch-deck-content p{margin:0}.pitch-deck-number{color:#fff;opacity:.5;margin:0;padding:60px 60px 60px 0;font-size:100px;font-weight:700;line-height:75%;position:absolute;top:0;right:-5px}@media (max-width:768px){.pitch-deck-number{padding:30px 30px 30px 0;font-size:48px}}.value-prop-woman-working{width:500px;max-width:100%;height:auto}@media (max-width:768px){.value-prop-woman-working{width:350px}}@media (max-width:468px){.value-prop-woman-working{width:250px}}.gp-safe{max-width:100%;height:auto}@media (max-width:768px){.gp-safe{width:300px}}@media (max-width:468px){.gp-safe{width:190px}}img.gp-podcast{position:relative;top:50%;left:50%;transform:translate(-50%,-50%);width:400px!important}@media (max-width:768px){img.gp-podcast{position:absolute;inset:auto 20px 20px auto;transform:none;width:300px!important}}@media (max-width:468px){img.gp-podcast{bottom:10px;width:250px!important;right:0!important}}.padding-md-center{padding:90px 0!important}.tv-invitation-section{position:relative}.tv-invitation-section--illustration{margin:40px 0;display:inline-block}.tv-invitation-sparkle{z-index:1;animation:3s ease-in-out infinite float;position:absolute}.tv-invitation-sparkle-1{width:60px;height:60px;animation-duration:3.5s;animation-delay:0s;top:45%;left:35%}@media (max-width:1024px){.tv-invitation-sparkle-1{left:30%}}@media (max-width:768px){.tv-invitation-sparkle-1{width:50px;height:50px;top:49%;left:20%}}@media (max-width:468px){.tv-invitation-sparkle-1{left:13%}}.tv-invitation-sparkle-1 svg{width:100%;height:100%}.tv-invitation-sparkle-1 svg path{fill:#cf98ff}.tv-invitation-sparkle-2{width:30px;height:30px;animation-duration:3s;animation-delay:.8s;top:66%;left:36%;transform:translateY(-50%)}@media (max-width:1024px){.tv-invitation-sparkle-2{left:30%}}@media (max-width:768px){.tv-invitation-sparkle-2{left:22%}}@media (max-width:468px){.tv-invitation-sparkle-2{left:11%}}.tv-invitation-sparkle-2 svg{width:100%;height:100%}.tv-invitation-sparkle-2 svg path{fill:#fff}.tv-invitation-sparkle-3{width:35px;height:35px;animation-duration:3.2s;animation-delay:.4s;bottom:20%;left:33%}@media (max-width:1024px){.tv-invitation-sparkle-3{left:27%}}@media (max-width:768px){.tv-invitation-sparkle-3{bottom:14%;left:18%}}@media (max-width:468px){.tv-invitation-sparkle-3{left:9%}}.tv-invitation-sparkle-3 svg{width:100%;height:100%}.tv-invitation-sparkle-3 svg path{fill:#6372ff}.tv-invitation-sparkle-4{width:38px;height:38px;animation-duration:3.8s;animation-delay:1.2s;top:50%;right:34%}@media (max-width:1024px){.tv-invitation-sparkle-4{right:30%}}@media (max-width:768px){.tv-invitation-sparkle-4{top:59%;right:19%}}@media (max-width:468px){.tv-invitation-sparkle-4{right:12%}}.tv-invitation-sparkle-4 svg{width:100%;height:100%}.tv-invitation-sparkle-4 svg path{fill:#fff}.tv-invitation-sparkle-5{width:42px;height:42px;animation-duration:3.4s;animation-delay:.6s;bottom:15%;right:33%}@media (max-width:1024px){.tv-invitation-sparkle-5{right:28%}}@media (max-width:768px){.tv-invitation-sparkle-5{right:16%}}@media (max-width:468px){.tv-invitation-sparkle-5{right:10%}}.tv-invitation-sparkle-5 svg{width:100%;height:100%}.tv-invitation-sparkle-5 svg path{fill:#26c3cb}.tv-marketing-footer-container{background-color:var(--surface-dashboard-bg-light);padding:70px 0}.tv-marketing-footer{justify-content:space-between;gap:40px;width:80%;margin:0 auto;display:flex}@media (min-width:1024px){.tv-marketing-footer{width:70%}}@media (max-width:768px){.tv-marketing-footer{flex-direction:column;width:90%}}.tv-marketing-footer--left{gap:70px;display:flex}@media (max-width:768px){.tv-marketing-footer--left{flex-direction:column;gap:40px}}.tv-marketing-footer--right{max-width:300px}@media (max-width:768px){.tv-marketing-footer--right{max-width:100%}}.tv-marketing-footer--info{flex-direction:column;gap:32px;max-width:400px;display:flex}.tv-marketing-footer--links{flex-wrap:wrap;align-content:flex-start;gap:70px;display:flex}@media (max-width:768px){.tv-marketing-footer--links{gap:60px}}.tv-marketing-footer--brand{flex-direction:column;gap:10px;display:flex}.tv-marketing-footer--brand img{width:fit-content}.tv-marketing-footer--brand div>p{margin:0}.tv-marketing-footer--brand div{flex-direction:column;gap:5px;display:flex}.tv-marketing-footer--copyright,.tv-marketing-footer--group{color:var(--text-tertiary)}.tv-marketing-footer--group h4,.tv-marketing-footer--group h5{color:var(--text-primary);margin:0 0 12px}.tv-marketing-footer--group h4{letter-spacing:-2%;font-size:20px;line-height:110%}.tv-marketing-footer--group h5{letter-spacing:-2%;font-size:16px;line-height:110%}.tv-marketing-footer--group ul{margin:0;padding:0;list-style:none}.tv-marketing-footer--group ul li{margin:0 0 7px}.tv-marketing-footer--group ul li a{color:inherit;text-decoration:none}.tv-marketing-footer--group ul li a:hover{text-decoration:underline}.tv-marketing-footer--contact-info{flex-direction:column;gap:10px;display:flex}.tv-marketing-footer--contact-info-item p{margin:0}.tv-newsletter-subscribe-form{align-items:center;gap:15px;display:flex}.tv-newsletter-subscribe-form--input{background-color:var(--input-bg-primary);border:1px solid var(--input-border-primary);box-shadow:var(--shadow-xs);border-radius:8px;align-items:center;gap:10px;width:100%;padding:10px;transition:border-color .3s;display:flex}.tv-newsletter-subscribe-form--input i{color:var(--text-tertiary);margin-bottom:2px;font-size:20px}.tv-newsletter-subscribe-form--input input{color:var(--text-primary);background:0 0;border:none;outline:none;flex:1;font-size:14px}.tv-newsletter-subscribe-form--input input:focus{box-shadow:none!important}.tv-newsletter-subscribe-form--input input::placeholder{color:var(--text-tertiary)}.tv-newsletter-subscribe-form--input:focus-within{border-color:var(--indigo)}
