digital.aniwa.co
Open in
urlscan Pro
2606:4700::6812:1e85
Public Scan
URL:
https://digital.aniwa.co/
Submission: On July 19 via api from US — Scanned from DE
Submission: On July 19 via api from US — Scanned from DE
Form analysis
3 forms found in the DOMPOST /tenant_leads
<form id="new_lead_8eb8e11a6b" action="/tenant_leads" accept-charset="UTF-8" data-remote="true" method="post">
<input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="hidden" name="tenant_lead[page_url]" value="https://digital.aniwa.co/">
<label for="new_lead_8eb8e11a6b-email" class="form__label"> Email </label>
<input id="new_lead_8eb8e11a6b-email" type="email" name="tenant_lead[email]" value="" placeholder="Enter your email" autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" required="" class="form__control"
aria-describedby="new_lead_8eb8e11a6b-error">
<p id="new_lead_8eb8e11a6b-error" class="form__error-msg hidden" role="alert">Please enter a valid email address</p>
<div class="form__group">
<input id="new_lead_8eb8e11a6b-accept" class="form__group-checkbox" name="accept" type="checkbox" value="true">
<label for="new_lead_8eb8e11a6b-accept">Keep me up to date on classes, events and new releases.</label>
</div>
<div class="form__group form__button-group">
<input id="new_lead_8eb8e11a6b-submit-lead" type="submit" value="Submit" class="button button-primary" aria-label="Submit">
<p class="lead_capture-error" role="alert">Oops, something went wrong. Please try again with a different email address.</p>
</div>
<script>
$(function() {
$("#new_lead_8eb8e11a6b > input[name='tenant_lead[page_url]']").val(window.location.href)
});
document.getElementById('new_lead_8eb8e11a6b').addEventListener('thinkific:success', function(event) {
$('#new_lead_8eb8e11a6b-submit-lead').val("Thank You");
$('#new_lead_8eb8e11a6b').addClass('lead_capture-success')
$('#new_lead_8eb8e11a6b .lead_capture-error').hide();
setTimeout(function() {
$('#new_lead_8eb8e11a6b-submit-lead').val('Submit');
$('#new_lead_8eb8e11a6b').removeClass('lead_capture-success')
$('#new_lead_8eb8e11a6b')[0].reset();
$('#new_lead_8eb8e11a6b-submit-lead').attr('disabled', 'disabled');
}, 6000);
})
document.getElementById('new_lead_8eb8e11a6b').addEventListener('thinkific:error', function(event) {
$('#new_lead_8eb8e11a6b .lead_capture-error').show();
})
/*$('#new_lead_8eb8e11a6b-accept').on('click', function() {
if ($('#new_lead_8eb8e11a6b-accept').is (':checked')) {
$('#new_lead_8eb8e11a6b-submit-lead').removeAttr('disabled');
} else {
$('#new_lead_8eb8e11a6b-submit-lead').attr('disabled', 'disabled');
}
});*/
</script>
<script>
function addErrorMsg(fieldId, errorId) {
fieldId.addClass('input--error');
fieldId.attr("aria-invalid", "true");
errorId.removeClass('hidden');
}
function removeErrorMsg(fieldId, errorId) {
fieldId.removeClass('input--error');
fieldId.attr("aria-invalid", "false");
errorId.addClass('hidden');
}
var regex = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
var $email = $('#user\\[email\\]');
var $emailError = $('#user\\[email\\]-error')
$email.on('focusout', function() {
if (!regex.test($email.val())) {
addErrorMsg($email, $emailError);
} else {
removeErrorMsg($email, $emailError);
}
});
var $leadCapture = $('#new_lead_8eb8e11a6b-email')
var $leadCaptureError = $('#new_lead_8eb8e11a6b-error')
$leadCapture.on('focusout', function() {
if (!regex.test($leadCapture.val())) {
addErrorMsg($leadCapture, $leadCaptureError);
} else {
removeErrorMsg($leadCapture, $leadCaptureError);
}
});
var $password = $('#user\\[password\\]');
var $passwordError = $('#user\\[password\\]-error')
$password.on('focusout', function() {
if ($password.val().length < 6) {
addErrorMsg($password, $passwordError);
} else {
removeErrorMsg($password, $passwordError);
}
});
var $firstName = $('#user\\[first_name\\]');
var $firstNameError = $('#user\\[first_name\\]-error');
$firstName.on('focusout', function() {
if ($firstName.val() === '') {
addErrorMsg($firstName, $firstNameError);
} else {
removeErrorMsg($firstName, $firstNameError);
}
});
var $lastName = $('#user\\[last_name\\]');
var $lastNameError = $('#user\\[last_name\\]-error');
$lastName.on('focusout', function() {
if ($lastName.val() === '') {
addErrorMsg($lastName, $lastNameError);
} else {
removeErrorMsg($lastName, $lastNameError);
}
});
var $checkbox = $('#user\\[terms\\]');
var $checkboxError = $('#user\\[terms\\]-error');
$checkbox.on('focusout', function() {
if (!$checkbox.is(':checked')) {
addErrorMsg($checkbox, $checkboxError);
} else {
removeErrorMsg($checkbox, $checkboxError);
}
});
var $file = $('.my-account__avatar-label');
$file.on('change', function() {
$file.append('<p id="my-account__avatar--error" class="sr-only" role="alert">liquid.partials.form.file_changed</p>')
});
var $select = $('.custom-select');
var $selectError = $('#custom-select-error')
$select.on('focusout', function() {
if ($(this).prop('required')) {
if (!$select.val()) {
addErrorMsg($select, $selectError);
} else {
removeErrorMsg($select, $selectError);
}
}
});
var $customField = $('.custom-field');
var $customFieldError = $('#custom-field-error');
$customField.on('focusout', function() {
if ($(this).prop('required')) {
if ($customField.val() === '') {
addErrorMsg($customField, $customFieldError);
} else {
removeErrorMsg($customField, $customFieldError);
}
}
});
</script>
<small>By sharing your email, you agree to our Terms of Service and Privacy Policy.</small>
</form>
POST /tenant_leads
<form id="new_lead_249360a8c2" action="/tenant_leads" accept-charset="UTF-8" data-remote="true" method="post">
<input name="utf8" type="hidden" value="✓" autocomplete="off"><input type="hidden" name="tenant_lead[page_url]" value="https://digital.aniwa.co/">
<label for="new_lead_249360a8c2-email" class="form__label"> Email </label>
<input id="new_lead_249360a8c2-email" type="email" name="tenant_lead[email]" value="" placeholder="Enter your email" autocapitalize="off" autocomplete="off" autocorrect="off" spellcheck="false" required="" class="form__control"
aria-describedby="new_lead_249360a8c2-error">
<p id="new_lead_249360a8c2-error" class="form__error-msg hidden" role="alert">Please enter a valid email address</p>
<div class="form__group form__button-group">
<input id="new_lead_249360a8c2-submit-lead" type="submit" value="Submit" class="button button-primary" aria-label="Submit">
<p class="lead_capture-error" role="alert">Oops, something went wrong. Please try again with a different email address.</p>
</div>
<script>
$(function() {
$("#new_lead_249360a8c2 > input[name='tenant_lead[page_url]']").val(window.location.href)
});
document.getElementById('new_lead_249360a8c2').addEventListener('thinkific:success', function(event) {
$('#new_lead_249360a8c2-submit-lead').val("Thank You");
$('#new_lead_249360a8c2').addClass('lead_capture-success')
$('#new_lead_249360a8c2 .lead_capture-error').hide();
setTimeout(function() {
$('#new_lead_249360a8c2-submit-lead').val('Submit');
$('#new_lead_249360a8c2').removeClass('lead_capture-success')
$('#new_lead_249360a8c2')[0].reset();
$('#new_lead_249360a8c2-submit-lead').attr('disabled', 'disabled');
}, 6000);
})
document.getElementById('new_lead_249360a8c2').addEventListener('thinkific:error', function(event) {
$('#new_lead_249360a8c2 .lead_capture-error').show();
})
$('#new_lead_249360a8c2-accept').on('click', function() {
if ($('#new_lead_249360a8c2-accept').is(':checked')) {
$('#new_lead_249360a8c2-submit-lead').removeAttr('disabled');
} else {
$('#new_lead_249360a8c2-submit-lead').attr('disabled', 'disabled');
}
});
</script>
<script>
function addErrorMsg(fieldId, errorId) {
fieldId.addClass('input--error');
fieldId.attr("aria-invalid", "true");
errorId.removeClass('hidden');
}
function removeErrorMsg(fieldId, errorId) {
fieldId.removeClass('input--error');
fieldId.attr("aria-invalid", "false");
errorId.addClass('hidden');
}
var regex = /^(([^<>()\[\]\\.,;:\s@"]+(\.[^<>()\[\]\\.,;:\s@"]+)*)|(".+"))@((\[[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\])|(([a-zA-Z\-0-9]+\.)+[a-zA-Z]{2,}))$/;
var $email = $('#user\\[email\\]');
var $emailError = $('#user\\[email\\]-error')
$email.on('focusout', function() {
if (!regex.test($email.val())) {
addErrorMsg($email, $emailError);
} else {
removeErrorMsg($email, $emailError);
}
});
var $leadCapture = $('#new_lead_249360a8c2-email')
var $leadCaptureError = $('#new_lead_249360a8c2-error')
$leadCapture.on('focusout', function() {
if (!regex.test($leadCapture.val())) {
addErrorMsg($leadCapture, $leadCaptureError);
} else {
removeErrorMsg($leadCapture, $leadCaptureError);
}
});
var $password = $('#user\\[password\\]');
var $passwordError = $('#user\\[password\\]-error')
$password.on('focusout', function() {
if ($password.val().length < 6) {
addErrorMsg($password, $passwordError);
} else {
removeErrorMsg($password, $passwordError);
}
});
var $firstName = $('#user\\[first_name\\]');
var $firstNameError = $('#user\\[first_name\\]-error');
$firstName.on('focusout', function() {
if ($firstName.val() === '') {
addErrorMsg($firstName, $firstNameError);
} else {
removeErrorMsg($firstName, $firstNameError);
}
});
var $lastName = $('#user\\[last_name\\]');
var $lastNameError = $('#user\\[last_name\\]-error');
$lastName.on('focusout', function() {
if ($lastName.val() === '') {
addErrorMsg($lastName, $lastNameError);
} else {
removeErrorMsg($lastName, $lastNameError);
}
});
var $checkbox = $('#user\\[terms\\]');
var $checkboxError = $('#user\\[terms\\]-error');
$checkbox.on('focusout', function() {
if (!$checkbox.is(':checked')) {
addErrorMsg($checkbox, $checkboxError);
} else {
removeErrorMsg($checkbox, $checkboxError);
}
});
var $file = $('.my-account__avatar-label');
$file.on('change', function() {
$file.append('<p id="my-account__avatar--error" class="sr-only" role="alert">liquid.partials.form.file_changed</p>')
});
var $select = $('.custom-select');
var $selectError = $('#custom-select-error')
$select.on('focusout', function() {
if ($(this).prop('required')) {
if (!$select.val()) {
addErrorMsg($select, $selectError);
} else {
removeErrorMsg($select, $selectError);
}
}
});
var $customField = $('.custom-field');
var $customFieldError = $('#custom-field-error');
$customField.on('focusout', function() {
if ($(this).prop('required')) {
if ($customField.val() === '') {
addErrorMsg($customField, $customFieldError);
} else {
removeErrorMsg($customField, $customFieldError);
}
}
});
</script>
</form>
<form aria-live="polite" class="needsclick klaviyo-form klaviyo-form-version-cid_1 kl-private-reset-css-Xuajs1" data-testid="klaviyo-form-Rs4ycJ" novalidate=""
style="display: flex; flex-direction: row; box-sizing: border-box; width: 780px; min-width: 200px; max-width: 1000px; border-radius: 4px; border-style: none; border-width: 0px; border-color: rgb(0, 0, 0); background-color: rgb(19, 31, 82); background-repeat: no-repeat; background-position-y: 50%; padding: 20px 15px; flex: 1 1 0%;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: column; width: 100%; margin: 0px; padding: 0px; min-height: 500px; justify-content: center;">
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1"
style="display: flex; justify-content: flex-start; padding: 10px 6px 0px 0px; position: relative; background-color: rgb(19, 31, 82); flex: 1 0 0px;">
<div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-107768816" style="width: 100%;">
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span style="color: #ffffff;"><span class="ql-font-poppins"
style="font-size: 36px; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold;">Enjoy a free Ho'oponopono video</span><span class="ql-font-poppins"
style="font-size: 36px; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: bold;"> </span></span></p>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
<div class="kl-private-reset-css-Xuajs1 go3176171171" id="rich-text-107768817" style="width: 100%;">
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"><span class="ql-font-poppins"
style="font-size: 16px; color: #ffffff; font-family: Poppins, 'Helvetica Neue', Helvetica, Arial, sans-serif; font-weight: 400;">Sign up for our newsletter to join the Aniwa Community and we'll send you updates on our upcoming courses,
events, retreats, and the highly anticipated Aniwa Gathering
2024.<br><a href="https://www.aniwa.co/courses/intro-kumu"><img src="https://import.cdn.thinkific.com/467823/oMmAgnmSV6jRED3dOu2I_Kumu.png" alt="" width="700" height="422"></a></span></p>
<p style="text-align: center; font-size: 14px; font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif; font-weight: 400;"> </p>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px 0px; position: relative; flex: 1 0 0px;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;"><input id="email_107768818" class="needsclick go3578274518 kl-private-reset-css-Xuajs1" type="email"
autocomplete="email" name="email" tabindex="0" placeholder="Email" aria-label="Email" aria-invalid="false" options="[object Object]"
style="box-sizing: border-box; border-radius: 4px; padding: 0px 0px 0px 16px; height: 50px; text-align: left; color: rgb(0, 0, 0); font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(96, 106, 114);">
<div class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
<div class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-grow: 1; flex-direction: column; align-self: flex-end;">
<div class="needsclick go549993107 kl-private-reset-css-Xuajs1"
style="display: flex; flex-direction: row; box-sizing: border-box; border-radius: 4px; padding: 0px; height: 50px; text-align: left; font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgb(255, 255, 255); border: 1px solid rgb(96, 106, 114);">
<button class="needsclick go3158017835 kl-private-reset-css-Xuajs1" aria-label="Search Countries" type="button" role="combobox" aria-haspopup="listbox" aria-expanded="false"
style="display: flex; flex-direction: row; align-items: center; justify-content: space-between; box-sizing: border-box; border: 1px solid rgba(0, 0, 0, 0); width: 72px; height: 50px; cursor: pointer; padding-left: 10px; margin-right: 5px;"><img
aria-label="United States" title="United States" src="https://cdnjs.cloudflare.com/ajax/libs/flag-icon-css/4.1.4/flags/4x3/us.svg"
style="display: inline-block; width: 1em; height: 1em; vertical-align: middle; border-radius: 3px;"><svg height="20" width="20" viewBox="0 0 20 20" aria-hidden="true" focusable="false" class="" transform=""
style="fill: rgb(96, 106, 114);">
<path
d="M4.516 7.548c0.436-0.446 1.043-0.481 1.576 0l3.908 3.747 3.908-3.747c0.533-0.481 1.141-0.446 1.574 0 0.436 0.445 0.408 1.197 0 1.615-0.406 0.418-4.695 4.502-4.695 4.502-0.217 0.223-0.502 0.335-0.787 0.335s-0.57-0.112-0.789-0.335c0 0-4.287-4.084-4.695-4.502s-0.436-1.17 0-1.615z">
</path>
</svg></button><input type="tel" data-testid="phoneNumberInput" id="phone_number_107768819" autocomplete="tel" name="phone-number" tabindex="0" placeholder="Phone Number" aria-label="Phone Number" aria-invalid="false"
class="needsclick undefined kl-private-reset-css-Xuajs1"
style="border: none; text-align: left; color: rgb(0, 0, 0); font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 16px; font-weight: 400; letter-spacing: 0px; background-color: rgba(0, 0, 0, 0); flex-grow: 1;">
</div>
<div class="needsclick kl-private-reset-css-Xuajs1" style="width: 100%; position: relative;"></div>
</div>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1"
style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; background-color: rgba(255, 255, 255, 0); flex: 1 0 0px;"><button class="needsclick go952291206 kl-private-reset-css-Xuajs1" type="button" tabindex="0"
style="background: rgb(253, 194, 84); border-radius: 6px; border-style: none; border-color: rgb(33, 29, 28); border-width: 3px; color: rgb(19, 31, 82); font-family: Poppins, "Helvetica Neue", Helvetica, Arial, sans-serif; font-size: 18px; font-weight: 700; letter-spacing: 0px; line-height: 1; white-space: normal; padding-top: 0px; padding-bottom: 0px; text-align: center; word-break: break-word; align-self: flex-end; cursor: pointer; height: 54px; width: 100%;">Continue</button>
</div>
</div>
<div data-testid="form-row" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; flex-direction: row; align-items: stretch; position: relative;">
<div component="[object Object]" data-testid="form-component" class="needsclick kl-private-reset-css-Xuajs1" style="display: flex; justify-content: flex-start; padding: 10px 6px; position: relative; flex: 1 0 0px;">
<div class="go1875850290" style="width: 100%;">
<p>By submitting this form and signing up for texts, you consent to receive marketing text messages (e.g. promos, cart reminders) from Aniwa at the number provided, including messages sent by autodialer. Consent is not a condition of
purchase. Msg & data rates may apply. Msg frequency varies. Unsubscribe at any time by replying STOP or clicking the unsubscribe link (where available). <a href="http://www.aniwagathering.com/privacy-policy">Privacy Policy</a> &
<a href="http://www.aniwagathering.com/termsandconditions">Terms</a>.</p>
</div>
</div>
</div>
</div><input type="submit" tabindex="-1" value="Submit" style="display: none;">
</form>
Text Content
Skip to main content Toggle menu Menu * Home * Offerings * About us * Elders * ANIWA GATHERING * DIGITAL ELDER READINGS * Sign In JOIN THE ANIWA COMMUNITY LEARN DIRECTLY FROM INDIGENOUS ELDERS Email Please enter a valid email address Keep me up to date on classes, events and new releases. Oops, something went wrong. Please try again with a different email address. By sharing your email, you agree to our Terms of Service and Privacy Policy. NEWEST OFFERING * [DIGITAL] INTRODUCTION TO HO'OPONOPONO WITH KUMU RAMSAY (HAWAIIAN) Offerings (13) 5.0 average rating Discover the transformative path of ho'oponopono, embracing personal responsibility and mindfulness. Free/ 2 Lessons View more ALL DIGITAL OFFERINGS [DIGITAL] INTRODUCTION TO HO'OPONOPONO WITH KUMU RAMSAY (HAWAIIAN) Discover the transformative path of ho'oponopono, embracing personal responsibility and mindfulness. (13) 5.0 average rating 2 Lessons Free [DIGITAL] HEAL YOURSELF & OTHERS WITH SACRED PLANTS WITH NANA AMALIA (MAYA KAQCHIQUEL) Learn about the healing power of common plants available around the world, to heal oneself and others. (7) 5.0 average rating 4 Lessons $44.00 [DIGITAL] OPENING SPIRITUAL CHANNELS WORKSHOP WITH MAMOS & ZAGAS Learn how to open your channels to make it easier to receive clear messages from Spirit. (1) 5.0 average rating 5 Lessons $189.00 [DIGITAL] “ESKAWATA KAYAWEI” SACRED HUNI KUIN CHANT FOR HEALING & TRANSFORMATION WITH NINAWA PAI DA MATA - HUNI KUIN Learn the sacred 'Eskawata Kayawei' prayer and connect to the healing essence of Huni Kuin chants (6) 5.0 average rating 5 Lessons $44.00 [DIGITAL] WINTER SOLSTICE OBSERVANCE WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn to harness the powerful energy of winter solstice to set the tone for the next year 3 Lessons $44.00 [DIGITAL] OUR SPIRIT ANIMALS WITH GRANDMOTHER LÁNÉSAÁN MOONWALKER - YOEME, APACHE A day of the dead offering to the ones who help guide us (3) 5.0 average rating 3 Lessons $44.00 [DIGITAL] GA'AN: THE SACRED MOUNTAIN SPIRITS OF THE APACHE PEOPLE - CHIFFON LARK Discover the sacred mountain spirits to unveiling ancient Apache wisdom (4) 4.8 average rating 3 Lessons $33.00 [DIGITAL] CHIEF RAONI'S EARTH WISDOM AND THE FIGHT FOR OUR PLANET - KAYAPO Listen to one of the world's most respected Indigenous leaders powerful call to action to preserve the Earth. 2 Lessons $33.00 [DIGITAL] CREATIVE LIFE FORCE ENERGY PART II - GRANDMOTHER LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn to deepen your relationships to take them to a soul level 2 Lessons $60.00 [DIGITAL] HAPÈ 101 MASTERCLASS WITH CHIEF MAPU HUNI KUIN Learn about the use and songs for this sacred medicine (13) 5.0 average rating 4 Lessons $44.00 [DIGITAL] STORY OF CREATION: GOD VS DEVIL Listen to Benki Piyãko tell the Ashaninka story of creation. (1) 5.0 average rating 2 Lessons $44.00 [DIGITAL] SACRED TREES: BUILDING RECIPROCAL RELATIONSHIPS WITH TREES WITH GRANDMOTHER LÁNÉSAÁN MOONWALKER Learn how to communicate with and build a reciprocal sacred relationship with tree beings, allowing them to guide you towards wholeness and alignment with the natural world (3) 5.0 average rating 3 Lessons $88.00 [DIGITAL] FAMILY & PARTNERSHIP UNITY WITH MAMOS & ZAGAS Learn Akunduna (cleansing) & pagamentos to strengthen bonds between couples and/or parents and children (4) 5.0 average rating 5 Lessons $101.00 [DIGITAL] MAYAN SOLAR CALENDAR & IT’S CARRIERS OF TIME Understanding the Maya Chol Ab', our deep relationship with nature and the sacred energies that guide our lives. (1) 5.0 average rating 3 Lessons $45.00 [DIGITAL] TRADITIONAL MAYAN CACAO CEREMONY WITH NANA ROSALIA ZAVALA (MAYA K’ICHE) A healing ceremony invoking the 20 energies of the Mayan Calendar (2) 5.0 average rating 3 Lessons $54.00 [DIGITAL] INTRODUCTION TO SACRED SEXUALITY, PART I - GRANDMOTHER LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn sacred alignment with one's own creative life force energy 2 Lessons $88.00 [DIGITAL] TRADITIONAL WISDOM AROUND PRAYER FANS & FEATHERS WITH PATRICK SCOTT - DINÉ Learn traditions and protocols about the use of sacred feathers and fans. 3 Lessons $44.00 [DIGITAL] UNDERSTANDING FEAR, SADNESS AND ANXIETY WITH BENKI PIYÃKO - ASHANINKA Liberate yourself from the constraints of the mind. (1) 5.0 average rating 2 Lessons $44.00 [DIGITAL] RECONNECT TO WATER CULTURE BASED ON ECOLOGICAL AND CULTURAL VALUES WITH MONA POLACCA - HOPI, HAVASUPAI, TEWA Step beyond geographical and invisible boundaries that have separated us from our relationship with this sacred element Water. 3 Lessons $44.00 [DIGITAL] DAY OF THE DEAD: HONORING THE ANCESTORS BY CREATING AN OFRENDA FOR DAY OF THE DEAD WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn how to create one’s own ofrenda (1) 5.0 average rating 2 Lessons $33.00 [DIGITAL] SONGS & HEALING WITH THE SHANENAWA Experience the Feminine Force of the Shanenawa women and elders 2 Lessons $22.00 [DIGITAL] DINÉ WISDOM ON THE POWER OF THE SEASONS WITH JERRY NELSON Learn How The Seasons Affect Us Mentally, Emotionally, and Spiritually 2 Lessons $33.00 [DIGITAL] SACRED TEACHER PLANTS & HEALING PRAYERS WITH CHIEF MAPU - HUNI KUIN Learn how to harvest, prepare, use & connect with sacred teacher plants (2) 5.0 average rating 2 Lessons $36.00 [DIGITAL] CONNECTION & HEALING WITH THE ELEMENTS THAT GIVE US LIFE FROM A MAYAN PERSPECTIVE WITH NANA AMALIA TUM & TATA MARIO OVALLE - MAYA KAQCKIKEL Learn to connect with the elements that give us life and participate in a live Mayan healing ceremony (1) 5.0 average rating 3 Lessons $88.00 [DIGITAL] MANQOSPI KAWSAY WITH TÚPAQ TTITO KUNTUR - PAQ'O ANDINO, INKA Learn Inka codes to purify and activate your energy centers (3) 5.0 average rating 7 Lessons $366.00 [DIGITAL] DINÉ KINSHIP WITH JERRY NELSON - DINÉ Learn about traditional Diné (Navajo) kinship & clan system 2 Lessons $33.00 [DIGITAL] SACREDNESS OF THE FEMININE FROM A ZAGA PERSPECTIVE Learn how to harness the power of your feminine with Zagas (female Mamos) (11) 5.0 average rating 9 Lessons $189.00 [DIGITAL] KAMARAMPI (AYAHUASCA) A SACRED PLANT OF CONSCIOUSNESS WITH BENKI PIYÃKO - ASHANINKA Listen to the experience and guidance of a great indigenous master (6) 5.0 average rating 2 Lessons $44.00 [DIGITAL] THE HUNI KUIN WOMEN’S ART COLLECTIVE WITH NINAWA PAI DA MATA - HUNI KUIN Learn about traditional art, sacred patterns, prayers & songs 2 Lessons $22.00 [DIGITAL] WATER PRAYER WITH MONA POLACCA - HOPI, HAVASUPAI, TEWA Join in prayer to send healing to the waters 2 Lessons $22.00 [DIGITAL] FULL MOON WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Practice a guided full moon meditation 2 Lessons $22.00 [DIGITAL] NEW MOON RITUAL WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn practices to harness the power of the new moon (1) 5.0 average rating 2 Lessons $33.00 [DIGITAL] TRADITIONAL APACHE WISDOM, STORIES & PRAYERS WITH TWILA CASSADORE - APACHE Hear Apache cultural stories and prophecies 2 Lessons $33.00 [DIGITAL] HEALING CEREMONY WITH NANA AMALIA TUM & TATA MARIO OVALLE - MAYA KAQCKIKEL Transform your actions and set a positive mind to achieve balance and good health 3 Lessons $55.00 [DIGITAL] OUR CONNECTION WITH THE SPIRITUAL WORLD WITH BENKI PIYÃKO - ASHANINKA Learn about the spirits of the rainforest and how this relates to these very intense times of transition (1) 5.0 average rating 2 Lessons $22.00 [DIGITAL] COLONIZATION WITH IRITAH SHEMIRA - DOGON Learn about the effects of colonization from the Dogon perspective 2 Lessons $33.00 [DIGITAL] RAPÉ CEREMONY WITH MATSINI - YAWANAWA Learn the meaning of the Rapé medicine and hear beautiful prayer songs (4) 5.0 average rating 2 Lessons $33.00 [DIGITAL] WORKING WITH THE MOON WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn a meditative moon practice for coming into alignment (1) 5.0 average rating 2 Lessons $44.00 [DIGITAL] HONOR LIFE AND DEATH WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn to honor death as much as we honor new life 2 Lessons $44.00 [DIGITAL] PEACEFUL COEXISTENCE WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn How to Create Peaceful Coexistence in Your Inner & Outer World (1) 5.0 average rating 3 Lessons $88.00 [DIGITAL] ANCESTRAL HEALING ICAROS WITH MAESTRA INEZ, LAURA, AND LILA - SHIPIBO KONIBO Listen to healing Icaros (magic chants) (11) 4.8 average rating 2 Lessons $22.00 [DIGITAL] SACRED OFFERINGS TO HEAL ADDICTION AND EARTH WITH MAMO RODRIGO & FAMILY - WIWA, KOGI, ARHUACO Learn how to interact with alcohol and other teacher plants 2 Lessons $44.00 [DIGITAL] SACRED SITES, ANCIENT SYMBOLS, AND SPIRITUAL OFFERINGS WITH MATZUWA OSCAR - MAYO YOREME Explore sacred sites of Mexico and ancient symbols 2 Lessons $27.00 [DIGITAL] SACRED SONGS OF THE FOREST WITH NINAWA PAI DA MATA, BIRUNANI & TUWE - HUNI KUIN Raise your frequency by listening to these ancient prayers 2 Lessons $22.00 [DIGITAL] THE INKA SECRETS OF PURIFICATION WITH TÚPAQ TTITO KUNTUR - PAQ'O ANDINO, INKA Learn to purify yourself with this water prayer 2 Lessons $77.00 [DIGITAL] SACRED SONGS TO CONNECT TO THE ELEMENTS WITH MATUA RUIA KEREOPA - MAORI Join in Maori prayer to honor the Earth, Wind, Fire, Water and Wood 2 Lessons $22.00 [DIGITAL] WE ARE ALL RELATED WITH MONA POLACCA - HOPI, HAVASUPAI, TEWA Learn how to honor all of our relations 2 Lessons $22.00 [DIGITAL] HOPI PROPHECY WITH MONA POLACCA - HOPI, HAVASUPAI, TEWA Listen to Mona speak about prophecy in the Hopi tradition (1) 5.0 average rating 2 Lessons $22.00 [DIGITAL] INTRODUCTION TO HO'OPONOPONO WITH KUMU RAMSAY (HAWAIIAN) Discover the transformative path of ho'oponopono, embracing personal responsibility and mindfulness. (13) 5.0 average rating 2 Lessons Free [DIGITAL] HEAL YOURSELF & OTHERS WITH SACRED PLANTS WITH NANA AMALIA (MAYA KAQCHIQUEL) Learn about the healing power of common plants available around the world, to heal oneself and others. (7) 5.0 average rating 4 Lessons $44.00 [DIGITAL] OPENING SPIRITUAL CHANNELS WORKSHOP WITH MAMOS & ZAGAS Learn how to open your channels to make it easier to receive clear messages from Spirit. (1) 5.0 average rating 5 Lessons $189.00 [DIGITAL] “ESKAWATA KAYAWEI” SACRED HUNI KUIN CHANT FOR HEALING & TRANSFORMATION WITH NINAWA PAI DA MATA - HUNI KUIN Learn the sacred 'Eskawata Kayawei' prayer and connect to the healing essence of Huni Kuin chants (6) 5.0 average rating 5 Lessons $44.00 [DIGITAL] WINTER SOLSTICE OBSERVANCE WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn to harness the powerful energy of winter solstice to set the tone for the next year 3 Lessons $44.00 [DIGITAL] OUR SPIRIT ANIMALS WITH GRANDMOTHER LÁNÉSAÁN MOONWALKER - YOEME, APACHE A day of the dead offering to the ones who help guide us (3) 5.0 average rating 3 Lessons $44.00 [DIGITAL] GA'AN: THE SACRED MOUNTAIN SPIRITS OF THE APACHE PEOPLE - CHIFFON LARK Discover the sacred mountain spirits to unveiling ancient Apache wisdom (4) 4.8 average rating 3 Lessons $33.00 [DIGITAL] CHIEF RAONI'S EARTH WISDOM AND THE FIGHT FOR OUR PLANET - KAYAPO Listen to one of the world's most respected Indigenous leaders powerful call to action to preserve the Earth. 2 Lessons $33.00 [DIGITAL] CREATIVE LIFE FORCE ENERGY PART II - GRANDMOTHER LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn to deepen your relationships to take them to a soul level 2 Lessons $60.00 [DIGITAL] HAPÈ 101 MASTERCLASS WITH CHIEF MAPU HUNI KUIN Learn about the use and songs for this sacred medicine (13) 5.0 average rating 4 Lessons $44.00 [DIGITAL] STORY OF CREATION: GOD VS DEVIL Listen to Benki Piyãko tell the Ashaninka story of creation. (1) 5.0 average rating 2 Lessons $44.00 [DIGITAL] SACRED TREES: BUILDING RECIPROCAL RELATIONSHIPS WITH TREES WITH GRANDMOTHER LÁNÉSAÁN MOONWALKER Learn how to communicate with and build a reciprocal sacred relationship with tree beings, allowing them to guide you towards wholeness and alignment with the natural world (3) 5.0 average rating 3 Lessons $88.00 [DIGITAL] FAMILY & PARTNERSHIP UNITY WITH MAMOS & ZAGAS Learn Akunduna (cleansing) & pagamentos to strengthen bonds between couples and/or parents and children (4) 5.0 average rating 5 Lessons $101.00 [DIGITAL] MAYAN SOLAR CALENDAR & IT’S CARRIERS OF TIME Understanding the Maya Chol Ab', our deep relationship with nature and the sacred energies that guide our lives. (1) 5.0 average rating 3 Lessons $45.00 [DIGITAL] TRADITIONAL MAYAN CACAO CEREMONY WITH NANA ROSALIA ZAVALA (MAYA K’ICHE) A healing ceremony invoking the 20 energies of the Mayan Calendar (2) 5.0 average rating 3 Lessons $54.00 [DIGITAL] INTRODUCTION TO SACRED SEXUALITY, PART I - GRANDMOTHER LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn sacred alignment with one's own creative life force energy 2 Lessons $88.00 [DIGITAL] TRADITIONAL WISDOM AROUND PRAYER FANS & FEATHERS WITH PATRICK SCOTT - DINÉ Learn traditions and protocols about the use of sacred feathers and fans. 3 Lessons $44.00 [DIGITAL] UNDERSTANDING FEAR, SADNESS AND ANXIETY WITH BENKI PIYÃKO - ASHANINKA Liberate yourself from the constraints of the mind. (1) 5.0 average rating 2 Lessons $44.00 [DIGITAL] RECONNECT TO WATER CULTURE BASED ON ECOLOGICAL AND CULTURAL VALUES WITH MONA POLACCA - HOPI, HAVASUPAI, TEWA Step beyond geographical and invisible boundaries that have separated us from our relationship with this sacred element Water. 3 Lessons $44.00 [DIGITAL] DAY OF THE DEAD: HONORING THE ANCESTORS BY CREATING AN OFRENDA FOR DAY OF THE DEAD WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn how to create one’s own ofrenda (1) 5.0 average rating 2 Lessons $33.00 [DIGITAL] SONGS & HEALING WITH THE SHANENAWA Experience the Feminine Force of the Shanenawa women and elders 2 Lessons $22.00 [DIGITAL] DINÉ WISDOM ON THE POWER OF THE SEASONS WITH JERRY NELSON Learn How The Seasons Affect Us Mentally, Emotionally, and Spiritually 2 Lessons $33.00 [DIGITAL] SACRED TEACHER PLANTS & HEALING PRAYERS WITH CHIEF MAPU - HUNI KUIN Learn how to harvest, prepare, use & connect with sacred teacher plants (2) 5.0 average rating 2 Lessons $36.00 [DIGITAL] CONNECTION & HEALING WITH THE ELEMENTS THAT GIVE US LIFE FROM A MAYAN PERSPECTIVE WITH NANA AMALIA TUM & TATA MARIO OVALLE - MAYA KAQCKIKEL Learn to connect with the elements that give us life and participate in a live Mayan healing ceremony (1) 5.0 average rating 3 Lessons $88.00 [DIGITAL] MANQOSPI KAWSAY WITH TÚPAQ TTITO KUNTUR - PAQ'O ANDINO, INKA Learn Inka codes to purify and activate your energy centers (3) 5.0 average rating 7 Lessons $366.00 [DIGITAL] DINÉ KINSHIP WITH JERRY NELSON - DINÉ Learn about traditional Diné (Navajo) kinship & clan system 2 Lessons $33.00 [DIGITAL] SACREDNESS OF THE FEMININE FROM A ZAGA PERSPECTIVE Learn how to harness the power of your feminine with Zagas (female Mamos) (11) 5.0 average rating 9 Lessons $189.00 [DIGITAL] KAMARAMPI (AYAHUASCA) A SACRED PLANT OF CONSCIOUSNESS WITH BENKI PIYÃKO - ASHANINKA Listen to the experience and guidance of a great indigenous master (6) 5.0 average rating 2 Lessons $44.00 [DIGITAL] THE HUNI KUIN WOMEN’S ART COLLECTIVE WITH NINAWA PAI DA MATA - HUNI KUIN Learn about traditional art, sacred patterns, prayers & songs 2 Lessons $22.00 [DIGITAL] WATER PRAYER WITH MONA POLACCA - HOPI, HAVASUPAI, TEWA Join in prayer to send healing to the waters 2 Lessons $22.00 [DIGITAL] FULL MOON WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Practice a guided full moon meditation 2 Lessons $22.00 [DIGITAL] NEW MOON RITUAL WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn practices to harness the power of the new moon (1) 5.0 average rating 2 Lessons $33.00 [DIGITAL] TRADITIONAL APACHE WISDOM, STORIES & PRAYERS WITH TWILA CASSADORE - APACHE Hear Apache cultural stories and prophecies 2 Lessons $33.00 [DIGITAL] HEALING CEREMONY WITH NANA AMALIA TUM & TATA MARIO OVALLE - MAYA KAQCKIKEL Transform your actions and set a positive mind to achieve balance and good health 3 Lessons $55.00 [DIGITAL] OUR CONNECTION WITH THE SPIRITUAL WORLD WITH BENKI PIYÃKO - ASHANINKA Learn about the spirits of the rainforest and how this relates to these very intense times of transition (1) 5.0 average rating 2 Lessons $22.00 [DIGITAL] COLONIZATION WITH IRITAH SHEMIRA - DOGON Learn about the effects of colonization from the Dogon perspective 2 Lessons $33.00 [DIGITAL] RAPÉ CEREMONY WITH MATSINI - YAWANAWA Learn the meaning of the Rapé medicine and hear beautiful prayer songs (4) 5.0 average rating 2 Lessons $33.00 [DIGITAL] WORKING WITH THE MOON WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn a meditative moon practice for coming into alignment (1) 5.0 average rating 2 Lessons $44.00 [DIGITAL] HONOR LIFE AND DEATH WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn to honor death as much as we honor new life 2 Lessons $44.00 [DIGITAL] PEACEFUL COEXISTENCE WITH LÁNÉSAÁN MOONWALKER - YOEME, APACHE Learn How to Create Peaceful Coexistence in Your Inner & Outer World (1) 5.0 average rating 3 Lessons $88.00 [DIGITAL] ANCESTRAL HEALING ICAROS WITH MAESTRA INEZ, LAURA, AND LILA - SHIPIBO KONIBO Listen to healing Icaros (magic chants) (11) 4.8 average rating 2 Lessons $22.00 [DIGITAL] SACRED OFFERINGS TO HEAL ADDICTION AND EARTH WITH MAMO RODRIGO & FAMILY - WIWA, KOGI, ARHUACO Learn how to interact with alcohol and other teacher plants 2 Lessons $44.00 [DIGITAL] SACRED SITES, ANCIENT SYMBOLS, AND SPIRITUAL OFFERINGS WITH MATZUWA OSCAR - MAYO YOREME Explore sacred sites of Mexico and ancient symbols 2 Lessons $27.00 [DIGITAL] SACRED SONGS OF THE FOREST WITH NINAWA PAI DA MATA, BIRUNANI & TUWE - HUNI KUIN Raise your frequency by listening to these ancient prayers 2 Lessons $22.00 [DIGITAL] THE INKA SECRETS OF PURIFICATION WITH TÚPAQ TTITO KUNTUR - PAQ'O ANDINO, INKA Learn to purify yourself with this water prayer 2 Lessons $77.00 [DIGITAL] SACRED SONGS TO CONNECT TO THE ELEMENTS WITH MATUA RUIA KEREOPA - MAORI Join in Maori prayer to honor the Earth, Wind, Fire, Water and Wood 2 Lessons $22.00 [DIGITAL] WE ARE ALL RELATED WITH MONA POLACCA - HOPI, HAVASUPAI, TEWA Learn how to honor all of our relations 2 Lessons $22.00 [DIGITAL] HOPI PROPHECY WITH MONA POLACCA - HOPI, HAVASUPAI, TEWA Listen to Mona speak about prophecy in the Hopi tradition (1) 5.0 average rating 2 Lessons $22.00 View more courses INSTRUCTORS HOPI, HAVASUPAI, TEWA - USA Mona Polacca MAORI - NEW ZEALAND Louis (Matua) Te Kouorehua Kereopa Matua is a Maori Elder (kaumatua) He is a natural counsellor and mentor. He works with various levels of spiritual and emotional guidance and healing. Matua is also a musician and teaches his own form of open eyes prayer meditation, called "Te Rakau Rangimarie” or way of the peace stick. Moving through the 7 elements/guardians of Nature, honouring the Creator and Mother Earth. Matua’s forehead markings represent his spiritual connection with Sky Father, the nose markings represent the Breath of Life, the lips, mouth and chin represent Sacred Jaw of Truth, both sides of his face represent his work of service to God, Ancestors and Family. He received these markings from the elders of his tribe, a blessing attained or his service of Love as a Master Carver and a Matua Puna... Living Spring. YOEME - USA LánéSaán Moonwalker SHIPIBO - PERU Maestra Inez Laura, & Lila Maestra Inez is one of the last Shipibo with her level of knowledge, now in her 70s, she has been working as a Master Shaman for over 50 years, along with her two daughters Laura and Lila. PAQ'O ANDINO, INKA - PERU Túpaq Ttito Kuntur Túpaq descends from the pre-Inka and Inka ancestors. He’s an Altomisayoq - a bridge between the celestial, the elementals, and the terrestrial realms. He was taught by his Inka elders and the Apus (spirits) of the High Holy Mountains of the Andes. Túpaq is a spiritual teacher and counselor, keeper of cosmic wisdom of the Paq’os and the Inkas. He is a maestro of the new MUSUQ, Tawantinsuyo of the Inkas. HOPI, HAVASUPAI, TEWA - USA Mona Polacca MAORI - NEW ZEALAND Louis (Matua) Te Kouorehua Kereopa Matua is a Maori Elder (kaumatua) He is a natural counsellor and mentor. He works with various levels of spiritual and emotional guidance and healing. Matua is also a musician and teaches his own form of open eyes prayer meditation, called "Te Rakau Rangimarie” or way of the peace stick. Moving through the 7 elements/guardians of Nature, honouring the Creator and Mother Earth. Matua’s forehead markings represent his spiritual connection with Sky Father, the nose markings represent the Breath of Life, the lips, mouth and chin represent Sacred Jaw of Truth, both sides of his face represent his work of service to God, Ancestors and Family. He received these markings from the elders of his tribe, a blessing attained or his service of Love as a Master Carver and a Matua Puna... Living Spring. YOEME - USA LánéSaán Moonwalker SHIPIBO - PERU Maestra Inez Laura, & Lila Maestra Inez is one of the last Shipibo with her level of knowledge, now in her 70s, she has been working as a Master Shaman for over 50 years, along with her two daughters Laura and Lila. PAQ'O ANDINO, INKA - PERU Túpaq Ttito Kuntur Túpaq descends from the pre-Inka and Inka ancestors. He’s an Altomisayoq - a bridge between the celestial, the elementals, and the terrestrial realms. He was taught by his Inka elders and the Apus (spirits) of the High Holy Mountains of the Andes. Túpaq is a spiritual teacher and counselor, keeper of cosmic wisdom of the Paq’os and the Inkas. He is a maestro of the new MUSUQ, Tawantinsuyo of the Inkas. HOPI, HAVASUPAI, TEWA - USA Mona Polacca ELDER READINGS Aniwa is proud to announce a once-in-a-lifetime opportunity to have private readings and healing sessions with some of the most gifted elders, the ones who carry wisdom from unbroken lineages, kept secret for thousands of years. Book now RETREATS Embark on a live-changing retreat led by Aniwa, that offer profound healing and transformational experiences. Join us in Guatemala for our “Love Retreat” with the Aniwa Maya elders April 22 - 27, 2024. Learn more MARKETPLACE We are so excited to share our new Aniwa Gathering merchandise with you. Choose from a variety of epic clothing and accessories available for adults and children. We're proud to share that our items are eco-friendly. Shop Watch Intro Video WHAT MEMBERS ARE SAYING JANINA S. Germany "Words can’t express my gratitude for Aniwa. I have been to the last two Aniwa gatherings. To receive the love and wisdom of all these elders from all over the world is wonderful. Aniwa to me was such a magical, heart-opening event. A beautiful opportunity to deepen the connection with amazing elders, to see their connection with nature, their kindness, their love, to learn about their traditions, to pray together, to receive deep healing, and to meet many lovely people and make new friends. It was a life-changing experience that opened my eyes to many things, which I knew deep inside but had forgotten. Especially sharing this with my mother was beautiful. I can't wait to join the next gathering!" BRANDON O. USA "In a world so disconnected from spirit, Aniwa is the catalyst that bridges indigenous wisdom and the modern world. From their gatherings to online events, Aniwa facilitates a space in which we can learn more about ourselves and under the guidance of the elders, find healing, transformation, and a deeper relationship with nature around us." A.C. USA "The teachings and offerings from Indigenous Leaders and People thanks to Aniwa’s effort is a great gift. Feeling the wisdom, the open hearts, and generosity during the digital gatherings has expanded my perspective on what is possible, how to live with more alignment and trust in the power of intentional living and prayer. Each gathering offers an opportunity to go deeper, learn more, and gain insights into inner transformation. It is special to learn from such rich cultures and traditions about healing, empowerment, and living with integrity and heart. Thank you, thank you, thank you. " LUCINDA W. USA “No words can really convey the connection and depth of what I have felt over the weekend…I am so full of gratitude! I was moved, in so many ways, and felt part of a community so quickly, wonderful!” MATTHEW D. USA The work and mission of Aniwa has been a source of so much love and healing in my life. There are no words to express how their work as bridges for indigenous wisdom has blessed my life, my family, and countless others I have witnessed miracles. The platform and support they offer to the indigenous is crucial at this time, as we are facing many obstacles in movement towards a unified humanity. Thank you So much for this channel of Spirit that is so needed to create balance on this Great Mother Earth. Viva Aniwa!!! 💜🔥💜 JOHANNA S. Italy “If Aniwa would manage to gather all the people in the world to receive these great gifts, the world will be a different place. Mother Earth would be in a better place. We would all use so much more love and kindness.” JESSIE D. USA "I'm in awe of how even just the words from our indigenous elders and the music of their communities have completely cracked my heart wide open- even through the screen. Every word spoken is said with such spirit, with such force, I'm hanging on every single word for the medicine I know it's offering me. Thank you Aniwa for supporting such sacred teachings and blessings to be broadcast far and wide, the domino effect of healing that has started because of this will ripple throughout so many communities and lives from here on out.” ANDREW S. USA “Aniwa has tapped into the true transformative power of the online world. We are all interconnected in spirit and by Mother Earth and also by the internet. I’m so happy to use my time online to further my spiritual studies and stay connected with my community.” SHANTTEH P. USA "How do you explain taking away a lifetime's worth of priceless knowledge from an experience that lasts a handful of days? It’s truly a gift to be given such powerful information that not only helps us open our own hearts, minds, and souls but also shows us how to spread that love and wisdom to those around us- and beyond. Aniwa brings together some of the humblest, wisest, and most powerful leaders one might ever witness to do just that- to teach us how to brighten our lights in order for us to collectively increase the vibration of this planet. I am forever humbled and grateful to be able to learn so much from these beautiful souls and I am looking forward to witnessing the growth that Aniwa contributes to this world." JANINA S. Germany "Words can’t express my gratitude for Aniwa. I have been to the last two Aniwa gatherings. To receive the love and wisdom of all these elders from all over the world is wonderful. Aniwa to me was such a magical, heart-opening event. A beautiful opportunity to deepen the connection with amazing elders, to see their connection with nature, their kindness, their love, to learn about their traditions, to pray together, to receive deep healing, and to meet many lovely people and make new friends. It was a life-changing experience that opened my eyes to many things, which I knew deep inside but had forgotten. Especially sharing this with my mother was beautiful. I can't wait to join the next gathering!" BRANDON O. USA "In a world so disconnected from spirit, Aniwa is the catalyst that bridges indigenous wisdom and the modern world. From their gatherings to online events, Aniwa facilitates a space in which we can learn more about ourselves and under the guidance of the elders, find healing, transformation, and a deeper relationship with nature around us." A.C. USA "The teachings and offerings from Indigenous Leaders and People thanks to Aniwa’s effort is a great gift. Feeling the wisdom, the open hearts, and generosity during the digital gatherings has expanded my perspective on what is possible, how to live with more alignment and trust in the power of intentional living and prayer. Each gathering offers an opportunity to go deeper, learn more, and gain insights into inner transformation. It is special to learn from such rich cultures and traditions about healing, empowerment, and living with integrity and heart. Thank you, thank you, thank you. " LUCINDA W. USA “No words can really convey the connection and depth of what I have felt over the weekend…I am so full of gratitude! I was moved, in so many ways, and felt part of a community so quickly, wonderful!” MATTHEW D. USA The work and mission of Aniwa has been a source of so much love and healing in my life. There are no words to express how their work as bridges for indigenous wisdom has blessed my life, my family, and countless others I have witnessed miracles. The platform and support they offer to the indigenous is crucial at this time, as we are facing many obstacles in movement towards a unified humanity. Thank you So much for this channel of Spirit that is so needed to create balance on this Great Mother Earth. Viva Aniwa!!! 💜🔥💜 JOHANNA S. Italy “If Aniwa would manage to gather all the people in the world to receive these great gifts, the world will be a different place. Mother Earth would be in a better place. We would all use so much more love and kindness.” JESSIE D. USA "I'm in awe of how even just the words from our indigenous elders and the music of their communities have completely cracked my heart wide open- even through the screen. Every word spoken is said with such spirit, with such force, I'm hanging on every single word for the medicine I know it's offering me. Thank you Aniwa for supporting such sacred teachings and blessings to be broadcast far and wide, the domino effect of healing that has started because of this will ripple throughout so many communities and lives from here on out.” ANDREW S. USA “Aniwa has tapped into the true transformative power of the online world. We are all interconnected in spirit and by Mother Earth and also by the internet. I’m so happy to use my time online to further my spiritual studies and stay connected with my community.” SHANTTEH P. USA "How do you explain taking away a lifetime's worth of priceless knowledge from an experience that lasts a handful of days? It’s truly a gift to be given such powerful information that not only helps us open our own hearts, minds, and souls but also shows us how to spread that love and wisdom to those around us- and beyond. Aniwa brings together some of the humblest, wisest, and most powerful leaders one might ever witness to do just that- to teach us how to brighten our lights in order for us to collectively increase the vibration of this planet. I am forever humbled and grateful to be able to learn so much from these beautiful souls and I am looking forward to witnessing the growth that Aniwa contributes to this world." JANINA S. Germany "Words can’t express my gratitude for Aniwa. I have been to the last two Aniwa gatherings. To receive the love and wisdom of all these elders from all over the world is wonderful. Aniwa to me was such a magical, heart-opening event. A beautiful opportunity to deepen the connection with amazing elders, to see their connection with nature, their kindness, their love, to learn about their traditions, to pray together, to receive deep healing, and to meet many lovely people and make new friends. It was a life-changing experience that opened my eyes to many things, which I knew deep inside but had forgotten. Especially sharing this with my mother was beautiful. I can't wait to join the next gathering!" ANIWA GATHERING Thursday, June 13th to Sunday, June 16th 2024 Big Bear, CA (Yuhaaviatam - Serrano Territory) CULTURAL EXCHANGE Teachings and wisdom from elders from over 20 Indigenous lineages. Learn how to weave the sacred into your way of life, cultivating harmony and balance with oneself, Mother Earth and all beings. SACRED CEREMONIES Ceremonies to celebrate life and give gratitude for all we have. Sacred offerings to feed the spiritual world. Transmissions of the original instructions of how to walk in balance and beauty in all aspects of life. CONNECTION TO NATURE to Elders will guide participants on a profound journey of communion with nature, where the elements come alive through offerings and traditional rituals. This allows participants to gain a deeper understanding of their relationship with the natural kingdoms. HEALING Healing practices allow participants to connect with the wisdom of the heart, bringing forth the guidance of their ancestors to find physical, mental, emotional, and spiritual liberation and well-being, receiving tools for continuous transformation. Private healing sessions with the elders can also be booked for a more personalized experience. MUSIC Sacred traditional music is the first language to connect with Spirit and Mother Earth, it conveys deep reverence for the natural world, ancestors, and all life. Through rich rhythms and melodies, each note weaves a tapestry of sound, merging with divine energy and the heartbeat of the Earth. WORKSHOPS & LECTURES Listening to Indigenous wisdom offers an invaluable and unique opportunity to broaden one’s understanding of their place in the world. Participants gain insights into a holistic approach to life, community values, and sustainable living that help create a brighter future for oneself, our future generations, and our whole planet. INDIGENOUS ART MARKET Discover a diverse range of authentic handcrafted treasures and rare finds at our market, showcasing the beauty and intricacy of Indigenous patterns. Each tells a unique story of culture, tradition, and connection with the universe. These items are created in prayer, with the aim of blessing the beholder. COMMUNITY Join a global community of conscious individuals who live in reciprocity, contributing to the positive transformation of our planet for future generations. Become an agent of change for Mother Earth. RECIPROCITY Aniwa Gathering supports our elders’ projects. Your contribution serves as a catalyst for increased awareness for these Indigenous leaders and their community projects. We are continuously raising funds through our sister nonprofit, the Huya Aniwa Foundation. JOIN US AT ANIWA GATHERING 2024 Register Now THRIVE IN UNITY AND HARMONY WITH THE EARTH. Learn how to merge ancient philosophies and concepts with Western society: how to connect with the power of elements, the memory of the trees, the wisdom of the stars, the teachings of the heart. SELECT COURSES JOIN THE COMMUNITY Sign up for our newsletter to receive email and SMS updates on all things Aniwa, promotions, retreats, and community events. Email Please enter a valid email address Oops, something went wrong. Please try again with a different email address. FOLLOW US ON INSTAGRAM @ANIWA.CO * * * * Home * All Digital Offerings * Terms & Conditions * Privacy Policy * * * Close dialog 1 Enjoy a free Ho'oponopono video Sign up for our newsletter to join the Aniwa Community and we'll send you updates on our upcoming courses, events, retreats, and the highly anticipated Aniwa Gathering 2024. Continue By submitting this form and signing up for texts, you consent to receive marketing text messages (e.g. promos, cart reminders) from Aniwa at the number provided, including messages sent by autodialer. Consent is not a condition of purchase. Msg & data rates may apply. Msg frequency varies. Unsubscribe at any time by replying STOP or clicking the unsubscribe link (where available). Privacy Policy & Terms.