teamseas.org Open in urlscan Pro
2606:4700:10::6816:27e0  Public Scan

Submitted URL: http://teamseas.org/
Effective URL: https://teamseas.org/
Submission: On January 01 via api from US — Scanned from DE

Form analysis 3 forms found in the DOM

<form id="donateFrm">
  <div class="card">
    <div id="donateStep1" class="frm-step active" data-step="1">
      <div class="card-header">
        <h4 class="card-title text-center text-uppercase font-lg">Join <span id="joinHeadline_TeamName">#TeamSeas</span></h4>
      </div>
      <div class="card-body text-center py-2">
        <h4 class="donate-headline">Every $1 is one less pound of trash in the ocean</h4>
        <div class="row align-items-stretch">
          <div class="col mb-3 px-1">
            <div class="custom-control custom-checkbox h-100">
              <input name="pounds" value="5" type="radio" class="custom-control-input" id="checkPounds5">
              <label class="custom-control-label text-uppercase h-100 d-flex align-items-center justify-content-center" for="checkPounds5">5<br>Pounds</label>
            </div>
          </div>
          <div class="col mb-3 px-1">
            <div class="custom-control custom-checkbox h-100">
              <input name="pounds" value="20" type="radio" checked="" class="custom-control-input active-donation-amount" id="checkPounds20">
              <label class="custom-control-label text-uppercase h-100 d-flex align-items-center justify-content-center" for="checkPounds20">20<br>Pounds</label>
            </div>
          </div>
          <div class="col mb-3 px-1">
            <div class="custom-control custom-checkbox h-100">
              <input name="pounds" value="50" type="radio" class="custom-control-input" id="checkPounds50">
              <label class="custom-control-label text-uppercase h-100 d-flex align-items-center justify-content-center" for="checkPounds50">50<br>Pounds</label>
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col mb-1 px-1">
            <div class="custom-control custom-checkbox h-100">
              <input name="pounds" value="100" type="radio" class="custom-control-input" id="checkPounds100">
              <label class="custom-control-label text-uppercase h-100 d-flex align-items-center justify-content-center" for="checkPounds100">100<br>Pounds</label>
            </div>
          </div>
          <div class="col-8 mb-1 px-1">
            <input name="other_amount" value="" type="text" class="form-control custom-control h-100" maxlength="10" placeholder="Other Amount">
          </div>
          <div class="col-12 mb-2">
            <small class="text-muted"><em>We take crypto! You will see the options on step 3</em></small>
          </div>
        </div>
        <div class="form-group py-1 mb-1">
          <button id="donateBtnStep1" type="button" class="btn btn-large btn-orange text-uppercase frm-step-btn" data-step="1">Next</button>
        </div>
        <div class="form-group py-1 m-0">
          <button type="button" class="btn btn-link text-dark text-uppercase" data-toggle="modal" data-target="#faqModal"><u>FAQ</u></button>
        </div>
      </div>
      <img class="large-ribbon" src="/assets/images/large-ribbon.png" data-toggle="tooltip" data-custom-class="font-sm" title=""
        data-original-title="To make your donation a gift, select the check box on the next screen. You'll receive a personalized certificate you can share to give the gift of trash removal!">
    </div>
    <div id="donateStep2" class="frm-step" data-step="2">
      <div class="card-header">
        <h4 class="card-title text-center text-blue-dark">DETAILS</h4>
      </div>
      <div class="card-body text-left">
        <div class="form-group">
          <label class="form-label text-blue-dark m-0" for="inputName">Display Name<sup>*</sup></label>
          <input type="text" class="form-control _req" id="inputName" placeholder="Display Name" maxlength="50">
          <small class="text-danger"></small>
        </div>
        <div class="form-group">
          <label class="form-label text-blue-dark m-0" for="inputTeamName">Team Name <span class="d-inline-block bg-grey rounded-circle text-white px-1 font-sm" data-toggle="tooltip" data-placement="bottom" title="" data-custom-class="font-sm"
              data-original-title="Add your team to show the world what your crew can do!">?</span></label>
          <div class="autoComplete_wrapper" role="combobox" aria-owns="autoComplete_list_1" aria-haspopup="true" aria-expanded="false"><input type="text" class="form-control" id="inputTeamName" placeholder="Team Name (Optional)" style="width: 100%;"
              maxlength="50" aria-controls="autoComplete_list_1" aria-autocomplete="both">
            <ul id="autoComplete_list_1" role="listbox" hidden=""></ul>
          </div>
        </div>
        <div class="form-group">
          <label class="form-label text-blue-dark m-0" for="inputEmail">Email Address<sup>*</sup></label>
          <input type="email" class="form-control _req" id="inputEmail" placeholder="Email" required="">
          <small class="text-danger"></small>
        </div>
        <div class="form-group">
          <label class="form-label text-blue-dark m-0" for="inputPhone">Mobile Phone</label>
          <input type="text" class="form-control" id="inputPhone" placeholder="Mobile Phone (optional)">
          <p class="font-sm">By providing your mobile number, you agree to receive text messages from #TeamSeas</p>
        </div>
        <div class="form-group">
          <label class="form-label text-blue-dark m-0" for="inputMessage">Message</label>
          <textarea class="form-control dark-border" maxlength="140" id="inputMessage" rows="3" placeholder="Message (140 characters max)"></textarea>
        </div>
        <p class="text-muted"><small><em><sup>*</sup>indicates a required field</em></small></p>
        <div class="form-group">
          <div class="form-check">
            <input class="form-check-input-custom" type="checkbox" id="optIn" name="opt_in">
            <label class="form-check-label font-weight-bold" for="optIn">YES! Keep me posted with #TeamSeas updates</label>
          </div>
        </div>
        <div class="form-group">
          <div class="form-check">
            <input class="form-check-input-custom" type="checkbox" id="nameHidden" name="name_hidden">
            <label class="form-check-label" for="nameHidden">Please keep my donation anonymous</label>
          </div>
        </div>
        <div class="form-check">
          <input class="form-check-input-custom" type="checkbox" id="is_gift">
          <label class="form-check-label align-text-top" for="is_gift">My donation is a gift for someone <span class="ml-2" data-toggle="tooltip" data-custom-class="font-sm" title=""
              data-original-title="To make your donation a gift, select the check box. You'll receive a personalized certificate you can share to give the gift of trash removal!"><img
                src="https://assets06.teamassets.net/assets/svg/orange-gift-bow.svg" width="20"></span><br><small><em>We’ll send a certificate to your email address, which you can forward along or print.
                <a href="#" data-toggle="modal" data-target="#giftExModal">(here's an example)</a> </em></small></label>
        </div>
        <div id="giftFields" class="d-none">
          <hr>
          <div class="form-group">
            <label class="form-label text-blue-dark m-0" for="gifted_to_name">To</label>
            <input type="text" class="form-control" id="gifted_to_name" placeholder="Enter recipient name or nickname...">
            <small class="text-danger"></small>
          </div>
          <div class="form-group">
            <label class="form-label text-blue-dark m-0" for="gifted_by_name">From</label>
            <input type="text" class="form-control" id="gifted_by_name" placeholder="Sender name or nickname...">
            <small class="text-danger"></small>
          </div>
          <div class="form-group">
            <label class="form-label text-blue-dark m-0" for="gift_message">Include A Gift Message</label>
            <textarea class="form-control dark-border" maxlength="140" id="gift_message" rows="3" placeholder="My #TeamSeas Message (140 characters max)"></textarea>
            <small>optional; to be included on your certificate</small>
          </div>
        </div>
        <div class="form-group py-3">
          <div class="d-flex justify-content-around flex-wrap">
            <div class="mx-1 mb-2">
              <button type="button" class="btn btn-large btn-outline-orange text-uppercase frm-step-back-btn" data-step="2">BACK</button>
            </div>
            <div class="mx-1 mb-2">
              <button id="donateBtnStep2" type="button" class="btn btn-large btn-orange text-uppercase frm-step-btn" data-step="2">NEXT</button>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div id="donateStep3" class="frm-step" data-step="3">
      <div id="ccPreloader" class="order-preload-cover d-none">
        <div class="order-preload-container">
          <div class="order-preload-body"><img src="https://assets07.teamassets.net/assets/images/teamseas-tm-logo.png" alt="Processing Your Order!">
            <div class="lds-ellipsis"><span></span></div>
          </div>
        </div>
      </div>
      <div class="card-header">
        <h4 class="card-title text-center text-blue-dark text-uppercase">Payment DETAILS</h4>
      </div>
      <div class="card-body text-left">
        <div class="col-12">
          <!-- icons -->
          <div class="payment-option-buttons">
            <span class="credit-card-option active" data-processor-tab="stripe">Card</span>
            <span class="payPal-option" data-processor-tab="pay_pal">
              <svg width="25" height="30" viewBox="0 0 25 30" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                <path
                  d="M11.6616 29.6069H7.5717C7.46959 29.6124 7.36766 29.5932 7.27456 29.5509C7.18146 29.5086 7.09996 29.4444 7.03698 29.3638C6.97274 29.2815 6.92656 29.1866 6.90144 29.0853C6.87631 28.9839 6.8728 28.8784 6.89114 28.7757C6.95596 28.3851 7.03698 27.8699 7.13744 27.2152L7.32217 26.0372C7.50595 24.8547 7.69392 23.6729 7.88606 22.4918V22.4594L8.19069 20.5733L8.35273 19.5702V19.5621C8.4694 18.8411 8.56176 18.2691 8.6282 17.8429C8.63188 17.7563 8.65333 17.6714 8.69121 17.5935C8.72909 17.5156 8.7826 17.4463 8.8484 17.3899C8.9142 17.3335 8.99089 17.2913 9.07371 17.2658C9.15653 17.2403 9.24371 17.2321 9.32982 17.2418H11.7928C12.9757 17.2547 14.1537 17.1397 15.3107 16.8982C17.0524 16.5507 18.668 15.7395 19.9871 14.5503C21.1429 13.4399 22.0106 12.0644 22.5149 10.5431C22.7612 9.83659 22.9524 9.11066 23.0853 8.375C23.0966 8.30695 23.1096 8.26806 23.1258 8.2551C23.1305 8.24883 23.1366 8.2438 23.1437 8.24041C23.1507 8.23703 23.1585 8.23539 23.1663 8.23565H23.1825C23.218 8.25064 23.2518 8.26966 23.283 8.29237C24.1337 8.93566 24.7024 9.88358 24.8709 10.9368C25.0621 12.0387 25.0411 13.1665 24.8061 14.2602C24.4992 16.3763 23.429 18.307 21.7971 19.6885C19.9944 20.9735 17.81 21.6108 15.5991 21.4969H14.8877C14.6229 21.4947 14.3667 21.5905 14.1683 21.7659C13.9626 21.9444 13.8256 22.1891 13.781 22.4578L13.7162 22.7721L12.8185 28.4078L12.7861 28.6525C12.7394 28.9242 12.5961 29.1699 12.3826 29.3444C12.1822 29.5168 11.9259 29.6101 11.6616 29.6069ZM5.86382 26.3661H1.05938C0.946151 26.3685 0.833805 26.3458 0.730419 26.2995C0.627032 26.2533 0.535176 26.1847 0.461456 26.0988C0.384662 26.0144 0.327999 25.9137 0.295724 25.8042C0.263449 25.6947 0.256401 25.5794 0.275111 25.4668L4.05223 1.50133C4.09973 1.19386 4.25968 0.91496 4.50108 0.718686C4.73424 0.517619 5.03256 0.408196 5.34044 0.410812H15.0854C15.6202 0.431877 16.1516 0.503174 16.6734 0.623083C17.2924 0.741371 17.9017 0.914752 18.4915 1.14161C19.5647 1.52109 20.4953 2.22142 21.157 3.14764C21.7841 4.09233 22.1066 5.20877 22.0774 6.34304C22.0504 7.65846 21.7983 8.95954 21.332 10.1898C20.9648 11.3686 20.3282 12.4456 19.4726 13.3358C18.6171 14.2259 17.5661 14.9047 16.4028 15.3184C15.0793 15.7665 13.6924 15.9991 12.2951 16.007C12.2789 16.0167 11.5822 16.0184 10.8368 16.0184L9.37843 16.007C8.91639 15.9599 8.45449 16.0978 8.09396 16.3906C7.73343 16.6834 7.50367 17.1072 7.45504 17.5691C7.43397 17.6566 6.94137 20.724 6.06961 26.2041C6.06963 26.2298 6.06395 26.2551 6.05298 26.2783C6.04201 26.3015 6.02603 26.322 6.00619 26.3383C5.98635 26.3546 5.96314 26.3662 5.93824 26.3724C5.91333 26.3787 5.88736 26.3793 5.8622 26.3742L5.86382 26.3661Z"
                  fill="currentColor"></path>
              </svg>
            </span>
            <span class="crypto-option" data-processor-tab="crypto">
              <a href="/crypto/" target="_blank">
                                                        <svg width="24" height="40" viewBox="0 0 24 40" fill="currentColor" xmlns="http://www.w3.org/2000/svg">
                                                            <path d="M19.0401 16.923L19.0392 16.9238C18.2902 17.688 17.2345 18.1482 16.094 18.1482H5.69615C4.94383 18.1482 4.32623 18.7658 4.32623 19.5182C4.32623 20.2742 4.94617 20.8711 5.69615 20.8711H16.094C17.9872 20.8711 19.7191 20.1031 20.9697 18.8525C22.22 17.6022 22.9883 15.8874 22.9883 13.9938C22.9883 12.0835 22.2201 10.3686 20.9697 9.11818C19.7191 7.86762 17.9872 7.09961 16.094 7.09961H1.89067C1.14069 7.09961 0.520752 7.69649 0.520752 8.45255C0.520752 9.16276 1.07113 9.75289 1.76567 9.81674V9.8253H1.89067H16.094C17.236 9.8253 18.2902 10.2842 19.0392 11.0496L19.0401 11.0506C19.7891 11.7996 20.2654 12.8378 20.2654 13.9953C20.2654 15.1355 19.7893 16.1738 19.0401 16.923Z" fill="currentColor" stroke="currentColor" stroke-width="0.25"></path>
                                                            <path d="M19.3734 28.8112L19.3726 28.8121C18.5345 29.6502 17.3732 30.1789 16.094 30.1789H1.89067C1.13834 30.1789 0.520752 30.7964 0.520752 31.5488C0.520752 32.3035 1.14078 32.9003 1.89067 32.9003H16.094C18.126 32.9003 19.9654 32.0798 21.3022 30.7416C22.6397 29.4041 23.4792 27.5663 23.4792 25.5321C23.4792 23.4979 22.6397 21.6616 21.3021 20.324C19.966 18.9879 18.1268 18.1484 16.094 18.1484C15.3395 18.1484 14.7411 18.7683 14.7411 19.5184C14.7411 20.2684 15.3395 20.8883 16.094 20.8883C17.3742 20.8883 18.5348 21.4007 19.3717 22.2541L19.3717 22.2542L19.3734 22.2558C20.2255 23.0928 20.7379 24.252 20.7379 25.5336C20.7379 26.8152 20.2255 27.9757 19.3734 28.8112Z" fill="currentColor" stroke="currentColor" stroke-width="0.25"></path>
                                                            <path d="M5.69584 7.09961C4.94586 7.09961 4.32593 7.69649 4.32593 8.45255V31.5472C4.32593 32.3019 4.94596 32.8987 5.69584 32.8987C6.44582 32.8987 7.06435 32.3032 7.06435 31.5472V8.45255C7.06435 7.69667 6.44601 7.09961 5.69584 7.09961Z" fill="currentColor" stroke="currentColor" stroke-width="0.25"></path>
                                                            <path d="M9.65885 0.875C8.90288 0.875 8.30591 1.49343 8.30591 2.24492V8.45252C8.30591 9.20251 8.90279 9.82244 9.65885 9.82244C10.4112 9.82244 11.0288 9.20485 11.0288 8.45252V2.24492C11.0288 1.49259 10.4112 0.875 9.65885 0.875Z" fill="currentColor" stroke="currentColor" stroke-width="0.25"></path>
                                                            <path d="M15.2701 0.875C14.5178 0.875 13.9001 1.49108 13.9001 2.24492V8.45252C13.9001 9.20485 14.5177 9.82244 15.2701 9.82244C16.0246 9.82244 16.623 9.2026 16.623 8.45252V2.24492C16.623 1.49484 16.0246 0.875 15.2701 0.875Z" fill="currentColor" stroke="currentColor" stroke-width="0.25"></path>
                                                            <path d="M9.65885 30.177C8.90288 30.177 8.30591 30.7954 8.30591 31.5469V37.7545C8.30591 38.5045 8.90279 39.1244 9.65885 39.1244C10.4112 39.1244 11.0288 38.5068 11.0288 37.7545V31.5469C11.0288 30.7931 10.4111 30.177 9.65885 30.177Z" fill="currentColor" stroke="currentColor" stroke-width="0.25"></path>
                                                            <path d="M15.2701 30.177C14.5178 30.177 13.9001 30.7931 13.9001 31.5469V37.7545C13.9001 38.5068 14.5177 39.1244 15.2701 39.1244C16.0246 39.1244 16.623 38.5046 16.623 37.7545V31.5469C16.623 30.7953 16.0245 30.177 15.2701 30.177Z" fill="currentColor" stroke="currentColor" stroke-width="0.25"></path>
                                                        </svg>
                                                    </a>
            </span>
          </div>
        </div>
        <div class="col-12">
          <!-- Payment Buttons -->
          <div id="paymentProcessorContainer">
            <div class="payment-processor active" data-processor="stripe">
              <div id="payment-request-button" class="mt-4"></div>
              <div class="form-group mt-4">
                <label class="form-label text-blue-dark m-0" for="nameOnCard">Name On Card<sup>*</sup></label>
                <input type="text" name="name" id="nameOnCard" placeholder="Name On Card*" class="form-control">
              </div>
              <div id="card-element" class="mt-1"></div>
              <div class="form-group py-3">
                <div class="mx-1 mb-4">
                  <button id="stripeCC_PaymentSubmitBtn" type="button" class="btn btn-large btn-block btn-orange text-uppercase">COMPLETE <div class="spinner hidden" id="spinner"></div></button>
                </div>
                <div class="mx-1 text-center">
                  <button type="button" class="btn btn-large btn-outline-orange text-uppercase frm-step-back-btn" data-step="3">BACK</button>
                </div>
              </div>
            </div>
            <div class="payment-processor" data-processor="pay_pal">
              <div id="paypal-button-container" class="mt-4">
                <div id="zoid-paypal-buttons-uid_332a9337f4_mda6mta6nta" class="paypal-buttons paypal-buttons-context-iframe paypal-buttons-label-donate paypal-buttons-layout-vertical" data-paypal-smart-button-version="5.0.416"
                  style="height: 0px; transition: all 0.2s ease-in-out 0s;">
                  <style nonce="">
                    #zoid-paypal-buttons-uid_332a9337f4_mda6mta6nta {
                      position: relative;
                      display: inline-block;
                      width: 100%;
                      min-height: 35px;
                      min-width: 200px;
                      font-size: 0;
                    }

                    #zoid-paypal-buttons-uid_332a9337f4_mda6mta6nta>iframe {
                      position: absolute;
                      top: 0;
                      left: 0;
                      width: 100%;
                      height: 100%;
                    }

                    #zoid-paypal-buttons-uid_332a9337f4_mda6mta6nta>iframe.component-frame {
                      z-index: 100;
                    }

                    #zoid-paypal-buttons-uid_332a9337f4_mda6mta6nta>iframe.prerender-frame {
                      transition: opacity .2s linear;
                      z-index: 200;
                    }

                    #zoid-paypal-buttons-uid_332a9337f4_mda6mta6nta>iframe.visible {
                      opacity: 1;
                    }

                    #zoid-paypal-buttons-uid_332a9337f4_mda6mta6nta>iframe.invisible {
                      opacity: 0;
                      pointer-events: none;
                    }

                    #zoid-paypal-buttons-uid_332a9337f4_mda6mta6nta>.smart-menu {
                      position: absolute;
                      z-index: 300;
                      top: 0;
                      left: 0;
                      width: 100%;
                    }
                  </style><iframe allowtransparency="true"
                    name="__zoid__paypal_buttons__eyJzZW5kZXIiOnsiZG9tYWluIjoiaHR0cHM6Ly90ZWFtc2Vhcy5vcmcifSwibWV0YURhdGEiOnsid2luZG93UmVmIjp7InR5cGUiOiJwYXJlbnQiLCJkaXN0YW5jZSI6MH19LCJyZWZlcmVuY2UiOnsidHlwZSI6InJhdyIsInZhbCI6IntcInVpZFwiOlwiem9pZC1wYXlwYWwtYnV0dG9ucy11aWRfMzMyYTkzMzdmNF9tZGE2bXRhNm50YVwiLFwiY29udGV4dFwiOlwiaWZyYW1lXCIsXCJ0YWdcIjpcInBheXBhbC1idXR0b25zXCIsXCJjaGlsZERvbWFpbk1hdGNoXCI6e1wiX190eXBlX19cIjpcInJlZ2V4XCIsXCJfX3ZhbF9fXCI6XCJcXFxcLnBheXBhbFxcXFwuKGNvbXxjbikoOlxcXFxkKyk/JFwifSxcInZlcnNpb25cIjpcIjEwXzNfM1wiLFwicHJvcHNcIjp7XCJmdW5kaW5nU291cmNlXCI6XCJwYXlwYWxcIixcInN0eWxlXCI6e1wibGFiZWxcIjpcImRvbmF0ZVwiLFwibGF5b3V0XCI6XCJ2ZXJ0aWNhbFwiLFwiY29sb3JcIjpcImJsYWNrXCIsXCJzaGFwZVwiOlwicmVjdFwiLFwidGFnbGluZVwiOmZhbHNlLFwiaGVpZ2h0XCI6e1wiX190eXBlX19cIjpcInVuZGVmaW5lZFwifSxcInBlcmlvZFwiOntcIl9fdHlwZV9fXCI6XCJ1bmRlZmluZWRcIn0sXCJtZW51UGxhY2VtZW50XCI6XCJiZWxvd1wiLFwiZGlzYWJsZU1heFdpZHRoXCI6e1wiX190eXBlX19cIjpcInVuZGVmaW5lZFwifX0sXCJvbkluaXRcIjp7XCJfX3R5cGVfX1wiOlwiY3Jvc3NfZG9tYWluX2Z1bmN0aW9uXCIsXCJfX3ZhbF9fXCI6e1wiaWRcIjpcInVpZF9lZTFhZGNjMmUzX21kYTZtdGE2bnRhXCIsXCJuYW1lXCI6XCJvbkluaXRcIn19LFwib25DbGlja1wiOntcIl9fdHlwZV9fXCI6XCJjcm9zc19kb21haW5fZnVuY3Rpb25cIixcIl9fdmFsX19cIjp7XCJpZFwiOlwidWlkXzJmYjFhYzk3ZWNfbWRhNm10YTZudGFcIixcIm5hbWVcIjpcIm9uQ2xpY2tcIn19LFwiY3JlYXRlT3JkZXJcIjp7XCJfX3R5cGVfX1wiOlwiY3Jvc3NfZG9tYWluX2Z1bmN0aW9uXCIsXCJfX3ZhbF9fXCI6e1wiaWRcIjpcInVpZF9hOWI1ZDNjZWUyX21kYTZtdGE2bnRhXCIsXCJuYW1lXCI6XCJjcmVhdGVPcmRlclwifX0sXCJvbkFwcHJvdmVcIjp7XCJfX3R5cGVfX1wiOlwiY3Jvc3NfZG9tYWluX2Z1bmN0aW9uXCIsXCJfX3ZhbF9fXCI6e1wiaWRcIjpcInVpZF9mYWM3MGZjMDIxX21kYTZtdGE2bnRhXCIsXCJuYW1lXCI6XCJvbkFwcHJvdmVcIn19LFwiY3NwTm9uY2VcIjp7XCJfX3R5cGVfX1wiOlwidW5kZWZpbmVkXCJ9LFwic3RvcmFnZVN0YXRlXCI6e1wiZ2V0XCI6e1wiX190eXBlX19cIjpcImNyb3NzX2RvbWFpbl9mdW5jdGlvblwiLFwiX192YWxfX1wiOntcImlkXCI6XCJ1aWRfZjZmYjA1N2ZlZl9tZGE2bXRhNm50YVwiLFwibmFtZVwiOlwiZ2V0XCJ9fSxcInNldFwiOntcIl9fdHlwZV9fXCI6XCJjcm9zc19kb21haW5fZnVuY3Rpb25cIixcIl9fdmFsX19cIjp7XCJpZFwiOlwidWlkXzg0ZWEyMzg4MjJfbWRhNm10YTZudGFcIixcIm5hbWVcIjpcInNldFwifX19LFwic2Vzc2lvblN0YXRlXCI6e1wiZ2V0XCI6e1wiX190eXBlX19cIjpcImNyb3NzX2RvbWFpbl9mdW5jdGlvblwiLFwiX192YWxfX1wiOntcImlkXCI6XCJ1aWRfNjRlMjgzZTgzMV9tZGE2bXRhNm50YVwiLFwibmFtZVwiOlwiZ2V0XCJ9fSxcInNldFwiOntcIl9fdHlwZV9fXCI6XCJjcm9zc19kb21haW5fZnVuY3Rpb25cIixcIl9fdmFsX19cIjp7XCJpZFwiOlwidWlkXzE2NWQ2YTc2ODVfbWRhNm10YTZudGFcIixcIm5hbWVcIjpcInNldFwifX19LFwiY29tcG9uZW50c1wiOltcImJ1dHRvbnNcIl0sXCJsb2NhbGVcIjp7XCJjb3VudHJ5XCI6XCJVU1wiLFwibGFuZ1wiOlwiZW5cIn0sXCJjcmVhdGVCaWxsaW5nQWdyZWVtZW50XCI6e1wiX190eXBlX19cIjpcInVuZGVmaW5lZFwifSxcImNyZWF0ZVN1YnNjcmlwdGlvblwiOntcIl9fdHlwZV9fXCI6XCJ1bmRlZmluZWRcIn0sXCJvbkNvbXBsZXRlXCI6e1wiX190eXBlX19cIjpcInVuZGVmaW5lZFwifSxcIm9uU2hpcHBpbmdDaGFuZ2VcIjp7XCJfX3R5cGVfX1wiOlwidW5kZWZpbmVkXCJ9LFwib25TaGlwcGluZ0FkZHJlc3NDaGFuZ2VcIjp7XCJfX3R5cGVfX1wiOlwidW5kZWZpbmVkXCJ9LFwib25TaGlwcGluZ09wdGlvbnNDaGFuZ2VcIjp7XCJfX3R5cGVfX1wiOlwidW5kZWZpbmVkXCJ9LFwib25DYW5jZWxcIjp7XCJfX3R5cGVfX1wiOlwidW5kZWZpbmVkXCJ9LFwiZ2V0UHJlcmVuZGVyRGV0YWlsc1wiOntcIl9fdHlwZV9fXCI6XCJjcm9zc19kb21haW5fZnVuY3Rpb25cIixcIl9fdmFsX19cIjp7XCJpZFwiOlwidWlkXzM4YWY1MDIxNTBfbWRhNm10YTZudGFcIixcIm5hbWVcIjpcImdldFByZXJlbmRlckRldGFpbHNcIn19LFwiZ2V0UG9wdXBCcmlkZ2VcIjp7XCJfX3R5cGVfX1wiOlwiY3Jvc3NfZG9tYWluX2Z1bmN0aW9uXCIsXCJfX3ZhbF9fXCI6e1wiaWRcIjpcInVpZF9jNjYwYmE5NGViX21kYTZtdGE2bnRhXCIsXCJuYW1lXCI6XCJnZXRQb3B1cEJyaWRnZVwifX0sXCJnZXRRdWVyaWVkRWxpZ2libGVGdW5kaW5nXCI6e1wiX190eXBlX19cIjpcImNyb3NzX2RvbWFpbl9mdW5jdGlvblwiLFwiX192YWxfX1wiOntcImlkXCI6XCJ1aWRfZGE2MGI2MmYyM19tZGE2bXRhNm50YVwiLFwibmFtZVwiOlwiZ2V0UXVlcmllZEVsaWdpYmxlRnVuZGluZ1wifX0sXCJjbGllbnRJRFwiOlwiQWNDb3dqTEhaVTFscm01SFFBYkpSM01vRjZqUXFrMWcteDYtbnRoSjlFQTc3dkoycDF1a0tEMk9VRTZyb0ZqRmJXb3VTTHRlSDN1M3luSm1cIixcImNsaWVudEFjY2Vzc1Rva2VuXCI6e1wiX190eXBlX19cIjpcInVuZGVmaW5lZFwifSxcInBhcnRuZXJBdHRyaWJ1dGlvbklEXCI6e1wiX190eXBlX19cIjpcInVuZGVmaW5lZFwifSxcIm1lcmNoYW50UmVxdWVzdGVkUG9wdXBzRGlzYWJsZWRcIjpmYWxzZSxcImVuYWJsZVRocmVlRG9tYWluU2VjdXJlXCI6ZmFsc2UsXCJzZGtDb3JyZWxhdGlvbklEXCI6XCJmMzY0ODAxMWM3NzRkXCIsXCJzdG9yYWdlSURcIjpcInVpZF81OGYyNjJlMGFkX21kYTZtdGE2bnRhXCIsXCJzZXNzaW9uSURcIjpcInVpZF9iYjk5YmFkYTMzX21kYTZtdGE2bnRhXCIsXCJidXR0b25Mb2NhdGlvblwiOlwidGVhbXNlYXMub3JnXCIsXCJidXR0b25TZXNzaW9uSURcIjpcInVpZF80NjE2NjUwYzExX21kYTZtdGE2bnRhXCIsXCJlbmFibGVWYXVsdFwiOntcIl9fdHlwZV9fXCI6XCJ1bmRlZmluZWRcIn0sXCJlbnZcIjpcInByb2R1Y3Rpb25cIixcImFtb3VudFwiOntcIl9fdHlwZV9fXCI6XCJ1bmRlZmluZWRcIn0sXCJzdGFnZUhvc3RcIjp7XCJfX3R5cGVfX1wiOlwidW5kZWZpbmVkXCJ9LFwiYnV0dG9uU2l6ZVwiOntcIl9fdHlwZV9fXCI6XCJ1bmRlZmluZWRcIn0sXCJhcGlTdGFnZUhvc3RcIjp7XCJfX3R5cGVfX1wiOlwidW5kZWZpbmVkXCJ9LFwiZnVuZGluZ0VsaWdpYmlsaXR5XCI6e1wicGF5cGFsXCI6e1wiZWxpZ2libGVcIjp0cnVlLFwidmF1bHRhYmxlXCI6dHJ1ZX0sXCJwYXlsYXRlclwiOntcImVsaWdpYmxlXCI6ZmFsc2UsXCJ2YXVsdGFibGVcIjpmYWxzZSxcInByb2R1Y3RzXCI6e1wicGF5SW4zXCI6e1wiZWxpZ2libGVcIjpmYWxzZSxcInZhcmlhbnRcIjpudWxsfSxcInBheUluNFwiOntcImVsaWdpYmxlXCI6ZmFsc2UsXCJ2YXJpYW50XCI6bnVsbH0sXCJwYXlsYXRlclwiOntcImVsaWdpYmxlXCI6ZmFsc2UsXCJ2YXJpYW50XCI6bnVsbH19fSxcImNhcmRcIjp7XCJlbGlnaWJsZVwiOnRydWUsXCJicmFuZGVkXCI6dHJ1ZSxcImluc3RhbGxtZW50c1wiOmZhbHNlLFwidmVuZG9yc1wiOntcInZpc2FcIjp7XCJlbGlnaWJsZVwiOnRydWUsXCJ2YXVsdGFibGVcIjp0cnVlfSxcIm1hc3RlcmNhcmRcIjp7XCJlbGlnaWJsZVwiOnRydWUsXCJ2YXVsdGFibGVcIjp0cnVlfSxcImFtZXhcIjp7XCJlbGlnaWJsZVwiOnRydWUsXCJ2YXVsdGFibGVcIjp0cnVlfSxcImRpc2NvdmVyXCI6e1wiZWxpZ2libGVcIjpmYWxzZSxcInZhdWx0YWJsZVwiOnRydWV9LFwiaGlwZXJcIjp7XCJlbGlnaWJsZVwiOmZhbHNlLFwidmF1bHRhYmxlXCI6ZmFsc2V9LFwiZWxvXCI6e1wiZWxpZ2libGVcIjpmYWxzZSxcInZhdWx0YWJsZVwiOnRydWV9LFwiamNiXCI6e1wiZWxpZ2libGVcIjpmYWxzZSxcInZhdWx0YWJsZVwiOnRydWV9fSxcImd1ZXN0RW5hYmxlZFwiOmZhbHNlfSxcInZlbm1vXCI6e1wiZWxpZ2libGVcIjpmYWxzZSxcInZhdWx0YWJsZVwiOmZhbHNlfSxcIml0YXVcIjp7XCJlbGlnaWJsZVwiOmZhbHNlfSxcImNyZWRpdFwiOntcImVsaWdpYmxlXCI6ZmFsc2V9LFwiYXBwbGVwYXlcIjp7XCJlbGlnaWJsZVwiOmZhbHNlfSxcInNlcGFcIjp7XCJlbGlnaWJsZVwiOnRydWV9LFwiaWRlYWxcIjp7XCJlbGlnaWJsZVwiOmZhbHNlfSxcImJhbmNvbnRhY3RcIjp7XCJlbGlnaWJsZVwiOmZhbHNlfSxcImdpcm9wYXlcIjp7XCJlbGlnaWJsZVwiOnRydWV9LFwiZXBzXCI6e1wiZWxpZ2libGVcIjpmYWxzZX0sXCJzb2ZvcnRcIjp7XCJlbGlnaWJsZVwiOnRydWV9LFwibXliYW5rXCI6e1wiZWxpZ2libGVcIjpmYWxzZX0sXCJwMjRcIjp7XCJlbGlnaWJsZVwiOmZhbHNlfSxcIndlY2hhdHBheVwiOntcImVsaWdpYmxlXCI6ZmFsc2V9LFwicGF5dVwiOntcImVsaWdpYmxlXCI6ZmFsc2V9LFwiYmxpa1wiOntcImVsaWdpYmxlXCI6ZmFsc2V9LFwidHJ1c3RseVwiOntcImVsaWdpYmxlXCI6ZmFsc2V9LFwib3h4b1wiOntcImVsaWdpYmxlXCI6ZmFsc2V9LFwiYm9sZXRvXCI6e1wiZWxpZ2libGVcIjpmYWxzZX0sXCJib2xldG9iYW5jYXJpb1wiOntcImVsaWdpYmxlXCI6ZmFsc2V9LFwibWVyY2Fkb3BhZ29cIjp7XCJlbGlnaWJsZVwiOmZhbHNlfSxcIm11bHRpYmFuY29cIjp7XCJlbGlnaWJsZVwiOmZhbHNlfSxcInNhdGlzcGF5XCI6e1wiZWxpZ2libGVcIjpmYWxzZX0sXCJwYWlkeVwiOntcImVsaWdpYmxlXCI6ZmFsc2V9fSxcInBsYXRmb3JtXCI6XCJkZXNrdG9wXCIsXCJyZW1lbWJlcmVkXCI6W10sXCJleHBlcmltZW50XCI6e1wiZW5hYmxlVmVubW9cIjpmYWxzZX0sXCJwYXltZW50UmVxdWVzdFwiOntcIl9fdHlwZV9fXCI6XCJ1bmRlZmluZWRcIn0sXCJmbG93XCI6XCJwdXJjaGFzZVwiLFwicmVtZW1iZXJcIjp7XCJfX3R5cGVfX1wiOlwiY3Jvc3NfZG9tYWluX2Z1bmN0aW9uXCIsXCJfX3ZhbF9fXCI6e1wiaWRcIjpcInVpZF9hYzFlODM3YzIwX21kYTZtdGE2bnRhXCIsXCJuYW1lXCI6XCJyZW1lbWJlclwifX0sXCJjdXJyZW5jeVwiOlwiVVNEXCIsXCJpbnRlbnRcIjpcImNhcHR1cmVcIixcImJ1eWVyQ291bnRyeVwiOntcIl9fdHlwZV9fXCI6XCJ1bmRlZmluZWRcIn0sXCJjb21taXRcIjp0cnVlLFwidmF1bHRcIjpmYWxzZSxcImVuYWJsZUZ1bmRpbmdcIjpbXSxcImRpc2FibGVGdW5kaW5nXCI6W10sXCJkaXNhYmxlQ2FyZFwiOltdLFwibWVyY2hhbnRJRFwiOltdLFwicmVuZGVyZWRCdXR0b25zXCI6W1wicGF5cGFsXCJdLFwiY3NwXCI6e1wibm9uY2VcIjpcIlwifSxcIm5vbmNlXCI6XCJcIixcImdldFBhZ2VVcmxcIjp7XCJfX3R5cGVfX1wiOlwiY3Jvc3NfZG9tYWluX2Z1bmN0aW9uXCIsXCJfX3ZhbF9fXCI6e1wiaWRcIjpcInVpZF8yMzc5NTE1NWZlX21kYTZtdGE2bnRhXCIsXCJuYW1lXCI6XCJnZXRQYWdlVXJsXCJ9fSxcInVzZXJJRFRva2VuXCI6e1wiX190eXBlX19cIjpcInVuZGVmaW5lZFwifSxcImNsaWVudE1ldGFkYXRhSURcIjp7XCJfX3R5cGVfX1wiOlwidW5kZWZpbmVkXCJ9LFwiZGVidWdcIjpmYWxzZSxcInRlc3RcIjp7XCJhY3Rpb25cIjpcImNoZWNrb3V0XCJ9LFwid2FsbGV0XCI6e1wiX190eXBlX19cIjpcInVuZGVmaW5lZFwifSxcInBheW1lbnRNZXRob2ROb25jZVwiOntcIl9fdHlwZV9fXCI6XCJ1bmRlZmluZWRcIn0sXCJwYXltZW50TWV0aG9kVG9rZW5cIjp7XCJfX3R5cGVfX1wiOlwidW5kZWZpbmVkXCJ9LFwiYnJhbmRlZFwiOntcIl9fdHlwZV9fXCI6XCJ1bmRlZmluZWRcIn0sXCJhcHBsZVBheVN1cHBvcnRcIjpmYWxzZSxcInN1cHBvcnRzUG9wdXBzXCI6dHJ1ZSxcInN1cHBvcnRlZE5hdGl2ZUJyb3dzZXJcIjpmYWxzZSxcInVzZXJFeHBlcmllbmNlRmxvd1wiOntcIl9fdHlwZV9fXCI6XCJ1bmRlZmluZWRcIn0sXCJhcHBsZVBheVwiOntcIl9fdHlwZV9fXCI6XCJ1bmRlZmluZWRcIn0sXCJhbGxvd0JpbGxpbmdQYXltZW50c1wiOnRydWUsXCJjcmVhdGVWYXVsdFNldHVwVG9rZW5cIjp7XCJfX3R5cGVfX1wiOlwidW5kZWZpbmVkXCJ9LFwiZGlzYWJsZVNldENvb2tpZVwiOnRydWUsXCJleHBlcmltZW50YXRpb25cIjp7fSxcImRpc3BsYXlPbmx5XCI6W119LFwiZXhwb3J0c1wiOntcImluaXRcIjp7XCJfX3R5cGVfX1wiOlwiY3Jvc3NfZG9tYWluX2Z1bmN0aW9uXCIsXCJfX3ZhbF9fXCI6e1wiaWRcIjpcInVpZF84YjEyZjE5OTVkX21kYTZtdGE2bnRhXCIsXCJuYW1lXCI6XCJpbml0XCJ9fSxcImNsb3NlXCI6e1wiX190eXBlX19cIjpcImNyb3NzX2RvbWFpbl9mdW5jdGlvblwiLFwiX192YWxfX1wiOntcImlkXCI6XCJ1aWRfYTljNjIyNTczZV9tZGE2bXRhNm50YVwiLFwibmFtZVwiOlwiY2xvc2U6Om1lbW9pemVkXCJ9fSxcImNoZWNrQ2xvc2VcIjp7XCJfX3R5cGVfX1wiOlwiY3Jvc3NfZG9tYWluX2Z1bmN0aW9uXCIsXCJfX3ZhbF9fXCI6e1wiaWRcIjpcInVpZF9iZjEwN2VmNzVmX21kYTZtdGE2bnRhXCIsXCJuYW1lXCI6XCJjaGVja0Nsb3NlXCJ9fSxcInJlc2l6ZVwiOntcIl9fdHlwZV9fXCI6XCJjcm9zc19kb21haW5fZnVuY3Rpb25cIixcIl9fdmFsX19cIjp7XCJpZFwiOlwidWlkXzU1N2JmMDQxNjFfbWRhNm10YTZudGFcIixcIm5hbWVcIjpcIkZuXCJ9fSxcIm9uRXJyb3JcIjp7XCJfX3R5cGVfX1wiOlwiY3Jvc3NfZG9tYWluX2Z1bmN0aW9uXCIsXCJfX3ZhbF9fXCI6e1wiaWRcIjpcInVpZF9lM2NjYTMxMDViX21kYTZtdGE2bnRhXCIsXCJuYW1lXCI6XCJVblwifX0sXCJzaG93XCI6e1wiX190eXBlX19cIjpcImNyb3NzX2RvbWFpbl9mdW5jdGlvblwiLFwiX192YWxfX1wiOntcImlkXCI6XCJ1aWRfN2EzZWQ5YTg5Zl9tZGE2bXRhNm50YVwiLFwibmFtZVwiOlwiZ25cIn19LFwiaGlkZVwiOntcIl9fdHlwZV9fXCI6XCJjcm9zc19kb21haW5fZnVuY3Rpb25cIixcIl9fdmFsX19cIjp7XCJpZFwiOlwidWlkX2Y3OGU4YTY3ZjVfbWRhNm10YTZudGFcIixcIm5hbWVcIjpcInZuXCJ9fSxcImV4cG9ydFwiOntcIl9fdHlwZV9fXCI6XCJjcm9zc19kb21haW5fZnVuY3Rpb25cIixcIl9fdmFsX19cIjp7XCJpZFwiOlwidWlkXzg4OWUxZmVlMjFfbWRhNm10YTZudGFcIixcIm5hbWVcIjpcIlduXCJ9fX19In19__"
                    title="PayPal" allowpaymentrequest="allowpaymentrequest" scrolling="no" id="jsx-iframe-5738275641" class="component-frame visible" data-gtm-yt-inspected-4="true" style="background-color: transparent; border: none;"></iframe>
                  <div id="smart-menu" class="smart-menu"></div>
                  <div id="installments-modal" class="installments-modal"></div><iframe name="__detect_close_uid_9f6920da9c_mda6mta6nta__" data-gtm-yt-inspected-4="true" style="display: none;"></iframe>
                </div>
              </div>
              <div class="form-group py-3">
                <div class="mx-1 text-center">
                  <button type="button" class="btn btn-large btn-outline-orange text-uppercase frm-step-back-btn" data-step="3">BACK</button>
                </div>
              </div>
            </div>
            <div class="payment-processor" data-processor="crypto">
              <div class="form-group py-3">
              </div>
            </div>
          </div>
        </div>
      </div>
    </div>
    <div id="donateStep4" class="frm-step" data-step="4">
      <div class="card-body text-center py-1 px-2">
        <h1 class="text-orange font-xxl font-weight-bold text-uppercase my-2">Thank You!</h1>
        <p class="font-sm">#TeamSeas is a movement fueled by our power to inspire each other—every donation counts and every voice matters. Thank you for floating a brighter future!</p>
        <div class="my-3">
          <div class="thank-you-card mt-0">
            <p class="mb-2"><img src="https://assets08.teamassets.net/assets/images/teamseas-logo.png" width="60"></p>
            <p class="font-weight-700 text-white text-uppercase mt-1 mb-0">I joined #teamseas</p>
            <p class="font-weight-800 font-lg text-blue-dark text-uppercase m-0" id="ty_display_name"></p>
            <p class="font-weight-700 text-blue-dark text-uppercase m-0" id="ty_team_name"></p>
            <p class="m-0"><img id="ty_badge" src="https://assets09.teamassets.net/assets/images/tier-3-badge.png" width="65"></p>
            <p class="font-weight-700 text-white text-uppercase mt-1 mb-0">$<span id="ty_amount">0</span> donation</p>
            <p class="font-weight-light font-sm text-white text-uppercase mb-1" id="ty_message"></p>
            <p class="font-weight-light font-xs text-white text-uppercase" id="ty_date_time"></p>
            <p class="mb-1"><span class="d-inline-block bg-orange-light text-black font-weight-bold py-1 px-4 rounded-pill text-nowrap" id="ty_pounds"></span></p>
            <p class="text-white text-uppercase m-0">pounds removed</p>
          </div>
        </div>
        <p class="font-sm">Download your card, share it on social, and tag 3 friends to join #TeamSeas</p>
        <p id="generatingCardDisplay">Generating your downloadable Donation Card...</p>
        <p><a href="#" id="tyDownloadBtn" class="btn btn-orange text-uppercase font-sm d-none" target="_blank" download="">Download To Share</a></p>
        <p>
          <a href="https://www.instagram.com/teamseas/" class="social-box social-insta-outline bg-blue-light mx-1" target="_blank"></a>
          <a href="https://www.tiktok.com/@teamseas" class="social-box social-tt-outline bg-blue-light mx-1" target="_blank"></a>
          <a href="https://youtube.com/c/teamseas" class="social-box social-yt-outline bg-blue-light mx-1" target="_blank"></a>
          <a href="https://twitter.com/teamseas" class="social-box social-twt-outline bg-blue-light mx-1" target="_blank"></a>
          <a href="https://www.facebook.com/TeamSeas/" class="social-box social-fb-outline bg-blue-light mx-1" target="_blank"></a>
        </p>
      </div>
    </div>
  </div>
</form>

<form id="contactUsFrm">
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label>Name <sup>*</sup></label>
        <input type="text" name="name" value="" class="form-control" placeholder="Full Name" required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Email Address <sup>*</sup></label>
        <input type="email" name="email" value="" class="form-control" placeholder="Email Address" required="">
      </div>
    </div>
  </div>
  <div class="form-group">
    <label>Subject <sup>*</sup></label>
    <input type="text" name="subject" value="" class="form-control" placeholder="Subject*" required="">
  </div>
  <div class="form-group">
    <label>Message <sup>*</sup></label>
    <textarea name="message" class="form-control"></textarea>
  </div>
  <p class="font-sm"><em>* indicates a required field</em></p>
  <p class="text-center"><button type="submit" class="btn btn-large btn-orange text-uppercase">SUBMIT</button></p>
</form>

<form id="pressInqFrm">
  <div class="row">
    <div class="col-md-6">
      <div class="form-group">
        <label>Name <sup>*</sup></label>
        <input type="text" name="name" value="" class="form-control" placeholder="Full Name" required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Company or Organization <sup>*</sup></label>
        <input type="text" name="company" value="" class="form-control" placeholder="Company or Organization" required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Email Address <sup>*</sup></label>
        <input type="email" name="email" value="" class="form-control" placeholder="Email Address" required="">
      </div>
    </div>
    <div class="col-md-6">
      <div class="form-group">
        <label>Phone</label>
        <input type="phone" name="phone" value="" class="form-control" placeholder="Phone (optional)">
      </div>
    </div>
  </div>
  <div class="form-group">
    <label>Message <sup>*</sup></label>
    <textarea name="message" class="form-control"></textarea>
  </div>
  <p class="font-sm"><em>* indicates a required field</em></p>
  <p class="text-center"><button type="submit" class="btn btn-large btn-orange text-uppercase">SUBMIT</button></p>
</form>

Text Content

CLEAN UP WITH #TEAMSEAS AND GET INVOLVED SIGN UP

WE DID IT! NOW LET’S KEEP GOING. COME BACK ANYTIME YOU FEEL LIKE REMOVING SOME
TRASH!


33,635,088

POUNDS OF TRASH



JOIN #TEAMSEAS

EVERY $1 IS ONE LESS POUND OF TRASH IN THE OCEAN

5
Pounds
20
Pounds
50
Pounds
100
Pounds

We take crypto! You will see the options on step 3
Next
FAQ

DETAILS

Display Name*
Team Name ?

Email Address*
Mobile Phone

By providing your mobile number, you agree to receive text messages from
#TeamSeas

Message

*indicates a required field

YES! Keep me posted with #TeamSeas updates
Please keep my donation anonymous
My donation is a gift for someone
We’ll send a certificate to your email address, which you can forward along or
print. (here's an example)

--------------------------------------------------------------------------------

To
From
Include A Gift Message optional; to be included on your certificate
BACK
NEXT

PAYMENT DETAILS

Card
Name On Card*

COMPLETE

BACK
BACK



THANK YOU!

#TeamSeas is a movement fueled by our power to inspire each other—every donation
counts and every voice matters. Thank you for floating a brighter future!

I joined #teamseas







$0 donation







pounds removed

Download your card, share it on social, and tag 3 friends to join #TeamSeas

Generating your downloadable Donation Card...

Download To Share



 * Most Recent
 * Most Trash
 * Top Teams



Anonymous

keep up the amazing work , you make the world a better place

5 pounds

1/1/2024, 12:53:43 AM

Aubrey



100 pounds

1/1/2024, 12:48:52 AM

DancingCat



55 pounds

1/1/2024, 12:36:18 AM

Anonymous



5 pounds

1/1/2024, 12:32:29 AM

Scott Quiring



300 pounds

1/1/2024, 12:31:57 AM

Anonymous



20 pounds

1/1/2024, 12:18:43 AM

Anonymous



200 pounds

1/1/2024, 12:12:43 AM

Bhargava

Anonymous



50 pounds

1/1/2024, 12:07:31 AM

Anonymous



100 pounds

12/31/2023, 11:46:49 PM

The Luecke Family

Our son's choice for his year-end donation!

1,000 pounds

12/31/2023, 11:45:14 PM

The Ward Family



200 pounds

12/31/2023, 11:41:35 PM

Louisa Jawetz

I am 10 years old. I want to be a part of saving our world from climate change.
# TEAM TREES! Turtles are dying due to trash ? I?TURTLES!

301 pounds

12/31/2023, 11:23:35 PM

Dewey

My kitten Dewey unfortunately just passed away from FIP at 14 weeks old and he
seemed to love the ocean so i wanted to make this donation.

3 pounds

12/31/2023, 11:16:41 PM

Alex Fine-Carroll



25 pounds

12/31/2023, 11:14:06 PM

Killian Larivey

I'm using my Christmas money to help clean the seas!

35 pounds

12/31/2023, 11:11:09 PM

Almond Family



50 pounds

12/31/2023, 11:05:54 PM

zgl6

i lave da ocean

200 pounds

12/31/2023, 11:00:15 PM

Siddhartha Naik



1 pounds

12/31/2023, 10:28:38 PM

Madeline Nordholz



500 pounds

12/31/2023, 9:55:15 PM

Will



20 pounds

12/31/2023, 9:54:54 PM

#Mr Beast #Team Seas

The Ballonoff family

Oceans = Life

500 pounds

12/31/2023, 9:51:45 PM

Kiredjian Family



10 pounds

12/31/2023, 9:50:59 PM

Kiredjian Family

save the sharks plz

10 pounds

12/31/2023, 9:45:37 PM

Forseth Family



300 pounds

12/31/2023, 9:35:55 PM



See All
*we reserve the right to remove offensive language

TRACK OUR PROGRESS

20,472,550 pounds removed


How it Works



#TeamSeas Social




HOW IT WORKS

#TeamSeas will be one of the biggest, baddest, most-impactful cleanup projects
of all time—and here’s how we’re doing it. Scroll on to see our cutting-edge
river Interceptors, info on locally-organized cleanups, ghost-gear removal
efforts and professional expeditions to areas where we can have the greatest
conservation impact!

 * Beaches
 * Rivers
 * Oceans


THE BIG IDEA

Lost, abandoned and discarded fishing gear – or ghost gear – is some of the
deadliest ocean trash, and super tricky to recover. Luckily the experts with
Ocean Conservancy’s Global Ghost Gear Initiative® have been removing ghost gear
from waters all around the world for years.


MAPPING

Ocean Conservancy will work with its Global Ghost Gear Initiative® members and
partners on the water to identify ghost gear graveyards around the world.





REMOVAL

Specially trained experts will grapple or float the gear to the surface, where
the gear will be hooked onto boat cranes and lifted out of the ocean. (Yes, it’s
a very cool process.)


RECYCLING [IF APPLICABLE]

TeamSeas will work with local authorities to make sure any labeled, working gear
is returned to local fishers. Remaining gear will be recycled– when possible –
and the remainder properly disposed of.



Learn More


THE BIG IDEA

With YOUR HELP, #TeamSeas will work with Ocean Conservancy and its partners to
remove millions of pounds of plastic and trash from beaches all around the
world. We’ll also send professional crews to clean up some of the most iconic,
vulnerable ocean spaces.


LOCAL COLLECTION

Here’s where you can get dirty! Fight side-by-side with #TeamSeas for cleaner
coastal communities.





THE INTERNATIONAL COASTAL CLEANUP NETWORK MAPPING

Ocean Conservancy will use the best available science and work with its
International Coastal Cleanup local partners around the world to identify places
where cleanups will have the greatest impact.


REMOVAL

#TeamSeas will partner with volunteers like you to remove millions of pounds of
trash from the world’s beaches and weigh the total trash collected at the end of
each cleanup.





RECYCLING [IF APPLICABLE]

TeamSeas will work with local authorities to make sure collected trash is
properly disposed of and, where local facilities exist, we’ll recycle all
accepted materials.

Learn More


THE BIG IDEA

Rivers are a major source of ocean plastic pollution, with research showing that
1% of rivers account for nearly 80% of pollution flowing from rivers. #TeamSeas
will work with The Ocean Cleanup to tackle trash from these rivers with their
Interceptor technologies.


THE RIVER INTERCEPTOR

The Ocean Cleanup has developed technologies for river pollution called
Interceptors, which have removed over 2 million pounds to date! One of their key
technology solutions, The Interceptor™, is solar-powered and can collect trash
autonomously.





RESEARCH

Every river is unique, and for that reason, together with local partners, The
Ocean Cleanup’s team will first conduct research to determine the most efficient
solution to clean that specific river.


COLLECT TRASH

After conducting research and setting up the necessary local partnerships, it’s
time to deploy and start intercepting trash!





EMPTY AND REPEAT

The collected trash is brought to shore to be properly disposed of by local
waste management and then cleanup continues.


GOING FORWARD

Even though the Interceptors aren’t a permanent solution, they are a safety net
until waste management on land improves and we’re able to stop plastic from
polluting our rivers. The Interceptors deployed with the help of #TeamSeas will
keep cleaning even after the campaign comes to a close.



Learn More

FAQ

Contact Us

Press Inquiries

Store

#TeamTrees

TERMS PRIVACY Children’s Privacy Policy

JOIN #TEAMSEAS

Every $1 is one less pound of trash in the ocean

Donate

 * Shop
 * Leaderboard
   
 * How It Works

 * FAQ
 * Contact Us
 * Press Inquiries
 * 




FREQUENTLY ASKED QUESTIONS

WHAT IS #TEAMSEAS?

#TeamSeas is a global campaign to raise $30M to remove 30M pounds of plastic and
trash from our ocean, rivers and beaches. It’s also the second wave of the
largest creator-led fundraising campaign to ever hit the internet: #TeamTrees.
We launched #TeamTrees in 2019 with a goal of raising $20M to plant 20M trees
and we smashed it—raising over $23M and generating more than 1B video views.
Even two years later, TeamTrees.org is still receiving donations and planting
2,600 trees every day. We’re back again to rally the internet’s passion and
imagination in support of the ocean.

--------------------------------------------------------------------------------

WHAT IS THE TIMING OF THE CAMPAIGN?

We launched #TeamSeas on Friday, October 29th at 1PM PACIFIC TIME with a massive
wave of online videos and we’ll continue to create content to rally our
communities throughout the campaign. (If you’re reading this right now, and you
love the ocean, we invite you to create something too). The $30M fundraising
goal officially ends on January 1, 2022 at midnight PT, so we only have a short
amount of time to raise the money. The funded cleanup work will begin in 2022
and is scheduled to conclude in three years. We’ll keep the site up and running
the whole time (and you can still plant a tree at TeamTrees.org!).

--------------------------------------------------------------------------------

WHAT HAPPENS TO THE MONEY?

Every single dollar #TeamSeas raises toward the $30M will go to independently
verified pounds of trash that have been removed from beaches, rivers or the
ocean. When you donate, the funds go directly to the two not-for-profit
organizations, Ocean Conservancy and The Ocean Cleanup. They split the funds
50/50 and the money will be released when the trash is removed and verified: $1,
one pound. Each non-profit is responsible for delivering on their half of the
goal.

--------------------------------------------------------------------------------

WHAT HAPPENS TO THE TRASH?

Great question! Wherever and whenever possible, items like cans, glass, and
plastic beverage bottles will be separated and recycled. In cases where
contamination of the trash and/or lack of local recycling makes it impossible to
reprocess, trash will go to a proper disposal site in accordance with local
regulations and capacity. That’s why we need to reduce the amount of plastic we
use and waste we generate, period.

--------------------------------------------------------------------------------

WHO IS BEHIND #TEAMSEAS?

Just like the original campaign that inspired it, #TeamSeas is being led by Mark
(Rober), Jimmy (MrBeast) and Campaign Director, Matt Fitzgerald (@fitz350).
We’ve reunited many of the world’s most popular content creators to help launch
the campaign, add their creativity and invite their audience to power #TeamSeas
toward its ambitious 30M goal. At the end of the day, we hope to create a
platform that you—anyone reading this—can genuinely claim as your own. Think of
it as a giant, global potluck for good. What would you like to bring to the
party?

--------------------------------------------------------------------------------

WHICH NONPROFIT ORGANIZATIONS ARE YOU PARTNERING WITH?

For #TeamSeas, we’ve partnered up with Ocean Conservancy and The Ocean Cleanup.
All donations to #TeamSeas will be split between the two organizations, 50/50.

Ocean Conservancy is #TeamSeas’s implementation partner for beaches and oceans.
Ocean Conservancy champions science-based solutions to tackle the largest ocean
conservation challenges we face to strengthen the health of the ocean today and
for the future. They mobilize citizen advocates to facilitate change, and are
committed to supporting efforts that benefit the people who depend on the ocean
for food, jobs and recreation. Ocean Conservancy facilitates the International
Coastal Cleanup (ICC), one of the world’s largest volunteer cleanup efforts for
the ocean. Ocean Conservancy is a US-based 501(c)(3) nonprofit (EIN 23-7245152)
and is rated 4 stars (94/100) by Charity Navigator.

The Ocean Cleanup is #TeamSeas’s implementation partner for rivers. The Ocean
Cleanup develops and scales technologies to clean up what is already polluting
our oceans and to intercept plastic on its way to the ocean via rivers. Their
goal is to achieve a 90% reduction of floating ocean plastic by 2040. Founded in
2013, The Ocean Cleanup has a proven commitment to the ambitious goal of ridding
the world’s oceans of plastic. With their river systems, the Interceptors, they
are now helping to close the tap on a global scale, capturing plastic before it
enters the oceans via rivers. The Ocean Cleanup is a registered ANBI Foundation
in the Netherlands, and their U.S. affiliate, The Ocean Cleanup North Pacific
Foundation, is also a Gold-rated US 501(c)(3) nonprofit (EIN 81-5132355).

--------------------------------------------------------------------------------

WHAT’S THE DEAL WITH PLASTIC POLLUTION IN OUR WATER?

The ocean and the life within it are incredibly important. Aside from the water
we drink, the ocean produces half the air we breathe every day. So it’s a
no-brainer that keeping it clean and healthy is critical to our survival.
Unfortunately our ocean—and the rivers that feed it—are full of plastic trash.
It’s estimated that there are 200M tons of plastic already circulating in marine
environments, with an estimated 11M tons entering the ocean EVERY YEAR.
Pollution from items like bottles, bags, straws and abandoned fishing gear is a
health crisis for our entire planet.

--------------------------------------------------------------------------------

HOW ARE WE ACTUALLY GOING TO CLEAN UP ALL THIS TRASH?

We’re glad you asked. Because 30M pounds is A LOT of trash (roughly equivalent
to 85 football fields covered a foot deep). We’re dividing our work among three
points of intervention: beaches, rivers and oceans.

Beaches
With the experts at Ocean Conservancy, we’ll send professional crews to clean up
some of the most iconic, vulnerable beaches on the planet. We’ll also be holding
safe, locally-hosted #TeamSeas events leveraging Ocean Conservancy’s
International Coastal Cleanup (ICC) network so #TeamSeas supporters can roll up
their sleeves and make an impact firsthand, one pound of trash at a time. The
ICC is the largest beach cleanup network in the world (more than 350 million
pounds of trash have been collected from beaches in its 35+ year history!)

Rivers
For our rivers, #TeamSeas will fund Interceptors™, The Ocean Cleanup’s river
cleanup technologies that collect trash before it can reach the ocean. The Ocean
Cleanup has several Interceptors already deployed in some of the world’s most
polluted rivers to catch plastic and trash upstream. #TeamSeas will support the
expansion and continued operation of this work as The Ocean Cleanup takes aim at
the 1% of rivers which contribute 80% of the trash flowing into the ocean from
rivers.

Oceans
Lost, abandoned and discarded fishing gear – or ghost gear – is some of the
deadliest ocean trash, and is super tricky to recover. #TeamSeas will work with
Ocean Conservancy’s Global Ghost Gear Initiative® to go to ghost gear
“graveyards,” where we’ll identify and float the abandoned gear to the surface,
hook it onto boat cranes and remove it from the ocean forever.

--------------------------------------------------------------------------------

HOW CAN I HELP?

We want you to do what you do best. Talk to a friend, organize your school or
business, make some art, film a video, whatever makes sense to you and your
community as we work toward 30M. For #TeamTrees, we saw artists draw comics for
trees, kids hold bakesales, and tech founders one-up each other on the
Leaderboard. Whoever your team is, get them on #TeamSeas. You can create a Team
during checkout or join one from Search.

We recommend you start by telling someone else about the mission, why you’re
passionate about it, and invite them to get involved at TeamSeas.org. We also
encourage you to engage with and amplify #TeamSeas content across the internet.
We think you’ll be surprised at who else is on #TeamSeas and how many
fascinating videos are out there for you to discover. As the campaign develops,
we hope you’ll co-create it with us as we rally toward our shared 30M goal. One
of the most exciting parts for us is that we have no idea what you’ll come up
with, and we can’t wait to see it.

--------------------------------------------------------------------------------

WHO SHOULD I TAG OR FOLLOW ON SOCIAL? WHAT’S OFFICIAL?

#TeamSeas official social accounts will always be listed here and on the
homepage. If you’re not sure if it’s legit, check TeamSeas.org. Here’s the
latest list:

Twitter: twitter.com/teamseas , Instagram: instagram.com/teamseas , Facebook:
facebook.com/teamseas , YouTube: youtube.com/teamseas , reddit:
reddit.com/r/teamseas , TikTok: tiktok.com/@teamseas ( use the ‘Support
Nonprofit’ donate sticker for Ocean Conservancy). If you stream on Twitch, check
out the TeamSeas campaign tools on Tiltify to let your viewers donate live and
your community to fundraise together.

Speaking of legit, the only official store for #TeamSeas is store.teamseas.org.
Please watch out for scammers.

Last but not least, we encourage you to engage with other #TeamSeas supporters
to weave together all our crazy internet worlds in support of the cause. Spread
love, mash the RT button, and if you see a way to organize something cool
together, well, that’s awesome!

--------------------------------------------------------------------------------

IS CLEANUP REALLY THE BEST SOLUTION?

The plastic pollution problem is so big that no single solution will fix it at
once. But we’ve got to start somewhere. 30M pounds of trash collected is 30M
pounds of trash that won’t come face to face with whales, dolphins, seabirds and
other beloved wildlife, and that won’t keep breaking down into smaller and
smaller pieces, ending up on our dinner plates. There are a lot of ways you can
tackle the problem, and we think cleanups are complementary so long as they’re
not excuses for delay. By reaching a billion people through #TeamSeas videos,
and activating new generations of ocean advocates, we hope to inspire a movement
and demand for solutions. Plastic and our oceans don’t mix, and we’re here to do
something about it.

--------------------------------------------------------------------------------

WHAT ABOUT CLIMATE CHANGE?

Plastic production and climate change are inextricably linked, and both are huge
problems for the ocean. Every year, 11 million metric tons of plastics enter our
ocean. Nearly all of these plastics are made from fossil fuels including crude
oil, natural gas liquids and coal. Ocean Conservancy has estimated that the
crude oil needed to make that much plastic is over 800 times more than the
amount spilled during the Exxon Valdez disaster! And the greenhouse gas
emissions from the plastics sector are about 2 gigatons, equivalent to the
emissions of 370 million passenger cars. You can learn more about the
plastics-climate connection here. There’s much more we need to do to tackle the
climate crisis, and we hope you bring this same #TeamSeas energy to other
efforts to protect the ocean and the planet.


CONTACT US

Name *
Email Address *
Subject *
Message *

* indicates a required field

SUBMIT


PRESS INQUIRIES

Name *
Company or Organization *
Email Address *
Phone
Message *

* indicates a required field

SUBMIT



Unsupported Browser! This website will offer limited functionality in this
browser. We only support the recent versions of major browsers like Chrome,
Firefox, Safari, and Edge.