.calendly-container{display:flex;width:100%;height:100%;min-height:100vh;max-height:80rem;flex-direction:column;justify-content:center;align-items:center;padding-top:7rem;position:relative;margin-bottom:7rem}@media(max-width:656px){.calendly-container{margin-bottom:5rem}}.calendly-container .title{font-size:1.8rem;color:var(--black);font-family:var(--font-wesker);font-weight:600;margin-bottom:1rem}@media(max-width:833px){.calendly-container .title{font-size:1.6rem}}@media(max-width:656px){.calendly-container .title{font-size:1.35rem}}.calendly-container .subtitle{margin-bottom:3rem;width:60%;text-align:center;font-size:.93rem;line-height:1.4rem;font-family:var(--font-lf);font-weight:400;color:var(--grey)}@media(max-width:656px){.calendly-container .subtitle{width:85%;font-size:.83rem}}.calendly-container .content{margin-top:-1rem;height:95%;width:100%;border-radius:.7rem;max-width:var(--max-width-layout);max-height:1100px;display:flex;justify-content:center;align-items:center;overflow:hidden}@media(max-width:833px){.calendly-container .content{height:100vh;width:90%}}@media(max-width:656px){.calendly-container .content{height:110vh;width:90%}}@media(max-width:456px){.calendly-container .content{width:97%;transform:scale(.9)}}.calendly-container .deco-faq{width:2rem;height:2rem;position:absolute;left:65%;z-index:-1;transform:scale(.9);top:-10vh}@media(max-width:833px){.calendly-container .deco-faq{left:50%}}@media(max-width:656px){.calendly-container .deco-faq{left:40%}}.dark .calendly-container .title{color:var(--white)}.card_test{display:flex;justify-content:center;align-items:center;border-radius:.9rem;overflow:hidden}@media(max-width:1000px){.card_test{min-width:15rem;height:15rem}}@media(max-width:833px){.card_test{min-width:14rem;height:14rem}}@media(max-width:656px){.card_test{min-width:13rem;height:13rem}}.splash-container{width:100vw;z-index:12;height:100vh;position:fixed;background:#fff;overflow:hidden;transition:clip-path .3s cubic-bezier(.18,.79,.93,.97),opacity .3s ease-in-out;clip-path:polygon(0 0,100% 0,100% 100%,0 100%);top:0;left:0}.splash-container,.splash-container .element{display:flex;justify-content:center;align-items:center}.splash-container .element{font-size:10rem;position:absolute;height:10rem;width:10rem;left:50%;top:45%;transform:translateX(-50%) translateY(-50%)}.hidden-splash{clip-path:polygon(0 0,100% 0,100% 0,0 0);opacity:0;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.dark .splash-container{background:#241012}.dark .splash-container .element svg rect{fill:var(--white)}.loader{height:.25rem;width:50vw;max-width:15rem;border-radius:1rem;--c:no-repeat linear-gradient(var(--primary) 0 0);background:var(--c),var(--c),var(--grey-blue);background-size:60% 100%;animation:l16 3s infinite}@media(max-width:833px){.loader{width:40vw;height:.2rem}}@media(max-width:656px){.loader{width:30vw}}@keyframes l16{0%{background-position:-150% 0,-150% 0}66%{background-position:250% 0,-150% 0}to{background-position:250% 0,250% 0}}.dark .loader{--c:no-repeat linear-gradient(var(--primary) 0 0)}