body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{align-items:center;background:#fff;display:flex;flex-wrap:nowrap;gap:57px;justify-content:space-between;padding:34px 20px 20px 28px;z-index:1000}.header,.logo{position:relative}.logo{color:green;font-size:35px;font-weight:700;text-decoration:none;white-space:nowrap;z-index:1010}.nav{gap:22px;margin-right:40px}.nav a{color:#333;font-size:22px;font-weight:500;text-decoration:none;transition:color .3s;white-space:nowrap}.hamburger-menu{background:#0000;border:none;cursor:pointer;display:none;flex-direction:column;height:25px;justify-content:space-around;padding:0;width:30px;z-index:1100}.hamburger-menu span{background-color:#333;border-radius:5px;height:3px;transition:all .3s ease;width:100%}@media screen and (max-width:1800px) and (min-width:1432px){.header{gap:108px!important;justify-content:left!important;padding:30px 20px 20px 28px!important}.nav a{font-size:21px}}@media screen and (max-width:1432px) and (min-width:1301px){.header{gap:85px;padding:30px 20px 20px 28px}.logo{font-size:30px}.nav{gap:20px}.nav a{font-size:19px}}@media screen and (max-width:1300px) and (min-width:1252px){.header{gap:116px;padding:25px 20px 20px}.logo{font-size:28px}.nav{gap:15px}.nav a{font-size:19px}}@media screen and (max-width:1252px) and (min-width:1134px){.header{gap:104px;padding:25px 20px 20px}.logo{font-size:28px}.nav{gap:12px}.nav a{font-size:17px}}@media screen and (max-width:1133px) and (min-width:1111px){.header{gap:20px;justify-content:space-between;padding:20px 15px}.logo{font-size:26px}.nav{gap:12px;margin-right:0}.nav a{font-size:17px;letter-spacing:-.3px}}@media (max-width:1110px){.header{justify-content:space-between;padding:20px}.hamburger-menu{display:flex}.nav{background-color:#d8e3c2;flex-direction:column;height:100vh;justify-content:center;position:fixed;right:-100%;top:0;transition:right .4s ease;width:300px;z-index:1050}.nav.active{right:0}.nav a{color:#000;font-size:1.5rem;margin-bottom:10px}}.nav{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap}@media (max-width:1110px){.header{align-items:center;background:#fff;display:flex;flex-wrap:nowrap;justify-content:space-between;padding:34px 20px 20px 28px;position:relative;z-index:1000}.decorative-wave{display:none}.hamburger-menu{display:flex}.nav{align-items:center;background-color:#d8e3c2;box-shadow:-5px 0 15px #0000001a;flex-direction:column;gap:30px;height:100vh;justify-content:center;margin-right:0;position:fixed;right:-100%;top:0;transition:right .4s ease-in-out;width:300px;z-index:1050}.nav.active{right:0}.nav a{color:#000;font-size:1.5rem}.hamburger-menu.active span:first-child{transform:translateY(8px) rotate(45deg)}.hamburger-menu.active span:nth-child(2){opacity:0}.hamburger-menu.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}}.left-wave,.top-left-wave{left:0;top:0;width:1107px;z-index:2}.nav a{position:relative;transition:color .3s ease}.nav a:hover{color:#1f5706}.nav a:after{background:green;content:"";display:block;height:2px;margin-top:5px;position:absolute;right:0;transition:width .3s ease;-webkit-transition:width .3s ease;width:0}.nav a:hover:after{background:green;left:0;width:100%}.nav a:hover{display:inline-block;transform:translateY(-2px)}.blog-page-container{background-color:#fff;overflow-x:hidden;position:relative}.blog-swirl-graphic{height:auto;left:-100px;opacity:.8;position:absolute;top:-50px;width:400px;z-index:0}.blog-content{margin:0 auto;position:relative;z-index:1}.blog-header{margin-bottom:40px;text-align:center}.blog-subtitle{color:#1f5706;font-size:40px;font-weight:700;position:relative;text-align:center;z-index:8}.blog-main-title{color:#1f5706;font-size:2.8rem;font-weight:700;margin:5px 0 0}.tags-container{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(5,1fr);margin:20px 95px}.tag-button{background-color:#fff;border:1px solid #ccc;border-radius:50px;color:#1f5706;cursor:pointer;font-size:18px;padding:12px;text-align:center;transition:all .2s ease-in-out}.tag-button:hover{background-color:#f0f0f0;border-color:#999}.tag-button--active{background-color:#fcf8e3;border-color:#d6b85d;color:#333;font-weight:600}.posts-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin:155px;padding:20px}.post-card{background:#e1e2ad;border-radius:10px;box-shadow:0 4px 8px #0000001a;justify-self:center;max-width:450px;padding:20px}.post-card:hover{transform:translateY(-5px)}.post-card-image-wrapper{border:1px solid #e0e0e0;border-radius:10px;padding:5px}.post-card-image{border-radius:10px;display:block;height:280px;object-fit:cover;width:100%}.post-card-content{display:flex;flex-direction:column;flex-grow:1;padding:35px}.post-card-title{color:#222;font-size:1.5rem;margin:0 0 10px}.post-card-excerpt{color:#555;flex-grow:1;font-size:1.2rem;line-height:1.6;margin:0 0 20px}.post-card-meta{align-items:center;color:#777;display:flex;font-size:16px;justify-content:space-between}.read-more-link{color:#1f5706;font-weight:700;text-decoration:none}.read-more-link:hover{text-decoration:underline}@media (max-width:1300px){.posts-grid,.tags-container{margin-left:40px;margin-right:40px}.posts-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);margin:155px;padding:20px}}@media (max-width:1200px){.posts-grid,.tags-container{margin-left:40px;margin-right:40px}.posts-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(2,1fr);margin:155px;padding:20px}.tags-container{grid-template-columns:repeat(4,1fr)}}@media (max-width:992px){.posts-grid,.tags-container{margin-left:20px;margin-right:20px;margin-top:50px}.tags-container{gap:10px;grid-template-columns:repeat(2,1fr)}.blog-main-title{font-size:2.2rem}.tag-button{font-size:16px;padding:10px}.post-card-title{font-size:1.3rem}.post-card-excerpt{font-size:1rem}}@media (max-width:768px){.posts-grid{gap:30px;grid-template-columns:1fr;margin-top:40px;padding:0}.post-card{border-radius:25px;justify-self:auto;max-width:100%}.tags-container{grid-template-columns:repeat(2,1fr)}.blog-main-title{font-size:1.8rem}.blog-subtitle{font-size:1rem}}.explore-more-btn{display:none}.tags-popup{animation:fadeIn .3s ease-in-out;background:#fff;border-radius:10px;box-shadow:0 4px 20px #0003;max-height:80vh;overflow-y:auto;padding:20px;position:fixed;right:20px;top:75px;width:295px;z-index:999}.popup-header{align-items:center;border-bottom:1px solid #eee;display:flex;justify-content:space-between;margin-bottom:12px;padding-bottom:8px}.popup-header h4{color:#1f5706;font-size:18px;margin:0}.popup-close-btn{background:none;border:none;color:#1f5706;cursor:pointer;font-size:24px}.popup-close-btn:active,.popup-close-btn:hover{color:#ff4c00}.popup-tags-container{display:flex;flex-wrap:wrap;gap:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@media (max-width:992px){.tags-container{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;max-height:none;max-height:94px;overflow:hidden}.explore-more-btn{background:#1f5706;border:none;border-radius:5px;color:#fff;cursor:pointer;display:inline-block;font-weight:600;left:50%;margin:15px auto 0;padding:10px 24px;position:relative;text-align:center;transform:translateX(-50%);transition:background .2s ease-in-out}.explore-more-btn:hover{background:#3b6419}}@media (max-width:400px){.popup-container{padding:15px;width:95%}}body,html{background-color:#fff;box-sizing:border-box;color:#333;font-family:Inter,sans-serif}.homepage-container{overflow-x:hidden;position:relative}.decorative-wave{pointer-events:none;position:absolute;z-index:0}.left-wave,.top-left-wave{left:0;top:0;width:1107px;z-index:2}.left-waves{left:0;top:50%;transform:translateY(-66%) scaleX(-1);width:1107px}.right-wave{right:0;top:50%;transform:translateY(-50%);width:1107px}.banner-grid{grid-gap:20px;box-sizing:border-box;display:grid;gap:20px;grid-template-columns:1fr 1.03fr 1.1fr;grid-template-rows:auto auto;justify-content:center;margin:0 auto;max-width:1292px;padding:20px;width:100%}.banner-card{border-radius:20px;overflow:hidden;position:relative}.banner-grid img{border-radius:8px;display:block;height:100%;object-fit:cover;width:100%}.banner-card:after{background:#ffffff59;border-radius:20px;content:"";inset:0;position:absolute;z-index:1}.image-mask{background:#fff;border-radius:0;height:100%;overflow:hidden;width:100%}.image-mask img{border-radius:0!important;display:block;height:100%;object-fit:cover;width:100%}.banner-text{border-radius:5px;color:#000;display:flex;flex-direction:column;flex-shrink:0;font-family:Inter,sans-serif;font-size:24px;font-style:normal;font-weight:700;height:253px;justify-content:center;left:50%;line-height:35px;padding:8px -2px;position:absolute;text-align:left;top:24%;transform:translate(-50%,-50%);width:233px;z-index:2}.banner-text1{color:#040404;top:83%;width:250px}.banner-text1,.banner-text2{border-radius:5px;display:flex;flex-direction:column;flex-shrink:0;font-family:Inter,sans-serif;font-size:24px;font-style:normal;font-weight:700;height:253px;justify-content:center;left:50%;line-height:35px;padding:8px -2px;position:absolute;text-align:center;transform:translate(-50%,-50%);z-index:2}.banner-text2{color:#000;top:24%;width:360px}.banner-text3{border-radius:5px;color:#000;display:flex;flex-direction:column;flex-shrink:0;font-family:Inter,sans-serif;font-size:24px;font-style:normal;font-weight:700;height:253px;justify-content:center;line-height:35px;padding:8px -2px;position:absolute;right:33%;text-align:center;top:36%;transform:translate(-50%,-50%);width:330px;z-index:2}.card-1{border-radius:0;grid-column:1/2;grid-row:1/span 2;height:772px;width:100%}.card-2{grid-column:2/3}.card-2,.card-3{border-radius:0;grid-row:1/2;height:386px;width:100%}.card-3{grid-column:3/4}.card-4{border-radius:0;grid-column:2/4;grid-row:2/3;height:364px;width:100%}.banner-card img{display:block;height:100%;object-fit:cover;width:100%}.intro-section{margin:0 auto;max-width:1204px;padding:2rem;text-align:center}.intro-title{color:#1f5706;font-size:2.8rem;font-weight:700}.intro-text{color:#000;font-size:23px;font-style:normal;font-weight:400;line-height:35px;margin-bottom:1.5rem;text-align:center}.intro-buttons{align-items:center;display:flex;flex-direction:column;gap:1rem;margin-top:50px}.read-more-button{background-color:#1f5706;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;height:54px;padding:.5rem 1.5rem;width:173px}.search-icon{align-items:center;background:none;background:#1f5706;border:none;border-radius:7px;cursor:pointer;display:flex;height:45px;justify-content:center;padding:0;position:absolute;right:0;top:38%;transform:translateY(-50%);width:50px}.search-icon img{display:block;height:20px;width:20px}.category-section-homepage{margin:0 auto 20px;max-width:1204px;padding:0 0 20px;width:100%}.section-title-homepage{color:#1f5706;font-size:2.8rem;font-weight:700;margin-bottom:50px;margin-top:50px;padding:0;text-align:center}.category-grid-homepage{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(5,1fr);justify-items:center;padding:0 10px}.category-card-homepage{background-color:#fff;border:1px solid #090909;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;height:100%;overflow:hidden;position:relative;transition:transform .2s ease-out;width:100%}.category-image-homepage{display:block;height:100%;object-fit:cover;width:100%}.category-label-homepage{bottom:0;box-sizing:border-box;color:#1f5706;font-size:20px;font-weight:500;left:0;margin:0;padding:18px 5px;position:absolute;text-align:center;width:100%}.view-all-container-homepage{margin-bottom:30px;margin-top:90px;text-align:center}.post-card2-title{-webkit-line-clamp:2;text-overflow:ellipsis}.post-card2-excerpt,.post-card2-title{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.post-card2-excerpt{-webkit-line-clamp:4}.post-card2-excerpt p{margin:0}.btn-view-all-homepage{background-color:#fff;border:2px solid #2c541d;border-radius:50px;color:#1f5706;cursor:pointer;font-size:14px;font-size:20px;font-weight:700;height:50px;padding:8px 20px;transition:background-color .3s,color .3s}.btn-view-all-homepage:hover{background-color:#1f5706;color:#fff}@media (min-width:768px) and (max-width:992px){.category-grid-homepage{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.category-grid-homepage{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);justify-content:center}.category-card-homepage{max-width:180px}}@media (max-width:600px){.category-grid-homepage{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);justify-content:center}}@media (max-width:300px){.category-grid-homepage{grid-template-columns:2fr}}.text-center{margin-top:20px;text-align:center}.recent-posts-section{margin:0 auto;padding:40px 20px}.posts-grid-container{grid-gap:30px;display:grid;gap:30px;grid-template-columns:1fr 1fr}.custom-post-card{display:flex;flex-direction:column;height:478px;overflow:hidden;position:relative}.custom-post-image-container{overflow:hidden;position:relative;width:100%}.custom-post-image-background{display:block;height:100%;width:100%}.custom-post-content-overlay{-webkit-backdrop-filter:blur(15px);backdrop-filter:blur(15px);background:#fff9f98a;border:1px solid #00000026;border-radius:20px;bottom:20px;color:#1f5706;display:flex;flex-direction:column;height:192px;justify-content:flex-end;left:50%;margin-bottom:0;padding:15px;position:absolute;transform:translateX(-50%) translateY(7%);width:70%;z-index:2}.custom-post-title-overlay-text{color:#1f5706;font-size:1.5rem;font-weight:600;line-height:1.3;margin-bottom:6px;margin-top:0}.custom-post-excerpt-overlay-text{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;font-size:1rem;line-height:1.4;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis}.custom-post-meta-overlay-text{align-items:center;display:flex;justify-content:space-between;margin-top:auto}.custom-post-read-more-overlay{font-size:.8rem;font-weight:500;text-decoration:underline}.custom-post-author-date-overlay{font-size:.7rem;text-align:right}.custom-post-author-date-overlay span{display:block}.custom-post-author-date-overlay span:first-child{font-weight:500}@media (max-width:992px){.recent-posts-grid-homepage{gap:20px;grid-template-columns:repeat(2,1fr)}.recent-post-image-homepage{height:220px}.recent-post-overlay-homepage{padding:14px}.recent-post-title-homepage{font-size:1rem}.recent-post-excerpt-homepage{font-size:.85rem}}@media (max-width:600px){.recent-posts-grid-homepage{gap:18px;grid-template-columns:1fr}.recent-post-image-homepage{height:200px}.recent-post-overlay-homepage{padding:12px}.recent-post-title-homepage{font-size:.95rem}.recent-post-excerpt-homepage{font-size:.82rem}}@media (min-width:901px) and (max-width:992px){.category-label-homepage{bottom:18px!important}}@media (max-width:992px){.decorative-wave{display:none}.banner-grid{grid-template-areas:"card1 card2" "card1 card3" "card4 card4";grid-template-columns:1fr 1fr}.card-1,.card-2,.card-3,.card-4{grid-column:auto;grid-row:auto;height:auto;min-height:350px;width:100%}.card-1{grid-area:card1}.card-2{grid-area:card2}.card-3{grid-area:card3}.card-4{grid-area:card4}.banner-text,.banner-text1,.banner-text2,.banner-text3{font-size:1.5rem;height:auto;line-height:1.4;text-align:center;width:90%}.banner-text{text-align:center;top:30%}.banner-text3{left:58%;padding-right:70px;top:19%}.banner-text2{left:50%;position:absolute;top:20%}.category-label-homepage{bottom:0;box-sizing:border-box;color:#1f5706;font-size:18px;font-weight:500;left:0;margin:0;padding:12px 0;position:absolute;text-align:center;width:100%}.category-grid-homepage{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(3,1fr);justify-content:center}.category-card-homepage{transform:none!important}}@media screen and (max-width:1025px){.desktop-carousel{display:none}.mobile-carousel{overflow:hidden;position:relative;width:100%}.mobile-carousel-container{display:flex;overflow-x:auto;scroll-behavior:smooth;scroll-snap-type:x mandatory}.mobile-carousel-slide{align-items:center;display:flex;flex:0 0 100%;flex-direction:column;position:relative;scroll-snap-align:start}.mobile-carousel-container::-webkit-scrollbar{display:none}.mobile-carousel-text{color:#000;font-size:16px;font-weight:600;left:10%;line-height:1.4;position:absolute;right:10%;text-align:center;text-shadow:0 2px 8px #000c;top:28px}.mobile-carousel-dots{display:flex;justify-content:center;margin-top:10px}.mobile-carousel-dots .dot{background-color:#ccc;border-radius:50%;display:inline-block;height:8px;margin:0 4px;transition:background-color .3s ease;width:8px}.mobile-carousel-dots .dot.active{background-color:#1f5706;border-radius:30%;width:20px}}@media screen and (max-width:768px){.mobile-carousel-image{border-radius:8px;height:363px;object-fit:cover;width:80%}.mobile-carousel-text{font-size:16px;top:28px}}@media screen and (min-width:769px) and (max-width:1025px){.mobile-carousel-image{border-radius:10px;height:500px;object-fit:cover;width:90%}.mobile-carousel-text{font-size:22px;top:40px}}@media screen and (min-width:1025px) and (max-width:1170px){.banner-text3{border-radius:5px;color:#000;display:flex;flex-direction:column;flex-shrink:0;font-family:Inter,sans-serif;font-size:24px;font-style:normal;font-weight:700;height:253px;justify-content:center;line-height:35px;padding:8px -2px;position:absolute;right:25%!important;text-align:center;top:36%;transform:translate(-50%,-50%);width:330px;z-index:2}}@media screen and (min-width:1026px){.mobile-carousel{display:none}}@media screen and (max-width:1025px){.banner-grid{display:none}}@media (max-width:768px){.intro-title,.section-title-homepage{font-size:2rem;line-height:1.3}.intro-text{font-size:1rem}.posts-grid-container{grid-template-columns:1fr}.posts-grid-container>.custom-post-card:nth-child(2) .custom-post-title-overlay-text,.posts-grid-container>.custom-post-card:nth-child(3) .custom-post-title-overlay-text{color:#000}.custom-post-content-overlay{padding:15px;width:90%}.custom-post-title-overlay-text{font-size:1.2rem}}@media (max-width:576px){.category-grid-homepage{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr);justify-content:center}.footer-wave-bg{padding-bottom:20px;padding-top:60px}}.search-box-wrapper{align-items:center;display:flex;justify-content:center;position:relative;width:100%}.search-container{max-width:498px;position:relative;width:90%}.search-input{border:2px solid #183a0d;border-radius:5px;box-sizing:border-box;font-size:20px;height:50px;padding:.6rem 2.5rem .6rem 1rem;width:100%}.search-input:focus{border-color:#1f5706!important;box-shadow:none!important;outline:none!important}.search-icon img{cursor:pointer;width:24px}.search-suggestions{background:#fff;border:1px solid #ddd;border-radius:6px;margin-top:5px;max-height:320px;overflow-y:auto;position:absolute;top:56px;width:495px;z-index:999}@media (max-width:1024px){.search-suggestions{font-size:14px;left:10px;right:10px;top:50px;width:100%}}@media (max-width:600px){.search-suggestions{left:10px;max-height:60vh;position:fixed;right:10px;top:60px;width:auto}}.suggestion-item{border-bottom:1px solid #f2f2f2;cursor:pointer;font-size:14px;padding:10px}.suggestion-item:hover{background-color:#f5f5f5}.load-more-container1{margin-top:50px;text-align:center}.load-more-btn1{background-color:#1f5706;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;height:54px;padding:.5rem 1.5rem;width:173px}.load-more-btn1:hover{opacity:.9}.link-button,.link-button:hover{background:none;border:none;color:inherit;cursor:pointer;font:inherit;padding:0;text-decoration:underline}.post-card2{background:#e1e2ad;border-radius:12px;box-shadow:0 4px 8px #0000001a;justify-self:center;max-width:450px;padding:20px}.post-card2:hover{transform:translateY(-5px)}.post-card2-image-wrapper{border:1px solid #e0e0e0;border-radius:12px;padding:5px}.post-card2-image{border-radius:12px;display:block;height:280px;object-fit:cover;width:100%}.post-card2-content{display:flex;flex-direction:column;flex-grow:1;padding:35px}.post-card2-title{color:#222;font-size:1.5rem;margin:0 0 10px}.post-card2-excerpt{color:#555;flex-grow:1;font-size:1.2rem;line-height:1.6;margin:0 0 20px}.post-card2-meta{align-items:center;color:#777;display:flex;font-size:16px;justify-content:space-between}.read-more-link2{color:#1f5706;font-weight:700;text-decoration:none}.read-more-link2:hover{text-decoration:underline}@media (max-width:992px){.post-card2-title{font-size:1.3rem}.post-card2-excerpt{font-size:1rem}}@media (max-width:768px){.post-card2{border-radius:25px;justify-self:auto;max-width:100%}}.posts-grid2{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(3,1fr);margin:0 auto;max-width:1400px;padding:20px}@media (max-width:1525px){.posts-grid2{gap:30px;grid-template-columns:repeat(3,1fr)}}@media (max-width:1100px){.posts-grid2{gap:30px;grid-template-columns:repeat(2,1fr);max-width:900px}}@media (max-width:768px){.posts-grid2{gap:20px;grid-template-columns:1fr;padding:10px}.recent-posts-section{padding:20px 10px}.load-more-btn{padding:15px;width:80%}}.suggestion-icon{height:18px;margin-right:8px;vertical-align:middle;width:18px}.euphoria-footer{font-family:Inter,sans-serif;line-height:1.6;margin-top:50px}.euphoria-footer-wave-bg{background-position:bottom;background-repeat:no-repeat;background-size:cover;color:#e0f0d8;height:260px;padding:92px 20px 40px;position:relative}.euphoria-footer-content{align-items:flex-start;display:flex;flex-wrap:wrap;gap:30px;justify-content:flex-start;margin:0 auto;padding-left:88px;position:relative;z-index:1}.euphoria-footer-logo{color:#f0fff0;flex-shrink:0;font-size:2.8rem;font-weight:700;line-height:1.1}.euphoria-footer-nav{align-items:flex-start;margin-top:51px}.footer-nav-column,.footer-nav-column1{margin-left:25px;text-align:left!important}.footer-nav-column1{display:flex;flex-direction:column;gap:4px;margin-top:80px}.euphoria-footer-nav a{color:#d4edd4;font-size:1.2rem;font-weight:500;line-height:1.4;margin-bottom:8px;text-decoration:none;transition:color .2s ease}.euphoria-footer-nav a:last-child{margin-bottom:0}.euphoria-footer-nav a:hover{color:#fff;text-decoration:underline}.euphoria-nav-and-socials-container{align-items:flex-start;display:flex}.euphoria-footer-nav{display:flex;gap:30px}.footer-nav-column{display:flex;flex-direction:column;gap:4px}.euphoria-footer-socials{display:flex;gap:21px;margin-left:110px;margin-top:220px;position:relative;z-index:2}.euphoria-footer-socials img{filter:brightness(0) invert(1)}@media (max-width:1550px){.euphoria-footer-wave-bg{background-color:#1f5706!important;background-image:none!important;height:70px!important;overflow:visible!important;padding:0 50px!important}.euphoria-footer-content,.euphoria-footer-wave-bg{align-items:center!important;display:flex!important}.euphoria-footer-content{flex-direction:row!important;gap:0!important;height:100%!important;justify-content:space-between!important;margin:0!important;max-width:100%!important;padding:0!important;width:100%!important}.euphoria-footer-logo{color:#fff!important;flex-shrink:0!important;font-size:1.4rem!important;line-height:1!important;margin:0!important;white-space:nowrap}.euphoria-nav-and-socials-container{flex:1 1!important;flex-direction:row!important;gap:20px!important;justify-content:space-between!important;margin:0 0 0 40px!important;padding:0!important}.euphoria-footer-nav,.euphoria-nav-and-socials-container{align-items:center!important;display:flex!important;height:100%!important}.euphoria-footer-nav{flex:1 1!important;flex-direction:column!important;gap:2px!important;justify-content:center!important;margin:0!important}.footer-nav-column,.footer-nav-column1{align-items:center!important;display:flex!important;flex-direction:row!important;flex-wrap:wrap!important;gap:10px!important;justify-content:center!important;margin:0!important}.footer-nav-column a:not(:last-child):after,.footer-nav-column1 a:not(:last-child):after{color:#fff6;content:"|";margin-left:10px}.euphoria-footer-nav a{color:#d4edd4!important;font-size:13px!important;margin-bottom:0!important;text-decoration:none!important}.euphoria-footer-socials{align-items:center!important;display:flex!important;flex-direction:row!important;flex-shrink:0!important;gap:12px!important;height:100%!important;justify-content:flex-end!important;margin:0!important;padding:0!important}.euphoria-footer-socials img{display:block!important;height:22px!important;width:22px!important}}@media (max-width:1255px){.euphoria-footer-wave-bg{display:block!important;height:auto!important;padding:30px 20px!important}.euphoria-footer-content{flex-direction:column!important;gap:25px!important;height:auto!important;text-align:center!important}.euphoria-nav-and-socials-container{align-items:center!important;flex-direction:column!important;gap:25px!important;width:100%}.euphoria-footer-logo{font-size:2rem!important;justify-content:center!important;width:100%}.euphoria-footer-nav{gap:10px!important;margin-top:0!important;width:100%}.footer-nav-column,.footer-nav-column1{flex-wrap:wrap;gap:12px!important;justify-content:center!important}.euphoria-footer-nav a{font-size:.95rem!important}.euphoria-footer-socials{gap:25px!important;justify-content:center!important;margin-top:0!important;width:100%}.euphoria-footer-socials img{height:24px!important}}@media (max-width:576px){.footer-nav-column,.footer-nav-column1{gap:8px!important}.euphoria-footer-nav a{font-size:.8rem!important}}body{background-color:#fff;font-family:Inter,sans-serif;margin:0}.about-us-page-container{overflow-x:hidden;position:relative}.about-us-content{text-align:center}.about-us-banner-image{margin-bottom:40px;max-width:600px;width:100%}.about-us-text-section{box-sizing:border-box;margin:0 auto;max-width:1400px;width:90%}.about-us-subtitle{color:#1f5706;font-family:Inter,sans-serif;font-size:40px;font-style:normal;font-weight:700;line-height:40px;margin-bottom:10px;text-align:center}.about-us-title{color:#1f5706;font-size:2.8rem;margin-bottom:20px}.about-us-paragraph{color:#000;font-family:Inter,sans-serif;font-size:23px;font-style:normal;font-weight:400;line-height:45px;text-align:center}.collage-background{align-items:center;background-color:#fff;display:flex;justify-content:center;margin-top:50px;overflow-x:hidden;padding-top:40px;width:100%}.collage-container{height:0;margin-left:13%;margin-right:13%;padding-bottom:40%;position:relative;width:130%}.collage-image-wrapper{padding:10px;position:absolute}.collage-image-wrapper img{border-radius:10px;display:block;height:100%;object-fit:cover;width:100%}.image-1{top:2%}.image-1,.image-2{left:-15%;width:17%}.image-2{top:48%}.image-3{left:6%;top:17%;width:17%}.image-4{left:3%;top:50%;width:28%}.image-5{left:24%;top:-2%;width:16%}.image-6{left:34%;top:30%;width:26%}.image-7{left:37%;top:60%;width:21%}.image-8{left:43%;top:-2%;width:16%}.image-9{left:61%;top:-6%;width:16%}.image-10{left:63%;top:27%;width:14%}.image-11{left:60%;top:62%;width:19%}.image-12{left:79%;top:-2%;width:15%}.image-13{left:81%;top:40%;width:15%}.image-14{left:96%;top:7%;width:17%}.image-15{left:98%;top:45%;width:15%}.info-sections-container{display:flex;flex-direction:column;gap:60px;margin:95px}.info-section{align-items:center;display:flex;gap:50px}.info-section--reverse{flex-direction:row-reverse}.info-text-block{flex:1 1;text-align:center}.info-image-block{flex:1 1}.info-image-block img{border-radius:10px;box-shadow:0 15px 30px #0000001a;display:block;width:100%}.collage-carousel{box-sizing:border-box;display:none;padding:8px 0;width:100%}.collage-swiper-slide{box-sizing:border-box;height:260px!important;width:260px!important}.collage-carousel-slide,.collage-swiper-slide{align-items:center;display:flex;justify-content:center}.collage-carousel-slide{height:100%;width:100%}.collage-carousel-image{-webkit-user-drag:none;border-radius:10px;display:block;height:100%;object-fit:cover;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%}@media (max-width:576px){.collage-swiper-slide{height:200px!important;width:200px!important}}@media (max-width:992px){.desktop-collage{display:none!important}.collage-carousel{display:block}.collage-carousel .swiper{padding:0}.collage-carousel .swiper-wrapper{align-items:center}}.collage-carousel .collage-swiper-slide,.collage-carousel .swiper-slide{margin-left:0;margin-right:0;padding:0}@media (max-width:992px){.about-us-text-section{margin:0 auto;width:90%}.about-us-title{font-size:2.2rem}.about-us-paragraph{font-size:1.1rem;line-height:1.6}.collage-background{margin-top:30px}.info-sections-container{gap:40px;margin:60px 20px}.info-section{flex-direction:column!important; /* !important to override --reverse */gap:30px}.info-image-block{order:1}.info-text-block{order:2}}@media (max-width:576px){.about-us-banner-image{margin-bottom:20px}.about-us-title{font-size:1.8rem}.about-us-paragraph{font-size:1rem}.info-sections-container{margin:40px 15px}.info-image-block img{height:auto;width:100%}.info-text-block{text-align:center}}:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:ease;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{-ms-overflow-style:none;overflow:auto;scrollbar-width:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-start:var(--swiper-centered-offset-before);margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{-webkit-margin-before:var(--swiper-centered-offset-before);margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid #007aff;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.login-page-container{align-items:center;background:linear-gradient(135deg,#f9f9f9,#e3f0d1);display:flex;height:84vh;justify-content:center;overflow:hidden;padding:2rem 1rem}.login-form-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 4px 20px #0000000d;max-width:460px;padding:2rem;width:100%}.login-form-wrapper h2{color:#2e5332;font-size:2rem;font-weight:500;margin-bottom:2rem}.social-btn{background-color:#fff;border:1px solid #d3d3d3;border-radius:8px;cursor:pointer;font-size:1rem;font-weight:500;margin-bottom:1rem;padding:12px;transition:background-color .3s,color .3s;width:100%}.social-btn:hover{background-color:#1e4b27;color:#fff}.or-separator{align-items:center;color:#888;display:flex;margin:2rem 0;text-align:center}.or-separator:after,.or-separator:before{border-bottom:1px solid #d3d3d3;content:"";flex:1 1}.or-separator:not(:empty):before{margin-right:.25em}.or-separator:not(:empty):after{margin-left:.25em}.login-form-group{margin-bottom:1.5rem;text-align:left}.login-form-group label{color:#333;display:block;font-size:21px;font-weight:500;margin-bottom:.5rem}.login-form-group input{border:1px solid #d3d3d3;border-radius:8px;box-sizing:border-box;font-size:17px;padding:12px;width:100%}.form-options,.toggle-password{font-size:.9rem}.form-options{align-items:center;display:flex;justify-content:space-between;margin-bottom:2rem}.keep-signed-in{align-items:center!important;display:flex!important;font-size:16px!important}.keep-signed-in input[type=checkbox]{accent-color:#1e4b27;margin-bottom:2px;margin-right:.5rem}.decorative-wave-l{pointer-events:none;position:absolute;z-index:0}.left-wave-l,.top-left-wave-l{left:0;top:0;width:1107px;z-index:2}.left-waves-l{left:0;top:165%;transform:translateY(-66%) scaleX(-1);width:1107px}.right-wave-l{right:0;top:90%;transform:translateY(-50%);width:1107px}.forgot-password-link{color:#333;font-size:16px;text-decoration:none}.forgot-password-link:hover{text-decoration:underline}.login-btn{background-color:#2e5332;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:1rem;font-weight:700;margin-bottom:2rem;padding:1rem;width:100%}.signup-link{font-size:20px;margin-top:1rem;text-align:center}.signup-link a{color:#2e5332;font-weight:700;text-decoration:none}.password-wrapper{position:relative}.toggle-password{color:#888;cursor:pointer;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.toggle-password svg{font-size:1.2rem;margin-bottom:14px;vertical-align:middle}.react-tel-input{font-family:Roboto,sans-serif;font-size:15px;position:relative;width:100%}.react-tel-input :disabled{cursor:not-allowed}.react-tel-input .flag{background-image:url(data:image/png;base64,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);height:11px;width:16px}.react-tel-input .ad{background-position:-16px 0}.react-tel-input .ae{background-position:-32px 0}.react-tel-input .af{background-position:-48px 0}.react-tel-input .ag{background-position:-64px 0}.react-tel-input .ai{background-position:-80px 0}.react-tel-input .al{background-position:-96px 0}.react-tel-input .am{background-position:-112px 0}.react-tel-input .ao{background-position:-128px 0}.react-tel-input .ar{background-position:-144px 0}.react-tel-input .as{background-position:-160px 0}.react-tel-input .at{background-position:-176px 0}.react-tel-input .au{background-position:-192px 0}.react-tel-input .aw{background-position:-208px 0}.react-tel-input .az{background-position:-224px 0}.react-tel-input .ba{background-position:-240px 0}.react-tel-input .bb{background-position:0 -11px}.react-tel-input .bd{background-position:-16px -11px}.react-tel-input .be{background-position:-32px -11px}.react-tel-input .bf{background-position:-48px -11px}.react-tel-input .bg{background-position:-64px -11px}.react-tel-input .bh{background-position:-80px -11px}.react-tel-input .bi{background-position:-96px -11px}.react-tel-input .bj{background-position:-112px -11px}.react-tel-input .bm{background-position:-128px -11px}.react-tel-input .bn{background-position:-144px -11px}.react-tel-input .bo{background-position:-160px -11px}.react-tel-input .br{background-position:-176px -11px}.react-tel-input .bs{background-position:-192px -11px}.react-tel-input .bt{background-position:-208px -11px}.react-tel-input .bw{background-position:-224px -11px}.react-tel-input .by{background-position:-240px -11px}.react-tel-input .bz{background-position:0 -22px}.react-tel-input .ca{background-position:-16px -22px}.react-tel-input .cd{background-position:-32px -22px}.react-tel-input .cf{background-position:-48px -22px}.react-tel-input .cg{background-position:-64px -22px}.react-tel-input .ch{background-position:-80px -22px}.react-tel-input .ci{background-position:-96px -22px}.react-tel-input .ck{background-position:-112px -22px}.react-tel-input .cl{background-position:-128px -22px}.react-tel-input .cm{background-position:-144px -22px}.react-tel-input .cn{background-position:-160px -22px}.react-tel-input .co{background-position:-176px -22px}.react-tel-input .cr{background-position:-192px -22px}.react-tel-input .cu{background-position:-208px -22px}.react-tel-input .cv{background-position:-224px -22px}.react-tel-input .cw{background-position:-240px -22px}.react-tel-input .cy{background-position:0 -33px}.react-tel-input .cz{background-position:-16px -33px}.react-tel-input .de{background-position:-32px -33px}.react-tel-input .dj{background-position:-48px -33px}.react-tel-input .dk{background-position:-64px -33px}.react-tel-input .dm{background-position:-80px -33px}.react-tel-input .do{background-position:-96px -33px}.react-tel-input .dz{background-position:-112px -33px}.react-tel-input .ec{background-position:-128px -33px}.react-tel-input .ee{background-position:-144px -33px}.react-tel-input .eg{background-position:-160px -33px}.react-tel-input .er{background-position:-176px -33px}.react-tel-input .es{background-position:-192px -33px}.react-tel-input .et{background-position:-208px -33px}.react-tel-input .fi{background-position:-224px -33px}.react-tel-input .fj{background-position:-240px -33px}.react-tel-input .fk{background-position:0 -44px}.react-tel-input .fm{background-position:-16px -44px}.react-tel-input .fo{background-position:-32px -44px}.react-tel-input .bl,.react-tel-input .fr,.react-tel-input .mf{background-position:-48px -44px}.react-tel-input .ga{background-position:-64px -44px}.react-tel-input .gb{background-position:-80px -44px}.react-tel-input .gd{background-position:-96px -44px}.react-tel-input .ge{background-position:-112px -44px}.react-tel-input .gf{background-position:-128px -44px}.react-tel-input .gh{background-position:-144px -44px}.react-tel-input .gi{background-position:-160px -44px}.react-tel-input .gl{background-position:-176px -44px}.react-tel-input .gm{background-position:-192px -44px}.react-tel-input .gn{background-position:-208px -44px}.react-tel-input .gp{background-position:-224px -44px}.react-tel-input .gq{background-position:-240px -44px}.react-tel-input .gr{background-position:0 -55px}.react-tel-input .gt{background-position:-16px -55px}.react-tel-input .gu{background-position:-32px -55px}.react-tel-input .gw{background-position:-48px -55px}.react-tel-input .gy{background-position:-64px -55px}.react-tel-input .hk{background-position:-80px -55px}.react-tel-input .hn{background-position:-96px -55px}.react-tel-input .hr{background-position:-112px -55px}.react-tel-input .ht{background-position:-128px -55px}.react-tel-input .hu{background-position:-144px -55px}.react-tel-input .id{background-position:-160px -55px}.react-tel-input .ie{background-position:-176px -55px}.react-tel-input .il{background-position:-192px -55px}.react-tel-input .in{background-position:-208px -55px}.react-tel-input .io{background-position:-224px -55px}.react-tel-input .iq{background-position:-240px -55px}.react-tel-input .ir{background-position:0 -66px}.react-tel-input .is{background-position:-16px -66px}.react-tel-input .it{background-position:-32px -66px}.react-tel-input .je{background-position:-144px -154px}.react-tel-input .jm{background-position:-48px -66px}.react-tel-input .jo{background-position:-64px -66px}.react-tel-input .jp{background-position:-80px -66px}.react-tel-input .ke{background-position:-96px -66px}.react-tel-input .kg{background-position:-112px -66px}.react-tel-input .kh{background-position:-128px -66px}.react-tel-input .ki{background-position:-144px -66px}.react-tel-input .xk{background-position:-128px -154px}.react-tel-input .km{background-position:-160px -66px}.react-tel-input .kn{background-position:-176px -66px}.react-tel-input .kp{background-position:-192px -66px}.react-tel-input .kr{background-position:-208px -66px}.react-tel-input .kw{background-position:-224px -66px}.react-tel-input .ky{background-position:-240px -66px}.react-tel-input .kz{background-position:0 -77px}.react-tel-input .la{background-position:-16px -77px}.react-tel-input .lb{background-position:-32px -77px}.react-tel-input .lc{background-position:-48px -77px}.react-tel-input .li{background-position:-64px -77px}.react-tel-input .lk{background-position:-80px -77px}.react-tel-input .lr{background-position:-96px -77px}.react-tel-input .ls{background-position:-112px -77px}.react-tel-input .lt{background-position:-128px -77px}.react-tel-input .lu{background-position:-144px -77px}.react-tel-input .lv{background-position:-160px -77px}.react-tel-input .ly{background-position:-176px -77px}.react-tel-input .ma{background-position:-192px -77px}.react-tel-input .mc{background-position:-208px -77px}.react-tel-input .md{background-position:-224px -77px}.react-tel-input .me{background-position:-112px -154px;height:12px}.react-tel-input .mg{background-position:0 -88px}.react-tel-input .mh{background-position:-16px -88px}.react-tel-input .mk{background-position:-32px -88px}.react-tel-input .ml{background-position:-48px -88px}.react-tel-input .mm{background-position:-64px -88px}.react-tel-input .mn{background-position:-80px -88px}.react-tel-input .mo{background-position:-96px -88px}.react-tel-input .mp{background-position:-112px -88px}.react-tel-input .mq{background-position:-128px -88px}.react-tel-input .mr{background-position:-144px -88px}.react-tel-input .ms{background-position:-160px -88px}.react-tel-input .mt{background-position:-176px -88px}.react-tel-input .mu{background-position:-192px -88px}.react-tel-input .mv{background-position:-208px -88px}.react-tel-input .mw{background-position:-224px -88px}.react-tel-input .mx{background-position:-240px -88px}.react-tel-input .my{background-position:0 -99px}.react-tel-input .mz{background-position:-16px -99px}.react-tel-input .na{background-position:-32px -99px}.react-tel-input .nc{background-position:-48px -99px}.react-tel-input .ne{background-position:-64px -99px}.react-tel-input .nf{background-position:-80px -99px}.react-tel-input .ng{background-position:-96px -99px}.react-tel-input .ni{background-position:-112px -99px}.react-tel-input .bq,.react-tel-input .nl{background-position:-128px -99px}.react-tel-input .no{background-position:-144px -99px}.react-tel-input .np{background-position:-160px -99px}.react-tel-input .nr{background-position:-176px -99px}.react-tel-input .nu{background-position:-192px -99px}.react-tel-input .nz{background-position:-208px -99px}.react-tel-input .om{background-position:-224px -99px}.react-tel-input .pa{background-position:-240px -99px}.react-tel-input .pe{background-position:0 -110px}.react-tel-input .pf{background-position:-16px -110px}.react-tel-input .pg{background-position:-32px -110px}.react-tel-input .ph{background-position:-48px -110px}.react-tel-input .pk{background-position:-64px -110px}.react-tel-input .pl{background-position:-80px -110px}.react-tel-input .pm{background-position:-96px -110px}.react-tel-input .pr{background-position:-112px -110px}.react-tel-input .ps{background-position:-128px -110px}.react-tel-input .pt{background-position:-144px -110px}.react-tel-input .pw{background-position:-160px -110px}.react-tel-input .py{background-position:-176px -110px}.react-tel-input .qa{background-position:-192px -110px}.react-tel-input .re{background-position:-208px -110px}.react-tel-input .ro{background-position:-224px -110px}.react-tel-input .rs{background-position:-240px -110px}.react-tel-input .ru{background-position:0 -121px}.react-tel-input .rw{background-position:-16px -121px}.react-tel-input .sa{background-position:-32px -121px}.react-tel-input .sb{background-position:-48px -121px}.react-tel-input .sc{background-position:-64px -121px}.react-tel-input .sd{background-position:-80px -121px}.react-tel-input .se{background-position:-96px -121px}.react-tel-input .sg{background-position:-112px -121px}.react-tel-input .sh{background-position:-128px -121px}.react-tel-input .si{background-position:-144px -121px}.react-tel-input .sk{background-position:-160px -121px}.react-tel-input .sl{background-position:-176px -121px}.react-tel-input .sm{background-position:-192px -121px}.react-tel-input .sn{background-position:-208px -121px}.react-tel-input .so{background-position:-224px -121px}.react-tel-input .sr{background-position:-240px -121px}.react-tel-input .ss{background-position:0 -132px}.react-tel-input .st{background-position:-16px -132px}.react-tel-input .sv{background-position:-32px -132px}.react-tel-input .sx{background-position:-48px -132px}.react-tel-input .sy{background-position:-64px -132px}.react-tel-input .sz{background-position:-80px -132px}.react-tel-input .tc{background-position:-96px -132px}.react-tel-input .td{background-position:-112px -132px}.react-tel-input .tg{background-position:-128px -132px}.react-tel-input .th{background-position:-144px -132px}.react-tel-input .tj{background-position:-160px -132px}.react-tel-input .tk{background-position:-176px -132px}.react-tel-input .tl{background-position:-192px -132px}.react-tel-input .tm{background-position:-208px -132px}.react-tel-input .tn{background-position:-224px -132px}.react-tel-input .to{background-position:-240px -132px}.react-tel-input .tr{background-position:0 -143px}.react-tel-input .tt{background-position:-16px -143px}.react-tel-input .tv{background-position:-32px -143px}.react-tel-input .tw{background-position:-48px -143px}.react-tel-input .tz{background-position:-64px -143px}.react-tel-input .ua{background-position:-80px -143px}.react-tel-input .ug{background-position:-96px -143px}.react-tel-input .us{background-position:-112px -143px}.react-tel-input .uy{background-position:-128px -143px}.react-tel-input .uz{background-position:-144px -143px}.react-tel-input .va{background-position:-160px -143px}.react-tel-input .vc{background-position:-176px -143px}.react-tel-input .ve{background-position:-192px -143px}.react-tel-input .vg{background-position:-208px -143px}.react-tel-input .vi{background-position:-224px -143px}.react-tel-input .vn{background-position:-240px -143px}.react-tel-input .vu{background-position:0 -154px}.react-tel-input .wf{background-position:-16px -154px}.react-tel-input .ws{background-position:-32px -154px}.react-tel-input .ye{background-position:-48px -154px}.react-tel-input .za{background-position:-64px -154px}.react-tel-input .zm{background-position:-80px -154px}.react-tel-input .zw{background-position:-96px -154px}.react-tel-input *{box-sizing:border-box;-moz-box-sizing:border-box}.react-tel-input .hide{display:none}.react-tel-input .v-hide{visibility:hidden}.react-tel-input .form-control{border-radius:5px;font-size:14px;height:35px;width:300px}.react-tel-input .form-control.invalid-number,.react-tel-input .form-control.invalid-number:focus{background-color:#faf0f0;border:1px solid #d79f9f;border-left-color:#cacaca}.react-tel-input .flag-dropdown{border-radius:3px 0 0 3px}.react-tel-input .flag-dropdown:focus,.react-tel-input .flag-dropdown:hover{cursor:pointer}.react-tel-input .flag-dropdown.invalid-number{border-color:#d79f9f}.react-tel-input .flag-dropdown.open{z-index:2}.react-tel-input .flag-dropdown.open,.react-tel-input .flag-dropdown.open .selected-flag{background:#fff;border-radius:3px 0 0 0}.react-tel-input input[disabled]+.flag-dropdown:hover{cursor:default}.react-tel-input input[disabled]+.flag-dropdown:hover .selected-flag{background-color:initial}.react-tel-input .selected-flag{border-radius:3px 0 0 3px;height:100%;outline:none;padding:0 0 0 8px;position:relative;width:38px}.react-tel-input .selected-flag:focus,.react-tel-input .selected-flag:hover{background-color:#fff}.react-tel-input .selected-flag .flag{margin-top:-5px;position:absolute;top:50%}.react-tel-input .selected-flag .arrow{border-left:3px solid #0000;border-right:3px solid #0000;border-top:4px solid #555;height:0;left:20px;margin-top:-2px;position:relative;top:50%;width:0}.react-tel-input .selected-flag .arrow.up{border-bottom:4px solid #555;border-top:none}.react-tel-input .country-list{background-color:#fff;border-radius:0 0 3px 3px;box-shadow:1px 2px 10px #00000059;list-style:none;margin:10px 0 10px -1px;max-height:200px;outline:none;overflow-y:scroll;padding:0;position:absolute;width:300px;z-index:1}.react-tel-input .country-list .flag{display:inline-block}.react-tel-input .country-list .divider{border-bottom:1px solid #ccc;margin-bottom:5px;padding-bottom:5px}.react-tel-input .country-list .country{padding:7px 9px}.react-tel-input .country-list .country .dial-code{color:#6b6b6b}.react-tel-input .country-list .country.highlight,.react-tel-input .country-list .country:hover{background-color:#f1f1f1}.react-tel-input .country-list .flag{margin-right:7px;margin-top:2px}.react-tel-input .country-list .country-name{margin-right:6px}.react-tel-input .country-list .search{background-color:#fff;padding:10px 0 6px 10px;position:-webkit-sticky;position:sticky;top:0}.react-tel-input .country-list .search-emoji{font-size:15px}.react-tel-input .country-list .search-box{border:1px solid #cacaca;border-radius:3px;font-size:15px;line-height:15px;margin-left:6px;outline:none;padding:3px 8px 5px}.react-tel-input .country-list .no-entries-message{opacity:.7;padding:7px 10px 11px}.react-tel-input .invalid-number-message{color:#de0000}.react-tel-input .invalid-number-message,.react-tel-input .special-label{background:#fff;font-size:13px;left:46px;padding:0 2px;position:absolute;top:-8px;z-index:1}.react-tel-input .special-label{display:none;white-space:nowrap}.contact-container{display:flex;flex-wrap:nowrap;font-family:Inter,sans-serif;gap:100px;justify-content:space-between;min-height:auto;padding:45px 150px}.contact-container1{color:#1f5706;font-family:Inter,sans-serif;font-size:40px;margin-bottom:35px;margin-top:15px;padding-top:42px}.contact-left{display:flex;flex:1 1;flex-direction:column;max-width:650px}.help-section h2{color:#2a442d;font-size:30px;margin-bottom:10px;margin-top:0;text-align:center}.help-section p{font-size:19px;line-height:1.6;margin-bottom:20px;text-align:center}.location-section{margin-top:0}.location-section h3{color:#2a442d;font-size:30px;margin-top:5px;text-align:center}.locations-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(2,1fr)}.location-box{background:#fff;border:1px solid #7cbf45;border-radius:10px;color:#2a2a2a;font-size:14px;line-height:1.5;padding:15px}.contact-right{flex:1 1}form{display:flex;flex-direction:column}.name-row{gap:10px}.signin-input-box{display:flex;flex:1 1;flex-direction:column}.form-group{display:flex;flex-direction:column;margin-bottom:15px}.signin-label{color:#333;font-size:20px;margin-bottom:5px}.react-tel-input .form-control{background:#fff;border:1px solid #cacaca;border-radius:8px;font-size:16px;height:46px;letter-spacing:.01rem;line-height:25px;margin-bottom:0!important;margin-left:0;margin-top:0!important;outline:none;padding-left:48px;position:relative;width:100%}.react-tel-input .flag-dropdown{background-color:#f5f5f5;border:1px solid #cacaca;border-radius:8px 0 0 8px;bottom:0;padding:0;position:absolute;top:0}input,textarea{border:1px solid #ccc;border-radius:8px;font-family:Inter,sans-serif;font-size:17px;margin-bottom:16px;padding:10px 15px;width:100%}.phone-container{margin-bottom:15px}.phone-input{padding-left:48px!important;width:100%!important}textarea{resize:vertical}.signin-button{align-self:center;background-color:#1e4b27;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:700;height:54px;margin-top:30px;padding:10px;transition:.3s;width:128px}button:hover{background-color:#16391e}.error-message{color:red;font-size:12px;margin-top:4px}.recaptcha-wrapper{background-color:#fff;border:1px solid #ccc;border-radius:5px;box-shadow:0 0 1px #0003;cursor:pointer;height:78px;justify-content:space-between;margin-bottom:20px;margin-top:10px;max-width:302px;padding:10px;width:100%}.recaptcha-box,.recaptcha-left,.recaptcha-wrapper{align-items:center;display:flex}.recaptcha-box{background-color:#fff;border:2px solid #c1c1c1;flex-shrink:0;height:24px;justify-content:center;margin-right:10px;transition:background-color .3s,border-color .3s;width:24px}.recaptcha-box.checked{background-color:#0040c0;border-color:#0040c0}.check-icon{fill:#fff;height:18px;width:18px}.recaptcha-label{color:#555;flex-grow:1;font-size:16px}.recaptcha-right{align-items:center;color:#555;display:flex;flex-direction:column;flex-shrink:0;font-size:10px;margin-left:15px;text-align:center}.recaptcha-image{height:32px;margin-bottom:4px;width:32px}.recaptcha-logo{color:#555;font-weight:700}.recaptcha-terms{color:#777}@media (max-width:1023px){.contact-container{flex-direction:column;gap:60px;padding:30px 50px}.contact-left{display:contents;flex:initial;max-width:none}.help-section{flex:none;margin-top:0;max-width:100%;order:1}.contact-right{flex:none;max-width:100%;order:2}.location-section{flex:none;margin-top:40px;max-width:100%;order:3}.help-section h2,.help-section p,.location-section h3{text-align:center}.locations-grid{grid-template-columns:repeat(auto-fit,minmax(250px,1fr));justify-content:center}.react-tel-input .form-control{width:100%!important}input:not(.phone-input),textarea{max-width:100%;width:100%}.recaptcha-wrapper{justify-content:space-around;margin-left:0;margin-right:auto;max-width:302px;width:100%}.signin-button{max-width:200px;width:100%}}@media (max-width:767px){.contact-container{gap:40px;padding:20px}.help-section h2{font-size:26px}.help-section p{font-size:16px}.location-section h3{font-size:26px}.locations-grid{grid-template-columns:1fr}.name-row{flex-direction:column;gap:0}.signin-input-box{margin-bottom:15px}.signin-input-box:last-child{margin-bottom:0}.react-tel-input .form-control,input:not(.phone-input),textarea{max-width:none;width:100%!important}}.contactus-input{background-color:#fff;border:1px solid #ccc;border-radius:6px;box-sizing:border-box;font-size:16px;outline:none;padding:12px;width:100%}.contactus-input:focus{border-color:#4b8af0}.popup-overlay{align-items:center;background:#00000080;display:flex;inset:0;justify-content:center;position:fixed;z-index:9999}.popup{animation:scaleIn .3s ease-in-out;background:#fff;border-radius:12px;padding:30px 40px;text-align:center;width:320px}.popup.success{border-top:6px solid #2ecc71}.popup.error{border-top:6px solid #e74c3c}.popup-message{color:#333;font-size:16px;margin-top:15px}.icon-wrapper{display:flex;justify-content:center}.error-icon,.success-icon{height:60px;width:60px}.success-circle{fill:none;stroke:#2ecc71;stroke-width:3;stroke-dasharray:166;stroke-dashoffset:166;animation:drawCircle .6s forwards}.success-check{fill:none;stroke:#2ecc71;stroke-width:4;stroke-linecap:round;stroke-dasharray:48;stroke-dashoffset:48;animation:drawCheck .4s .6s forwards}.error-circle{fill:none;stroke:#e74c3c;stroke-width:3;stroke-dasharray:166;stroke-dashoffset:166;animation:drawCircle .6s forwards}.error-cross{stroke:#e74c3c;stroke-width:4;stroke-linecap:round;stroke-dasharray:56;stroke-dashoffset:56;animation:drawCross .5s .6s forwards}@keyframes drawCircle{to{stroke-dashoffset:0}}@keyframes drawCheck{to{stroke-dashoffset:0}}@keyframes drawCross{to{stroke-dashoffset:0}}@keyframes scaleIn{0%{opacity:0;transform:scale(.8)}to{opacity:1;transform:scale(1)}}.video-detail-page{background-color:#f9fbf9;font-family:Inter,sans-serif;min-height:100vh;padding-bottom:80px;padding-top:40px}.video-detail-container{margin:0 auto;max-width:1000px;padding:0 20px}.video-nav-header{align-items:center;display:flex;justify-content:space-between;margin-bottom:25px}.back-btn{background:none;border:1px solid #1f5706;border-radius:6px;color:#1f5706;cursor:pointer;font-weight:600;padding:8px 16px;transition:all .2s}.back-btn:hover{background:#1f5706;color:#fff}.breadcrumb{color:#888;font-size:.9rem}.breadcrumb a{color:#1f5706;text-decoration:none}.video-responsive-wrapper{background:#000;border-radius:12px;box-shadow:0 10px 30px #00000026;height:0;overflow:hidden;padding-bottom:56.25%;position:relative}.video-responsive-wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}.video-info-section{background:#fff;border:1px solid #eee;border-radius:12px;margin-top:35px;padding:30px}.video-main-title{color:#111;font-size:2rem;line-height:1.3;margin-bottom:15px}.video-meta-tags{display:flex;gap:10px;margin-bottom:20px}.tag{background:#e8f5e1;border-radius:20px;color:#1f5706;font-size:.8rem;font-weight:500;padding:4px 12px}.video-description-text h3{font-size:1.2rem;margin-bottom:15px}.video-description-text p{color:#555;line-height:1.7;white-space:pre-line}.video-cta-banner{background:#1f5706;border-radius:12px;color:#fff;margin-top:40px;padding:40px;text-align:center}.video-cta-banner h3{font-size:1.8rem;margin-bottom:10px}.video-cta-banner button{background:#ffb400;border:none;border-radius:6px;color:#1f5706;cursor:pointer;font-weight:700;margin-top:20px;padding:12px 30px}@media (max-width:768px){.video-main-title{font-size:1.5rem}.video-nav-header{align-items:flex-start;flex-direction:column;gap:15px}}.video-lessons-container{font-family:Inter,sans-serif}.video_heading_h3{color:#1f5706;font-size:40px;font-weight:700;position:relative;text-align:center;z-index:8}.video-grid{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:20px}.tab-buttons{display:flex;gap:10px;justify-content:center;margin:20px 0}.tab-buttons button{background:#0000;border:none;border-radius:50px;color:#2a442d;cursor:pointer;font-size:25px;font-weight:600;margin:30px 0;padding:10px 20px;text-align:center}.tab-buttons button.active-tab{background:#1f5706;color:#fff}.tab-buttons button:hover:not(.active-tab){background:#cecccc;color:#1f5706}.video-card{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;overflow:hidden;transition:.3s}.video-card:hover{transform:scale(1.03)}.video-card img{height:100%;object-fit:cover;width:100%}.video-title{font-size:16px;font-weight:600;padding:10px}.video-meta{color:#666;display:flex;font-size:13px;justify-content:space-between;padding:0 10px 10px}.video-modal{background:#000;border-radius:8px;margin:auto;max-width:800px}.video-overlay{background-color:#000c;inset:0}.loading-state{font-size:1.5rem;padding:4rem;text-align:center}.load-more-container{margin:2rem 0;text-align:center}.load-more-container button{background-color:#1f5706!important;background:#0000;border:none;border-radius:50px;color:#fff!important;cursor:pointer;font-family:Inter,sans-serif;font-size:20px;font-weight:600;margin:30px 0;padding:10px 20px;text-align:center;transition:background-color .2s}.load-more-container button:hover:not(:disabled){background-color:#1f5706}.load-more-container button:disabled{background-color:#999;cursor:not-allowed}.video-overlay{align-items:center;background-color:#000000d9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.video-modal{background:#0000;border:none;max-width:1100px;outline:none;padding:0;position:relative;width:90vw}.modal-player-wrapper{height:0;overflow:hidden;padding-top:56.25%;position:relative}.modal-player-wrapper iframe{height:100%;left:0;position:absolute;top:0;width:100%}.first_img_container{height:auto;overflow:hidden;width:100%}.first_image{display:block;height:auto;object-fit:cover;width:100%}.thumbnail-wrapper{position:relative}.video-duration{background:#ffffffbf;border-radius:3px;bottom:13px;color:#000;font-size:13px;padding:2px 6px;position:absolute;right:6px}.modal-content-wrapper{display:flex;gap:20px;height:90vh}.modal-player-left{flex:2 1}.modal-player-left iframe{border-radius:12px;height:100%;width:100%}.modal-next-videos{display:flex;flex:1 1;flex-direction:column;height:100%;overflow-y:auto}.modal-next-videos h3{font-size:18px;font-weight:700;margin-bottom:10px}.next-video-list{display:flex;flex-direction:column;gap:12px}.next-video-item{border-radius:10px;cursor:pointer;display:flex;gap:10px;padding:8px;transition:background .2s}.next-video-item:hover{background:#f2f2f2}.next-video-item img{border-radius:6px;height:70px;width:120px}.next-video-info{display:flex;flex-direction:column;justify-content:center}.next-title{font-size:14px;font-weight:600;margin-bottom:4px}.next-meta{color:#777;font-size:12px}.modal-next-videos::-webkit-scrollbar{width:6px}.modal-next-videos::-webkit-scrollbar-thumb{background:#bbb;border-radius:10px}.life-lessons-container{font-family:Inter,sans-serif}.life_heading_h3{color:#1f5706;font-size:40px;font-weight:700;position:relative;text-align:center;z-index:8}.video-heading h2{color:#2a442d;font-size:32px;margin-bottom:30px;margin-top:55px;text-align:center}.video-grid_l{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));padding:20px}.tab-buttons_l{display:flex;gap:10px;justify-content:center;margin:20px 0}.tab-buttons_l button{background:#0000;border:none;border-radius:50px;color:#2a442d;cursor:pointer;font-size:25px;font-weight:600;margin:30px 0;padding:10px 20px;text-align:center}.tab-buttons_l button.active-tab{background:#1f5706;color:#fff}.tab-buttons_l button:hover:not(.active-tab){background:#cecccc;color:#2a442d}.video-card_l{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;overflow:hidden;transition:.3s}.video-card_l:hover{transform:scale(1.03)}.video-card_l img{height:100%;object-fit:cover;width:100%}.video-title_l{font-size:16px;font-weight:600;padding:10px}.video-meta_l{color:#666;display:flex;font-size:13px;justify-content:space-between;padding:0 10px 10px}.video-modal_l{background:#000;border-radius:8px;margin:auto;max-width:800px}.video-overlay_l{background-color:#000c;inset:0}.loading-state_l{font-size:1.5rem;padding:4rem;text-align:center}.load-more-container_l{margin:2rem 0;text-align:center}.load-more-container_l button{background-color:#1f5706!important;background:#0000;border:none;border-radius:50px;color:#fff!important;cursor:pointer;font-family:Inter,sans-serif;font-size:20px;font-weight:600;margin:30px 0;padding:10px 20px;text-align:center;transition:background-color .2s}.load-more-container_l button:hover:not(:disabled){background-color:#1f5706}.load-more-container_l button:disabled{background-color:#999;cursor:not-allowed}.video-overlay_l{align-items:center;background-color:#000000d9;bottom:0;display:flex;justify-content:center;left:0;position:fixed;right:0;top:0;z-index:1000}.video-modal_l{background:#0000;border:none;max-width:1100px;outline:none;padding:0;position:relative;width:90vw}.modal-player-wrapper_l{height:0;overflow:hidden;padding-top:56.25%;position:relative}.modal-player-wrapper_l iframe{height:100%;left:0;position:absolute;top:0;width:100%}.first_img_container_l{height:auto;overflow:hidden;width:100%}.first_image_l{display:block;height:auto;object-fit:cover;width:100%}.thumbnail-wrapper_l{position:relative}.video-duration_l{background:#ffffffbf;border-radius:3px;bottom:13px;color:#000;font-size:13px;padding:2px 6px;position:absolute;right:6px}.faq-container{background:#f2f2e0;border-radius:12px;box-shadow:0 0 10px #0000001a;font-family:Inter,sans-serif}.faq-heading{color:#2c2c2c;margin-bottom:30px;text-align:center}.faq-item{border-bottom:1px solid #e0e0e0;margin-bottom:25px;margin-left:110px;padding-bottom:15px}.faq-question{color:#444;font-size:20px;font-weight:600;margin-bottom:6px}.faq-answer{color:#666;font-size:20px;line-height:1.6}.faq-pagination{margin-top:20px;text-align:center}.faqpage-button{background-color:initial;border-color:#1f5706;border-radius:50px;color:#1f5706;cursor:pointer;font-weight:500;margin:0 5px;padding:6px 12px;transition:background .3s}.faqpage-button.active,.faqpage-button:hover{background:#1f5706;color:#fff}.faqpage-button.next{margin-left:15px}.faq-banner-wrapper{margin-bottom:40px;margin-top:12px;padding-top:30px;position:relative;text-align:center}.faq-banner-image{border-radius:8px;display:block;margin:0 auto;position:relative;width:86%}.faq-banner-heading{left:58%;position:absolute;top:50%;transform:translate(-50%,-50%)}.ellipse-img1,.ellipse-img2{height:70px;position:absolute;width:70px;z-index:1}.ellipse-img3{height:70px;position:absolute;width:51px;z-index:1}.ellipse1{left:8%;top:20px}.ellipse2{right:54%;top:87%}.ellipse3{right:55%;top:83%}.faq-title-container{align-items:center;display:flex;flex-direction:column;left:58%;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.faq-banner-heading{color:#3d3d3d;font-family:Inter,sans-serif;font-weight:600;margin:0;white-space:nowrap}.faq-underline{margin-top:65px;width:150px}.faq-banner-outer-wrapper{margin-bottom:25px;padding-top:15px;position:relative;text-align:center}.faq-banner-outer-wrapper,.faq-banner-title-section{align-items:center;display:flex;flex-direction:column}.faq-banner-title-section{box-sizing:border-box;justify-content:center;margin-bottom:10px;padding:15px 0;position:static;transform:none;width:100%}.faq-banner-heading{font-size:40px;line-height:1.2;margin:0 0 5px;position:static;transform:none;white-space:normal;word-break:break-word}.faq-underline{background-color:#3f9b48;height:2px;margin-top:5px;position:static;width:80px}.faq-banner-image-section{align-items:center;border-radius:8px;display:flex;justify-content:center;left:auto;margin:0 auto;overflow:hidden;position:relative;right:auto;width:95%}.ellipse-img1,.ellipse-img2,.ellipse-img3{display:none!important}.faq-container{box-sizing:border-box;margin:0 auto;max-width:100%;padding:15px}.faq-heading{font-size:1.8em;margin-bottom:20px}.faq-item{margin:0 auto 25px;max-width:95%;padding:10px 15px}.faq-question{font-size:1.1em;line-height:1.4}.faq-answer{font-size:.95em;line-height:1.5}.faqpage-button{font-size:.9em;padding:8px 12px}@media (min-width:768px){.faq-container{padding:25px}.faq-heading{font-size:2.2em}.faq-item{max-width:80%;padding:15px 20px}.faq-question{font-size:1.25em}.faq-answer{font-size:1em}.faqpage-button{font-size:1em;padding:10px 16px}.faq-banner-outer-wrapper{margin-bottom:30px;padding-top:20px}.faq-banner-title-section{margin-bottom:15px;padding:20px 0}.faq-banner-heading{font-size:2em}.faq-underline{margin-top:10px;width:120px}.faq-banner-image{border-radius:8px;display:block;margin:0 auto;position:relative;width:86%}.faq-banner-image-section{width:85%}}@media (min-width:1024px) and (max-width:1630px){.faq-container{max-width:none;padding:0}.faq-heading{font-size:20px}.faq-item{margin-left:110px;max-width:none;padding:0 0 15px}.faq-answer,.faq-question{font-size:20px}.faq-banner-outer-wrapper{margin-bottom:40px;padding-top:30px}.faq-banner-title-section{margin-bottom:20px;padding:30px 0}.faq-banner-heading{font-size:40px;white-space:normal}.faq-underline{margin-top:10px;width:150px}.faq-banner-image{left:auto;margin:0 auto;right:auto}.faq-banner-image-section{width:86%}}@media (min-width:1631px){.faq-container{max-width:none;padding:0}.faq-heading{font-size:20px}.faq-item{margin-left:110px;max-width:none;padding:0 0 15px}.faq-answer,.faq-question{font-size:20px}.faq-banner-outer-wrapper{align-items:normal;display:block;flex-direction:row;margin-bottom:40px;margin-top:12px;overflow:visible;padding-top:30px;position:relative}.faq-banner-title-section{align-items:center;background:#0000;border-radius:0;flex-direction:column;justify-content:center;left:58%;margin:0;padding:0;position:absolute;top:50%;transform:translate(-50%,-50%);width:auto}.faq-banner-heading{font-size:40px;margin:0;position:static;transform:none;white-space:nowrap;word-break:normal}.faq-underline{margin-top:65px;position:static;width:150px}.faq-banner-image-section{border-radius:8px;display:block;left:0;margin:0;overflow:visible;position:relative;right:350px;width:auto}.ellipse-img1,.ellipse-img2,.ellipse-img3{display:block!important}.ellipse-img1{height:70px;left:8%;top:20px;width:70px}.ellipse-img2{height:70px;right:54%;top:87%;width:70px}.ellipse-img3{height:70px;right:55%;top:83%;width:51px}.faq-banner-image{height:100%;right:350px!important;width:50%}}@media (max-width:480px){.faq-heading{font-size:1.5em;margin-bottom:15px}.faq-question{font-size:1em}.faq-banner-title-section{margin-bottom:5px;padding:10px 15px}.faq-answer{font-size:.9em}.faq-banner-heading{font-size:1.3em}.faq-underline{margin-top:5px;width:60px}.faqpage-button{font-size:.85em;padding:6px 10px}.faq-banner-image{left:auto;margin:0 auto;right:auto;width:95%}}.therapy-container{font-family:Inter,sans-serif;margin:0 auto;max-width:1000px;padding:0 20px}.psy_heading_h3{color:#1f5706;font-size:40px;font-weight:700;margin-bottom:131px!important;margin-top:55px;position:relative;text-align:center;z-index:8}.psy-intro-section{align-items:flex-start;display:flex;gap:40px;justify-content:space-between;margin-bottom:80px}.psy-intro-left{flex:1 1;position:relative}.psy-intro-bg-box{background-color:#e1e2ad;border-radius:20px;bottom:55px;height:100%;position:absolute;right:133px;width:87%;z-index:1}.psy-intro-img{border-radius:20px;height:100%;object-fit:cover;position:relative;width:100%;z-index:2}.psy-intro-right{flex:1 1;text-align:left;z-index:3}.psy-intro-title{color:#183a0d;font-size:32px;font-weight:700;margin-bottom:20px}.psy-intro-paragraph{color:#000;font-size:18px;line-height:1.5;margin-bottom:15px}.psy-read-more{background-color:#183a0d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:20px;height:54px;margin-top:30px;padding:.5rem 1.5rem;width:148px}.psy-main-heading{color:#183a0d;font-size:32px;font-weight:700;margin:0;text-align:center}.therapy-type-section{display:flex;flex-direction:column}.therapy-type-block{align-items:flex-start;display:flex;gap:40px;justify-content:space-between;margin-bottom:40px;margin-top:60px}.therapy-type-block .reverse{flex-direction:row-reverse}.offset-image-left{left:-125px;margin-top:85px;position:relative}.therapy-image-wrapper{min-width:350px;position:relative}.therapy-img{width:350px}.therapy-img,.therapy-img1{border-radius:15px;height:250px;object-fit:cover}.therapy-img1{position:absolute;width:300px;z-index:1}.therapy-img2{height:373px}.therapy-img2,.therapy-img3{border-radius:15px;object-fit:cover;width:350px}.therapy-img3{height:250px;position:absolute;z-index:1}.green-circle{bottom:61px;height:65px;left:109%;width:65px}.green-circle,.green-circle1{border-radius:50%;position:absolute;transform:translateX(-50%)}.green-circle1{bottom:-126px;height:55px;left:91%;width:55px}.green-circle2{border-radius:50%;bottom:-35px;height:65px;left:2%;position:absolute;transform:translateX(-50%);width:65px}.green-circle3{left:83%}.green-circle3,.green-circle4{border-radius:50%;height:55px;position:absolute;top:218px;transform:translateX(-50%);width:55px}.green-circle4{left:1%}.green-circle5{border-radius:50%;height:55px;left:98%;position:absolute;top:-25px;transform:translateX(-50%);width:55px}.therapy-text{flex:1 1;min-width:300px}.therapy-text h4{color:#183a0d;font-size:24px;margin-bottom:10px}.therapy-text h5{color:#183a0d;font-size:18px}.therapy-text ul{font-size:38px;list-style:disc;margin:15px;padding-left:20px}.therapy-text li{color:#444;font-size:18px;margin-bottom:8px}.therapy-bold{display:inline-block;font-size:20px;font-weight:700;margin-bottom:4px}.circle-image{border-radius:50%;bottom:-110px;height:200px;left:104%;object-fit:cover;position:absolute;transform:translateX(-50%);width:200px;z-index:1}.therapy-description{color:#444;display:block;font-size:16px}@media (max-width:1234px){.psy-intro-section,.therapy-type-block,.therapy-type-block .reverse{align-items:center;flex-direction:column}.psy-intro-bg-box{display:none}.psy-intro-title{text-align:center}.psy-intro-img,.therapy-img{max-width:100%;width:100%}.offset-image-left{left:0}}.newsletter-section{align-items:flex-start;background-color:#e3f0c8;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:65px;padding:60px 5%}.newsletter-left{max-width:50%}.newsletter-left h3{color:#2a5c00;font-size:30px;font-weight:700;margin-bottom:20px}.newsletter-left p{color:#000;font-size:20px;line-height:1.6;max-width:450px}.newsletter-form{display:flex;flex-direction:column;gap:15px;max-width:45%;width:100%}.newsletter-form label{color:#2a5c00;font-size:20px;font-weight:600}.newsletter-form input[type=email],.newsletter-form input[type=text]{border:1px solid #ccc;border-radius:6px;font-size:18px;padding:12px;width:100%}.newsletter-form button{background-color:#2a5c00;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:500;height:48px;margin-top:10px;padding:10px;width:100px;width:121px}.therapy-benefits-wrapper{height:600px;margin:0 auto;position:relative;width:800px}.therapy-svg-lines{height:600px;left:0;position:absolute;top:0;width:800px;z-index:0}.therapy-icon{object-fit:contain;position:absolute;z-index:2}.icon1{left:360px;top:55px}.icon2{left:667px;top:160px}.icon3{left:690px;top:365px}.icon4{bottom:13px;left:330px}.icon5{left:13px;top:365px}.icon6{left:10px;top:160px}.therapy-center-text{color:#183a0d;font-size:24px;font-weight:700;left:30%;position:absolute;text-align:center;top:30%;z-index:3}.benefit-text{color:#3b7c2c;font-size:18px;font-weight:600;position:absolute;white-space:nowrap;z-index:1}.bt1{left:210px;top:232px}.bt2{left:180px;top:286px}.bt3{left:162px;top:360px}.bt5{left:315px;top:455px}.bt4{left:205px;top:419px}.bt6{left:392px;top:394px}.bt7{left:490px;top:347px}.bt8{left:331px;top:319px}.bt9{left:480px;top:285px}.bt10{left:468px;top:232px}.region-heading{color:#2a442d;font-size:30px;font-weight:600;margin:65px auto 20px;max-width:1200px;padding-bottom:5px;text-align:center;text-transform:uppercase}.region-buttons{display:flex;flex-wrap:wrap;gap:10px;justify-content:center;margin-bottom:45px}.region-button{background-color:#2a5c00;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:500;height:48px;margin-top:10px;padding:10px;transition:background .3s ease;width:100px;width:121px}.region-button:hover{background-color:#388e3c}@media (max-width:1260px) and (min-width:768px){.therapy-type-block{align-items:center!important;flex-direction:column!important;gap:20px!important;margin-top:40px!important;text-align:center!important}.therapy-text h5{color:#183a0d;font-size:24px}.offset-image-left{left:0}.therapy-type-block.reverse{flex-direction:column!important}.therapy-image-wrapper{display:flex;justify-content:center;order:1;position:relative;width:100%}.therapy-text{order:2;width:100%}.therapy-img,.therapy-img1,.therapy-img2,.therapy-img3{border-radius:12px;height:250px!important;object-fit:cover;width:350px!important}.circle-image,.green-circle,.green-circle1,.green-circle2,.green-circle3,.green-circle4,.green-circle5{display:none!important}.psy-read-more{display:block!important;margin:20px auto 0!important;text-align:center!important}}@media (max-width:1260px){.therapy-type-block{align-items:center!important;display:flex!important;gap:25px!important;justify-content:center!important;margin-top:40px!important;text-align:center!important}.therapy-type-block,.therapy-type-block.reverse{flex-direction:column!important}.therapy-image-wrapper{display:flex;justify-content:center;order:1!important;position:relative;width:100%}.therapy-text{max-width:700px;order:2!important;width:90%}.therapy-image-wrapper img,.therapy-img,.therapy-img1,.therapy-img2,.therapy-img3{border-radius:12px;height:250px!important;max-width:350px!important;object-fit:cover;position:relative!important;width:350px!important;z-index:1}.circle-image,.green-circle,.green-circle1,.green-circle2,.green-circle3,.green-circle4,.green-circle5{display:none!important}.psy-read-more{display:block!important;margin:20px auto 0!important;text-align:center!important}.therapy-text li{color:#444;font-size:18px;margin-bottom:8px;text-align:left}}.desktop-layout{display:block}.therapy-benefits-wrapper-mobile{display:none}@media (max-width:992px){.desktop-layout{display:none!important}.therapy-benefits-wrapper-mobile{align-items:center;display:flex!important;flex-direction:column;gap:30px;text-align:center}.therapy-center-text{color:#2a442d;font-size:24px;font-weight:600;left:auto!important;margin-bottom:20px;position:relative!important;top:auto!important;transform:none!important;z-index:20}.therapy-mobile-pair{align-items:center;display:flex;gap:20px;justify-content:space-between;max-width:600px}.therapy-mobile-pair:nth-child(odd){flex-direction:row}.therapy-mobile-pair:nth-child(2n){flex-direction:row-reverse}.therapy-icon,.therapy-icon5{flex-shrink:0;height:100px;object-fit:contain;position:relative!important;width:100px}.therapy-text h5{color:#183a0d;font-size:24px}.therapy-benefit-texts{align-items:flex-start;display:flex;flex-direction:column;gap:8px;text-align:left}.benefit-text{color:#3b7c2c;font-size:16px;font-weight:500;position:relative!important}.newsletter-section{box-sizing:border-box;margin:0;padding:20px;width:100vw}.newsletter-form,.newsletter-left{max-width:none;width:100%}.newsletter-form{padding:0 10px}.newsletter-form button{font-size:16px;font-weight:600;margin-left:auto;margin-right:auto;margin-top:15px;padding:12px;width:121px}.charity-box{width:97%}.newsletter-form input[type=email],.newsletter-form input[type=text]{border:1px solid #ccc;border-radius:6px;font-size:18px;padding:12px;width:97%}.newsletter-left p{max-width:100%;text-align:center}.newsletter-left h3{text-align:center}}.resources-container{overflow-x:hidden;position:relative}.resources-heading{color:#1f5706;font-size:40px;font-weight:700;left:-45px;position:relative;text-align:center;top:34px;z-index:10}.images-layout{flex-direction:column;gap:60px;height:auto}.images-layout,.img-box{align-items:center;display:flex}.img-box{justify-content:center;max-width:350px;position:relative;width:85%}.img-box img{height:auto;position:relative;z-index:2}.bg-square,.img-box img{border-radius:12px;width:100%}.bg-square{height:100%;position:absolute;z-index:1}.green-bg{background-color:#85cc65;border-bottom-right-radius:0;height:291px;left:-42px;top:165px;width:329px}.lightgreen-bg{background:#c8f552a6;left:0;top:-36px;width:390px}.darkgreen-bg{background-color:#85cc65;border-bottom-left-radius:0;height:168px;left:-45px;top:-52px;width:475px}.lime-bg{background:#c8f552a6;border-top-left-radius:0;height:295px;left:-40px;top:51px;width:370px}@media (min-width:768px){.resources-heading{text-align:center}.images-layout{grid-gap:0;display:grid;flex-direction:row;gap:0;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(8,1fr);height:550px;margin:0 auto;max-width:1100px;position:relative}.img-box{max-width:none;position:absolute;width:auto}.never-give-up{left:-6%;top:-62px;width:30%;z-index:4}.blurry-focus{right:-5%;top:0;width:35%;z-index:3}.learn-to-rest{left:20%;top:21%;width:55%;z-index:2}.success-revenge{right:-8%;top:37%;width:26%;z-index:5}}.newsletter-section_r{align-items:flex-start;background-color:#e3f0c8;display:flex;flex-wrap:wrap;justify-content:space-between;margin-top:50px;padding:60px 5%}.newsletter-left_r{max-width:50%}.newsletter-left_r h3{color:#1f5706;font-size:30px;font-weight:700;margin-bottom:20px}.newsletter-left_r p{color:#000;font-size:20px;line-height:1.6;max-width:450px}.newsletter-form_r{display:flex;flex-direction:column;gap:15px;max-width:45%;width:100%}.newsletter-form_r label{color:#1f5706;font-size:20px;font-weight:600}.newsletter-form_r input[type=email],.newsletter-form_r input[type=text]{border:1px solid #ccc;border-radius:6px;font-size:18px;padding:12px;width:100%}.newsletter-form_r button{background-color:#1f5706;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:500;height:48px;margin-top:10px;padding:10px;width:100px;width:121px}.contact-section_r{align-items:flex-start;display:flex;justify-content:space-between;margin:0 auto;max-width:1434px;padding-bottom:41px;position:relative}.contact-left_r{flex:0 0 59%;max-width:60%;padding-bottom:15px;padding-right:35px}.contact-title{color:#1f5706;font-size:32px;padding-bottom:15px;text-align:left}.contact-left_r h3,.contact-title{font-family:Inter,sans-serif;font-style:normal;font-weight:700;line-height:40px;margin-bottom:0}.contact-left_r h3{color:#40423f;font-size:24px;margin-top:5px}.contact-left_r p{color:#40423f;font-size:20px;line-height:1.6;margin-bottom:0;margin-top:20px}.contact-note{color:#1f5706;font-size:15px;margin-top:20px}.green-link{color:#1f5706}.connect-button{border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:20px;font-weight:600;height:48px;margin-top:20px;padding:10px 22px;width:206px}.connect-button,.connect-button:hover{background-color:#1f5706}.contact-right_r{align-items:center;display:flex;flex:0 0 41%}.contact-right_r img{border-radius:8px;height:auto;margin-top:50px}.mobile-carousel_r{display:none}.mobile-carousel-container_r{-ms-overflow-style:none;display:flex;overflow-x:scroll;scroll-snap-type:x mandatory;scrollbar-width:none;width:100%}.mobile-carousel-container_r::-webkit-scrollbar{display:none}.mobile-carousel-slide_r{min-width:100%;position:relative;scroll-snap-align:start;text-align:center}.mobile-carousel-image_r{border-radius:50px;height:400px;margin-top:40px;width:600px}.mobile-carousel-text_r{background-color:#0006;border-radius:6px;bottom:10%;color:#fff;font-size:20px;font-weight:600;left:50%;padding:8px 16px;position:absolute;transform:translateX(-50%)}.mobile-carousel-dots_r{display:flex;justify-content:center;margin-top:10px}.mobile-carousel-dots_r .dot{background-color:#ccc;border-radius:50%;height:8px;margin:0 5px;transition:background-color .3s ease;width:8px}.mobile-carousel-dots_r .dot.active{background-color:#1f5706;border-radius:30%;width:20px}@media (max-width:1024px){.desktop-only_r{display:none}.mobile-carousel_r{display:block}}@media (min-width:1025px) and (max-width:1364px){.images-layout{grid-gap:0;display:grid;flex-direction:row;gap:0;grid-template-columns:repeat(10,1fr);grid-template-rows:repeat(8,1fr);height:550px;margin:0 auto;max-width:850px;position:relative}.green-bg{border-bottom-right-radius:0;height:198px;top:165px;width:262px}.darkgreen-bg,.green-bg{background-color:#85cc65;left:-45px}.darkgreen-bg{border-bottom-left-radius:0;height:168px;top:-52px;width:386px}.img-box img{border-radius:12px;height:auto;position:relative;width:102%;z-index:2}.lime-bg{background:#c8f552a6;border-top-left-radius:0;height:295px;left:-45px;top:-17px;width:318px}.success-revenge{right:-4%;top:37%;width:26%;z-index:0}}@media (min-width:287px) and (max-width:614px){.mobile-carousel-image_r{border-radius:12px;height:400px;margin-top:40px;width:86%}}@media (max-width:992px){.newsletter-section_r{box-sizing:border-box;padding:20px;width:100vw}.newsletter-form_r,.newsletter-left_r{max-width:none;width:100%}.newsletter-form_r{padding:0 10px}.newsletter-form_r button{font-size:16px;font-weight:600;margin-left:auto;margin-right:auto;margin-top:15px;padding:12px;width:121px}.charity-box_r{width:97%}.newsletter-form_r input[type=email],.newsletter-form_r input[type=text]{border:1px solid #ccc;border-radius:6px;font-size:18px;padding:12px;width:97%}.newsletter-left_r p{max-width:100%;text-align:center}.newsletter-left_r h3{text-align:center}}@media (min-width:993px) and (max-width:1468px){.contact-section_r{align-items:flex-start;display:flex;justify-content:space-between;margin:0 auto;max-width:1064px;padding-bottom:41px;position:relative}.contact-right_r img{border-radius:8px;height:auto;margin-top:50px;position:relative;top:80px;width:93%}.contact-left_r{flex:0 0 59%;max-width:50%;padding-bottom:15px;padding-left:30px;padding-right:0}}@media (max-width:992px){.contact-section_r{align-items:center;flex-direction:column;padding:40px 20px;text-align:center}.contact-right_r{order:1}.contact-left_r{margin-top:20px;max-width:95%!important;order:2;width:100%!important}.contact-left_r h4{order:1;text-align:center;width:100%}.contact-left_r h3{font-size:22px;line-height:31px;order:3;text-align:left}.contact-left_r p{font-size:20px;line-height:1.6;margin-bottom:15px;order:4;text-align:left}.connect-button{background-color:#1f5706;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:16px;font-weight:600;margin:20px auto 0;order:5;padding:12px 24px;text-align:center}.connect-button:hover{background-color:#3b621a}.contact-left_r{max-width:95%;width:100%}.contact-right_r img{max-width:400px;width:100%}}.charity-section{background:#f9fdf9;border-top:1px solid #e0f2e9;margin-top:60px;padding:60px 20px}.charity-section h3{color:#2a5c00;font-size:30px;font-weight:700;margin-bottom:20px;text-align:center}.charity-section>p{color:#444;font-size:22px;margin:0 auto 30px;max-width:900px;text-align:center}.charity-box{background:#f2f2e0;border:1px solid #e1e2ad;box-sizing:border-box;margin:20px auto;max-width:1200px;padding:20px 5%;width:100%}.charity-box p{color:#444;font-size:20px;margin:6px 0}.charity-box strong{color:#000;font-size:22px;font-weight:700}.charity-box span{color:#666;font-size:18px;font-style:italic;margin-left:5px}.charity-box a{color:#c62828;text-decoration:none}.charity-box a:hover{text-decoration:underline}@media (max-width:768px){.charity-box{padding:20px}}.container_d{background:#fff;border-radius:16px;box-shadow:0 8px 25px #00000014;font-family:Inter,sans-serif;margin:40px auto;max-width:850px;padding:40px 50px;position:relative;z-index:1}h2{color:#222;font-size:28px;font-weight:600;margin-bottom:35px;text-align:center}label{color:#444;display:block;font-weight:500;margin-bottom:6px}.form-control,.form-select,input[type=email],input[type=file],input[type=text],select,textarea{border-radius:10px;box-sizing:border-box;font-family:Inter,sans-serif;font-size:15px;height:48px;padding:10px 14px;width:100%!important}input[type=file]{border-radius:10px;height:48px!important;padding:10px 14px}.form-select{background-color:#fff;border:1px solid #ccc!important;border-radius:10px;box-shadow:none!important;font-family:Inter,sans-serif;font-size:15px;height:48px;margin-bottom:22px!important;padding:10px 14px}.form-control:focus,input:focus,select:focus{border-color:#007bff;outline:none}input[type=file]{background-color:#fafafa;border:1px dashed #ccc;cursor:pointer}input[type=file]:hover{border-color:none}[contenteditable=true].form-control{background-color:#fafafa;border:1px solid #ddd;border-radius:10px;color:#333;font-size:15px;line-height:1.6;min-height:120px;overflow-y:auto;padding:12px 14px}[contenteditable=true].form-control:focus{background:#fff;border-color:#007bff}c_h4{border-bottom:2px solid #eee;color:#333;font-size:20px;font-weight:600;margin-bottom:20px;margin-top:40px;padding-bottom:6px}.btn_c,button{border-radius:10px;cursor:pointer;font-size:16px;font-weight:500;padding:6px;transition:all .3s ease}.btn_c{background-color:green;color:#fff;width:128px}button.btn-dark{background:linear-gradient(90deg,#222,#555);border:none;color:#fff}button.btn-dark:hover{background:linear-gradient(90deg,#111,#333);transform:translateY(-2px)}button[disabled]{background:#aaa!important;cursor:not-allowed}@media (max-width:768px){.container{padding:25px}h2{font-size:24px}button,input,select{font-size:14px}[contenteditable=true].form-control{min-height:90px}}.mb-3,.mb-3_c{margin-bottom:22px!important;padding-bottom:8px}.mb-3_c{display:flex;gap:30px;margin-top:22px}.table td,.table th{padding:12px;vertical-align:middle}.image-preview{border-radius:8px;display:block;height:auto;margin-top:8px;object-fit:contain;width:120px}.active-tab{border-bottom:3px solid orange;cursor:pointer;font-weight:600}.tab-item{cursor:pointer;display:inline-block;margin-right:24px}.tab-item:last-child{margin-right:0}.modal-overlay_d{background:#0009;height:100%;left:0;overflow-y:auto;position:fixed;top:0;inset:0;width:100%;z-index:1000}.blog-banner_d{display:flex;justify-content:center;padding-top:50px;position:relative}.blog-page_d{background:#fff;font-family:Inter,sans-serif}.banner-image_d{border-radius:12px;position:relative;width:90%;z-index:1}.modal-container_d{background:#fff;border-radius:8px;margin:130px auto;padding:20px;position:relative;width:65%;z-index:1001}.modal-close_d{align-items:center;border-radius:50%;cursor:pointer;display:flex;font-size:24px;height:40px;justify-content:center;line-height:1;position:absolute;right:10px;top:10px;width:40px;z-index:1002}.modal-close_d:hover{background:#00000014}.blog-layout_d{margin:64px auto;padding-left:60px;padding-right:60px}.modal-actions_d{display:flex;gap:15px;justify-content:center;margin-top:20px}.approve-btn_d{background:green}.approve-btn_d,.reject-btn_d{border:none;border-radius:10px;color:#fff;cursor:pointer;padding:10px 16px;width:115px}.reject-btn_d{background:#973232}.approve-btn_d:active,.approve-btn_d:focus,.approve-btn_d:hover{background:green!important;box-shadow:none;color:#fff!important;outline:none}.reject-btn_d:active,.reject-btn_d:focus,.reject-btn_d:hover{background:#452323!important;box-shadow:none;color:#fff!important;outline:none}button.cancel-btn_create{background:#ccc;border:none;border-radius:10px;cursor:pointer;font-size:16px;font-weight:500;padding:6px;transition:all .3s ease;width:115px}button.cancel-btn_create:active,button.cancel-btn_create:focus,button.cancel-btn_create:hover{background:#ccc;box-shadow:none;color:#000}.submit-button{background-color:#183a0d;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:17px;height:50px;width:128px}.submit-button:active,.submit-button:focus,.submit-button:hover{background-color:#183a0d!important;border:none;box-shadow:none;color:#fff!important;outline:none}.status-tabs{border-bottom:2px solid #e0e0e0;display:flex;gap:16px;list-style:none;padding:0}.status-tab{border-bottom:3px solid #0000;color:#6c757d;cursor:pointer;font-weight:500;padding:8px 14px}.status-tab:hover{color:#000}.status-tab.active{border-bottom:3px solid orange;color:#000}main{min-height:100vh}body,html{height:100%;margin:0;padding:0}.admin-login-container{background:#f5f6fa;background-position:50%;background-repeat:no-repeat;background-size:cover;min-height:100vh}.admin-login-container,.login-container{align-items:center;display:flex;justify-content:center}.login-container{background:#f5f6fa;font-family:Inter,sans-serif;width:100%}.login-box{background:#fff;border-radius:10px;box-shadow:0 5px 20px #0000001f;padding:30px;text-align:center;width:350px}.login-title{color:#333;font-size:24px;font-weight:600;margin-bottom:20px}.login-input{border:1px solid #ccc;border-radius:6px;font-size:15px;margin:8px 0 18px;outline:none;padding:12px;transition:.3s;width:auto}.login-input:focus{border-color:#0078ff;box-shadow:0 0 0 2px #0078ff33}.login-button{background:#0078ff;border:none;border-radius:6px;color:#fff;cursor:pointer;font-size:16px;padding:12px;transition:.3s;width:100%}.login-button:hover{background:#005dc1}.search-result-wrapper{background:#f8f9fd;min-height:100vh;padding:40px 5%}.no-results-msg{color:#666;display:block;font-size:1.2rem;grid-column:1/-1;padding:60px 20px;text-align:center;width:100%}.search-result-wrapper h2{color:#222;font-size:28px;font-weight:600;margin-bottom:20px}.highlight{color:#007bff;font-weight:700}.video-grid_s{grid-gap:25px;display:grid;gap:25px;grid-template-columns:repeat(auto-fill,minmax(250px,1fr))}.video-card_s{background:#fff;border-radius:8px;box-shadow:0 2px 8px #0000001a;cursor:pointer;overflow:hidden;transition:.3s}.video-card_s:hover{box-shadow:0 6px 18px #0000001f;transform:translateY(-4px)}.video-card_s img{width:100%}.video-card_s h4{font-size:16px;font-weight:600;padding:10px}.skeleton-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(260px,1fr))}.skeleton-card{animation:skeletonAnimation 1.4s ease-in-out infinite;background:linear-gradient(90deg,#ececec,#e0e0e0,#ececec);background-size:200% 100%;border-radius:12px;height:200px}@keyframes skeletonAnimation{0%{background-position:-200px 0}to{background-position:200px 0}}.pagination_s{margin-top:30px;text-align:center}.pagination_s button{background:#f1f1f1;border:1px solid #ddd;border-radius:50px;cursor:pointer;font-size:14px;margin:5px;padding:8px 16px;transition:all .2s ease}.pagination_s button:hover{background:#e5e5e5}.pagination_s .active-page{background:#183a0d;border-color:#183a0d;color:#fff}@media (max-width:768px){.search-result-wrapper{padding:20px}.video-card_s h4{font-size:14px}.pagination_s button{font-size:13px;padding:6px 12px}}@media (max-width:480px){.skeleton-grid,.video-grid_s{grid-template-columns:1fr}}.thumbnail-wrapper_s{position:relative}.duration-tag_s{background:#ffffffbf;border-radius:3px;bottom:13px;color:#000;font-size:13px;padding:2px 6px;position:absolute;right:6px}.video-meta_s{color:#666;display:flex;font-size:13px;justify-content:space-between;padding:0 10px 10px}.blog-section,.video-section{margin-bottom:40px}.blog-grid{grid-gap:20px;display:grid;gap:20px;grid-template-columns:repeat(auto-fill,minmax(280px,1fr))}.blog-card{border:1px solid #eee;border-radius:8px;cursor:pointer;padding:12px}.blog-card img{border-radius:6px;width:100%}.blog-results-container{display:flex;flex-direction:column;gap:20px;padding:20px 0}.search-blog-card{background:#fff;border:1px solid #eee;border-radius:8px;cursor:pointer;display:flex;height:180px;overflow:hidden;transition:transform .2s,box-shadow .2s}.search-blog-card:hover{box-shadow:0 4px 15px #0000001a;transform:translateY(-2px)}.search-blog-thumbnail{min-width:280px;overflow:hidden;width:280px}.search-blog-thumbnail img{height:100%;object-fit:cover;width:100%}.search-blog-info{display:flex;flex-direction:column;flex-grow:1;justify-content:center;padding:20px}.search-blog-title{color:#333;font-size:1.25rem;margin:0 0 10px;transition:color .2s}.search-blog-card:hover .search-blog-title{color:#007bff}.search-blog-snippet{-webkit-line-clamp:2;-webkit-box-orient:vertical;color:#666;display:-webkit-box;font-size:.9rem;line-height:1.5;margin-bottom:15px;overflow:hidden}.search-blog-readmore{color:#007bff;font-size:.85rem;font-weight:600;text-transform:uppercase}@media (max-width:768px){.search-blog-card{flex-direction:column;height:auto}.search-blog-thumbnail{height:200px;width:100%}}.search-tabs-container{border-bottom:2px solid #eee;display:flex;gap:0;justify-content:center;margin-bottom:40px}.search-tab{background:none;border:none;color:#888;cursor:pointer;font-family:Poppins,sans-serif;font-size:1.1rem;font-weight:600;padding:12px 30px;position:relative;transition:all .3s ease}.search-tab.active{color:#ffb400}.search-tab.active:after{background-color:#ffb400;bottom:-2px;content:"";height:3px;left:0;position:absolute;width:100%}.posts-grid1{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(3,1fr);margin:0 auto 50px;max-width:1500px;padding:0 20px}@media (max-width:992px){.posts-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:600px){.posts-grid{grid-template-columns:1fr}}.post-card1{background:#e1e2ad;border-radius:12px;box-shadow:0 4px 8px #0000001a;justify-self:center;max-width:450px;padding:20px}.post-card1:hover{transform:translateY(-5px)}.post-card1-image-wrapper{border:1px solid #e0e0e0;border-radius:12px;padding:5px}.post-card1-image{border-radius:12px;display:block;height:280px;object-fit:cover;width:100%}.post-card1-content{display:flex;flex-direction:column;flex-grow:1;padding:35px}.post-card1-title{color:#222;font-size:1.5rem;margin:0 0 10px}.post-card1-excerpt{color:#555;flex-grow:1;font-size:1.2rem;line-height:1.6;margin:0 0 20px}.post-card1-meta{align-items:center;color:#777;display:flex;font-size:16px;justify-content:space-between}.read-more1-link{color:#1f5706;font-weight:700;text-decoration:none}.read-more-link1:hover{text-decoration:underline}@media (max-width:992px){.post-card1-title{font-size:1.3rem}.post-card1-excerpt{font-size:1rem}}@media (max-width:768px){.post-card1{border-radius:25px;justify-self:auto;max-width:100%}}button_s:hover{background-color:#fff}.blog-page-container_s{background-color:#fff;overflow-x:hidden;position:relative}.blog-content_s{margin:0 auto;position:relative;z-index:1}.blog-header_s{margin-bottom:40px;text-align:center}.blog-subtitle_s{color:#1f5706;font-size:24px;margin-top:50px}.blog-main-title_s{color:#1f5706;font-size:1.6rem;font-weight:700;margin:5px 0 0}.blog-page{background:#fff;font-family:Inter,sans-serif}.blog-banner{display:flex;justify-content:center;padding-top:50px;position:relative}.banner-bg{background:#e8edc3;border-radius:12px;inset:0;margin:auto;position:absolute;width:80%}.banner-image{border-radius:12px;position:relative;width:90%;z-index:1}.blog-layout{grid-gap:40px;align-items:flex-start;display:grid;gap:40px;grid-template-columns:300px 1fr;margin:80px auto;max-width:1510px}.toc{background:#f6f7ef;border-radius:10px;max-height:90vh;overflow-y:auto;padding:30px;position:-webkit-sticky;position:sticky;top:40px}.toc::-webkit-scrollbar{width:4px}.toc::-webkit-scrollbar-thumb{background:#dce7a1;border-radius:10px}.toc h4{margin-bottom:16px}.toc ul{list-style:none;padding:0}.toc li{margin-bottom:10px}.toc li.sub{margin-left:14px}.toc a{color:#333;text-decoration:none}.categories{display:flex;flex-direction:column;gap:10px;margin-top:30px}.categories span{cursor:pointer}.categories .active{background:#dce7a1;border-radius:10px;padding:8px 16px}.content .category{color:#6a8b2c;font-weight:500}.content h1{font-size:32px;margin:10px 0 20px}.content h2,.content h2 span{font-size:25px!important}.content h2,.content h2 span,.content h3,.content h3 span{background-color:initial!important;color:#222;display:block!important;font-weight:700;margin-bottom:20px;margin-top:40px;text-align:left!important}.content h3,.content h3 span{font-size:20px!important}.content p,.content p span{color:#333!important;font-family:Inter,sans-serif!important;line-height:1.8!important}.content img{border-radius:10px;display:block;height:500px!important;margin:40px auto;max-width:100%;width:500px!important}.content div{text-align:left}.content ol,.content ul{margin-bottom:24px;margin-left:20px;text-align:left!important}.content li,.content li span{color:#333!important;font-size:18px!important;line-height:1.8!important;margin-bottom:10px;text-align:left!important}.toc-divider{border:none;border-top:1px solid #e5e5e5;margin:24px 0}.toc-header{align-items:center;cursor:pointer;display:flex;justify-content:space-between}.arrow{transition:transform .3s ease}.arrow.open{transform:rotate(180deg)}.toc-body{display:block}@media (max-width:1024px){.blog-layout{gap:20px;grid-template-columns:1fr;margin:40px 20px}.toc{position:static}.toc-body{display:none}.toc-body.show{display:block;margin-top:15px}.blog-banner{padding-top:20px}.banner-image{width:95%}}@media (max-width:600px){.content h1{font-size:24px}.content p{font-size:14px}.toc{padding:20px}}.toc li.sub a{cursor:default!important;text-decoration:none}.toc li.sub{border-left:2px solid #dce7a1;cursor:default!important;display:block!important;font-size:14px;margin-left:20px!important;margin-top:5px;padding-left:10px}.toc li.sub a:hover{color:inherit}.content h2,.content h3{display:block!important;margin-top:30px;text-align:left!important}.content p,.content p span{font-size:18px!important;line-height:1.8;text-align:left!important}.content img.blog-mid-img{border-radius:10px;display:block;height:auto;margin:40px auto;max-width:100%}.rss-container{font-family:Poppins,sans-serif;margin:0 auto;max-width:1300px;min-height:80vh;padding:0 20px 60px}.rss-title{color:#2e5332;font-size:32px;font-weight:700;margin-bottom:40px;text-align:center}.rss-filters{display:flex;flex-wrap:wrap;gap:12px;justify-content:center;margin-bottom:50px}.filter-btn{background:#fff;border:1px solid #e0e0e0;border-radius:25px;color:#555;cursor:pointer;font-size:14px;padding:10px 18px;transition:all .3s ease}.filter-btn:hover{background:#f0f4e8;border-color:#2e5332}.filter-btn.active{background:#2e5332;border-color:#2e5332;box-shadow:0 4px 10px #2e533233;color:#fff}.rss-grid{grid-gap:30px;display:grid;gap:30px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr))}.rss-card{background:#fff;border:1px solid #f0f0f0;border-radius:10px;box-shadow:0 6px 18px #0000000d;display:flex;flex-direction:column;overflow:hidden;transition:all .3s ease}.rss-card:hover{box-shadow:0 12px 25px #0000001a;transform:translateY(-8px)}.rss-card-image{aspect-ratio:16/9;background-color:#f8f8f8;overflow:hidden;width:100%}.rss-card-image img{height:100%;object-fit:fill;transition:transform .5s ease;width:100%}.rss-card:hover .rss-card-image img{transform:scale(1.05)}.rss-card-body{display:flex;flex-direction:column;flex-grow:1;padding:24px}.rss-card h3{-webkit-line-clamp:2;color:#333;font-size:19px;font-weight:600;height:2.8em;line-height:1.4;margin-bottom:12px}.rss-card h3,.rss-description{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.rss-description{-webkit-line-clamp:3;color:#666;font-size:14.5px;height:4.8em;line-height:1.6em;margin-bottom:20px;min-height:4.8em;text-overflow:ellipsis}.rss-footer{align-items:center;border-top:1px solid #f5f5f5;display:flex;justify-content:space-between;margin-top:auto;padding-top:15px}.rss-category-tag{background:#f0f4e8;border-radius:6px;color:#2e5332;font-size:12px;font-weight:600;letter-spacing:.5px;padding:4px 12px;text-transform:uppercase}.rss-read-link{color:#0984e3;font-size:14px;font-weight:600;text-decoration:none;transition:color .2s}.rss-read-link:hover{color:#074b81;text-decoration:underline}.load-more-container{display:flex;justify-content:center;margin-top:50px}.load-more-btn{background:#2e5332;border:none;border-radius:30px;box-shadow:0 4px 15px #2e533233;color:#fff;cursor:pointer;font-size:16px;font-weight:600;padding:14px 35px;transition:all .3s ease}.load-more-btn:hover{background:#3e6e42;box-shadow:0 6px 20px #2e53324d;transform:translateY(-2px)}.no-results,.rss-loading-state{color:#888;font-size:18px;padding:100px 0;text-align:center}@media (max-width:1024px){.rss-grid{grid-template-columns:repeat(2,1fr)}}@media (max-width:650px){.rss-grid{grid-template-columns:1fr}.rss-title{font-size:26px}.filter-btn{font-size:13px;padding:8px 14px}}.euphoria-landing{background-color:#fff;color:#333;font-family:Inter,sans-serif;overflow-x:hidden}.content-container{margin:0 auto;max-width:1100px;padding:0 20px}.top-community-bar{background-color:#1f5706;color:#fff;cursor:pointer;font-size:14px;font-weight:600;letter-spacing:.5px;margin-bottom:5px;padding:14px;text-align:center}.hero-section{height:80vh;min-height:600px;position:relative;width:100%}.hero-image-container{height:100%;position:relative;width:100%}.hero-bg{display:block;height:100%;width:100%}.hero-image-container:after{background:#ffffff59;content:"";inset:0;position:absolute;z-index:1}.hero-overlay{align-items:center;display:flex;inset:0;justify-content:center;padding:20px;position:absolute;z-index:2}.hero-text-box{backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);background:#fffffff2;border-radius:24px;box-shadow:0 15px 35px #0003;max-width:550px;padding:45px;text-align:center;width:100%}.hero-text-box h1{color:#1f5706;font-family:Playfair Display,serif;font-size:clamp(24px,5vw,36px);line-height:1.3;margin-bottom:20px}.hero-text-box p{color:#444;font-size:18px;line-height:1.5;margin-bottom:20px}.launch-tag{color:#6a8b2c;font-weight:700;margin-bottom:20px}.btn-primary{background-color:#1f5706;border:none;border-radius:50px;color:#fff;cursor:pointer;font-size:18px;font-weight:600;padding:16px 32px;transition:.3s}.btn-primary:hover{background-color:#2c541d;transform:translateY(-2px)}.about-section{padding:80px 0}.about-section h2{font-size:32px;margin-bottom:25px;text-align:left}.green-line{background:#dce7a1;display:block;height:4px;margin-top:10px;width:80px}.about-section p{color:#555;font-size:20px;line-height:1.8;margin-bottom:20px}.section-divider{background:#eee;border:0;height:1px}.signup-section{background-color:#f9fbf2;padding:80px 0;text-align:center}.signup-section h3{font-size:30px;margin-bottom:40px}.signup-form{margin:0 auto;max-width:500px;text-align:left}.form-group{margin-bottom:25px}.form-group label{display:block;font-weight:600;margin-bottom:8px}.required{color:#d9534f}.name-row{display:flex;gap:15px}.signup-form input{border:1px solid #ddd;border-radius:12px;box-sizing:border-box;font-size:16px;padding:14px;width:100%}.submit-btn{border:none;border-radius:50px;cursor:pointer;font-size:18px;font-weight:700;margin-top:20px;padding:16px;transition:.3s;width:100%}.submit-btn.active{background-color:#1f5706;color:#fff}.submit-btn.disabled{background-color:#e0e0e0;color:#999;cursor:not-allowed}.modal-overlay{align-items:center;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);background:#000000bf;display:flex;inset:0;justify-content:center;position:fixed;z-index:3000}.modal-content{background:#fff;border-radius:30px;box-shadow:0 20px 50px #0003;max-width:400px;padding:50px;text-align:center;width:90%}.modal-icon{border-radius:50%;font-size:35px;font-weight:700;height:70px;line-height:70px;margin:0 auto 20px;width:70px}.modal-icon.success{background:#f0f7e6;color:#6a8b2c}.modal-icon.error{background:#fdf0ef;color:#d9534f}.btn-close{background:#1f5706;border:none;border-radius:50px;color:#fff;cursor:pointer;font-weight:600;margin-top:25px;padding:12px 30px}@media (max-width:768px){.hero-section{height:auto;min-height:550px}.hero-overlay{align-items:center;justify-content:center;padding:40px 15px}.hero-text-box{padding:35px 25px;width:100%}.hero-text-box h1{font-size:26px}.about-section{padding:60px 0}.name-row{flex-direction:column;gap:15px}.signup-section{padding:60px 0}.signup-section h3{font-size:24px}}
/*# sourceMappingURL=main.b2a57754.css.map*/