:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media (prefers-color-scheme: dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{color:var(--color-text);background:var(--color-background);transition:color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{margin:0 auto;font-weight:400}a,.green{text-decoration:none;color:#3e72df;transition:.4s;padding:3px;cursor:pointer}@media (hover: hover){a.link:hover{background-color:#008abd33}}button{background:none;border:none;padding:0;font:inherit;color:inherit;cursor:pointer}body{margin:0;font-family:Arial,sans-serif;background-color:#000;overflow:scroll;width:100%}.container{display:flex;flex:1;background-color:#000;align-items:center;justify-content:center;padding:15px}.logo{width:120px;height:120px;margin-bottom:10px;animation:fadeInDown 1s ease-in-out}@keyframes fadeInDown{0%{opacity:0;transform:translate3d(0,-100%,0)}to{opacity:1;transform:none}}.title{font-size:24px;font-weight:700;margin-bottom:10px;color:#fff}.subtitle{font-size:18px;text-align:center;color:#fff;margin-bottom:15px}.hero{width:100%;min-height:100vh;background-color:#3e72df;display:flex;justify-content:center;align-items:center;margin-bottom:10px}.hero-outer{height:100%;display:flex;flex-direction:row;justify-content:space-between;align-items:center}.hero-inner{padding:30px;display:flex;flex-direction:column;align-items:center;justify-content:center;flex-grow:1;animation:fadeInUp 1s ease-in-out}@keyframes fadeInUp{0%{opacity:0;transform:translate3d(0,100%,0)}to{opacity:1;transform:none}}.hero-text{font-size:24px;font-weight:700;color:#fff;text-align:center;margin-bottom:10px}.hero-subtext{font-size:21px;color:#fff;text-align:center;margin-bottom:8px;animation:fadeIn 1s ease-in-out}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.preview-image{max-width:400px;margin-top:20px}.learn-more-none-cologne-button{margin-top:7px;padding:12px}.learn-more-none-cologne-button-text{font-size:16px;color:#fff;text-align:center;font-weight:500;font-style:italic}.learn-more-button{margin-top:10px;padding:12px;align-items:center;text-align:center;width:100%;display:flex;justify-content:center;animation:fadeIn 1s ease-in-out}.learn-more-button-text{font-size:16px;color:#fff;text-align:center;font-weight:600}.cta-button-outline{margin-top:20px;border-radius:12px;padding:12px 20px;display:flex;align-items:center;border-color:#fff;border-width:2px;border-style:solid;width:100%;max-width:325px;box-shadow:0 4px 8px #0000004d;animation:fadeIn 1s ease-in-out}.cta-button.button-multiline,.cta-button-outline.button-multiline{flex-direction:column}.cta-button-text{font-size:18px;color:#3e72df;font-weight:700}.cta-button-text-outline{font-size:18px;color:#fff;font-weight:700}.cta-button-note-outline{font-size:16px;color:#fff}.app-stores-hero{display:flex;flex-direction:row;justify-content:center;margin-top:8px;gap:45px}.app-stores{display:flex;flex-direction:row;justify-content:center;margin-top:15px;gap:45px;animation:fadeIn 1s ease-in-out}.app-store{height:53px;flex-shrink:1}.app-store-mini{height:40px;flex-shrink:1}.sections{justify-items:center;margin-left:20px;margin-right:20px}.section{padding:20px 6px;margin-top:25px;margin-bottom:25px;background-color:#111;color:#fff;width:100%;border-radius:5px}.section-icon{font-size:90px;color:#3e72df;margin-bottom:10px;text-align:center}.section-text{font-size:1rem;color:#fff;text-align:center;margin-bottom:15px}.cta-button{margin-top:20px;background-color:#fff;border-radius:12px;padding:12px 20px;display:flex;align-items:center;justify-self:center;width:100%;max-width:325px;animation:fadeIn 1s ease-in-out;box-shadow:0 4px 8px #0000004d}.letter-spacing{letter-spacing:.4px}.cta-button.button-multiline{flex-direction:column}.cta-button-text{font-size:18px;color:#3e72df;text-align:center;width:100%;font-weight:700}.cta-button-note{font-size:16px;color:#3e72df}.brand-text{font-size:33px;font-weight:700;color:#fff;text-align:center;margin-bottom:6px;animation:fadeIn 1s ease-in-out}.section-headline{font-size:2rem;font-weight:700;color:#3e72df;text-align:center;margin-bottom:10px}.section-description{font-size:1.1rem;color:#fff;text-align:center;margin-bottom:20px}.features{width:100%;padding:20px;display:flex;flex:1;flex-direction:row;gap:30px;flex-wrap:wrap;justify-content:center}.feature{margin-bottom:20px;align-items:center;max-width:450px}.feature-title{font-size:20px;font-weight:700;color:#3e72df;margin-bottom:10px;text-align:center}.feature-description{font-size:16px;color:#fff;margin-bottom:10px;text-align:center}.feature-previews{display:flex;flex-direction:column;align-items:center;flex:1;width:100%;gap:10px;flex-wrap:wrap}.feature-more-image{max-height:550px;margin:10px;flex-shrink:1}.feature-preview{display:flex;flex-direction:column;align-items:center;flex:1;width:100%}.feature-image{max-height:550px;margin:10px}.feature-preview-text{font-size:14px;color:#fff;text-align:center}.testimonials{width:100%;padding:20px;display:flex;flex:1;flex-direction:row;gap:30px;flex-wrap:wrap;justify-content:center}.testimonial{margin-bottom:20px;display:flex;flex-direction:column;align-items:center;max-width:350px}.testimonial-image{width:140px;height:140px;margin-bottom:10px;border-radius:50%;border:3px solid #3E72DF;box-shadow:0 4px 8px #0003}.testimonial-text{font-size:17px;color:#fff;text-align:center;margin-bottom:10px}.testimonial-author{font-size:16px;font-weight:700;color:#fff;text-align:center;margin-bottom:5px}.testimonial-since{font-size:14px;text-align:center}.text-darker{color:#acacac}.pricing-notice{font-size:14px}.container-cta-center{display:flex;justify-content:center}.pricing-table{display:flex;flex-direction:row;justify-content:center;justify-items:center;margin-top:15px;margin-bottom:15px;gap:30px}@media (max-width: 768px){.pricing-table{flex-direction:column;gap:12px;justify-content:space-around}}.pricing-option{width:100%;max-width:300px;padding:20px;background-color:#1e3a8a;border-radius:10px;display:flex;flex-direction:column;align-items:center;box-shadow:0 4px 8px #0000001a;transition:transform .3s ease}.pricing-option-bestchoice{border:2px solid #ffd700;box-shadow:0 0 15px 3px #ffd700b3}.pricing-title{font-size:22px;font-weight:700;color:#fff;text-align:center;margin-bottom:6px}.pricing-price{font-size:22px;color:#fff;text-align:center;margin-bottom:0}.pricing-price-currency{font-size:16px;color:#fff}.pricing-duration{font-size:12px;color:#a8ccf7;text-align:center;font-style:italic}.pricing-line{width:100%;height:.5px;background-color:#fff;margin-top:6px;margin-bottom:10px}.pricing-header{min-height:100px}.pricing-description-list{list-style-type:none;margin:0;padding:0;max-width:350px;text-align:center}.pricing-description-list-sub{list-style-type:none;margin:0 0 8px;padding-inline-start:8px}.pricing-description{font-size:14px;color:#fff;margin-bottom:5px}.checkmark{color:#fff;font-weight:700;font-size:16px;margin-right:5px}.plus{font-weight:bolder;font-size:24px;padding-bottom:5px;text-shadow:2px 2px .6px #a8ccf7}.legal-source{font-size:.75rem;margin-top:2rem}.highlights{display:flex;flex-direction:row;justify-content:center;flex-wrap:wrap;margin-top:20px;margin-bottom:20px;gap:20px}.highlight{width:45%;max-width:300px;padding:15px;background-color:#1e3a8a;border-radius:10px;align-items:center;align-content:center}.shimmer{-webkit-box-shadow:0px 0px 22px 10px rgba(62,113,223,.9);-moz-box-shadow:0px 0px 22px 10px rgba(62,113,223,.9);box-shadow:0 0 22px 10px #3e71dfe6;animation:shimmer-animation 1.2s infinite;margin-bottom:15px;z-index:99}@keyframes shimmer-animation{0%{box-shadow:0 0 18px 6px #3e71dfe6;-webkit-box-shadow:0px 0px 18px 6px rgba(62,113,223,.9);-moz-box-shadow:0px 0px 18px 6px rgba(62,113,223,.9)}50%{box-shadow:0 0 32px 20px #3e71df99;-webkit-box-shadow:0px 0px 32px 20px rgba(62,113,223,.6);-moz-box-shadow:0px 0px 32px 20px rgba(62,113,223,.6)}to{box-shadow:0 0 18px 6px #3e71dfe6;-webkit-box-shadow:0px 0px 18px 6px rgba(62,113,223,.9);-moz-box-shadow:0px 0px 18px 6px rgba(62,113,223,.9)}}.highlight-title,.highlight-title span{font-size:30px;font-weight:700;color:#fff;margin-bottom:8px;text-align:center;text-shadow:3px 3px .6px #a8ccf7;transition:all .5s ease-in-out;letter-spacing:.6px}.highlight-description{font-size:16px;color:#fff;text-align:center}b,.bold{font-weight:700}@media (max-width: 768px){.hidden-mobile{display:block}.app-stores{gap:8px}.pricing-option{max-width:100%;padding:15px}.section-icon{font-size:50px}}@media (max-width: 380px){.highlight{width:100%}.highlight-title,.highlight-title span{font-size:24px}.highlight-description{font-size:14px}.app-store{height:40px}}h1[data-v-40cd0c7d]{font-weight:500;font-size:2.3rem;margin-top:18px;color:#fff}.greetings[data-v-40cd0c7d]{display:flex;flex-direction:column}header[data-v-85c23e79]{position:sticky;top:0;background-color:#000;z-index:1000;padding:10px;box-shadow:0 2px 4px #0000001a;display:flex;align-items:center;justify-content:space-between;margin:8px;border-radius:8px}header img.logo[data-v-85c23e79]{margin-left:20px}header nav[data-v-85c23e79]{display:flex;gap:20px}header nav a[data-v-85c23e79]{text-decoration:none;color:#fff;font-weight:700}header nav a[data-v-85c23e79]:hover{color:#3e72df}header p[data-v-85c23e79]{margin-right:20px;font-size:1.2em;font-weight:700}.footer[data-v-60fd7020]{padding:30px;text-align:center}.footer-links[data-v-60fd7020]{display:flex;flex-direction:row;justify-content:center;margin-top:10px;flex-wrap:wrap;gap:6px}.footer-link[data-v-60fd7020]{font-size:14px;color:#fff;text-decoration:underline;text-align:center}.footer-text[data-v-60fd7020]{color:#fff;padding:8px}.footer-brand[data-v-60fd7020]{font-size:18px;font-weight:700;color:#3e72df;text-align:center}.footer-help-text[data-v-60fd7020]{font-size:14px;color:#fff;text-align:center}.brand-company[data-v-60fd7020]{font-size:14px;font-weight:700;color:#ffd311;text-align:center}.label-powered-by[data-v-60fd7020]{font-size:12px;font-weight:700;color:gray;text-transform:uppercase;text-align:center;letter-spacing:4px}.brand-powered-by[data-v-60fd7020]{display:flex;flex-direction:column;align-items:center;margin-top:40px}.linky[data-v-60fd7020]{text-decoration:none;color:#fff}
