.Toast_toastContainer__MMYcQ{position:fixed;top:20px;right:20px;z-index:9999;display:flex;flex-direction:column;grid-gap:12px;gap:12px;pointer-events:none;max-width:420px;width:100%}@media(max-width:768px){.Toast_toastContainer__MMYcQ{right:15px;left:15px;top:15px;max-width:none}}.Toast_toast__y4rZT{display:flex;align-items:flex-start;grid-gap:12px;gap:12px;padding:16px;background:#fff;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15),0 0 1px rgba(0,0,0,.1);pointer-events:auto;width:100%;position:relative;overflow:hidden}.Toast_toast__y4rZT.Toast_entering__cMUEw{animation:Toast_slideInRight__YYfP9 .3s ease-out forwards}.Toast_toast__y4rZT.Toast_exiting__K_iss{animation:Toast_slideOutRight__myfRP .3s ease-in forwards}.Toast_toast__y4rZT.Toast_success__vxfCW{border-left:4px solid #10b981}.Toast_toast__y4rZT.Toast_success__vxfCW .Toast_iconWrapper__c3BTh{color:#10b981}.Toast_toast__y4rZT.Toast_failure__gGAzJ{border-left:4px solid #ef4444}.Toast_toast__y4rZT.Toast_failure__gGAzJ .Toast_iconWrapper__c3BTh{color:#ef4444}.Toast_iconWrapper__c3BTh{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:24px;height:24px;margin-top:2px}.Toast_iconWrapper__c3BTh .Toast_icon__WUCGA{width:24px;height:24px}.Toast_content__CaNKT{flex:1 1;display:flex;flex-direction:column;justify-content:center;min-width:0}.Toast_title__40dNz{margin:0;font-size:14px;font-weight:500;line-height:1.5;color:#1f2937;word-wrap:break-word;font-family:Montserrat,sans-serif}.Toast_closeButton__TNTPq{flex-shrink:0;display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;background:transparent;border:none;border-radius:4px;color:#6b7280;cursor:pointer;transition:all .2s ease;margin:-4px -4px 0 0}.Toast_closeButton__TNTPq:hover{background:#f3f4f6;color:#1f2937}.Toast_closeButton__TNTPq:active{background:#e5e7eb}.Toast_closeButton__TNTPq:focus-visible{outline:2px solid #3b82f6;outline-offset:2px}.Toast_closeButton__TNTPq svg{width:16px;height:16px}@keyframes Toast_slideInRight__YYfP9{0%{transform:translateX(calc(100% + 20px));opacity:0}to{transform:translateX(0);opacity:1}}@keyframes Toast_slideOutRight__myfRP{0%{transform:translateX(0);opacity:1}to{transform:translateX(calc(100% + 20px));opacity:0}}@media(prefers-reduced-motion:reduce){.Toast_toast__y4rZT.Toast_entering__cMUEw,.Toast_toast__y4rZT.Toast_exiting__K_iss{animation:none}.Toast_toast__y4rZT.Toast_entering__cMUEw{transform:translateX(0);opacity:1}.Toast_toast__y4rZT.Toast_exiting__K_iss{opacity:0}@keyframes Toast_slideInRight__YYfP9{0%{opacity:0}to{opacity:1}}@keyframes Toast_slideOutRight__myfRP{0%{opacity:1}to{opacity:0}}}@media(max-width:768px){.Toast_toast__y4rZT{padding:14px}.Toast_title__40dNz{font-size:13px}.Toast_iconWrapper__c3BTh,.Toast_iconWrapper__c3BTh .Toast_icon__WUCGA{width:20px;height:20px}.Toast_closeButton__TNTPq{width:28px;height:28px}.Toast_closeButton__TNTPq svg{width:14px;height:14px}}@media print{.Toast_toastContainer__MMYcQ{display:none!important}}@import"https://fonts.googleapis.com/css2?family=Montserrat:wght@100;300;400;500;700&display=swap";:root{--nmacc-primary:#000;--nmacc-secondary:#fff;--nmacc-accent:#f8f8f8;--nmacc-text-primary:#000;--nmacc-text-secondary:#666;--nmacc-text-light:#999;--nmacc-border:#f0f0f0;--nmacc-shadow:rgba(0,0,0,0.1);--nmacc-shadow-hover:rgba(0,0,0,0.2);--container-max-width:1200px;--border-radius:8px;--transition:all 0.3s ease}*{margin:0;padding:0;box-sizing:border-box}html{-ms-overflow-style:none;scrollbar-width:none;scroll-behavior:smooth}*,:after,:before{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;-ms-overflow-style:scrollbar;-webkit-tap-highlight-color:rgba(0,0,0,0)}body{font-family:Montserrat,sans-serif;line-height:1.6;color:#333;background-color:#fff;-ms-overflow-style:none;scrollbar-width:none;-webkit-font-smoothing:antialiased}body::-webkit-scrollbar,html::-webkit-scrollbar{display:none}a{color:inherit;text-decoration:none}h1,h2,h3,h4,h5,h6{font-weight:700;line-height:1.2;margin-bottom:15px}h1{font-size:clamp(32px,5vw,64px)}h2{font-size:clamp(28px,4vw,48px)}h3{font-size:clamp(24px,3vw,36px)}h4{font-size:clamp(20px,2.5vw,28px)}p{margin-bottom:15px;line-height:1.6}button{border:none;cursor:pointer;font-family:inherit;transition:all .3s ease}.container{max-width:var(--container-max-width);margin:0 auto;padding:0 15px}.mobile-hidden{display:block}.desktop-hidden{display:none}@media(max-width:768px){.mobile-hidden{display:none!important}.desktop-hidden{display:block!important}.container{padding:0 15px}}.grid{display:grid;grid-gap:20px;gap:20px}.grid-2{grid-template-columns:repeat(auto-fit,minmax(250px,1fr))}.grid-3{grid-template-columns:repeat(auto-fit,minmax(300px,1fr))}.grid-4{grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}@media(max-width:768px){.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}}.text-left{text-align:left}.text-right{text-align:right}.mt-0{margin-top:0}.mt-1{margin-top:10px}.mt-2{margin-top:20px}.mt-3{margin-top:30px}.mt-4{margin-top:40px}.mb-0{margin-bottom:0}.mb-1{margin-bottom:10px}.mb-2{margin-bottom:20px}.mb-3{margin-bottom:30px}.mb-4{margin-bottom:40px}input,select,textarea{font-family:inherit;font-size:14px;border:1px solid #ddd;border-radius:4px;padding:12px 15px;transition:all .3s ease}input:focus,select:focus,textarea:focus{outline:none;border-color:#000;box-shadow:0 0 0 2px rgba(0,0,0,.1)}input::-moz-placeholder,textarea::-moz-placeholder{color:#999}input:-ms-input-placeholder,textarea:-ms-input-placeholder{color:#999}input::placeholder,textarea::placeholder{color:#999}::-webkit-scrollbar{width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.fade-in{animation:fadeIn .6s ease-out}.slide-up{animation:slideUp .8s ease-out}.nmacc-btn-primary{background:var(--nmacc-primary);color:var(--nmacc-secondary)}.nmacc-btn-primary,.nmacc-btn-secondary{border:2px solid var(--nmacc-primary);padding:15px 30px;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;transition:var(--transition);border-radius:var(--border-radius);cursor:pointer}.nmacc-btn-secondary{background:transparent;color:var(--nmacc-primary)}.nmacc-btn-outline-white{background:transparent;color:var(--nmacc-secondary);border:2px solid var(--nmacc-secondary);padding:15px 30px;font-size:14px;font-weight:700;letter-spacing:2px;text-transform:uppercase;transition:var(--transition);border-radius:var(--border-radius);cursor:pointer}.nmacc-btn-primary:hover{background:#333;border-color:#333}.nmacc-btn-primary:hover,.nmacc-btn-secondary:hover{transform:translateY(-2px);box-shadow:0 4px 12px var(--nmacc-shadow-hover)}.nmacc-btn-secondary:hover{background:var(--nmacc-primary);color:var(--nmacc-secondary)}.nmacc-btn-outline-white:hover{background:var(--nmacc-secondary);color:var(--nmacc-primary);transform:translateY(-2px);box-shadow:0 4px 12px var(--nmacc-shadow-hover)}.loading{opacity:.7;pointer-events:none}.spinner{width:20px;height:20px;border:2px solid #f3f3f3;border-top-color:#000;border-radius:50%;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}img{max-width:100%;height:auto;display:block}@media(max-width:768px){a,button{min-height:44px;min-width:44px}h1{font-size:clamp(28px,8vw,48px);line-height:1.1}h2{font-size:clamp(24px,6vw,36px);line-height:1.2}.container{padding:0 15px}input,select,textarea{font-size:16px}.nmacc-btn-outline-white,.nmacc-btn-primary,.nmacc-btn-secondary{padding:12px 20px;font-size:12px;width:100%;text-align:center}.event-card{margin-bottom:20px}.mobile-hidden{display:none!important}.desktop-hidden{display:block!important}}@media(min-width:769px)and (max-width:1024px){.container{padding:0 30px}}@media(min-width:1440px){.container{max-width:1140px}}@media(prefers-contrast:high){.nmacc-btn-outline-white,.nmacc-btn-secondary{border-width:3px}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}html{scroll-behavior:auto}}@media print{*{background:#fff!important;color:#000!important;box-shadow:none!important}.desktop-hidden,.mobile-hidden{display:block!important}button,footer,nav{display:none!important}}.nmacc-navigation{position:sticky;top:0;transition:transform .3s linear;padding:0;transition:padding .3s ease;width:100%;z-index:9998;background:#fff;border-bottom:1px solid #e4e4e4;min-height:85px;max-height:85px;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased}@media(max-width:991px){.nmacc-navigation{min-height:64px;max-height:64px;padding:0}}.nmacc-navigation.scrolled{background:#fff}.nav-container{display:flex;align-items:center;justify-content:space-between;max-width:1440px;margin:0 auto;padding:0;position:relative;min-height:85px}@media(max-width:1599px){.nav-container{padding:0 80px}}@media(max-width:991px){.nav-container{min-height:64px;padding:0 20px}}@media(max-width:767px){.nav-container{max-height:64px}}.nav-left,.nav-right{display:flex;align-items:center;flex:1 1}.nav-left{justify-content:flex-start;position:relative}.nav-right{justify-content:flex-end}.nav-center{flex:0 0 auto;display:flex;justify-content:center;align-items:center}@media (max-width:767px){.nav-center{flex:inherit}}.nav-center.nycLogo .logo-icon img{height:100%;max-height:64px}@media (max-width:991px){.nav-center.nycLogo .logo-icon img{max-height:54px}}@media (max-width:480px){.nav-center.nycLogo .logo-icon img{max-height:44px}}.hamburger-menu{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:26px;min-width:26px;width:26px;height:20px;background:none;border:none;cursor:pointer;padding:0;margin-right:20px;position:relative;z-index:2}.hamburger-menu.active .hamburger-line:first-child{transform:translateY(8.5px) rotate(45deg)}.hamburger-menu.active .hamburger-line:nth-child(2){opacity:0}.hamburger-menu.active .hamburger-line:nth-child(3){transform:rotate(-45deg) translate(5px,-5px)}.hamburger-line{background:#4b4847;height:2px;border-radius:2px;display:flex;width:100%;margin-bottom:6px;transition:.35s ease-in-out}.hamburger-line:last-child{margin-bottom:0}.nav-links-left,.nav-links-right{display:none;grid-gap:35px;gap:35px}@media(max-width:1365px){.nav-links-left,.nav-links-right{grid-gap:25px;gap:25px}}.nav-links-left a,.nav-links-right a{color:#4b4847;font-weight:700;text-transform:uppercase;font-size:12px;display:inline-flex;align-items:center;padding:0;height:64px;border-bottom:1px solid transparent;transition:.35s ease-in-out}.nav-links-left a:hover,.nav-links-right a:hover{text-decoration:none;color:#976841}.nav-link{color:#333;text-decoration:none;font-size:13px;font-weight:500;letter-spacing:1.5px;transition:color .3s ease;text-transform:uppercase;font-family:Montserrat,sans-serif}.nav-link:hover{color:#666}.logo-link{text-decoration:none}.nmacc-logo-container{display:flex;align-items:center;grid-gap:15px;gap:15px}.logo-icon{position:relative}.logo-icon img{width:100%;height:40px;transition:.35s ease-in-out;will-change:transition;-o-object-fit:contain;object-fit:contain;max-width:100%}@media (max-width:991px){.logo-icon img{height:35px}}@media (max-width:767px){.logo-icon img{height:50px}}@media (max-width:400px){.logo-icon img{height:40px}}.logo-icon .dynamic-logo-svg{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.logo-icon .dynamic-logo-svg svg{width:100%;height:100%;max-height:40px;transition:.35s ease-in-out}@media(max-width:991px){.logo-icon .dynamic-logo-svg svg{max-height:35px}}@media (max-width:767px){.logo-icon .dynamic-logo-svg svg{margin-top:2px;max-height:44px}}.logo-icon .img-fluid{max-width:100%;height:auto}.logo-petals{position:relative;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.petal{position:absolute;width:8px;height:20px;border-radius:50%;transform-origin:center bottom}.petal-1{background:#ff6b9d;transform:rotate(0deg) translateY(-10px)}.petal-2{background:#ff8a9b;transform:rotate(45deg) translateY(-10px)}.petal-3{background:#ffa726;transform:rotate(90deg) translateY(-10px)}.petal-4{background:#ffca28;transform:rotate(135deg) translateY(-10px)}.petal-5{background:#66bb6a;transform:rotate(180deg) translateY(-10px)}.petal-6{background:#42a5f5;transform:rotate(225deg) translateY(-10px)}.petal-7{background:#ab47bc;transform:rotate(270deg) translateY(-10px)}.petal-8{background:#ec407a;transform:rotate(315deg) translateY(-10px)}.logo-center-circle{width:12px;height:12px;background:#ffd54f;border-radius:50%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);box-shadow:0 0 0 2px hsla(0,0%,100%,.8)}.logo-text{display:flex;flex-direction:column;color:#333}.logo-main{font-size:14px;font-weight:700;letter-spacing:1.5px;line-height:1;color:#e91e63}.logo-sub{font-size:10px;font-weight:400;letter-spacing:2px;opacity:.8;color:#666}.desktop-dropdown-overlay{position:absolute;top:100%;left:20px;background:hsla(0,0%,100%,.98);backdrop-filter:blur(20px);border:1px solid rgba(0,0,0,.1);border-radius:8px;box-shadow:0 10px 40px rgba(0,0,0,.15);min-width:300px;max-width:400px;z-index:998;opacity:0;visibility:hidden;transform:translateY(-10px);transition:all .3s ease}.desktop-dropdown-content{padding:40px 0}.desktop-dropdown-items{margin-bottom:0}.desktop-dropdown-link{letter-spacing:1.5px;padding:8px 0;transition:color .3s ease;text-transform:uppercase;border-bottom:1px solid rgba(0,0,0,.05)}.desktop-dropdown-link:hover{color:#333}.desktop-dropdown-social{grid-gap:15px;gap:15px}.mobile-menu-overlay{position:fixed;width:100%;height:100vh;left:0;top:0;background:#fff;transform:translateX(-104%);display:block;z-index:99;transition:.35s ease-in-out}.mobile-menu-overlay.active{transform:translateX(0)}.mobile-menu-content{height:100vh;width:100vw;display:flex;flex-direction:column;padding:0;position:relative;background:#fff;overflow-y:scroll;-ms-overflow-style:none;scrollbar-width:none}.mobile-menu-content::-webkit-scrollbar{display:none}.mobile-menu-header{position:relative;top:0;left:0;right:0;z-index:10;display:flex;justify-content:space-between;align-items:center;padding:20px 25px;border-bottom:none;background:#fff;width:100%}.mobile-menu-close{background:none;border:none;color:#333;cursor:pointer;padding:0;font-size:28px;line-height:1;width:40px;height:40px;display:flex;align-items:center;justify-content:center;font-weight:300}.mobile-menu-logo .logo-text{display:flex!important;flex-direction:column;color:#333;text-align:right}.mobile-menu-logo .logo-main{font-size:12px;font-weight:700;letter-spacing:1px;line-height:1.1;color:#e91e63}.mobile-menu-logo .logo-sub{font-size:8px;font-weight:400;letter-spacing:1.2px;opacity:.8;color:#666;margin-top:2px}.mobile-menu-logo .logo-icon{width:192px;height:60px}.mobile-menu-logo .logo-icon .dynamic-logo-svg{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mobile-menu-logo .logo-icon .dynamic-logo-svg svg{width:100%;height:100%;max-width:192px;max-height:60px}.mobile-menu-logo .petal{width:5px;height:14px}.mobile-menu-logo .petal-1{transform:rotate(0deg) translateY(-7px)}.mobile-menu-logo .petal-2{transform:rotate(45deg) translateY(-7px)}.mobile-menu-logo .petal-3{transform:rotate(90deg) translateY(-7px)}.mobile-menu-logo .petal-4{transform:rotate(135deg) translateY(-7px)}.mobile-menu-logo .petal-5{transform:rotate(180deg) translateY(-7px)}.mobile-menu-logo .petal-6{transform:rotate(225deg) translateY(-7px)}.mobile-menu-logo .petal-7{transform:rotate(270deg) translateY(-7px)}.mobile-menu-logo .petal-8{transform:rotate(315deg) translateY(-7px)}.mobile-menu-logo .logo-center-circle{width:6px;height:6px}.mobile-menu-logo .nmacc-logo-container{grid-gap:10px;gap:10px}.mobile-menu-items{flex:1 1;display:flex;flex-direction:column;justify-content:flex-start;padding:0;grid-gap:0;gap:0;width:100%}.mobile-primary-nav{background:#f8f6f1;padding:30px 0 20px}.mobile-primary-nav .mobile-nav-link{color:#5a5a5a;text-decoration:none;font-size:16px;font-weight:500;letter-spacing:.5px;padding:18px 25px;transition:color .3s ease;text-transform:uppercase;border-bottom:none;font-family:Montserrat,sans-serif;line-height:1.2;display:block}.mobile-primary-nav .mobile-nav-link:hover{color:#333}.mobile-secondary-nav{background:#fff;padding:20px 0 30px}.mobile-secondary-nav .mobile-nav-link{color:#5a5a5a;text-decoration:none;font-size:16px;font-weight:500;letter-spacing:.5px;padding:18px 25px;transition:color .3s ease;text-transform:uppercase;border-bottom:none;font-family:Montserrat,sans-serif;line-height:1.2;display:block}.mobile-secondary-nav .mobile-nav-link:hover{color:#333}.mobile-menu-social{background:#fff;padding:20px 25px 30px;display:flex;justify-content:flex-start;align-items:center;grid-gap:20px;gap:20px;position:relative;border-top:none;margin:auto 0 0;width:100%}.mobile-menu-social:before{display:none}.social-icons{display:flex;justify-content:flex-start;align-items:center;grid-gap:10px;gap:10px}.social-icon{color:#666;transition:all .3s ease;text-decoration:none;display:flex;border-radius:0;background:transparent;opacity:1;min-width:inherit;min-height:inherit}.social-icon:hover{opacity:.7;transform:translateY(-1px)}.social-icon svg{width:24px;height:24px;fill:currentColor}.social-icon .social-icon-svg{display:flex;align-items:center;justify-content:center;width:22px;height:22px}.social-icon .social-icon-svg svg{width:100%;height:100%;fill:currentColor}@media(min-width:991px){.nav-links-left,.nav-links-right{display:flex}.hamburger-menu{margin-right:30px}.logo-main{font-size:18px}.logo-sub{font-size:14px}.mobile-menu-header{padding:25px 40px}.mobile-menu-items{padding:50px 40px 30px;grid-gap:35px;gap:35px}.mobile-nav-link{font-size:18px;padding:15px 0}.mobile-menu-social{padding:25px 40px 50px;grid-gap:30px;gap:30px}.social-icon .social-icon-svg{width:24px;height:24px}.social-icon .social-icon-svg svg{width:100%;height:100%}.mobile-menu-logo .logo-icon{width:150px;height:47px}.mobile-menu-logo .logo-icon .dynamic-logo-svg svg{max-width:150px;max-height:47px}}.mobile-menu-header-new{display:none}@media(max-width:991px){.logo-text{display:none}.logo-icon .dynamic-logo-svg{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.logo-icon .dynamic-logo-svg svg{width:100%;height:100%}.petal{width:4px;height:12px;transform-origin:center bottom}.petal-1{transform:rotate(0deg) translateY(-6px)}.petal-2{transform:rotate(45deg) translateY(-6px)}.petal-3{transform:rotate(90deg) translateY(-6px)}.petal-4{transform:rotate(135deg) translateY(-6px)}.petal-5{transform:rotate(180deg) translateY(-6px)}.petal-6{transform:rotate(225deg) translateY(-6px)}.petal-7{transform:rotate(270deg) translateY(-6px)}.petal-8{transform:rotate(315deg) translateY(-6px)}.logo-center-circle{width:4px;height:4px}.mobile-menu-header{padding:0;width:100%;opacity:0;height:64px;min-height:64px}.mobile-menu-header-new{display:block;width:100%;background-color:#fff;position:fixed;left:0;top:0;height:64px;z-index:1;transform:translateX(-104%);transition:.35s ease-in-out}.mobile-menu-header-new.active{transform:translateX(0)}.mobile-menu-header-new .mobile-menu-logo{display:flex;justify-content:flex-end;align-items:center;height:64px;padding-right:15px}.mobile-menu-header-new .mobile-menu-logo .logo-icon{width:170px;height:40px}.mobile-menu-header-new .mobile-menu-logo .logo-icon .dynamic-logo-svg svg{max-width:170px;max-height:40px}.mobile-menu-logo .logo-main{font-size:12px}.mobile-menu-logo .logo-sub{font-size:8px}.mobile-menu-logo .logo-icon{width:120px;height:38px}.mobile-menu-logo .logo-icon .dynamic-logo-svg{width:100%;height:100%;display:flex;align-items:center;justify-content:center}.mobile-menu-logo .logo-icon .dynamic-logo-svg svg{width:100%;height:100%;max-width:120px;max-height:38px}.mobile-primary-nav{padding:0;width:100%;display:flex;flex-direction:column}.mobile-primary-nav a{color:#4b4847;font-weight:700;text-transform:uppercase;font-size:12px;display:inline-flex;align-items:center;padding:20px;height:64px;border-bottom:1px solid transparent;transition:.35s ease-in-out}.mobile-primary-nav .mobile-nav-link{padding:18px 20px;font-size:14px}.mobile-secondary-nav{padding:0;width:100%;display:flex;flex-direction:column}.mobile-secondary-nav a{color:#4b4847;font-weight:300;text-transform:uppercase;font-size:12px;display:inline-flex;align-items:center;padding:20px;height:64px;border-bottom:1px solid transparent;transition:.35s ease-in-out}.mobile-secondary-nav .mobile-nav-link{padding:18px 20px;font-size:14px}.mobile-menu-social{padding:15px 20px 30px;grid-gap:12px;gap:12px;width:100%}.social-icon .social-icon-svg{width:20px;height:20px}.social-icon .social-icon-svg svg{width:100%;height:100%}}.watch-video-btn{position:relative;overflow:hidden;z-index:1}.watch-video-btn:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:#c5299b;transition:left .5s ease-in-out;z-index:-1}.watch-video-btn:hover:before{left:0}.watch-video-btn:hover{color:#fff!important}.section_heading--title .different-h2{font-size:26px;line-height:1.3;padding:15px 0 20px;font-weight:400}.carousel-card:hover{transform:translateY(-10px);box-shadow:0 15px 40px rgba(0,0,0,.2)}.carousel-arrow-left:hover,.carousel-arrow-right:hover{background:#c5299b;color:#fff;border-color:#c5299b;transform:scale(1.1)}.card-book-now:hover,.card-read-more:hover{background:#a0236b;transform:translateY(-2px);box-shadow:0 8px 25px rgba(197,41,155,.3)}.carousel-card [data-petal="1"]{transform:rotate(0deg) translateY(-12px)}.carousel-card [data-petal="2"]{transform:rotate(45deg) translateY(-12px)}.carousel-card [data-petal="3"]{transform:rotate(90deg) translateY(-12px)}.carousel-card [data-petal="4"]{transform:rotate(135deg) translateY(-12px)}.carousel-card [data-petal="5"]{transform:rotate(180deg) translateY(-12px)}.carousel-card [data-petal="6"]{transform:rotate(225deg) translateY(-12px)}.carousel-card [data-petal="7"]{transform:rotate(270deg) translateY(-12px)}.carousel-card [data-petal="8"]{transform:rotate(315deg) translateY(-12px)}.carousel-card:hover .cardImageOverlay{background:linear-gradient(180deg,rgba(0,0,0,.4) 0,rgba(0,0,0,.2) 50%,rgba(0,0,0,.8))}.desktop-dropdown-overlay{border:none;border-radius:0;padding:0;margin-top:1px;box-shadow:0 5px 5px 0 rgba(0,0,0,.1);-webkit-box-shadow:0 5px 5px 0 rgba(0,0,0,.1);-moz-box-shadow:0 5px 5px 0 rgba(0,0,0,.1);min-height:400px}.desktop-dropdown-overlay.active{opacity:1;visibility:visible;transform:translateY(0);pointer-events:auto;left:0;min-width:370px;padding:0 80px}.desktop-dropdown-content{width:100%;display:flex;flex-direction:column;position:relative}.desktop-dropdown-items{padding:0;display:flex;flex-direction:column;font-size:14px}.desktop-dropdown-items,.desktop-dropdown-items a{font-weight:700;color:#4b4847;text-transform:uppercase}.desktop-dropdown-items a{font-size:12px;transition:.35s ease-in-out;margin-bottom:30px;line-height:24px}.desktop-dropdown-items a:hover{text-decoration:none;color:#976841}.desktop-dropdown-link{display:flex;align-items:center;color:#666;text-decoration:none;font-size:14px;font-weight:500;letter-spacing:.5px;padding:14px 20px;transition:all .3s ease;background:#fff;border:none;cursor:pointer;grid-gap:10px;gap:10px;font-family:Montserrat,sans-serif}.desktop-dropdown-link:hover{color:#000;background:#f8f8f8}.desktop-dropdown-link:not(:last-child){border-bottom:1px solid #f5f5f5}.desktop-dropdown-link:active{background:#e8e8e8;transform:translateY(1px)}.desktop-dropdown-social{display:flex;align-items:center;justify-content:flex-start;grid-gap:12px;gap:12px}.desktop-dropdown-social .social-icon{color:#666;display:flex;text-decoration:none;transition:all .3s ease;background:transparent}.desktop-dropdown-social .social-icon:hover{background:transparent;transform:scale(1)}.desktop-dropdown-social .social-icon svg{width:24px;height:24px}.desktop-dropdown-social .social-icon.facebook:hover{color:#1877f2;background:rgba(24,119,242,.1)}.desktop-dropdown-social .social-icon.twitter:hover{color:#1da1f2;background:rgba(29,161,242,.1)}.desktop-dropdown-social .social-icon.instagram:hover{color:#e4405f;background:rgba(228,64,95,.1)}.desktop-dropdown-social .social-icon.youtube:hover{color:red;background:rgba(255,0,0,.1)}@media(max-width:767px){.desktop-dropdown-overlay{display:none!important}}.jwc-lportal .cta-prim{display:inline-block;padding:24px 39px;font-size:14px;color:#4b4847;font-weight:700;text-transform:uppercase;line-height:12px;font-family:Montserrat,sans-serif;text-align:center;cursor:pointer;position:relative;transition:all .25s ease-out;background:transparent}.text-center{text-align:center}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.container{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media(min-width:576px){.container{max-width:540px}}@media(min-width:768px){.container{max-width:720px}}@media(min-width:992px){.container{max-width:960px}}@media(min-width:1200px){.container{max-width:1140px}}.container-fluid{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}.venue-features-item li{font-weight:400;font-size:22px!important;line-height:36px!important;color:#4b4847;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased}@media (max-width:1599px){.venue-features-item li{font-size:18px!important;line-height:30px!important}}@media(max-width:1370px){.venue-features-item li{font-size:16px!important;line-height:28px!important}}.content3{font-weight:300;font-size:22px!important;line-height:36px!important;color:#4b4847;font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased}@media (max-width:1599px){.content3{font-size:18px!important;line-height:30px!important}}@media(max-width:1370px){.content3{font-size:16px!important;line-height:28px!important}}.content2{font-size:22px;line-height:36px}@media (max-width:1599px){.content2{font-size:18px;line-height:30px}}@media (max-width:1370px){.content2{font-size:16px;line-height:28px}}@media (max-width:991px){.content2{font-size:14px;line-height:22px}}.content2 a{color:#212529;text-decoration:underline}.Footer_footer__UyM28{position:relative;text-align:left;background:#fff;color:#4b4847;font-size:14px;border-top:1px solid #f5f2ed;font-family:Montserrat,sans-serif;margin-top:80px}@media (max-width:1599px){.Footer_footer__UyM28{font-size:14px}}@media (max-width:767px){.Footer_footer__UyM28{font-size:12px;margin-top:40px}}@media screen and (min-width:767px){.Footer_footer__UyM28 .Footer_collapse__x9J8x:not(.Footer_show__W4fQw){display:block}}@media screen and (max-width:766px){.Footer_footer__UyM28 .Footer_collapse__x9J8x:not(.Footer_show__W4fQw){display:none}}.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l{min-width:50%;display:flex}.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l h6{font-weight:300;font-size:16px;font-family:Montserrat,sans-serif}@media (max-width:1599px){.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l h6{font-size:14px}}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l h6{font-size:12px}}.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget-list__QCnrT{list-style:none;padding:0;margin:0;float:left}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget-list__QCnrT{padding:0}}.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget-list__QCnrT li{padding:5px 0}.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget-list__QCnrT li a{color:#4b4847;font-weight:300}.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget-list__QCnrT li a:hover{text-decoration:underline}.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget__1Uq7N .Footer_card-header__d2nVV{background:none;border:0;padding-right:0}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget__1Uq7N .Footer_card-header__d2nVV{padding:10px 0}}.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget__1Uq7N .Footer_card-header__d2nVV a{width:100%;display:block;color:#4b4847;background:none;position:relative;font-weight:500}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget__1Uq7N .Footer_card-header__d2nVV a:after{content:"";background-repeat:no-repeat;position:absolute;top:7px;left:98%;width:11px;height:7px;animation:none}}.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget__1Uq7N .Footer_card-header__d2nVV a:focus,.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget__1Uq7N .Footer_card-header__d2nVV a:hover{text-decoration:none}.Footer_jwc-lportal__bZtxF footer .Footer_jwc_footer_links__yUG1l .Footer_widget__1Uq7N .Footer_card-header__d2nVV a[aria-expanded=true]:after{transform:rotate(180deg)}.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget__1Uq7N .Footer_card-block__Pd59L{padding:0 1.3rem}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget__1Uq7N .Footer_card-block__Pd59L{padding:0}}.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget__1Uq7N .Footer_card-block__Pd59L .Footer_widget-list__QCnrT li{margin-bottom:0}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l .Footer_widget__1Uq7N .Footer_card-block__Pd59L .Footer_widget-list__QCnrT li{margin-bottom:8px}}@media (max-width:500px){.Footer_jwc-lportal__bZtxF footer .Footer_jwc_footer_links__yUG1l.Footer_phase_one_footer__3IS8M .Footer_widget__1Uq7N .Footer_card-block__Pd59L .Footer_widget-list__QCnrT li{margin:0;width:100%}}.Footer_jwc-lportal__bZtxF footer .Footer_jwc_footer_links__yUG1l.Footer_phase_one_footer__3IS8M .Footer_widget__1Uq7N .Footer_card-block__Pd59L .Footer_widget-list__QCnrT li:last-child{margin-right:0}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_links__yUG1l{padding:50px 0 0}}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI{background:#f5f2ed;padding:2rem 0}@media (max-width:991px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI{padding:0}}.Footer_footer__UyM28 .Footer_jwc_footer_bar_inner__ipm1r{max-width:1440px;margin:0 auto;display:flex;justify-content:space-between}@media (max-width:1599px){.Footer_footer__UyM28 .Footer_jwc_footer_bar_inner__ipm1r{padding:0 20px}}@media (max-width:991px){.Footer_footer__UyM28 .Footer_jwc_footer_bar_inner__ipm1r{padding:1.6rem 15px}}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_bar_inner__ipm1r{display:table;width:100%;padding-bottom:100px!important}}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI p{font-size:14px;margin:0;padding:0 15px;line-height:1.7;font-weight:300}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI p{font-size:12px;line-height:20px}}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_links__rFQVX{padding:0 15px;margin:0;line-height:30px;text-align:left}@media (max-width:991px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_links__rFQVX{width:100%}}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_links__rFQVX{padding:0 0 10px 15px;display:grid;grid-template-columns:repeat(2,1fr);text-align:left;grid-gap:5px 20px;gap:5px 20px}}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_links__rFQVX li{list-style:none;display:inline-block;padding:0 15px 0 0}@media (max-width:1599px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_links__rFQVX li{padding:0 10px 0 0}}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_links__rFQVX li{display:block}}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_links__rFQVX li:last-child{padding-right:0}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_links__rFQVX a{color:#4b4847;font-weight:300}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_social__RRIKo{display:flex}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_social__RRIKo .Footer_desktop_copy_text__AJ7Dy{font-size:14px}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_social__RRIKo .Footer_desktop_copy_text__AJ7Dy{font-size:10px}}@media (max-width:991px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_social__RRIKo{display:inline-flex}}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_social__RRIKo{width:100%;float:left;display:table}}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy{margin:0 0 0 25px}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy{margin:10px 0;width:100%}}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy li a:hover svg circle,.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy li a:hover svg path{fill:#a67d54}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_mobile_copy_text__yrPho{display:none}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_desktop_copy_text__AJ7Dy{display:none}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_mobile_copy_text__yrPho{display:block}}.Footer_footer__UyM28 .Footer_jwc_footer_top__NNBkY{padding:50px 0}@media (max-width:1599px){.Footer_footer__UyM28 .Footer_jwc_footer_top__NNBkY{padding:40px 0}}@media (max-width:991px){.Footer_footer__UyM28 .Footer_jwc_footer_top__NNBkY{padding:30px 0}}.Footer_footer__UyM28 .Footer_jwc_footer_top_inner__O1AQr{max-width:1440px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}@media (max-width:1599px){.Footer_footer__UyM28 .Footer_jwc_footer_top_inner__O1AQr{padding:0 80px}}@media (max-width:991px){.Footer_footer__UyM28 .Footer_jwc_footer_top_inner__O1AQr{padding:0 10px}}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_top_inner__O1AQr{padding:0;display:block}}.Footer_footer__UyM28 .Footer_jwc_footer_top__NNBkY .Footer_footer_logo__R43ag{min-width:20%;display:table;text-align:center}.Footer_footer__UyM28 .Footer_jwc_footer_top__NNBkY .Footer_footer_logo__R43ag img{vertical-align:top}@media (max-width:1599px){.Footer_footer__UyM28 .Footer_jwc_footer_top__NNBkY .Footer_footer_logo__R43ag img{height:120px}}@media (max-width:991px){.Footer_footer__UyM28 .Footer_jwc_footer_top__NNBkY .Footer_footer_logo__R43ag img{height:80px}}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_top__NNBkY{padding:1.3rem 20px}.Footer_footer__UyM28 .Footer_jwc_footer_top__NNBkY .Footer_footer_logo__R43ag img{height:50px}}.Footer_footer__UyM28 .Footer_jwc_footer_top__NNBkY .Footer_footer-icons__O75DV{display:flex;max-width:40%}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_top__NNBkY .Footer_footer-icons__O75DV{max-width:50%;position:absolute;right:1.3rem;top:1.3rem}}.Footer_footer__UyM28 .Footer_jwc_footer_top_inner_links__VVFGE{list-style:none;margin:0;padding:0;width:100%}.Footer_footer__UyM28 .Footer_jwc_footer_top_inner_links__VVFGE li{display:inline-block;margin:0 25px}@media (max-width:1599px){.Footer_footer__UyM28 .Footer_jwc_footer_top_inner_links__VVFGE li{margin:5px 15px}}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_top_inner_links__VVFGE li{width:100%;margin:0;padding:10px 0;text-align:left}}.Footer_footer__UyM28 .Footer_jwc_footer_top_inner_links__VVFGE li a{font-size:16px;font-weight:300;color:#4b4847}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy{padding:0;margin:0 15px 0 25px;display:flex}@media (max-width:500px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy{padding:0;margin:0 0 0 15px}}@media (max-width:767px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy{margin:10px 0;width:100%;justify-content:center;align-items:center}}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy li{list-style:none;float:left;padding:0 35px 0 0}@media (max-width:1599px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy li{padding:0 25px 0 0}}@media (max-width:1099px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy li{padding:0 20px 0 0}}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy li:last-child{padding-right:0}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy li a svg{height:25px;vertical-align:middle}@media (max-width:1599px){.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy li a svg{height:20px}}.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy li a:hover svg circle,.Footer_footer__UyM28 .Footer_jwc_footer_bar__63MvI .Footer_socialUL__T9oiy li a:hover svg path{fill:#4b4847}.Footer_mt20__ok1FI{margin-top:20px}