@font-face {
	font-family: 'URWGeometric';
	src: url('https://5058715.fs1.hubspotusercontent-na1.net/hubfs/5058715/Dealerware_November2018%20Theme/Fonts/URWGeometric-Regular.woff') format('woff');
}

@font-face {
	font-family: 'URWGeometric-Bold';
	src: url('https://5058715.fs1.hubspotusercontent-na1.net/hubfs/5058715/Dealerware_November2018%20Theme/Fonts/URWGeometric-Bold.woff') format('woff'), url('https://5058715.fs1.hubspotusercontent-na1.net/hubfs/5058715/Dealerware_November2018%20Theme/Fonts/URWGeometric-Bold.ttf') format('truetype');
}

@font-face {
	font-family: 'URWGeometric-ExtraBold';
	src: url('https://5058715.fs1.hubspotusercontent-na1.net/hubfs/5058715/Dealerware_November2018%20Theme/Fonts/URWGeometric-ExtraBold.woff') format('woff'), url('https://5058715.fs1.hubspotusercontent-na1.net/hubfs/5058715/Dealerware_November2018%20Theme/Fonts/URWGeometric-ExtraBold.ttf') format('truetype');
}

@font-face {
	font-family: 'URWGeometric-Heavy';
	src: url('https://5058715.fs1.hubspotusercontent-na1.net/hubfs/5058715/Dealerware_November2018%20Theme/Fonts/URWGeometric-Heavy.woff') format('woff'), url('https://5058715.fs1.hubspotusercontent-na1.net/hubfs/5058715/Dealerware_November2018%20Theme/Fonts/URWGeometric-Heavy.ttf') format('truetype');
}

@import url('https://fonts.googleapis.com/css?family=Roboto:100,100i,300,300i,400,400i,500,500i,700,700i,900,900i&display=swap');

/***********************************************/


/* CSS @imports must be at the top of the file */


/* Add them above this section                 */


/***********************************************/


/****************************************/


/* HubSpot Style Boilerplate            */


/****************************************/


/* These includes are optional, but helpful. */

{
	% include "hubspot/styles/responsive/modules.css" %
}

{
	% include "hubspot/styles/patches/recommended.css" %
}


/*****************************************/


/* Start your style declarations here    */


/*****************************************/

html { scroll-behavior: smooth; } 

body {
	font-family: 'URWGeometric', 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 32px;
	color: #07293d;
}

h1 {
	font-family: 'URWGeometric-Heavy', 'Montserrat', sans-serif;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: -2px;
}

h2 {
	font-family: 'URWGeometric-Heavy', 'Montserrat', sans-serif;
	color: #07293D;
	font-size: 72px;
	line-height: 72px;
	letter-spacing: -2px;
	margin-bottom: 16px;
}

h3 {
	font-family: 'URWGeometric-Heavy', 'Montserrat', sans-serif;
	font-size: 50px;
	line-height: 50px;
	letter-spacing: -0.5px;
}

h4 {
	font-family: 'URWGeometric-Heavy', 'Montserrat', sans-serif;
	font-size: 24px;
	line-height: 27px
}

h5 {
	font-family: 'URWGeometric-Bold', 'Montserrat', sans-serif;
	font-size: 14px;
  line-height: 22px;
	letter-spacing: 5px;
	text-transform: uppercase;
	color: #3c5afe;
	margin-bottom: 30px;
}

@media screen and (max-width: 1023px) {
	h1 {
		font-size: 60px;
		line-height: 60px;
	}
	h2 {
		font-family: 'URWGeometric-ExtraBold', 'Montserrat', sans-serif;
		font-size: 60px;
		line-height: 60px;
	}
	h3 {
		font-size: 36px;
		line-height: 36px;
	}
	h5 {
		font-size: 12px;
		margin-bottom: 15px;
	}
}

p {
	margin-bottom: 24px;
}

strong,
b {
	font-family: 'URWGeometric-Bold', 'Montserrat', sans-serif;
}

.container {
	max-width: 1200px
}

.section {
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

@media screen and (max-width: 599px) {
	body {
		font-size: 18px;
		line-height: 24px;
		color: #07293d;
	}
	h1 {
		font-size: 36px;
		line-height: 36px;
	}
	h2 {
		font-family: 'URWGeometric-ExtraBold', 'Montserrat', sans-serif;
		font-size: 36px;
		line-height: 36px;
	}
	h3 {
		font-size: 24px;
		line-height: 24px;
	}
	.section {
		padding-bottom: 60px;
		padding-top: 60px
	}
}

.center {
	text-align: center;
}

.white-text {
	color: #fff;
}

.right {
	text-align: right
}

.button {
	font-family: 'URWGeometric-ExtraBold', 'Montserrat', sans-serif;
	font-size: 18px;
	padding: 15px 36px 11px;
	border-radius: 50px;
	height: auto !important;
	border: 1px solid #3C5AFE;
	color: #3c5afe;
}

.button.button-white {
	background: #fff;
	color: #3c5afe;
	border: 1px solid #3C5AFE;
}

.button.button-white:hover {
	background: rgba(60, 90, 254, 0.1);
	color: #3c5afe;
	border: 1px solid #3C5AFE;
}

.button.button-trans {
	background: transparent;
	color: white;
}

.button.button-trans:hover {
	background: #fff;
	color: #3c5afe;
}

.button.button-header {
	background: #fff;
	font-family: 'URWGeometric-Bold', 'Montserrat', sans-serif;
	color: #3c5afe;
	border: 1px solid #fff;
	font-size: 14px;
	padding: 15px 24px 11px;
  margin-left: 15px;
}

.button.button-header:hover {
	background: #3c5afe;
	color: #fff;
	border: 1px solid #3C5AFE;
}

.button-health {
  color: #fff;
  font-size: 14px;
  text-decoration: underline;
}

.button-health:hover {
  color:#fff;
  text-decoration: none;
}

.section.hero {
  padding-top: 50px;
}

.hero {
  background: url("https://5058715.fs1.hubspotusercontent-na1.net/hubfs/5058715/FIles%202022/872367cb-cell-phone_10ce0ce0ce0aa000000028.png") no-repeat 50% 100%;
}

@media screen and (max-width: 768px) {
  .hero {
    background-position: 100% 100%;
    }
}

.hero-form {
  background: rgba(0,82,223,1);
  background: -webkit-radial-gradient(top right, #3178F2, #4720F2);
  border-radius: 15px;
  margin-top: 60px;
}

fieldset.form-columns-1 {
  margin-bottom: 15px;
}

fieldset.form-columns-1 .hs-form-field {
  margin-right: 0 !important;
  padding: 0 10px;
  margin-bottom: 30px;
}

fieldset.form-columns-1 .hs-email {
  margin-bottom: 10px;
}

fieldset.form-columns-1 .hs-input[type="email"] {
  width: 100% !important;
}

fieldset.form-columns-2 .hs-form-field {
  padding: 0 10px;
}

.hs_recaptcha {
  margin-bottom: 40px !important;
   margin-top: 20px;
}


.hero-form .hs-fieldtype-checkbox > label {
  display: block;
  margin-bottom: 15px;
  font-weight: bold;
}

@media screen and (max-width: 1024px) {
  .hero-form {
    max-width: 350px;
    margin: 0 auto;
  }
}

.hero-form h4 {
  color: #fff;
  font-size: 28px;
  line-height: 34px;
}

.hero-form .input input {
  outline: 0;
  width: 100%;
      background: transparent !important;
    border: none;
    border-bottom: 1px solid #9faeb9 !important;
  color: #fff;
  font-size: 16px;
  border-radius: 0;
}

.hero-form .input input::placeholder {
  color: #fff !important;
}

.hero-form input.hs-input[type="checkbox"] {
  width: auto;
}

.hero-form .hs_submit .hs-button {
	font-family: 'URWGeometric-Bold', Sans-serif;
    font-size: 18px;
    line-height: 18px;
    color: #3C5AFE;
    background-color: #FFFFFF;
    border: none;
    border-radius: 26px;
    padding: 19px 32px 13px 32px !important;
}

.hero-form .input {
  background: none !important;
  border: none !important;
  color: #fff !important;
  padding: 0 !important;
  box-shadow: none;
}

/* .hero-form .hs_firstname .input,
.hero-form .hs_lastname .input,
.hero-form .hs_email .input,
.hero-form .hs_phone .input,
.hero-form .hs_state .input,
.hero-form .hs_company .input {
  box-shadow: none;
  border: none;
  border-bottom: 1px solid #fff;
  background: none;
  border-radius: 0;
  padding-bottom: 0;
    padding-top: 0;
  padding-left: 0;
    height: 1.5rem;
} */

.hero-form .hs_industry_type .input {
  border: 0;
    background: 0;
    height: auto;
    padding: 0;
}

.hs-form-checkbox-display input {
  margin-right: 0.25rem;
}

.hero-form label {
  color: #fff;
  font-size: 18px;
}

.hero-form .hs-error-msgs label {
  background-color: #ff6767;
  color:#fff;
  padding: 4px 4px 1px;
  border-radius: 3px;
  font-size: 14px;
}

.hero-left {
  padding-top: 50px;
}

.hero-tile-wrapper {
  min-width: 290px;
}

@media screen and (max-width: 1215px) {
  .hero-tile-wrapper {
    min-width: 250px;
  }
}

@media screen and (max-width: 1024px) {
  .hero-tile-wrapper {
    width: 250px;
    margin: 0 auto;
  }
}



.stat-tile {
  background: rgb(51,107,240);
  background: linear-gradient(90deg, rgba(51,107,240,1) 0%, rgba(63,42,227,1) 75%);
  border-radius: 5px;
  font-size: 18px;
  line-height: 20px;
  color:#fff;
	font-family: 'URWGeometric-ExtraBold', 'Montserrat', sans-serif;
}


@media screen and (max-width: 1215px) {
  .stat-tile {
  font-size: 15px;
  line-height: 17px;
  }
}

.topstat {
  margin-bottom: 10px;
}

.bigstat {
  font-size: 60px;
  line-height: 60px;
}

@media screen and (max-width: 1215px) {
  .bigstat {
    font-size: 50px;
    line-height: 50px;
  }
}

@media screen and (max-width: 768px) {
  .bigstat {
    text-align: right;
  }
  
  .hero-tile-wrapper .column.is-6 {
    padding-left: 0;
  }
}

.stories {
  background: #F5F6FF;
  padding-top: 120px;
  padding-bottom: 150px;
  position: relative;
  z-index:2;
}

.stories .car {
  position: absolute;
  left: 10px;
  bottom: -290px;
  width: 200px;
}

.content-box {
  -webkit-box-shadow: 0 10px 50px -10px rgb(125 125 125 / 50%);
  box-shadow: 0 10px 50px -10px rgb(125 125 125 / 50%);
  max-width: 340px;
  height: 100%;
  border-radius: 10px;
  margin: 0 auto;
}

.content-title {
  position: relative;
}

.content-title img {
  position: absolute;
  left: -50px;
  width: 110px;
}

.content-title h6 {
	font-family: 'URWGeometric-Bold', 'Montserrat', sans-serif;
  color: #07293d;
  font-size: 25px;
  padding-left: 80px;
}

.content-brief {
  padding-left: 30px;
  font-size: 18px;
  line-height: 22px;
  color: #07293d;
	font-family: 'URWGeometric-Bold', 'Montserrat', sans-serif;
}

.content-brief .purple {
  color:#411dde;
	font-family: 'URWGeometric-ExtraBold', 'Montserrat', sans-serif;
  font-size: 40px;
  font-weight: 700;
}

.content-brief p {
  margin: 0;
}

.content-brief .purple span {
  font-size: 18px;
}


.content-link a {
  font-size: 18px;
	font-family: 'URWGeometric-ExtraBold', 'Montserrat', sans-serif;
  text-decoration: underline;
  color: rgb(65, 29, 222);
  padding-left: 30px;
}

.customize {
  padding-top: 200px;
  padding-bottom: 200px;
  color:#fff;
  background: rgb(51,108,240);
  background: url("https://5058715.fs1.hubspotusercontent-na1.net/hubfs/5058715/FIles%202022/global-devices-lockup-3x.png") no-repeat 100% 50%, linear-gradient(90deg, rgba(51,108,240,1) 0%, rgba(61,55,229,1) 75%);
  background-size: 500px auto, 100% auto;
}

@media screen and (max-width: 1023px) {
  .customize {
  background: linear-gradient(90deg, rgba(51,108,240,1) 0%, rgba(61,55,229,1) 75%);
  background-size: 100% auto;
  padding-top: 150px;
  padding-bottom: 150px;
  }
}

.customize h2 {
  color: #fff;
}

.customize p {
	font-family: 'URWGeometric-Bold', 'Montserrat', sans-serif;
  font-size: 24px;
}

.customize .button {
  font-family: "URWGeometric-Bold", Sans-serif;
    font-size: 18px;
    line-height: 18px;
    fill: #3C5AFE;
    color: #3C5AFE;
    border-style: solid;
    border-width: 1px 1px 1px 1px;
    border-color: #3c5afe;
    border-radius: 50px;
    padding: 22px 62px 16px 62px;
}

.footer {
  background: #0c263d;
  padding: 1.5rem;
  font-size: 12px;
  font-weight: 700;
}

.footer a {
  text-decoration: underline;
}



/* CLONE STYLES */

.h3-title {
  font-size: 24px;
  line-height: 24px;
  font-weight: normal;
}

.h3-paragraph {
	font-family: 'URWGeometric-Bold', 'Montserrat', sans-serif;
  font-size: 32px;
  line-height: 32px;
}