.acc{background-color:#fff;padding:2rem 0}@media(min-width:768px){.acc{padding:5rem 0}}.acc__container{max-width:1200px;margin:0 auto;padding:0 16px}@media(min-width:768px){.acc__container{padding:0 1.5rem}}.acc__intro{text-align:center;margin-bottom:2rem}@media(min-width:768px){.acc__intro{margin-bottom:3rem}}.acc__badge{display:inline-block;padding:.25rem .75rem;background-color:var(--color-dark);color:var(--color-white);font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:2px}@media(min-width:768px){.acc__badge{font-size:.875rem}}.acc__grid{display:grid;grid-template-columns:1fr;gap:2rem}@media(min-width:768px){.acc__grid{grid-template-columns:1fr 1fr 1fr;gap:2rem}}.acc__column{min-width:0;display:flex;flex-direction:column}.acc__column-title{font-family:var(--font-oswald);font-size:1rem;font-weight:700;color:#000;margin-bottom:.75rem;letter-spacing:.02em}@media(min-width:768px){.acc__column-title{font-size:1.125rem}}.acc__column-desc{color:#737373;font-size:.875rem;margin-bottom:1rem;line-height:1.5}.acc__offers-list{display:flex;flex-direction:column;gap:.25rem;margin-bottom:1rem}.acc__offers-cta{margin-top:auto;padding-top:1rem}.acc__empty{padding:1.5rem;text-align:center;background-color:var(--color-gray);border-radius:2px;margin-bottom:1rem}.acc__empty p{font-size:.875rem;color:#737373;margin-bottom:.75rem}.acc__seo-text{margin-bottom:1.5rem}.acc__seo-text p{font-size:.875rem;line-height:1.6;color:#525252;margin-bottom:.75rem}.acc__seo-text p:last-child{margin-bottom:0}.acc__logos{display:flex;align-items:center;gap:1.5rem;margin-top:1.5rem;padding-top:1rem;border-top:1px solid #e5e5e5}.acc__logo-img{opacity:.7;transition:opacity .15s;height:auto}.acc__logo-img:hover{opacity:1}.acc__cat-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column}.acc__cat-item{border-top:1px solid #e5e5e5}.acc__cat-item:last-child{border-bottom:1px solid #e5e5e5}.acc__cat-link{display:block;padding:.5rem 0;font-size:.875rem;color:#000;text-decoration:none;transition:color .15s}.acc__cat-link:hover{text-decoration:underline}.acc__cat-link--all{font-style:italic;font-weight:600}.hero{position:relative;overflow:hidden;background:#000;padding:2.5rem 1rem 0;display:flex;flex-direction:column}@media(min-width:768px){.hero{padding:4rem 1.5rem 0}}.hero__grain{opacity:.035;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");background-repeat:repeat;background-size:256px 256px}.hero__grain,.hero__grid-lines{position:absolute;inset:0;pointer-events:none}.hero__grid-lines{background-image:linear-gradient(90deg,hsla(0,0%,100%,.03) 1px,transparent 0);background-size:25% 100%;mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.5) 30%,rgba(0,0,0,.5) 70%,transparent);-webkit-mask-image:linear-gradient(180deg,transparent,rgba(0,0,0,.5) 30%,rgba(0,0,0,.5) 70%,transparent)}.hero__container{position:relative;max-width:1200px;margin:0 auto;width:100%;z-index:1;display:flex;flex-direction:column}.hero__top{flex:1;display:flex;flex-direction:column;align-items:center;padding-bottom:2rem}@media(min-width:768px){.hero__top{padding-bottom:3rem}}.hero__intro{text-align:center;margin-bottom:2rem;opacity:0;transform:translateY(16px);transition:opacity .6s ease,transform .6s ease}.hero--revealed .hero__intro{opacity:1;transform:translateY(0)}@media(min-width:768px){.hero__intro{margin-bottom:2.5rem}}.hero__badge{display:inline-block;padding:.25rem .75rem;background-color:var(--color-yellow);color:#000;font-size:.6875rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;border-radius:2px;margin-bottom:1rem}@media(min-width:768px){.hero__badge{font-size:.75rem;margin-bottom:1.25rem}}.hero__title{font-family:var(--font-oswald);font-size:1.75rem;font-weight:700;color:#fff;letter-spacing:.04em;text-transform:uppercase;line-height:1.15}@media(min-width:768px){.hero__title{font-size:3rem}}.hero__panel{max-width:640px;width:100%;transition:opacity .2s ease,transform .2s ease}.hero__panel--enter{opacity:1;transform:translateY(0)}.hero__panel--exit{opacity:0;transform:translateY(8px)}.hero__panel-title{font-family:var(--font-oswald);font-size:1.25rem;font-weight:700;color:#fff;margin-bottom:.5rem;letter-spacing:.03em;text-transform:uppercase}@media(min-width:768px){.hero__panel-title{font-size:1.375rem;margin-bottom:.75rem}}.hero__panel-desc{color:hsla(0,0%,100%,.55);font-size:.875rem;line-height:1.6;margin-bottom:1.5rem}@media(min-width:768px){.hero__panel-desc{font-size:1rem}}@keyframes hero-feature-in{0%{opacity:0;transform:translateX(-8px)}to{opacity:1;transform:translateX(0)}}.hero__panel-features{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:0}.hero__panel-features li{display:flex;align-items:center;gap:.75rem;font-size:.875rem;color:hsla(0,0%,100%,.8);padding:.625rem 0;border-bottom:1px solid hsla(0,0%,100%,.06);animation:hero-feature-in .35s ease both}.hero__panel-features li:last-child{border-bottom:none}.hero__panel-features li svg{flex-shrink:0;color:var(--color-yellow);width:16px;height:16px}@media(max-width:767px){.hero__panel-features li{font-size:.8125rem;gap:.5rem;padding:.5rem 0}}.hero__panel-cta{margin-top:1.5rem}@media(min-width:768px){.hero__panel-cta{margin-top:2rem}}.hero__panel-cta-placeholder{height:42px}.hero__cards{display:grid;grid-template-columns:repeat(2,1fr);gap:1px;opacity:0;transform:translateY(12px);transition:opacity .6s ease .25s,transform .6s ease .25s}.hero--revealed .hero__cards{opacity:1;transform:translateY(0)}@media(min-width:768px){.hero__cards{grid-template-columns:repeat(4,1fr)}}.hero__card{padding:1rem;border:none;background:hsla(0,0%,100%,.04);cursor:pointer;text-align:left;display:flex;flex-direction:column;gap:.25rem;transition:background .25s ease;position:relative}@media(min-width:768px){.hero__card{padding:1.25rem 1.25rem 1.5rem;gap:.375rem}}.hero__card:before{content:"";position:absolute;top:0;left:0;right:0;height:2px;background:transparent;transition:background .25s ease}.hero__card:hover{background:hsla(0,0%,100%,.07)}.hero__card--active{background:hsla(0,0%,100%,.08)}.hero__card--active:before{background:var(--color-yellow)}.hero__card--active:hover{background:hsla(0,0%,100%,.08)}.hero__card--active .hero__card-label{color:var(--color-yellow)}.hero__card--active .hero__card-title{color:#fff}.hero__card-label{font-size:.625rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:hsla(0,0%,100%,.35);transition:color .25s ease}@media(min-width:768px){.hero__card-label{font-size:.6875rem}}.hero__card-title{font-family:var(--font-oswald);font-size:.875rem;font-weight:700;color:hsla(0,0%,100%,.6);letter-spacing:.02em;transition:color .25s ease}@media(min-width:768px){.hero__card-title{font-size:1rem}}.hero__card-desc{font-size:.6875rem;color:hsla(0,0%,100%,.3);line-height:1.4;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}@media(max-width:767px){.hero__card-desc{display:none}}@media(min-width:768px){.hero__card-desc{font-size:.75rem}}.hp-sections{padding:2rem 0;background-color:#fff}@media(min-width:768px){.hp-sections{padding:6rem 0}}.hp-sections__container{max-width:1600px;margin:0 auto;padding:0;overflow:hidden}@media(min-width:768px){.hp-sections__container{padding:0 1.5rem;overflow:visible}}.hp-sections__intro{text-align:center;margin-bottom:1.5rem;padding:0 16px}@media(min-width:768px){.hp-sections__intro{margin-bottom:4rem;padding:0}}.hp-sections__badge{display:inline-block;padding:.25rem .75rem;background-color:#ff0;color:#000;font-size:.75rem;font-weight:700;text-transform:uppercase;letter-spacing:.05em;border-radius:2px;margin-bottom:.75rem}@media(min-width:768px){.hp-sections__badge{padding:.375rem 1rem;font-size:.875rem;margin-bottom:1rem}}.hp-sections__title{font-family:var(--font-oswald);font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.75rem;letter-spacing:.02em}@media(min-width:768px){.hp-sections__title{font-size:2.25rem;margin-bottom:1rem}}.hp-sections__desc{color:#737373;max-width:48rem;margin:0 auto;font-size:1.125rem;line-height:1.6}@media(max-width:768px){.hp-sections__desc{font-size:.875rem}}.hp-article{margin-bottom:2.5rem}@media(min-width:768px){.hp-article{margin-bottom:4rem}}.hp-article--last{margin-bottom:0}.hp-article__grid{display:grid;grid-template-columns:1fr;gap:1.25rem;align-items:center}@media(min-width:1024px){.hp-article__grid{grid-template-columns:1fr 1fr;gap:3rem}}.hp-article__text{padding:0 16px}@media(min-width:768px){.hp-article__text{padding:0}}@media(min-width:1024px){.hp-article__text--order2{order:2}}.hp-article__visual{overflow:hidden;min-width:0}@media(max-width:1023px){.hp-article__visual{order:-1}}@media(min-width:1024px){.hp-article__visual--order1{order:1}}.hp-article__heading{display:flex;align-items:center;gap:.75rem;margin-bottom:1rem}.hp-header-icon{width:3rem;height:3rem;background-color:#ff0;border-radius:2px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.hp-header-icon-svg{width:1.5rem;height:1.5rem;color:#000}.hp-header-icon-svg--yellow{color:#ff0}.hp-header-icon--black{background-color:#000}.hp-article__h3{font-family:var(--font-oswald);font-size:1.25rem;font-weight:700;color:#000;letter-spacing:.02em}@media(min-width:768px){.hp-article__h3{font-size:1.875rem}}.hp-article__subtitle{color:#525252;margin-bottom:1.5rem;font-size:1.125rem;line-height:1.6}@media(max-width:768px){.hp-article__subtitle{font-size:.875rem;margin-bottom:1rem}}.hp-feature-list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:1rem}@media(max-width:768px){.hp-feature-list{gap:.625rem}}.hp-feature-item{display:flex;align-items:flex-start;gap:.75rem}.hp-check-icon{width:1.25rem;height:1.25rem;color:#000;margin-top:.125rem;flex-shrink:0}@media(max-width:768px){.hp-check-icon{width:1rem;height:1rem}}.hp-feature-item__title{font-weight:600;color:#000;display:block}@media(max-width:768px){.hp-feature-item__title{font-size:.8125rem}}.hp-feature-item__desc{color:#737373;font-size:.875rem;margin:0}@media(max-width:768px){.hp-feature-item__desc{font-size:.75rem}}.hp-illust{border-radius:2px;padding:.5rem;display:flex;align-items:center;justify-content:center;min-height:auto}@media(min-width:768px){.hp-illust{padding:2rem;min-height:300px}}.hp-illust--dark{background:linear-gradient(to bottom right,#000,#171717)}.hp-illust--yellow{background:linear-gradient(to bottom right,#ff0,#e6e600);flex-direction:column;text-align:center}.hp-illust__grid{display:grid;grid-template-columns:1fr 1fr;gap:.375rem;width:100%}@media(min-width:768px){.hp-illust__grid{gap:.75rem;max-width:24rem}}.hp-illust__card{background:hsla(0,0%,100%,.1);backdrop-filter:blur(8px);border-radius:2px;padding:.75rem;display:flex;flex-direction:column;justify-content:center}@media(min-width:768px){.hp-illust__card{padding:1rem;aspect-ratio:1}}.hp-illust-icon{width:1.5rem;height:1.5rem;color:#ff0;margin-bottom:.375rem}@media(min-width:768px){.hp-illust-icon{width:2rem;height:2rem;margin-bottom:.5rem}}.hp-illust__card-title{font-size:.875rem;font-weight:600;color:#fff}@media(min-width:768px){.hp-illust__card-title{font-size:1.125rem}}.hp-illust__card-sub{font-size:.625rem;color:#a3a3a3}@media(min-width:768px){.hp-illust__card-sub{font-size:.75rem}}.hp-globe-icon{width:4rem;height:4rem;color:#000;margin-bottom:1rem}.hp-illust__yellow-title{font-size:1.5rem;font-weight:700;color:#000;margin-bottom:.5rem}@media(min-width:768px){.hp-illust__yellow-title{font-size:1.875rem}}.hp-illust__yellow-sub{color:rgba(0,0,0,.7);font-weight:500}.hp-illust__yellow-small{font-size:.875rem;color:rgba(0,0,0,.5);margin-top:.5rem}.hp-calendar-mockup{background:linear-gradient(to bottom right,#000,#171717);border-radius:2px;padding:.75rem;min-height:auto;overflow:hidden;width:100%;box-sizing:border-box}@media(min-width:768px){.hp-calendar-mockup{padding:1.5rem;min-height:400px}}.hp-calendar-mockup__header{display:flex;align-items:center;justify-content:space-between;margin-bottom:.75rem}@media(min-width:768px){.hp-calendar-mockup__header{margin-bottom:1.25rem}}.hp-calendar-mockup__title{color:#fff;font-weight:600;font-size:.875rem;display:flex;align-items:center;gap:.375rem}.hp-calendar-mockup__title .hp-illust-icon{width:1rem;height:1rem}@media(min-width:768px){.hp-calendar-mockup__title{font-size:1.125rem;gap:.5rem}.hp-calendar-mockup__title .hp-illust-icon{width:1.25rem;height:1.25rem}}.hp-calendar-mockup__month{color:#a3a3a3;font-size:.75rem}@media(min-width:768px){.hp-calendar-mockup__month{font-size:.875rem}}.hp-calendar-mockup__weekdays{display:grid;grid-template-columns:repeat(7,1fr);gap:.125rem;margin-bottom:.5rem}@media(min-width:768px){.hp-calendar-mockup__weekdays{gap:.25rem;margin-bottom:.75rem}}.hp-calendar-mockup__weekday{text-align:center;font-size:.625rem;color:#737373;padding:.125rem 0}@media(min-width:768px){.hp-calendar-mockup__weekday{font-size:.75rem;padding:.25rem 0}}.hp-calendar-mockup__days{display:grid;grid-template-columns:repeat(7,1fr);gap:.125rem;margin-bottom:.75rem}@media(min-width:768px){.hp-calendar-mockup__days{gap:.25rem;margin-bottom:1.25rem}}.hp-calendar-mockup__day{text-align:center;padding:.3rem 0;border-radius:2px;font-size:.75rem;background:hsla(0,0%,100%,.05);color:#a3a3a3}@media(min-width:768px){.hp-calendar-mockup__day{padding:.5rem 0;font-size:.875rem}}.hp-calendar-mockup__day--active{background-color:#ff0;color:#000;font-weight:700}.hp-calendar-mockup__events{display:flex;flex-direction:column;gap:.5rem}@media(min-width:768px){.hp-calendar-mockup__events{gap:.75rem}}.hp-event-row{background:hsla(0,0%,100%,.1);backdrop-filter:blur(8px);border-radius:2px;padding:.5rem .625rem;display:flex;align-items:center;justify-content:space-between;gap:.5rem;overflow:hidden;text-decoration:none;color:inherit;cursor:pointer;transition:background .15s}.hp-event-row:hover{background:hsla(0,0%,100%,.16)}@media(min-width:768px){.hp-event-row{padding:.75rem;gap:.75rem}}.hp-event-row__info{flex:1;min-width:0;overflow:hidden}.hp-event-row__meta{display:flex;align-items:center;gap:.375rem;margin-bottom:.125rem}@media(min-width:768px){.hp-event-row__meta{gap:.5rem;margin-bottom:.25rem}}.hp-event-row__date{color:#ff0;font-size:.625rem;font-weight:700;white-space:nowrap}@media(min-width:768px){.hp-event-row__date{font-size:.75rem}}.hp-event-row__name{color:#fff;font-weight:500;font-size:.75rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:768px){.hp-event-row__name{font-size:.875rem}}.hp-event-row__location{color:#a3a3a3;font-size:.625rem;display:flex;align-items:center;gap:.5rem;overflow:hidden}@media(min-width:768px){.hp-event-row__location{font-size:.75rem;gap:.75rem}}.hp-event-row__loc-item{display:flex;align-items:center;gap:.125rem;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media(min-width:768px){.hp-event-row__loc-item{gap:.25rem}}.hp-mappin-icon{width:.625rem;height:.625rem}@media(min-width:768px){.hp-mappin-icon{width:.75rem;height:.75rem}}.hp-event-row__btn{background-color:#ff0;color:#000;font-size:.625rem;font-weight:700;padding:.25rem .5rem;border-radius:2px;text-decoration:none;white-space:nowrap;transition:background-color .15s;flex-shrink:0;display:none}@media(min-width:768px){.hp-event-row__btn{display:inline-block;font-size:.75rem;padding:.375rem .75rem}}.hp-event-row__btn:hover{background-color:#e6e600;color:#000}