.app-features-container{background-color:#f9f7f2;width:100%;overflow-x:hidden}.app-features{box-sizing:border-box;background-color:#f9f7f2;flex-direction:column;justify-content:start;align-items:start;gap:20px;width:100%;max-width:100%;padding:50px 50px 30px;display:flex}.app-features-line{color:#e2c183;background-color:#e2c183;width:100px;height:4px;margin-bottom:30px;padding:0 50px}.app-features-description{white-space:pre-line;width:40%}.app-features-cards-wrapper{width:100%;position:relative;overflow-x:hidden}.app-features-main{width:100%;position:relative}.app-features-cards{will-change:transform;backface-visibility:hidden;justify-content:start;align-items:start;gap:20px;width:fit-content;display:flex;position:relative;transform:translateZ(0)}.app-features-card-active{will-change:transform,opacity;flex-direction:column;gap:20px;transition:transform .4s cubic-bezier(.25,.46,.45,.94),opacity .4s cubic-bezier(.25,.46,.45,.94);display:flex;transform:translateZ(0)}.app-features-desc-navigators{justify-content:space-between;align-items:center;width:100%;display:flex}.app-features-navigators{justify-content:flex-end;align-items:center;display:flex}.app-features-dots-navigators{justify-content:center;align-items:center;gap:20px;display:flex}.app-features-navigators--mobile{justify-content:flex-end;display:none}.app-arrow{align-items:center;gap:10px;display:flex}.app-features-arrow-left,.app-arrow-right{cursor:pointer;will-change:transform,background-color,border-color;backface-visibility:hidden;border:1px solid #000;border-radius:50%;width:40px;height:40px;padding:12px;transition:background-color .25s cubic-bezier(.25,.46,.45,.94),border-color .25s cubic-bezier(.25,.46,.45,.94),transform .25s cubic-bezier(.25,.46,.45,.94);transform:translateZ(0)}.app-features-arrow-left:hover,.app-arrow-right:hover{background-color:#0000000d;transform:translateZ(0)scale(1.05)}.app-features-arrow-left:active,.app-arrow-right:active{transform:translateZ(0)scale(.95)}.app-arrow-right{transform:translateZ(0)rotate(180deg)}.app-arrow-right:hover{transform:translateZ(0)rotate(180deg)scale(1.05)}.app-arrow-right:active{transform:translateZ(0)rotate(180deg)scale(.95)}.app-features-card-image-wrapper{width:250px;height:500px;position:absolute;top:-175px;right:calc(50% - 200px)}.app-features-card-image-wrapper .app-features-card-image{object-fit:cover;width:100%!important;height:100%!important}.app-features-card-image{backface-visibility:hidden;object-fit:cover;width:250px;height:500px;overflow-y:visible;transform:translateZ(0)}.app-features-dots{justify-content:center;align-items:center;gap:8px;display:flex}.app-features-dot{cursor:pointer;will-change:background-color,transform;backface-visibility:hidden;background-color:#0003;border-radius:50%;width:10px;height:10px;transition:background-color .3s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94);transform:translateZ(0)}.app-features-dot:hover{background-color:#0006;transform:translateZ(0)scale(1.2)}.app-features-dot--active{background-color:#e2c183}.app-features-dot--active:hover{background-color:#e2c183cc}@media (max-width:900px) and (min-width:650px){.app-features-navigators--desktop{display:none}.app-features-navigators--mobile{display:flex}.app-features-desc-navigators{flex-direction:column;align-items:flex-start;gap:20px}.app-features-dots-navigators{justify-content:space-between;width:80%;position:relative;left:100px}}@media (max-width:650px){.app-features-navigators--desktop{display:none}.app-features-description{width:100%}.app-features-main{justify-content:space-between;align-items:flex-start;gap:16px;display:flex}.app-features-cards-wrapper{width:60%}.app-features-card-image-wrapper{width:40%;height:auto;margin:0;position:relative;top:10px;right:auto}.app-features-card-image-wrapper .app-features-card-image{width:100%!important;height:auto!important}.app-features-card-image{width:40%;height:auto;margin:0;display:block;position:relative;top:-50px;right:auto}.app-features-dots-navigators{justify-content:space-between;align-items:center;width:100%}.app-features-navigators--mobile{justify-content:flex-end;display:flex}}@media (max-width:768px){.app-features{padding:50px 20px 10px}}@media (max-width:470px){.app-features-card-image-wrapper,.app-features-card-image{width:160px;height:260px;margin-top:0;top:-8px}}@media (max-width:420px){.app-features-card-image-wrapper,.app-features-card-image{width:35vw;height:fit-content;max-height:230px}}@media (prefers-color-scheme:dark){.app-features-container,.app-features,.app-features *{color:#000}}
.features-card{will-change:background-color,border-color,transform,height;backface-visibility:hidden;background-color:#fff;border:1px solid #0000;border-radius:10px;flex-direction:column;justify-content:start;align-items:start;gap:15px;width:320px;height:245px;margin-bottom:20px;margin-right:20px;padding:25px;transition:background-color .4s cubic-bezier(.25,.46,.45,.94),border-color .4s cubic-bezier(.25,.46,.45,.94),transform .3s cubic-bezier(.25,.46,.45,.94),height .4s cubic-bezier(.25,.46,.45,.94);display:flex;overflow:hidden;transform:translateZ(0)}.features-card-expanded{height:auto;min-height:245px}.features-card-image-container{opacity:1;visibility:visible;will-change:opacity,transform;background-color:#d4af3733;border-radius:50%;justify-content:center;align-items:center;width:48px;min-width:48px;height:48px;min-height:48px;transition:opacity .35s cubic-bezier(.25,.46,.45,.94),transform .35s cubic-bezier(.25,.46,.45,.94),visibility .35s cubic-bezier(.25,.46,.45,.94);display:flex;transform:translateZ(0)scale(1)}.features-card-title{font-weight:700;transition:color .3s cubic-bezier(.25,.46,.45,.94)}.features-card-description{white-space:pre-line;-webkit-line-clamp:2;line-clamp:2;text-overflow:ellipsis;-webkit-box-orient:vertical;line-height:1.4;transition:-webkit-line-clamp .4s cubic-bezier(.25,.46,.45,.94),line-clamp .4s cubic-bezier(.25,.46,.45,.94),opacity .3s cubic-bezier(.25,.46,.45,.94);display:-webkit-box;overflow:hidden}.features-card-image{will-change:transform,opacity;width:20px;height:20px;transition:transform .35s cubic-bezier(.25,.46,.45,.94),opacity .35s cubic-bezier(.25,.46,.45,.94);transform:translateZ(0)}.features-card-active{background-color:#e2c183;border:1px solid #ffffff1a}.features-card-active .features-card-image-container{display:none}.features-card-active .features-card-description{-webkit-line-clamp:unset;line-clamp:unset;text-overflow:ellipsis;-webkit-box-orient:vertical;line-height:1.4;display:-webkit-box;overflow:hidden}.features-card-description-expanded{display:block;overflow:visible}@media (max-width:900px){.features-card{width:250px}}@media (max-width:650px){.features-card{width:200px;margin-right:0}}@media (max-width:420px){.features-card{gap:5px;width:45vw;padding:18px}.features-card-title{font-size:16px}.features-card-description{font-size:13px}}
.our-app-banner{background-color:#e7dcca;grid-template-columns:1.1fr .9fr;justify-content:center;align-items:center;gap:50px;height:fit-content;margin-top:40px;display:grid;overflow-y:hidden}.our-app-banner-content{flex-direction:column;justify-content:start;align-items:start;gap:20px;padding:50px;display:flex}.our-app-banner-description{white-space:pre-line}.our-app-banner img{object-fit:cover;object-position:center;width:100%;height:400px;overflow:hidden}.our-app-banner2{background-position:50%;background-repeat:no-repeat;background-size:cover;width:100vw;max-width:100%;min-height:fit-content;position:relative}@media (max-width:730px){.our-app-banner-content{padding:30px 20px}.our-app-banner{grid-template-columns:1fr;gap:20px}.our-app-banner img{height:300px}}
.our-app-banner2{box-sizing:border-box;background-position:50%;background-repeat:no-repeat;background-size:cover;justify-content:flex-end;align-items:center;width:100%;max-width:100vw;height:320px;min-height:fit-content;margin-bottom:40px;padding:30px 50px;display:flex;position:relative}.our-app-banner2-content{flex-direction:column;align-items:flex-start;gap:16px;width:100%;max-width:580px;margin-right:16%;display:flex}.our-app-banner2-title{margin:0}.our-app-banner2-description{white-space:pre-line;margin:0;line-height:1.5}.our-app-banner2-button{color:#fff;cursor:pointer;background-color:#0d2153;border:none;border-radius:6px;padding:10px 20px;font-size:16px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-block}.our-app-banner2-button:disabled{opacity:.6;cursor:not-allowed}@media (max-width:1040px){.our-app-banner2-content{margin-right:0}}@media (max-width:1360px){.our-app-banner2-content{margin-right:10%}}@media (max-width:1190px){.our-app-banner2-content{margin-right:5%}}@media (max-width:1060px){.our-app-banner2-content{margin-right:0%}}@media (max-width:970px){.our-app-banner2-content{max-width:60%;margin-right:0%}}@media (max-width:768px){.our-app-banner2{background-position:-250px;justify-content:flex-end;height:320px;padding:24px 32px}.our-app-banner2-content{max-width:58%;margin-right:-2%}}@media (max-width:700px){.our-app-banner2-content{max-width:69%;margin-right:-2%}.our-app-banner2{background-position:-300px}}@media (max-width:645px){.our-app-banner2{background-position:-140px;justify-content:center;align-items:center;height:auto;min-height:320px;padding:24px 20px}.our-app-banner2-content{max-width:100%;min-width:unset;text-align:center;z-index:1;align-items:center;position:relative}.our-app-banner2:before{content:"";pointer-events:none;background:linear-gradient(#6565652c,10%,#ffc88625 100%);position:absolute;inset:0}}
