What we believe
-
We look for people who were meant to be entrepreneurs. Mission driven, passionate, humble and a little crazy.
People who are not afraid to make mistakes but are willing to learn from them.
-
Ideas are not nearly as important as the ability to execute. We bet on the people and teams who prove they can get things done.
-
Canada is far from perfect but we’re lucky to be here. Let’s be the change we wish to see.
-
It takes a village to raise a startup. We are strengthening the community that can help foster innovation and growth.
/* Accordion Title Text Color */
.sqs-block-accordion .accordion-item__title {
color: #990000; /* change this to your preferred color */
}
/* Accordion Body Text Color */
.sqs-block-accordion .accordion-item__content {
color: #47121c; /* change this to your preferred color */
}
/* Optional: Change the hover color of the title */
.sqs-block-accordion .accordion-item__title:hover {
color: #47121c;
}
/* Optional: Change the active (open) title color */
.sqs-block-accordion .accordion-item--active .accordion-item__title {
color: #47121c;
}