:root{--event-template-height: clamp(12px, 12.8472222222vw, calc(185px * 1.5));--font-reg: myriad-pro, sans-serif;--font-title: dharma-gothic-e, sans-serif;--color-green: #038285;--color-pink: #D7157E;--color-purple: #6B026B;--color-black: #000;--color-white: #fff;--bg-green-gradient: linear-gradient(0deg, rgba(4, 163, 167, 0.10) 0%, rgba(4, 163, 167, 0.10) 100%);--bg-pink-gradient: rgba(#D7157E, 0.1);--side-filter-width: 300px;--font-small: clamp(12px, 0.9027777778vw, calc(13px * 1.5));--font-base: clamp(14px, 1.1805555556vw, calc(17px * 1.5));--font-80: clamp(50px, 5.5555555556vw, calc(80px * 1.5));--font-65: clamp(55px, 4.5138888889vw, calc(65px * 1.5));--font-55: clamp(35px, 3.8194444444vw, calc(55px * 1.5));--font-40: clamp(35px, 2.7777777778vw, calc(40px * 1.5));--font-30: clamp(20px, 2.0833333333vw, calc(30px * 1.5));--font-25: clamp(20px, 1.7361111111vw, calc(25px * 1.5));--font-20: clamp(18px, 1.3888888889vw, calc(20px * 1.5));--font-18: clamp(16px, 1.25vw, calc(18px * 1.5));--font-15: clamp(14px, 1.0416666667vw, 16px);--font-14: clamp(12px, 0.9722222222vw, calc(14px * 1.5));--font-13: clamp(12px, 0.9027777778vw, 13px);--text-width: 68%;--space-5: clamp(3px, 0.3472222222vw, calc(5px * 1.5));--space-10: clamp(6px, 0.6944444444vw, calc(10px * 1.5));--space-15: clamp(12px, 1.0416666667vw, calc(15px * 1.5));--space-17: clamp(13px, 1.1805555556vw, calc(17px * 1.5));--space-22: clamp(15px, 1.5277777778vw, calc(22px * 1.5));--space-25: clamp(15px, 1.7361111111vw, calc(25px * 1.5));--space-30: clamp(20px, 2.0833333333vw, calc(30px * 1.5));--space-35: clamp(25px, 2.4305555556vw, calc(35px * 1.5));--space-45: clamp(26px, 3.125vw, calc(45px * 1.5));--space-70: clamp(35px, 4.8611111111vw, calc(70px * 1.5));--space-100: clamp(70px, 6.9444444444vw, calc(100px * 1.5));--space-150: clamp(110px, 10.4166666667vw, calc(150px * 1.5));--space-210: clamp(190px, 14.5833333333vw, calc(210px * 1.5));--space-250: clamp(250px, 17.3611111111vw, calc(250px * 1.5));--space-300: clamp(250px, 20.8333333333vw, calc(300px * 1.5));--space-400: clamp(300px, 27.7777777778vw, calc(400px * 1.5));--space-500: clamp(400px, 34.7222222222vw, calc(500px * 1.5));--container: clamp(20px, 5.5555555556vw, 80px);--max-container-width: 2200px}.font-regular{font-family:var(--font-red)}.font-bold{font-family:var(--font-reg);font-weight:700}.font-title{font-family:var(--font-title)}.font-base{font-family:var(--font-reg);font-size:var(--font-base);line-height:1.4;font-weight:normal;font-style:normal;margin:0}.font-80{font-size:var(--font-80);line-height:.9;margin-bottom:.1em}.font-65{font-size:var(--font-65);line-height:1;margin-bottom:.15em}.font-55{font-size:var(--font-55);line-height:1;margin-bottom:.15em}.font-40{font-size:var(--font-40);line-height:1;margin-bottom:.5em}.font-30{font-size:var(--font-30);line-height:1.1}.font-25{font-size:var(--font-25);line-height:1.2;margin-bottom:.6em}.font-20{font-size:var(--font-20);line-height:1.3}.font-18{font-size:var(--font-18);line-height:1.4}.font-15{font-size:var(--font-15);line-height:1.4}.font-14{font-size:var(--font-14);line-height:1.4}.font-13{font-size:var(--font-13);line-height:1.4}.bg-black{background:#000}.bg-white{background:#fff}.bg-green{background-color:var(--color-green)}.color-black{color:#000}.color-white{color:#fff}.w-full{width:100%}.h-full{height:100%}.w-text{width:100%}@media(min-width: 1024px){.w-text{width:var(--text-width)}}.container{width:100%;margin:0 auto;max-width:var(--max-container-width);padding:0 var(--container)}.grid-col-2{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--space-35)}.grid-col-3{display:grid;grid-template-columns:repeat(1, 1fr);gap:var(--space-35)}@media(min-width: 900px){.grid-col-3{grid-template-columns:repeat(2, 1fr)}}@media(min-width: 1024px){.grid-col-3{grid-template-columns:repeat(3, 1fr)}}.grid-col-4{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--space-35)}@media(min-width: 900px){.grid-col-4{grid-template-columns:repeat(4, 1fr)}}.grid-col-5{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--space-70)}@media(min-width: 768px){.grid-col-5{grid-template-columns:repeat(3, 1fr)}}@media(min-width: 1024px){.grid-col-5{grid-template-columns:repeat(5, 1fr)}}.flex{display:flex}.flex-wrap{flex-wrap:wrap}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.fill-space{width:100%;height:100%;position:absolute;top:0;left:0}.header-padding{padding-top:84px}@media(min-width: 1024px){.header-padding{padding-top:100px}}img{width:100%;-o-object-fit:cover;object-fit:cover}.fit-contain{-o-object-fit:contain;object-fit:contain}.fit-cover{-o-object-fit:cover;object-fit:cover}.image{width:100%;aspect-ratio:16/9}button{border:none;background:none;outline:none;padding:0}.block-spektrix-component .complete-container{display:none}.block-spektrix-component .complete-container .button{margin-top:var(--space-22)}.block-spektrix-component .component-membership.single{padding:var(--space-45) 0;background:var(--bg-green-gradient)}.festival .block-spektrix-component .component-membership.single{background:rgba(215,21,126,.1)}@media(min-width: 900px){.block-spektrix-component .component-membership.single .slot{display:grid;grid-template-columns:repeat(2, 1fr);gap:var(--space-35)}}.block-spektrix-component .component-membership.single .slot .slot-image{margin-bottom:var(--space-30);position:relative}@media(min-width: 900px){.block-spektrix-component .component-membership.single .slot .slot-image{height:100%;min-height:300px;margin:0}}.block-spektrix-component .component-membership.single .slot .slot-image img{aspect-ratio:325/408}@media(min-width: 900px){.block-spektrix-component .component-membership.single .slot .slot-image img{height:100%;aspect-ratio:unset}}.block-spektrix-component .component-membership.single .slot .slot-image:after{content:"";display:block;position:absolute;width:40%;bottom:-1px;right:-1px;background-image:url("../img/membership-frame.png");background-repeat:no-repeat;background-size:cover;aspect-ratio:899/1575}.festival .block-spektrix-component .component-membership.single .slot .slot-image:after{background-image:url("../img/membership-frame-pink.png")}.block-spektrix-component .component-membership.single .slot .slot-content .price-top .price{color:var(--color-green)}.festival .block-spektrix-component .component-membership.single .slot .slot-content .price-top .price{color:#d7157e}.block-spektrix-component .component-membership.single .slot .slot-content .price-container{color:var(--color-green)}.festival .block-spektrix-component .component-membership.single .slot .slot-content .price-container{color:#d7157e}.block-spektrix-component .component-membership.single .slot .slot-content label{display:inline-flex;align-items:center;margin:0 0 var(--space-22) 0}.block-spektrix-component .component-membership.single .slot .slot-content label input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:20px;height:20px;border:1px solid #fff;background-color:#fff;margin-right:8px;cursor:pointer;position:relative;transition:all .2s ease}.block-spektrix-component .component-membership.single .slot .slot-content label input:checked:after{content:"";position:absolute;left:6px;top:2px;width:6px;height:12px;border:solid var(--color-green);border-width:0 2px 2px 0;transform:rotate(45deg)}.festival .block-spektrix-component .component-membership.single .slot .slot-content label input:checked:after{border-color:#d7157e}.block-spektrix-component .component-membership.single .slot .cta-container{margin-top:1em}.block-spektrix-component .component-donate{position:relative}.block-spektrix-component .component-donate .slot-image{aspect-ratio:16/9}@media(min-width: 900px){.block-spektrix-component .component-donate .slot-image{position:absolute;top:0;left:0;height:100%;aspect-ratio:unset}}.block-spektrix-component .component-donate .slot-content{position:relative;z-index:2}@media(min-width: 900px){.block-spektrix-component .component-donate .slot-content{min-height:var(--space-500);padding-top:var(--space-100);display:flex;align-items:flex-end}}.block-spektrix-component .component-donate .slot-content .slot-content-inner{background-color:#fff;padding:var(--space-30) 0;position:relative}@media(min-width: 900px){.block-spektrix-component .component-donate .slot-content .slot-content-inner{padding:0 0 30px 0;width:50%;background-color:rgba(0,0,0,0)}}@media(min-width: 900px){.block-spektrix-component .component-donate .slot-content .slot-content-inner:before{background:#fff;content:"";display:block;position:absolute;width:70%;height:calc(100% + 60px);top:-30px;left:-30px}}@media(min-width: 900px){.block-spektrix-component .component-donate .slot-content .slot-content-inner:after{background-image:url("../img/donation-frame.png");background-repeat:no-repeat;background-size:cover;background-position:left bottom;content:"";display:block;position:absolute;width:calc(40% + 30px);height:110%;top:-30px;left:calc(70% - 32px)}}.block-spektrix-component .component-donate .slot-content .slot-content-inner .slot-content-container{position:relative;z-index:2}.block-spektrix-component .component-donate .slot-content .funds-container,.block-spektrix-component .component-donate .slot-content .amount-info-container{width:100%;margin-top:var(--space-15)}.block-spektrix-component .component-donate .slot-content .funds-buttons,.block-spektrix-component .component-donate .slot-content .amount-buttons{display:flex;flex-wrap:wrap;margin-top:var(--space-22)}.block-spektrix-component .component-donate .slot-content .funds-title,.block-spektrix-component .component-donate .slot-content .amount-title{width:100%;margin-bottom:.5em}.block-spektrix-component .component-donate .slot-content .fund-button,.block-spektrix-component .component-donate .slot-content .amount-button{margin-right:var(--space-15);display:flex;margin-bottom:5px}.block-spektrix-component .component-donate .slot-content .fund-button input,.block-spektrix-component .component-donate .slot-content .amount-button input{display:none}.block-spektrix-component .component-donate .slot-content .fund-button input+label,.block-spektrix-component .component-donate .slot-content .amount-button input+label{cursor:pointer;border:1px solid #000;font-size:var(--font-15);font-weight:700;padding:.3em .6em}.block-spektrix-component .component-donate .slot-content .fund-button input:checked+label,.block-spektrix-component .component-donate .slot-content .amount-button input:checked+label{background-color:#000;color:#fff}.block-spektrix-component .component-donate .slot-content .amount-input{margin-top:var(--space-22)}.block-spektrix-component .component-donate .slot-content .amount-input label{font-weight:700;font-size:var(--font-20);margin-bottom:.3em}.block-spektrix-component .component-donate .slot-content .amount-input .input-wrapper{position:relative}.block-spektrix-component .component-donate .slot-content .amount-input .input-wrapper:before{content:"£";position:absolute;top:50%;transform:translate(0, -50%);left:.7em;font-weight:700}.block-spektrix-component .component-donate .slot-content .amount-input .input-wrapper input{border:1px solid #000;padding:.3em .6em .3em 2em}.block-spektrix-component .component-donate .slot-content .cta-container{margin-top:var(--space-22)}