.brand-personal-freedom-container{width:100%;box-sizing:border-box;overflow:visible !important}
.brand-personal-freedom__sticky-wrapper{height:300vh;position:relative;overflow:clip;overflow-clip-margin:content-box}
.brand-personal-freedom__sticky-inner{position:-webkit-sticky;position:sticky;top:0;left:0;right:0;height:100vh;width:100%;background:#f6f6f6;display:flex;justify-content:center;align-items:center}
.brand-personal-freedom__sticky-inner.is-fixed{position:fixed;top:0;left:0;right:0;height:100vh;z-index:100}
.brand-personal-freedom__sticky-inner.is-bottom{position:absolute;bottom:0;top:auto;left:0;right:0;height:100vh}
.scroll-freeze-component{position:relative;width:80%;overflow:hidden;height:100%}
.sfc-inner{display:flex;height:100%;gap:50px;align-items:center}
.sfc-image{position:relative;height:65%;width:50%;overflow:hidden}
@media(min-height:700px) and (max-width:1100px){.sfc-image{height:50%}
}
@media(min-height:800px) and (max-width:1100px){.sfc-image{height:45%}
}
@media(min-height:950px) and (max-width:1100px){.sfc-image{height:40%}
}
@media(max-width:1100px){.sfc-image{height:30%}
}
.sfc-img{position:absolute;width:auto;height:100%;top:0;opacity:0;transform:scale(1.5);transition:opacity 1s ease,transform 1800ms ease}
.sfc-img.active{opacity:1}
.scroll-freeze-component.desktop.is-in-view .sfc-img{transform:scale(1)}
.sfc-titles{width:50%;display:flex;flex-direction:column;justify-content:center;gap:100px;transition:gap 1800ms ease}
.scroll-freeze-component.desktop.is-in-view .sfc-titles{gap:32px}
.sfc-title{font-family:'FlyingFlea-Bold' !important;font-style:normal;font-weight:700;font-size:64px;line-height:68px;color:#000;opacity:.2;transition:color .6s ease,opacity .6s ease}
@media(max-width:1250px) and (min-width:1100px){.sfc-title{font-size:50px;line-height:52px}
}
@media(max-width:1100px) and (min-width:700px){.sfc-title{font-size:40px;line-height:42px}
}
@media(max-width:700px) and (min-width:600px){.sfc-title{font-size:36px;line-height:38px}
}
.sfc-title.active{color:#00a8a3;opacity:1}
.mobile{display:none}
.desktop{display:block}
.brand-personal-freedom__sticky-wrapper{display:block}
@media(max-width:600px){.brand-personal-freedom-container{height:100%;padding:40px 24px}
.brand-personal-freedom__sticky-wrapper{display:none}
.mobile{display:block;width:100%;height:100%}
.desktop{display:none}
.sfc-mobile-card{position:relative;width:100%;transition:height 1s ease,opacity .8s ease,transform 1s ease}
.sfc-mobile-card.active{height:120vw}
.sfc-mobile-card .sfc-mobile-img-wrapper{position:relative;width:100%;height:110vw;border-radius:12px;overflow:hidden;display:none}
.sfc-mobile-cards-wrapper{display:flex;flex-direction:column;gap:70px;transition:gap 1800ms ease}
.scroll-cards.mobile.is-in-view .sfc-mobile-cards-wrapper{gap:16px}
.sfc-mobile-card.active .sfc-mobile-img-wrapper{display:block}
.sfc-mobile-card .sfc-mobile-img-wrapper img{position:absolute;width:100%;height:auto;bottom:0;object-fit:cover;border-radius:12px}
.sfc-mobile-card .image-gradient{position:absolute;bottom:0;width:100%;height:119.89px;background:linear-gradient(180deg,rgba(0,0,0,0) 0,rgba(0,0,0,0.8) 100%);border-radius:12px}
.sfc-mobile-card.active .sfc-mobile-title{position:absolute;left:16px;bottom:1px;z-index:2}
.sfc-mobile-card.active .sfc-mobile-title h3{font-family:'FlyingFlea-Bold' !important;font-weight:700;font-size:36px;line-height:40px;color:#fff;margin:0}
.sfc-mobile-card.active .sfc-mobile-title .sfc-title2{color:#00bfa5}
.sfc-mobile-card:not(.active){height:60px;opacity:1}
.sfc-mobile-card:not(.active) .sfc-mobile-img-wrapper{display:none}
.sfc-mobile-card:not(.active) .sfc-mobile-title{display:flex;align-items:center;position:relative;width:100%;height:60px;background:#d9d9d9;border-radius:12px;gap:4px}
.sfc-mobile-card:not(.active) .sfc-mobile-title h3{position:relative;left:16px;top:20%;transform:translateY(-50%);font-family:'FlyingFlea-Bold' !important;font-weight:700;font-size:18px;line-height:24px;color:#b3b3b3;margin:0}
}