{"id":5661,"date":"2026-06-24T17:34:17","date_gmt":"2026-06-24T21:34:17","guid":{"rendered":"https:\/\/superguideswp.wpcomstaging.com\/?page_id=5661"},"modified":"2026-06-29T12:24:32","modified_gmt":"2026-06-29T16:24:32","slug":"careers","status":"publish","type":"page","link":"https:\/\/www.super.com\/guides\/careers\/","title":{"rendered":"Careers"},"content":{"rendered":"\t\t<div data-elementor-type=\"wp-page\" data-elementor-id=\"5661\" class=\"elementor elementor-5661\">\n\t\t\t\t<div class=\"elementor-element elementor-element-4b6230b e-flex e-con-boxed e-con e-parent\" data-id=\"4b6230b\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t<div class=\"elementor-element elementor-element-dba21b9 elementor-widget elementor-widget-html\" data-id=\"dba21b9\" data-element_type=\"widget\" data-e-type=\"widget\" data-widget_type=\"html.default\">\n\t\t\t\t<div class=\"elementor-widget-container\">\n\t\t\t\t\t\n<link href=\"\/wp-content\/uploads\/careers\/css\/normalize.css\" rel=\"stylesheet\" type=\"text\/css\">\n  <link href=\"\/wp-content\/uploads\/careers\/css\/components.css\" rel=\"stylesheet\" type=\"text\/css\">\n  <link href=\"\/wp-content\/uploads\/careers\/css\/livesuper.css\" rel=\"stylesheet\" type=\"text\/css\">\n  <link href=\"https:\/\/fonts.googleapis.com\" rel=\"preconnect\">\n  <link href=\"https:\/\/fonts.gstatic.com\" rel=\"preconnect\" crossorigin=\"anonymous\">\n  <script src=\"https:\/\/ajax.googleapis.com\/ajax\/libs\/webfont\/1.6.26\/webfont.js\" type=\"text\/javascript\"><\/script>\n  <script type=\"text\/javascript\">WebFont.load({  google: {    families: [\"PT Sans:400,400italic,700,700italic\",\"Poppins:300,400,500,600,700\"]  }});<\/script>\n  <script type=\"text\/javascript\">!function(o,c){var n=c.documentElement,t=\" w-mod-\";n.className+=t+\"js\",(\"ontouchstart\"in o||o.DocumentTouch&&c instanceof DocumentTouch)&&(n.className+=t+\"touch\")}(window,document);<\/script>\n  <script src=\"https:\/\/d3e54v103j8qbb.cloudfront.net\/js\/jquery-3.5.1.min.dc5e7f18c8.js?site=6279e0c2471406638223ba2d\" type=\"text\/javascript\" integrity=\"sha256-9\/aliU8dGd2tb6OSsuzixeV4y\/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"><\/script>\n  <!--  Please keep this css code to improve the font quality -->\n  <style>\n  * {\n  -webkit-font-smoothing: antialiased;\n  -moz-osx-font-smoothing: grayscale;\n}\n<\/style>\n  <!--  remove blue box when click on mobile  -->\n  <style type=\"text\/css\"> html { -webkit-tap-highlight-color: rgba(0,0,0,0); } <\/style>\n  <!--  Iframe size handling - works cross-origin  -->\n  <script src=\"https:\/\/cdn.jsdelivr.net\/npm\/@iframe-resizer\/child@5.3.2\" type=\"text\/javascript\" async=\"\"><\/script>\n  <script>\n\t\/\/ Function to handle showing\/hiding the element based on the condition\nfunction toggleElementVisibility() {\n    \/\/ 1. Get the element once the DOM is ready\n    const elementToHide = document.getElementById('get-the-app-btn');\n    \/\/ Check if the element was actually found before trying to access its style\n    if (!elementToHide) {\n        console.error(\"Element with ID 'myElement' not found in the DOM.\");\n        return; \/\/ Stop the function if the element doesn't exist\n    }\n    \/\/ 2. Apply the logic based on the custom variable\n    \/\/ We assume window.myCustomVariable is defined somewhere else in your code\n    if (window.isNativeApp === true) {\n        elementToHide.style.display = 'none'; \/\/ Hide the element\n        console.log(\"Hiding 'myElement'.\");\n    } else {\n        \/\/ Use 'block' or its original display type (like 'flex', 'grid', or an empty string)\n        elementToHide.style.display = 'block'; \/\/ Show the element\n        console.log(\"Showing 'myElement'.\");\n    }\n}\n\/\/ 3. Wait for the DOM to be fully loaded before running the function\n\/\/ This guarantees that 'myElement' exists when getElementById is called.\ndocument.addEventListener('DOMContentLoaded', toggleElementVisibility);\n<\/script>\n  <div class=\"page-wrapper\">\n    <div class=\"global-styles w-embed\">\n      <style>\nselect {\n\tappearance: none;\n}\n\/* Snippet gets rid of top margin on first element in any rich text*\/\n.w-richtext>:first-child {\n\tmargin-top: 0;\n}\n\/* Snippet gets rid of bottom margin on last element in any rich text*\/\n.w-richtext>:last-child, .w-richtext ol li:last-child, .w-richtext ul li:last-child {\n\tmargin-bottom: 0;\n}\n\/* Snippet prevents all click and hover interaction with an element *\/\n.clickable-off {\n\tpointer-events: none;\n}\n\/* Snippet enables all click and hover interaction with an element *\/\n.clickable-on{\n  pointer-events: auto;\n}\n\/* Snippet enables you to add class of div-square which creates and maintains a 1:1 dimension of a div.*\/\n.div-square::after {\n\tcontent: \"\";\n\tdisplay: block;\n\tpadding-bottom: 100%;\n}\n\/*Hide focus outline for main content element*\/\nmain:focus-visible {\n\toutline: -webkit-focus-ring-color auto 0px;\n}\n\/* Make sure containers never lose their center alignment*\/\n.container-medium, .container-small, .container-large {\n\tmargin-right: auto !important;\n\tmargin-left: auto !important;\n}\n\/*Reset buttons, and links styles*\/\na {\n\tcolor: inherit;\n\ttext-decoration: inherit;\n\tfont-size: inherit;\n}\n\/*Apply \"...\" after 3 lines of text *\/\n.text-style-3lines {\n\tdisplay: -webkit-box;\n\toverflow: hidden;\n\t-webkit-line-clamp: 3;\n\t-webkit-box-orient: vertical;\n}\n\/*Apply \"...\" after 2 lines of text *\/\n.text-style-2lines {\n\tdisplay: -webkit-box;\n\toverflow: hidden;\n\t-webkit-line-clamp: 2;\n\t-webkit-box-orient: vertical;\n}\n@media only screen \n  and (min-device-width: 320px) \n  and (max-device-width: 480px)\n  and (-webkit-min-device-pixel-ratio: 2)\n  and (orientation: portrait) {\n  .text-rich-text p, a { overflow-wrap: break-word; word-wrap: break-word; -ms-hyphens: auto; -moz-hyphens: auto; -webkit-hyphens: auto; hyphens: auto; }\n  }\n.dropdown_list.w--open {\n  margin-top: 0px !important;\n  margin-bottom: 0px !important;\n  }\n \/*cta buttons in nav-bar*\/\n  @media (max-width: 1024px) {\n  .nav-btn-box_desktop {\n    display: none;\n  }\n  .nav-btn-box_tab-mob {\n    display: block;\n  }\n}\n<\/style>\n    <\/div>\n    <div class=\"infinite-marquee w-embed\">\n      <style>\n  \/*** Animation for HERO Section **\/\n  .jobs-marquee__collection-wrapper {\n    animation: jobsloop 30s linear infinite;\n  }\n  .jobs-marquee:hover .jobs-marquee__collection-wrapper,\n  .jobs-marquee:focus-within .jobs-marquee__collection-wrapper {\n    animation-play-state: paused;\n  }\n  @media (prefers-reduced-motion) {\n    .jobs-marquee__collection-wrapper {\n      animation-play-state: paused;\n    }\n  }\n  @keyframes jobsloop {\n    0% {\n      transform: translate3d(0%, 0, 0);\n    }\n    100% {\n      transform: translate3d(0%, -100%, 0);\n    }\n  }\n  \/*** End of Animation for HERO Section **\/\n  \/*** Start on Animation for IMPACT TOP Section **\/\n  .pills-top > .pills-group {\n    animation: toploop 20s linear infinite;\n  }\n  .pills:hover .pills-top > .pills-group,\n  .pills:focus-within .pills-top > .pills-group {\n    animation-play-state: paused;\n  }\n  @media (prefers-reduced-motion) {\n    .pills-top > .pills-group {\n      animation-play-state: paused;\n    }\n  }\n  @keyframes toploop {\n    0% {\n      transform: translateX(0%);\n    }\n    100% {\n      transform: translateX(-100%);\n    }\n  }\n  \/*** End on Animation for IMPACT TOP Section **\/\n  \/*** Start on Animation for IMPACT BOTTOM Section **\/\n  .pills-bottom > .pills-group {\n    animation: bottomloop 20s linear infinite;\n  }\n  .pills:hover .pills-bottom > .pills-group,\n  .pills:focus-within .pills-bottom > .pills-group {\n    animation-play-state: paused;\n  }\n  @media (prefers-reduced-motion) {\n    .pills-bottom > .pills-group {\n      animation-play-state: paused;\n    }\n  }\n  @keyframes bottomloop {\n    0% {\n      transform: translateX(0%);\n    }\n    100% {\n      transform: translateX(100%);\n    }\n  }\n  \/*** End on Animation for IMPACT BOTTOM Section **\/\n  @media screen and (max-width: 767px) {\n    .jobs-marquee__collection-wrapper {\n      animation: jobsloop-mobile 30s linear infinite;\n    }\n    .jobs-marquee:hover .jobs-marquee__collection-wrapper,\n    .jobs-marquee:focus-within .jobs-marquee__collection-wrapper {\n      animation-play-state: paused;\n    }\n    @media (prefers-reduced-motion) {\n      .jobs-marquee__collection-wrapper {\n        animation-play-state: paused;\n      }\n    }\n    @keyframes jobsloop-mobile {\n      0% {\n        transform: translate3d(0%, 0, 0);\n      }\n      100% {\n        transform: translate3d(-100%, 0, 0);\n      }\n    }\n  }\n<\/style>\n    <\/div>\n    <main class=\"main-wrapper\">\n  <style>\n  \/* Full-bleed: let section background colors span the entire page width even\n     inside a constrained WordPress\/Elementor content container. *\/\n  .careers_hero,\n  .career_how-we-work,\n  .career_mission,\n  .section-impact,\n  .career_benefits,\n  .careers_read-more,\n  .section.careers-cta {\n    width: 100vw;\n    max-width: 100vw;\n    margin-left: calc(50% - 50vw);\n    margin-right: calc(50% - 50vw);\n  }\n  html, body { overflow-x: hidden; }\n  <\/style>\n      <main class=\"careers_hero\">\n        <div class=\"padding-global\">\n          <div class=\"container\">\n            <div class=\"layout-center\">\n              <h1 class=\"h1-style margin-bottom-16px\">Ready to start <br>your Super career?<\/h1>\n              <p class=\"text-size-regular margin-bottom-32\">Join our fast-growing fintech with smart colleagues, best-in-class benefits, and a flexible working environment.<\/p>\n              <a href=\"https:\/\/jobs.ashbyhq.com\/super.com\" target=\"_blank\" class=\"button padding-bottom-18\">Explore open roles<\/a>\n              <p class=\"text-size-14\">Beware of fraudulent job offers! <a href=\"#\" data-w-id=\"4b7550c4-ea0a-2254-0b6f-7de5cb67eeb8\" class=\"text-style-underline text-weight-medium\">Find out more<\/a>.<\/p>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/main>\n      <section data-w-id=\"2e734665-b6e3-a6f4-c3eb-105345a71055\" class=\"career_how-we-work\">\n        <div class=\"padding-global\">\n          <div class=\"container-large\">\n            <div class=\"section-heading-wrapper no-bottom-mrg\">\n              <div data-w-id=\"2bc73721-acad-ee8f-4142-990a1831f980\" class=\"text-12b pink uppercase letterspacing\">Fully remote, forever<\/div>\n              <h2 data-w-id=\"2bc73721-acad-ee8f-4142-990a1831f982\" class=\"h2-style margin-vertical-16\">Flexibility fuels our best work<\/h2>\n              <p class=\"text-size-regular\">We believe people do their best when they can work where and how they want.<\/p>\n            <\/div>\n            <div class=\"w-layout-grid career_grid-3col\">\n              <div class=\"career_how-we-work-item\">\n                <div class=\"how-image-wrapper\">\n                  <div class=\"how-image-lottie _1\" data-w-id=\"5dc8b4ca-328f-628c-01ca-4cae9414b804\" data-animation-type=\"lottie\" data-src=\"\/wp-content\/uploads\/careers\/documents\/super_luggage_no-bg.json\" data-loop=\"1\" data-direction=\"1\" data-autoplay=\"1\" data-is-ix2-target=\"0\" data-renderer=\"svg\" data-default-duration=\"2.716666666666667\" data-duration=\"0\" data-loading=\"eager\"><\/div>\n                <\/div>\n                <h4 class=\"h4-style-semibold\">Anywhere in the world<\/h4>\n                <p class=\"text-size-regular\">Most of our employees are in North America, but we&#x27;re global.<\/p>\n              <\/div>\n              <div class=\"career_how-we-work-item\">\n                <div class=\"how-image-wrapper second\">\n                  <div class=\"how-image-lottie _2\" data-w-id=\"43cce9c6-8aff-69cd-312b-bf0c2f34a8bb\" data-animation-type=\"lottie\" data-src=\"\/wp-content\/uploads\/careers\/documents\/super_laptop_no-bg.json\" data-loop=\"1\" data-direction=\"1\" data-autoplay=\"1\" data-is-ix2-target=\"0\" data-renderer=\"svg\" data-default-duration=\"4.1\" data-duration=\"0\" data-loading=\"eager\"><\/div>\n                <\/div>\n                <h4 class=\"h4-style-semibold\">Wherever you want<\/h4>\n                <p class=\"text-size-regular\">WFH or a local coffee shop. Enjoy IRL? We have pods in SF, NYC, and Toronto<\/p>\n              <\/div>\n              <div class=\"career_how-we-work-item\">\n                <div class=\"how-image-wrapper third\">\n                  <div class=\"how-image-lottie _3\" data-w-id=\"9af3d124-c328-4d1c-43f4-820c48bcd70b\" data-animation-type=\"lottie\" data-src=\"\/wp-content\/uploads\/careers\/documents\/super_flower_no-bg.json\" data-loop=\"1\" data-direction=\"1\" data-autoplay=\"1\" data-is-ix2-target=\"0\" data-renderer=\"svg\" data-default-duration=\"6\" data-duration=\"0\" data-loading=\"eager\"><\/div>\n                <\/div>\n                <h4 class=\"h4-style-semibold\">Life\/work harmony<\/h4>\n                <p class=\"text-size-regular\">From school pick-ups to morning yoga classes, you own your schedule.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n      <section class=\"career_mission\">\n        <div class=\"padding-global\">\n          <div class=\"container-large\">\n            <div class=\"section-heading-wrapper no-bottom-mrg\">\n              <div class=\"text-12b pink letter-spacing\">OUR MISSION<\/div>\n              <h2 class=\"h2-style margin-vertical-16 max-widht-28ch\">We create opportunities for everyone to put more money in their pocket<\/h2>\n              <p class=\"text-size-regular\">Our all-in-one app helps people save big on hotels, get cash, boost their credit and lots more.<\/p>\n            <\/div>\n            <div class=\"career_grid-3col\">\n              <div class=\"career_mission-item\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/careers\/images\/mission-icon-1.svg\" loading=\"lazy\" alt=\"\" class=\"icon-1x1-medium margin-bottom-16\">\n                <h4 class=\"h4-style-semibold text-color-black\">Our people<\/h4>\n                <p class=\"text-size-regular text-color-black-base\">We are high-energy, hard working,\nand driven by data and experimentation to build impactful products for our customers. We care deeply about learning from and inspiring each other daily. <\/p>\n              <\/div>\n              <div class=\"career_mission-item\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/careers\/images\/mission-icon-2.svg\" loading=\"lazy\" alt=\"\" class=\"icon-1x1-medium margin-bottom-16\">\n                <h4 class=\"h4-style-semibold text-color-black\">Our work<\/h4>\n                <p class=\"text-size-regular text-color-black-base\">We are united in our passion for growth and impact. We have a high-performing culture that invites everyone to innovate on interesting projects that make a difference.<\/p>\n              <\/div>\n              <div class=\"career_mission-item\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/careers\/images\/mission-icon-3.svg\" loading=\"lazy\" alt=\"\" class=\"icon-1x1-medium margin-bottom-16\">\n                <h4 class=\"h4-style-semibold text-color-black\">Our programs<\/h4>\n                <p class=\"text-size-regular text-color-black-base\">We celebrate and support learning which is why we dedicate funding for professional development, gratitude, recognition, and coaching.<\/p>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n      <section class=\"section-impact\">\n        <div class=\"padding-large padding-bottom\">\n          <div class=\"page-padding\">\n            <div class=\"container-large\">\n              <div class=\"section-wrapper\">\n                <div class=\"section-heading-wrapper\">\n                  <h2 class=\"h2-style\">Our impact has just started<\/h2>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n          <div class=\"pills\">\n            <div class=\"gradient hide\"><\/div>\n            <div class=\"pills-wrapper-top\">\n              <div class=\"pills-top\">\n                <div class=\"pills-group\">\n                  <div class=\"pill-wrapper pink\">\n                    <h4 class=\"text-40 pink\">$153M<\/h4>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Saved<br>by members<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper yellow\">\n                    <h5 class=\"text-40 blue\">200+<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Employees<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper blue\">\n                    <h5 class=\"text-40 purple\">+200M<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">in direct savings<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper pink\">\n                    <h5 class=\"text-40 pink\">4.0<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Stars on Glassdoor<\/p>\n                  <\/div>\n                <\/div>\n                <div class=\"pills-group\">\n                  <div class=\"pill-wrapper pink\">\n                    <h4 class=\"text-40 pink\">$153M<\/h4>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Saved<br>by members<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper yellow\">\n                    <h5 class=\"text-40 blue\">200+<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Employees<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper blue\">\n                    <h5 class=\"text-40 purple\">+200M<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">in direct savings<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper pink\">\n                    <h5 class=\"text-40 pink\">4.0<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Stars on Glassdoor<\/p>\n                  <\/div>\n                <\/div>\n                <div class=\"pills-group\">\n                  <div class=\"pill-wrapper pink\">\n                    <h4 class=\"text-40 pink\">$100M<\/h4>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Saved<br>by members<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper yellow\">\n                    <h5 class=\"text-40 blue\">200+<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Employees<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper blue\">\n                    <h5 class=\"text-40 purple\">86%<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Of our customers would recommend us to a friend<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper pink\">\n                    <h5 class=\"text-40 pink\">4.3\/5<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Stars on Glassdoor<\/p>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n            <div class=\"pills-wrapper-bottom\">\n              <div class=\"pills-bottom\">\n                <div class=\"pills-group\">\n                  <div class=\"pill-wrapper blue\">\n                    <h5 class=\"text-40 purple\">$2B+<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">in total sales around<br>the world<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper yellow\">\n                    <h5 class=\"text-40 blue\">Over 30M<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Users trusts <br>Super.com<\/p>\n                  <\/div>\n                <\/div>\n                <div class=\"pills-group\">\n                  <div class=\"pill-wrapper blue\">\n                    <h5 class=\"text-40 purple\">$2B+<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">in total sales around<br>the world<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper yellow\">\n                    <h5 class=\"text-40 blue\">Over 30M<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Users trusts <br>Super.com<\/p>\n                  <\/div>\n                <\/div>\n                <div class=\"pills-group\">\n                  <div class=\"pill-wrapper blue\">\n                    <h5 class=\"text-40 purple\">$2B+<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">in total sales around<br>the world<\/p>\n                  <\/div>\n                  <div class=\"pill-wrapper yellow\">\n                    <h5 class=\"text-40 blue\">Over 30M<\/h5>\n                    <div class=\"padding-small\"><\/div>\n                    <p class=\"text-16b\">Users trusts <br>Super.com<\/p>\n                  <\/div>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n      <div class=\"career_benefits\">\n        <div class=\"padding-global\">\n          <div class=\"container-large\">\n            <div class=\"section-heading-wrapper\">\n              <div class=\"text-12b pink letter-spacing\">BENEFITS &amp; PERKS<\/div>\n              <h2 class=\"h2-style margin-vertical-16\">Best-in-class benefits<\/h2>\n              <p class=\"text-size-regular margin-bottom-32\">We love our teammates and strive to make them feel supported and comfortable.<\/p>\n              <a href=\"https:\/\/jobs.ashbyhq.com\/super.com\" target=\"_blank\" class=\"button\">Join the team<\/a>\n              <div class=\"padding-bottom padding-purple\"><\/div>\n              <p class=\"text-size-14\">Beware of fraudulent job offers! <a href=\"#\" data-w-id=\"7a2a9f18-41b7-16e0-c1e4-61749816688e\" class=\"text-style-underline text-weight-medium\">Find out more<\/a>.<\/p>\n            <\/div>\n            <div class=\"career_grid-3col\">\n              <div class=\"career_mission-item\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/careers\/images\/benefit-icon-1.svg\" loading=\"lazy\" alt=\"\" class=\"icon-1x1-medium margin-bottom-16\">\n                <h4 class=\"h4-style-semibold text-color-black\">Financial Security<\/h4>\n                <div class=\"list-rich_text-size-14 w-richtext\">\n                  <ul role=\"list\">\n                    <li>Competitive base salary<\/li>\n                    <li>Yearly learning &amp; development allowance<\/li>\n                    <li>Bi-annual performance &amp; compensation reviews<\/li>\n                    <li>Generous equity options<\/li>\n                    <li>RRSP &amp; 401k employee contribution plan<\/li>\n                  <\/ul>\n                <\/div>\n              <\/div>\n              <div class=\"career_mission-item\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/careers\/images\/benefit-icon-2.svg\" loading=\"lazy\" alt=\"\" class=\"icon-1x1-medium margin-bottom-16\">\n                <h4 class=\"h4-style-semibold text-color-black\">Health &amp; Family<\/h4>\n                <div class=\"list-rich_text-size-14 w-richtext\">\n                  <ul role=\"list\">\n                    <li>Health, dental, &amp; vision insurance on day one<\/li>\n                    <li>Parental leave programs<\/li>\n                    <li>Wellness reimbursement<\/li>\n                    <li>Supplemental Life Insurance<\/li>\n                  <\/ul>\n                <\/div>\n              <\/div>\n              <div class=\"career_mission-item\"><img decoding=\"async\" src=\"https:\/\/spcdn.shortpixel.ai\/spio\/ret_img,q_cdnize,to_webp,s_webp\/www.super.com\/guides\/wp-content\/uploads\/careers\/images\/benefit-icon-3.svg\" loading=\"lazy\" alt=\"\" class=\"icon-1x1-medium margin-bottom-16\">\n                <h4 class=\"h4-style-semibold text-color-black\">The Extras!<\/h4>\n                <div class=\"list-rich_text-size-14 w-richtext\">\n                  <ul role=\"list\">\n                    <li>Unlimited PTO (yes, really!)<\/li>\n                    <li>Recharge days throughout the year<\/li>\n                    <li>Permanent remote flexibility<\/li>\n                    <li>Work-from-home allowance<\/li>\n                    <li>Office in Toronto<\/li>\n                  <\/ul>\n                <\/div>\n              <\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/div>\n      <section class=\"careers_read-more\">\n        <div class=\"padding-global\">\n          <div class=\"container-large\">\n            <div class=\"section-blog-heading\">\n              <div class=\"section-heading-wrapper left-align\">\n                <h2 class=\"h2-style\">Read more about Super.com<\/h2>\n              <\/div>\n              <div data-w-id=\"eaf58dac-7231-5723-4fea-fb27f13f2df8\" class=\"learn-more_box is-center\">\n                <a style=\"color:rgb(0,0,0)\" href=\"https:\/\/medium.com\/snaptravel\" target=\"_blank\" class=\"learn-more_link w-inline-block\">\n                  <div>Go to newsroom<\/div>\n                  <div style=\"-webkit-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0px, 0, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)\" class=\"arrow-wrapper\">\n                    <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                        <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                      <\/svg><\/div>\n                  <\/div>\n                <\/a>\n              <\/div>\n            <\/div>\n            <div class=\"section-blog-cards\">\n              <!-- Employee-blog cards hardcoded from live CMS content (captured 2026-06-24). Webflow CMS data is not in the static export, so these are static. -->\n              <div class=\"employee-blog-wrapper\">\n                <div role=\"list\" class=\"employee-blog-list\">\n              <div role=\"listitem\" class=\"employee-blog-item\">\n                <a href=\"https:\/\/medium.com\/super\/what-is-it-like-to-work-at-super-com-we-published-a-guide-0bbc9d42ba14\" target=\"_blank\" rel=\"noopener\" class=\"blog-card w-inline-block\">\n                  <div class=\"blog-content-wrapper\">\n                    <div class=\"blog-tag-title\">\n                      <div class=\"blog-tag\">\n                        <div class=\"tag-14_dark\">People<\/div>\n                      <\/div>\n                      <p class=\"h4-style-regular\">What is it like to work at super.com? We published a guide!<\/p>\n                    <\/div>\n                    <div class=\"learn-more_link mt-auto\">\n                      <div>View ON MEDIUM<\/div>\n                      <div class=\"arrow-wrapper\">\n                        <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                  <\/svg><\/div>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/a>\n              <\/div>\n              <div role=\"listitem\" class=\"employee-blog-item\">\n                <a href=\"https:\/\/medium.com\/super\/written-culture-how-super-scales-knowledge-at-200-employees-ff69b508c308\" target=\"_blank\" rel=\"noopener\" class=\"blog-card w-inline-block\">\n                  <div class=\"blog-content-wrapper\">\n                    <div class=\"blog-tag-title\">\n                      <div class=\"blog-tag\">\n                        <div class=\"tag-14_dark\">People<\/div>\n                      <\/div>\n                      <p class=\"h4-style-regular\">Written Culture: How Super scales knowledge at 200+ employees<\/p>\n                    <\/div>\n                    <div class=\"learn-more_link mt-auto\">\n                      <div>View ON MEDIUM<\/div>\n                      <div class=\"arrow-wrapper\">\n                        <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                  <\/svg><\/div>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/a>\n              <\/div>\n              <div role=\"listitem\" class=\"employee-blog-item\">\n                <a href=\"https:\/\/medium.com\/snaptravel\/a-domain-based-structure-for-software-engineering-teams-faab1b3428fb\" target=\"_blank\" rel=\"noopener\" class=\"blog-card w-inline-block\">\n                  <div class=\"blog-content-wrapper\">\n                    <div class=\"blog-tag-title\">\n                      <div class=\"blog-tag\">\n                        <div class=\"tag-14_dark\">Engineering<\/div>\n                      <\/div>\n                      <p class=\"h4-style-regular\">A domain-based structure for software engineering teams<\/p>\n                    <\/div>\n                    <div class=\"learn-more_link mt-auto\">\n                      <div>View ON MEDIUM<\/div>\n                      <div class=\"arrow-wrapper\">\n                        <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                  <\/svg><\/div>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/a>\n              <\/div>\n              <div role=\"listitem\" class=\"employee-blog-item\">\n                <a href=\"https:\/\/medium.com\/snaptravel\/what-does-it-take-to-stay-agile-when-your-company-is-growing-5f82a5f9c9f1\" target=\"_blank\" rel=\"noopener\" class=\"blog-card w-inline-block\">\n                  <div class=\"blog-content-wrapper\">\n                    <div class=\"blog-tag-title\">\n                      <div class=\"blog-tag\">\n                        <div class=\"tag-14_dark\">People<\/div>\n                      <\/div>\n                      <p class=\"h4-style-regular\">What does it take to stay agile when your company is growing?<\/p>\n                    <\/div>\n                    <div class=\"learn-more_link mt-auto\">\n                      <div>View ON MEDIUM<\/div>\n                      <div class=\"arrow-wrapper\">\n                        <div class=\"arrow w-embed\"><svg width=\"100%\" height=\"100%\" viewbox=\"0 0 17 10\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                    <path fill-rule=\"evenodd\" clip-rule=\"evenodd\" d=\"M14.5403 3.61306C15.2756 4.13758 16.1629 4.33275 16.8032 4.34942H16.8771V4.34955C16.9044 4.34944 16.9313 4.34958 16.9578 4.34996C16.9616 4.34988 16.9654 4.3498 16.9692 4.34971L16.9692 4.35013C16.9795 4.3503 16.9898 4.35051 17.0001 4.35076L16.9846 5.00005L17.0001 5.64934C16.9898 5.64958 16.9795 5.64979 16.9692 5.64997L16.9692 5.65039C16.9654 5.6503 16.9616 5.65022 16.9578 5.65014C16.9156 5.65073 16.8725 5.65074 16.8284 5.65011C16.1863 5.66226 15.2853 5.85561 14.5403 6.38703C13.7738 6.93377 13.1197 7.87269 13.1197 9.51548H11.8197C11.8197 7.71489 12.4729 6.46598 13.3844 5.64942H0V4.34942H13.383C12.4722 3.53283 11.8197 2.28428 11.8197 0.484619H13.1197C13.1197 2.12741 13.7738 3.06633 14.5403 3.61306Z\" fill=\"currentColor\"><\/path>\n                  <\/svg><\/div>\n                      <\/div>\n                    <\/div>\n                  <\/div>\n                <\/a>\n              <\/div>\n                <\/div>\n              <\/div>\n              <div class=\"blog-card-empty _01\"><\/div>\n              <div class=\"blog-card-empty _02\"><\/div>\n            <\/div>\n          <\/div>\n        <\/div>\n      <\/section>\n      <div class=\"section careers-cta\">\n        <div class=\"container\">\n          <div class=\"careers-cta-wrapper\">\n            <h2 class=\"h2-style\">Ready to take the next step?<\/h2>\n            <p class=\"careers-cta-text\">Your Super career starts here.<\/p>\n            <a href=\"https:\/\/jobs.ashbyhq.com\/super.com\" target=\"_blank\" class=\"button\">Explore open roles<\/a>\n          <\/div>\n        <\/div>\n      <\/div>\n      <div style=\"display:none;opacity:0\" class=\"careers_modal-component\">\n        <div style=\"-webkit-transform:translate3d(0, 32px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, 32px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, 32px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, 32px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0)\" class=\"careers-modal_content-wrapper\">\n          <a data-w-id=\"b2a484f7-c5d2-e678-7ad9-36c1082dedf6\" href=\"#\" class=\"careers_modal-close-button w-inline-block\">\n            <div class=\"icon-embed-small w-embed\"><svg width=\"24\" height=\"24\" viewbox=\"0 0 24 24\" fill=\"none\" xmlns=\"http:\/\/www.w3.org\/2000\/svg\">\n                <path d=\"M19 6.41L17.59 5L12 10.59L6.41 5L5 6.41L10.59 12L5 17.59L6.41 19L12 13.41L17.59 19L19 17.59L13.41 12L19 6.41Z\" fill=\"#FF0099\"><\/path>\n              <\/svg><\/div>\n          <\/a>\n          <div class=\"h4-semibold\">Attention:<\/div>\n          <div class=\"padding-bottom padding-small\"><\/div>\n          <p class=\"paragraph\">Beware of fraudulent job offers! Some individuals falsely claim to represent <a href=\"https:\/\/www.super.com\/old-home\" class=\"text-style-underline\">Super.com<\/a> <br>to obtain personal, financial details, or payment. <a href=\"https:\/\/www.super.com\/old-home\" class=\"text-style-underline\">Super.com<\/a> NEVER:<\/p>\n          <div class=\"padding-bottom padding-small\"><\/div>\n          <ul role=\"list\" class=\"careers_modal-list\">\n            <li>\n              <p class=\"paragraph\">Sends offers from free email services (e.g., Gmail, Yahoo, Hotmail).<\/p>\n            <\/li>\n            <li>\n              <p class=\"paragraph\">Asks for payment or fees for job applications.<\/p>\n            <\/li>\n            <li>\n              <p class=\"paragraph\">Requires personal or financial info during recruitment.<\/p>\n            <\/li>\n          <\/ul>\n          <div class=\"padding-bottom padding-small\"><\/div>\n          <p class=\"paragraph\">Offers come directly from a Super.com email and our official careers page. If in doubt about a Super.com-related communication, email us at <a href=\"mailto:askpeople@super.com\" class=\"text-style-underline\">askpeople@super.com<\/a>. \nAlso, report suspected fraud to local cybersecurity agencies.<\/p>\n        <\/div>\n        <div data-w-id=\"b2a484f7-c5d2-e678-7ad9-36c1082dedf9\" class=\"careers_modal-background-overlay\"><\/div>\n      <\/div>\n    <\/main>\n    <div class=\"w-embed\">\n      <style>\n.btn-primary-48 {\n-moz-border-radius: 10rem;\n-webkit-border-radius: 10rem;\n}\n.btn-primary-44 {\n-moz-border-radius: 10rem;\n-webkit-border-radius: 10rem;\n}\n.btn-secondary-48 {\n-moz-border-radius: 10rem;\n-webkit-border-radius: 10rem;\n}\n.btn-secondary-44 {\n-moz-border-radius: 10rem;\n-webkit-border-radius: 10rem;\n}\n<\/style>\n    <\/div>\n  <\/div>\n  <script src=\"https:\/\/d3e54v103j8qbb.cloudfront.net\/js\/jquery-3.5.1.min.dc5e7f18c8.js?site=6279e0c2471406638223ba2d\" type=\"text\/javascript\" integrity=\"sha256-9\/aliU8dGd2tb6OSsuzixeV4y\/faTqgFtohetphbbj0=\" crossorigin=\"anonymous\"><\/script>\n  <script src=\"\/wp-content\/uploads\/careers\/js\/livesuper.js\" type=\"text\/javascript\"><\/script>\n  <!--  Animation tab changing  -->\n  <script async=\"\">\n  $.fn.isOnScreen = function () {\n    var win = $(window);\n    var viewport = {\n      top: win.scrollTop(),\n      left: win.scrollLeft(),\n    };\n    viewport.right = viewport.left + win.width();\n    viewport.bottom = viewport.top + win.height();\n    var bounds = this.offset();\n    bounds.right = bounds.left + this.outerWidth();\n    bounds.bottom = bounds.top + this.outerHeight();\n    return !(\n      viewport.right < bounds.left ||\n      viewport.left > bounds.right ||\n      viewport.bottom < bounds.top ||\n      viewport.top > bounds.bottom\n    );\n  };\n  Webflow &&\n    Webflow.push(function () {\n      \/\/ DOMready has fired\n      \/\/ May now use jQuery and Webflow api\n      let deliverExperienceAnimationIsCalled = false;\n      let DELIVERY_EXPERIENCE_ANIMATION_TIMEOUT_ID;\n      const DELIVERY_EXPERIENCE_ANIMATION_ID = \"career-tab\";\n      DELIVERY_EXPERIENCE_ANIMATION_TIMEOUT_ID_MS = 4000;\n      const observer = new IntersectionObserver(onIntersection, {\n        root: null, \/\/ default is the viewport\n        threshold: 0.5, \/\/ percentage of taregt's visible area. Triggers \"onIntersection\"\n      });\n      \/\/ Use the bserver to observe an element\n      observer.observe(\n        document.getElementById(DELIVERY_EXPERIENCE_ANIMATION_ID)\n      );\n      function onIntersection(entries, _opts) {\n        \/\/ gonna be jusr one entry in a list\n        entries.forEach((entry) => {\n          if (entry.isIntersecting && !deliverExperienceAnimationIsCalled) {\n            deliverExperienceAnimationIsCalled = true;\n            console.log(\"Element is visible - run the animation\");\n            if (\n              $(\n                \"#\" + DELIVERY_EXPERIENCE_ANIMATION_ID + \" .w--current\"\n              ).index() > 0\n            ) {\n              DELIVERY_EXPERIENCE_ANIMATION_TIMEOUT_ID_MS = 4000;\n            }\n            deliverExperienceAnimationRunner(\n              DELIVERY_EXPERIENCE_ANIMATION_TIMEOUT_ID_MS\n            );\n          }\n        });\n      }\n      function deliverExperienceAnimationRunner(ms) {\n        \/\/ console.log(ms);\n        DELIVERY_EXPERIENCE_ANIMATION_TIMEOUT_ID = setTimeout(() => {\n          const $next = $(\".tabs-menu\").children(\".w--current:first\").next();\n          if (\n            $(\"#\" + DELIVERY_EXPERIENCE_ANIMATION_ID + \" .w--current\").index() >\n            0\n          ) {\n            DELIVERY_EXPERIENCE_ANIMATION_TIMEOUT_ID_MS = 4000;\n          }\n          let nextLement = $next.length ? $next : $(\".tab-item:first\");\n        \/\/   console.log(nextLement)\n          if(nextLement){\n            nextLement.click();\n            setTimeout(() => {\n                if(nextLement[0] !== undefined) {\n                    $('#career-tab .tabs-menu').animate({scrollLeft: nextLement[0].offsetLeft - 16 });\n                }\n            }, 1);\n          }\n          return '';\n        }, ms);\n      }\n      \/\/ reset timeout if a tab is clicked\n      $(\"#\" + DELIVERY_EXPERIENCE_ANIMATION_ID).on(\n        \"click\",\n        \".tab-item\",\n        function () {\n          clearTimeout(DELIVERY_EXPERIENCE_ANIMATION_TIMEOUT_ID);\n          if ($(this).index() <= 0) {\n            DELIVERY_EXPERIENCE_ANIMATION_TIMEOUT_ID_MS = 4000;\n          } else {\n            DELIVERY_EXPERIENCE_ANIMATION_TIMEOUT_ID_MS = 4000;\n          }\n          deliverExperienceAnimationRunner(\n            DELIVERY_EXPERIENCE_ANIMATION_TIMEOUT_ID_MS\n          );\n        }\n      );\n    });\n<\/script>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t<div class=\"elementor-element elementor-element-cfb5445 e-flex e-con-boxed e-con e-parent\" data-id=\"cfb5445\" data-element_type=\"container\" data-e-type=\"container\">\n\t\t\t\t\t<div class=\"e-con-inner\">\n\t\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t\t\t<\/div>\n\t\t","protected":false},"excerpt":{"rendered":"<p>Ready to start your Super career? Join our fast-growing fintech with smart colleagues, best-in-class benefits, and a flexible working environment. [&hellip;]<\/p>\n","protected":false},"author":270045758,"featured_media":0,"parent":0,"menu_order":0,"comment_status":"closed","ping_status":"closed","template":"elementor_header_footer","meta":{"site-sidebar-layout":"no-sidebar","site-content-layout":"","ast-site-content-layout":"full-width-container","site-content-style":"default","site-sidebar-style":"default","ast-global-header-display":"","ast-banner-title-visibility":"","ast-main-header-display":"","ast-hfb-above-header-display":"","ast-hfb-below-header-display":"","ast-hfb-mobile-header-display":"","site-post-title":"","ast-breadcrumbs-content":"","ast-featured-img":"disabled","footer-sml-layout":"","ast-disable-related-posts":"","theme-transparent-header-meta":"","adv-header-id-meta":"","stick-header-meta":"","header-above-stick-meta":"","header-main-stick-meta":"","header-below-stick-meta":"","astra-migrate-meta-layouts":"default","ast-page-background-enabled":"default","ast-page-background-meta":{"desktop":{"background-color":"var(--ast-global-color-4)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"ast-content-background-meta":{"desktop":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"tablet":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""},"mobile":{"background-color":"var(--ast-global-color-5)","background-image":"","background-repeat":"repeat","background-position":"center center","background-size":"auto","background-attachment":"scroll","background-type":"","background-media":"","overlay-type":"","overlay-color":"","overlay-opacity":"","overlay-gradient":""}},"_wpcom_ai_launchpad_about_page":false,"footnotes":""},"class_list":["post-5661","page","type-page","status-publish","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO Premium plugin v27.9 (Yoast SEO v27.9) - https:\/\/yoast.com\/product\/yoast-seo-premium-wordpress\/ -->\n<title>Careers - We&#039;re hiring! | Super.com<\/title>\n<meta name=\"description\" content=\"Help give people the tools to experience all that life has to offer. Explore career opportunities &amp; learn about the Super.com culture.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/www.super.com\/guides\/careers\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Careers\" \/>\n<meta property=\"og:description\" content=\"Help give people the tools to experience all that life has to offer. Explore career opportunities &amp; learn about the Super.com culture.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/www.super.com\/guides\/careers\/\" \/>\n<meta property=\"og:site_name\" content=\"Super.com Guides\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/www.facebook.com\/super\/\" \/>\n<meta property=\"article:modified_time\" content=\"2026-06-29T16:24:32+00:00\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"4 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/careers\\\/\",\"url\":\"https:\\\/\\\/www.super.com\\\/guides\\\/careers\\\/\",\"name\":\"Careers - We're hiring! | Super.com\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/#website\"},\"datePublished\":\"2026-06-24T21:34:17+00:00\",\"dateModified\":\"2026-06-29T16:24:32+00:00\",\"description\":\"Help give people the tools to experience all that life has to offer. Explore career opportunities & learn about the Super.com culture.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/careers\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/www.super.com\\\/guides\\\/careers\\\/\"]}]},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/careers\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Guides Home\",\"item\":\"https:\\\/\\\/www.super.com\\\/guides\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Careers\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/#website\",\"url\":\"https:\\\/\\\/www.super.com\\\/guides\\\/\",\"name\":\"Super.com Guides\",\"description\":\"Super.com helps you save on hotels, get cash advances, and make extra money!\",\"publisher\":{\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/www.super.com\\\/guides\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/#organization\",\"name\":\"Super.com\",\"url\":\"https:\\\/\\\/www.super.com\\\/guides\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/www.super.com\\\/guides\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cropped-favicon.jpg\",\"contentUrl\":\"https:\\\/\\\/www.super.com\\\/guides\\\/wp-content\\\/uploads\\\/2025\\\/08\\\/cropped-favicon.jpg\",\"width\":512,\"height\":512,\"caption\":\"Super.com\"},\"image\":{\"@id\":\"https:\\\/\\\/www.super.com\\\/guides\\\/#\\\/schema\\\/logo\\\/image\\\/\"},\"sameAs\":[\"https:\\\/\\\/www.facebook.com\\\/super\\\/\",\"https:\\\/\\\/www.instagram.com\\\/savewithsuper\\\/#\",\"https:\\\/\\\/www.youtube.com\\\/@savewithsuper\",\"https:\\\/\\\/www.tiktok.com\\\/@super\",\"https:\\\/\\\/www.linkedin.com\\\/company\\\/superdotcom\",\"https:\\\/\\\/en.wikipedia.org\\\/wiki\\\/Super.com\",\"https:\\\/\\\/www.pinterest.com\\\/savewithsuper\\\/\",\"https:\\\/\\\/www.reddit.com\\\/r\\\/superdotcom\\\/\"],\"description\":\"Super.com is an all-in-one app that puts more money in your pocket! Save big on hotels, access a cash advance, get cash back on purchases, boost your credit score, earn money playing games, and more.\",\"foundingDate\":\"2016-04-04\",\"numberOfEmployees\":{\"@type\":\"QuantitativeValue\",\"minValue\":\"201\",\"maxValue\":\"500\"}}]}<\/script>\n<!-- \/ Yoast SEO Premium plugin. -->","yoast_head_json":{"title":"Careers - We're hiring! | Super.com","description":"Help give people the tools to experience all that life has to offer. Explore career opportunities & learn about the Super.com culture.","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/www.super.com\/guides\/careers\/","og_locale":"en_US","og_type":"article","og_title":"Careers","og_description":"Help give people the tools to experience all that life has to offer. Explore career opportunities & learn about the Super.com culture.","og_url":"https:\/\/www.super.com\/guides\/careers\/","og_site_name":"Super.com Guides","article_publisher":"https:\/\/www.facebook.com\/super\/","article_modified_time":"2026-06-29T16:24:32+00:00","twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"4 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/www.super.com\/guides\/careers\/","url":"https:\/\/www.super.com\/guides\/careers\/","name":"Careers - We're hiring! | Super.com","isPartOf":{"@id":"https:\/\/www.super.com\/guides\/#website"},"datePublished":"2026-06-24T21:34:17+00:00","dateModified":"2026-06-29T16:24:32+00:00","description":"Help give people the tools to experience all that life has to offer. Explore career opportunities & learn about the Super.com culture.","breadcrumb":{"@id":"https:\/\/www.super.com\/guides\/careers\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/www.super.com\/guides\/careers\/"]}]},{"@type":"BreadcrumbList","@id":"https:\/\/www.super.com\/guides\/careers\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Guides Home","item":"https:\/\/www.super.com\/guides\/"},{"@type":"ListItem","position":2,"name":"Careers"}]},{"@type":"WebSite","@id":"https:\/\/www.super.com\/guides\/#website","url":"https:\/\/www.super.com\/guides\/","name":"Super.com Guides","description":"Super.com helps you save on hotels, get cash advances, and make extra money!","publisher":{"@id":"https:\/\/www.super.com\/guides\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/www.super.com\/guides\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/www.super.com\/guides\/#organization","name":"Super.com","url":"https:\/\/www.super.com\/guides\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/www.super.com\/guides\/#\/schema\/logo\/image\/","url":"https:\/\/www.super.com\/guides\/wp-content\/uploads\/2025\/08\/cropped-favicon.jpg","contentUrl":"https:\/\/www.super.com\/guides\/wp-content\/uploads\/2025\/08\/cropped-favicon.jpg","width":512,"height":512,"caption":"Super.com"},"image":{"@id":"https:\/\/www.super.com\/guides\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/www.facebook.com\/super\/","https:\/\/www.instagram.com\/savewithsuper\/#","https:\/\/www.youtube.com\/@savewithsuper","https:\/\/www.tiktok.com\/@super","https:\/\/www.linkedin.com\/company\/superdotcom","https:\/\/en.wikipedia.org\/wiki\/Super.com","https:\/\/www.pinterest.com\/savewithsuper\/","https:\/\/www.reddit.com\/r\/superdotcom\/"],"description":"Super.com is an all-in-one app that puts more money in your pocket! Save big on hotels, access a cash advance, get cash back on purchases, boost your credit score, earn money playing games, and more.","foundingDate":"2016-04-04","numberOfEmployees":{"@type":"QuantitativeValue","minValue":"201","maxValue":"500"}}]}},"jetpack_likes_enabled":false,"jetpack_sharing_enabled":true,"jetpack_shortlink":"https:\/\/wp.me\/PgJOr9-1tj","jetpack-related-posts":[{"id":5663,"url":"https:\/\/www.super.com\/guides\/about\/","url_meta":{"origin":5661,"position":0},"title":"About us","author":"Super.com Team","date":"June 25, 2026","format":false,"excerpt":"About us We\u2019re the all-in-one app that puts more money in your pocket! Save big on hotels, access a cash advance, get cash back on purchases, boost your credit score, earn money playing games, and more. Careers at Super.com Everyone deserves more money in their pocket. Save more. Earn more.\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":1424,"url":"https:\/\/www.super.com\/guides\/reviews\/","url_meta":{"origin":5661,"position":1},"title":"Reviews","author":"tonywangd5ed949d17","date":"November 20, 2025","format":false,"excerpt":"Try Super+ Super.com reviews Trusted by millions. Loved by thousands. With over 35,000 5-star reviews, Super.com helps people save on travel, earn rewards, and unlock everyday value. What real customers are saying about Super.com Trustpilot Trustpilot Trustpilot View all customer reviews The Super.com Charge Card is a secured credit card\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"","width":0,"height":0},"classes":[]},{"id":5353,"url":"https:\/\/www.super.com\/guides\/legal\/","url_meta":{"origin":5661,"position":2},"title":"Super.com Legal Center","author":"Super.com Team","date":"June 26, 2026","format":false,"excerpt":"General Super.com Terms of Use Arbitration, Mass Filings, and Class Action Agreements Global Privacy Notice U.S. Privacy Notice Additional Terms- European Union Super+ Membership Service Terms Super.com Travel Service Terms General Travel Service Terms Additional Terms - Hotel Bookings Additional Terms - Flight Bookings Super.com Financial Products & Earnings Service\u2026","rel":"","context":"Similar post","block_context":{"text":"Similar post","link":""},"img":{"alt_text":"","src":"https:\/\/i0.wp.com\/www.super.com\/guides\/wp-content\/uploads\/2026\/04\/Legal-Super-com.png?resize=350%2C200&ssl=1","width":350,"height":200,"srcset":"https:\/\/i0.wp.com\/www.super.com\/guides\/wp-content\/uploads\/2026\/04\/Legal-Super-com.png?resize=350%2C200&ssl=1 1x, https:\/\/i0.wp.com\/www.super.com\/guides\/wp-content\/uploads\/2026\/04\/Legal-Super-com.png?resize=525%2C300&ssl=1 1.5x, https:\/\/i0.wp.com\/www.super.com\/guides\/wp-content\/uploads\/2026\/04\/Legal-Super-com.png?resize=700%2C400&ssl=1 2x, https:\/\/i0.wp.com\/www.super.com\/guides\/wp-content\/uploads\/2026\/04\/Legal-Super-com.png?resize=1050%2C600&ssl=1 3x"},"classes":[]}],"_links":{"self":[{"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/pages\/5661","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/users\/270045758"}],"replies":[{"embeddable":true,"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/comments?post=5661"}],"version-history":[{"count":9,"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/pages\/5661\/revisions"}],"predecessor-version":[{"id":6332,"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/pages\/5661\/revisions\/6332"}],"wp:attachment":[{"href":"https:\/\/www.super.com\/guides\/wp-json\/wp\/v2\/media?parent=5661"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}