.mycarousel{height:100vh;margin-top:-50px;width:100vw;overflow:hidden;position:relative}.mycarousel .mylist .myitem{width:100%;height:100%;position:absolute;inset:0 0 0 0}.mycarousel .mylist .myitem img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.mycarousel .mylist .myitem .content{position:absolute;top:20%;width:1140px;max-width:80%;left:50%;transform:translateX(-50%);padding-right:30%;box-sizing:border-box;color:#fff;text-shadow:0 5px 10px #0004}.mycarousel .mylist .myitem .author{font-weight:700;letter-spacing:10px}.mycarousel .mylist .myitem .title,.mycarousel .mylist .myitem .topic{font-size:5em;font-weight:700;line-height:1.3em}.mycarousel .mylist .myitem .topic{color:#f1683a}.mycarousel .mylist .myitem .buttons{display:grid;grid-template-columns:repeat(2,130px);grid-template-rows:40px;gap:5px;margin-top:20px}.mycarousel .mylist .myitem .buttons button{border:none;background-color:#eee;letter-spacing:3px;font-family:Poppins;font-weight:500}.mycarousel .mylist .myitem .buttons button:nth-child(2){background-color:transparent;border:1px solid #fff;color:#eee}.mythumbnail{position:absolute;bottom:50px;left:50%;width:-moz-max-content;width:max-content;z-index:100;display:flex;gap:20px}.mythumbnail .myitem{width:150px;height:220px;flex-shrink:0;position:relative}.mythumbnail .myitem img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:20px}.mythumbnail .myitem .content{color:#fff;position:absolute;bottom:10px;left:10px;right:10px}.mythumbnail .myitem .content .title{font-weight:500}.mythumbnail .myitem .content .description{font-weight:300}.myarrows{position:absolute;top:80%;right:52%;z-index:100;width:300px;max-width:30%;display:flex;gap:10px;align-myitems:center}.myarrows button{width:40px;height:40px;border-radius:50%;background-color:#eee4;border:none;color:#fff;font-family:monospace;font-weight:700;transition:.5s}.myarrows button:hover{background-color:#fff;color:#000}.mycarousel .mylist .myitem:first-child{z-index:1}.mycarousel .mylist .myitem:first-child .content .author,.mycarousel .mylist .myitem:first-child .content .buttons,.mycarousel .mylist .myitem:first-child .content .des,.mycarousel .mylist .myitem:first-child .content .title,.mycarousel .mylist .myitem:first-child .content .topic{transform:translateY(50px);filter:blur(20px);opacity:0;animation:showContent .5s linear 1s 1 forwards}@keyframes showContent{to{transform:translateY(0);filter:blur(0);opacity:1}}.mycarousel .mylist .myitem:first-child .content .title{animation-delay:1.2s!important}.mycarousel .mylist .myitem:first-child .content .topic{animation-delay:1.4s!important}.mycarousel .mylist .myitem:first-child .content .des{animation-delay:1.6s!important}.mycarousel .mylist .myitem:first-child .content .buttons{animation-delay:1.8s!important}.mycarousel.next .mylist .myitem:first-child img{width:150px;height:220px;position:absolute;bottom:50px;left:50%;border-radius:30px;animation:showImage .5s linear 1 forwards}@keyframes showImage{to{bottom:0;left:0;width:100%;height:100%;border-radius:0}}.mycarousel.next .mythumbnail .myitem:last-child{overflow:hidden;animation:showmythumbnail .5s linear 1 forwards}.mycarousel.prev .mylist .myitem img{z-index:100}@keyframes showmythumbnail{0%{width:0;opacity:0}}.mycarousel.next .mythumbnail{animation:effectNext .5s linear 1 forwards}@keyframes effectNext{0%{transform:translateX(150px)}}.mycarousel .time{position:absolute;z-index:1000;width:0;height:3px;background-color:#f1683a;left:0;top:0}.mycarousel.next .time,.mycarousel.prev .time{animation:runningTime 3s linear 1 forwards}@keyframes runningTime{0%{width:100%}to{width:0}}.mycarousel.prev .mylist .myitem:nth-child(2){z-index:2}.mycarousel.prev .mylist .myitem:nth-child(2) img{animation:outFrame .5s linear 1 forwards;position:absolute;bottom:0;left:0}@keyframes outFrame{to{width:150px;height:220px;bottom:50px;left:50%;border-radius:20px}}.mycarousel.prev .mythumbnail .myitem:first-child{overflow:hidden;opacity:0;animation:showmythumbnail .5s linear 1 forwards}.mycarousel.next .myarrows button,.mycarousel.prev .myarrows button{pointer-events:none}.mycarousel.prev .mylist .myitem:nth-child(2) .content .author,.mycarousel.prev .mylist .myitem:nth-child(2) .content .buttons,.mycarousel.prev .mylist .myitem:nth-child(2) .content .des,.mycarousel.prev .mylist .myitem:nth-child(2) .content .title,.mycarousel.prev .mylist .myitem:nth-child(2) .content .topic{animation:contentOut 1.5s linear 1 forwards!important}@keyframes contentOut{to{transform:translateY(-150px);filter:blur(20px);opacity:0}}@media screen and (max-width:678px){.mycarousel .mylist .myitem .content{padding-right:0}.mycarousel .mylist .myitem .content .title{font-size:30px}}.trust-section{width:100%;background-color:#f9fafb;padding:5rem 1rem}.trust-container{max-width:1200px;margin:0 auto;text-align:center}.trust-heading{font-size:2rem;font-weight:600;color:#111827;margin-bottom:3.5rem}.trust-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2.5rem}.trust-card{background-color:#ffffff;padding:2.5rem 2rem;border-radius:14px;box-shadow:0 10px 25px rgba(0,0,0,.06);transition:transform .25s ease,box-shadow .25s ease}.trust-card:hover{transform:translateY(-6px);box-shadow:0 16px 40px rgba(0,0,0,.08)}.trust-icon{font-size:2.5rem;margin-bottom:1.2rem}.trust-icon.dark,.trust-title{color:#111827}.trust-title{font-size:1.1rem;font-weight:600;margin-bottom:.6rem}.trust-text{font-size:.95rem;line-height:1.6;color:#4b5563}@media (max-width:900px){.trust-grid{grid-template-columns:1fr;gap:2rem}.trust-heading{font-size:1.8rem}}.email-signup{width:100%;background-color:#f5efe6;padding:4rem 1rem;margin-top:50px}.email-signup__content{max-width:720px;margin:0 auto;text-align:center}.email-signup__headline{font-size:2rem;font-weight:600;color:#111827;margin-bottom:.75rem}.email-signup__subheadline{font-size:1rem;color:#4b5563;margin-bottom:2rem;line-height:1.6}.email-signup__form{display:flex;justify-content:center;align-items:stretch;gap:.5rem;flex-wrap:wrap}.email-signup__input{flex:1;min-width:240px;padding:.75rem 1rem;font-size:.95rem;border-radius:6px;border:1px solid #d1d5db;outline:none}.email-signup__input:focus{border-color:#111827}.email-signup__button{position:relative;padding:.75rem 1.5rem;font-size:.95rem;font-weight:500;border-radius:6px;border:none;cursor:pointer;background-color:#111827;color:#ffffff;overflow:hidden;transition:background-color .3s ease,transform .25s ease,box-shadow .25s ease,color .25s ease}.email-signup__button:hover{background-color:#000000;color:#ffffff;transform:translateY(-2px);box-shadow:0 8px 20px rgba(0,0,0,.18)}.email-signup__button:active{transform:translateY(0);box-shadow:0 4px 10px rgba(0,0,0,.15)}.email-signup__button:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(17,24,39,.25),0 8px 20px rgba(0,0,0,.18)}.email-signup__button:disabled{opacity:.6;cursor:not-allowed;transform:none;box-shadow:none}.email-signup__button:after{content:"";position:absolute;top:0;left:-120%;width:120%;height:100%;background:linear-gradient(120deg,transparent,rgba(255,255,255,.25),transparent);transition:left .6s ease;pointer-events:none}.email-signup__button:hover:after{left:120%}.email-signup__note{margin-top:1rem;font-size:.75rem;color:#6b7280}@media (max-width:640px){.email-signup__form{flex-direction:column}.email-signup__button{width:100%}}.experience-section{width:100%;background:#ffffff}.experience-banner{width:100%;background:#000;padding:14px 0;text-align:center}.experience-banner-text{color:#fff;font-size:14px;font-weight:600;letter-spacing:.5px;text-transform:uppercase}.experience-wrapper{width:100%;display:flex;min-height:520px}.experience-image{width:50%;position:relative;overflow:hidden}.experience-image img{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.experience-content{width:50%;padding:5rem 4rem;display:flex;flex-direction:column;justify-content:center;max-width:640px}.experience-heading{font-size:2.25rem;font-weight:600;margin-bottom:1rem;color:#111827}.experience-body{font-size:1rem;line-height:1.7;color:#374151;margin-bottom:1.5rem}.experience-list-title{font-weight:600;margin-bottom:.75rem}.experience-list-icons{list-style:none;padding:0;margin-bottom:1.5rem}.experience-list-icons li{display:flex;align-items:flex-start;gap:10px;font-size:.95rem;margin-bottom:.6rem}.experience-icon{margin-top:3px}.experience-cta{align-self:flex-start;padding:.8rem 1.8rem;background:#111827;color:#ffffff;border-radius:999px;font-size:.95rem;font-weight:500;text-decoration:none;display:inline-flex;align-items:center;gap:8px;transition:background-color .25s ease,transform .25s ease,box-shadow .25s ease}.experience-cta:hover{background:#000000;transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,0,0,.25)}.experience-cta:after{content:"→";transition:transform .25s ease}.experience-cta:hover:after{transform:translateX(4px)}@media (max-width:768px){.experience-wrapper{flex-direction:column;min-height:unset}.experience-image{width:100%;height:280px}.experience-content{width:100%;padding:3rem 1.5rem;max-width:none}}.why-section{width:100%;background-color:#ffffff;padding:5rem 1rem}.why-container{max-width:1200px;margin:0 auto;text-align:center}.why-heading{font-size:2.1rem;font-weight:600;color:#111827;margin-bottom:3.5rem}.why-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:3rem}.why-card{padding:0 1rem}.why-icon{font-size:2.5rem;color:#111827;margin-bottom:1rem}.why-title{font-size:1.1rem;font-weight:600;color:#111827;margin-bottom:.75rem}.why-text{font-size:.95rem;line-height:1.6;color:#374151}@media (max-width:900px){.why-grid{grid-template-columns:1fr;gap:2.5rem}.why-heading{font-size:1.85rem}}.brand-story{width:100%;background-color:#f5f2ee}.brand-story-container{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:40% 60%;gap:4rem;align-items:stretch}.brand-story-text{text-align:left;padding:20px}.brand-eyebrow{display:inline-block;font-size:.85rem;letter-spacing:.12em;text-transform:uppercase;color:#7c6f64;margin-bottom:.8rem}.brand-heading{font-size:2.3rem;font-weight:600;color:#111827;margin-bottom:1.5rem;line-height:1.2}.brand-story-text p{font-size:1rem;line-height:1.7;color:#4b5563;margin-bottom:1rem}.brand-cta{margin-top:1.8rem;padding:.9rem 2.2rem;background-color:#111827;color:#ffffff;border:none;border-radius:999px;font-size:.95rem;cursor:pointer;transition:background-color .25s ease,transform .25s ease}.brand-cta:hover{background-color:#000000;transform:translateY(-2px)}.brand-story-media{width:100%;height:600px;overflow:hidden}.brand-story-media .swiper{width:100%;height:100%}.brand-story-media .swiper-slide{height:100%}.brand-story-media .image-wrapper{position:relative;width:100%;height:100%;overflow:hidden}.brand-story-media img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top center;object-position:top center}@media (max-width:1024px){.brand-story-media{height:380px}}@media (max-width:900px){.brand-story-container{display:flex;flex-direction:column;gap:3rem}.brand-heading{font-size:2rem}.brand-story-media{width:100%;height:360px}.brand-story-media .image-wrapper,.brand-story-media .swiper,.brand-story-media .swiper-slide{height:100%}}@media (max-width:640px){.brand-story-media{height:280px}}.final-cta{width:100%;min-height:640px;background-image:url(/images/finalcta.jpg);background-size:cover;background-position:50%;background-repeat:no-repeat;position:relative}.final-cta-overlay{width:100%;height:100%;background:rgba(0,0,0,.7);display:flex;align-items:center;justify-content:center;padding:5rem 1.5rem}.final-cta-content{max-width:760px;text-align:center;background:rgba(0,0,0,.5);padding:4.5rem 3.5rem;border-radius:22px;backdrop-filter:blur(8px)}.final-cta-eyebrow{display:inline-block;font-size:.75rem;letter-spacing:.14em;text-transform:uppercase;color:#d1d5db;margin-bottom:1.4rem}.final-cta-content h2{font-size:3rem;color:#ffffff;margin-bottom:1.6rem;line-height:1.15}.final-cta-content p{font-size:1.15rem;color:#e5e7eb;margin-bottom:2.6rem;line-height:1.7}.final-cta-buttons{display:flex;justify-content:center;gap:1.4rem;flex-wrap:wrap;margin-bottom:2.4rem}.cta-btn{padding:1.1rem 3rem;border-radius:999px;font-size:.95rem;font-weight:500;text-decoration:none;transition:all .25s ease}.cta-btn.primary{background-color:#ffffff;color:#000000}.cta-btn.primary:hover{background-color:#f3f4f6;transform:translateY(-2px)}.cta-btn.secondary{background-color:transparent;border:1.5px solid #ffffff;color:#ffffff}.cta-btn.secondary:hover{background-color:rgba(255,255,255,.15);transform:translateY(-2px)}.final-cta-note{font-size:.8rem;color:#9ca3af}@media (max-width:640px){.final-cta{min-height:520px}.final-cta-content{padding:3rem 1.8rem}.final-cta-content h2{font-size:2.2rem}}.campaign-details{width:100%;padding:3rem 1rem;font-family:Arial,sans-serif;color:#1f1f1f}.campaign-container{max-width:960px;margin:0 auto}.campaign-heading{font-size:2.8rem;font-weight:700;text-align:center;margin-bottom:.5rem}.campaign-subheading{font-size:1.4rem;font-weight:500;text-align:center;margin-bottom:2rem;color:#555}.campaign-section{margin-bottom:2rem}.section-title{font-size:1.5rem;font-weight:600;margin-bottom:.8rem}.campaign-section h4{font-size:1.2rem;font-weight:500;margin-top:1rem;margin-bottom:.4rem}.campaign-section ul{list-style-type:disc;margin-left:1.5rem;margin-bottom:.5rem}.campaign-section ul li{margin-bottom:.4rem;line-height:1.6}.campaign-footer{text-align:center;font-size:.85rem;color:#777;margin-top:3rem}.campaign-footer a{color:#1f1f1f;text-decoration:underline}@media (max-width:768px){.campaign-heading{font-size:2rem}.campaign-subheading{font-size:1.1rem}}.hero-cta{display:flex;align-items:center;justify-content:center;gap:10px;margin-bottom:16px}@media (max-width:640px){.hero-cta{flex-wrap:wrap}}.hero-cta__link{color:#ffffff;text-decoration:underline;font-size:14px;white-space:nowrap}.hero-cta__link:hover{opacity:.8}.campaign-badge{display:inline-block;padding:6px 14px;background:rgba(0,0,0,.75);color:#ffffff;font-size:12px;line-height:1.4;border-radius:999px;letter-spacing:.2px;backdrop-filter:blur(4px);-webkit-backdrop-filter:blur(4px)}@media (min-width:640px){.campaign-badge{font-size:13px;padding:8px 18px}}.ig-header{margin:40px auto}.ig-title{margin-top:24px}@media (max-width:640px){.ig-section{padding:40px 16px}.ig-title{font-size:22px;margin-top:24px}.ig-subtitle{font-size:14px}}.ig-section{padding:60px;text-align:center}.ig-header{max-width:700px;margin:0 auto 40px}.ig-title{font-size:28px;font-weight:700;margin-bottom:12px}.ig-subtitle{font-size:16px;color:#555;line-height:1.6;margin-bottom:20px}.ig-cta{display:inline-flex;align-items:center;gap:8px;background:#000;color:#fff;padding:12px 20px;border-radius:30px;font-size:14px;font-weight:600;text-decoration:none;transition:all .25s ease}.ig-cta:hover{background:#111;transform:translateY(-2px)}.ig-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:20px}.ig-grid-item{position:relative;width:100%;aspect-ratio:1/1;overflow:hidden;border-radius:8px}.ig-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}@media (max-width:640px){.ig-section{padding:40px 16px}.ig-title{font-size:22px}.ig-subtitle{font-size:14px}.ig-grid{grid-template-columns:repeat(2,1fr)}}.shimmer-wrapper{position:relative;overflow:hidden;background-color:#f6f7f8}.shimmer{width:50%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.6),rgba(255,255,255,0));position:absolute;top:0;left:-50%;height:100%;animation:shimmer 1.5s infinite}.shimmer-slide{display:flex;flex-direction:column;align-items:center;justify-content:center}.shimmer-image{width:200px;height:200px;border-radius:50%}.shimmer-image,.shimmer-text{background:#f6f7f8;background-image:linear-gradient(90deg,#f6f7f8,#edeef1 40px,#f6f7f8 80px);background-size:600px;animation:shimmer 1.5s linear infinite}.shimmer-text{width:120px;height:16px;margin-top:10px;border-radius:4px}.skeleton-loader{position:relative;overflow:hidden;background-color:#f6f7f8;border-radius:8px;min-height:300px}.skeleton-loader:after{content:"";position:absolute;top:0;left:-100%;height:100%;width:100%;background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.4) 50%,rgba(255,255,255,0));animation:shimmer 1.5s infinite}@keyframes shimmer{0%{left:-100%}to{left:100%}}.skeleton-image{width:100%;height:300px;background-color:#e0e0e0;border-radius:8px 8px 0 0}.skeleton-text{margin:10px 0;border-radius:4px}.skeleton-chip,.skeleton-text{height:20px;background-color:#e0e0e0}.skeleton-chip{width:50px;margin-top:10px;border-radius:12px}.skeleton-icon{width:40px;display:inline-block;border-radius:50%;margin:5px}.skeleton-button,.skeleton-icon{height:40px;background-color:#e0e0e0}.skeleton-button{width:100%;margin-top:10px;border-radius:8px}.form-container{transition:all .3s ease-in-out;overflow:hidden}.form-container.closed{max-height:0;opacity:0}.form-container.open{max-height:1000px;opacity:1}.footer-logo{transform:translateY(100px);opacity:0;transition:transform .8s ease,opacity .8s ease}.footer-logo.logo-visible{transform:translateY(0);opacity:1}.marquee-text{font-size:.875rem}@media (min-width:768px){.marquee-text{font-size:1rem}}