console.log( 'Code is Poetry' );
.uta-memberships { –uta-red: #c8102e; –uta-dark: #101114; –uta-light: #f5f5f5; –uta-white: #ffffff; font-family: Arial, Helvetica, sans-serif; color: var(–uta-dark); line-height: 1.6; } .uta-memberships * { box-sizing: border-box; } .uta-container { max-width: 1180px; margin: 0 auto; padding: 0 22px; } .uta-hero { background: linear-gradient(135deg, #0d0e11 0%, #24262c 100%); color: white; text-align: center; padding: 75px 22px; border-bottom: 6px solid var(–uta-red); } .uta-hero h1 { color: white; font-size: clamp(36px, 6vw, 64px); line-height: 1.05; margin: 0 0 18px; text-transform: uppercase; letter-spacing: 1px; } .uta-hero h1 span { color: var(–uta-red); } .uta-hero p { max-width: 760px; margin: 0 auto 30px; font-size: 19px; color: #eeeeee; } .uta-button { display: inline-block; background: var(–uta-red); color: white !important; padding: 14px 25px; border-radius: 5px; text-decoration: none !important; font-weight: 700; text-align: center; transition: all 0.2s ease; } .uta-button:hover { background: #a80d27; transform: translateY(-2px); } .uta-button-dark { background: var(–uta-dark); } .uta-button-dark:hover { background: #30323a; } .uta-button-outline { background: transparent; border: 2px solid white; margin-left: 8px; } .uta-section { padding: 70px 0; } .uta-section-grey { background: var(–uta-light); } .uta-section-dark { background: var(–uta-dark); color: white; } .uta-heading { text-align: center; max-width: 780px; margin: 0 auto 42px; } .uta-heading h2 { font-size: clamp(30px, 4vw, 44px); line-height: 1.15; margin: 0 0 12px; color: var(–uta-dark); } .uta-section-dark .uta-heading h2 { color: white; } .uta-heading p { margin: 0; font-size: 17px; } .uta-eyebrow { display: block; color: var(–uta-red); text-transform: uppercase; letter-spacing: 2px; font-weight: 800; font-size: 13px; margin-bottom: 8px; } .uta-grid { display: grid; gap: 25px; } .uta-grid-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); } .uta-grid-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); } .uta-card { position: relative; background: white; border: 1px solid #dedede; border-radius: 10px; padding: 32px; box-shadow: 0 8px 24px rgba(0,0,0,.07); display: flex; flex-direction: column; color: var(–uta-dark); } .uta-card-featured { border: 3px solid var(–uta-red); transform: scale(1.025); } .uta-badge { position: absolute; top: -15px; left: 50%; transform: translateX(-50%); background: var(–uta-red); color: white; padding: 6px 15px; border-radius: 20px; text-transform: uppercase; font-size: 12px; font-weight: 800; white-space: nowrap; letter-spacing: .5px; } .uta-card h3 { font-size: 24px; margin: 0 0 6px; color: var(–uta-dark); } .uta-audience { color: #666; font-size: 14px; font-weight: 700; margin-bottom: 16px; } .uta-price { font-size: 42px; line-height: 1; font-weight: 800; color: var(–uta-red); margin: 10px 0 8px; } .uta-price small { font-size: 15px; color: #555; font-weight: 600; } .uta-subprice { min-height: 48px; color: #555; margin-bottom: 16px; } .uta-card ul { padding: 0; margin: 12px 0 25px; list-style: none; flex-grow: 1; } .uta-card li { position: relative; padding: 8px 0 8px 27px; border-bottom: 1px solid #eeeeee; } .uta-card li::before { content: “✓”; position: absolute; left: 0; color: var(–uta-red); font-weight: 900; } .uta-note { background: #fff7f8; border-left: 4px solid var(–uta-red); padding: 18px 20px; margin-top: 28px; border-radius: 4px; } .uta-savings { display: inline-block; background: #e9f6ec; color: #176b2c; font-weight: 800; padding: 6px 11px; border-radius: 4px; margin: 8px 0 18px; } .uta-family { background: linear-gradient(135deg, var(–uta-red), #940c22); color: white; border-radius: 12px; padding: 45px; display: grid; grid-template-columns: 1.6fr .8fr; gap: 35px; align-items: center; } .uta-family h2 { color: white; font-size: 36px; line-height: 1.15; margin: 0 0 12px; } .uta-family p { margin: 0 0 12px; } .uta-family-offer { background: white; color: var(–uta-dark); padding: 26px; border-radius: 9px; text-align: center; } .uta-family-offer strong { display: block; color: var(–uta-red); font-size: 29px; line-height: 1.2; margin-bottom: 7px; } .uta-comparison { width: 100%; border-collapse: collapse; background: white; box-shadow: 0 7px 20px rgba(0,0,0,.07); } .uta-comparison th { background: var(–uta-dark); color: white; padding: 16px; text-align: left; } .uta-comparison td { padding: 15px 16px; border-bottom: 1px solid #e5e5e5; } .uta-comparison tr:nth-child(even) { background: #f8f8f8; } .uta-faq details { background: white; border: 1px solid #dddddd; border-radius: 7px; padding: 0 20px; margin-bottom: 12px; } .uta-faq summary { cursor: pointer; font-size: 17px; font-weight: 750; padding: 19px 35px 19px 0; color: var(–uta-dark); } .uta-faq details p { margin: 0; padding: 0 0 20px; } .uta-final { background: var(–uta-dark); color: white; text-align: center; padding: 65px 22px; } .uta-final h2 { color: white; font-size: 40px; margin: 0 0 12px; } .uta-final p { max-width: 680px; margin: 0 auto 26px; color: #eeeeee; } .uta-smallprint { font-size: 13px; color: #666; margin-top: 25px; } @media (max-width: 850px) { .uta-grid-2, .uta-grid-3, .uta-family { grid-template-columns: 1fr; } .uta-card-featured { transform: none; } .uta-family { padding: 30px 24px; } .uta-comparison { font-size: 14px; } .uta-comparison th, .uta-comparison td { padding: 12px 8px; } } @media (max-width: 520px) { .uta-hero { padding: 55px 18px; } .uta-section { padding: 52px 0; } .uta-card { padding: 27px 22px; } .uta-button { display: block; width: 100%; margin: 9px 0 0; } .uta-button-outline { margin-left: 0; } }
Memberships to suit every student
Whether you’re trying Taekwondo for the first time or you’re ready to make training part of your weekly routine, we have an option to suit you.
Book Your FREE Trial Class View Membership OptionsBook your first class completely FREE
Come along, meet our friendly instructors and experience a class before deciding whether you would like to continue.
FREE Trial Class
- Meet our instructors and experience the academy
- Suitable for Mini Ninjas, Little Ninjas and Taekwondo students
- No obligation to join afterwards
- Choose your next step after your trial
Not quite ready to join?
After your free trial class, you can purchase a four-class introductory pass. This gives you more time to enjoy the classes and find the right membership before signing up.
Taekwondo & Little Ninjas
- Available to new students after their free trial
- Four suitable classes included
- Valid for 31 days from purchase
- Can only be purchased once
Mini Ninjas
- Available to new Mini Ninjas after their free trial
- Four Mini Ninja classes included
- Valid for 31 days from purchase
- Can only be purchased once
Monthly memberships
Choose one class each week or train more frequently with an unlimited membership.
Once a Week
- One class every week
- Official training uniform
- 12 months’ insurance
- First two weeks of training included
Unlimited Training
- Attend unlimited eligible classes
- More opportunities to practise and progress
- Official training uniform
- 12 months’ insurance
- First two weeks of training included
Mini Ninjas
- One age-appropriate class each week
- Fun, structured early-years training
- Develops confidence and coordination
- Created especially for Mini Ninjas
Monthly memberships require 30 days’ written notice if you wish to cancel.
Three-month starter packs
One upfront payment gives new students everything they need for a brilliant start, including training, uniform, insurance and their first grading.
Taekwondo & Little Ninjas Starter Pack
- Three months of unlimited training
- Official training uniform
- Insurance included
- First grading fee included
Mini Ninja Starter Pack
- Three months of Mini Ninja training
- Official training uniform
- Insurance included
- First grading fee included
Annual memberships
Make one upfront payment for 12 months of training and enjoy our best membership value, with no monthly payments to worry about.
Once-a-Week Annual
- One class each week for 12 months
- Save 10% on your membership fees
- Save the joining fee
- No monthly payments
- Simple upfront payment
Unlimited Annual
- Unlimited eligible classes for 12 months
- Save 10% on your membership fees
- Save the joining fee
- No monthly payments
- More training opportunities throughout the year
Which option is right for you?
| Option | Payment | Best for |
|---|---|---|
| Free Trial Class | Free | Experiencing your first class |
| Four-Class Pass | £49 or £39 | Trying more classes before joining |
| Monthly Membership | From £39 per month | Convenient monthly payments |
| Three-Month Starter Pack | £250 or £220 upfront | An all-inclusive start with first grading |
| Annual Membership | From £475 upfront | Our best long-term membership value |
Family membership benefits
Taekwondo is even better when the family gets involved. Additional family members receive 10% off their monthly membership fee.
Individual joining fees still apply to each new family member, including the fourth family member.
Ask About Family MembershipFrequently asked questions
How do I get started?
Every new student can begin with one completely free trial class. Afterwards, you can purchase an optional four-class introductory pass or move directly onto one of our membership packages.
Which membership option should I choose?
Monthly membership offers convenient monthly payments, the three-month starter pack includes everything needed for your first grading, and annual membership offers our best long-term value.
How long do I have to use my class pass?
All four introductory classes must be used within 31 days of purchasing your pass.
Can I buy another introductory class pass?
No. The class pass can only be purchased once per new student following their free trial and before joining one of our ongoing memberships.
What does the joining fee include?
The £79 Taekwondo and Little Ninjas joining fee includes an official training uniform, 12 months’ insurance and your first two weeks of training. The Mini Ninjas joining fee is £59.
Can I attend more than one class each week?
Yes. Choose an unlimited monthly or annual membership if you would like to attend more eligible classes and have additional opportunities to practise and progress.
Do you offer family discounts?
Yes. Additional family members receive 10% off their monthly membership fee, and the fourth family member’s monthly training is free. A joining fee is still payable for each new family member.
How do I cancel a monthly membership?
Monthly memberships can be cancelled by giving at least 30 days’ written notice. Membership payments and class access continue throughout the notice period.
Can I cancel or receive a refund on an annual membership?
Annual memberships are paid upfront and are non-refundable and non-transferable. Unlike our monthly memberships, they cannot be cancelled partway through the 12-month membership period.
Ready to give it a try?
Book your first class completely free. Afterwards, you can choose a four-class introductory pass or the membership package that suits you.
Book Your FREE Trial Class Contact Our Team