@import"https://fonts.googleapis.com/css2?family=Inter+Tight:wght@400;500;600;700&display=swap";:root{font-family:system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;line-height:1.5;font-weight:400;color-scheme:light;color:#213547;background-color:#fff;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{margin:0;padding:0;box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh}#root{width:100%;min-height:100vh}a{text-decoration:none;color:inherit}button{font-family:inherit}*{margin:0;padding:0;-webkit-box-sizing:border-box;box-sizing:border-box;-ms-scroll-chaining:none;overscroll-behavior:none}html{overflow-x:hidden;width:100%}body{font-family:Inter Tight,sans-serif;overflow-x:hidden;width:100%;max-width:100vw;position:relative}@media(max-width:768px){*{-ms-overflow-style:none;scrollbar-width:none}::-webkit-scrollbar{display:none}}body.menu-open{overflow:hidden}.app{min-height:100vh;background-color:#efeee9;width:100%}.header{position:absolute;top:0;left:0;right:0;z-index:1000;padding:1rem;width:100%;overflow:hidden}.menu-open .header{height:100vh}.header-container{width:100%;max-width:90%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;background:#fffc;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);border:1px solid white;border-radius:12px;padding:.5rem 2rem}.header-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-decoration:none;color:inherit}.navbar-logo{height:2vw;width:auto;-o-object-fit:contain;object-fit:contain}.hamburger-menu{display:none;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4px;background:transparent;border:none;cursor:pointer;padding:8px;z-index:1001;position:relative}.hamburger-line{width:24px;height:2px;background-color:#d54427;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;border-radius:2px}.hamburger-line.open:nth-child(1){-webkit-transform:rotate(45deg) translate(6px,6px);-ms-transform:rotate(45deg) translate(6px,6px);transform:rotate(45deg) translate(6px,6px)}.hamburger-line.open:nth-child(2){opacity:0}.hamburger-line.open:nth-child(3){-webkit-transform:rotate(-45deg) translate(6px,-6px);-ms-transform:rotate(-45deg) translate(6px,-6px);transform:rotate(-45deg) translate(6px,-6px)}.menu-overlay{display:none}.header-nav{display:-webkit-box;display:-ms-flexbox;display:flex;gap:16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.nav-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:8px 18px;border-radius:8px;font-size:1.1vw;font-weight:400;color:#080808;cursor:pointer;text-decoration:none;-webkit-transition:all .4s cubic-bezier(.4,0,.2,1);-o-transition:all .4s cubic-bezier(.4,0,.2,1);transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.nav-item:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:-webkit-gradient(linear,left top,right top,from(#1A471C),to(#D54427));background:-o-linear-gradient(left,#1A471C,#D54427);background:linear-gradient(90deg,#1a471c,#d54427);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);-webkit-transition:width .4s cubic-bezier(.4,0,.2,1);-o-transition:width .4s cubic-bezier(.4,0,.2,1);transition:width .4s cubic-bezier(.4,0,.2,1);z-index:1}.nav-item-dropdown .dropdown-arrow{display:block;width:16px;-webkit-transition:transform .4s cubic-bezier(.4,0,.2,1);-o-transition:transform .4s cubic-bezier(.4,0,.2,1);-webkit-transition:-webkit-transform .4s cubic-bezier(.4,0,.2,1);transition:-webkit-transform .4s cubic-bezier(.4,0,.2,1);transition:transform .4s cubic-bezier(.4,0,.2,1);transition:transform .4s cubic-bezier(.4,0,.2,1),-webkit-transform .4s cubic-bezier(.4,0,.2,1)}.nav-item:hover{color:#d54427}.nav-item:hover:before{width:80%}.nav-item:hover .dropdown-arrow,.nav-item-dropdown:hover .dropdown-arrow{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.nav-item-dropdown{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer}.dropdown-arrow{font-size:12px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;display:inline-block;-ms-flex-negative:0;flex-shrink:0;color:#080808}.header-dropdown .ant-dropdown-menu{background:#fff;border-radius:8px;-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a;min-width:180px;padding:4px 0}.header-dropdown .ant-dropdown-menu-item{padding:12px 16px;font-size:1.5vw;font-weight:400;color:#080808;-webkit-transition:background-color .2s ease;-o-transition:background-color .2s ease;transition:background-color .2s ease}.header-dropdown .ant-dropdown-menu-item:hover{background-color:#f1f7f1}.header-dropdown .ant-dropdown-menu-item a{color:#080808;text-decoration:none}.hero-section{position:relative;width:100%;min-height:60vh;aspect-ratio:16 / 9;background:#fff;overflow:hidden;padding-top:100px}.hero-background{position:absolute;width:100%;height:100%;left:50%;top:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);z-index:1}.hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-image-mobile{display:none}.hero-image-desktop{display:block}.hero-overlay{position:absolute;inset:0;background:-o-linear-gradient(354.766deg,rgba(0,0,0,.49) 42.802%,rgba(0,0,0,0) 68.614%),-o-linear-gradient(180.381deg,rgba(0,0,0,0) 33.443%,rgba(16,63,19,.42) 54.816%);background:linear-gradient(95.234deg,#0000007d 42.802%,#0000 68.614%),linear-gradient(269.619deg,#0000 33.443%,#103f136b 54.816%);z-index:2}.hero-decoration{position:absolute;inset:-1% 48% 0 0;z-index:2}.hero-decoration img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.hero-content{position:absolute;left:5%;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;gap:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;width:90%;max-width:100%;z-index:10}.hero-text{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;width:100%;max-width:48%}@-webkit-keyframes gradientFlow{0%{background-position:200% center}to{background-position:-200% center}}@keyframes gradientFlow{0%{background-position:200% center}to{background-position:-200% center}}.hero-title{font-size:3.3vw;font-weight:600;position:relative;display:inline-block;background:-webkit-gradient(linear,left top,right top,from(rgba(255,255,255,.9)),color-stop(20%,rgba(255,255,255,.9)),color-stop(50%,#D54427),color-stop(80%,rgba(255,255,255,.9)),to(rgba(255,255,255,.9)));background:-o-linear-gradient(left,rgba(255,255,255,.9) 0%,rgba(255,255,255,.9) 20%,#D54427 50%,rgba(255,255,255,.9) 80%,rgba(255,255,255,.9) 100%);background:linear-gradient(to right,#ffffffe6 0% 20%,#d54427 50%,#ffffffe6 80% 100%);background-size:200% 100%;-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.hero-description{font-size:1.5vw;font-weight:400;color:#f7f7f7}.btn-primary-hero,a.btn-primary-hero{background:#d54425;border:.5px solid rgba(255,255,255,.25);border-radius:8px;padding:12px 24px;color:#fcfcfc;font-size:1.3vw;font-weight:700;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;position:relative;overflow:hidden;text-align:center;text-decoration:none;display:inline-block}.btn-primary-hero:hover,a.btn-primary-hero:hover{-webkit-box-shadow:0 8px 20px rgba(213,68,39,.4);box-shadow:0 8px 20px #d5442766;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.btn-primary-hero:active,a.btn-primary-hero:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 4px 10px rgba(213,68,39,.3);box-shadow:0 4px 10px #d544274d}.hero-buttons-container{display:flex;align-items:center;gap:1.5rem;flex-wrap:wrap}.hero-view-all-link{background:#fff;border:1px solid #D54427;border-radius:8px;padding:12px 24px;color:#d54427;font-size:1.2vw;font-weight:700;text-decoration:none;display:inline-block;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;box-shadow:0 2px 8px #0000001a;cursor:pointer}.hero-view-all-link:hover{color:#d54427;box-shadow:0 4px 12px #d5442733;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.about-pravaaha-section{background:#efeee9;padding:5% 8%;width:100%}.about-pravaaha-container{display:flex;align-items:center;gap:5%;max-width:100%;margin:0 auto}.about-pravaaha-content{width:55%;flex:0 0 55%;display:flex;flex-direction:column}.about-pravaaha-logo-desktop{display:flex;width:40%;flex:0 0 40%;align-items:center;justify-content:center}.about-pravaaha-logo{width:40%;flex:0 0 40%;display:flex;align-items:center;justify-content:center}.about-pravaaha-logo-mobile{display:none}.about-pravaaha-heading{font-size:3vw;font-weight:700;margin-bottom:1rem;line-height:1.2;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite;display:inline-block}.about-pravaaha-subtitle{font-size:1.4vw;font-weight:700;color:#d54427;margin-bottom:2rem}.about-pravaaha-description{font-size:1.1vw;line-height:1.8;color:#333;position:relative}.about-pravaaha-description p{margin-bottom:1.5rem}.about-pravaaha-description p:last-child{margin-bottom:0}.about-pravaaha-read-more{display:none}.about-pravaaha-logo-img{width:100%;height:auto}.about-pravaaha-brand-name{display:none}.testimonial-section{background:#efeee9;padding:5% 8%;width:100%}.testimonial-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.testimonial-left{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}.testimonial-title{font-size:3.8vw;font-weight:600}.gradient-text{background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.testimonial-text{font-size:1.7vw;font-weight:400;color:#000}.testimonial-right{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;position:relative;width:100%;max-width:45%;background:#f1f7f1;border:1px solid rgba(252,252,252,.55);border-radius:8px;padding-bottom:16px}.testimonial-cards-wrapper{width:100%;overflow:hidden;position:relative}.testimonial-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease}.testimonial-card{padding:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-flex:0;-ms-flex:0 0 100%;flex:0 0 100%;min-width:0;-webkit-box-sizing:border-box;box-sizing:border-box}.testimonial-quote{font-size:1.6vw;font-weight:400;color:#000;white-space:pre-wrap;text-align:left;width:100%}.testimonial-author{display:-webkit-box;display:-ms-flexbox;display:flex;gap:10px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;width:100%}.testimonial-line{width:8px;height:.023px}.testimonial-author span{font-size:1.5vw;font-weight:400;color:#595959}.testimonial-navigation{margin-top:16px}.nav-arrows{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:10px}.attendees-container .nav-arrows{-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.arrow-button{width:40px;height:40px;background:-o-linear-gradient(315deg,white,#F1F7F1,white);background:linear-gradient(135deg,#fff,#f1f7f1,#fff);background-size:200% 200%;border:1px solid #D54427;border-radius:40px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;position:relative;overflow:hidden}.arrow-button:hover{background-position:100% 100%;-webkit-box-shadow:0 4px 12px rgba(213,68,39,.3);box-shadow:0 4px 12px #d544274d;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);border-color:#d54427}.arrow-button:active{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95);-webkit-box-shadow:0 2px 6px rgba(213,68,39,.2);box-shadow:0 2px 6px #d5442733}.arrow-button img{width:16px;height:16px}.arrow-right{-webkit-transform:rotate(0deg);-ms-transform:rotate(0deg);transform:rotate(0)}.testimonial-corners{position:absolute;inset:0;pointer-events:none}.testimonial-corners .corner{position:absolute;width:8px;height:8px}.testimonial-corners .corner.top-left{top:16px;left:16px}.testimonial-corners .corner.top-right{top:16px;right:16px}.testimonial-corners .corner.bottom-left{bottom:16px;left:16px}.testimonial-corners .corner.bottom-right{bottom:16px;right:16px}.energy-section{background:#f1f7f1;padding:5% 8%;width:100%}.energy-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.energy-title{font-size:4vw;font-weight:700;text-align:center}.gradient-text-center{background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.energy-slider-wrapper{width:100%;position:relative}.energy-navigation-bottom{display:flex;justify-content:space-between;align-items:center;margin-top:1.5rem;width:100%}.energy-pagination{display:flex;gap:.5rem;align-items:center;background:#384b580d;padding:.5rem 1rem;border-radius:20px}.energy-pagination-dot{width:8px;height:8px;border-radius:50%;background:#666;cursor:pointer;transition:all .3s ease}.energy-pagination-dot:hover{background:#999;transform:scale(1.2)}.energy-pagination-dot.active{width:32px;height:8px;border-radius:4px;background:#d54425}.energy-grid-container{display:grid;grid-template-columns:repeat(6,1fr);grid-template-rows:auto auto;gap:.75rem;width:100%}.energy-image-card{border-radius:16px;overflow:hidden;background:#d3d3d3;aspect-ratio:16 / 9;position:relative}.energy-image{width:100%;height:100%;object-fit:cover;display:block;animation:fadeInScale .6s ease-in-out;transition:opacity .3s ease}@keyframes fadeInScale{0%{opacity:0;transform:scale(1.1)}to{opacity:1;transform:scale(1)}}.energy-image-card:nth-child(1){grid-column:1 / 4}.energy-image-card:nth-child(2){grid-column:4 / 7}.energy-image-card:nth-child(3){grid-column:1 / 3}.energy-image-card:nth-child(4){grid-column:3 / 5}.energy-image-card:nth-child(5){grid-column:5 / 7}.four-pillars-section{background:#efeee9;padding:5% 8%;width:100%}.four-pillars-container{width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.four-pillars-header{text-align:left;max-width:100%;margin:0}.four-pillars-title{font-size:3.5vw;font-weight:700;line-height:1.2;white-space:nowrap;display:inline-block}.four-pillars-subtitle{font-size:1.8vw;font-weight:700;color:#d54427;margin-bottom:1.5rem}.four-pillars-intro{font-size:1.2vw;font-weight:400;color:#333;line-height:1.6}.four-pillars-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%}.pillar-card{background:#e5e5e5;border-radius:16px;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.pillar-header{display:flex;align-items:center;gap:.75rem}.pillar-icon{width:2.5vw;height:2.5vw;object-fit:contain;flex-shrink:0}.pillar-title{font-size:1.8vw;font-weight:700;color:#333;margin:0;flex:1}.pillar-description{font-size:1.1vw;font-weight:400;color:#333;line-height:1.7;margin:0}.meet-organisers-section{background:#efeee9;padding:5% 8%;width:100%}.meet-organisers-container{width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.meet-organisers-header{display:flex;justify-content:space-between;align-items:flex-start;gap:3rem}.meet-organisers-title-wrapper{flex:0 0 auto}.meet-organisers-title{font-size:3.5vw;font-weight:700;margin-bottom:1rem;line-height:1.2;white-space:nowrap;display:inline-block}.meet-organisers-subtitle{font-size:1.8vw;font-weight:700;color:#d54427;margin:0}.meet-organisers-intro{flex:1;max-width:50%}.meet-organisers-intro p{font-size:1.2vw;font-weight:400;color:#333;line-height:1.7;margin:0}.organisers-cards{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem;width:100%}.organiser-card{background:#fcfcfc80;border-radius:16px;padding:2.5rem;display:flex;flex-direction:column;gap:1.5rem}.organiser-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:1.5rem}.organiser-header-left{flex:1}.organiser-org-title{font-size:1.8vw;font-weight:700;color:#333;margin:0 0 .5rem}.organiser-director-wrapper{display:flex;align-items:center;gap:.8rem}.organiser-profile-img{width:1.8vw;height:1.8vw;min-width:30px;min-height:30px;border-radius:.5rem;object-fit:cover;flex-shrink:0}.organiser-director{font-size:1.1vw;font-weight:400;color:#333;margin:0}.organiser-logo{flex-shrink:0}.organiser-logo-img{width:120px;height:auto;object-fit:contain}.cle-logo-img{width:90px;height:auto;object-fit:contain}.organiser-content{display:flex;flex-direction:column;gap:1rem}.organiser-bio,.organiser-mission{font-size:1.1vw;font-weight:400;color:#333;line-height:1.7;margin:0}.organiser-link{color:#d54427;text-decoration:none;font-weight:600;transition:color .3s ease}.organiser-link:hover{color:#a8361f;text-decoration:underline}.stay-connected-section{background:#f1f7f1;padding:5% 8%;width:100%}.stay-connected-container{width:100%;max-width:100%;margin:0 auto;display:flex;flex-direction:column;gap:3rem}.stay-connected-header{width:100%;max-width:100%;margin:0;text-align:left}.stay-connected-title{font-size:3.5vw;font-weight:700;margin-bottom:1rem;line-height:1.2;white-space:nowrap;display:inline-block}.stay-connected-subtitle{font-size:1.7vw;font-weight:700;color:#d54427;margin-bottom:1.5rem}.stay-connected-description{font-size:1.1vw;font-weight:400;color:#333;line-height:1.7;margin-bottom:2rem}.btn-stay-connected{background:#d54425;border:none;border-radius:8px;padding:12px 24px;color:#fff;font-size:1.2vw;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;transition:all .3s ease;box-shadow:0 2px 8px #d544254d}.btn-stay-connected:hover{background:#a8361f;box-shadow:0 4px 12px #d5442566;transform:translateY(-2px)}.stay-connected-cards{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%}.stay-connected-card{background:#fff;border-radius:16px;padding:2.5rem;display:flex;flex-direction:column;align-items:flex-start;text-align:left;box-shadow:0 2px 8px #0000001a;position:relative}.stay-connected-card:before,.stay-connected-card:after{content:"";position:absolute;width:8px;height:8px;background:#e5e5e5;border-radius:50%}.stay-connected-card:before{top:16px;left:16px}.stay-connected-card:after{bottom:16px;right:16px}.stay-connected-icon{width:64px;height:64px;display:flex;align-items:center;justify-content:center}.stay-connected-icon img{width:100%;height:100%;object-fit:contain;filter:brightness(0) saturate(100%) invert(48%) sepia(93%) saturate(1352%) hue-rotate(347deg) brightness(95%) contrast(89%)}.stay-connected-card-title{font-size:1.5vw;font-weight:700;color:#333;margin-top:1.5rem}.stay-connected-card-info{font-size:1.1vw;font-weight:400;color:#333;margin-top:.5rem}.featured-event-section{background-image:url(/assets/awakening-banner.avif);background-size:100% auto;background-position:top center;background-repeat:no-repeat;padding:0;width:100%;position:relative}.featured-event-marquee{background:#1a471c;color:#fff;padding:1rem 0;overflow:hidden;white-space:nowrap;width:100%}.marquee-content{display:inline-flex;gap:4rem;animation:marquee 20s linear infinite}.marquee-content span{font-size:1vw;font-weight:700;letter-spacing:.2em}@keyframes marquee{0%{transform:translate(0)}to{transform:translate(-50%)}}.featured-event-container{display:flex;width:100%;padding:5% 6%;align-items:center;justify-content:flex-end}.featured-event-content{position:relative;z-index:2;margin-top:16vw;max-width:60%;margin-left:auto;width:100%;display:flex;flex-direction:column;gap:2rem}.featured-event-description,.featured-event-trainers{font-size:.98vw;font-weight:400;color:#333;margin:0}.featured-event-details{display:flex;flex-direction:row;gap:1rem}.featured-event-detail{display:flex;align-items:center;gap:.5rem;font-size:.7vw;color:#333;background:#fff;padding:.4rem 1rem;border-radius:12px;box-shadow:0 2px 8px #00000014;border:1px solid #E5E5E5}.featured-event-detail img{width:16px;height:16px;object-fit:contain;flex-shrink:0}.featured-event-buttons{display:flex;flex-direction:row;gap:1rem;flex-wrap:wrap}.btn-featured-primary,.btn-featured-secondary{background:#d54425;border:none;border-radius:8px;padding:12px 24px;color:#fff;font-size:1vw;font-weight:700;cursor:pointer;text-decoration:none;display:inline-block;text-align:center;transition:all .3s ease;box-shadow:0 2px 8px #d544254d;width:fit-content;min-width:fit-content}.btn-featured-primary:hover,.btn-featured-secondary:hover{background:#a8361f;box-shadow:0 4px 12px #d5442566;transform:translateY(-2px)}.what-awaits-you{background:#fff;border:1px solid #124115;border-radius:12px;padding:2rem;margin-top:1rem}.what-awaits-title{font-size:1.3vw;font-weight:700;color:#000;margin:0 0 1.5rem}.what-awaits-list{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.what-awaits-list li{font-size:.9vw;font-weight:400;color:#333;line-height:1.6;padding-left:2rem;position:relative}.what-awaits-list li:before{content:"✓";position:absolute;left:0;top:2px;width:20px;height:20px;border:2px solid #1A471C;border-radius:4px;background:#fff;color:#22c55e;font-weight:700;font-size:14px;display:flex;align-items:center;justify-content:center;line-height:1}.attendees-section{background:#f1f7f1;padding:5% 0 5% 8%;width:100%}.attendees-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:7rem}.attendees-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;max-width:30%;-ms-flex-negative:0;flex-shrink:0}.attendees-title{font-size:3.3vw;font-weight:700}.attendees-description{display:none}.attendees-cards-wrapper{width:100%;overflow:hidden;position:relative;-webkit-box-flex:1;-ms-flex:1;flex:1;-ms-touch-action:pan-x;touch-action:pan-x;cursor:-webkit-grab;cursor:grab;-webkit-overflow-scrolling:touch}.attendees-cards-wrapper:active{cursor:-webkit-grabbing;cursor:grabbing}.attendees-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:.5rem;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.attendee-card{background:#fff;border-radius:8px;padding:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;min-height:20rem;-webkit-box-flex:0;-ms-flex:0 0 calc(33.333% - .33rem);flex:0 0 calc(33.333% - .33rem);min-width:0;position:relative;-webkit-box-sizing:border-box;box-sizing:border-box}.attendee-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.attendee-header{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.attendee-avatar{width:24px;height:24px;border-radius:8px;-o-object-fit:cover;object-fit:cover}.attendee-name{font-size:.9vw;font-weight:500;color:#000}.attendee-quote{font-size:.9vw;font-weight:400;color:#000}.attendee-location{font-size:.9vw;font-weight:500;color:#595959}.attendee-corners{position:absolute;inset:0;pointer-events:none}.attendee-corners .corner{position:absolute;width:8px;height:8px}.attendee-corners .corner.top-left{top:8px;left:8px}.attendee-corners .corner.top-right{top:8px;right:8px}.attendee-corners .corner.bottom-left{bottom:8px;left:calc(100% - 16px)}.attendee-corners .corner.bottom-right{bottom:8px;right:8px}.events-section{background:#f1f7f1;padding:5% 8%;width:100%}.events-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}.events-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;width:100%}.events-title{font-size:2.8vw;font-weight:600}.events-description{font-size:.9vw;font-weight:400;color:#595959;max-width:67%;width:100%}.events-cards-wrapper{width:100%;overflow:hidden;position:relative;-ms-touch-action:pan-x;touch-action:pan-x;cursor:-webkit-grab;cursor:grab;-webkit-overflow-scrolling:touch}.events-cards-wrapper:active{cursor:-webkit-grabbing;cursor:grabbing}.events-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap;gap:16px;-webkit-transition:-webkit-transform .5s ease;transition:-webkit-transform .5s ease;-o-transition:transform .5s ease;transition:transform .5s ease;transition:transform .5s ease,-webkit-transform .5s ease;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.event-card{-webkit-box-flex:0;-ms-flex:0 0 calc(33.333% - 10.67px);flex:0 0 calc(33.333% - 10.67px);min-width:0;background:#fcfcfc;border:1px solid #F2F2F2;border-radius:8px;padding:16px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-box-sizing:border-box;box-sizing:border-box;text-decoration:none;color:inherit;cursor:pointer;-webkit-transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;transition:-webkit-transform .2s ease,-webkit-box-shadow .2s ease;-o-transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease;transition:transform .2s ease,box-shadow .2s ease,-webkit-transform .2s ease,-webkit-box-shadow .2s ease}.event-card:hover{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}.event-image-container{width:100%;aspect-ratio:4 / 3;background:#fff;border-radius:4px;overflow:hidden;position:relative}.event-image{width:120%;height:120%;position:absolute;left:-10%;top:-10%;-o-object-fit:cover;object-fit:cover}.event-price{position:absolute;top:16px;left:16px;background:#d54427;border:1px solid #D54427;border-radius:4px;padding:8px 12px;color:#fff;font-size:1.5vw;font-weight:400}.event-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:16px;-webkit-box-flex:1;-ms-flex:1;flex:1}.event-title{font-size:1.3vw;font-weight:600;color:#000}.event-description{font-size:1.1vw;font-weight:400;color:#595959}.event-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px}.event-detail{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event-detail img{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0}.event-detail span{font-size:1.1vw;font-weight:400;color:#595959}.btn-event,a.btn-event{background:#d54425;border:.5px solid rgba(255,255,255,.25);border-radius:8px;padding:8px 16px;color:#fcfcfc;font-size:1.1vw;font-weight:700;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;text-decoration:none;display:inline-block;text-align:center;margin-top:auto;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;position:relative;overflow:hidden}.btn-event:hover,a.btn-event:hover{-webkit-box-shadow:0 6px 16px rgba(213,68,39,.35);box-shadow:0 6px 16px #d5442759;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.btn-event:active,a.btn-event:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 3px 8px rgba(213,68,39,.25);box-shadow:0 3px 8px #d5442740}.btn-coming-soon,.btn-event.btn-coming-soon,.btn-book-now.btn-coming-soon,.btn-event-page.btn-coming-soon{background:#9e9e9e!important;background-size:100% 100%!important;cursor:not-allowed!important;opacity:.7;pointer-events:none}.btn-coming-soon:hover,.btn-event.btn-coming-soon:hover,.btn-book-now.btn-coming-soon:hover,.btn-event-page.btn-coming-soon:hover{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}.events-footer{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;position:relative}.events-footer .carousel-bars{position:absolute;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%)}.btn-view-all,a.btn-view-all{background:#d54425;border:.5px solid rgba(255,255,255,.25);border-radius:8px;padding:8px 16px;color:#fcfcfc;font-size:1.1vw;font-weight:700;cursor:pointer;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;text-decoration:none;display:inline-block;text-align:center;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;position:relative;overflow:hidden}.btn-view-all:hover,a.btn-view-all:hover{-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 4px 12px rgba(213,68,39,.25);box-shadow:0 4px 12px #d5442740}.btn-view-all:active,a.btn-view-all:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 2px 6px rgba(213,68,39,.2);box-shadow:0 2px 6px #d5442733}.footer{background:transparent;width:100%;max-width:100vw;color:#fff;padding:0;overflow-x:hidden}.footer-container{width:100%;max-width:100vw;display:-webkit-box;display:-ms-flexbox;display:flex;overflow-x:hidden}.footer-left-container{background:#fff;width:30%;padding:2rem 2%;color:#080808}.footer-right-container{background:#124115;width:70%;padding:2rem 4%;color:#fff}.footer-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;width:100%;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer-brand{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.footer-logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.footer-logo-img{width:80%;height:auto;-o-object-fit:contain;object-fit:contain}.footer-brand-company-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;width:100%;height:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.footer-description-container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:2rem}.footer-description{font-size:1.1vw;font-weight:400;color:#666;max-width:100%}.footer-company-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;margin-top:0}.company-name{font-size:1.1vw;font-weight:600;color:#080808}.company-number,.company-registered,.company-office{font-size:.95vw;font-weight:400;color:#666;line-height:1.5}.footer-links{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%;padding-bottom:4rem}.footer-link-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;width:calc(100% / 3)}.footer-link{font-size:1.2vw;font-weight:400;color:#fff;cursor:pointer;text-decoration:none;-webkit-transition:all .4s cubic-bezier(.4,0,.2,1);-o-transition:all .4s cubic-bezier(.4,0,.2,1);transition:all .4s cubic-bezier(.4,0,.2,1);display:block;position:relative;overflow:hidden}.footer-link:before{content:"";position:absolute;bottom:0;left:50%;width:0;height:2px;background:-webkit-gradient(linear,left top,right top,from(#1A471C),to(#D54427));background:-o-linear-gradient(left,#1A471C,#D54427);background:linear-gradient(90deg,#1a471c,#d54427);-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);-webkit-transition:width .4s cubic-bezier(.4,0,.2,1);-o-transition:width .4s cubic-bezier(.4,0,.2,1);transition:width .4s cubic-bezier(.4,0,.2,1);z-index:1}.footer-link:hover{color:#d54427}.footer-link:hover:before{width:80%}.footer-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;padding-top:4rem}.footer-copyright{font-size:1.1vw;font-weight:400;color:#666;width:100%;text-align:center;margin-top:2rem}.footer-right-container.bottom{display:none}.footer-right-container .footer-copyright{color:#bdbdbd;margin-top:2rem}.footer-right-container .footer-copyright a{color:#bdbdbd;text-decoration:underline}.footer-contact{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;width:100%}.contact-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:12px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;width:calc(100% / 3)}.contact-item img{width:auto;height:1.5vw;-ms-flex-negative:0;flex-shrink:0;opacity:.8}.contact-item span{font-size:1.1vw;font-weight:400;color:#bdbdbd}@media(max-width:768px){.hero-section{min-height:250vw;padding-top:80px;aspect-ratio:auto;height:auto}.hero-background{width:100%;height:100%;position:absolute;top:0;left:0;-webkit-transform:none;-ms-transform:none;transform:none}.hero-image-desktop{display:none}.hero-image-mobile{display:block}.hero-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.hero-content{left:5%;top:9%;bottom:auto;-webkit-transform:none;-ms-transform:none;transform:none;width:90%;position:absolute}.hero-text{max-width:100%;gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.hero-title{font-size:9vw;text-align:left}.hero-description{font-size:5vw;text-align:left;margin-top:-1rem;margin-bottom:0rem}.btn-primary-hero,a.btn-primary-hero{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;text-align:center;padding:12px 16px;font-size:4vw;white-space:normal}.btn-primary-hero.hero-page{width:100%}.hero-buttons-container{flex-direction:column;align-items:flex-start;gap:.5rem;width:100%}.hero-view-all-link{font-size:3.5vw;padding:12px 16px;white-space:normal;width:100%;text-align:center}.about-pravaaha-section,.testimonial-section,.energy-section,.four-pillars-section,.meet-organisers-section,.stay-connected-section,.featured-event-section,.attendees-section,.events-section{padding:3rem 5%}.featured-event-section{padding:0;background-image:url(/assets/awakening-banner-mobile.avif);background-size:100% auto;background-position:top center;background-repeat:no-repeat;height:370vw}.featured-event-marquee{padding:.5rem 0}.marquee-content{gap:2rem}.marquee-content span{font-size:3vw}.featured-event-container{flex-direction:column;min-height:auto}.featured-event-container{flex-direction:column;min-height:auto;padding:3rem 5%;justify-content:center}.featured-event-content{max-width:100%;margin-left:0;margin-top:35vw;padding:1rem}.featured-event-description,.featured-event-trainers{font-size:4.5vw}.featured-event-details{flex-direction:column;gap:.75rem}.featured-event-detail{font-size:4vw;padding:.875rem 1rem}.featured-event-detail img{width:18px;height:18px}.featured-event-buttons{flex-direction:column;gap:.75rem}.btn-featured-primary,.btn-featured-secondary{font-size:4vw;padding:12px 20px;width:100%}.what-awaits-you{padding:1.5rem}.what-awaits-title{font-size:5vw}.what-awaits-list{grid-template-columns:1fr;gap:.75rem}.what-awaits-list li{font-size:4vw}.stay-connected-title{font-size:7vw;font-weight:700;white-space:normal}.stay-connected-subtitle{font-size:5vw}.stay-connected-description{font-size:4vw}.btn-stay-connected{font-size:4vw;padding:12px 20px}.stay-connected-cards{grid-template-columns:1fr;gap:1.5rem}.stay-connected-card{padding:2rem}.stay-connected-icon{width:48px;height:48px}.stay-connected-card-title{font-size:5vw}.stay-connected-card-info{font-size:4vw}.meet-organisers-header{flex-direction:column;gap:2rem}.meet-organisers-title{font-size:9vw;font-weight:700;white-space:normal}.meet-organisers-subtitle{font-size:5vw}.meet-organisers-intro{max-width:100%}.meet-organisers-intro p{font-size:4vw}.organisers-cards{grid-template-columns:1fr;gap:1.5rem}.organiser-card{padding:2rem}.organiser-card-header{flex-direction:column-reverse;gap:1rem;align-items:center;text-align:center}.organiser-org-title{font-size:5vw;margin-bottom:0}.organiser-director-wrapper{gap:.5rem}.organiser-profile-img{width:8vw;height:8vw;min-width:40px;min-height:40px}.organiser-director{font-size:4vw}.organiser-logo-img{width:180px}.cle-logo-img{width:100px}.organiser-bio,.organiser-mission{font-size:4vw}.four-pillars-title{font-size:10.5vw;font-weight:700;white-space:normal;text-align:center}.four-pillars-subtitle{font-size:5vw}.four-pillars-intro{font-size:4vw}.four-pillars-grid{grid-template-columns:1fr;gap:1.5rem}.pillar-card{padding:2rem}.pillar-header{gap:.5rem}.pillar-icon{width:6vw;height:6vw}.pillar-title{font-size:5vw}.pillar-description{font-size:4vw}.about-pravaaha-container{flex-direction:column;gap:2rem;align-items:center}.about-pravaaha-content{width:100%;display:flex;flex-direction:column;text-align:left}.about-pravaaha-heading{font-size:7vw;font-weight:700;text-align:left;margin-bottom:1rem}.about-pravaaha-subtitle{font-size:5vw;text-align:left;margin-bottom:0}.about-pravaaha-description{font-size:4vw;text-align:left;order:4;position:relative;padding-bottom:2rem}.about-pravaaha-description p{text-align:left;margin-bottom:1.5rem}.about-pravaaha-description p:nth-child(n+2){display:none}.about-pravaaha-description.expanded p:nth-child(n+2){display:block}.about-pravaaha-read-more{display:inline-block;position:absolute;bottom:0;right:0;background:none;border:none;color:#d54427;font-size:4vw;font-weight:700;cursor:pointer;text-decoration:underline;padding:0}.about-pravaaha-logo-desktop{display:none}.about-pravaaha-logo-mobile{width:100%;max-width:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;margin:1rem 0}.about-pravaaha-logo-img{max-width:250px;margin-bottom:1rem}.about-pravaaha-brand-name{display:block;font-size:5vw;font-weight:400;color:#1a471c;text-align:center;font-style:italic;margin-top:.5rem}.testimonial-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.testimonial-left,.testimonial-right{width:100%;max-width:100%}.testimonial-card{width:100%}.testimonial-title{font-size:10.2vw;text-align:left}.testimonial-text{font-size:5vw;text-align:left}.testimonial-card{padding:2rem;gap:2rem}.testimonial-quote{font-size:5vw}.testimonial-author span{font-size:4.6vw}.energy-section{padding:3rem 5%}.energy-container{gap:0}.energy-title{font-size:9vw;font-weight:700;margin-bottom:2rem}.energy-navigation-bottom{align-items:center}.energy-pagination{align-self:flex-end}.energy-pagination-dot{width:6px;height:6px}.energy-pagination-dot.active{width:24px;height:6px}.energy-grid-container{grid-template-columns:1fr 1fr;gap:.75rem}.energy-image-card:nth-child(1){grid-column:1 / 3}.energy-image-card:nth-child(2){grid-column:1}.energy-image-card:nth-child(3){grid-column:2}.energy-image-card:nth-child(4),.energy-image-card:nth-child(5){display:none}.attendees-section{padding:3rem 5%}.attendees-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.attendees-left{max-width:100%}.attendee-avatar{height:30px;width:30px}.attendees-title{font-size:10.5vw;font-weight:700}.attendees-description{display:block;font-size:5vw;color:#000;margin-top:1rem;line-height:1.5}.attendee-card{min-width:100%;padding:2rem}.attendee-name{font-size:4vw}.attendee-quote{font-size:5vw}.attendee-location{font-size:4vw}.events-section{padding:3rem 5%}.events-title{font-size:10vw}.events-description{font-size:5vw;max-width:96%;text-align:left}.events-cards-wrapper{width:106%}.event-card{-webkit-box-flex:0;-ms-flex:0 0 85%;flex:0 0 85%;min-width:85%;-ms-flex-negative:0;flex-shrink:0}.events-cards{gap:1rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.event-price{font-size:4vw}.event-title{font-size:6vw}.event-description{font-size:4vw}.event-detail{font-size:4vw;gap:.5rem}.event-detail span{font-size:4vw}.events-footer .nav-arrows,.events-footer .carousel-bars{display:none}.btn-event,a.btn-event{font-size:4vw}.btn-view-all,a.btn-view-all{text-align:center;font-size:4vw}.attendees-cards{gap:1rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:nowrap;flex-wrap:nowrap}.attendee-card{-webkit-box-flex:0;-ms-flex:0 0 85%;flex:0 0 85%;min-width:85%;-ms-flex-negative:0;flex-shrink:0}.attendees-navigation{display:none}.testimonial-cards{gap:0}.carousel-bars{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:.5rem}.carousel-bar{width:8px;height:8px}.nav-arrows{gap:.5rem}.arrow-button{width:28px;height:28px;border-radius:28px}.arrow-button img{width:12px;height:12px}.footer{padding:0}.footer-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.footer-left-container{width:100%;padding:1.5rem 1.5rem 1.5rem 0;-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.footer-right-container{width:100%;padding:0;-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}.footer-left{width:100%;max-width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:flex-start;-ms-flex-align:flex-start;align-items:flex-start;gap:1.5rem}.footer-brand-company-container{width:100%;-webkit-box-ordinal-group:1;gap:0;flex-direction:row}.footer-description-container{width:100%;-webkit-box-ordinal-group:2;-ms-flex-order:2;margin-top:0}.footer-brand{-ms-flex-wrap:wrap;flex-wrap:wrap;min-width:35%;max-width:35%}.footer-brand-name{font-size:4vw}.footer-logo-img{width:100%;height:auto}.footer-description{font-size:4vw;max-width:100%;color:#666;padding-left:1rem}.footer-company-details{gap:.25rem;margin-top:0}.company-name{font-size:3.5vw;font-weight:600;color:#080808}.company-number,.company-registered,.company-office{font-size:3vw;font-weight:400;color:#666;line-height:1.5}.footer-links{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;width:100%;padding:1.5rem}.footer-link-column{display:contents}.footer-link{-webkit-box-flex:0;-ms-flex:0 0 calc(50% - .5rem);flex:0 0 calc(50% - .5rem);font-size:3.5vw}.footer-bottom{-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column;flex-direction:column;gap:0;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0}.footer-contact{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%;padding:1.5rem;padding-top:0}.contact-item{gap:.5rem;width:100%}.contact-item img{width:18px;height:18px}.contact-item span{font-size:4vw}.footer-copyright{width:100%;font-size:3.5vw;text-align:center;margin-top:2rem;display:none}.footer-copyright.mobile{display:block;margin-top:0}.footer-right-container .footer-copyright{color:#bdbdbd;margin-top:0;padding:1.5rem}.footer-right-container .footer-copyright a{color:#bdbdbd;text-decoration:underline}.footer-right-container.bottom{display:block;order:3;-ms-flex-order:3}.header-container{padding:.75rem 1rem;position:relative;max-width:100%}.hamburger-menu{display:-webkit-box;display:-ms-flexbox;display:flex}.navbar-logo{height:36px;width:auto}.menu-overlay{display:block;position:fixed;top:-1rem;left:-1rem;width:calc(100vw + 2rem);height:calc(100vh + 2rem);background:#00000080;z-index:999;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}.header-nav{position:fixed;top:-1rem;right:-100%;width:80%;max-width:300px;height:calc(100vh + 1rem);background:#fffffffa;-webkit-backdrop-filter:blur(50px);backdrop-filter:blur(50px);-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;padding:80px 2rem 2rem;gap:1rem;-webkit-transition:right .3s ease;-o-transition:right .3s ease;transition:right .3s ease;z-index:1000;-webkit-box-shadow:-2px 0 10px rgba(0,0,0,.1);box-shadow:-2px 0 10px #0000001a;overflow-y:auto;overflow-x:hidden}.header-nav.open{right:-1rem}.nav-item{padding:1rem;font-size:4vw;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.nav-item-dropdown{width:100%;padding:1rem;font-size:4vw;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.nav-item-dropdown .dropdown-arrow{display:inline-block!important;font-size:12px;-ms-flex-negative:0;flex-shrink:0;opacity:1;color:#080808}.header-dropdown .ant-dropdown-menu{position:static!important;width:100%;margin-top:0;-webkit-box-shadow:none;box-shadow:none;background:#f1f7f1;border-radius:0;padding:0}.header-dropdown .ant-dropdown-menu-item{padding:.75rem 1rem .75rem 2.5rem;border-top:1px solid #E0E0E0}.nav-item:hover{background:#f6faf780;border-radius:8px}.hero-decoration{display:none}.hero-overlay{background:-o-linear-gradient(top,rgba(0,0,0,.3) 0%,rgba(0,0,0,0) 50%),-o-linear-gradient(bottom,rgba(0,0,0,.4) 0%,rgba(0,0,0,0) 100%);background:-webkit-gradient(linear,left top,left bottom,from(rgba(0,0,0,.3)),color-stop(50%,rgba(0,0,0,0))),-webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.4)),to(rgba(0,0,0,0)));background:linear-gradient(180deg,#0000004d,#0000 50%),linear-gradient(0deg,#0006,#0000)}.hero-background{width:100%;height:100%}.btn-view-all{width:100%;max-width:100%}}.our-story-page{min-height:100vh;background-color:#efeee9;width:100%}.our-story-hero{background:#f1f7f1;padding:100px 8% 5%;width:100%}.our-story-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding-top:3rem}.our-story-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;width:100%}.our-story-title{font-size:3.2vw;font-weight:600}.our-story-intro{font-size:1vw;font-weight:400;color:#595959;max-width:100%;width:100%}.our-story-intro p{margin-bottom:1.5rem}.our-story-intro p:last-child{margin-bottom:0}.our-story-banner{width:100vw;max-width:100vw;margin-left:calc(-8% + -0px);margin-right:calc(-8% + -0px);padding:0 0 2.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;left:0;right:0}.our-story-banner img{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:0}.our-story-banner-mobile{display:none}.our-story-description{font-size:1.03vw;font-weight:400;color:#595959;text-align:center;width:100%;max-width:100%}.our-story-description p{margin-bottom:1.5rem}.our-story-description p:last-child{margin-bottom:0}.our-vision-section{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;width:100%;max-width:100%;padding:2.5rem 0;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.vision-image{-webkit-box-flex:1;-ms-flex:1;flex:1;position:relative;aspect-ratio:4 / 3;border-radius:8.233px;overflow:hidden}.vision-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.vision-card{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#fcfcfc80;-webkit-backdrop-filter:blur(151.695px);backdrop-filter:blur(151.695px);border:1px solid #F2F2F2;border-radius:8px;padding:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;position:relative;min-height:20rem}.vision-icon{width:6vw;height:6vw;-ms-flex-negative:0;flex-shrink:0}.vision-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.vision-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.vision-title{font-size:2.1vw;font-weight:600;color:#000}.vision-text{font-size:1.2vw;font-weight:400;color:#595959}.vision-corners{position:absolute;inset:0;pointer-events:none}.vision-corners .corner{position:absolute;width:8px;height:8px}.vision-corners .corner.top-left{top:24px;left:24px}.vision-corners .corner.top-right{top:24px;right:24px}.vision-corners .corner.bottom-left{bottom:23.63px;left:24px}.vision-corners .corner.bottom-right{bottom:23.63px;right:24px}@media(max-width:768px){.our-story-hero{padding:80px 5% 3rem;padding-top:100px}.our-story-container{gap:0;padding-top:2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.our-story-header{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:left;gap:1rem}.our-story-title{font-size:8vw;text-align:center}.our-story-intro{font-size:4.5vw;text-align:left}.our-story-banner{width:100vw;max-width:100vw;margin-left:calc(-5% + -0px);margin-right:calc(-5% + -0px);padding:2.5rem 0}.our-story-banner img{border-radius:0}.our-story-banner-desktop{display:none}.our-story-banner-mobile{display:block}.our-story-description{font-size:4.5vw;text-align:left}.our-vision-section{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.vision-image{width:100%;aspect-ratio:16 / 9}.vision-card{padding:2rem;min-height:auto;width:100%;gap:1rem}.vision-title{font-size:5.5vw}.vision-text{font-size:4vw}.vision-icon{width:14vw;height:14vw}.vision-corners .corner.top-left{top:12px;left:12px}.vision-corners .corner.top-right{top:12px;right:12px}.vision-corners .corner.bottom-left{bottom:12px;left:12px}.vision-corners .corner.bottom-right{bottom:12px;right:12px}}.about-founder-page{min-height:100vh;background-color:#f1f7f1;width:100%}.about-founder-hero{background:#f1f7f1;padding:100px 8% 5%;width:100%}.about-founder-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative;padding-top:3rem}.founder-banner-section{width:100%;max-width:100%;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin-top:3rem}.founder-banner{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:8px;display:block}.carousel-indicators{position:absolute;bottom:24px;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);display:-webkit-box;display:-ms-flexbox;display:flex;gap:8px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;background:#ffffffa6;padding:16px;border-radius:8px}.carousel-dot{width:8px;height:8px;border-radius:16px;background:gray}.carousel-dot.active{width:24px;background:#d54427}.decorative-icon{position:absolute;right:0;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:80px;height:80px;z-index:4}.decorative-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.founder-section{width:100%;max-width:100%;position:relative;z-index:2}.founder-content{display:-webkit-box;display:-ms-flexbox;display:flex;gap:8.375rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;width:100%}.founder-text{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;max-width:55%}.founder-title{font-size:3vw;font-weight:600;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.founder-description{font-size:1vw;font-weight:400;color:#595959}.founder-description p{margin-bottom:0}.founder-image-wrapper{-webkit-box-flex:0;-ms-flex:0 0 auto;flex:0 0 auto;width:40%;position:relative}.founder-image-container{position:relative;width:100%;border-radius:8.751px;overflow:hidden}.founder-image{width:100%;height:auto;display:block}.founder-image-desktop{display:block}.founder-image-mobile{display:none}.founder-signature-badge{position:absolute;bottom:0;left:50%;-webkit-transform:translateX(-50%);-ms-transform:translateX(-50%);transform:translate(-50%);background:#d54427;-webkit-backdrop-filter:blur(153.1px);backdrop-filter:blur(153.1px);padding:16px;border-radius:8px;-webkit-box-shadow:0px 11px 41.1px 0px rgba(0,0,0,.33);box-shadow:0 11px 41.1px #00000054;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:8px;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;min-width:200px}.signature-name{font-size:1.5vw;font-weight:600;color:#fff;white-space:nowrap}.signature-image{width:80.851px;height:37.73px;position:relative;overflow:hidden}.signature-image img{width:140%;height:159.52%;position:absolute;left:-32.22%;top:-40.48%;-o-object-fit:contain;object-fit:contain}.help-section{width:100%;max-width:100%;position:relative;z-index:1}.help-card{background:#fcfcfc80;-webkit-backdrop-filter:blur(151.695px);backdrop-filter:blur(151.695px);border:1px solid #F2F2F2;border-radius:8px;padding:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;text-align:left;position:relative;width:100%}.help-title{font-size:2.1vw;font-weight:600;color:#000;width:100%}.help-text{font-size:1vw;font-weight:400;color:#595959;width:100%}.help-corners{position:absolute;inset:0;pointer-events:none}.help-corners .corner{position:absolute;width:8px;height:8px}.help-corners .corner.top-left{top:24px;left:24px}.help-corners .corner.top-right{top:24px;right:24px}.help-corners .corner.bottom-left{bottom:24px;left:24px}.help-corners .corner.bottom-right{bottom:24px;right:24px}@media(max-width:768px){.about-founder-hero{padding:80px 5% 3rem}.about-founder-container{gap:1rem;padding-top:2rem}.founder-banner-section{width:100%;max-width:100%;margin-top:2rem}.founder-banner{border-radius:8px}.founder-content{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.founder-title{font-size:9vw;text-align:center;width:60%;margin:0 auto}.founder-description{font-size:5vw}.founder-text{max-width:100%}.founder-image-wrapper{width:100%}.founder-image-desktop{display:none}.founder-image-mobile{display:block}.decorative-icon{display:none}.help-card{padding:2rem;margin-top:2rem}.help-title{font-size:7.5vw}.help-text{font-size:4vw}.help-corners .corner.top-left{top:12px;left:12px}.help-corners .corner.top-right{top:12px;right:12px}.help-corners .corner.bottom-left{bottom:12px;left:12px}.help-corners .corner.bottom-right{bottom:12px;right:12px}}.contact-us-page{min-height:100vh;background-color:#efeee9;width:100%}.contact-us-hero{background:#f1f7f1;padding:120px 8% 5%;width:100%}.contact-us-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;padding-top:2rem}.connect-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;width:100%}.connect-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.connect-title{font-size:3.3vw;font-weight:600;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.connect-description{font-size:1.1vw;font-weight:400;color:#595959;width:100%}.contact-cards{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;width:100%}.contact-card{-webkit-box-flex:1;-ms-flex:1;flex:1;background:#fff;border:1px solid #F2F2F2;border-radius:8px;padding:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;position:relative;-webkit-box-shadow:0px 2px 8px rgba(0,0,0,.05);box-shadow:0 2px 8px #0000000d}.contact-icon{width:3vw;height:3vw;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:transparent}.contact-icon img{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.contact-card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;-webkit-box-flex:1;-ms-flex:1;flex:1;min-width:0}.contact-card-title{font-size:1.5vw;font-weight:600;color:#080808}.contact-card-text{font-size:1.5vw;font-weight:400;color:#595959}.contact-card-corners{position:absolute;inset:0;pointer-events:none}.contact-card-corners .corner{position:absolute;width:8px;height:8px}.contact-card-corners .corner.top-left{top:8px;left:8px}.contact-card-corners .corner.top-right{top:8px;right:8px}.contact-card-corners .corner.bottom-left{bottom:8px;left:8px}.contact-card-corners .corner.bottom-right{bottom:8px;right:8px}.follow-section{background:#efeee9;padding:5rem 8%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;width:100%;margin-top:2rem}.follow-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.follow-title{font-size:4vw;font-weight:600;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.follow-description{font-size:2vw;font-weight:400;color:#595959;width:100%}.social-buttons{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;width:100%}.social-button{background:#f7f7f7;border:1px solid white;border-radius:8px;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.social-button:hover{opacity:.8}.social-icon{width:32px;height:32px;-ms-flex-negative:0;flex-shrink:0;position:relative;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.social-icon img{width:auto;height:auto;max-width:32px;max-height:32px;-o-object-fit:contain;object-fit:contain;display:block}.social-button span{font-size:1.5vw;font-weight:500;color:#080808}@media(max-width:768px){.contact-us-hero{padding:100px 5% 2.5rem;padding-top:100px}.contact-us-container{gap:2rem;padding-top:1rem}.connect-section{gap:1.5rem}.connect-header{gap:1rem}.connect-title{font-size:9vw;text-align:left}.connect-description{font-size:4.5vw;text-align:left}.contact-cards{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.contact-card{min-width:100%;padding:1rem;gap:1rem;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.contact-icon{width:40px;height:40px;-ms-flex-negative:0;flex-shrink:0}.contact-icon img{width:24px;height:24px}.contact-card-corners{display:none}.contact-card-title{font-size:5vw}.contact-card-text{font-size:4vw}.follow-section{padding:2.5rem 5%;margin-top:0;gap:1.5rem}.follow-header{gap:1rem}.follow-title{font-size:10vw;text-align:left}.follow-description{font-size:5vw;text-align:left}.social-buttons{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.social-button{width:100%;padding:1rem;gap:1rem}.social-icon,.social-icon img{width:28px;height:28px}.social-button span{font-size:5vw}}.terms-page{min-height:100vh;background-color:#f1f7f1;width:100%;scroll-behavior:smooth}.terms-hero{background:#f1f7f1;padding:100px 8% 3%;width:100%}.terms-container{width:100%;max-width:1200px;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;padding-top:1rem}.terms-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;width:100%;margin-bottom:.5rem}.terms-title{font-size:3.5vw;font-weight:600;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.terms-content{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.terms-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem;scroll-margin-top:120px}.terms-section-title{font-size:2vw;font-weight:600;color:#1a471c;margin-top:1rem;margin-bottom:.5rem}.terms-section:first-child .terms-section-title{margin-top:0}.terms-subsection-title{font-size:1.3vw;font-weight:600;color:#000;margin-top:.75rem;margin-bottom:.5rem}.terms-subsection-subtitle{font-size:1.1vw;font-weight:600;color:#000;margin-top:.5rem;margin-bottom:.25rem}.terms-content p{font-size:1vw;font-weight:400;color:#595959;line-height:1.5;margin-bottom:.5rem}.terms-content ul{font-size:1vw;font-weight:400;color:#595959;line-height:1.6;margin-left:1.5rem;margin-bottom:.5rem}.terms-content li{margin-bottom:.25rem}.terms-content strong{font-weight:600;color:#000}.terms-table{width:100%;margin:.75rem 0;overflow-x:auto}.terms-table table{width:100%;border-collapse:collapse;font-size:1vw}.terms-table th,.terms-table td{padding:8px 12px;text-align:left;border:1px solid #E5E5E5}.terms-table th{background-color:#f1f7f1;font-weight:600;color:#1a471c}.terms-table td{color:#595959}@media(max-width:768px){.terms-hero{padding:100px 5% 2rem}.terms-container{gap:1rem;padding-top:.5rem}.terms-header{gap:.25rem;margin-bottom:.25rem}.terms-title{font-size:8vw}.terms-content{gap:1rem}.terms-section{gap:.5rem}.terms-section-title{font-size:6vw;margin-top:.75rem;margin-bottom:.5rem}.terms-section:first-child .terms-section-title{margin-top:0}.terms-subsection-title{font-size:5vw;margin-top:.5rem;margin-bottom:.25rem}.terms-subsection-subtitle{font-size:4.5vw;margin-top:.25rem;margin-bottom:.25rem}.terms-content p{font-size:4vw;line-height:1.4;margin-bottom:.5rem}.terms-content ul{font-size:4vw;line-height:1.5;margin-bottom:.5rem}.terms-content li{margin-bottom:.25rem}.terms-table{font-size:3.5vw;margin:.5rem 0}.terms-table th,.terms-table td{padding:6px 8px}}.events-page{min-height:100vh;background-color:#efeee9;width:100%}.events-page-hero{background:#f1f7f1;padding:120px 8% 5rem;width:100%}.events-page-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:5rem}.events-page-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;width:100%}.events-page-title{font-size:3.5vw;font-weight:600;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-top:4rem;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.events-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1rem 1fr 1rem 1fr;grid-template-columns:repeat(3,1fr);gap:1rem;width:100%}.event-card-page{background:#fcfcfc;border:1px solid #F2F2F2;border-radius:8px;padding:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;width:100%}.event-image-container-page{position:relative;width:100%;height:404px;overflow:hidden;border-radius:4px;background:#fff}.event-image-page{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;display:block}.event-price-page{position:absolute;top:16px;left:16px;background:#d54427;border:1px solid #D54427;border-radius:4px;padding:8px 12px;font-size:1.5vw;font-weight:400;color:#fcfcfc;text-align:center;white-space:nowrap}.event-content-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;width:100%;-webkit-box-flex:1;-ms-flex:1;flex:1}.event-header-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem}.event-title-page{font-size:1.3vw;font-weight:600;color:#000}.event-description-page{font-size:1.2vw;font-weight:400;color:#595959}.event-details-page{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;width:100%}.event-detail-page{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.event-detail-page img{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.event-detail-page span{font-size:1.2vw}.btn-event-page,a.btn-event-page{background:#d54425;border:.5px solid rgba(255,255,255,.25);border-radius:8px;padding:8px 16px;font-size:1.2vw;font-weight:700;color:#fcfcfc;text-align:center;cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;margin-top:auto;text-decoration:none;display:inline-block;position:relative;overflow:hidden}.btn-event-page:hover,a.btn-event-page:hover{-webkit-box-shadow:0 6px 16px rgba(213,68,39,.35);box-shadow:0 6px 16px #d5442759;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.btn-event-page:active,a.btn-event-page:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 3px 8px rgba(213,68,39,.25);box-shadow:0 3px 8px #d5442740}@media(max-width:768px){.events-page-hero{padding:100px 5% 3rem}.events-page-title{font-size:10vw;margin-top:2rem}.events-page-container{gap:3rem}.events-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.event-image-container-page{height:250px}.event-price-page{font-size:4vw}.event-title-page{font-size:4.5vw}.event-description-page,.event-detail-page span,.btn-event-page,a.btn-event-page{font-size:4vw}}.event-info-page{min-height:100vh;background-color:#f1f7f1;width:100%;overflow-x:hidden}.event-info-hero{width:100%;background:#f1f7f1;padding:120px 8% 4rem;position:relative}.event-info-hero-wrapper{width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:1.5rem}.event-info-hero-title{font-size:2.5vw;font-weight:600;margin:0;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite;width:50%;padding-top:2rem}.event-info-hero-description{font-size:1.3vw;font-weight:400;color:#595959;margin:0;width:75%}.event-info-hero-cta{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.25rem;margin-top:.5rem;width:-webkit-max-content;width:-moz-max-content;width:max-content}.event-info-hero-banner{width:100vw;margin-left:calc(-50vw + 50%);margin-top:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event-info-hero-banner img{width:100%;height:auto;display:block}.event-info-container{width:100%;max-width:100%;margin:0 auto 5rem;padding:3rem 0;background:#fff}.event-info-content{display:-ms-grid;display:grid;-ms-grid-columns:1fr 3rem 1fr;grid-template-columns:1fr 1fr;gap:3rem;width:100%;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;padding:0 8%;max-width:100%;margin:0 auto}.event-info-main-dark{padding:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;height:100%;width:100%}.event-info-heading-dark{font-size:3vw;font-weight:600;width:100%;margin:0;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.event-info-text-dark{font-size:1vw;font-weight:400;color:#595959;width:100%}.event-info-text-dark p{margin-bottom:1rem}.event-info-text-dark strong{font-weight:700}.event-info-main{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:4rem;width:100%}.event-info-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;width:100%}.event-info-heading{font-size:3vw;font-weight:600;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.event-info-heading-center{text-align:left}.event-info-text{font-size:1.2vw;font-weight:400;color:#080808}.event-info-text p{margin:0}.event-info-image-placeholder{width:100%;height:400px;background:#fcfcfc;border-radius:8px;border:1px solid #F2F2F2}.event-features{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1rem;width:100%;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.event-feature-pill{background:#fcfcfc;border-radius:999px;padding:12px 16px;font-size:1.5vw;font-weight:400;color:#080808;text-align:center;white-space:nowrap}.event-info-sidebar{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex}.event-details-card{background:#fcfcfc80;-webkit-backdrop-filter:blur(151.695px);backdrop-filter:blur(151.695px);border:1px solid #F2F2F2;border-radius:8px;padding:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;width:100%;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between}.event-details-group-1{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;width:100%;margin-bottom:1.5rem}.event-details-group-2{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;width:100%;margin-top:auto}.event-detail-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%}.event-detail-item img{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.event-detail-item span{font-size:1.7vw;font-weight:400;color:#595959}.event-location-link{font-size:1.7vw;font-weight:400;color:#595959;text-decoration:none;-webkit-transition:color .3s ease;-o-transition:color .3s ease;transition:color .3s ease}.event-location-link:hover{color:#d54427;text-decoration:underline}.event-booking-banner{background:#f9f2d7;color:#ab9410;padding:.375rem .5rem;border-radius:4px;font-size:.9vw;font-weight:400;display:-webkit-box;display:-ms-flexbox;display:flex;gap:.25rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;width:100%;margin:0}.event-booking-banner .alert-icon{width:16px;height:16px;-ms-flex-negative:0;flex-shrink:0;-o-object-fit:contain;object-fit:contain}.event-price-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;gap:1rem;margin:0}.event-price-large{font-size:1.4vw;font-weight:500;color:#000;white-space:nowrap}.btn-book-now{background:#d54425;border:.5px solid rgba(255,255,255,.25);border-radius:8px;padding:10px 16px;font-size:1.1vw;font-weight:700;color:#fcfcfc;text-align:center;cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap;-ms-flex-negative:0;flex-shrink:0;position:relative;overflow:hidden}.btn-book-now:hover{-webkit-box-shadow:0 8px 20px rgba(213,68,39,.4);box-shadow:0 8px 20px #d5442766;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.btn-book-now:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 4px 10px rgba(213,68,39,.3);box-shadow:0 4px 10px #d544274d}.btn-book-now:disabled{background:#9e9e9e!important;background-size:100% 100%!important;cursor:not-allowed!important;opacity:.7}.btn-book-now:disabled:hover{-webkit-transform:none!important;-ms-transform:none!important;transform:none!important;-webkit-box-shadow:none!important;box-shadow:none!important}@media(max-width:768px){.event-info-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;padding:0 5%}.event-info-main-dark{min-height:auto}.event-detail-item span,.event-location-link{font-size:5vw}.event-booking-banner{-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.5rem;font-size:4vw}.event-booking-banner .alert-icon{margin-top:.25rem}.event-price-large{font-size:7vw}.btn-book-now{font-size:4vw;padding:12px 24px}.event-info-heading-dark{font-size:10vw}.event-info-text-dark{font-size:5vw}.event-details-card{min-height:auto;max-width:500px;margin:0 auto}.event-info-container{gap:3rem;margin:0 auto 3rem}.event-info-main{gap:3rem}.event-feature-pill{white-space:normal;text-align:left}.event-info-image-placeholder{height:300px}}.event-info-images-section{width:100%;padding:0 8% 5rem;background:#f1f7f1}.event-info-images-container{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;width:100%}.event-info-images-left{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;height:100%;width:calc(50% - 1rem)}.event-info-images-heading{font-size:3vw;font-weight:600;width:100%;text-align:left;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.event-info-image-placeholder-small{width:100%;background:#fff;border-radius:8px;overflow:hidden;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.event-info-image-placeholder-small img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.event-info-image-placeholder-large{width:calc(50% - 1rem);background:#fff;border-radius:8px;-ms-flex-negative:0;flex-shrink:0}.event-info-features-section{width:100%;padding:5rem 8%;background:#fff}.event-info-features-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:2rem}.event-info-features-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;text-align:center;width:100%}.event-info-features-title{font-size:3.2vw;font-weight:600;width:100%;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.event-info-features-subtitle{font-size:1.6vw;font-weight:400;color:#595959;width:100%}.event-info-features-list{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:1rem;width:100%;margin-top:2rem}.event-feature-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;padding:1.5rem;font-size:1vw;font-weight:400;color:#080808;width:-webkit-max-content;width:-moz-max-content;width:max-content;text-align:center;border:2px solid #D54427;border-radius:8px;background:#fff;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000d;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;-o-transition:box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease;gap:0}.event-feature-item:hover{-webkit-box-shadow:0 4px 8px rgba(213,68,39,.15);box-shadow:0 4px 8px #d5442726}.event-feature-item span{width:100%}.feature-checkbox{display:none}.event-info-features-carousel{width:100%;margin-top:3rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.event-info-features-carousel-placeholder{width:100%;height:400px;background:#f2f2f2;border-radius:8px}.event-info-features-carousel-pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.5rem}.carousel-pagination-dot{width:8px;height:8px;border-radius:50%;background:#e0e0e0}.carousel-pagination-dot-active{width:40px;height:4px;border-radius:2px;background:#d54427}.btn-book-spot-now{background:#d54425;border:.5px solid rgba(255,255,255,.25);border-radius:8px;padding:12px 24px;font-size:1.1vw;font-weight:700;color:#fcfcfc;text-align:center;cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap;margin:0;position:relative;overflow:hidden}.btn-book-spot-now:hover{-webkit-box-shadow:0 8px 24px rgba(213,66,39,.4);box-shadow:0 8px 24px #d5422766;-webkit-transform:translateY(-3px);-ms-transform:translateY(-3px);transform:translateY(-3px)}.btn-book-spot-now:active{-webkit-transform:translateY(-1px);-ms-transform:translateY(-1px);transform:translateY(-1px);-webkit-box-shadow:0 4px 12px rgba(213,66,39,.3);box-shadow:0 4px 12px #d542274d}.event-journey-section{width:100%;padding:5rem 0;background:#f1f7f1}.event-journey-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;padding:0 8%}.event-journey-heading{text-align:center;font-size:4vw;font-weight:600;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.event-journey-timeline-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.event-journey-timeline-header:after{content:"";position:absolute;top:15%;left:30%;right:0;height:2px;background:#e0e0e0;z-index:0;width:40%}.timeline-day-marker{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;position:relative;z-index:1;padding:0 1rem;width:40%;cursor:pointer;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease}.timeline-day-marker:hover{opacity:.8}.timeline-day-circle{width:40px;height:40px;border-radius:50%;background:#e0e0e0;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-size:2vw;font-weight:600;-ms-flex-negative:0;flex-shrink:0;z-index:4;position:relative;-webkit-transition:background .3s ease;-o-transition:background .3s ease;transition:background .3s ease}.timeline-day-circle.active{background:#d54427}.timeline-day-circle.active:after{content:"";position:absolute;width:12px;height:12px;border-radius:50%;background:#fff;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%)}.timeline-day-day,.timeline-day-label{font-size:1.5vw;font-weight:500;color:#080808;text-align:center;white-space:nowrap}.event-journey-sessions{display:-ms-grid;display:grid;-ms-grid-columns:1fr 2rem 1fr;grid-template-columns:1fr 1fr;gap:2rem}.event-journey-sessions-mobile{display:none}.journey-day-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;margin-bottom:3rem}.journey-day-header{margin-bottom:1rem}.journey-day-title{font-size:2rem;font-weight:700;color:#080808;margin:0 0 .5rem}.journey-day-subtitle{font-size:1.2rem;font-weight:500;color:#595959;margin:0}.journey-session-card{background:#fff;border-radius:8px;padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;border:1px solid #F2F2F2}.session-tag{border:1px solid var(--Orange-200, #E78C79);background:var(--Orange-25, #FCF1EE);border-radius:6px;padding:6px 12px;font-size:.8vw;font-weight:500;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;margin-bottom:1rem}.session-event-details{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.session-detail-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.2vw;font-weight:400;color:#080808}.session-detail-item img{width:16px;height:16px;-ms-flex-negative:0;flex-shrink:0}.session-title{font-size:1.6vw;font-weight:600;color:#080808}.session-description{font-size:1.07vw;font-weight:400;color:#595959}.session-section{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.session-section-title{font-size:1.1vw;font-weight:600;color:#080808}.session-section-content{font-size:1.05vw;font-weight:400;color:#595959}.session-read-more{display:none;background:-o-linear-gradient(left,transparent,rgba(213,68,39,.1),transparent);background:-webkit-gradient(linear,left top,right top,from(transparent),color-stop(rgba(213,68,39,.1)),to(transparent));background:linear-gradient(90deg,transparent,rgba(213,68,39,.1),transparent);background-size:200% 100%;border:none;color:#d54427;font-weight:700;font-size:1.1vw;cursor:pointer;padding:4px 8px;border-radius:4px;text-align:right;margin-top:.5rem;-ms-flex-item-align:end;align-self:flex-end;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;position:relative}.session-read-more:hover{background-position:100% 0;-webkit-transform:translateX(-3px);-ms-transform:translateX(-3px);transform:translate(-3px);opacity:.9}.session-read-more:active{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}.session-details{display:block}.session-checklist{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.session-checklist-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;font-size:1.2vw;font-weight:400;color:#595959}.check-icon{color:#1a471c;font-weight:600;-ms-flex-negative:0;flex-shrink:0;margin-top:2px}.event-who-helps-section{width:100%;padding:4rem 8%;background:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event-who-helps-container{width:100%;margin:0 auto;padding:2.5rem;display:-ms-grid;display:grid;-ms-grid-columns:1fr 3rem 1fr;grid-template-columns:1fr 1fr;gap:3rem;background:#fff;border-radius:12px;border:1px solid #F2F2F2;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.05);box-shadow:0 2px 8px #0000000d;z-index:1}.event-who-helps-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0;width:100%}.event-who-helps-right{width:100%;height:500px;position:relative;overflow:hidden}.video-swiper-container{position:relative;width:100%;height:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;overflow:hidden}.video-swiper-wrapper{position:relative;width:100%;height:calc(100% - 80px);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-perspective:1200px;perspective:1200px;margin-bottom:20px}.video-slide{position:absolute;width:25%;height:90%;-webkit-transition:all .8s cubic-bezier(.4,0,.2,1);-o-transition:all .8s cubic-bezier(.4,0,.2,1);transition:all .8s cubic-bezier(.4,0,.2,1);-webkit-transform-origin:center;-ms-transform-origin:center;transform-origin:center;opacity:.5;pointer-events:none;z-index:1;border-radius:16px;overflow:hidden}.video-slide.active{width:50%;height:100%;opacity:1;z-index:3;-webkit-transform:translateX(0) scale(1);-ms-transform:translateX(0) scale(1);transform:translate(0) scale(1);pointer-events:all}.video-slide.prev{width:25%;height:90%;opacity:.6;z-index:2;-webkit-transform:translateX(-150%) scale(.9);-ms-transform:translateX(-150%) scale(.9);transform:translate(-150%) scale(.9);-webkit-filter:blur(3px);filter:blur(3px);pointer-events:none}.video-slide.next{width:25%;height:90%;opacity:.6;z-index:2;-webkit-transform:translateX(150%) scale(.9);-ms-transform:translateX(150%) scale(.9);transform:translate(150%) scale(.9);-webkit-filter:blur(3px);filter:blur(3px);pointer-events:none}.video-slide-content{width:100%;height:100%;border-radius:16px;overflow:hidden;background:#e2e2e2;-webkit-box-shadow:0 8px 24px rgba(0,0,0,.2);box-shadow:0 8px 24px #0003}.video-slide.active .video-slide-content{-webkit-box-shadow:0 12px 40px rgba(0,0,0,.3);box-shadow:0 12px 40px #0000004d}.video-player{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.video-placeholder{position:relative;width:100%;height:100%;border-radius:16px;overflow:hidden;cursor:pointer;background:#e2e2e2}.video-placeholder img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.video-play-overlay{position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease}.video-placeholder:hover .video-play-overlay{-webkit-transform:translate(-50%,-50%) scale(1.1);-ms-transform:translate(-50%,-50%) scale(1.1);transform:translate(-50%,-50%) scale(1.1)}.video-swiper-navigation{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;z-index:10}.video-swiper-btn{width:48px;height:48px;border-radius:50%;background:#fffffff2;border:2px solid #D54427;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;color:#d54427;-webkit-box-shadow:0 4px 12px rgba(213,68,39,.2);box-shadow:0 4px 12px #d5442733;position:relative}.video-swiper-btn:before{content:"";position:absolute;inset:-4px;border-radius:50%;background:-o-linear-gradient(315deg,#D54427,#FF6B4A,#D54427);background:linear-gradient(135deg,#d54427,#ff6b4a,#d54427);opacity:0;-webkit-transition:opacity .3s ease;-o-transition:opacity .3s ease;transition:opacity .3s ease;z-index:-1;-webkit-filter:blur(8px);filter:blur(8px)}.video-swiper-btn:hover{background:#d54427;color:#fff;-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:0 6px 20px rgba(213,68,39,.5);box-shadow:0 6px 20px #d5442780}.video-swiper-btn:hover:before{opacity:.8}.video-swiper-btn:active{-webkit-transform:scale(.95);-ms-transform:scale(.95);transform:scale(.95)}.video-swiper-btn svg{width:20px;height:20px}.video-swiper-btn img{width:20px;height:20px;-o-object-fit:contain;object-fit:contain}.event-who-helps-heading{font-size:3vw;font-weight:600;text-align:left;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.event-who-helps-subtitle{font-size:1.1vw;font-weight:400;color:#080808;text-align:left;margin-bottom:1.5rem}.event-who-helps-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;width:100%}.event-who-helps-item{display:-webkit-box;display:-ms-flexbox;display:flex;gap:.75rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-size:1.07vw;font-weight:400;color:#080808}.who-helps-bullet{width:15px;height:15px;border:1.5px solid #BDBDBD;border-radius:50%;background:transparent;-ms-flex-negative:0;flex-shrink:0}.event-who-helps-image{width:100%;height:100%;min-height:500px;-o-object-fit:cover;object-fit:cover;border-radius:8px;background:#e2e2e2}.event-who-helps-image img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.who-helps-testimonial-corner-dot{position:absolute;width:8px;height:8px;background:#d54427;border-radius:50%}.who-helps-testimonial-corner-dot-top-left{top:12px;left:12px}.who-helps-testimonial-corner-dot-top-right{top:12px;right:12px}.who-helps-testimonial-corner-dot-bottom-left{bottom:12px;left:12px}.who-helps-testimonial-corner-dot-bottom-right{bottom:12px;right:12px}.who-helps-testimonial-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.who-helps-testimonial-profile{display:-webkit-box;display:-ms-flexbox;display:flex;gap:1rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.who-helps-testimonial-avatar{width:56px;height:56px;border-radius:50%;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.who-helps-testimonial-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.25rem}.who-helps-testimonial-name{font-size:1.3vw;font-weight:600;color:#080808}.who-helps-testimonial-location{font-size:1vw;font-weight:400;color:#595959}.who-helps-testimonial-quote{font-size:1.2vw;font-weight:400;color:#080808;font-style:italic}.event-who-helps-closing-section{width:100%;margin-top:auto;padding-top:2rem}.event-who-helps-closing{font-size:1vw;font-weight:600;color:#080808;text-align:left;width:100%;font-style:italic}.event-what-expect-section{width:100%;padding:5rem 8%;background:#f1f7f1}.event-what-expect-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0}.event-what-expect-heading{font-size:3vw;font-weight:600}.event-what-expect-heading{background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.event-info-text-center{text-align:center;max-width:800px;margin:0 auto}.event-what-expect-intro{font-size:1vw;font-weight:400;color:#080808;text-align:left;width:100%}.event-what-expect-grid{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:1.5rem;width:100%;margin-top:3rem}.event-expect-card{background:#fff;border-radius:12px;padding:1.5rem 2rem;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px #00000014;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:calc(50% - .75rem)}.expect-card-text{font-size:1vw;font-weight:400;color:#080808}.expect-card-title{font-size:1.5vw;font-weight:600;color:#080808}.expect-card-description{font-size:1.2vw;font-weight:400;color:#595959}.event-partners-section{width:100%;padding:3rem 8%;background:#efeee9}.event-partners-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:0 8%}.event-partner-logo{width:120px;height:120px;border-radius:50%;background:#f2f2f2;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.event-partner-placeholder{font-size:1.2vw;color:gray;text-align:center}.event-organisers-section{width:100%;padding:5rem 0;background:#fff}.event-organisers-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:0 8%}.event-organisers-card{width:100%;background:transparent;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.event-organisers-heading{font-size:3vw;font-weight:600;text-align:left;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.event-organisers-banner{width:100%;height:30vw;background:#e2e2e2;border-radius:8px;overflow:hidden}.event-organisers-banner img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:8px}.event-organisers-banner-mobile{display:none}.event-organisers-text{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;text-align:left}.event-organisers-text p{font-size:1vw;font-weight:400;color:#080808;margin:0}.event-presence-section{width:100%;padding:5rem 0;background:#f1f7f1}.event-presence-container{width:100%;max-width:100%;margin:0 auto;display:-ms-grid;display:grid;-ms-grid-columns:1fr 3rem 1fr;grid-template-columns:1fr 1fr;gap:3rem;-webkit-box-align:start;-ms-flex-align:start;align-items:start;padding:0 8%}.event-presence-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;width:100%;-ms-grid-column:1;grid-column:1}.event-presence-right{width:100%;-ms-grid-column:2;grid-column:2}.event-presence-button-wrapper{-ms-grid-column:1;grid-column:1}.event-presence-heading{font-size:3vw;font-weight:600;text-align:left;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.event-presence-button-wrapper{width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;margin-top:0;margin-top:-6rem}.btn-secure-pass{background:-o-linear-gradient(left,#D54427,#E85A3E,#D54427);background:-webkit-gradient(linear,left top,right top,from(#D54427),color-stop(#E85A3E),to(#D54427));background:linear-gradient(90deg,#d54427,#e85a3e,#d54427);background-size:200% 100%;color:#fff;border:none;border-radius:12px;padding:10px 24px;font-size:1.2vw;font-weight:600;cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;white-space:nowrap;-webkit-box-shadow:0 4px 12px rgba(213,68,39,.3);box-shadow:0 4px 12px #d544274d;width:-webkit-max-content;width:-moz-max-content;width:max-content;position:relative;overflow:hidden}.btn-secure-pass:hover{background-position:100% 0;-webkit-box-shadow:0 8px 20px rgba(213,68,39,.4);box-shadow:0 8px 20px #d5442766;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.btn-secure-pass:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 4px 10px rgba(213,68,39,.3);box-shadow:0 4px 10px #d544274d}.event-presence-cards{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem}.event-presence-card{background:#fff;border-radius:8px;padding:1.5rem;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px #00000014;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem}.event-presence-card svg{width:24px;height:24px;-ms-flex-negative:0;flex-shrink:0}.presence-card-text{font-size:1vw;font-weight:400;color:#080808;-webkit-box-flex:1;-ms-flex:1;flex:1}.event-presence-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;text-align:left}.event-presence-item{font-size:1.5vw;font-weight:400;color:#595959;padding-left:1.5rem;position:relative}.event-presence-item:before{content:"•";position:absolute;left:0;color:#d54427;font-size:1.5rem}.event-familiar-section{width:100%;padding:5rem 8%;background:#fff}.event-familiar-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event-familiar-heading{font-size:3.2vw;font-weight:600;text-align:left}.event-familiar-heading{background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.event-familiar-image-placeholder-large{width:100%;height:400px;background:#f2f2f2;border-radius:8px}.event-familiar-list{display:-ms-grid;display:grid;-ms-grid-columns:1fr 2rem 1fr 2rem 1fr;grid-template-columns:repeat(3,1fr);gap:2rem;width:100%;max-width:100%}.event-familiar-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem;background:#fff;border:1px solid #F2F2F2;border-radius:8px;padding:1.5rem;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.05);box-shadow:0 2px 8px #0000000d;-webkit-transition:-webkit-box-shadow .3s ease;transition:-webkit-box-shadow .3s ease;-o-transition:box-shadow .3s ease;transition:box-shadow .3s ease;transition:box-shadow .3s ease,-webkit-box-shadow .3s ease;width:100%;height:100%}.event-familiar-item:hover{-webkit-box-shadow:0 4px 12px rgba(0,0,0,.1);box-shadow:0 4px 12px #0000001a}.familiar-item-icon{width:40px;height:40px;-ms-flex-negative:0;flex-shrink:0;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.familiar-item-icon svg{width:32px;height:32px}.familiar-item-text{font-size:1.05vw;font-weight:400;color:#080808;width:100%}.familiar-item-text strong{font-weight:600}.familiar-card-text{font-size:1.5vw;font-weight:400;color:#080808;-webkit-box-flex:1;-ms-flex:1;flex:1}.familiar-card-text strong{font-weight:600;color:#080808}.event-pricing-section{width:100%;padding:5rem 0;background:#f1f7f1}.event-pricing-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;padding:0 8%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event-pricing-title-mobile,.event-pricing-image-placeholder-mobile{display:none}.event-pricing-heading{font-size:4vw;font-weight:600;text-align:center;color:#fff}.event-pricing-main-wrapper{width:100%;max-width:100%;display:-ms-grid;display:grid;-ms-grid-columns:1fr 2rem 1fr;grid-template-columns:1fr 1fr;gap:2rem}.event-pricing-box{border-radius:12px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.event-pricing-left-box{background:transparent;border:none;gap:1rem}.event-pricing-right-box{background:#fff;border:1px solid #D54427;padding:2.5rem}.event-pricing-card-item{background:#fff;border:1px solid #D54427;border-radius:8px;padding:1.5rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem;-webkit-box-shadow:0 2px 4px rgba(0,0,0,.05);box-shadow:0 2px 4px #0000000d}.pricing-card-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:1rem}.pricing-card-description-wrapper{-webkit-box-flex:1;-ms-flex:1;flex:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.1rem;text-align:left}.pricing-card-description{font-size:1.1vw;font-weight:600;color:#333}.pricing-card-subdescription{font-size:.9vw;font-weight:400;color:#666;line-height:1.4}.pricing-card-title-btn{background:-o-linear-gradient(left,#D54427,#A8361F,#D54427);background:-webkit-gradient(linear,left top,right top,from(#D54427),color-stop(#A8361F),to(#D54427));background:linear-gradient(90deg,#d54427,#a8361f,#d54427);background-size:200% 100%;border:none;border-radius:8px;padding:8px 16px;color:#fff;font-size:1.1vw;font-weight:600;cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;white-space:nowrap;text-align:center;position:relative;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.pricing-card-title-btn:hover{background-position:100% 0;-webkit-box-shadow:0 4px 12px rgba(213,68,39,.4);box-shadow:0 4px 12px #d5442766;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.pricing-card-title-btn:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 2px 6px rgba(213,68,39,.3);box-shadow:0 2px 6px #d544274d}.pricing-card-price{font-size:1.5vw;font-weight:600;color:#080808;text-align:left}.pricing-card-title-btn-mobile{display:none}.event-pricing-inclusions-title{font-size:1.8vw;font-weight:600;color:#080808;margin-bottom:.5rem}.event-pricing-inclusions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.event-inclusion-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem;font-size:1.2vw;font-weight:400;color:#080808}.inclusion-checkbox{width:18px;height:18px;min-width:18px;border:2px solid #D54427;border-radius:3px;background:#d54427;position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:2px}.inclusion-checkbox:after{content:"✓";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-size:12px;font-weight:600}.event-pricing-deposit-box{border-radius:4px;background:#e8f9d7;color:#498b00;padding:.5rem 1rem;font-size:.8vw;font-weight:400;margin-top:auto}.event-pricing-deposit-box strong{font-weight:600}.event-pricing-title{font-size:2vw;font-weight:600;margin-bottom:1.5rem;color:#080808}.event-pricing-inclusions-section{width:100%}.event-pricing-tiers{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1.5rem 1fr;grid-template-columns:repeat(2,1fr);gap:1.5rem;width:100%}.event-pricing-card{background:#fff;border:1px solid #D54427;border-radius:12px;padding:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem}.pricing-card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.pricing-card-button{background:#d54425;color:#fff;border:none;border-radius:8px;padding:.875rem 1.5rem;font-size:1.2vw;font-weight:600;cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content;text-align:center;position:relative;overflow:hidden}.pricing-card-button:hover{-webkit-box-shadow:0 6px 16px rgba(213,68,39,.35);box-shadow:0 6px 16px #d5442759;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.pricing-card-button:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 3px 8px rgba(213,68,39,.25);box-shadow:0 3px 8px #d5442740}.event-pricing-inclusions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem;margin-bottom:1.5rem}.event-inclusion-item{font-size:.9vw;font-weight:400;color:#080808;padding-left:2rem;position:relative}.event-inclusion-item:before{content:"✓";position:absolute;left:0;top:0rem;width:20px;height:20px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:#fff;border:2px solid #D54427;border-radius:4px;color:#d54427;font-size:.875rem;font-weight:600}.event-inclusion-item strong{font-weight:600}.event-pricing-deposit-note{background:#f1f7f1;padding:1rem 1.25rem;border-radius:8px;font-size:1.5vw;font-weight:400;color:#080808;margin-top:1.5rem}.event-pricing-deposit-note strong{color:#1a471c;font-weight:600}.event-questions-section{width:100%;padding:5rem 8%;background:#fff}.event-questions-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.event-questions-heading{font-size:4vw;font-weight:600;text-align:left}.event-questions-heading{background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.event-contact-cards{display:-webkit-box;display:-ms-flexbox;display:flex;gap:2rem;width:100%;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.event-contact-card{position:relative;background:#fff;border-radius:12px;padding:2.5rem;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.08);box-shadow:0 2px 8px #00000014;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;width:50%}.contact-card-corner-dot{position:absolute;width:8px;height:8px;background:#d54427;border-radius:50%}.contact-card-corner-dot-top-left{top:12px;left:12px}.contact-card-corner-dot-top-right{top:12px;right:12px}.contact-card-corner-dot-bottom-left{bottom:12px;left:12px}.contact-card-corner-dot-bottom-right{bottom:12px;right:12px}.contact-card-icon{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin-bottom:1.5rem}.contact-card-icon svg{width:48px;height:48px}.contact-card-detail{font-size:1.2vw;font-weight:400;color:#595959}.event-faq-section{width:100%;padding:5rem 8%;background:transparent}.event-faq-container{width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:3rem}.event-faq-header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:end;-ms-flex-align:end;align-items:flex-end;width:100%}.event-faq-header-left{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.event-faq-heading{font-size:3.5vw;font-weight:600;text-align:left;margin:0;background:-o-linear-gradient(left,#1A471C 0%,#1A471C 20%,#D54427 50%,#1A471C 80%,#1A471C 100%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(20%,#1A471C),color-stop(50%,#D54427),color-stop(80%,#1A471C),to(#1A471C));background:linear-gradient(to right,#1a471c 0% 20%,#d54427 50%,#1a471c 80% 100%);background-size:200% 100%;-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;-webkit-animation:gradientFlow 12s ease-in-out infinite;animation:gradientFlow 12s ease-in-out infinite}.event-faq-subtitle{font-size:1.7vw;font-weight:400;color:#595959;text-align:left}.btn-contact-us-faq{background:#d54427;border:none;border-radius:8px;padding:8px 24px;color:#fff;font-size:1.1vw;font-weight:600;cursor:pointer;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;width:-webkit-max-content;width:-moz-max-content;width:max-content;white-space:nowrap;text-align:center}.btn-contact-us-faq:hover{background:#a8361f;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(213,68,39,.4);box-shadow:0 6px 16px #d5442766}.btn-contact-us-faq:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.event-faq-grid{display:-ms-grid;display:grid;-ms-grid-columns:1fr 1.5rem 1fr;grid-template-columns:1fr 1fr;gap:1.5rem;width:100%}.event-faq-mobile-bottom{display:none}.event-faq-item{background:#fff;border-radius:12px;overflow:hidden;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease}.event-faq-item:hover{background:#f0f0f0}.event-faq-question{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:1.5rem;cursor:pointer;font-size:1.3vw;font-weight:600;color:#080808;background:transparent}.event-faq-question span{-webkit-box-flex:1;-ms-flex:1;flex:1;text-align:left}.event-faq-question svg{width:20px;height:20px;-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;-o-transition:transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;-ms-flex-negative:0;flex-shrink:0;margin-left:1rem}.faq-arrow.open{-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.event-faq-answer{padding:0 1.5rem 1.5rem;font-size:1.1vw;font-weight:400;color:#595959;line-height:1.6}.event-disclaimer-section{width:100%;padding:5rem 8%;background:#fff;margin-bottom:5rem}.event-disclaimer-container{position:relative;width:100%;max-width:100%;margin:0 auto;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:2rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;padding:3rem 5%;background:#fff5f0;border-radius:12px}.disclaimer-corner-dot{position:absolute;width:8px;height:8px;background:#bdbdbd;border-radius:50%}.disclaimer-corner-dot-top-left{top:12px;left:12px}.disclaimer-corner-dot-top-right{top:12px;right:12px}.disclaimer-corner-dot-bottom-left{bottom:12px;left:12px}.disclaimer-corner-dot-bottom-right{bottom:12px;right:12px}.event-disclaimer-heading{font-size:2.6vw;font-weight:600;color:#080808;text-align:left}.event-disclaimer-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem;width:100%}.event-disclaimer-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:.75rem;font-size:1.4vw;font-weight:400;color:#080808}.disclaimer-bullet{width:25px;height:25px;border:2px dotted #BDBDBD;border-radius:50%;background:transparent;-ms-flex-negative:0;flex-shrink:0}@media(max-width:768px){.event-info-hero{padding:100px 5% 2rem}.event-info-hero-wrapper{gap:1.25rem;max-width:100%}.event-info-hero-title{font-size:10vw;text-align:left;width:95%;padding-top:1rem}.event-info-hero-description{font-size:4.5vw;text-align:left;width:95%}.event-info-hero-cta{gap:1.25rem;width:100%;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event-info-hero-banner{margin-top:1.5rem;width:100vw;margin-left:calc(-50vw + 50%)}.event-info-hero-banner img{width:100%}.btn-book-spot-now,.event-info-hero-cta{display:none}.event-journey-section,.event-who-helps-section,.event-what-expect-section,.event-organisers-section,.event-presence-section,.event-familiar-section,.event-pricing-section,.event-questions-section,.event-faq-section,.event-disclaimer-section{padding:2rem 0}.event-info-features-container,.event-journey-container,.event-who-helps-container,.event-what-expect-container,.event-organisers-container,.event-presence-container{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.event-presence-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.event-presence-button-wrapper{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3;margin-top:1.5rem;width:100%}.event-presence-right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2}.event-presence-heading{font-size:11vw;text-align:left;background:-o-linear-gradient(left,#1A471C 0%,#D54427 40%,#5D4037 70%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(40%,#D54427),color-stop(70%,#5D4037));background:linear-gradient(to right,#1a471c,#d54427 40%,#5d4037 70%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.event-info-text{font-size:5vw;text-align:left}.event-presence-cards{gap:.5rem}.event-presence-card{padding:1rem;gap:.5rem}.presence-card-text{font-size:4vw}.event-presence-list{gap:.5rem}.event-presence-item{font-size:4vw}.event-presence-item:before{font-size:2vw}.event-familiar-heading{font-size:11vw;text-align:left;background:-o-linear-gradient(left,#1A471C 0%,#D54427 40%,#5D4037 70%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(40%,#D54427),color-stop(70%,#5D4037));background:linear-gradient(to right,#1a471c,#d54427 40%,#5d4037 70%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.event-familiar-image-placeholder-large{height:200px}.event-familiar-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1rem}.event-familiar-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem;background:transparent;border:none;border-radius:0;padding:0;-webkit-box-shadow:none;box-shadow:none}.event-familiar-item:hover{-webkit-box-shadow:none;box-shadow:none}.familiar-item-icon{width:40px;height:40px;-ms-flex-negative:0;flex-shrink:0;background:#fff;border:1px solid #F2F2F2;border-radius:8px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-shadow:0 2px 8px rgba(0,0,0,.05);box-shadow:0 2px 8px #0000000d}.familiar-item-icon svg{width:24px;height:24px}.familiar-item-text{font-size:5vw}.event-familiar-item-text{font-size:4vw;-webkit-box-flex:1;-ms-flex:1;flex:1}.event-familiar-item-text strong,.event-familiar-card-text{font-size:4vw}.btn-secure-pass{width:100%;font-size:4vw}.event-pricing-title-mobile{display:block;font-size:11vw;font-weight:600;text-align:left;width:100%;background:-o-linear-gradient(left,#1A471C 0%,#D54427 40%,#5D4037 70%);background:-webkit-gradient(linear,left top,right top,from(#1A471C),color-stop(40%,#D54427),color-stop(70%,#5D4037));background:linear-gradient(to right,#1a471c,#d54427 40%,#5d4037 70%);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:1rem}.event-pricing-image-placeholder-mobile{display:block;width:100%;aspect-ratio:1 / 1;background:#e2e2e2;border-radius:8px;margin-bottom:2rem}.event-pricing-main-wrapper{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2rem;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.event-pricing-left-box{-webkit-box-ordinal-group:4;-ms-flex-order:3;order:3}.event-pricing-right-box{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;background:transparent;border:none;padding:0}.event-pricing-box{padding:0}.pricing-card-title-btn{display:none}.pricing-card-title-btn-mobile{display:block;background:-o-linear-gradient(left,#D54427,#A8361F,#D54427);background:-webkit-gradient(linear,left top,right top,from(#D54427),color-stop(#A8361F),to(#D54427));background:linear-gradient(90deg,#d54427,#a8361f,#d54427);background-size:200% 100%;border:none;border-radius:8px;padding:10px 16px;color:#fff;font-size:4vw;font-weight:600;cursor:pointer;-webkit-transition:all .5s ease;-o-transition:all .5s ease;transition:all .5s ease;width:100%;text-align:center;position:relative;overflow:hidden;margin-top:0rem}.pricing-card-title-btn-mobile:hover{background-position:100% 0;-webkit-box-shadow:0 4px 12px rgba(213,68,39,.4);box-shadow:0 4px 12px #d5442766;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px)}.pricing-card-title-btn-mobile:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0);-webkit-box-shadow:0 2px 6px rgba(213,68,39,.3);box-shadow:0 2px 6px #d544274d}.btn-event,a.btn-event,.btn-event-page,a.btn-event-page,.btn-view-all,a.btn-view-all,.btn-book-now,.btn-book-spot-now,.btn-secure-pass,.pricing-card-button,.btn-contact-us-faq{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;min-width:-webkit-fit-content;min-width:-moz-fit-content;min-width:fit-content}.pricing-card-price{font-size:6vw}.pricing-card-description{font-size:5vw}.pricing-card-subdescription{font-size:3.5vw}.event-pricing-inclusions-title{font-size:6vw;text-align:left}.event-pricing-inclusions{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.75rem}.event-inclusion-item{font-size:5vw;text-align:left}.event-pricing-deposit-box{display:none}.event-pricing-container,.event-partners-container,.event-questions-container,.event-faq-container,.event-disclaimer-container,.event-familiar-container{padding:0 5%}.event-pricing-card-item{padding:1rem}.event-questions-container,.event-pricing-container{gap:1rem}.event-organisers-banner{aspect-ratio:1 / 1}.event-who-helps-container{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2rem;width:100%;padding:1rem}.event-who-helps-heading{font-size:11vw;text-align:left}.event-who-helps-subtitle{font-size:5vw;text-align:left;margin-top:1rem}.event-who-helps-item{font-size:5vw;text-align:left;gap:.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.event-who-helps-left{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1;padding:1rem}.event-who-helps-right{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;display:block;height:420px}.video-swiper-container{padding:0;min-height:200px}.video-swiper-wrapper{height:calc(100% - 60px);margin-bottom:10px}.video-slide{width:20%;height:85%}.video-slide.active{width:60%;height:100%}.video-slide.prev,.video-slide.next{width:27%;height:85%;opacity:.5}.video-slide.prev{-webkit-transform:translateX(-140%) scale(.85);-ms-transform:translateX(-140%) scale(.85);transform:translate(-140%) scale(.85)}.video-slide.next{-webkit-transform:translateX(140%) scale(.85);-ms-transform:translateX(140%) scale(.85);transform:translate(140%) scale(.85)}.video-swiper-navigation{gap:8px;padding-bottom:10px}.video-swiper-btn{width:40px;height:40px}.video-swiper-btn svg{width:16px;height:16px}.event-who-helps-image{min-height:300px}.who-helps-bullet{width:20px;height:20px;margin-top:.25rem}.event-who-helps-closing-section{margin-top:1.5rem;padding-top:1.5rem}.event-who-helps-closing{width:100%;font-size:5.2vw;text-align:left}.who-helps-testimonial-name{font-size:2vw}.who-helps-testimonial-location{font-size:1.5vw}.who-helps-testimonial-quote{font-size:2vw}.event-what-expect-grid{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:1.5rem;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:1rem}.event-familiar-image-placeholder-large{height:300px}.event-journey-sessions-desktop{display:none}.event-journey-sessions-mobile{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0rem}.event-journey-sessions{-ms-grid-columns:1fr;grid-template-columns:1fr}.journey-day-header{margin-bottom:0rem}.journey-day-title{font-size:7vw;margin:0}.journey-day-subtitle{font-size:6vw;font-weight:500}.event-journey-heading{font-size:11vw;text-align:left}.session-tag{font-size:3vw}.session-event-details{gap:.5rem}.session-detail-item{font-size:4vw}.session-title{font-size:5vw}.session-description{font-size:4vw}.session-section{gap:.5rem;margin-top:1rem}.session-section-title{font-size:4vw}.session-read-more{display:block;color:#d54427;font-weight:700;font-size:4vw;cursor:pointer;text-align:right;background:none;border:none;padding:0;margin-top:.5rem;-ms-flex-item-align:end;align-self:flex-end;width:100%}.session-details{display:none}.session-details.expanded{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:.5rem}.session-section-content{font-size:4vw}.session-checklist{gap:.5rem}.event-who-helps-section{padding:0}.session-checklist-item{font-size:4vw}.event-journey-timeline-header{display:none}.journey-day-section{margin-bottom:2rem;margin-top:1rem}.event-info-features-section{padding:2rem 5%}.event-info-features-title{font-size:11vw;text-align:left}.event-info-features-subtitle{font-size:5vw;text-align:left}.event-info-features-list{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-top:1rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:.75rem}.event-feature-item{font-size:4vw;width:100%;text-align:left;padding:0;border:none;border-radius:0;background:transparent;-webkit-box-shadow:none;box-shadow:none;gap:.75rem;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:flex-start}.event-feature-item:hover{-webkit-box-shadow:none;box-shadow:none}.event-feature-item span{width:auto;-webkit-box-flex:1;-ms-flex:1;flex:1}.feature-checkbox{display:block;width:20px;height:20px;min-width:20px;border:2px solid #080808;border-radius:4px;background:#080808;position:relative;-ms-flex-negative:0;flex-shrink:0;margin-top:2px}.feature-checkbox:after{content:"✓";position:absolute;top:50%;left:50%;-webkit-transform:translate(-50%,-50%);-ms-transform:translate(-50%,-50%);transform:translate(-50%,-50%);color:#fff;font-size:.75rem;font-weight:600}.event-info-features-carousel-placeholder{height:300px}.event-info-images-section{padding:0 5% 3rem}.event-info-images-container{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch}.event-info-image-placeholder-large{width:100%;height:300px;display:none}.event-info-images-left{width:100%}.event-info-images-heading{text-align:left;font-size:8vw}.event-info-image-placeholder-small{aspect-ratio:1 / 1}.event-info-features-container{padding:0;gap:1rem}.event-what-expect-container{padding:0 2rem}.event-what-expect-heading{font-size:11vw;text-align:left}.event-what-expect-intro{font-size:5vw;text-align:left}.event-expect-card{width:100%;padding:1rem;gap:0rem}.expect-card-text{font-size:4vw}.expect-card-title{font-size:5vw}.expect-card-description{font-size:4vw}.event-contact-cards{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.event-organisers-card{gap:1rem}.event-organisers-banner{height:300px}.event-organisers-banner-desktop{display:none}.event-organisers-banner-mobile{display:block}.event-organisers-heading{font-size:11vw;text-align:left}.event-organisers-text,.event-organisers-text p{font-size:5vw;text-align:left}.event-contact-card{padding:1rem;width:100%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem}.contact-card-corner-dot{display:none}.contact-card-icon{margin-bottom:0;-ms-flex-negative:0;flex-shrink:0}.contact-card-content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-flex:1;-ms-flex:1;flex:1;gap:.25rem}.contact-card-title{margin-bottom:0}.contact-card-detail{margin-top:0}.event-questions-heading{text-align:left;font-size:10vw}.event-faq-container{-ms-grid-columns:1fr;grid-template-columns:1fr;gap:2rem}.event-faq-left{-webkit-box-align:center;-ms-flex-align:center;align-items:center;text-align:center;gap:1rem}.timeline-day-label{white-space:normal;max-width:200px;text-align:center}.journey-session-card{padding:1rem;gap:0rem}.contact-card-icon svg{width:32px;height:32px}.contact-card-detail{font-size:4vw}.event-faq-section{padding:3rem 5%}.event-faq-container{gap:2rem}.event-faq-header{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:1.5rem;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.event-faq-heading{font-size:10vw;color:#1a471c}.event-faq-subtitle,.btn-contact-us-faq{display:none}.event-faq-mobile-bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1rem;width:100%}.event-faq-subtitle-mobile{font-size:5vw;font-weight:400;color:#595959;text-align:center}.btn-contact-us-faq-mobile{background:#d54427;border:none;border-radius:8px;padding:14px 24px;color:#fff;font-size:4.5vw;font-weight:600;cursor:pointer;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;width:100%;text-align:center}.btn-contact-us-faq-mobile:hover{background:#a8361f;-webkit-transform:translateY(-2px);-ms-transform:translateY(-2px);transform:translateY(-2px);-webkit-box-shadow:0 6px 16px rgba(213,68,39,.4);box-shadow:0 6px 16px #d5442766}.btn-contact-us-faq-mobile:active{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}.event-faq-grid{-ms-grid-columns:1fr;grid-template-columns:1fr}.event-faq-question{font-size:4vw;padding:1.25rem}.event-faq-answer{font-size:3.5vw;padding:0 1.25rem 1.25rem}.event-faq-question svg{width:18px;height:18px}.event-disclaimer-section{padding:2rem 1.5rem}.event-disclaimer-container{padding:1.5rem}.event-disclaimer-heading{font-size:8vw}.event-disclaimer-list{gap:.5rem}.event-disclaimer-item{font-size:5vw;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.disclaimer-bullet{width:20px;height:20px;margin-top:.5rem}}@keyframes pulse{0%{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 0 rgba(37,211,102,.7);box-shadow:0 0 #25d366b3}50%{-webkit-transform:scale(1.05);-ms-transform:scale(1.05);transform:scale(1.05);-webkit-box-shadow:0 0 0 10px rgba(37,211,102,0);box-shadow:0 0 0 10px #25d36600}to{-webkit-transform:scale(1);-ms-transform:scale(1);transform:scale(1);-webkit-box-shadow:0 0 0 0 rgba(37,211,102,0);box-shadow:0 0 #25d36600}}@keyframes float{0%,to{-webkit-transform:translateY(0);-ms-transform:translateY(0);transform:translateY(0)}50%{-webkit-transform:translateY(-10px);-ms-transform:translateY(-10px);transform:translateY(-10px)}}.floating-whatsapp{position:fixed;bottom:2rem;right:2rem;width:64px;height:64px;background:#25d366;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;z-index:1000;-webkit-box-shadow:0 4px 12px rgba(37,211,102,.4);box-shadow:0 4px 12px #25d36666;-webkit-transition:all .3s ease;-o-transition:all .3s ease;transition:all .3s ease;-webkit-animation:pulse 2s ease-in-out infinite,float 3s ease-in-out infinite;animation:pulse 2s ease-in-out infinite,float 3s ease-in-out infinite;text-decoration:none;color:#fff}.floating-whatsapp:hover{-webkit-transform:scale(1.1);-ms-transform:scale(1.1);transform:scale(1.1);-webkit-box-shadow:0 6px 20px rgba(37,211,102,.6);box-shadow:0 6px 20px #25d36699;background:#20ba5a}.whatsapp-icon{font-size:36px;color:#fff;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}@media(max-width:768px){.floating-whatsapp{width:60px;height:60px;bottom:1.5rem;right:1.5rem}.whatsapp-icon{font-size:32px}}.example{display:-ms-grid;display:grid;-webkit-transition:all .5s;-o-transition:all .5s;transition:all .5s;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;background:-webkit-gradient(linear,left top,left bottom,from(white),to(black));background:-o-linear-gradient(top,white,black);background:linear-gradient(to bottom,#fff,#000)}
