@import url(https://fonts.googleapis.com/css2?family=PT+Sans:wght@400;700&display=swap);*{box-sizing:border-box;font-family:PT Sans,sans-serif;margin:0;padding:0}#root,body,html{min-height:100%}body{overflow-x:hidden}.app-shell{display:flex;flex-direction:column;min-height:100vh}.app-scroll-content{padding-top:0}.about-page,.app-page,.careers-page,.contact-page,.help-page,.imprint-page,.privacy-page,.terms-page{padding-top:86px}a{text-decoration:none}h1,h2,h3,li,p,span{margin:0}.home-trustbar{grid-gap:24px;background:#fff;border-radius:18px;box-shadow:0 20px 60px #1f25301a;display:grid;gap:24px;grid-template-columns:repeat(4,1fr);margin:-40px auto 70px;padding:28px 34px;position:relative;width:min(92%,1400px);z-index:5}.home-trustbar-item{border-right:1px solid #e1e8f0;padding-right:24px}.home-trustbar-item:last-child{border-right:none}.home-trustbar-item strong{color:#07133d;display:block;font-size:1rem;margin-bottom:6px}.home-trustbar-item span{color:#526174;font-size:.92rem}@media screen and (max-width:900px){.home-trustbar{grid-template-columns:1fr 1fr;margin-top:30px}}@media screen and (max-width:520px){.home-trustbar{grid-template-columns:1fr}.home-trustbar-item{border-right:none;padding-right:0}}.login-modal{align-items:center;background:#1f2530;display:flex;height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100vw}.login-box{background:#fff;border-radius:12px;box-shadow:0 4px 10px #0000004d;padding:16px;text-align:center;width:300px}.login-box input{border:1px solid #ccc;border-radius:5px;margin:8px 0;padding:10px;width:90%}.login-box button{background:#61a1e1;border:none;border-radius:5px;color:#fff;cursor:pointer;font-size:16px;padding:8px 15px;transition:background .3s}.login-box button:hover{color:#000}.page-animated{animation:pageFadeIn .8s ease forwards}.animate-up{animation:fadeUp .8s ease forwards;opacity:0;transform:translateY(35px)}.animate-left{animation:fadeLeft .8s ease forwards;opacity:0;transform:translateX(-35px)}.animate-right{animation:fadeRight .8s ease forwards;opacity:0;transform:translateX(35px)}.animate-zoom{animation:zoomIn .8s ease forwards;opacity:0;transform:scale(.95)}.delay-1{animation-delay:.1s}.delay-2{animation-delay:.25s}.delay-3{animation-delay:.4s}.delay-4{animation-delay:.55s}.hover-card{transition:transform .35s ease,box-shadow .35s ease}.hover-card:hover{box-shadow:0 18px 35px #1f98f42e;transform:translateY(-8px)}.hover-image{transition:transform .35s ease,filter .35s ease}.hover-image:hover{filter:brightness(1.03);transform:scale(1.04)}.legal-page{box-sizing:border-box;margin:0 auto;max-width:1100px;overflow-x:hidden;padding:5rem 2rem;width:100%}.legal-hero-title{color:#1d2b45;font-size:clamp(2rem,7vw,3rem);line-height:1.15;margin-bottom:1rem;overflow-wrap:anywhere;word-break:break-word}.legal-card{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffffeb;border:1px solid #037af614;border-radius:28px;box-shadow:0 12px 35px #1f98f414;box-sizing:border-box;margin-top:1rem;max-width:100%;overflow:hidden;padding:clamp(1.1rem,5vw,3rem);width:100%}.legal-main-title{font-size:clamp(1.55rem,6vw,2rem);line-height:1.2;margin-bottom:2rem}.legal-main-title,.legal-section-title{color:#1d2b45;overflow-wrap:anywhere;word-break:break-word}.legal-section-title{font-size:clamp(1.15rem,5vw,1.45rem);line-height:1.3;margin-bottom:1rem}.legal-card p{color:#42526b;font-size:clamp(.9rem,4vw,1.03rem);line-height:1.8;margin-bottom:1rem;overflow-wrap:anywhere;white-space:pre-line;word-break:break-word}@media (max-width:380px){.legal-page{padding:2.5rem .75rem}.legal-card{border-radius:18px;padding:1rem}.legal-card section{margin-bottom:2rem!important}}@keyframes pageFadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{0%{opacity:0;transform:translateX(-35px)}to{opacity:1;transform:translateX(0)}}@keyframes fadeRight{0%{opacity:0;transform:translateX(35px)}to{opacity:1;transform:translateX(0)}}@keyframes zoomIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.hero-container{background:linear-gradient(180deg,#fff,#f3f8ff);margin-top:-86px;min-height:100vh;overflow:hidden;padding:86px 0 56px;width:100%}.hero-content{align-items:center;display:grid;grid-template-columns:minmax(360px,.78fr) minmax(0,1.55fr);margin:0 auto;max-width:1600px;width:100%}.hero-text{max-width:610px;padding:80px 60px;position:relative;z-index:2}.hero-badge{background:#eef6ff;border-radius:999px;color:#0866ff;display:inline-flex;font-size:clamp(.78rem,1vw,.95rem);font-weight:700;margin-bottom:26px;padding:10px 18px}.hero-text h1{color:#07133d;font-size:clamp(2rem,4vw,4.5rem);font-weight:700;letter-spacing:-2px;line-height:1.04;margin-bottom:12px}.hero-highlight{color:#0866ff}.hero-text p{color:#526174;font-size:clamp(1rem,1.35vw,1.35rem);line-height:1.7;margin-bottom:12px}.hero-btns{align-items:center;display:flex;gap:18px}.store-link{align-items:center;display:inline-flex;max-width:190px;transition:transform .25s ease,filter .25s ease;width:auto}.store-link:hover{filter:drop-shadow(0 12px 20px rgba(8,102,255,.18));transform:translateY(-4px)}.store-badge{display:block;height:clamp(2.8rem,4vw,6rem);max-width:190px;object-fit:contain;width:auto}.hero-primary-btn,.hero-secondary-btn{border-radius:12px;font-size:clamp(.9rem,1vw,1rem);font-weight:700;padding:16px 28px;text-decoration:none}.hero-primary-btn{background:#0866ff;box-shadow:0 14px 30px #0866ff47;color:#fff}.hero-secondary-btn{background:#fff;border:1px solid #0866ff;color:#0866ff}.hero-trust{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(3,1fr);max-width:540px}.hero-trust-item{color:#07133d;font-size:clamp(.72rem,.9vw,.92rem);font-weight:700}.hero-trust-icon{color:#0866ff;display:block;font-size:clamp(1.2rem,1.7vw,1.6rem);margin-bottom:8px}.hero-visual{height:min(820px,100vh);min-height:640px;overflow:hidden;position:relative}.hero-visual:before{background:linear-gradient(90deg,#fff,#ffffffd1 38%,#fff0);content:"";inset:0 auto 0 0;pointer-events:none;position:absolute;width:34%;z-index:2}.hero-family-img{display:block;height:100%;object-fit:cover;object-position:center right;width:100%}@media screen and (max-width:1340px){.hero-content{grid-template-columns:minmax(330px,.8fr) minmax(0,1.45fr)}.hero-text{padding-left:40px}.hero-btns,.hero-trust{justify-content:center;margin-left:auto;margin-right:auto}.hero-text h1{font-size:clamp(2.6rem,5vw,4.4rem)}}@media screen and (max-width:1024px){.hero-container{margin-top:0;min-height:auto;padding:60px 18px 50px}.hero-content{gap:30px;grid-template-columns:1fr}.hero-text{margin:0 auto;max-width:720px;padding:0;text-align:center}.hero-btns,.hero-trust{justify-content:center;margin-left:auto;margin-right:auto}.hero-trust{max-width:720px}.hero-visual{border-radius:28px;height:auto;margin:0 auto;min-height:auto;overflow:hidden;width:min(100%,860px)}.hero-visual:before{display:none}.hero-family-img{aspect-ratio:16/10;display:block;height:auto;object-fit:cover;object-position:center;width:100%}}@media screen and (max-width:760px){.hero-container{padding:60px 14px 42px}.hero-content{gap:26px}.hero-text p{font-size:1rem;line-height:1.6}.hero-trust{gap:16px;grid-template-columns:1fr;max-width:320px}.hero-visual{border-radius:24px;width:min(100%,620px)}.hero-family-img{aspect-ratio:3/2;object-position:center}}@media screen and (max-width:640px){.hero-container{padding:50px 16px 42px}.hero-content{gap:28px}.hero-badge{margin-bottom:18px}.store-badge{height:clamp(2.5rem,3vw,5rem)}.hero-text h1{font-size:clamp(1.4rem,6vw,2.6rem);letter-spacing:-1px}.hero-text p{font-size:1rem;line-height:1.6}.hero-btns{gap:12px;justify-content:center}.hero-primary-btn,.hero-secondary-btn{padding:14px 20px;text-align:center;width:100%}.hero-trust{gap:16px;grid-template-columns:1fr;max-width:300px}.hero-family-img{aspect-ratio:3/2;object-position:center}}@media screen and (max-width:520px){.hero-container{padding:40px 12px 38px}.hero-text h1{font-size:clamp(1.6rem,8vw,2.8rem);letter-spacing:-1px}.hero-visual{border-radius:22px;width:100%}.hero-family-img{aspect-ratio:3/2;object-position:48% center}}@media screen and (max-width:420px){.hero-container{padding:50px 12px 38px}.hero-btns{flex-direction:row}.hero-text h1{font-size:clamp(1.6rem,8vw,2.8rem);letter-spacing:-1px}.store-link{max-width:170px}.store-badge{height:clamp(2rem,2vw,2.5rem)}}.cards{background:#fff;padding:0 16px}.cards-header{margin:0 auto;max-width:760px;text-align:center}.cards-header h1{margin-bottom:0 14px}.cards-header p{color:#526174;font-size:1.1rem;line-height:1.7}.cards h1{color:#1d2b45;font-size:2.4rem;font-weight:700;letter-spacing:-.5px;margin-bottom:2.5rem;text-align:center}.cards__container{align-items:center;display:flex;flex-flow:column;margin:0 auto;max-width:1480px;width:100%}.cards__wrapper{margin:20px 0 45px;position:relative;width:100%}.cards__items{display:flex;flex-wrap:wrap;gap:28px;justify-content:center;list-style:none;margin-bottom:28px;padding:0}.cards__item{animation:cardFadeUp .8s ease forwards;border-radius:18px;display:flex;flex:1 1;max-width:180px;min-width:160px;opacity:0;transform:translateY(35px)}.cards__items:first-child .cards__item:first-child{animation-delay:.1s}.cards__items:first-child .cards__item:nth-child(2){animation-delay:.25s}.cards__items:nth-child(2) .cards__item:first-child{animation-delay:.4s}.cards__items:nth-child(2) .cards__item:nth-child(2){animation-delay:.55s}.cards__items:nth-child(2) .cards__item:nth-child(3){animation-delay:.7s}.cards__item__link{-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);background:#ffffffeb;border:1px solid #037af614;border-radius:22px;box-shadow:0 8px 30px #1f98f414,0 2px 10px #00000008;display:flex;flex-flow:column;overflow:hidden;position:relative;text-decoration:none;transition:transform .4s ease,box-shadow .4s ease,border .4s ease;width:100%}.cards__item__link:hover{border:1px solid #037af62e;box-shadow:0 20px 45px #1f98f42e,0 6px 18px #0000000f;transform:translateY(-12px)}.cards__item__link:before{background:linear-gradient(120deg,#0000,#ffffff73,#0000);content:"";height:100%;left:-80%;pointer-events:none;position:absolute;top:0;transform:skewX(-20deg);width:50%;z-index:3}.cards__item__link:hover:before{animation:cardShine .9s ease}.cards__item__pic-wrap{aspect-ratio:1/1;background:linear-gradient(180deg,#fff,#f2f8ff);overflow:hidden;position:relative;width:100%}.cards__item__pic-wrap:after{background:linear-gradient(90deg,#037af6,#58acfa);border-radius:999px;bottom:14px;box-shadow:0 6px 14px #037af640;color:#fff;content:attr(data-category);font-size:12px;font-weight:700;left:14px;letter-spacing:.3px;padding:4px 8px;position:absolute;z-index:4}.cards__item__img{height:100%;inset:0;object-fit:contain;padding:18px;position:absolute;transition:transform .45s ease,filter .35s ease;width:100%}.cards__item__link:hover .cards__item__img{filter:brightness(1.03);transform:scale(1.08)}.cards__item__info{background:#0000;padding:24px 24px 28px}.cards__item__text{color:#2b3957;font-size:1rem;font-weight:500;line-height:1.7;text-align:center}@keyframes cardFadeUp{0%{opacity:0;transform:translateY(35px)}to{opacity:1;transform:translateY(0)}}@keyframes cardShine{0%{left:-80%}to{left:130%}}@media only screen and (max-width:1200px){.cards__container{max-width:760px}.cards__items{grid-gap:22px;display:grid;gap:22px;grid-template-columns:repeat(3,minmax(160px,1fr))}.cards__item{max-width:none;min-width:0;width:100%}.cards__item__pic-wrap{aspect-ratio:1/1}.cards__item__img{padding:20px}}@media only screen and (max-width:820px){.cards__container{max-width:500px}.cards{padding:3rem 1rem}.cards h1{font-size:1.9rem;line-height:1.25}.cards__items{gap:20px;grid-template-columns:repeat(2,minmax(150px,1fr))}}@media only screen and (max-width:520px){.cards__container{max-width:200px}.cards{padding:2.5rem .9rem}.cards h1{font-size:1.55rem}.cards__items{gap:18px;grid-template-columns:1fr}.cards__item{margin:0 auto;max-width:320px}.cards__item__img{padding:24px}.cards__item__pic-wrap:after{bottom:12px;font-size:11px;left:12px}}.navbar{backdrop-filter:blur(18px);-webkit-backdrop-filter:blur(18px);background:#ffffffb8;height:clamp(60px,6vw,80px);justify-content:center;left:0;position:fixed;top:0;transition:transform .35s ease;z-index:999}.navbar,.navbar-container{align-items:center;display:flex;width:100%}.navbar-container{height:86px;max-width:1500px;padding:0 48px}.navbar-logo{align-items:center;display:flex}.navbar-logo-img{display:block;height:clamp(42px,4.2vw,56px);max-width:clamp(150px,18vw,230px);object-fit:contain;width:auto}.nav-menu{align-items:center;display:flex;gap:42px;list-style:none;margin-left:auto}.nav-item{height:auto}.nav-links{align-items:center;color:#07133d;display:flex;font-size:1rem;font-weight:600;padding:8px 0;text-decoration:none}.nav-links:hover{border-bottom:none;color:#0866ff}.navbar-actions{align-items:center;display:flex;gap:14px}.lang-switch-btn{background:#0866ff;border:1px solid #fff;border-radius:999px;color:#fff;cursor:pointer;font-size:.72rem;height:32px;width:32px}.menu-icon,.nav-links-mobile{display:none}.navbar-hidden{transform:translateY(-100%)}@media screen and (max-width:960px){.navbar{height:clamp(40px,8vw,60px)}.navbar-container{height:clamp(76px,14vw,96px);padding:0 20px}.menu-icon{color:#0866ff;cursor:pointer;display:block;font-size:1.6rem;margin-left:auto}.navbar-logo-img{height:clamp(32px,4.5vw,48px);max-width:clamp(140px,36vw,220px)}.nav-menu{background:#fff;box-shadow:0 20px 40px #1f25301f;flex-direction:column;gap:0;left:-100%;margin:0;padding:20px 0;position:absolute;top:86px;transition:.35s ease;width:100%}.nav-menu.active{left:0}.nav-links{justify-content:center;padding:18px;width:100%}.navbar-actions{display:none}.nav-links-mobile{background:#fff;border:1px solid #0866ff;border-radius:999px;color:#0866ff;display:block;margin:16px auto;padding:12px 24px}}@media screen and (max-width:640px){.menu-icon{font-size:1.4rem}}@media screen and (max-width:420px){.menu-icon{font-size:1.2rem}}:root{--primary:#61a1e1;--primary-dark:#037af6}.btn{border:none;border-radius:999px;cursor:pointer;font-weight:700;outline:none;transition:all .25s ease}.btn--primary{background:linear-gradient(90deg,#037af6,#61a1e1);background:linear-gradient(90deg,var(--primary-dark),var(--primary));border:1px solid #0000;box-shadow:0 10px 22px #037af640;color:#fff}.btn--outline{background:#0000;border:1px solid #037af659;color:#037af6}.btn--medium{font-size:15px;padding:10px 22px}.btn--large{font-size:18px;padding:14px 30px}.btn:hover{transform:translateY(-2px)}.btn--outline:hover{background:#037af6;color:#fff}.footer-container{background:#ffffffb8;border-top:1px solid #58acfa;color:#fff;padding:20px 48px}.footer-links{margin:0 auto;max-width:1100px;width:100%}.footer-link-wrapper{grid-gap:48px;display:grid;gap:48px;grid-template-columns:repeat(3,minmax(180px,1fr));width:100%}.footer-link-items{align-items:center;display:flex;flex-direction:column}.footer-link-items h2{color:#07133d;font-size:1.1rem;margin-bottom:16px}.footer-link-items a{align-items:center;color:#07133d;display:flex;font-size:1rem;font-weight:600;padding:8px 0;text-decoration:none}.footer-link-items a:hover{color:#61a1e1}.social-media{border-top:1px solid #ffffff1f;margin:12px auto 0;max-width:1100px;width:100%}.social-media-wrap{grid-gap:24px;align-items:center;display:grid;gap:24px;grid-template-columns:1fr auto 1fr}.footer-logo{justify-self:start}.footer-logo .navbar-logo-img{height:52px}.website-rights{align-items:center;color:#07133d;display:flex;font-size:1rem;font-weight:500;padding:8px 0}.social-icons{display:flex;gap:22px;justify-self:end}.social-icon-link{color:#07133d;font-size:22px}.social-icon-link:hover{color:#61a1e1}@media screen and (max-width:820px){.footer-link-wrapper{gap:36px;grid-template-columns:repeat(2,minmax(180px,1fr))}.social-media-wrap{grid-template-columns:1fr;text-align:center}.footer-logo,.social-icons{justify-self:center}}@media screen and (max-width:520px){.footer-container{padding:3rem 1rem 2rem}.footer-link-wrapper{gap:28px;grid-template-columns:1fr}.footer-link-items{align-items:center;text-align:center}}.contact-page{margin:0 auto;max-width:1200px;padding:8rem 2rem 5rem}.contact-title{color:#1d2b45;font-size:clamp(2.2rem,5vw,3rem);margin-bottom:4rem;text-align:center}.contact-grid{grid-gap:4rem;align-items:start;display:grid;gap:4rem;grid-template-columns:1.15fr .85fr}.contact-form,.contact-info{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff0;border:1px solid #037af614;border-radius:24px;box-shadow:0 10px 30px #1f98f414;padding:2.5rem}.contact-form label{color:#07133d;display:block;font-weight:700;margin-bottom:1.1rem}.contact-form-row{grid-gap:1.2rem;display:grid;gap:1.2rem;grid-template-columns:1fr 1fr}.contact-form input,.contact-form textarea{border:1px solid #cfd8e6;border-radius:12px;font-size:1rem;margin-top:.45rem;outline:none;padding:14px 16px;resize:vertical;width:100%}.contact-form input:focus,.contact-form textarea:focus{border-color:#0866ff;box-shadow:0 0 0 3px #0866ff1f}.contact-form button{background:#0866ff;border:none;border-radius:12px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-top:1rem;padding:16px 28px;width:100%}.contact-form button:disabled{cursor:not-allowed;opacity:.7}.contact-success{color:#15803d;font-weight:700;margin-top:1rem}.contact-error{color:#dc2626;font-weight:700;margin-top:1rem}.contact-info h2{color:#1d2b45;font-size:2rem;margin-bottom:1.5rem}.contact-info>p{color:#42526b;font-size:1.08rem;line-height:1.9;margin-bottom:2rem}.contact-info-card{background:#f7fbff;border:1px solid #037af614;border-radius:16px;margin-bottom:1rem;padding:1rem 1.2rem}.contact-info-card strong{color:#037af6}.contact-info-card p{color:#42526b;margin-top:.4rem}@media screen and (max-width:900px){.contact-page{padding:7rem 1rem 4rem}.contact-grid{gap:2rem;grid-template-columns:1fr}}@media screen and (max-width:560px){.contact-form,.contact-info{border-radius:20px;padding:1.5rem}.contact-form-row{gap:0;grid-template-columns:1fr}}
/*# sourceMappingURL=main.c096e6fa.css.map*/