teste

<style>
#donate{font-family:Nunito,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#donate *{box-sizing:border-box;margin:0;padding:0}#donate .container{display:flex;max-width:1400px;padding:0 20px;width:100%}#donate .hidden{display:none!important;opacity:0;visibility:hidden}#donate.content.donate .container{flex-direction:column;gap:30px;max-width:1080px}#donate.content.donate{padding:0 20px}@media only screen and (max-width:1100px){#donate.content.donate .container{max-width:90%}}#donate.content.donate .container h3{color:#fff!important;font-size:4rem;font-weight:900;line-height:1;text-align:center;width:80%}@media only screen and (max-width:700px){#donate.content.donate .container h3{font-size:2rem}}#donate.content.donate .container h4{color:#fff!important;font-size:2.5rem;font-weight:900;line-height:1.2;margin:20px 20px 40px 0px;text-align:left}@media only screen and (max-width:700px){#donate.content.donate .container h4{font-size:2rem}}#donate.content.donate .container h5{color:#99e3e6!important;font-size:1.6rem;font-weight:400;line-height:1;margin-bottom:20px;text-align:left}@media only screen and (max-width:700px){#donate.content.donate .container h5{font-size:1.4rem}}#donate.content.donate .container h6{color:#fff!important;font-size:1.4rem;font-weight:400;line-height:1;text-align:left}@media only screen and (max-width:700px){#donate.content.donate .container h6{font-size:1.4rem}}#donate.content.donate .container p{color:#fff!important;font-size:1.6rem;line-height:1.4;margin-bottom:20px;text-align:left;width:100%}@media only screen and (max-width:700px){#donate.content.donate .container p{font-size:1.4rem}}#donate.content.donate .container ul{color:#fff!important;font-size:1.6rem;list-style-position:outside;margin-bottom:60px;padding-left:15px;text-align:left}#donate.content.donate .container ul li{margin-bottom:5px}#donate.content.donate .container input{background:hsla(0,0%,100%,.1);border:none;border-radius:30px;color:#fff!important;cursor:pointer;font-size:1.4rem;font-weight:700;line-height:40px;outline:none;text-align:center;text-decoration:none;width:100%}#donate.content.donate .container input.active,#donate.content.donate .container input:focus,#donate.content.donate .container input:hover{background:#b23495}#donate.content.donate .container input::-moz-placeholder{color:#fff!important;opacity:1}#donate.content.donate .container input::placeholder{color:#fff!important;opacity:1}#donate.content.donate .container input:focus::-moz-placeholder{opacity:0}#donate.content.donate .container input:focus::placeholder{opacity:0}#donate.content.donate .container input::-webkit-inner-spin-button,#donate.content.donate .container input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}#donate.content.donate .container input[type=number]{-moz-appearance:textfield}#donate.content.donate .container button{align-items:center;background:#b23495;border:none;border-radius:20px;color:#fff!important;cursor:pointer;display:flex;font-size:1.4rem;font-weight:700;justify-content:center;line-height:40px;min-height:40px;text-align:center;width:100%}#donate.content.donate .container .subscription-boxes{background:linear-gradient(120deg,#32c6cc,#b23495);border-radius:20px;display:flex;gap:40px;justify-content:center;padding:20px 20px 20px 40px}#donate.content.donate .container .subscription-boxes .txt-holder{width:100%}#donate.content.donate .container .subscription-boxes .boxes-holder{background:rgba(0,0,0,.3);border-radius:10px;display:flex;flex-direction:column;flex-grow:0;flex-shrink:0;gap:30px;padding:20px;width:300px}#donate.content.donate .container .subscription-boxes .boxes-holder>div{display:flex;flex-direction:column;gap:10px}#donate.content.donate .container .subscription-boxes .boxes-holder .switch{background:hsla(0,0%,100%,.1);border-radius:30px;display:flex;gap:5px;padding:10px}#donate.content.donate .container .subscription-boxes .boxes-holder .switch a{border-radius:20px;color:#fff!important;font-size:1.3rem;font-weight:700;line-height:1;padding:13px 5px;text-align:center;text-decoration:none;width:100%}@media only screen and (max-width:450px){#donate.content.donate .container .subscription-boxes .boxes-holder .switch a{font-size:1.6rem;padding:9px 5px}}#donate.content.donate .container .subscription-boxes .boxes-holder .switch a.active,#donate.content.donate .container .subscription-boxes .boxes-holder .switch a:hover{background:#b23495}#donate.content.donate .container .subscription-boxes .boxes-holder form{display:none;flex-direction:column;gap:40px}#donate.content.donate .container .subscription-boxes .boxes-holder form.show{display:flex}#donate.content.donate .container .subscription-boxes .boxes-holder form .amounts{display:flex;flex-wrap:wrap;gap:5px}#donate.content.donate .container .subscription-boxes .boxes-holder form .amounts a{background:hsla(0,0%,100%,.1);border-radius:20px;color:#fff!important;font-size:1.3rem;font-weight:700;line-height:1;padding:13px 5px;text-align:center;text-decoration:none;width:32%}@media only screen and (max-width:450px){#donate.content.donate .container .subscription-boxes .boxes-holder form .amounts a{font-size:1.5rem;width:47%}}#donate.content.donate .container .subscription-boxes .boxes-holder form .amounts a.active,#donate.content.donate .container .subscription-boxes .boxes-holder form .amounts a:hover{background:#b23495}
  
  
@media only screen and (max-width: 1100px) {
    #donate.content.donate .container {
        max-width: 100%;
        gap: 30px;
        max-width: 1080px;
        padding: 0px;
        width: 100%;
    }
}

  @media only screen and (max-width: 1100px) {
    #donate.content.donate .container .subscription-boxes {
        display: block;
        padding: 16px 20px 20px 20px;
    }
}
  
@media only screen and (max-width: 1100px) {
    #donate.content.donate .container h4 {
        margin: 20px 20px 20px 0px;
    }
}

  @media only screen and (max-width: 700px) {
    #donate.content.donate .container h4 {
        font-size: 2.3rem;
    }
}
  
  @media only screen and (max-width: 700px) {
    #donate.content.donate .container p {
        font-size: 1.9rem;
    }
}

@media only screen and (max-width: 700px) {
    #donate.content.donate .container h6 {
        font-size: 1.9rem;
    }
}
  
  @media only screen and (max-width: 700px) {
  #donate.content.donate .container .subscription-boxes .boxes-holder {
    width: 100%;
    }
  }
  
  
</style>
<script>
"use strict";function _typeof(t){return _typeof="function"==typeof Symbol&&"symbol"==typeof Symbol.iterator?t=>typeof t:t=>t&&"function"==typeof Symbol&&t.constructor===Symbol&&t!==Symbol.prototype?"symbol":typeof t,_typeof(t)}function _regeneratorRuntime(){/*! regenerator-runtime -- Copyright (c) 2014-present, Facebook, Inc. -- license (MIT): https://github.com/facebook/regenerator/blob/main/LICENSE */_regeneratorRuntime=function(){return e};var t,e={},r=Object.prototype,n=r.hasOwnProperty,o=Object.defineProperty||((t,e,r)=>{t[e]=r.value}),a="function"==typeof Symbol?Symbol:{},i=a.iterator||"@@iterator",c=a.asyncIterator||"@@asyncIterator",u=a.toStringTag||"@@toStringTag";function s(t,e,r){return Object.defineProperty(t,e,{value:r,enumerable:!0,configurable:!0,writable:!0}),t[e]}try{s({},"")}catch(t){s=function(t,e,r){return t[e]=r}}function l(t,e,r,n){var a=e&&e.prototype instanceof m?e:m,i=Object.create(a.prototype),c=new T(n||[]);return o(i,"_invoke",{value:A(t,r,c)}),i}function f(t,e,r){try{return{type:"normal",arg:t.call(e,r)}}catch(t){return{type:"throw",arg:t}}}e.wrap=l;var y="suspendedStart",h="suspendedYield",p="executing",v="completed",d={};function m(){}function g(){}function w(){}var b={};s(b,i,(function(){return this}));var L=Object.getPrototypeOf,_=L&&L(L(F([])));_&&_!==r&&n.call(_,i)&&(b=_);var S=w.prototype=m.prototype=Object.create(b);function E(t){["next","throw","return"].forEach((function(e){s(t,e,(function(t){return this._invoke(e,t)}))}))}function O(t,e){function r(o,a,i,c){var u=f(t[o],t,a);if("throw"!==u.type){var s=u.arg,l=s.value;return l&&"object"==_typeof(l)&&n.call(l,"__await")?e.resolve(l.__await).then((t=>{r("next",t,i,c)}),(t=>{r("throw",t,i,c)})):e.resolve(l).then((t=>{s.value=t,i(s)}),(t=>r("throw",t,i,c)))}c(u.arg)}var a;o(this,"_invoke",{value:function(t,n){function o(){return new e(((e,o)=>{r(t,n,e,o)}))}return a=a?a.then(o,o):o()}})}function A(e,r,n){var o=y;return(a,i)=>{if(o===p)throw Error("Generator is already running");if(o===v){if("throw"===a)throw i;return{value:t,done:!0}}for(n.method=a,n.arg=i;;){var c=n.delegate;if(c){var u=k(c,n);if(u){if(u===d)continue;return u}}if("next"===n.method)n.sent=n._sent=n.arg;else if("throw"===n.method){if(o===y)throw o=v,n.arg;n.dispatchException(n.arg)}else"return"===n.method&&n.abrupt("return",n.arg);o=p;var s=f(e,r,n);if("normal"===s.type){if(o=n.done?v:h,s.arg===d)continue;return{value:s.arg,done:n.done}}"throw"===s.type&&(o=v,n.method="throw",n.arg=s.arg)}}}function k(e,r){var n=r.method,o=e.iterator[n];if(o===t)return r.delegate=null,"throw"===n&&e.iterator.return&&(r.method="return",r.arg=t,k(e,r),"throw"===r.method)||"return"!==n&&(r.method="throw",r.arg=new TypeError("The iterator does not provide a '"+n+"' method")),d;var a=f(o,e.iterator,r.arg);if("throw"===a.type)return r.method="throw",r.arg=a.arg,r.delegate=null,d;var i=a.arg;return i?i.done?(r[e.resultName]=i.value,r.next=e.nextLoc,"return"!==r.method&&(r.method="next",r.arg=t),r.delegate=null,d):i:(r.method="throw",r.arg=new TypeError("iterator result is not an object"),r.delegate=null,d)}function I(t){var e={tryLoc:t[0]};1 in t&&(e.catchLoc=t[1]),2 in t&&(e.finallyLoc=t[2],e.afterLoc=t[3]),this.tryEntries.push(e)}function x(t){var e=t.completion||{};e.type="normal",delete e.arg,t.completion=e}function T(t){this.tryEntries=[{tryLoc:"root"}],t.forEach(I,this),this.reset(!0)}function F(e){if(e||""===e){var r=e[i];if(r)return r.call(e);if("function"==typeof e.next)return e;if(!isNaN(e.length)){var o=-1,a=function r(){for(;++o<e.length;)if(n.call(e,o))return r.value=e[o],r.done=!1,r;return r.value=t,r.done=!0,r};return a.next=a}}throw new TypeError(_typeof(e)+" is not iterable")}return g.prototype=w,o(S,"constructor",{value:w,configurable:!0}),o(w,"constructor",{value:g,configurable:!0}),g.displayName=s(w,u,"GeneratorFunction"),e.isGeneratorFunction=t=>{var e="function"==typeof t&&t.constructor;return!!e&&(e===g||"GeneratorFunction"===(e.displayName||e.name))},e.mark=t=>(Object.setPrototypeOf?Object.setPrototypeOf(t,w):(t.__proto__=w,s(t,u,"GeneratorFunction")),t.prototype=Object.create(S),t),e.awrap=t=>({__await:t}),E(O.prototype),s(O.prototype,c,(function(){return this})),e.AsyncIterator=O,e.async=(t,r,n,o,a)=>{void 0===a&&(a=Promise);var i=new O(l(t,r,n,o),a);return e.isGeneratorFunction(r)?i:i.next().then((t=>t.done?t.value:i.next()))},E(S),s(S,u,"Generator"),s(S,i,(function(){return this})),s(S,"toString",(()=>"[object Generator]")),e.keys=t=>{var e=Object(t),r=[];for(var n in e)r.push(n);return r.reverse(),function t(){for(;r.length;){var n=r.pop();if(n in e)return t.value=n,t.done=!1,t}return t.done=!0,t}},e.values=F,T.prototype={constructor:T,reset:function(e){if(this.prev=0,this.next=0,this.sent=this._sent=t,this.done=!1,this.delegate=null,this.method="next",this.arg=t,this.tryEntries.forEach(x),!e)for(var r in this)"t"===r.charAt(0)&&n.call(this,r)&&!isNaN(+r.slice(1))&&(this[r]=t)},stop:function(){this.done=!0;var t=this.tryEntries[0].completion;if("throw"===t.type)throw t.arg;return this.rval},dispatchException:function(e){if(this.done)throw e;var r=this;function o(n,o){return c.type="throw",c.arg=e,r.next=n,o&&(r.method="next",r.arg=t),!!o}for(var a=this.tryEntries.length-1;a>=0;--a){var i=this.tryEntries[a],c=i.completion;if("root"===i.tryLoc)return o("end");if(i.tryLoc<=this.prev){var u=n.call(i,"catchLoc"),s=n.call(i,"finallyLoc");if(u&&s){if(this.prev<i.catchLoc)return o(i.catchLoc,!0);if(this.prev<i.finallyLoc)return o(i.finallyLoc)}else if(u){if(this.prev<i.catchLoc)return o(i.catchLoc,!0)}else{if(!s)throw Error("try statement without catch or finally");if(this.prev<i.finallyLoc)return o(i.finallyLoc)}}}},abrupt:function(t,e){for(var r=this.tryEntries.length-1;r>=0;--r){var o=this.tryEntries[r];if(o.tryLoc<=this.prev&&n.call(o,"finallyLoc")&&this.prev<o.finallyLoc){var a=o;break}}a&&("break"===t||"continue"===t)&&a.tryLoc<=e&&e<=a.finallyLoc&&(a=null);var i=a?a.completion:{};return i.type=t,i.arg=e,a?(this.method="next",this.next=a.finallyLoc,d):this.complete(i)},complete:function(t,e){if("throw"===t.type)throw t.arg;return"break"===t.type||"continue"===t.type?this.next=t.arg:"return"===t.type?(this.rval=this.arg=t.arg,this.method="return",this.next="end"):"normal"===t.type&&e&&(this.next=e),d},finish:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.finallyLoc===t)return this.complete(r.completion,r.afterLoc),x(r),d}},catch:function(t){for(var e=this.tryEntries.length-1;e>=0;--e){var r=this.tryEntries[e];if(r.tryLoc===t){var n=r.completion;if("throw"===n.type){var o=n.arg;x(r)}return o}}throw Error("illegal catch attempt")},delegateYield:function(e,r,n){return this.delegate={iterator:F(e),resultName:r,nextLoc:n},"next"===this.method&&(this.arg=t),d}},e}function asyncGeneratorStep(t,e,r,n,o,a,i){try{var c=t[a](i),u=c.value}catch(t){return void r(t)}c.done?e(u):Promise.resolve(u).then(n,o)}function _asyncToGenerator(t){return function(){var e=this,r=arguments;return new Promise(((n,o)=>{var a=t.apply(e,r);function i(t){asyncGeneratorStep(a,n,o,i,c,"next",t)}function c(t){asyncGeneratorStep(a,n,o,i,c,"throw",t)}i(void 0)}))}}function _createForOfIteratorHelper(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=_unsupportedIterableToArray(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return i=t.done,t},e:function(t){c=!0,a=t},f:function(){try{i||null==r.return||r.return()}finally{if(c)throw a}}}}function _unsupportedIterableToArray(t,e){if(t){if("string"==typeof t)return _arrayLikeToArray(t,e);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(t,e):void 0}}function _arrayLikeToArray(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}function _createForOfIteratorHelper(t,e){var r="undefined"!=typeof Symbol&&t[Symbol.iterator]||t["@@iterator"];if(!r){if(Array.isArray(t)||(r=_unsupportedIterableToArray(t))||e&&t&&"number"==typeof t.length){r&&(t=r);var n=0,o=function(){};return{s:o,n:function(){return n>=t.length?{done:!0}:{done:!1,value:t[n++]}},e:function(t){throw t},f:o}}throw new TypeError("Invalid attempt to iterate non-iterable instance.nIn order to be iterable, non-array objects must have a [Symbol.iterator]() method.")}var a,i=!0,c=!1;return{s:function(){r=r.call(t)},n:function(){var t=r.next();return i=t.done,t},e:function(t){c=!0,a=t},f:function(){try{i||null==r.return||r.return()}finally{if(c)throw a}}}}function _unsupportedIterableToArray(t,e){if(t){if("string"==typeof t)return _arrayLikeToArray(t,e);var r={}.toString.call(t).slice(8,-1);return"Object"===r&&t.constructor&&(r=t.constructor.name),"Map"===r||"Set"===r?Array.from(t):"Arguments"===r||/^(?:Ui|I)nt(?:8|16|32)(?:Clamped)?Array$/.test(r)?_arrayLikeToArray(t,e):void 0}}function _arrayLikeToArray(t,e){(null==e||e>t.length)&&(e=t.length);for(var r=0,n=Array(e);r<e;r++)n[r]=t[r];return n}window.LIGHTBOX=window.LIGHTBOX||{},window.FORMS=window.FORMS||{},document.addEventListener("DOMContentLoaded",(()=>{window.LIGHTBOX.init(),window.FORMS.checkout.init()})),window.FORMS.checkout=function(){var t={monthly:{3:"https://buy.stripe.com/eVabJ1b4kb4sgqQ004",5:"https://buy.stripe.com/dR628r4FW3C06Qg8ww",10:"https://buy.stripe.com/8wMfZhfkA2xW6QgcMV",20:"https://buy.stripe.com/cN2fZh2xO4G4a2scMU",35:"https://buy.stripe.com/bIYaEXb4kc8w5MceV4",50:"https://buy.stripe.com/aEUeVdegwfkIgqQ007",75:"https://buy.stripe.com/bIYaEXgoEa0o8YobIN",100:"https://buy.stripe.com/7sI3cv8WcgoMcaA14f",200:"https://buy.stripe.com/28o7sL8WcdcAb6w147"},oneOff:{5:"https://buy.stripe.com/5kA6oHgoE8Wk7UkaEQ",10:"https://buy.stripe.com/9AQeVd6O46Ocb6w28l",25:"https://buy.stripe.com/28o14n4FWfkIgqQfZc",50:"https://buy.stripe.com/dR6cN51tK0pOeiI9AP",100:"https://buy.stripe.com/7sIdR9a0gdcAcaAaEU",150:"https://buy.stripe.com/5kA7sL0pGfkI6Qg7sJ",custom:"https://buy.stripe.com/14k3cvc8o3C0b6wbIJ"}},e=function(t){var e,r=_createForOfIteratorHelper(t);try{for(r.s();!(e=r.n()).done;){e.value.classList.remove("active")}}catch(t){r.e(t)}finally{r.f()}},r=function(t){var r,n=t.querySelectorAll("a[data-amount]"),o=_createForOfIteratorHelper(n);try{var a=function(){var o=r.value;o.addEventListener("click",(r=>{r.preventDefault(),t.querySelector('input[name="amount"]').value=o.dataset.amount;var a=t.querySelector('input[name="customAmount"]');a&&(a.classList.remove("active"),a.value=null),e(n),o.classList.add("active")}))};for(o.s();!(r=o.n()).done;)a()}catch(t){o.e(t)}finally{o.f()}},n=function(){var e=_asyncToGenerator(_regeneratorRuntime().mark((function e(r,n){var o,a,i,c,u;return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:o=n.querySelector('input[name="amount"]'),a=n.querySelector('input[name="customAmount"]'),i=a&&a.classList.contains("active"),c=null==o?void 0:o.value,u=i?t[r||"oneOff"].custom||t.oneOff.custom:t[r||"oneOff"][c]||t.oneOff.custom,window.location.href=u;case 6:case"end":return e.stop()}}),e)})));return function(t,r){return e.apply(this,arguments)}}();return{init:function(){var t=document.querySelectorAll("form.monthly"),o=document.querySelectorAll("form.one-off");if(t){if((()=>{var t,r=document.querySelectorAll(".switch a"),n=_createForOfIteratorHelper(r);try{var o=()=>{var n=t.value;n.addEventListener("click",(t=>{t.preventDefault(),e(r),n.classList.add("active");var o=t.target.dataset.pick,a=document.querySelector("form.monthly"),i=document.querySelector("form.one-off");"monthly"===o&&(a.classList.add("show"),i.classList.remove("show")),"one-off"===o&&(a.classList.remove("show"),i.classList.add("show"))}))};for(n.s();!(t=n.n()).done;)o()}catch(t){n.e(t)}finally{n.f()}})(),t){var a,i=_createForOfIteratorHelper(t);try{var c=function(){var t=a.value;r(t),t.addEventListener("submit",function(){var e=_asyncToGenerator(_regeneratorRuntime().mark((function e(r){return _regeneratorRuntime().wrap((function(e){for(;;)switch(e.prev=e.next){case 0:r.preventDefault(),n("monthly",t);case 2:case"end":return e.stop()}}),e)})));return function(t){return e.apply(this,arguments)}}())};for(i.s();!(a=i.n()).done;)c()}catch(t){i.e(t)}finally{i.f()}}if(o){var u,s=_createForOfIteratorHelper(o);try{var l=function(){var t,o,a=u.value;r(a),(o=(t=a).querySelector('input[name="customAmount"]'))&&(o.addEventListener("focus",(()=>{var r=t.querySelectorAll("a[data-amount]");e(r)})),o.addEventListener("blur",(()=>{var e=t.querySelector('input[name="amount"]'),r=o.value;r?(e.value=r,o.classList.add("active")):(t.querySelector('a[data-amount="'.concat(e.value,'"]')).classList.add("active"),o.classList.remove("active"))})),o.addEventListener("keypress",(t=>{new RegExp(/d/).test(t.key)||t.preventDefault()})),o.addEventListener("keyup",(()=>{o.value&&o.classList.add("active")}))),a.addEventListener("submit",function(){var t=_asyncToGenerator(_regeneratorRuntime().mark((function t(e){return _regeneratorRuntime().wrap((function(t){for(;;)switch(t.prev=t.next){case 0:e.preventDefault(),n("oneOff",a);case 2:case"end":return t.stop()}}),t)})));return function(e){return t.apply(this,arguments)}}())};for(s.s();!(u=s.n()).done;)l()}catch(t){s.e(t)}finally{s.f()}}}}}}(),window.LIGHTBOX=(()=>{var t=function(t){t.addEventListener("click",(r=>{t===r.target&&e(t)})),t.querySelector("a.close").addEventListener("click",(r=>{r.preventDefault(),e(t)}))},e=function(t){t.classList.remove("show"),window.FORMS.newsletter.clearForm()};return{init:function(){var e=document.querySelectorAll("aside.lightbox");if(e){var r,n=_createForOfIteratorHelper(e);try{for(n.s();!(r=n.n()).done;){var o=r.value;t(o)}}catch(t){n.e(t)}finally{n.f()}}}}})();
</script>
<section class="content donate" id="donate">
  <div class="container">
    <div class="subscription-boxes">
      <div class="txt-holder">
        <h4>Qualquer contribuição mensal<br> faz de ti parte desta rede!</h4>
          <div>
          <p>Na HUMAN, acreditamos que a produção independente precisa de apoio coletivo para existir e resistir. Histórias poderosas só geram mudança quando surgem de uma comunidade organizada, e não basta contá-las – é essencial mobilizar pessoas em torno delas. O teu contributo permite-nos criar documentários, podcasts e outros conteúdos sobre temas urgentes, garantir remuneração justa para jornalistas e criadores, e oferecer educação acessível sobre justiça social, ativismo e comunicação de impacto.</p><br>

<p><b>Ao fazer parte desta rede, tens acesso antecipado às nossas produções, aos bastidores dos projetos e a eventos exclusivos com criadores, comunicadores e ativistas.</b> Juntos, contamos histórias que transformam o mundo.</p>
      </div>
        </div>
      <div class="boxes-holder">
        <div class="top">
          <h6>Escolhe a tua contribuição</h6>
          <div class="switch">
            <a class="active" href="#" title="Subscrição" data-pick="monthly">Subscrição</a>
            <a href="#" title="Donativo" data-pick="one-off">Donativo</a>
            </div>
        </div>
        <div class="bottom">
          <h6>Escolhe o teu montante</h6>
          <form class="one-off">
            <div class="amounts">
              <a href="#" title="5€" data-amount="5">5€</a>
              <a href="#" title="10€" data-amount="10">10€</a>
              <a class="active" href="#" title="25€" data-amount="25">25€</a>
              <a href="#" title="50€" data-amount="50">50€</a>
              <a href="#" title="100€" data-amount="100">100€</a>
              <a href="#" title="150€" data-amount="150">150€</a>
              <input type="number" name="customAmount" placeholder="Outro valor">
            </div>
            <input class="amount" type="hidden" name="amount" value="100">
            <button>Apoiar</button>
          </form>
          <form class="monthly show">
            <div class="amounts">
              <a href="#" title="3€" data-amount="3">3€</a>
              <a href="#" title="5€" data-amount="5">5€</a>
              <a class="active" href="#" title="10€" data-amount="10">10€</a>
              <a href="#" title="20€" data-amount="20">20€</a>
              <a href="#" title="35€" data-amount="35">35€</a>
              <a href="#" title="50€" data-amount="50">50€</a>
              <a href="#" title="75€" data-amount="75">75€</a>
              <a href="#" title="100€" data-amount="100">100€</a>
              <a href="#" title="200€" data-amount="200">200€</a>
            </div>
            <input class="amount" type="hidden" name="amount" value="5">
            <button>Apoiar</button>
          </form>
        </div>
      </div>
    </div>
  </div>
</section>
ABOUT US
Vestibulum orci turpis, dignissim a ipsum at, pharetra interdum erat. Aliquam eget mpus augue. Etiam placerat blandit turpi.
CONTACT
  • 5600 Orangethorpe Avenue, La Palma, CA - 90623
  • (980 ) - 226 - 8820
  • support@oshin.com