Terms and Conditions

Terms and Conditions

Terms and Conditions

1. Introduction:
Welcome to Smart Match Finland Oy ("Smart Match", "we", "us", or "our"). These Terms & Conditions ("Terms") govern your access and use of the Smart Match website and any related services (collectively, the "Platform").

2. Eligibility
By accessing or using the Platform, you represent and warrant that: You are at least 18 years old or the legal age of majority in your jurisdiction. You have the legal capacity to enter into these Terms. You will not use the Platform for any illegal or unauthorized purpose.

3. User Accounts
Both job seekers and employers can create accounts on the Platform. You are responsible for maintaining the confidentiality of your account information, including your password, and for all activity that occurs under your account. You agree to notify us immediately of any unauthorized use of your account or any other breach of security.

4. Matching Process
Smart Match uses a proprietary algorithm to match job seekers with potential employers based on their skills, experience, and desired job criteria. However, we do not guarantee that you will find a job or be matched with an employer through the Platform.

5. Fees
Registration is free for job seekers. Employers do not incur any fees for using the Platform.

6. User Content
You are responsible for any content you submit to the Platform ("User Content"). You represent and warrant that you own all rights to your User Content or have obtained all necessary permissions to use and submit it.

7. Intellectual Property
The Platform and its content are protected by intellectual property laws. You agree not to modify, reverse engineer, or disassemble any part of the Platform.

8. Data Privacy
Smart Match is committed to protecting your data privacy. We collect and store user data securely in accordance with the General Data Protection Regulation (GDPR). We only collect essential information needed for the matching process and user experience. For more details, please refer to our separate Privacy Policy.

9. Disclaimer of Warranties
The Platform is provided "as is" and without any warranties of any kind, express or implied. Smart Match does not guarantee the accuracy, completeness, or reliability of the information provided on the Platform.

10. Limitation of Liability
To the maximum extent permitted by law, Smart Match will not be liable for any damages arising out of your use of the Platform.

11. Indemnification
You agree to indemnify and hold harmless Smart Match from and against any and all claims, damages, losses, and expenses (including attorneys' fees) arising out of your use of the Platform or your breach of these Terms.

12. Dispute Resolution
Any dispute arising out of or relating to these Terms will be resolved by binding arbitration in accordance with the rules of the Finnish Arbitration Association.

13. Governing Law
These Terms will be governed by and construed in accordance with the laws of Finland.

14. Entire Agreement
These Terms constitute the entire agreement between you and Smart Match with respect to your use of the Platform.

15. Changes to Terms
We reserve the right to modify these Terms at any time. We will post any changes on the Platform and your continued use of the Platform after the posting of any changes constitutes your acceptance of the amended Terms.

Contact

If you have any questions about these Terms, please contact us!

Start your new dream in Finland today

const iframe = document.querySelector('iframe'); console.log("Getting iframe", iframe) if(iframe) { console.log("found iframe") const embedContent = iframe.contentDocument; const tallyLinks = document.querySelectorAll('a[href^="https://tally.so"]'); console.log("links", links) if (tallyLinks.length > 0) { // Check if there are any Tally links for (let i = 0; i < tallyLinks.length; i++) { // Iterate through each link tallyLinks[i].style.display = "none"; // Hide the link using display: none } } }