@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Inter:wght@500;600;900&display=swap");*{padding:0;margin:0}*,body,html{box-sizing:border-box}body,html{max-width:100vw;overflow-x:hidden;font-family:Inter}body{color:#5a5a5a;background-color:#fafafa}a{font-family:Inter;color:inherit;text-decoration:none}h1{font-size:3rem}h1,h2{font-family:Inter;margin-top:4px;margin-bottom:16px;color:#333;font-weight:900}h2{font-size:1.1rem}h3{font-family:Inter;margin-top:4px;margin-bottom:16px;color:#53a377;font-size:.9rem;font-weight:900}ol{padding-left:1.5rem}li,ol{padding-top:.5rem}li{padding-left:.5rem}button{font-family:Inter;background-color:#552b55;font-size:.9rem;font-weight:600;padding:14px;border-radius:4px;color:#fff;border:none;cursor:pointer}.button-primary-white{background-color:transparent;padding:14px;border-radius:4px;color:#552b55;box-shadow:inset 0 0 0 1.5px #552b55;cursor:pointer}.button-secondary{background-color:#53a377}.main{display:flex;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 100px)}input{background-color:#fff;font-family:Inter}input[type=date],input[type=text]{font-family:Inter;font-size:1rem;border-radius:4px;padding:12px;border:1px solid #ccc;outline:none;margin:4px 0;color:#333}input[type=date]{cursor:text}::-webkit-calendar-picker-indicator{cursor:pointer}input[type=time]{font-family:Inter;font-size:1rem;border-radius:4px;padding:12px;border:1px solid #ccc;outline:none;margin:4px 0;color:#333;cursor:text}::-webkit-time-picker-indicator{cursor:pointer}input[type=file]{width:100%;background-color:#fff}input[type=file],input[type=password],option,select{font-family:Inter;font-size:1rem;border-radius:4px;padding:12px;border:1px solid #ccc;outline:none;margin:4px 0;color:#333}input[type=range]{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;cursor:pointer;margin:1rem 0}input[type=range]::-webkit-slider-runnable-track{background:#aaa;height:.5rem}input[type=range]::-moz-range-track{background:#aaa;height:.5rem}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;margin-top:-12px;background-color:#552b55;border-radius:5px;height:2rem;width:1rem}input[type=range]::-moz-range-thumb{border:none;border-radius:5px;background-color:#552b55;height:2rem;width:1rem}input[type=range]:focus,textarea{outline:none}textarea{font-family:Inter;font-size:1rem;border-radius:4px;border:1px solid #ccc;padding:12px;color:#333;white-space:pre-wrap;word-wrap:break-word;background-color:#fff}.switch{position:relative;display:inline-block;width:45px;height:26px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:24px;width:24px;left:1px;bottom:1px;background-color:#fff}input:checked+.slider{background-color:#552b55}input:focus+.slider{box-shadow:0 0 1px #552b55}input:checked+.slider:before{transform:translateX(19px)}.slider.round{border-radius:20px}.slider.round:before{border-radius:50%}.block{margin:12px 0}.content{padding:15px}.container{width:100%;min-height:calc(100vh - 50px)}.fullview{width:100%;height:calc(100vh - 50px)}.centered{margin:0 auto;max-width:1200px;padding:0 15px}.hero{text-align:center;min-height:600px;display:flex;align-items:center;justify-content:center;flex-direction:column}.bg-gradient{background:#c2c7dd;background:linear-gradient(220deg,#c2c7dd,#cebef1 16%,#eee 41%)}.hero-small{text-align:center;height:200px;display:flex;align-items:center;justify-content:center;flex-direction:column}.card{box-shadow:3px 3px 12px rgba(25,25,25,.5);padding:16px;border-radius:12px;background-color:#fff}.bg-primary{background-color:#552b55}.bg-gray{background-color:#f7f8fa}.bg-white{background-color:#fff}.nav-icon{display:flex;align-items:center;justify-content:center;color:#fff;flex-direction:column;padding:5px;margin:15px 4px;cursor:pointer;font-size:1.25rem}.nav-icon p{font-size:.6rem;font-weight:400;margin-top:8px}.logo-ctn{min-height:350px;padding:15px;display:flex;width:100%;align-items:center;justify-content:space-evenly;background-color:#fff;flex-wrap:wrap}.logo-ctn img{width:120px;height:auto}.footer-ctn{background-color:#2a2a2a;padding:50px}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.faq-row{width:100%;border-top:2px solid #dadada;padding:25px 0}.faq-row:last-child{border-bottom:2px solid #dadada}.ig-post{max-width:300px;margin-top:15px}.ig-post img{width:100%;border-radius:12px 12px 0 0}.ig-post p{padding:12px;font-size:.9rem;font-weight:600}.delete-post{background-color:darkred;height:20px;padding:0 5px;font-size:10px}.calendar{display:flex;flex-direction:column;width:100%;max-width:900px}.calendar-body{display:flex;flex-direction:row;width:100%}.calendar-day{position:relative;width:calc(100% / 7);display:flex;align-items:stretch;box-sizing:border-box;text-align:left;height:100%;padding:5px;font-size:.9rem}.day-content{margin:2px;border:1px solid #eee;border-radius:5px;flex:1 1;padding:5px;font-weight:500;font-size:.75rem;display:flex;cursor:pointer}.calendar-header{font-weight:600;display:flex;flex-direction:row;width:100%;margin:15px 0}.calendar-header-day{width:calc(100% / 7);text-align:center;height:100%;padding:5px;font-size:.9rem}.calendar-row{height:calc(50vw / 7);min-height:50px;display:flex;flex-direction:row;width:100%}.current-month{background-color:#fff}.non-current-month{background-color:#eee}.modal-ctn{position:fixed;min-height:100vh;width:100vw;top:0;left:0;background-color:rgba(25,25,25,.5);display:flex;align-items:center;justify-content:center}.modal{background-color:#fff;padding:15px;border-radius:10px;width:370px;text-align:center;position:relative}.modal-close{text-align:right}.modal textarea{resize:none;width:100%;font-size:12px}.post-modal img{width:200px;height:200px;object-fit:cover;object-position:center;border-radius:5px}input[type=file]{display:none}.custom-file-upload{position:absolute;bottom:15px;left:0;right:0;margin:0 30px;display:inline-block;padding:6px 12px;cursor:pointer;color:#aaa;border-radius:5px}.suggested-photo-ctn{display:flex;flex-direction:column;flex-wrap:wrap;height:200px;justify-content:space-between;align-items:center;gap:10px;margin-left:10px}.suggested-photo-ctn img{height:60px;width:60px;object-fit:cover}.date-picker{margin:15px 0}.Home_navContainer__L3_I9,.date-picker div{display:flex;flex-direction:row;justify-content:space-between;align-items:center}.Home_navContainer__L3_I9{height:50px;color:#555;font-family:Inter;font-weight:400;font-size:.9rem;padding:0 2rem}.Home_navItem__VlxnQ{margin:0 5px}.Home_navItem__VlxnQ button{width:75px}.Home_main__nLjiQ{display:flex;flex-direction:column;justify-content:center;align-items:center;height:calc(100vh - 100px)}.Home_center__4BFgC{display:flex;flex:1 1;flex-direction:row;width:100%}.Home_center__4BFgC form{display:flex;flex-direction:column}.Home_promptAdded__8_m0e{background-color:#ccc;border-radius:100px;color:#552b55;padding:8px;margin:4px;font-size:.9rem;font-weight:600}