CINXE.COM

Business case for an ATS template - Recruitee

<!DOCTYPE html> <html> <head> <meta name="iy453p9485yheisruhs5" content="" /> <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" /> <meta http-equiv="content-type" content="text/html; charset=utf-8" /> <title>Business case for an ATS template - Recruitee</title> <meta name="description" content="Convince your stakeholders to buy a recruitment tool in 4 simple steps." /> <meta name="keywords" content="Recruitee,ATS,Applicant Tracking System,Recruitment Software,course,educational" /> <link rel="canonical" href="http:/business-case.recruitee.com/" /> <meta property="og:locale" content="en_US" /> <meta property="og:type" content="article" /> <meta property="og:title" content="Business case for an ATS template - Recruitee" /> <meta property="og:description" content="Convince your stakeholders to buy a recruitment tool in 4 simple steps." /> <meta property="og:site_name" content="Convince your stakeholders to buy a recruitment tool in 4 simple steps." /> <meta property="og:url" content="http://go.recruitee.com/ats-business-case" /> <meta property="og:image" content="http://v.fastcdn.co/u/a204fbaa/50028975-0-ATS-LI-3.png" /> <meta property="og:image:secure_url" content="https://v.fastcdn.co/u/a204fbaa/50028975-0-ATS-LI-3.png" /> <!-- F_INSTAPAGE[dynamic_text_replacement] --> <!-- font injector --> <link type="text/css" rel="stylesheet" media="screen, print" href="//v.fastcdn.co/f/css?family=Montserrat:400,700" /> <link type="text/css" rel="stylesheet" media="screen, print" href="//v.fastcdn.co/f/css?family=Open+Sans:300italic,400italic,600italic,700italic,800italic,400,300,600,700,800" /><!-- end --> <style type="text/css" media="screen"> .page-element .btn, .page-element .contents, .page-element.widget-form form, .page-element.widget-form form input, .page-element.widget-form form textarea, .page-element.widget-form form select, .page-element.widget-form form label { font-family: Montserrat; font-weight: 400; font-id: ; } .page-element.widget-headline .contents h1, .page-element.widget-headline .contents h2, .page-element.widget-headline .contents h3, .page-element.widget-headline .contents h4, .page-element.widget-headline .contents h5, .page-element.widget-headline .contents h6 { font-family: Montserrat; font-weight: 400; font-id: ; } [id^=___plusone] { width:51px !important; } div.social.lines [id^=___plusone] { width:62px !important; } div.social.lines span[class^=IN-widget] { min-width:70px !important; } div.social.buttons [id^=___plusone] { width:36px !important; } div.social.buttons div[class^=fb-like] { width:58px !important; } div.social.tiles [id^=___plusone] { height:63px !important; margin-top: 2px !important; } div.social.tiles .fb-like iframe { margin-top: 1px !important; } .widget-testimonial.style-1 .contents div.testimonial-text { margin-top: 0; } @media screen and (max-width: 768px) { .notification > .notification-inner { width: auto; position: fixed; top: 40%; left: 1em !important; right: 1em !important; font-size: 24px; } } /* Safari only fix */ @media screen and (min-color-index:0) and(-webkit-min-device-pixel-ratio:0) { { .widget-form .select-outer select { padding-left: 10px; } .widget-form.mobile-form .select-outer select { padding-left: 10px; } }} </style> <script type="text/javascript"> /* Caching Private Domain Suffix Finder v0.3.7 Copyright (c) 2016, Sanford Whiteman/TEKNKL MIT License contains [JAAAulde/cookies v3.0.6](https://github.com/JAAulde/cookies) Copyright (c) 2005-2015, Jim Auldridge MIT License (https://raw.githubusercontent.com/JAAulde/cookies/master/LICENSE) */ (function(f,k){(function(k,e){"object"===typeof module&&null!==module&&module.exports?module.exports=exports=e():"function"===typeof define&&define.amd?define(e):f[k]=e()})("cookies",function(){var m=f.document,e={expires:null,path:"/",domain:null,secure:!1},d=function(a){"object"===typeof f.console&&null!==f.console&&"function"===typeof f.console.warn&&(d=function(a){f.console.warn(a)},d(a))},g=function(a){var b,c;"object"!==typeof a||null===a?b=e:(b={expires:e.expires,path:e.path,domain:e.domain, secure:e.secure},"object"===typeof a.expires&&a.expires instanceof Date?b.expires=a.expires:"object"===typeof a.expires_at&&a.expires_at instanceof Date?(b.expires=a.expires_at,d('Cookie option "expires_at" has been deprecated. Rename to "expires". Support for "expires_at" will be removed in a version to come.')):"object"===typeof a.expiresAt&&a.expiresAt instanceof Date?(b.expires=a.expiresAt,d('Cookie option "expiresAt" has been deprecated. Rename to "expires". Support for "expiresAt" will be removed in a version to come.')): "number"===typeof a.hoursToLive&&0!==a.hoursToLive&&(c=new Date,c.setTime(c.getTime()+36E5*a.hoursToLive),b.expires=c,d('Cookie option "hoursToLive" has been deprecated. Rename to "expires" and prodvide a Date instance (see documentation). Support for "hoursToLive" will be removed in a version to come.')),"string"===typeof a.path&&""!==a.path&&(b.path=a.path),"string"===typeof a.domain&&""!==a.domain&&(b.domain=a.domain),!0===a.secure&&(b.secure=a.secure));return b},n=function(){return String.prototype.trim? function(a){return String.prototype.trim.call(a)}:function(){var a,b;a=/^\s+/;b=/\s+$/;return function(c){return c.replace(a,"").replace(b,"")}}()}(),l=function(){var a=/\d/,b=f.isNaN;return function(c){return null===c||!a.test(c)||b(c)}}(),p=function(){var a,b;a=JSON&&"function"===typeof JSON.parse?function(a){var b=null;if("string"===typeof a&&""!==a&&(a=n(a),""!==a))try{b=JSON.parse(a)}catch(t){b=null}return b}:function(){return null};b=/^(?:\{.*\}|\[.*\])$/;return function(){var c={},q=m.cookie.split(";"), f=q.length,e,d,g,h;for(e=0;e<f;e+=1){d=q[e].split("=");g=n(d.shift());d=1<=d.length?d.join("="):"";try{h=decodeURIComponent(d)}catch(r){h=d}try{h="true"===h?!0:"false"===h?!1:l(h)?b.test(h)?a(h):h:parseFloat(h)}catch(r){}c[g]=h}return c}}();return{get:function(a){var b,c,d=p();if("string"===typeof a)b=d[a]!==k?d[a]:null;else if("object"===typeof a&&null!==a)for(c in b={},a)Object.prototype.hasOwnProperty.call(a,c)&&(b[a[c]]=d[a[c]]!==k?d[a[c]]:null);else b=d;return b},filter:function(a){var b,c={}, d=p();"string"===typeof a&&(a=new RegExp(a));for(b in d)Object.prototype.hasOwnProperty.call(d,b)&&b.match(a)&&(c[b]=d[b]);return c},set:function(a,b,c){if("object"!==typeof c||null===c)c={};if(b===k||null===b)b="",c.expires=new Date,c.expires.setFullYear(1978);else if(b=!0===b?"true":!1===b?"false":l(b)?b:String(b),"string"!==typeof b)if("object"===typeof JSON&&null!==JSON&&"function"===typeof JSON.stringify)b=JSON.stringify(b);else throw Error("cookies.set() could not be serialize the value");a= a+"="+encodeURIComponent(b);c=g(c);c=["object"===typeof c.expires&&c.expires instanceof Date?"; expires="+c.expires.toGMTString():"","; path="+c.path,"string"===typeof c.domain?"; domain="+c.domain:"",!0===c.secure?"; secure":""].join("");m.cookie=a+c},del:function(a,b){var c={},d;if("object"!==typeof b||null===b)b={};"boolean"===typeof a&&!0===a?c=this.get():"string"===typeof a&&(c[a]=!0);for(d in c)Object.prototype.hasOwnProperty.call(c,d)&&"string"===typeof d&&""!==d&&this.set(d,null,b)},test:function(){var a= !1;this.set("test_cookies_jaaulde_js","data");"data"===this.get("test_cookies_jaaulde_js")&&(this.del("test_cookies_jaaulde_js"),a=!0);return a},setOptions:function(a){"object"!==typeof a&&(a=null);e=g(a)}}})})(this); function findPrivateSuffix(f){var k={},m=RegExp("(?:^|\\s|;)(?:_mch_auto_domain=)(.*?)(?:;|$)","ig"),e={},d,g;f=f||{};k[2]=!0;try{if(d=sessionStorage.getItem("shortestPrivateSuffix"),f.cache&&!d)try{sessionStorage.setItem("_mch_cache_test",""),sessionStorage.removeItem("_mch_cache_test"),k[1]=!0}catch(p){}}catch(p){}if(f.cache&&d)e.source=1;else{f=document.location.hostname.split(/\./);g=0;for(var n=f.length;g<n;g++){var l=f.slice(g).join(".");cookies.set("_mch_auto_domain",l,{domain:l})}for(f=document.cookie.toString();g= m.exec(f);)if(g=g[1],!d||g.length<d.length)d=g,cookies.del("_mch_auto_domain",{domain:g});e.source=2;1==k[1]&&sessionStorage.setItem("shortestPrivateSuffix",d)}e.cookieDomain="."+d;e.domainLevel=d.split(".").length;return e}; </script> <script id="ip-trkr" type="text/javascript" async=1> ;(function(p,l,o,w,i,n,g){if(!p[i]){p.GlobalSnowplowNamespace=p.GlobalSnowplowNamespace||[]; p.GlobalSnowplowNamespace.push(i);p[i]=function(){(p[i].q=p[i].q||[]).push(arguments) };p[i].q=p[i].q||[];n=l.createElement(o);g=l.getElementsByTagName(o)[0];n.async=1; n.src=w;g.parentNode.insertBefore(n,g)}}(window,document,"script","https://cdn.instapagemetrics.com/t/js/it.js","instapageSp")); ;(function(i,n,s,t,a,p,g){i[a]||(i[a]=function(){(i[a].q=i[a].q||[]).push(arguments)}, i[a].q=i[a].q||[],p=n.createElement(s),g=n.getElementsByTagName(s)[0],p.async=1, p.src=t,g.parentNode.insertBefore(p,g))}(window,document,"script","https://g.fastcdn.co/js/sptw.js","_instapageSnowplow")); try { window._instapageSnowplow('setWrapperConfig', { lpContext: { lp_id: 20203830, lp_variation_id: 11, lp_version: 45, subaccount_id: 2349411 } }); window._instapageSnowplow('enableActivityTracking'); window._instapageSnowplow('trackPageView'); } catch (e) { console.warn('Snowplow tracker error', e); } </script> <link rel="stylesheet" type="text/css" href="https://v.fastcdn.co/a/c8882fdf553799456b21e95a13e7b238aaac762e/pageserver.page2.8e8f7328bc316d2cc8966e2d027a4d7a.css" /> <script>__a_o__ = {"hasPopup":false,"isMobile":false,"isPreview":false,"avengersHost":"https:\/\/page-preview.instapage.com","appHost":"https:\/\/"};function getOption(k, v) { return __a_o__[k] || v; }</script> <script type="text/javascript" src="https://v.fastcdn.co/a/c8882fdf553799456b21e95a13e7b238aaac762e/pageserver.page2.es5.031c6851e98ff965f529.bundle.js"></script> <meta name="viewport" content="width=device-width, initial-scale=1.0" id="mobile-viewport"> <script type="text/javascript" class="instapage-noscrap"> window.__customer_id = 2349411; window.__variantsData = [ { name: 'F', chance: 100 } ]; window.__page_id = 20203830; window.__snowplow_url = 'https://cdn.instapagemetrics.com/t/js/it.js'; window.__snowplow_wrapper_url = 'https://g.fastcdn.co/js/sptw.js'; window.__default_experience_id = 20203830; window.__version = 45; window.__variant = 'F'; window.__variant_id = 11; window.__variant_custom_name = 'Variation D' || 'F'; window.__is_tablet = false; window.__page_domain = '//go.recruitee.com'; window.__instapage_services = '//app.instapage.com'; window.__instapage_proxy_services = 'PROXY_SERVICES'; window.__preview = false; window.__page_type = 2; window.__mobile_version = 2; window.__variant_hash = "cfba45a61baceb3559201dd7a64f3657de4ee9f2"; window.__google_tab_manager_id = "GTM-TDQ6JT"; window.__facebook_pixel_id = "395085234033713"; window.__munchkin_snippet = "false"; $(document).ready(function() { window.MunchkinService.init(); }); window.__instapage_submission_endpoint = 'https://submission-system.instapage.com/submissions'; var page_version = 45; var _Translate = new Translate(); if( ijQuery === 'undefined' ) { var ijQuery = jQuery; } window.__recaptchaError = function() { console.error( 'ReCaptcha invalid site key' ); window.__reCaptchaCorrupted = true; }; window.__removeReCaptchaClasses = function() { var challengeContainer = document.querySelector( 'iframe[src*="recaptcha"]' ); var htmlDocument = document.querySelector( 'html' ); htmlDocument.classList.remove( 'hasRecaptcha' ); if( challengeContainer && challengeContainer.parentNode ) { challengeContainer.parentNode.classList.remove( 'recaptchaContainer' ); challengeContainer.parentNode.parentNode.classList.remove( 'recaptchaWrapper' ); } } window.__changeReCaptchaChallengePosition = function() { var challengeContainer = document.querySelector( 'iframe[src*="recaptcha/api2/bframe"]' ); if ( challengeContainer && challengeContainer.parentNode ) { try { var isSafari = navigator.vendor && navigator.vendor.indexOf( 'Apple' ) > -1 && navigator.userAgent && !navigator.userAgent.match( 'CriOS' ); var isiOS = !!navigator.platform && /iPad|iPhone|iPod/.test(navigator.platform); if(isSafari && isiOS) { var interval = setInterval(function() { var currentContainer = document.querySelector( 'iframe[src*="recaptcha/api2/bframe"]' ); if ( !currentContainer ) { clearInterval(interval); return; } var challengeContainerWrapper = currentContainer.parentNode; var isContainerVisible = challengeContainerWrapper && challengeContainerWrapper.parentNode.style.visibility === 'visible'; if (isContainerVisible) { var htmlDocument = document.querySelector('html'); htmlDocument.classList.add('hasRecaptcha'); currentContainer.parentNode.classList.add('recaptchaContainer'); currentContainer.parentNode.parentNode.classList.add('recaptchaWrapper'); clearInterval(interval); } }, 300); } challengeContainer.parentNode.style.position = 'fixed'; challengeContainer.parentNode.style.margin = '0 auto'; } catch( e ) { } } } window.__reCaptchaTrigger = function( token ) { _form_controller.onRecaptchaFormSubmit( token ); window.__removeReCaptchaClasses(); }; ijQuery(document).ready(function() { window._Mobile_helper = new MobileHelper(); window._Mobile_helper.initViewport( 960, true ); try { ijQuery('input, textarea').placeholder(); } catch( e ) { } }); ijQuery( window ).load( function() { var notification_loader; ijQuery( 'body' ).hide().show(); notification_loader = ijQuery( '.notification-loader' ); notification_loader.attr( 'src', notification_loader.attr( 'rel' ) ); }); _Translate.set( "Problem loading google map", "Problem loading google map" ); is_new_mobile_visible = function() { if( !window.matchMedia ) { return false; } return window.matchMedia('screen and (max-width: 620px), screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 1.5)').matches; } </script> <link rel="shortcut icon" href="//v.fastcdn.co/u/a204fbaa/23621126-0-recruitee-logo-720-c.png" type="image/ico" /> <style type="text/css"> body { background-color: #00168c; background-image: url("//v.fastcdn.co/u/a204fbaa/39223401-0-IP-GradientBG-01.png"); background-position: 0% 49%; background-repeat: no-repeat; background-size: cover; } .page .page-block .block-inner { background-color: transparent; } </style> <style type="text/css"> #element-244 { display: initial; height: 39px; width: 93px; left: 733px; top: 26px; z-index: 3; } #element-245 { display: initial; height: 39px; width: 106px; left: 853px; top: 26px; z-index: 4; } #element-246 { display: initial; height: 30px; width: 161px; left: -1px; top: 35px; z-index: 5; } #element-246 img { width: 161px; height: 29px; } #element-288 { display: initial; height: 38px; width: 110px; left: 707px; top: 26px; z-index: 6; } #element-289 { display: initial; height: 38px; width: 122px; left: 837px; top: 26px; z-index: 7; } #element-290 { display: initial; height: 29px; width: 156px; left: 0px; top: 30px; z-index: 8; } #element-290 img { width: 156px; height: 29px; } #element-324 { display: initial; height: 129px; width: 144px; left: 897px; top: 134px; z-index: 9; } #element-324 img { width: 144px; height: 128px; } #element-325 { display: initial; height: 87px; width: 99px; left: 412px; top: 499px; z-index: 10; } #element-325 img { width: 99px; height: 89px; } #element-295 { display: initial; height: 357px; width: 506px; left: 453px; top: 198px; z-index: 11; } #element-237 { display: initial; height: 177px; width: 443px; left: 485px; top: 231px; z-index: 12; } #element-239 { display: initial; height: 54px; width: 407px; left: 502px; top: 408px; z-index: 13; } #element-239 p, #element-239 ul, #element-239 ol, #element-239 h1 { font-size: 11px; color: rgb(55, 70, 90); line-height: 18px; text-align: center; } #element-296 { display: initial; height: 88px; width: 392px; left: 0px; top: 249px; z-index: 14; } #element-296 p, #element-296 ul, #element-296 ol, #element-296 h1 { font-size: 44px; color: rgb(55, 70, 90); line-height: 44px; text-align: left; } #element-297 { display: initial; height: 144px; width: 354px; left: 2px; top: 368px; z-index: 15; } #element-297 p, #element-297 ul, #element-297 ol, #element-297 h1 { font-size: 26px; color: rgb(55, 70, 90); line-height: 36px; text-align: left; } #element-322 { display: initial; height: 33px; width: 38px; left: 897px; top: 181px; z-index: 16; } #element-322 img { width: 38px; height: 35px; } #element-370 { display: initial; height: 413px; width: 413px; left: 0px; top: 146px; z-index: 17; } #element-370 img { width: 413px; height: 413px; } #element-254 { display: initial; height: 250px; width: 504px; left: 455px; top: 419px; z-index: 18; } #element-254 p, #element-254 ul, #element-254 ol, #element-254 h1 { font-size: 19px; color: rgb(0, 0, 0); line-height: 30px; text-align: left; } #element-372 { display: initial; height: 34px; width: 278px; left: 389px; top: 71px; z-index: 19; } #element-372 p, #element-372 ul, #element-372 ol, #element-372 h1 { font-size: 24px; color: rgb(0, 0, 0); line-height: 34px; text-align: left; } #element-389 { display: initial; height: 238px; width: 288px; left: 59px; top: 519px; z-index: 20; } #element-389 p, #element-389 ul, #element-389 ol, #element-389 h1 { font-size: 24px; color: rgb(55, 70, 90); line-height: 34px; text-align: left; } #element-392 { display: initial; height: 272px; width: 959px; left: 0px; top: 76px; z-index: 21; } #element-392 p, #element-392 ul, #element-392 ol, #element-392 h1 { font-size: 24px; color: rgb(55, 70, 90); line-height: 34px; text-align: left; } #element-393 { display: initial; height: 280px; width: 575px; left: 384px; top: 481px; z-index: 22; } #element-393 img { width: 575px; height: 280px; } #element-394 { display: initial; height: 34px; width: 345px; left: 0px; top: 434px; z-index: 23; } #element-394 p, #element-394 ul, #element-394 ol, #element-394 h1 { font-size: 24px; color: rgb(55, 70, 90); line-height: 34px; text-align: left; } #element-395 { display: initial; height: 280px; width: 504px; left: 455px; top: 146px; z-index: 24; } #element-395 p, #element-395 ul, #element-395 ol, #element-395 h1 { font-size: 19px; color: rgb(0, 0, 0); line-height: 30px; text-align: left; } #element-397 { display: initial; height: 42px; width: 42px; left: 2px; top: 512px; z-index: 25; } #element-400 { display: initial; height: 42px; width: 42px; left: 2px; top: 579px; z-index: 26; } #element-401 { display: initial; height: 42px; width: 42px; left: 2px; top: 715px; z-index: 27; } #element-402 { display: initial; height: 42px; width: 42px; left: 2px; top: 648px; z-index: 28; } #element-404 { display: initial; height: 53px; width: 239px; left: 360px; top: 753px; z-index: 29; } #element-407 { display: initial; height: 28px; width: 19px; left: 20px; top: 519px; z-index: 30; } #element-407 p, #element-407 ul, #element-407 ol, #element-407 h1 { font-size: 20px; color: rgb(55, 70, 90); line-height: 28px; text-align: left; } #element-408 { display: initial; height: 28px; width: 36px; left: 17px; top: 585px; z-index: 31; } #element-408 p, #element-408 ul, #element-408 ol, #element-408 h1 { font-size: 20px; color: rgb(55, 70, 90); line-height: 28px; text-align: left; } #element-409 { display: initial; height: 28px; width: 36px; left: 17px; top: 655px; z-index: 32; } #element-409 p, #element-409 ul, #element-409 ol, #element-409 h1 { font-size: 20px; color: rgb(55, 70, 90); line-height: 28px; text-align: left; } #element-410 { display: initial; height: 28px; width: 35px; left: 15px; top: 721px; z-index: 33; } #element-410 p, #element-410 ul, #element-410 ol, #element-410 h1 { font-size: 20px; color: rgb(55, 70, 90); line-height: 28px; text-align: left; } #element-411 { display: initial; height: 38px; width: 23px; left: 12px; top: 548px; z-index: 34; } #element-412 { display: initial; height: 38px; width: 23px; left: 11px; top: 617px; z-index: 35; } #element-413 { display: initial; height: 38px; width: 23px; left: 11px; top: 682px; z-index: 36; } #page-block-ftrld9qf9uf { height: 655px; } #page-block-ftrld9qf9uf .border-holder { background-image: url("//v.fastcdn.co/u/a204fbaa/39223401-0-IP-GradientBG-01.png"); background-color: rgba(0,0,0,0); background-repeat: repeat; background-position: 72% 49%; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 655px; } @media only screen and (max-width: 770px) { .border-holder { background-attachment: scroll !important; } } #page-block-ftrld9qf9uf .color-overlay { width: 100%; height: 100%; position: absolute; margin: 0 auto; background-color: rgba(0,0,0,0); opacity: 0.5; display: block; } #page-block-ftrld9qf9uf .block-inner { margin-top: 0px; height: calc(100% + 0px); } #page-block-pjmlidk4x4o { height: 857px; } #page-block-pjmlidk4x4o .border-holder { background-image: none; background-color: #ffffff; background-repeat: repeat; background-position: top left; -moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; background-size:cover; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 857px; } @media only screen and (max-width: 770px) { .border-holder { background-attachment: scroll !important; } } #page-block-pjmlidk4x4o .color-overlay { display: none; } #page-block-pjmlidk4x4o .block-inner { margin-top: 0px; height: calc(100% + 0px); } #page-block-x3sk5hbtek { height: 882px; } #page-block-x3sk5hbtek .border-holder { background-image: none; background-color: #f0faff; background-repeat: repeat; background-position: top left; -moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; background-size:cover; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 882px; } @media only screen and (max-width: 770px) { .border-holder { background-attachment: scroll !important; } } #page-block-x3sk5hbtek .color-overlay { display: none; } #page-block-x3sk5hbtek .block-inner { margin-top: 0px; height: calc(100% + 0px); } #page-block-lueswh89ko8 { height: 86px; } #page-block-lueswh89ko8 .border-holder { background-image: url("//v.fastcdn.co/u/a204fbaa/39215421-0-IP-Gradient-01.png"); background-color: #3a4859; background-repeat: repeat; background-position: 50% 50%; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 86px; } @media only screen and (max-width: 770px) { .border-holder { background-attachment: scroll !important; } } #page-block-lueswh89ko8 .color-overlay { width: 100%; height: 100%; position: absolute; margin: 0 auto; background-color: rgba(0,0,0,0); opacity: 0.5; display: block; } #page-block-lueswh89ko8 .block-inner { margin-top: 0px; height: calc(100% + 0px); } @media screen and (max-width: 620px), screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 1.5) and ( max-device-width: 1280px ) and (max-device-height: 720px), screen and (max-width: 999px) and (-webkit-min-device-pixel-ratio: 1.5) and ( max-device-width: 1000px ) { body { min-width: 400px; width: 100%; } .page.page2 { width: 100%; } .page.page2 .block-inner { width: 400px; margin: 0 auto; } .page.page2.new-mobile-preview .block-inner { width: auto; } .widget-form .field-checkbox .field-element label:before, .widget-form .field-radio .field-element label:before { top: 16px; } .widget-form .field-checkbox .field-element label:after { top: 21px; } .widget-form .field-radio .field-element label:after { top: 16px; } .widget-form .select-outer { overflow: hidden; -webkit-border-radius: 2px; border-radius: 2px; } .widget-form .select-outer select { width: calc( 100% - 1px ); height: 56px; border: 0; margin-bottom: 8px; margin-top: 8px; -webkit-appearance: none; line-height: 30px; border-style: solid; border-width: 1px; background-image: url( '//v.fastcdn.co/a/1488288753_select-arrow-drop-down.png' ); background-position: right; background-repeat: no-repeat; } .widget-form .form-input[type="text"], .widget-form .form-input[type="password"], .widget-form .form-input[type="email"], .widget-form textarea.form-input { padding-top: 12px; padding-bottom: 9px; font-size: 20px; line-height: 22px; height: 56px; -webkit-appearance: none; } .widget-form textarea.form-input { resize: none; } .widget-form .label-outside, .widget-form .outside-top, .widget-form .field-element label { font-size: 20px; line-height: 22px; padding-top: 12px; padding-bottom: 9px; } .widget-form select { font-size: 20px; height: 56px; padding-left: 9px; width: calc( 100% + 2px ); -moz-padding-start: 5px; } .widget-form .input-holder.field-checkbox > label.outside-top, .widget-form .input-holder.field-radio > label.outside-top, .widget-form .field-container.edit.field-checkbox > label.label-outside, .widget-form .field-container.edit.field-radio > label.label-outside { margin-top: 8px; margin-bottom: 2px; } .widget-form .form-option-element label, .widget-form .field-element label { font-size: 20px; line-height: 22px; padding-bottom: 0; margin-bottom: 0px; } .new_mobile .widget-form textarea.form-input.shortnice { height: 56px; } #element-244 { display: none; } #element-245 { display: none; } #element-246 { display: initial; height: 28.82px; width: 160px; left: 120px; top: 40px; z-index: 5; } #element-246 img { width: 160px; height: 28.82px; } #element-288 { display: none; } #element-289 { display: none; } #element-290 { display: initial; height: 29.74px; width: 160px; left: 120px; top: 38px; z-index: 8; } #element-290 img { width: 160px; height: 29.74px; } #element-324 { display: initial; height: 128px; width: 144px; left: 245px; top: 413px; z-index: 9; } #element-324 img { width: 144px; height: 128px; } #element-325 { display: initial; height: 89px; width: 99px; left: 10px; top: 787px; z-index: 10; } #element-325 img { width: 99px; height: 89px; } #element-295 { display: initial; height: 372px; width: 358px; left: 18px; top: 460px; z-index: 11; } #element-237 { display: initial; height: 216px; width: 320px; left: 37px; top: 477px; z-index: 12; } #element-239 { display: initial; height: 56px; width: 320px; left: 37px; top: 766px; z-index: 13; } #element-239 p, #element-239 ul, #element-239 ol, #element-239 h1 { font-size: 10px; color: rgb(55, 70, 90); line-height: 14px; text-align: center; } #element-296 { display: initial; height: 58px; width: 360px; left: 20px; top: 127px; z-index: 14; } #element-296 p, #element-296 ul, #element-296 ol, #element-296 h1 { font-size: 29px; color: rgb(55, 70, 90); line-height: 29px; text-align: center !important; } #element-297 { display: initial; height: 136px; width: 294px; left: 50px; top: 236px; z-index: 15; } #element-297 p, #element-297 ul, #element-297 ol, #element-297 h1 { font-size: 24px; color: rgb(55, 70, 90); line-height: 34px; text-align: center !important; } #element-322 { display: initial; height: 35px; width: 38px; left: 352px; top: 445px; z-index: 16; } #element-322 img { width: 38px; height: 35px; } #element-370 { display: initial; height: 359px; width: 359px; left: 35px; top: 44px; z-index: 17; } #element-370 img { width: 359px; height: 359px; } #element-254 { display: initial; height: 232px; width: 360px; left: 20px; top: 858px; z-index: 18; } #element-254 p, #element-254 ul, #element-254 ol, #element-254 h1 { font-size: 17px; color: rgb(0, 0, 0); line-height: 24px; text-align: left; } #element-372 { display: initial; height: 31px; width: 198px; left: 101px; top: 469px; z-index: 19; } #element-372 p, #element-372 ul, #element-372 ol, #element-372 h1 { font-size: 22px; color: rgb(0, 0, 0); line-height: 31px; text-align: left !important; } #element-389 { display: initial; height: 175px; width: 243px; left: 99px; top: 386px; z-index: 20; } #element-389 p, #element-389 ul, #element-389 ol, #element-389 h1 { font-size: 21.436950146628px; color: rgb(55, 70, 90); line-height: 26px; text-align: left !important; } #element-392 { display: initial; height: 448px; width: 360px; left: 20px; top: 601px; z-index: 21; } #element-392 p, #element-392 ul, #element-392 ol, #element-392 h1 { font-size: 20px; color: rgb(55, 70, 90); line-height: 28px; text-align: center !important; } #element-393 { display: initial; height: 168px; width: 345px; left: 27px; top: 617px; z-index: 22; } #element-393 img { width: 345px; height: 168px; } #element-394 { display: initial; height: 35px; width: 373px; left: 14px; top: 302px; z-index: 23; } #element-394 p, #element-394 ul, #element-394 ol, #element-394 h1 { font-size: 25.724340175953px; color: rgb(55, 70, 90); line-height: 36px; text-align: left; } #element-395 { display: initial; height: 315px; width: 360px; left: 20px; top: 550px; z-index: 24; } #element-395 p, #element-395 ul, #element-395 ol, #element-395 h1 { font-size: 18px; color: rgb(0, 0, 0); line-height: 25px; text-align: left; } #element-397 { display: initial; height: 38px; width: 38px; left: 38px; top: 435px; z-index: 25; } #element-400 { display: initial; height: 38px; width: 38px; left: 38px; top: 381px; z-index: 26; } #element-401 { display: initial; height: 38px; width: 38px; left: 38px; top: 533px; z-index: 27; } #element-402 { display: initial; height: 38px; width: 38px; left: 38px; top: 483px; z-index: 28; } #element-404 { display: initial; height: 47px; width: 219px; left: 92px; top: 1148px; z-index: 29; } #element-407 { display: initial; height: 38px; width: 20px; left: 52px; top: 379px; z-index: 30; } #element-407 p, #element-407 ul, #element-407 ol, #element-407 h1 { font-size: 27.868035190616px; color: rgb(55, 70, 90); line-height: 39px; text-align: left; } #element-408 { display: initial; height: 38px; width: 39px; left: 49px; top: 433px; z-index: 31; } #element-408 p, #element-408 ul, #element-408 ol, #element-408 h1 { font-size: 27.868035190616px; color: rgb(55, 70, 90); line-height: 39px; text-align: left; } #element-409 { display: initial; height: 38px; width: 40px; left: 49px; top: 481px; z-index: 32; } #element-409 p, #element-409 ul, #element-409 ol, #element-409 h1 { font-size: 27.868035190616px; color: rgb(55, 70, 90); line-height: 39px; text-align: left; } #element-410 { display: initial; height: 38px; width: 38px; left: 47px; top: 531px; z-index: 33; } #element-410 p, #element-410 ul, #element-410 ol, #element-410 h1 { font-size: 27.868035190616px; color: rgb(55, 70, 90); line-height: 39px; text-align: left; } #element-411 { display: none; } #element-412 { display: none; } #element-413 { display: none; } #page-block-ftrld9qf9uf { height: 927px; } #page-block-ftrld9qf9uf .border-holder { background-image: url("//v.fastcdn.co/u/a204fbaa/39223401-0-IP-GradientBG-01.png"); background-color: rgba(0,0,0,0); background-repeat: repeat; background-position: 72% 49%; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 927px; } @media only screen and (max-width: 770px) { .border-holder { background-attachment: scroll !important; } } #page-block-ftrld9qf9uf .color-overlay { width: 100%; height: 100%; position: absolute; margin: 0 auto; background-color: rgba(0,0,0,0); opacity: 0.5; display: block; } #page-block-ftrld9qf9uf .block-inner { margin-top: 0px; height: calc(100% + 0px); } #page-block-pjmlidk4x4o { height: 1354px; } #page-block-pjmlidk4x4o .border-holder { background-image: none; background-color: #ffffff; background-repeat: repeat; background-position: top left; -moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; background-size:cover; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 1354px; } @media only screen and (max-width: 770px) { .border-holder { background-attachment: scroll !important; } } #page-block-pjmlidk4x4o .color-overlay { display: none; } #page-block-pjmlidk4x4o .block-inner { margin-top: 0px; height: calc(100% + 0px); } #page-block-x3sk5hbtek { height: 1265px; } #page-block-x3sk5hbtek .border-holder { background-image: none; background-color: #f0faff; background-repeat: repeat; background-position: top left; -moz-background-size:cover; -o-background-size:cover; -webkit-background-size:cover; background-size:cover; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 1265px; } @media only screen and (max-width: 770px) { .border-holder { background-attachment: scroll !important; } } #page-block-x3sk5hbtek .color-overlay { display: none; } #page-block-x3sk5hbtek .block-inner { margin-top: 0px; height: calc(100% + 0px); } #page-block-lueswh89ko8 { height: 104px; } #page-block-lueswh89ko8 .border-holder { background-image: url("//v.fastcdn.co/u/a204fbaa/39215421-0-IP-Gradient-01.png"); background-color: #3a4859; background-repeat: repeat; background-position: 50% 50%; background-size:cover; -webkit-background-size:cover; -moz-background-size:cover; -o-background-size:cover; width: auto; border-width: 0; border-top-width: 0px; border-bottom-width: 0px; height: 104px; } @media only screen and (max-width: 770px) { .border-holder { background-attachment: scroll !important; } } #page-block-lueswh89ko8 .color-overlay { width: 100%; height: 100%; position: absolute; margin: 0 auto; background-color: rgba(0,0,0,0); opacity: 0.5; display: block; } #page-block-lueswh89ko8 .block-inner { margin-top: 0px; height: calc(100% + 0px); } } @media screen and (min-width: 621px) and (-webkit-max-device-pixel-ratio: 1.5), screen and (min-width: 1000px) and (-webkit-max-device-pixel-ratio: 1.5) { .new_mobile .page.page2.mobile .block-inner { width: 960px; } } </style> <script> $(function() { $('a[href*="#"]:not([href="#"])').click(function() { if (location.pathname.replace(/^\//,'') == this.pathname.replace(/^\//,'') && location.hostname == this.hostname) { var target = $(this.hash); target = target.length ? target : $('[name=' + this.hash.slice(1) +']'); if (target.length) { $('html, body').animate({ scrollTop: target.offset().top }, 1000); return false; } } }); }); </script> <!-- No GA Tracking code --> <!-- Facebook Pixel Code --> <script> !function(f,b,e,v,n,t,s){if(f.fbq)return;n=f.fbq=function(){n.callMethod? n.callMethod.apply(n,arguments):n.queue.push(arguments)};if(!f._fbq)f._fbq=n; n.push=n;n.loaded=!0;n.version='2.0';n.queue=[];t=b.createElement(e);t.async=!0; t.src=v;s=b.getElementsByTagName(e)[0];s.parentNode.insertBefore(t,s)}(window, document,'script','https://connect.facebook.net/en_US/fbevents.js'); fbq('init', '395085234033713'); fbq('track', "PageView"); </script> <noscript> <img height="1" width="1" style="display:none" src="https://www.facebook.com/tr?id=395085234033713&ev=PageView&noscript=1"/> </noscript> <!-- End Facebook Pixel Code --> <!-- Google Tag Manager --> <script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start': new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0], j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src= 'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f); })(window,document,'script','dataLayer','GTM-TDQ6JT' );</script> <!-- End Google Tag Manager --> <style type="text/css"> #element-239 b { font-weight: 700; } #element-296 b { font-weight: 700; } #element-297 b { font-weight: 700; } #element-254 b { font-weight: 700; } #element-372 b { font-weight: 700; } #element-389 b { font-weight: 700; } #element-392 b { font-weight: 700; } #element-394 b { font-weight: 700; } #element-395 b { font-weight: 700; } #element-407 b { font-weight: 700; } #element-408 b { font-weight: 700; } #element-409 b { font-weight: 700; } #element-410 b { font-weight: 700; } </style> </head> <body class=" new_mobile"> <!-- Google Tag Manager (noscript) --> <noscript><iframe src="https://www.googletagmanager.com/ns.html?id=GTM-TDQ6JT" height="0" width="0" style="display:none;visibility:hidden"></iframe></noscript> <!-- End Google Tag Manager (noscript) --> <div id="i-page" class="page page2 "> <div class="notification"> <div class="notification-overlay"></div> <div class="notification-inner"> <img rel="//v.fastcdn.co/a/img/loading_circle.svg" src="" class="loading notification-loader" alt="" /> <span class="message"></span> </div> </div> <div class="page-block" id="page-block-ftrld9qf9uf"> <div class="color-overlay"></div> <div class="border-holder"> <div class="block-inner"> <div class="page-element widget-container page-element-type-button widget-button " id="element-244" > <style type="text/css"> #element-244 .dynamic-button { background-color: #1999e3; color: #ffffff; } #element-244 .dynamic-button:active { } #element-244 .dynamic-button:hover { color: #ffffff; background-color: #083f5e; } #element-244 .dynamic-button, #element-244 .image-button { width: 93px; height: 39px; z-index: 3; line-height: 120%; font-size: 13px; font-weight: 700; font-family: Open Sans; border-radius: 3px; } @media screen and ( max-width: 620px ), screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1280px ) and ( max-device-height: 720px ), screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1000px ) { body:not( .tablet ) #page-block-ftrld9qf9uf #element-244 .dynamic-button, body:not( .tablet ) #page-block-ftrld9qf9uf #element-244 .image-button { width: 93px; height: 39px; z-index: 3; line-height: 120%; font-size: 13px; } } </style> <div class="conversion_wrapper"> <a href="https://auth.recruitee.com/sign-up" class="url-link" style="width: 93px; height: 39px;" target="_blank" data-wid="244" > <div class="btn submit-button button_submit dynamic-button " >Sign up</div> </a> </div> </div> <div class="page-element widget-container page-element-type-button widget-button " id="element-245" > <style type="text/css"> #element-245 .dynamic-button { background-color: rgba(0,0,0,0); color: #ffffff; } #element-245 .dynamic-button:active { } #element-245 .dynamic-button:hover { color: #ffffff; background-color: rgba(0,0,0,0); } #element-245 .dynamic-button, #element-245 .image-button { width: 106px; height: 39px; z-index: 4; line-height: 120%; font-size: 14px; font-weight: 600; font-family: Open Sans; border-radius: 5px; } @media screen and ( max-width: 620px ), screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1280px ) and ( max-device-height: 720px ), screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1000px ) { body:not( .tablet ) #page-block-ftrld9qf9uf #element-245 .dynamic-button, body:not( .tablet ) #page-block-ftrld9qf9uf #element-245 .image-button { width: 141px; height: 39px; z-index: 4; line-height: 120%; font-size: 13px; } } </style> <div class="conversion_wrapper"> <a href="https://recruitee.com/demo" class="url-link" style="width: 106px; height: 39px;" target="_blank" data-wid="245" > <div class="btn submit-button button_submit dynamic-button " >Get a Demo</div> </a> </div> </div> <div class="page-element widget-container page-element-type-image widget-image " id="element-246" > <div class="contents"> <a href="https://recruitee.com/?utm_medium=ebooks&utm_source=instapage&utm_campaign=business-case" class="url-link" style="width: 100%; height: 100%;" > <img src="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944900-33391206-161x30-logo-horizontal-whit.png" srcset="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944900-33391206-322x60-logo-horizontal-whit.png 2x" style="margin-top: 0px;" alt="" /> </a> </div> </div> <div class="page-element widget-container page-element-type-image widget-image " id="element-324" > <div class="contents"> <img src="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944902-39216906-144x129x144x144x0x8-IP-Circle-02.png" srcset="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944903-39216906-288x258x288x288x0x16-IP-Circle-02.png 2x" style="margin-top: ;" alt="" /> </div> </div> <div class="page-element widget-container page-element-type-image widget-image " id="element-325" > <div class="contents"> <img src="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944906-39216901-99x87x99x99x0x6-IP-Circle-03.png" srcset="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944906-39216901-198x174x198x198x0x12-IP-Circle-03.png 2x" style="margin-top: ;" alt="" /> </div> </div> <div class="page-element widget-container page-element-type-box widget-box " id="element-295" > <div class="box" style="width: 100%; height: 100%; background-color: #ffffff; border-radius: 4px 4px 4px 4px; background-repeat: repeat; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-position: top left;"></div> </div> <div class="page-element widget-container page-element-type-form widget-form " id="element-237" > <style type="text/css"> #element-237 .submit-button { background-color: #1999e3; color: #ffffff; } #element-237 .submit-button:active { } #element-237 .field-checkbox .field-element input[type=checkbox]:checked + label:before { background-color: #1999e3; border-color: #1999e3; } #element-237 .field-radio .field-element label:after { border-color: #1999e3; } #element-237 .input-holder label { color: #5e6c7b; } #element-237 ::-webkit-input-placeholder { /* WebKit browsers */ color: #5e6c7b } #element-237 :-moz-placeholder { /* Mozilla Firefox 4 to 18 */ color: #5e6c7b; } #element-237 ::-moz-placeholder { /* Mozilla Firefox 19+ */ color: #5e6c7b; } #element-237 :-ms-input-placeholder { /* Internet Explorer 10+ */ color: #5e6c7b; } #element-237 label.error { color: #C00; } #element-237 input[type="text"], #element-237 input[type="password"], #element-237 input[type="email"], #element-237 textarea { color: #000000; background-color: #ffffff; border-color: #a3bac6; } #element-237 input::-webkit-input-placeholder { color: #5e6c7b; } #element-237 input:-moz-placeholder { color: #5e6c7b; opacity: 1; } #element-237 input::-moz-placeholder { color: #5e6c7b; opacity: 1; } #element-237 input:-ms-input-placeholder { color: #5e6c7b; } #element-237 select { color: #000000 } #element-237 select[label-position="inside"].pristine { color: #5e6c7b } #element-237 select option { background-color: #ffffff; } #element-237 select { border-color: #a3bac6; background-color: #ffffff; } #element-237 .dynamic-button:hover { color: #ffffff; background-color: #1565c0; } #element-237 .submit-holder { position: relative; } #element-237 .dynamic-button, #element-237 .image-button { position: absolute; margin: 0; top: 245px; left: 0px; width: 439px; height: 48px; box-sizing: content-box; line-height: 120%; font-size: 17px; font-weight: 700; font-family: Montserrat; border-radius: 7px; } @media screen and ( max-width: 620px ), screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1280px ) and ( max-device-height: 720px ), screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1000px ) { body:not( .tablet ) #page-block-ftrld9qf9uf #element-237 .dynamic-button, body:not( .tablet ) #page-block-ftrld9qf9uf #element-237 .image-button { position: absolute; /* 704*/ top: 227px; left: 0px; width: 318px; height: 49px; line-height: 120%; font-size: 17px; } } </style> <div id="element-237" class="widget-container widget-form"> <div class="contents"> <form method="post" action="https://submission-system.instapage.com/submissions" class="email-form" data="instapage-form" data-wid="237" novalidate> <input type="hidden" name="variant" value="F" /> <div class="input-holder field-text"> <div class="field-element "> <input id="61f70c5743ef8b3e4745d47af54330bd-0" type="text" name="Rmlyc3QgTmFtZQ==" value="" placeholder="First Name" data-label-inside="First Name" class="shortnice form-input required"/> </div> </div> <div class="input-holder field-text"> <div class="field-element "> <input id="61f70c5743ef8b3e4745d47af54330bd-1" type="text" name="TGFzdCBOYW1l" value="" placeholder="Last Name" data-label-inside="Last Name" class="shortnice form-input required"/> </div> </div> <div class="input-holder field-text"> <div class="field-element "> <input id="61f70c5743ef8b3e4745d47af54330bd-2" type="email" name="V29yayBFbWFpbA==" value="" placeholder="Work Email" data-label-inside="Work Email" class="shortnice form-input required " /> </div> </div> <input type="hidden" name="redirect" class="configuration" value="https://docs.google.com/presentation/d/1PTf_hjYShwnNqNQSKvw2A-kPup2Y86tQoQzazSTxb3s/edit?usp=sharing" /> <input type="hidden" name="hubspot-integration" class="configuration" value="eyJ0b2tlbiI6eyJpZCI6IjhlYzllMmQ4N2I4ZWU5ODU1NjVlNGJkZWQ0ZWQ4ZjA1IiwibGFiZWwiOiIqKioqKiJ9LCJsaXN0Ijp7ImlkIjoiNzU3IiwibGFiZWwiOiIqKioqKiJ9LCJmaWVsZG1hcCI6W3siaW5zdGFwYWdlIjoiRmlyc3QgTmFtZSIsImluc3RhcGFnZVR5cGUiOiJ0ZXh0IiwiaW50ZWdyYXRpb24iOiJmaXJzdG5hbWUiLCJpbnRlZ3JhdGlvblR5cGUiOiJ0ZXh0In0seyJpbnN0YXBhZ2UiOiJFbWFpbCIsImluc3RhcGFnZVR5cGUiOiJ0ZXh0IiwiaW50ZWdyYXRpb24iOiJlbWFpbCIsImludGVncmF0aW9uVHlwZSI6InRleHQifSx7Imluc3RhcGFnZSI6Ikxhc3QgTmFtZSIsImluc3RhcGFnZVR5cGUiOiJ0ZXh0IiwiaW50ZWdyYXRpb24iOiJsYXN0bmFtZSIsImludGVncmF0aW9uVHlwZSI6InRleHQifSx7Imluc3RhcGFnZSI6IldvcmsgRW1haWwiLCJpbnN0YXBhZ2VUeXBlIjoidGV4dCIsImludGVncmF0aW9uIjoiZW1haWwiLCJpbnRlZ3JhdGlvblR5cGUiOiJ0ZXh0In1dLCJ2ZXJzaW9uIjoyfQ==" /> <button class="btn submit-button button_submit dynamic-button corners " >Access presentation</button> <input type="hidden" name="validation" value="Tzo4OiJzdGRDbGFzcyI6Mjp7czo2OiJmaWVsZHMiO2E6Mzp7czoxMDoiRmlyc3QgTmFtZSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo4OiJyZXF1aXJlZCI7YjoxO31zOjk6Ikxhc3QgTmFtZSI7Tzo4OiJzdGRDbGFzcyI6MTp7czo4OiJyZXF1aXJlZCI7YjoxO31zOjEwOiJXb3JrIEVtYWlsIjtPOjg6InN0ZENsYXNzIjoxOntzOjg6InJlcXVpcmVkIjtiOjE7fX1zOjc6ImZvcm1faWQiO3M6MzI6IjYxZjcwYzU3NDNlZjhiM2U0NzQ1ZDQ3YWY1NDMzMGJkIjt9" /> <input type="hidden" name="thank-you-message" value="RW5qb3kgeW91ciBkb3dubG9hZCE=" /> <input type="hidden" name="lpsSubmissionConfig" value="eyJhbGciOiJIUzI1NiJ9.eyJhc3luYyI6dHJ1ZSwiZmllbGRzIjpbeyJkZWZhdWx0X3ZhbHVlIjoiRmlyc3QgTmFtZSIsImZpZWxkX2lkIjowLCJoaWRlX2xhYmVsIjpmYWxzZSwibmFtZSI6IkZpcnN0IE5hbWUiLCJyZXF1aXJlZCI6dHJ1ZSwidHlwZSI6InRleHQiLCJ2YWx1ZSI6IkZpcnN0IE5hbWUiLCJpZCI6IjAxRzJQTTUzQ0E4RFRYOUhYVzdLU1M2WjRBIn0seyJpZCI6IjAxRzJQTTUzQ0E4RFRYOUhYVzdLU1M2WjRCIiwidmFsdWUiOiJMYXN0IE5hbWUiLCJkZWZhdWx0X3ZhbHVlIjoiTGFzdCBOYW1lIiwidHlwZSI6InRleHQiLCJyZXF1aXJlZCI6dHJ1ZSwiZmllbGRfaWQiOjEsImhhc19lbWFpbF92YWxpZGF0aW9uIjpmYWxzZSwibmFtZSI6Ikxhc3QgTmFtZSIsImhpZGVfbGFiZWwiOmZhbHNlfSx7ImRlZmF1bHRfdmFsdWUiOiJXb3JrIEVtYWlsIiwiZmllbGRfaWQiOjIsImhpZGVfbGFiZWwiOmZhbHNlLCJuYW1lIjoiV29yayBFbWFpbCIsInJlcXVpcmVkIjp0cnVlLCJ0eXBlIjoidGV4dCIsInZhbHVlIjoiV29yayBFbWFpbCIsImhhc19lbWFpbF92YWxpZGF0aW9uIjp0cnVlLCJpZCI6IjAxRzJQTTUzQ0E4RFRYOUhYVzdLU1M2WjRDIn1dLCJmb3JtSWQiOjIzNywiaW50ZWdyYXRpb25zIjpbeyJ0b2tlbiI6eyJpZCI6IjhlYzllMmQ4N2I4ZWU5ODU1NjVlNGJkZWQ0ZWQ4ZjA1IiwibGFiZWwiOiIqKioqKiJ9LCJsaXN0Ijp7ImlkIjoiNzU3IiwibGFiZWwiOiIqKioqKiJ9LCJmaWVsZG1hcCI6W3siaW5zdGFwYWdlIjoiRmlyc3QgTmFtZSIsImluc3RhcGFnZVR5cGUiOiJ0ZXh0IiwiaW50ZWdyYXRpb24iOiJmaXJzdG5hbWUiLCJpbnRlZ3JhdGlvblR5cGUiOiJ0ZXh0In0seyJpbnN0YXBhZ2UiOiJFbWFpbCIsImluc3RhcGFnZVR5cGUiOiJ0ZXh0IiwiaW50ZWdyYXRpb24iOiJlbWFpbCIsImludGVncmF0aW9uVHlwZSI6InRleHQifSx7Imluc3RhcGFnZSI6Ikxhc3QgTmFtZSIsImluc3RhcGFnZVR5cGUiOiJ0ZXh0IiwiaW50ZWdyYXRpb24iOiJsYXN0bmFtZSIsImludGVncmF0aW9uVHlwZSI6InRleHQifSx7Imluc3RhcGFnZSI6IldvcmsgRW1haWwiLCJpbnN0YXBhZ2VUeXBlIjoidGV4dCIsImludGVncmF0aW9uIjoiZW1haWwiLCJpbnRlZ3JhdGlvblR5cGUiOiJ0ZXh0In1dLCJ2ZXJzaW9uIjoyLCJhc3luYyI6dHJ1ZSwiaW50ZWdyYXRpb24iOiJodWJzcG90In1dLCJwYWdlIjp7ImlkIjoyMDIwMzgzMCwidmVyc2lvbiI6NDUsIm93bmVyIjoyMDQ1MDAxLCJjdXN0b21lciI6MjM0OTQxMSwiZm9sZGVyIjozNjc3MTQwfSwic2F2ZVN1Ym1pc3Npb24iOnRydWUsInZhcmlhdGlvbiI6eyJpZCI6MTEsImxpbmtlZFZhcmlhdGlvbklkIjoxMiwibmFtZSI6IkYiLCJjdXN0b21OYW1lIjoiVmFyaWF0aW9uIEQifSwicmVDYXB0Y2hhIjpmYWxzZX0.vYJloaf76Hz_Uj7P2I9EjNYBO-KRNWyZvnr5w5fLaWc" /> </form> </div> <div style="clear: both"></div> </div> </div> <div class="page-element widget-container page-element-type-text widget-text " id="element-239" > <div class="contents"><p style="text-align: center; ">By clicking "Access presentation", you agree to receive&nbsp;access to the business case presentation, and to receive&nbsp;weekly&nbsp;recruitment resources in your inbox.&nbsp;You can unsubscribe at any time.<br></p></div> </div> <div class="page-element widget-container page-element-type-headline widget-headline " id="element-296" > <div class="contents"><h1><p style=" "> </p><p style=" "><font color="#ffffff"><b>Sample business case for an ATS</b></font></p><p style=" "> </p></h1></div> </div> <div class="page-element widget-container page-element-type-headline widget-headline " id="element-297" > <div class="contents"><h2><p style=" "> </p><p style=" "><font color="#ffffff"><span style="caret-color: rgb(255, 255, 255);">Convince your internal stakeholders to invest in the recruitment software you need. </span></font></p><p style=" "> </p></h2></div> </div> <div class="page-element widget-container page-element-type-image widget-image " id="element-322" > <div class="contents"> <img src="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944908-39216891-38x33x38x38x0x2-IP-Circle-01.png" srcset="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944908-39216891-76x66x76x76x0x4-IP-Circle-01.png 2x" style="margin-top: ;" alt="" /> </div> </div> </div> </div> </div> <div class="page-block" id="page-block-pjmlidk4x4o"> <div class="color-overlay"></div> <div class="border-holder"> <div class="block-inner"> <div class="page-element widget-container page-element-type-headline widget-headline " id="element-389" > <div class="contents"><h1><p style=" "> </p><p style=" ">Copy the presentation</p><p style=" "><br></p><p style=" ">Fill in your data</p><p style=" "><br></p><p style=" ">Customize the text</p><p style=" "><br></p><p style=" ">Present!</p><p style=" "> </p></h1></div> </div> <div class="page-element widget-container page-element-type-headline widget-headline " id="element-392" > <div class="contents"><h1><p style=" "> </p><p style=" ">Persuading stakeholders to invest in a new software is not always easy.&nbsp;But coming prepared to the table with <b>structured arguments</b> and <b>data</b> can speed up the process significantly.&nbsp;</p><p style=" "><br></p><p style=" ">This sample business case presentation is intended to help you format your own arguments around purchasing a new ATS or switching to a new tool. Get inspired by some of the most common rationales and benefits to share with your managers and colleagues.</p><p style=" "> </p></h1></div> </div> <div class="page-element widget-container page-element-type-image widget-image " id="element-393" > <div class="contents"> <img src="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944925-49951665-575x280-Frame-1slides.png" srcset="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944930-49951665-1150x560-Frame-1slides.png 2x" style="margin-top: 0px;" alt="" /> </div> </div> <div class="page-element widget-container page-element-type-headline widget-headline " id="element-394" > <div class="contents"><h1><p style=" "> </p><p style=" "><b>Get started in 4 easy steps:</b></p><p style=" "> </p></h1></div> </div> <div class="page-element widget-container page-element-type-circle widget-circle " id="element-397" > <div class="circle" style="box-sizing: border-box;width: 100%; height: 100%; background-color: #885dd9; border: 1px solid #ffffff; opacity: 1; filter:alpha(opacity=100); background-repeat: repeat; background-position: top left; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;"></div> </div> <div class="page-element widget-container page-element-type-circle widget-circle " id="element-400" > <div class="circle" style="box-sizing: border-box;width: 100%; height: 100%; background-color: #885dd9; border: 1px solid #ffffff; background-repeat: repeat; background-position: top left; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;"></div> </div> <div class="page-element widget-container page-element-type-circle widget-circle " id="element-401" > <div class="circle" style="box-sizing: border-box;width: 100%; height: 100%; background-color: #885dd9; border: 1px solid #ffffff; background-repeat: repeat; background-position: top left; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;"></div> </div> <div class="page-element widget-container page-element-type-circle widget-circle " id="element-402" > <div class="circle" style="box-sizing: border-box;width: 100%; height: 100%; background-color: #885dd9; border: 1px solid #ffffff; background-repeat: repeat; background-position: top left; background-size: cover; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover;"></div> </div> <div class="page-element widget-container page-element-type-headline widget-headline " id="element-407" > <div class="contents"><h1><p style=" "></p><p style=" "> </p><p style=" "><font color="#ffffff"><b>1</b></font></p><p style=" "> </p></h1></div> </div> <div class="page-element widget-container page-element-type-headline widget-headline " id="element-408" > <div class="contents"><h1><p style=" "></p><p style=" "></p><p style=" "> </p><p style=" "><font color="#ffffff"><b>2</b></font></p><p style=" "> </p></h1></div> </div> <div class="page-element widget-container page-element-type-headline widget-headline " id="element-409" > <div class="contents"><h1><p style=" "></p><p style=" "> </p><p style=" "><font color="#ffffff"><b>3</b></font></p><p style=" "> </p></h1></div> </div> <div class="page-element widget-container page-element-type-headline widget-headline " id="element-410" > <div class="contents"><h1><p style=" "> </p><p style=" "><font color="#ffffff"><b>4</b></font></p><p style=" "> </p></h1></div> </div> <div class="page-element widget-container page-element-type-line-vertical widget-line-vertical " id="element-411" > <div class="line-vertical" style="width: 10px; height: 100%; border-right: 3px solid #885dd9;"></div> </div> <div class="page-element widget-container page-element-type-line-vertical widget-line-vertical " id="element-412" > <div class="line-vertical" style="width: 10px; height: 100%; border-right: 3px solid #885dd9;"></div> </div> <div class="page-element widget-container page-element-type-line-vertical widget-line-vertical " id="element-413" > <div class="line-vertical" style="width: 10px; height: 100%; border-right: 3px solid #885dd9;"></div> </div> </div> </div> </div> <div class="page-block" id="page-block-x3sk5hbtek"> <div class="color-overlay"></div> <div class="border-holder"> <div class="block-inner"> <div class="page-element widget-container page-element-type-image widget-image " id="element-370" > <div class="contents"> <img src="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944909-48060700-413x413-bulb.png" srcset="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944913-48060700-826x826-bulb.png 2x" style="margin-top: 0px;" alt="" /> </div> </div> <div class="page-element widget-container page-element-type-text widget-text " id="element-254" > <div class="contents"><ul style=" "><li><span style="">A clear breakdown</span><b style="font-style: inherit;"> </b><span style="">of the </span><b style="font-style: inherit;">most common reasons to get an ATS, </b><span style="">including avoided risks and benefits.</span><br></li></ul><ul style=" "><li>An<b> outline of the</b> <b>evaluation process</b> to determine which software is right for your needs.</li></ul><ul style=" "><li>A simplified layout<b>&nbsp;</b>for<b> successful&nbsp;implementation.</b></li></ul></div> </div> <div class="page-element widget-container page-element-type-headline widget-headline " id="element-372" > <div class="contents"><h1><p style="text-align: left; "><font color="#2a333d"><b>What you'll get:</b></font></p></h1></div> </div> <div class="page-element widget-container page-element-type-text widget-text " id="element-395" > <div class="contents"><ul style=" "><li><span style="">A &nbsp;</span><b style="font-style: inherit;">customizable business case presentation</b><span style="">, designed to clearly highlight the costs, benefits, and implementation of an ATS.</span><br></li></ul><ul style=" "><li>An <b>editable spreadsheet</b> to add your own data to that will showcase your team's need for an ATS and the potential ROI.</li></ul><ul style=" "><li>A &nbsp;<b>structured approach</b> to convincing your key stakeholders of the need and value of an ATS.&nbsp;</li></ul></div> </div> <div class="page-element widget-container page-element-type-button widget-button " id="element-404" > <style type="text/css"> #element-404 .dynamic-button { background-color: #1999e3; color: #ffffff; } #element-404 .dynamic-button:active { } #element-404 .dynamic-button:hover { color: #ffffff; background-color: #1565c0; } #element-404 .dynamic-button, #element-404 .image-button { width: 239px; height: 53px; z-index: 29; line-height: 120%; font-size: 18px; font-weight: 700; font-family: Montserrat; border-radius: 7px; } @media screen and ( max-width: 620px ), screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1280px ) and ( max-device-height: 720px ), screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1000px ) { body:not( .tablet ) #page-block-x3sk5hbtek #element-404 .dynamic-button, body:not( .tablet ) #page-block-x3sk5hbtek #element-404 .image-button { width: 219px; height: 47px; z-index: 29; line-height: 120%; font-size: 16px; } } </style> <div class="conversion_wrapper"> <a href="#page-block-ftrld9qf9uf" class="on-page-scroll onpage-link" style="width: 239px; height: 53px;" data-wid="404" > <div class="btn submit-button button_submit dynamic-button " >Access presentation</div> </a> </div> </div> </div> </div> </div> <div class="page-block" id="page-block-lueswh89ko8"> <div class="color-overlay"></div> <div class="border-holder"> <div class="block-inner"> <div class="page-element widget-container page-element-type-button widget-button " id="element-288" > <style type="text/css"> #element-288 .dynamic-button { background-color: #ffffff; color: #111639; } #element-288 .dynamic-button:active { } #element-288 .dynamic-button:hover { color: #111639; background-color: #ffffff; } #element-288 .dynamic-button, #element-288 .image-button { width: 110px; height: 38px; z-index: 6; line-height: 120%; font-size: 13px; font-weight: 700; font-family: Open Sans; border-radius: 3px; } @media screen and ( max-width: 620px ), screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1280px ) and ( max-device-height: 720px ), screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1000px ) { body:not( .tablet ) #page-block-lueswh89ko8 #element-288 .dynamic-button, body:not( .tablet ) #page-block-lueswh89ko8 #element-288 .image-button { width: 105px; height: 39px; z-index: 6; line-height: 120%; font-size: 13px; } } </style> <div class="conversion_wrapper"> <a href="https://auth.recruitee.com/sign-up" class="url-link" style="width: 110px; height: 38px;" target="_blank" data-wid="288" > <div class="btn submit-button button_submit dynamic-button " >Try Recruitee</div> </a> </div> </div> <div class="page-element widget-container page-element-type-button widget-button " id="element-289" > <style type="text/css"> #element-289 .dynamic-button { background-color: rgba(0,0,0,0); color: #ffffff; } #element-289 .dynamic-button:active { } #element-289 .dynamic-button:hover { color: #ffffff; background-color: rgba(0,0,0,0); } #element-289 .dynamic-button, #element-289 .image-button { width: 122px; height: 38px; z-index: 7; line-height: 120%; font-size: 13px; font-weight: 600; font-family: Open Sans; border-radius: 5px; } @media screen and ( max-width: 620px ), screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1280px ) and ( max-device-height: 720px ), screen and ( max-width: 999px ) and ( -webkit-min-device-pixel-ratio: 1.5 ) and ( max-device-width: 1000px ) { body:not( .tablet ) #page-block-lueswh89ko8 #element-289 .dynamic-button, body:not( .tablet ) #page-block-lueswh89ko8 #element-289 .image-button { width: 140px; height: 38px; z-index: 7; line-height: 120%; font-size: 13px; } } </style> <div class="conversion_wrapper"> <a href="https://recruitee.com/demo" class="url-link" style="width: 122px; height: 38px;" target="_blank" data-wid="289" > <div class="btn submit-button button_submit dynamic-button " >Get a Demo</div> </a> </div> </div> <div class="page-element widget-container page-element-type-image widget-image " id="element-290" > <div class="contents"> <a href="https://recruitee.com/?utm_medium=ebooks&utm_source=instapage&utm_campaign=business-case" class="url-link" style="width: 100%; height: 100%;" target="_blank" > <img src="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944901-29846587-156x29-logo-horizontal-blue.png" srcset="//v.fastcdn.co/t/a204fbaa/4ea5210c/1688944901-29846587-312x58-logo-horizontal-blue.png 2x" style="margin-top: 0px;" alt="" /> </a> </div> </div> </div> </div> </div> </div> <!-- No ReCaptcha enabled --> <div id="fb-root"></div> <iframe class="instapage-noscrap" src="//d3mwhxgzltpnyp.cloudfront.net/local-storage/index.html" name="instapage-local-storage" height="0px" width="0px" style="display: block;"></iframe> <script> function getWidgetsHorizontalBoundaries() { var $body; var page_width; var edges = { left: 0, right: 0 }; $body = ijQuery( 'html, body' ); page_width = ijQuery( '.block-inner' ).first().width(); ijQuery( '.page-element:visible' ).each( function( index, elem ) { var $elem = ijQuery( elem ); var left = $elem.position().left; var width = $elem.width(); var right = left + width; if ( left < 0 && edges.left > left ) { edges.left = left; } if ( right > page_width && edges.right < right ) { edges.right = right; } } ); max = Math.max( Math.abs( edges.left ), edges.right - page_width ); return page_width + max * 2; } window.__workspaceWidth = getWidgetsHorizontalBoundaries(); </script> <script> ijQuery( document ).ready( function() { var $window = ijQuery( window ); var last_window_width; function setupScroll() { var window_width = $window.width(); var $body; var page_width; var edges = { left: 0, right: 0 }; var max; var width; var scroll_left = 0; if ( last_window_width !== window_width ) { $body = ijQuery( 'html, body' ); if ( window.__workspaceWidth > window_width && window_width > 400 ) { scroll_left = Math.round( ( window.__workspaceWidth - window_width ) / 2 ); $body.css( 'min-width', window.__workspaceWidth + 'px' ); ijQuery( 'html' ).css( 'overflow-x', 'visible' ); $body.scrollLeft( scroll_left ); } else { $body.css( 'min-width', '' ); $body.scrollLeft( 0 ); ijQuery( 'html' ).css( 'overflow-x', 'hidden' ); } last_window_width = window_width; } } setupScroll(); $window .off( 'resize.horizontalScrollHandler' ) .on( 'resize.horizontalScrollHandler', setupScroll ); } ); </script> <script async src="https://heatmap-events-collector.instapage.com/static/lib.js"></script> <script>(function(){function c(){var b=a.contentDocument||a.contentWindow.document;if(b){var d=b.createElement('script');d.innerHTML="window.__CF$cv$params={r:'8e752668dfaace4b',t:'MTczMjQwNjc1NS4wMDAwMDA='};var a=document.createElement('script');a.nonce='';a.src='/cdn-cgi/challenge-platform/scripts/jsd/main.js';document.getElementsByTagName('head')[0].appendChild(a);";b.getElementsByTagName('head')[0].appendChild(d)}}if(document.body){var a=document.createElement('iframe');a.height=1;a.width=1;a.style.position='absolute';a.style.top=0;a.style.left=0;a.style.border='none';a.style.visibility='hidden';document.body.appendChild(a);if('loading'!==document.readyState)c();else if(window.addEventListener)document.addEventListener('DOMContentLoaded',c);else{var e=document.onreadystatechange||function(){};document.onreadystatechange=function(b){e(b);'loading'!==document.readyState&&(document.onreadystatechange=e,c())}}}})();</script></body> </html>

Pages: 1 2 3 4 5 6 7 8 9 10