/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace, monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b, strong{font-weight:bolder}code, kbd, samp{font-family:monospace, monospace;font-size:1em}small{font-size:80%}sub, sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button, input, optgroup, select, textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button, input{overflow:visible}button, select{text-transform:none}button, [type="button"], [type="reset"], [type="submit"]{-webkit-appearance:button}button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner{border-style:none;padding:0}button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type="checkbox"], [type="radio"]{box-sizing:border-box;padding:0}[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button{height:auto}[type="search"]{-webkit-appearance:textfield;outline-offset:-2px}[type="search"]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}

/* Reset */
* {box-sizing:border-box;outline:none;}
p {line-height:1.75em;margin:0 0 1rem 0;padding:0;color:inherit;}
h1, h2, h3, h4, h5, h6 {margin:0;padding:0;font-weight:normal;}
input, select, textarea, input:focus, select:focus, textarea:focus {outline:none;}
::placeholder {}
::selection {background:#f78f22;color:#fff;}
::-moz-selection {background:#f78f22;color:#fff;}

/* Global */
body {font-family:'Roboto', sans-serif;font-size:16px;line-height:18px;color:#000000;}
a, a:active {text-decoration:none;color:#000000;transition:color 0.2s, background-color 0.2s;}
a:hover {color:#f78f22;}

/* ----- [ HEADINGS ] ----- */
h1, h2, h3, h4, h5, h6 {font-family:'Antonio', sans-serif;margin:0 0 18px 0;font-weight:bold;line-height:1.15em;color:#f78f22;}
h1 {font-size:4rem;color:#fff;}
h1 span.has-border {display: inline-block;position: relative;z-index: 5;padding: 1rem 2rem;}
h1 span.has-border:before {background: transparent url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/accent-top-left.png');width: 3rem;height: 3rem;position: absolute;content:'';top: 0;left: 0;z-index: 0;;background-size:contain;}
h1 span.has-border:after {background: transparent url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/accent-bottom-right.png');width: 3rem;height: 3rem;position: absolute;content:'';bottom: 0;right: 0;z-index: 0;background-size:contain;;}
h1 span.txt-green {display:block;font-size:2.5rem;color:#cfd400;padding: 0 2rem;}
h2 {font-size:2.5rem;color:#313e48;line-height:1.25em;}
h2 span {display:block;color:#00a2df;}
.title-bar h2 span {color:#fff;}
h3 {font-size:26px;color:#00a2df;line-height:1.5em;}
h4 {font-size:22px;color:#000;}
h5 {font-size:20px;color:#000;}
h6 {font-size:18px;color:#000;}

/* Adjust Spacing */
.txt h2, .txt h3, .txt h4, .txt h5, .txt h6 {margin:3rem 0 2rem 0;}
.txt h2:first-of-type, .txt h3:first-of-type, .txt h4:first-of-type, .txt h5:first-of-type, .txt h6:first-of-type {margin-top:0;}

/* Adjust Color */
.bg-dark h2, .bg-dark h3, .bg-dark h4, .bg-dark h5, .bg-dark h6 {color:#fff;}

/* ------------------------------------------ */
/* ------------- [ STRUCTURE ] -------------- *./
/* ------------------------------------------ */
/* ----- [ HEADER ] ----- */
#logo {display:inline-block;margin: 0 0 1rem 0;padding: 1rem;}
#logo img {display:block;width:30rem;height:auto;max-width: 100%;}

/* ----- [ HERO ] ----- */
#hero {position: relative;padding:1.5rem 0;background:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/hero-bg.png') no-repeat center;background-size: cover;}
#hero .caption {position: relative;z-index: 5;padding: 4rem 0;}
#hero .btns {margin-top:3rem;padding-left: 2rem;}
#hero legend {padding: 0 1rem;font-size: 1.5rem;}
#hero fieldset {padding: 2rem;}

/* ----- [ FOOTER ] ----- */
#footer {background-color: #313e48;font-size:0.75rem;padding: 2rem 0;}
#footer-logo img {width: 8rem;;}
#footer .social {display: flex;align-items: center;justify-content: end;column-gap: 1rem;margin: 0 0 1rem 0}
#footer .social a {background-color: #00a2df;width: 1.5rem;height: 1.5rem;position: relative;}
#footer .social a svg {display: block;width: 100%;height: 100%;object-fit: contain;object-position: center;position:absolute;top:0;left:0;right:0;bottom:0;padding: 0.25rem;}
#footer .social a svg path {fill:#fff;}
#footer .social a:hover {background-color: #9fa100;}
#footer .text {color: #9ca4ab;}

/* ------------------------------------------ */
/* ---------- [ PRIMARY LAYOUT ] ------------ */
/* ------------------------------------------ */
/* Layout */
.w-max, .w-full, .w-content, .w-full-half {overflow:hidden;margin:0 auto;}
.w-max, .w-full, .w-content, .w-full-half, .w-0, .w-1, .w-2, .w-3, .w-4, .w-5, .w-6, .w-7, .w-8, .w-9, .w-10 , .w-11 , .w-12 , .w-13 , .w-14 , .w-15 , .w-16 , .w-17 , .w-18 , .w-19 , .w-20 , .w-21 , .w-22 , .w-23 , .w-24 , .w-25 , .w-26 , .w-27 , .w-28 , .w-29 , .w-30 , .w-31 , .w-32 , .w-33 , .w-34 , .w-35 , .w-36 , .w-37 , .w-38 , .w-39 , .w-40 , .w-41 , .w-42 , .w-43 , .w-44 , .w-45 , .w-46 , .w-47 , .w-48 , .w-49 , .w-50 , .w-51 , .w-52 , .w-53 , .w-54 , .w-55 , .w-56 , .w-57 , .w-58 , .w-59 , .w-60 , .w-61 , .w-62 , .w-63 , .w-64 , .w-65 , .w-66 , .w-67 , .w-68 , .w-69 , .w-70 , .w-71 , .w-72 , .w-73 , .w-74 , .w-75 , .w-76 , .w-77 , .w-78 , .w-79 , .w-80 , .w-81 , .w-82 , .w-83 , .w-84 , .w-85 , .w-86 , .w-87 , .w-88 , .w-89 , .w-90 , .w-91 , .w-92 , .w-93 , .w-94 , .w-95 , .w-96 , .w-97 , .w-98 , .w-99 , .w-100{box-sizing:border-box;}
.w-max {width:100%;}.w-full {width:100%;max-width:1200px;}.w-full-half {width:100%;max-width:600px;margin:0;}.w-content {width:100%;max-width:1000px;}
.w-0 {display:none;}.w-1 {width:1%;}.w-2 {width:2%;}.w-3 {width:3%;}.w-4 {width:4%;}.w-5 {width:5%;}.w-6 {width:6%;} .w-7 {width:7%;}.w-8 {width:8%;}.w-9 {width:9%;}.w-10 {width:10%;}.w-11 {width:11%;}.w-12 {width:12%;}.w-13 {width:13%;}.w-14 {width:14%;}.w-15 {width:15%;}.w-16 {width:16%;}.w-17 {width:17%;}.w-18 {width:18%;}.w-19 {width:19%;}.w-20 {width:20%;}.w-21 {width:21%;}.w-22 {width:22%;}.w-23 {width:23%;}.w-24 {width:24%;}.w-25 {width:25%;}.w-26 {width:26%;}.w-27 {width:27%;}.w-28 {width:28%;}.w-29 {width:29%;}.w-30 {width:30%;}.w-31 {width:31%;}.w-32 {width:32%;}.w-33 {width:33.3333333%;}.w-34 {width:34%;}.w-35 {width:35%;}.w-36 {width:36%;}.w-37 {width:37%;}.w-38 {width:38%;}.w-39 {width:39%;}.w-40 {width:40%;}.w-41 {width:41%;}.w-42 {width:42%;}.w-43 {width:43%;}.w-44 {width:44%;}.w-45 {width:45%;}.w-46 {width:46%;}.w-47 {width:47%;}.w-48 {width:48%;}.w-49 {width:49%;}.w-50 {width:50%;}.w-51 {width:51%;}.w-52 {width:52%;}.w-53 {width:53%;}.w-54 {width:54%;}.w-55 {width:55%;}.w-56 {width:56%;}.w-57 {width:57%;}.w-58 {width:58%;}.w-59 {width:59%;}.w-60 {width:60%;}.w-61 {width:61%;}.w-62 {width:62%;}.w-63 {width:63%;}.w-64 {width:64%;}.w-65 {width:65%;}.w-66 {width:66.6666666%;}.w-67 {width:67%;}.w-68 {width:68%;}.w-69 {width:69%;}.w-70 {width:70%;}.w-71 {width:71%;}.w-72 {width:72%;}.w-73 {width:73%;}.w-74 {width:74%;}.w-75 {width:75%;}.w-76 {width:76%;}.w-77 {width:77%;}.w-78 {width:78%;}.w-79 {width:79%;}.w-80 {width:80%;}.w-81 {width:81%;}.w-82 {width:82%;}.w-83 {width:83%;}.w-84 {width:84%;}.w-85 {width:85%;}.w-86 {width:86%;}.w-87 {width:87%;}.w-88 {width:88%;}.w-89 {width:89%;}.w-90 {width:90%;}.w-91 {width:91%;}.w-92 {width:92%;}.w-93 {width:93%;}.w-94 {width:94%;}.w-95 {width:95%;}.w-96 {width:96%;}.w-97 {width:97%;}.w-98 {width:98%;}.w-99 {width:99.999999999%;}.w-100 {width:100%;}
.flex-w-1 {width:100%}.flex-w-2 {width:48.5%}.flex-w-3 {width:31.33333333333%}.flex-w-4 {width:22.75%}.flex-w-5 {width:17.6%}.flex-w-6 {width:14.16666666666667%}

/* Pre-Defined */
.flex-buckets {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:stretch;}
.flex-centered {display:flex;flex-wrap:wrap;justify-content:center;align-items:center;}
.flex-space {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:flex-start}
.flex-spaced {display:flex;flex-wrap:wrap;justify-content:space-between;align-items:center}
.height-abs .flex-spaced {align-items: stretch;}

/* Flex */
.fl-gap {column-gap:3%;row-gap:3rem;justify-content: start;}
.flex {display:flex;}
.flex-col {flex-direction:column;}
.flex-row {flex-direction:row;}
.flex-wrap {flex-wrap:wrap;}
.flex-jstart {justify-content:flex-start;}
.flex-center {justify-content: center;}
.flex-jend {justify-content:flex-end;}
.flex-start {align-items:flex-start;}
.flex-middle {align-items:center;}
.flex-end {align-items:flex-end;}

/* Flex Spacing */
.flex-per-1 {column-gap:0;}
.flex-per-2 {column-gap:4%;}
.flex-per-3 {column-gap:3.5%;}
.flex-per-4 {column-gap:3.5%;}
.flex-per-5 {column-gap:3.5%;}
.flex-per-6 {column-gap:3.5%;}

/* Order/Spacing */
.fl-1 {order:1;}.fl-2 {order:2;}.fl-3 {order:3;}.fl-4 {order:4;}.fl-5 {order:5;}.fl-6 {order:6;}.fl-7 {order:7;}.fl-8 {order:8;}

/* Grid */
.grid {display: grid;column-gap:3%;row-gap:3rem;}
.grid-per-2 {grid-template-columns: auto auto;}
.grid-per-3 {grid-template-columns: auto auto auto;}
.grid-per-4 {grid-template-columns: auto auto auto auto;}
.grid-per-5 {grid-template-columns: auto auto auto auto auto;}
.grid-per-6 {grid-template-columns: auto auto auto auto auto auto;}

/* Spacer */
.spacer-e {display:none;}
.spacer-empty {height:0;}
.spacer {width:1px;height:16px;}
.spacer-0 {height:8px;}
.spacer-1 {height:22.62px;}
.spacer-2 {height:31.99px;}
.spacer-3 {height:45.23px;}
.spacer-4 {height:63.96px;}
.spacer-5 {height:90.44px;}
.spacer-6 {height:127.88px;}
.spacer-7 {height:180.83px;}
.spacer-8 {height:255.69px;}

/* ----- [ BUTTONS ] ----- */
.button, .gform_footer > input[type="submit"] {font-family:'Roboto',sans-serif;display:inline-block;overflow:visible;position:relative;font-weight:700;margin:0;padding:0.75rem 2rem;border-radius:0px;border:0 none;font-size:1rem;line-height:1em;color:#ffffff;cursor:pointer;transition:background 0.2s, border 0.2s, color 0.2s;}
.button:before {content:'';position:absolute;top:-4px;left:-4px;width:100%;height:100%;opacity:1;border:1px solid #fff;z-index: 0;;transition: top 0.3s, left 0.3s;}
.button:hover:before {top: 0;left: 0;}
.button span {position: relative;z-index: 5;;}
.button.wider {padding-left:4rem;padding-right:4rem;}

/* Icon */
.button.has-ico {position:relative;padding: 0.75rem 4rem 0.75rem 4rem;text-align:left;}
.button.has-ico span {display: inline-block;vertical-align: middle;position: relative;z-index: 5;margin: 0 .5rem;}
.button.has-ico span img {display: block;height: 1em;width: auto;}
.button.has-ico .ico {position:relative;transition: transform 0.3s;}
.hoverable:hover .button.has-ico.ico-left .ico, .button.has-ico.ico-left:hover .ico {transform: translateX(-0.5rem);}
.hoverable:hover .button.has-ico.ico-right .ico, .button.has-ico.ico-right:hover .ico {transform: translateX(0.5rem);}
.button.has-ico:hover span svg path {fill:#fff;}

/* Textlink Ico */
.button.textlink.has-ico {padding: 0 1rem;}
.button.textlink.has-ico .ico {top:0.2rem;}
.button.textlink.has-ico.ico-left .ico {left:0;}
.button.textlink.has-ico.ico-right .ico {right:0;}

/* Styles */
.button.primary {color:#fff;border: 1px solid #fff;}
.button.primary:hover {background-color: #fff;color:#000}

.button.secondary {color:#fff;border: 0 none;}
.button.secondary:after {position:absolute;top:0;left:0;right:0;bottom:0;content:'';background: #30C1EC; background: -webkit-linear-gradient(90deg, rgba(48, 193, 236, 1) 0%, rgba(9, 141, 217, 1) 100%); background: -moz-linear-gradient(90deg, rgba(48, 193, 236, 1) 0%, rgba(9, 141, 217, 1) 100%); background: linear-gradient(90deg, rgba(48, 193, 236, 1) 0%, rgba(9, 141, 217, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#30C1EC", endColorstr="#098DD9", GradientType=1);z-index: 1;}
.button.secondary:before {border:2px solid #30C1EC;top: auto;left: auto;bottom:-6px;right: -6px;transition: all 0.3s;}
.button.secondary:hover:before {bottom: -2px;right: -2px;}

.button.tertiary {color:#000;border: 0 none;}
.button.tertiary img {filter:invert(1);}
.button.tertiary:after {position:absolute;top:0;left:0;right:0;bottom:0;content:'';background-color: #cdd400;}
.button.tertiary:before {border:2px solid #cdd400;top: auto;left: auto;bottom:-6px;right: -6px;transition: all 0.3s;}
.button.tertiary:hover:before {bottom: -2px;right: -2px;}

/* Submit */
#hs_cos_wrapper_form fieldset {max-width:100%;margin:0;padding:0;}
#hs_cos_wrapper_form fieldset .hs-form-field {max-width:100%;margin:0 0 1.5rem 0;padding:0;}
#hs_cos_wrapper_form fieldset .hs_utm_source,
#hs_cos_wrapper_form fieldset .hs_utm_medium
#hs_cos_wrapper_form fieldset .hs_utm_campaign,
#hs_cos_wrapper_form fieldset .hs_utm_term,
#hs_cos_wrapper_form fieldset .hs_utm_content {display:none!important;}

#hs_cos_wrapper_form .legal-consent-container .hs-form-booleancheckbox-display>span {font-size:14px;}

#hs_cos_wrapper_form fieldset .hs-fieldtype-textarea label {display:block;margin:0 0 0.5rem 0;}
#hs_cos_wrapper_form fieldset .hs_phone label {display:block;margin:0 0 0.5rem 0;}
#hs_cos_wrapper_form fieldset .legal-consent-container ul {list-style:none;margin:0;padding:0;}
#hs_cos_wrapper_form fieldset .legal-consent-container ul li label {display:flex;align-items:center;justify-content:start}
#hs_cos_wrapper_form fieldset .legal-consent-container .hs-richtext {display:block;margin:2rem 0 0 0;}
#hs_cos_wrapper_form fieldset .legal-consent-container .hs-richtext a {color:#fff;text-decoration:underline;}

#hs_cos_wrapper_form fieldset input::placeholder, #hs_cos_wrapper_form fieldset textarea::placeholder {color:#000;}

#hs_cos_wrapper_form fieldset input[type="email"], #hs_cos_wrapper_form fieldset input[type="tel"], #hs_cos_wrapper_form fieldset input[type="text"], #hs_cos_wrapper_form fieldset textarea {padding:0.5rem;width:100%;}

#hs_cos_wrapper_form fieldset input[type="email"], #hs_cos_wrapper_form fieldset input[type="tel"], #hs_cos_wrapper_form fieldset input[type="text"], #hs_cos_wrapper_form fieldset textarea {background:#fff;border:2px solid #fff;border-radius:5px;}

#hs_cos_wrapper_form .hs-submit {margin:2rem 0 0 0;}
#hs_cos_wrapper_form .hs-submit input[type="submit"] {cursor:pointer;border-radius:0;color:#000;display:block;width:100%;text-align:center;margin:0;padding:0.65rem;border:0 none;background:#cdd400;position:relative;z-index:5;font-weight:bold;}
#hs_cos_wrapper_form .hs-submit input[type="submit"]:hover {background:#000;color:#fff;}
#form .actions {position:relative;}
#form .actions:after {border:2px solid #cdd400;content:'';position:absolute;left:1px;top:1px;bottom:-1px;right:-1px;width:100%;height:100%;background:transparent;transition: all 0.3s;z-index:0;}
#form .actions:hover:after {top:-2px;left:-2px;right:-2px;bottom:-2px;border-color:#000;}

#form #hs_cos_wrapper_form .submitted-message, #lower-form #hs_cos_wrapper_form .submitted-message {font-size:16px!important;}

/* Submit */
#lower-form fieldset {max-width:100%;margin:0;padding:0;}
#lower-form fieldset .hs-form-field {max-width:100%;margin:0 0 1.5rem 0;padding:0;}
#lower-form fieldset .hs_utm_source,
#lower-form fieldset .hs_utm_medium
#lower-form fieldset .hs_utm_campaign,
#lower-form fieldset .hs_utm_term,
#lower-form fieldset .hs_utm_content {display:none!important;}

#lower-form .legal-consent-container .hs-form-booleancheckbox-display>span {font-size:14px;}

#lower-form fieldset .hs-fieldtype-textarea label {display:block;margin:0 0 0.5rem 0;}
#lower-form fieldset .hs_phone label {display:block;margin:0 0 0.5rem 0;}
#lower-form fieldset .legal-consent-container ul {list-style:none;margin:0;padding:0;}
#lower-form fieldset .legal-consent-container ul li label {display:flex;align-items:center;justify-content:start}
#lower-form fieldset .legal-consent-container .hs-richtext {display:block;margin:2rem 0 0 0;}
#lower-form fieldset .legal-consent-container .hs-richtext a {color:#000;text-decoration:underline;}

#lower-form fieldset input::placeholder, #lower-form fieldset textarea::placeholder {color:#000;}

#lower-form fieldset input[type="email"], #lower-form fieldset input[type="tel"], #lower-form fieldset input[type="text"], #lower-form fieldset textarea {padding:0.5rem;width:100%;}

#lower-form fieldset input[type="email"], #lower-form fieldset input[type="tel"], #lower-form fieldset input[type="text"], #lower-form fieldset textarea {background:#fff;border:2px solid #313e48;border-radius:0;}

#lower-form .hs-submit {margin:2rem 0 0 0;}
#lower-form .hs-submit input[type="submit"] {cursor:pointer;border-radius:5px;color:#fff;display:block;width:100%;text-align:center;margin:0;padding:0.65rem;border:0 none;background: #008AD1; background: -webkit-linear-gradient(90deg, rgba(0, 138, 209, 1) 0%, rgba(0, 182, 231, 1) 100%); background: -moz-linear-gradient(90deg, rgba(0, 138, 209, 1) 0%, rgba(0, 182, 231, 1) 100%); background: linear-gradient(90deg, rgba(0, 138, 209, 1) 0%, rgba(0, 182, 231, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008AD1", endColorstr="#00B6E7", GradientType=1);transition: all 0.3s;}
#lower-form .hs-submit input[type="submit"]:hover {background:#000;}
/* Buttons */
.btns {margin:1.5rem 0 0 0;}
.btns a {margin:0 0.5rem 0 0;}
.btns a:last-child {margin:0;}

/* ------------------------------------------ */
/* -------------- [ TEMPLATES ] ------------- */
/* ------------------------------------------ */
.section {position: relative;overflow:visible;}
.layout {position: relative;z-index:100;}
.wrap {background:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/bg.png') no-repeat top center;}

/* ---- [ HAS BORDER ] ---- */
.has-border {display: inline-block;position: relative;z-index: 5;padding: 1rem;margin: 0 0 1rem 0;}
.has-border h2 {margin: 0;}
.has-border:before {background: transparent url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/accent-grey-top-left.png');width: 2rem;height: 2rem;position: absolute;content:'';top: 0;left: 0;z-index: 0;;background-size:contain;}
.has-border:after {background: transparent url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/accent-gray-bottom-right.png');width: 2rem;height: 2rem;position: absolute;content:'';bottom: 0;right: 0;z-index: 0;background-size:contain;;}
.has-border.border-grey:before {background-image:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/accent-grey-top-left.png');width: 2rem;height: 2rem;}
.has-border.border-grey:after {background-image:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/accent-gray-bottom-right.png');width: 2rem;height: 2rem;}
.has-border.border-blue:before {background-color: transparent; background-image:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/accent-blue-top-left.png');}
.has-border.border-blue:after {background-color: transparent; background-image:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/accent-blue-bottom-right.png');}

/* ---- [ MACHINE ] ---- */
.machine.layout {background:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/machine-bg.png') no-repeat center;background-size: cover;}
 
/* ---- [ CONTENT VIDEO ] ---- */
.content-image .img {position: absolute;top: 0;right: 0;bottom: 0;height: 100%;box-shadow: 0 5px 15px 0 rgba(0, 0, 0, 0.30);}
.content-image .img img {width: 100%;height: 100%;object-fit: cover;object-position: center;;}

/* ---- [ QUOTE ] ---- */
.quote.layout {background:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/blockquote.png') no-repeat center;background-size: contain;}
.quote.layout blockquote {margin: 0 auto;padding: 0;font-family:'Antonio',sans-serif;font-size:1.75rem;line-height: 1.5em;padding:2rem 2rem 5rem 2rem;}
.quote.layout .outer {display:inline-block;margin: 0 auto;position: relative;top:-2.5rem;}
.quote.layout .info {display: flex;align-items: center;justify-content: start;column-gap: 1rem;line-height: 1.5em;margin:0 auto;padding: 0 2rem;}
.quote.layout .info img {width: 5rem;height: 5rem;display: block;;}

/* ---- [ CTA ] ---- */
.cta.layout .title-bar {display: flex;align-items: center;justify-content: start;column-gap: 1rem;padding:1rem 0 1rem 4rem;background-color: #26729e;position: relative;}
.cta.layout .title-bar:after {content:'';position: absolute;background-color: #26729e;width:0.5rem;top: 0;bottom: 0;right: -0.5rem;}
.cta.layout .title-bar h2 {margin: 0;}
.cta.layout .title-bar img {width: 3rem;height: auto;display: block;;}
.cta.layout .pretitle {margin:1.5rem 0 0 0;}
.cta.layout .title {margin: 1.5rem 0;}
.cta.layout .l {padding: 1rem 0 4rem 0;position: absolute;top: 0;left: 0;bottom: 0;;}
.cta.layout .l .text {padding: 0 4rem 0 4rem;}

/* ----  [ CONTENT/MEDIA + MEDIA/CONTENT ] ---- */
/* Wide */
.content-image.base.wide .txt {padding-left:calc((100vw - 1200px) / 2);}
.content-image.alt.wide .txt {padding-right:calc((100vw - 1200px) / 2);}

/* Height Content / Extra Padding */
.content-image.wide.height-padding .img .image, .content-image.wide.height-extra-padding .img .image, .content-image.wide.height-content .img .image {position: absolute;top:0;left:0;bottom:0;right:0;}
.content-image.wide.height-padding .txt  {padding-top:2rem;padding-bottom:2rem;}
.content-image.wide.height-extra-padding .txt {padding-top:4rem;padding-bottom:4rem;}

/* ---- [ SLICK SLIDER ] ---- */
.slick-slider {position:relative;display:block;box-sizing:border-box;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-touch-callout:none;-khtml-user-select:none;-ms-touch-action:pan-y;touch-action:pan-y;-webkit-tap-highlight-color:transparent}.slick-list{position:relative;display:block;overflow:hidden;margin:0;padding:0}.slick-list:focus{outline:0}.slick-list.dragging{cursor:pointer;cursor:hand}.slick-slider .slick-list, .slick-slider .slick-track{-webkit-transform:translate3d(0, 0, 0);-moz-transform:translate3d(0, 0, 0);-ms-transform:translate3d(0, 0, 0);-o-transform:translate3d(0, 0, 0);transform:translate3d(0, 0, 0)}.slick-track{position:relative;top:0;left:0;display:block;margin-left:auto;margin-right:auto}.slick-track:after, .slick-track:before{display:table;content:''}.slick-track:after{clear:both}.slick-loading .slick-track{visibility:hidden}.slick-slide{display:none;float:left;height:100%;min-height:1px}[dir=rtl] .slick-slide{float:right}.slick-slide img{display:block}.slick-slide.slick-loading img{display:none}.slick-slide.dragging img{pointer-events:none}.slick-initialized .slick-slide{display:block}.slick-loading .slick-slide{visibility:hidden}.slick-vertical .slick-slide{display:block;height:auto;border:1px solid transparent}.slick-arrow.slick-hidden{display:none}

/* Arrows */
.slick-arrow {position:absolute;top:50%;transform:translateY(-50%);z-index:3000;color:#fff;cursor:pointer;transition:all 0.2s;}
.slick-prev {left:1rem;}
.slick-next {right:1rem;}

/* Dots */
ul.slick-dots {display:block;list-style:none;margin:2rem auto 0 auto;padding:0;text-align:center;font-size:0;}
ul.slick-dots li {display:inline-block;margin:0 3px;}
ul.slick-dots li button {display:block;width:0.75rem;height:0.75rem;border-radius:100%;border:0 none;background:#f78f22;cursor:pointer;}
ul.slick-dots li.slick-active button {background:#000000;}

/* ------------------------------------------ */
/* ---------- [ LAYOUT (OTHERS) ] ----------- */
/* ------------------------------------------ */
/* Centering */
.v-center {position:absolute;top:50%;transform:translateY(-50%);}
.h-center {position:absolute;left:50%;transform:translateX(-50%);}
.all-center {position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);}

/* CSS Columns */
ul.columns {margin:0;padding:0;}
ul.columns li {list-style-position:inside;-webkit-column-break-inside:avoid;page-break-inside:avoid;break-inside:avoid;}
.w-two-col, .w-three-col, .w-four-col, .w-five-col, .w-six-col {column-gap:50px;}
.w-two-col {column-count:2;}
.w-three-col {column-count:3;}
.w-four-col {column-count:4;}
.w-five-col {column-count:5;}
.w-six-col {column-count:6;}

/* Old Style Columns */
.container {position:relative;}
.constrain {position:relative;width:100%;height:100%;overflow:hidden;}
.outer-col {position:relative;font-size:0;vertical-align:top;}
.col {font-size:16px;vertical-align:top;}

/* Border */
.border-t {border-top:1px solid #000000;}
.border-b {border-bottom:1px solid #000000;}
.border-r {border-right:1px solid #000000;}
.border-l {border-left:1px solid #000000;}
.divider {width:100%;height:2px;margin:0 0 1em 0;background:#000000;}
.mini-divider {width:65px;height:2px;margin:0 0 1em 0;background:#000000;}

/* Row */
.row {margin-bottom:2%;}
.row:last-child {margin-bottom:0;}
.unrow {margin-bottom:-2%;}

/* Layout Padding/Margin */
.w-pad-dtb {padding-top:4em;padding-bottom:4em;}
.w-pad-dlr {padding-right:4em;padding-left:4em;}
.w-pad-dtop {padding-top:4em;}
.w-pad-dbottom {padding-bottom:4em;}
.w-pad-dleft {padding-left:4em;}
.w-pad-dright {padding-right:4em;}
.w-pad-tb {padding-top:2em;padding-bottom:2em;}
.w-pad-lr {padding-right:2em;padding-left:2em;}
.w-pad-top {padding-top:2em;}
.w-pad-bottom {padding-bottom:2em;}
.w-pad-left {padding-left:2em;}
.w-pad-right {padding-right:2em;}
.w-pad-htb {padding-top:1em;padding-bottom:1em;}
.w-pad-hlr {padding-right:1em;padding-left:1em;}
.w-pad-htop {padding-top:1em;}
.w-pad-hbottom {padding-bottom:1em;}
.w-pad-hleft {padding-left:1em;}
.w-pad-hright {padding-right:1em;}
.w-margin-dtb {margin-top:4em;margin-bottom:4em;}
.w-margin-dlr {margin-right:4em;margin-left:4em;}
.w-margin-dtop {margin-top:4em;}
.w-margin-dbottom {margin-bottom:4em;}
.w-margin-dleft {margin-left:4em;}
.w-margin-dright {margin-right:4em;}
.w-margin-tb {margin-top:2em;margin-bottom:2em;}
.w-margin-lr {margin-right:2em;margin-left:2em;}
.w-margin-top {margin-top:2em;}
.w-margin-bottom {margin-bottom:2em;}
.w-margin-left {margin-left:2em;}
.w-margin-right {margin-right:2em;}
.w-margin-htb {margin-top:1em;margin-bottom:1em;}
.w-margin-hlr {margin-right:1em;margin-left:1em;}
.w-margin-htop {margin-top:1em;}
.w-margin-hbottom {margin-bottom:1em;}
.w-margin-hleft {margin-left:1em;}
.w-margin-hright {margin-right:1em;}
.gutter-dtb {margin-top:32px;margin-bottom:32px;}
.gutter-dlr {margin-right:32px;margin-left:32px;}
.gutter-dtop {margin-top:32px;}
.gutter-dleft {margin-left:32px;}
.gutter-dright {margin-right:32px;}
.gutter-dbottom {margin-bottom:32px;}
.gutter-tb {margin-top:16px;margin-bottom:16px;}
.gutter-lr {margin-right:16px;margin-left:16px;}
.gutter-top {margin-top:16px;}
.gutter-left {margin-left:16px;}
.gutter-right {margin-right:16px;}
.gutter-bottom {margin-bottom:16px;}
.gutter-htb {margin-top:8px;margin-bottom:8px;}
.gutter-hlr {margin-right:8px;margin-left:8px;}
.gutter-htop {margin-top:8px;}
.gutter-hleft {margin-left:8px;}
.gutter-hright {margin-right:8px;}
.gutter-hbottom {margin-bottom:8px;}
.m-auto {margin-right:auto;margin-left:auto;}
.m-right {margin-right:0;margin-left:auto;}

/* Spacing Reversal */
.unpush {margin-bottom:-2em;}
.unbucket {margin-bottom:-4em;}

/* Layout Align */
.table {display:table;}
.table-cell {display:table-cell;table-layout:fixed;}
.v-top {vertical-align:top;}
.v-mid {vertical-align:middle;}
.v-bot {vertical-align:bottom;}
.left-wrap, .left {float:left;}
.right-wrap, .right {float:right;}
.left-wrap, .right-wrap {width:48%;}
.left-wrap {clear:both;}
.collapse, .inline {display:inline-block;}
.block {display:block;}
.t-left {text-align:left;}
.t-right {text-align:right;}
.t-center {text-align:center;}
.aligncenter {float:none;clear:both;margin-right:auto;margin-left:auto;max-width:100%;height:auto;width:100%;height:auto;}
.alignright {float:right;margin:0 0 1em 1em;max-width:100%;height:auto;}
.alignleft {float:left;margin:0 1em 1em 0;max-width:100%;height:auto;}
.alignnone {max-width:100%;height:auto;}

/* Abs */
.pos-reset {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);}
.pos-top-lr {position: absolute;top: 0;left: 0;right:0;}
.pos-bottom-lr {position: absolute;bottom: 0;left: 0;right:0;}

/* Text */
.text {color:#000000;} /* Base Color */
.text p {color:inherit;}
.text p:last-child {margin:0;padding:0;}
.text ol, .text ul {margin:0 0 1rem 1rem;padding:0 0 0 18px;}
.text ol li, .text ul li {line-height:1.5em;margin:0 0 0.15em 0;font-size:1.25rem;}
.text ul.checklist {list-style: none;margin: 2rem 0 0 0;padding: 0;}
.text ul.checklist li {background:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/checklist.png') no-repeat left center;background-size:1rem;padding: 0 0 0 1.75rem;margin: 0 0 0.75rem 0;}
.text .list {list-style: none;margin:4rem 0 0 0;padding: 0;}
.text .list div {padding: 0 0 0 1.75rem;margin: 0 0 2rem 0;break-inside: avoid;}
.text .list div b, .text .list div strong {border-left:3px solid #098DD9;display: block;padding: 0 0 0 0.5rem;margin: 0 0 1rem 0;}
.text .list div p {padding: 0 0 0 0.5rem;}
.text.has-arrow-alt ul, .text.has-arrow ul, .text ul.arrow {list-style: none;margin: 2rem 0 0 0;padding: 0 0 0 1rem;}
.text.has-arrow-alt ul li, .text.has-arrow ul li, .text ul.arrow li {background:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/arrow.png') no-repeat left 0.2rem;background-size:0.5rem;padding: 0 0 0 1.75rem;margin: 0 0 1.5rem 0;}
.text.has-arrow-alt ul li, .text ul.arrow.alt li {background:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/arrow2.png') no-repeat left 0.15rem;background-size:1rem;padding: 0 0 0 1.75rem;margin: 0 0 1.5rem 0;}
.text.has-arrow-alt ul li b, .text.has-arrow ul li b, .text ul.arrow li b {display: block;margin: 0 0 0.5rem 0;}
.text iframe {display:block;}

/* Adjustments */
.bg-dark .text, .txt-white {color:#ffffff;}
.bg-light .text, .txt-dark {color:#000000;}
.txt-upper {text-transform: uppercase;}
.txt-bold {font-weight: bold;}

/* Colors */
.text .txt-black, .txt-black {color:#000;}
.text .txt-white, .txt-white {color:#fff;}
.text .txt-green, .txt-green {color:#a7c90d;}
.text .txt-blue, .txt-blue {color:#00a2df;}

/* Sizes */
.txt-smallest {font-size:0.625rem;line-height:1.5em;}
.txt-smaller {font-size:0.75rem;line-height:1.5em;}
.txt-small {font-size:0.875rem;line-height:1.5em;}
.txt-base {font-size:16px;line-height:1.5em;}
.txt-mid {font-size:1.125rem;line-height:1.5em;}
.txt-midder {font-size:1.25rem;line-height:1.5em;}
.txt-middest {font-size:1.375rem;line-height:1.5em;}
.txt-large {font-size:1.5rem;line-height:1.5em;}
.txt-larger {font-size:1.625rem;line-height:1.5em;}
.txt-largest {font-size:1.75rem;line-height:1.5em;}
.txt-2x {font-size:2rem;line-height:1.5em;}

/* ---------- [ IMAGE ] ---------- */
.image {position:relative;overflow:hidden;}
.image:not(.natural) > img {display:block;position:absolute;top:0;left:0;right:0;width:100%;height:100%;object-fit:cover;object-position:center;}
.image.natural > img {position: relative;width:100%;height:auto;max-width:100%;object-fit:unset;top:auto;left:auto;right:auto;}
.image.shorter {width:100%;padding-bottom:25%;}
.image.short {width:100%;padding-bottom:40%;}
.image.half {width:100%;padding-bottom:50%;}
.image.unsquare {width:100%;padding-bottom:85%;}
.image.square {width:100%;padding-bottom:100%;}
.image.rectangular {width:100%;padding-bottom:111.5%;}
.image.headshot {width:100%;padding-bottom:111.5%;}
.image.tall {width:100%;padding-bottom:125%;}

/* Alignment */
.image > .obj-c-t {object-position: center top;}
.image > .obj-c-c {object-position: center center;}
.image > .obj-c-b {object-position: center bottom;}
.image > .obj-l-t {object-position: left top;}
.image > .obj-l-c {object-position: left center;}
.image > .obj-l-b {object-position: left bottom;}
.image > .obj-r-t {object-position: right top;}
.image > .obj-r-c {object-position: right center;}
.image > .obj-r-b {object-position: right bottom;}

/* ---------- [ BG ] ---------- */
.bg {background-repeat:no-repeat;background-size:cover;}
.bg-image {background-position:center;background-size:cover;}
.bg-top {background-position:top center;}
.bg-contain {background-size:contain;}
.lt {background-position:left top;}
.lc {background-position:left center;}
.lb {background-position:left bottom;}
.rt {background-position:right top;}
.rc {background-position:right center;}
.rb {background-position:right bottom;}
.ct {background-position:center top;}
.cc {background-position:center;}
.cb {background-position:center bottom;}

/* Colors */
.bg-white {background-color:#ffffff;}
.bg-gray {background-color:#cecece;}
.bg-black {background-color:#000;}
.bg-light-blue {background: #e7f6ff url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/blue-bg.png') no-repeat center;;background-size: cover;background-repeat: no-repeat;}
.bg-cta {background:  url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/cta-bg.png') no-repeat center;;background-size: cover;background-repeat: no-repeat;}
.machine.layout.bg-light-green {background: #f2f4de url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/light-green-bg.png') no-repeat center;;background-size: cover;background-repeat: no-repeat;}

/* Overlay */
.overlay {position:absolute;top:0;left:0;right:0;bottom:0;background:rgba(0, 0, 0, 0.30);z-index:1;}

/* ---------- [ Embed ] ---------- */
.embed-outer {position:relative;overflow:hidden;height:0;max-width:100%;padding-bottom:56.25%;} 
.embed-outer iframe, .embed-outer object, .embed-outer embed, .embed-outer video {position:absolute;top:0;left:0;width:100%;height:100%;}
.embed-outer.map {padding-bottom:60%;}
.embed-outer:not(.loaded):before {content:'';position:absolute;left:50%;border-radius:100%;top:50%;transform:translate(-50%,-50%);width:3rem;height:3rem;background:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/1/play-solid.svg') no-repeat center;background-size:50%;filter:invert(1);z-index:2;transition: all 0.3s;cursor:pointer;pointer-events:none;}
.embed-outer:not(.loaded):after {pointer-events:none;content:'';position:absolute;left:50%;border-radius:100%;top:50%;transform:translate(-50%,-50%);width:4rem;height:4rem;background:rgba(0,0,0,0.5);z-index:0;}
.embed-outer:not(.loaded):hover:before {background-size:65%;}

/* ------------------------------------------ */
/* --------------- [ FORMS ] ---------------- */
/* ------------------------------------------ */
/* General */
.gform_confirmation_wrapper {line-height:2em;}
.gform_wrapper .gform_body {margin:0;padding:0;list-style:none;}
.gform_wrapper .gform_body fieldset {border:0 none;}
.gform_wrapper .gform_body .gfield {position:relative;margin:0 0 24px 0;padding:0;background:none;}
.gform_wrapper .gform_body .gfield.gfield--type-honeypot {display: none;}
.gform_wrapper .gform_body .gfield > label, .gform_wrapper .gform_body .gfield > .gfield_label {display:block;margin:0 0 8px 0;font-weight:bold;}
.gform_wrapper .gform_body .gfield .screen-reader-text,  .gform_wrapper .gform_body .gfield .gfield_description {display:block;margin:8px 0;font-size:14px;}
.gform_wrapper .gform_body .gfield.hidden_label > label {display:none;color:#fff;}
.gform_wrapper .gform_body .gfield_html {margin:0;}
.gform_wrapper .gform_footer {position:relative;margin-top:1em;text-align:left;}
.gform_wrapper .gform_footer img.gform_ajax_spinner {position:absolute;top:50%;transform:translateY(-50%);left:150px;}

/* Hidden Label Focus */
.gform_wrapper .gform_body .gfield.hidden_label > label {display:block;position:absolute;top:15px;left:14px;opacity:0;font-size:0px;color:#000;transition:all 0.2s;font-weight:normal;}
.gform_wrapper .gform_body .gfield.focused.hidden_label > label {display:block;top:-9px;left:4px;opacity:1;color:#fff;font-size:10px;font-weight:bold;transition:all 0.2s;background:#1D003E;padding:0 8px;border-radius:2px;z-index:5;}

/* Columns */
.gform_wrapper .gform_body .gfield--width-half {display:inline-block;width:50%;}
.gform_wrapper .gform_body .gfield--width-half.first {padding-right:0.5%;}
.gform_wrapper .gform_body .gfield--width-half.last {padding-left:0.5%;}
.gform_wrapper .gform_body .gfield--width-third {display:inline-block;width:33.33333333%;}
.gform_wrapper .gform_body .gfield--width-third.first {padding-right:0.5%;}
.gform_wrapper .gform_body .gfield--width-third.mid {padding-left:0.5%;padding-right:0.5%;}
.gform_wrapper .gform_body .gfield--width-third.last {padding-left:0.5%;}

/* Inputs */
.gform_wrapper .gform_body .gfield input[type="tel"], 
.gform_wrapper .gform_body .gfield input[type="email"], 
.gform_wrapper .gform_body .gfield input[type="text"], 
.gform_wrapper .gform_body .gfield select, 
.gform_wrapper .gform_body .gfield textarea {display:block;margin:0;padding:12px;border:0 none;width:100%;color:#000;border:1px solid #000000;transition:border 0.2s;}
.gform_wrapper .gform_body .gfield select {-webkit-appearance:none;cursor:pointer;padding:12px;background: url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/images/select.svg') no-repeat 99% center;background-size:0.75rem;}
.gform_wrapper .gform_body .gfield .gfield_radio, 
.gform_wrapper .gform_body .gfield .gfield_checkbox {margin:0;padding:0;}
.gform_wrapper .gform_body .gfield .gfield_radio input, 
.gform_wrapper .gform_body .gfield .gfield_checkbox input {margin-right:5px;}
.gform_wrapper .gform_body .gfield .gchoice label {cursor:pointer;}

/* iOS Adjustment */
.ginput_container_select {position:relative;}

/* Adjust */
.gform_wrapper .gform_body .gfield .ginput_container_date {position:relative;}
.gform_wrapper .gform_body .gfield .ginput_container_date input {display:block;width:100%;padding-right:36px;}
.gform_wrapper .gform_body .gfield .ginput_container_date .ui-datepicker-trigger {position:absolute;top:12px;right:8px;cursor:pointer;}
.gform_wrapper .gform_body .gfield .gfield_list_container {width:100%;}
.gform_wrapper .gform_body .gfield .gfield_list_container input {display:block;width:100%;}
.gform_wrapper .gform_body .gfield .ginput_container .gchoice {display:block;width:100%;margin:0 0 5px 0;}
.gform_wrapper .gform_body .gfield .ginput_container .gchoice:last-child {margin:0;}

/* Focus */
.gform_wrapper .gform_body .gfield input[type="tel"]:focus,
.gform_wrapper .gform_body .gfield input[type="email"]:focus,
.gform_wrapper .gform_body .gfield input[type="text"]:focus,
.gform_wrapper .gform_body .gfield textarea:focus, 
.gform_wrapper .gform_body .gfield select:focus {border-color:#f78f22;transition:border 0.2s;}

/* Focused With Hidden Labels */
.gform_wrapper .gform_body .gfield.focused input[type="tel"],
.gform_wrapper .gform_body .gfield.focused input[type="email"],
.gform_wrapper .gform_body .gfield.focused input[type="text"],
.gform_wrapper .gform_body .gfield.focused textarea, 
.gform_wrapper .gform_body .gfield.focused select {padding:12px;}

/* Validation */
.gform_wrapper p.gform_required_legend {display:block;font-size:14px;margin:0 0 1rem 0;}
.gform_wrapper .gform_validation_errors {margin:0 0 1em 0;padding:8px;background:#d30000;font-size:14px;color:#fff;}
.gform_wrapper .gform_validation_errors ul, .gform_wrapper .gform_validation_errors ul li, .gform_wrapper .gform_validation_errors a {color:#fff;}
.gform_wrapper .gform_validation_errors h2 {margin:0;font-size:14px;color:#fff;text-align:center;}
.gform_wrapper .gform_body .gfield .gfield_description.validation_message {margin:0;padding:5px;font-size:12px;color:#fff;background:#d30000;}
.gform_wrapper .gform_body fieldset.gfield .gfield_description.validation_message {margin-top:8px;}
.gform_wrapper .gform_body .gfield_error input::placeholder {color:#dc0000;}
.gform_wrapper .gform_body .gfield_error label {color:#dc0000;}
.gform_wrapper .gform_body .gfield_error input[type="tel"],
.gform_wrapper .gform_body .gfield_error input[type="email"],
.gform_wrapper .gform_body .gfield_error input[type="text"],
.gform_wrapper .gform_body .gfield_error textarea, 
.gform_wrapper .gform_body .gfield_error select {border-color:#dc0000;}

/* Loader */
.gform_footer {display: flex;align-items: center;justify-content: start;column-gap:1rem;}
.gform-loader {display:block;width:1rem;height:1rem;background:url('https://5605328.fs1.hubspotusercontent-na1.net/hubfs/5605328/Machine%20Flex%20Systems/2/images/loader.svg') no-repeat center;background-size: contain;}

/* ---------- [ OVERRIDES ] ---------- */
.ani {will-change:auto;transition:all 0.2s;}
.a {will-change:color, background-color;transition:color 0.2s, background-color 0.2s;}
.hide {display:none;}
.show {display:block;}
.clear {clear:both;}
.rel {position:relative;}
.zup {z-index:100;}
.zupr {z-index:200;}
.o-visible {overflow:visible}
.o-hidden {overflow:hidden;}
.m-img {max-width:100%;height:auto;}
.mm-img {width:100%;min-width:100%;max-width:100%;height:auto;}

/* ---------- [ MOBILE ] ---------- */
.mobile-toggle {display:none;position:fixed;bottom:15px;right:15px;border:0;margin:0;padding:0;background:#222F5D;border-radius:100%;width:50px;height:50px;z-index:100000;}
.mobile-toggle .rel {width:28px;height:24px;}
.mobile-toggle .line {position:absolute;width:28px;height:4px;transition:all 0.2s;border-radius:6px;background:#fff;}
.mobile-toggle .first {top:2px;}
.mobile-toggle .second {top:10px;}
.mobile-toggle .second.hidden {opacity:0;}
.mobile-toggle .third {bottom:2px;}

.mobile-toggle.active .line {transition:all 0.2s;}
.mobile-toggle.active .line.first {opacity:0;}
.mobile-toggle.active .line.second {opacity:1;transform:rotate(45deg);}
.mobile-toggle.active .line.second.hidden {opacity:1;transform:rotate(-45deg);}
.mobile-toggle.active .line.third {opacity:0;}

/* ---------- [ DATE PICKER ] ---------- */
/*.ui-datepicker{background:#fff;width:216px;height:auto;margin:5px auto 0;font:9pt Arial, sans-serif;-webkit-box-shadow:0 0 10px 0 rgba(0, 0, 0, .5);-moz-box-shadow:0 0 10px 0 rgba(0, 0, 0, .5);box-shadow:0 0 10px 0 rgba(0, 0, 0, .5)}.ui-datepicker a{text-decoration:none}.ui-datepicker table{width:100%;border-collapse:collapse}.ui-datepicker-header{background-color:#666;color:#e0e0e0;font-weight:700;-webkit-box-shadow:inset 0 1px 1px 0 rgba(250, 250, 250, .2);-moz-box-shadow:inset 0 1px 1px 0 rgba(250, 250, 250, .2);box-shadow:inset 0 1px 1px 0 rgba(250, 250, 250, .2);text-shadow:1px -1px 0 #000;filter:dropshadow(color=#000,  offx=1,  offy=-1);line-height:30px;min-height:30px!important;border-width:1px 0 0 0;border-style:solid;border-color:#666}.ui-datepicker-title{text-align:center}.ui-datepicker-title select{margin-top:2.5%}.ui-datepicker-next, .ui-datepicker-prev{display:inline-block;width:30px;height:30px;text-align:center;cursor:pointer;background-image:url(../images/datepicker/arrow.png);background-repeat:no-repeat;line-height:600%;overflow:hidden}.ui-datepicker-prev{float:left;background-position:center -30px}.ui-datepicker-next{float:right;background-position:center 0}.ui-datepicker thead{background:#f7f7f7;background:url(data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #f7f7f7), color-stop(100%, #f1f1f1));background:-webkit-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);background:-o-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);background:-ms-linear-gradient(top, #f7f7f7 0, #f1f1f1 100%);background:linear-gradient(to bottom, #f7f7f7 0, #f1f1f1 100%);border-bottom:1px solid #bbb}.ui-datepicker th{text-transform:uppercase;text-align:center;font-size:6pt;padding:5px 0;color:#666;text-shadow:1px 0 0 #fff;filter:dropshadow(color=#fff,  offx=1,  offy=0)}.ui-datepicker tbody td{padding:0;border-top:1px solid #bbb;border-right:1px solid #bbb}.ui-datepicker tbody td:last-child{border-right:0}.ui-datepicker tbody tr{border-bottom:1px solid #bbb}.ui-datepicker tbody tr:last-child{border-bottom:0}.ui-datepicker td a, .ui-datepicker td span{display:inline-block;font-weight:700;text-align:center;width:30px;height:30px;line-height:30px;color:#666;text-shadow:1px 1px 0 #fff;filter:dropshadow(color=#fff,  offx=1,  offy=1)}.ui-datepicker-calendar .ui-state-default{background:#ededed;background:url(data:image/svg+xml;base64, PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2VkZWRlZCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkZWRlZGUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);background:-moz-linear-gradient(top, #ededed 0, #dedede 100%);background:-webkit-gradient(linear, left top, left bottom, color-stop(0, #ededed), color-stop(100%, #dedede));background:-webkit-linear-gradient(top, #ededed 0, #dedede 100%);background:-o-linear-gradient(top, #ededed 0, #dedede 100%);background:-ms-linear-gradient(top, #ededed 0, #dedede 100%);background:linear-gradient(to bottom, #ededed 0, #dedede 100%);-webkit-box-shadow:inset 1px 1px 0 0 rgba(250, 250, 250, .5);-moz-box-shadow:inset 1px 1px 0 0 rgba(250, 250, 250, .5);box-shadow:inset 1px 1px 0 0 rgba(250, 250, 250, .5)}.ui-datepicker-calendar .ui-state-hover{background:#f7f7f7}.ui-datepicker-calendar .ui-state-active{background:#fff2aa;border:1px solid #c19163;color:#666;-webkit-box-shadow:inset 0 0 10px 0 rgba(0, 0, 0, .1);-moz-box-shadow:inset 0 0 10px 0 rgba(0, 0, 0, .1);box-shadow:inset 0 0 10px 0 rgba(0, 0, 0, .1);text-shadow:0 1px 0 #fff;filter:dropshadow(color=#FFF,  offx=0,  offy=1);position:relative;margin:-1px}.ui-datepicker-unselectable .ui-state-default{background:#f4f4f4;color:#b4b3b3}.ui-datepicker-calendar td:first-child .ui-state-active{width:29px;margin-left:0}.ui-datepicker-calendar td:last-child .ui-state-active{width:29px;margin-right:0}.ui-datepicker-calendar tr:last-child .ui-state-active{height:29px;margin-bottom:0}td.ui-datepicker-unselectable.ui-state-disabled{background-color:#d7d7d7}table.ui-datepicker-calendar{margin:0!important}body div#ui-datepicker-div[style]{z-index:9999!important}*/

/* ---- [ Layout Breakpoint Ranges ] ---- */

/* Large (Tablets - Desktops) */
@media (min-width:768px) {
	.mobile-only, .small-only {display: none;}
}

/* ---- [ Extra Large ] ---- */
@media (min-width:1920px) and (max-width:4096px) {
	
}

/* Zero -> Main Layout + Buffer */
@media (min-width:0) and (max-width:1225px) { 
	.wm-full {max-width:90%;margin-right:auto;margin-left:auto;}
}

/* All Below Max Tablet + Mobile Size */
@media (min-width:0) and (max-width:1224px) {
  .quote.layout {background-size:cover;}
}

/* ---- [ Tablet + Older Desktops (iPad Pro) ] ---- */
@media (min-width:1024px) and (max-width:1224px) {
	.t-full {max-width:90%;margin-right:auto;margin-left:auto;}
	.t-full-reset {padding:0;margin:0;border:none;width:100%;column-count:1;transform:translate(0,0);float:none;clear:both;gap:0;display:block;}
	.t-border-reset {border:none;}
	.t-col-reset {margin-right:0;margin-left:0;border:0 none;column-count:1;}
	.t-margin-lr-reset {margin-right:0;margin-left:0;}
	.t-margin-reset {margin:0;}
	.t-gutter-reset {margin-top:0;margin-bottom:0;}
	.t-pad-lr-reset {padding-right:0;padding-left:0;}
	.t-pad-reset {padding-right:0;padding-left:0;}
	.t-pad-full-reset {padding:0;}
	.t-pos-reset {position:relative;top:auto;right:auto;bottom:auto;left:auto;transform:translate(0,0);}
	.t-m-auto {margin-right:auto;margin-left:auto;}
	.t-clear {float:none;clear:both;}
	.t-block {display:block;}
	.t-pad-tb {padding-top:1rem;padding-bottom:1rem;}
	.t-gutter-tb {margin:16px auto;}
	.t-padding {padding:1rem;}
	.t-gutter {margin:16px;}
	.t-spacing {margin:2rem auto 1rem auto;}
	.t-lower {margin:0 auto 1rem auto;}.t-lower2x {margin:0 auto 2rem auto;}.t-lower4x {margin:0 auto 4rem auto;}
	.t-flex {display:flex;}.t-flex-col {flex-direction:column;}.t-flex-row {flex-direction:row;}.t-flex-wrap {flex-wrap:wrap;}.t-flex-jstart {justify-content:flex-start;}.t-flex-center {justify-content: center;}.t-flex-jend {justify-content:flex-end;}.t-flex-start {align-items:flex-start;}.t-flex-middle {align-items:center;}.t-flex-end {align-items:flex-end;}.t-flex-buckets {justify-content:space-between;align-items:stretch;}.t-flex-grid {justify-content:space-between;align-items:center;}.t-flex-centered {justify-content:center;align-items:center;}.t-flex-space {justify-content:space-between;align-items:flex-start}
	.t-fl-1 {order:1;}.t-fl-2 {order:2;}.t-fl-3 {order:3;}.t-fl-4 {order:4;}.t-fl-5 {order:5;}.t-fl-6 {order:6;}.t-fl-7 {order:7;}.t-fl-8 {order:8;}
	.t-fl-gap-0 {gap:0%;}.t-fl-gap-1 {gap:1%;}.t-fl-gap-1-5 {gap:1.5%;}.t-fl-gap-2 {gap:2%;}.t-fl-gap-2-5 {gap:2.5%;}.flex-quarters {gap:2.6666666666667%;}.t-fl-gap-3 {gap:3%;}.t-fl-gap-thirds,.t-fl-gap-3-5 {gap:3.5%;}.t-fl-gap-4 {gap:4%;}.t-fl-gap-4-5 {gap:4.5%;}.t-fl-gap-5 {gap:5%;}.t-fl-gap-5-5 {gap:5.5%;}.t-fl-gap-6 {gap:6%;}.t-fl-gap-6-5 {gap:6.5%;}.t-fl-gap-7 {gap:7%;}.t-fl-gap-7-5 {gap:7.5%;}.t-fl-gap-8 {gap:8%;}.t-fl-gap-8-5 {gap:8.5%;}
	.t-spacer-empty {display:none;} .t-spacer {width:1px;height:16px;} .t-spacer-0 {height:8px;} .t-spacer {width:1px;height:16px;} .t-spacer-1 {height:22.62px;} .t-spacer-2 {height:31.99px;} .t-spacer-3 {height:45.23px;} .t-spacer-4 {height:63.96px;} .t-spacer-5 {height:90.44px;} .t-spacer-6 {height:127.88px;} .t-spacer-7 {height:180.83px;} .t-spacer-8 {height:255.69px;}
	.t-0 {display:none;} .t-1 {width:1%;} .t-2 {width:2%;} .t-3 {width:3%;} .t-4 {width:4%;} .t-5 {width:5%;} .t-6 {width:6%;} .t-7 {width:7%;} .t-8 {width:8%;} .t-9 {width:9%;} .t-10 {width:10%;} .t-11 {width:11%;} .t-12 {width:12%;} .t-13 {width:13%;} .t-14 {width:14%;} .t-15 {width:15%;} .t-16 {width:16%;} .t-17 {width:17%;} .t-18 {width:18%;} .t-19 {width:19%;} .t-20 {width:20%;} .t-21 {width:21%;} .t-22 {width:22%;} .t-23 {width:23%;} .t-24 {width:24%;} .t-25 {width:25%;} .t-26 {width:26%;} .t-27 {width:27%;} .t-28 {width:28%;} .t-29 {width:29%;} .t-30 {width:30%;} .t-31 {width:31%;} .t-32 {width:32%;} .t-33 {width:33%;} .t-34 {width:34%;} .t-35 {width:35%;} .t-36 {width:36%;} .t-37 {width:37%;} .t-38 {width:38%;} .t-39 {width:39%;} .t-40 {width:40%;} .t-41 {width:41%;} .t-42 {width:42%;} .t-43 {width:43%;} .t-44 {width:44%;} .t-45 {width:45%;} .t-46 {width:46%;} .t-47 {width:47%;} .t-48 {width:48%;} .t-49 {width:49%;} .t-50 {width:50%;} .t-51 {width:51%;} .t-52 {width:52%;} .t-53 {width:53%;} .t-54 {width:54%;} .t-55 {width:55%;} .t-56 {width:56%;} .t-57 {width:57%;} .t-58 {width:58%;} .t-59 {width:59%;} .t-60 {width:60%;} .t-61 {width:61%;} .t-62 {width:62%;} .t-63 {width:63%;} .t-64 {width:64%;} .t-65 {width:65%;} .t-66 {width:66%;} .t-67 {width:67%;} .t-68 {width:68%;} .t-69 {width:69%;} .t-70 {width:70%;} .t-71 {width:71%;} .t-72 {width:72%;} .t-73 {width:73%;} .t-74 {width:74%;} .t-75 {width:75%;} .t-76 {width:76%;} .t-77 {width:77%;} .t-78 {width:78%;} .t-79 {width:79%;} .t-80 {width:80%;} .t-81 {width:81%;} .t-82 {width:82%;} .t-83 {width:83%;} .t-84 {width:84%;} .t-85 {width:85%;} .t-86 {width:86%;} .t-87 {width:87%;} .t-88 {width:88%;} .t-89 {width:89%;} .t-90 {width:90%;} .t-91 {width:91%;} .t-92 {width:92%;} .t-93 {width:93%;} .t-94 {width:94%;} .t-95 {width:95%;} .t-96 {width:96%;} .t-97 {width:97%;} .t-98 {width:98%;} .t-99 {width:99%;} .t-100, .t-100:nth-of-type(n) {width:100%;}
	.t-flex-w-1 {width:100%}.t-flex-w-2 {width:48.5%}.t-flex-w-3 {width:31.33333333333%}.t-flex-w-4 {width:22.75%}.t-flex-w-5 {width:17.6%}.t-flex-w-6 {width:14.16666666666667%}
	.t-reset, .t-reset:nth-of-type(n) {width:100%;padding:0;}
	.tt-center {text-align:center;} .tt-left {text-align:left;} .tt-right {text-align:right;}
}

/* ---- [ Nav Break Point -- Adjust as Needed ] ---- */
@media only screen and (min-width:0) and (max-width:1024px){
	/* Headings */
	.force-br br, h1 br, h2 br, h3 br, h4 br, h5 br, h5 br {display:none;}
}

/* ---- [ Zero to Tablet Smaller ] ---- */
@media (min-width:0) and (max-width:1023px) {

}

/* ---- [ Tablet Smaller (iPad Regular) ] ---- */
@media (min-width:768px) and (max-width:1023px) {
	.ts-full {max-width:90%;margin-right:auto;margin-left:auto;}
	.ts-full-reset {padding:0;margin:0;border:none;width:100%;column-count:1;transform:translate(0,0);float:none;clear:both;gap:0;display:block;}
	.ts-border-reset {border:none;}
	.ts-col-reset {margin-right:0;margin-left:0;border:0 none;column-count:1;}
	.ts-margin-lr-reset {margin-right:0;margin-left:0;}
	.ts-margin-reset {margin:0;}
	.ts-gutter-reset {margin-top:0;margin-bottom:0;}
	.ts-pad-lr-reset {padding-right:0;padding-left:0;}
	.ts-pad-reset {padding-right:0;padding-left:0;}
	.ts-pad-full-reset {padding:0;}
	.ts-pos-reset {position:relative;top:auto;right:auto;bottom:auto;left:auto;transform:translate(0,0);}
	.ts-m-auto {margin-right:auto;margin-left:auto;}
	.ts-clear {float:none;clear:both;}
	.ts-block {display:block;}
	.ts-pad-tb {padding-top:1rem;padding-bottom:1rem;}
	.ts-gutter-tb {margin:16px auto;}
	.ts-padding {padding:1rem;}
	.ts-gutter {margin:16px;}
	.ts-spacing {margin:2rem auto 1rem auto;}
	.ts-lower {margin:0 auto 1rem auto;}.ts-lower2x {margin:0 auto 2rem auto;}.ts-lower4x {margin:0 auto 4rem auto;}
	.ts-flex {display:flex;}.ts-flex-col {flex-direction:column;}.ts-flex-row {flex-direction:row;}.ts-flex-wrap {flex-wrap:wrap;}.ts-flex-jstart {justify-content:flex-start;}.ts-flex-center {justify-content: center;}.ts-flex-jend {justify-content:flex-end;}.ts-flex-start {align-items:flex-start;}.ts-flex-middle {align-items:center;}.ts-flex-end {align-items:flex-end;}.ts-flex-buckets {justify-content:space-between;align-items:stretch;}.ts-flex-grid {justify-content:space-between;align-items:center;}.ts-flex-centered {justify-content:center;align-items:center;}.ts-flex-space {justify-content:space-between;align-items:flex-start}
	.ts-fl-1 {order:1;}.ts-fl-2 {order:2;}.ts-fl-3 {order:3;}.ts-fl-4 {order:4;}.ts-fl-5 {order:5;}.ts-fl-6 {order:6;}.ts-fl-7 {order:7;}.ts-fl-8 {order:8;}
	.ts-fl-gap-0 {gap:0%;}.ts-fl-gap-1 {gap:1%;}.ts-fl-gap-1-5 {gap:1.5%;}.ts-fl-gap-2 {gap:2%;}.ts-fl-gap-2-5 {gap:2.5%;}.flex-quarters {gap:2.6666666666667%;}.ts-fl-gap-3 {gap:3%;}.ts-fl-gap-thirds,.ts-fl-gap-3-5 {gap:3.5%;}.ts-fl-gap-4 {gap:4%;}.ts-fl-gap-4-5 {gap:4.5%;}.ts-fl-gap-5 {gap:5%;}.ts-fl-gap-5-5 {gap:5.5%;}.ts-fl-gap-6 {gap:6%;}.ts-fl-gap-6-5 {gap:6.5%;}.ts-fl-gap-7 {gap:7%;}.ts-fl-gap-7-5 {gap:7.5%;}.ts-fl-gap-8 {gap:8%;}.ts-fl-gap-8-5 {gap:8.5%;}
	.ts-spacer-empty {display:none;} .ts-spacer {width:1px;height:16px;} .ts-spacer-0 {height:8px;} .ts-spacer {width:1px;height:16px;} .ts-spacer-1 {height:22.62px;} .ts-spacer-2 {height:31.99px;} .ts-spacer-3 {height:45.23px;} .ts-spacer-4 {height:63.96px;} .ts-spacer-5 {height:90.44px;} .ts-spacer-6 {height:127.88px;} .ts-spacer-7 {height:180.83px;} .ts-spacer-8 {height:255.69px;}
	.ts-0 {display:none;} .ts-1 {width:1%;} .ts-2 {width:2%;} .ts-3 {width:3%;} .ts-4 {width:4%;} .ts-5 {width:5%;} .ts-6 {width:6%;} .ts-7 {width:7%;} .ts-8 {width:8%;} .ts-9 {width:9%;} .ts-10 {width:10%;} .ts-11 {width:11%;} .ts-12 {width:12%;} .ts-13 {width:13%;} .ts-14 {width:14%;} .ts-15 {width:15%;} .ts-16 {width:16%;} .ts-17 {width:17%;} .ts-18 {width:18%;} .ts-19 {width:19%;} .ts-20 {width:20%;} .ts-21 {width:21%;} .ts-22 {width:22%;} .ts-23 {width:23%;} .ts-24 {width:24%;} .ts-25 {width:25%;} .ts-26 {width:26%;} .ts-27 {width:27%;} .ts-28 {width:28%;} .ts-29 {width:29%;} .ts-30 {width:30%;} .ts-31 {width:31%;} .ts-32 {width:32%;} .ts-33 {width:33%;} .ts-34 {width:34%;} .ts-35 {width:35%;} .ts-36 {width:36%;} .ts-37 {width:37%;} .ts-38 {width:38%;} .ts-39 {width:39%;} .ts-40 {width:40%;} .ts-41 {width:41%;} .ts-42 {width:42%;} .ts-43 {width:43%;} .ts-44 {width:44%;} .ts-45 {width:45%;} .ts-46 {width:46%;} .ts-47 {width:47%;} .ts-48 {width:48%;} .ts-49 {width:49%;} .ts-50 {width:50%;} .ts-51 {width:51%;} .ts-52 {width:52%;} .ts-53 {width:53%;} .ts-54 {width:54%;} .ts-55 {width:55%;} .ts-56 {width:56%;} .ts-57 {width:57%;} .ts-58 {width:58%;} .ts-59 {width:59%;} .ts-60 {width:60%;} .ts-61 {width:61%;} .ts-62 {width:62%;} .ts-63 {width:63%;} .ts-64 {width:64%;} .ts-65 {width:65%;} .ts-66 {width:66%;} .ts-67 {width:67%;} .ts-68 {width:68%;} .ts-69 {width:69%;} .ts-70 {width:70%;} .ts-71 {width:71%;} .ts-72 {width:72%;} .ts-73 {width:73%;} .ts-74 {width:74%;} .ts-75 {width:75%;} .ts-76 {width:76%;} .ts-77 {width:77%;} .ts-78 {width:78%;} .ts-79 {width:79%;} .ts-80 {width:80%;} .ts-81 {width:81%;} .ts-82 {width:82%;} .ts-83 {width:83%;} .ts-84 {width:84%;} .ts-85 {width:85%;} .ts-86 {width:86%;} .ts-87 {width:87%;} .ts-88 {width:88%;} .ts-89 {width:89%;} .ts-90 {width:90%;} .ts-91 {width:91%;} .ts-92 {width:92%;} .ts-93 {width:93%;} .ts-94 {width:94%;} .ts-95 {width:95%;} .ts-96 {width:96%;} .ts-97 {width:97%;} .ts-98 {width:98%;} .ts-99 {width:99%;} .ts-100, .ts-100:nth-of-type(n) {width:100%;}
	.ts-flex-w-1 {width:100%}.ts-flex-w-2 {width:48.5%}.ts-flex-w-3 {width:31.33333333333%}.ts-flex-w-4 {width:22.75%}.ts-flex-w-5 {width:17.6%}.ts-flex-w-6 {width:14.16666666666667%}
	.ts-reset, .ts-reset:nth-of-type(n) {width:100%;padding:0;}
	.tts-center {text-align:center;} .tts-left {text-align:left;} .tts-right {text-align:right;}
}

/* ----[  Mobile Large ] ---- */
@media (min-width:0) and (max-width:767px) {
	.m-full {max-width:90%;margin-right:auto;margin-left:auto;}
	.m-full-reset {padding:0;margin:0;border:none;width:100%;column-count:1;transform:translate(0,0);float:none;clear:both;gap:0;display:block;}
	.m-border-reset {border:none;}
	.m-col-reset {margin-right:0;margin-left:0;border:0 none;column-count:1;}
	.m-margin-lr-reset {margin-right:0;margin-left:0;}
	.m-margin-reset {margin:0;}
	.m-gutter-reset {margin-top:0;margin-bottom:0;}
	.m-pad-lr-reset {padding-right:0;padding-left:0;}
	.m-pad-reset {padding-right:0;padding-left:0;}
	.m-pad-full-reset {padding:0;}
	.m-pos-reset {position:relative;top:auto;right:auto;bottom:auto;left:auto;transform:translate(0,0);}
	.m-m-auto {margin-right:auto;margin-left:auto;}
	.m-clear {float:none;clear:both;}
	.m-block {display:block;}
	.m-pad-tb {padding-top:1rem;padding-bottom:1rem;}
	.m-gutter-tb {margin:16px auto;}
	.m-padding {padding:1rem;}
	.m-gutter {margin:16px;}
	.m-spacing {margin:2rem auto 1rem auto;}
	.m-lower {margin:0 auto 1rem auto;}.m-lower2x {margin:0 auto 2rem auto;}.m-lower4x {margin:0 auto 4rem auto;}
	.m-flex {display:flex;}.m-flex-col {flex-direction:column;}.m-flex-row {flex-direction:row;}.m-flex-wrap {flex-wrap:wrap;}.m-flex-jstart {justify-content:flex-start;}.m-flex-center {justify-content: center;}.m-flex-jend {justify-content:flex-end;}.m-flex-start {align-items:flex-start;}.m-flex-middle {align-items:center;}.m-flex-end {align-items:flex-end;}.m-flex-buckets {justify-content:space-between;align-items:stretch;}.m-flex-grid {justify-content:space-between;align-items:center;}.m-flex-centered {justify-content:center;align-items:center;}.m-flex-space {justify-content:space-between;align-items:flex-start}
	.m-fl-1 {order:1;}.m-fl-2 {order:2;}.m-fl-3 {order:3;}.m-fl-4 {order:4;}.m-fl-5 {order:5;}.m-fl-6 {order:6;}.m-fl-7 {order:7;}.m-fl-8 {order:8;}
	.m-fl-gap-0 {gap:0%;}.m-fl-gap-1 {gap:1%;}.m-fl-gap-1-5 {gap:1.5%;}.m-fl-gap-2 {gap:2%;}.m-fl-gap-2-5 {gap:2.5%;}.flex-quarters {gap:2.6666666666667%;}.m-fl-gap-3 {gap:3%;}.m-fl-gap-thirds,.m-fl-gap-3-5 {gap:3.5%;}.m-fl-gap-4 {gap:4%;}.m-fl-gap-4-5 {gap:4.5%;}.m-fl-gap-5 {gap:5%;}.m-fl-gap-5-5 {gap:5.5%;}.m-fl-gap-6 {gap:6%;}.m-fl-gap-6-5 {gap:6.5%;}.m-fl-gap-7 {gap:7%;}.m-fl-gap-7-5 {gap:7.5%;}.m-fl-gap-8 {gap:8%;}.m-fl-gap-8-5 {gap:8.5%;}
	.m-spacer-empty {display:none;} .m-spacer {width:1px;height:16px;} .m-spacer-0 {height:8px;} .m-spacer {width:1px;height:16px;} .m-spacer-1 {height:22.62px;} .m-spacer-2 {height:31.99px;} .m-spacer-3 {height:45.23px;} .m-spacer-4 {height:63.96px;} .m-spacer-5 {height:90.44px;} .m-spacer-6 {height:127.88px;} .m-spacer-7 {height:180.83px;} .m-spacer-8 {height:255.69px;}
	.m-0 {display:none;} .m-1 {width:1%;} .m-2 {width:2%;} .m-3 {width:3%;} .m-4 {width:4%;} .m-5 {width:5%;} .m-6 {width:6%;} .m-7 {width:7%;} .m-8 {width:8%;} .m-9 {width:9%;} .m-10 {width:10%;} .m-11 {width:11%;} .m-12 {width:12%;} .m-13 {width:13%;} .m-14 {width:14%;} .m-15 {width:15%;} .m-16 {width:16%;} .m-17 {width:17%;} .m-18 {width:18%;} .m-19 {width:19%;} .m-20 {width:20%;} .m-21 {width:21%;} .m-22 {width:22%;} .m-23 {width:23%;} .m-24 {width:24%;} .m-25 {width:25%;} .m-26 {width:26%;} .m-27 {width:27%;} .m-28 {width:28%;} .m-29 {width:29%;} .m-30 {width:30%;} .m-31 {width:31%;} .m-32 {width:32%;} .m-33 {width:33%;} .m-34 {width:34%;} .m-35 {width:35%;} .m-36 {width:36%;} .m-37 {width:37%;} .m-38 {width:38%;} .m-39 {width:39%;} .m-40 {width:40%;} .m-41 {width:41%;} .m-42 {width:42%;} .m-43 {width:43%;} .m-44 {width:44%;} .m-45 {width:45%;} .m-46 {width:46%;} .m-47 {width:47%;} .m-48 {width:48%;} .m-49 {width:49%;} .m-50 {width:50%;} .m-51 {width:51%;} .m-52 {width:52%;} .m-53 {width:53%;} .m-54 {width:54%;} .m-55 {width:55%;} .m-56 {width:56%;} .m-57 {width:57%;} .m-58 {width:58%;} .m-59 {width:59%;} .m-60 {width:60%;} .m-61 {width:61%;} .m-62 {width:62%;} .m-63 {width:63%;} .m-64 {width:64%;} .m-65 {width:65%;} .m-66 {width:66%;} .m-67 {width:67%;} .m-68 {width:68%;} .m-69 {width:69%;} .m-70 {width:70%;} .m-71 {width:71%;} .m-72 {width:72%;} .m-73 {width:73%;} .m-74 {width:74%;} .m-75 {width:75%;} .m-76 {width:76%;} .m-77 {width:77%;} .m-78 {width:78%;} .m-79 {width:79%;} .m-80 {width:80%;} .m-81 {width:81%;} .m-82 {width:82%;} .m-83 {width:83%;} .m-84 {width:84%;} .m-85 {width:85%;} .m-86 {width:86%;} .m-87 {width:87%;} .m-88 {width:88%;} .m-89 {width:89%;} .m-90 {width:90%;} .m-91 {width:91%;} .m-92 {width:92%;} .m-93 {width:93%;} .m-94 {width:94%;} .m-95 {width:95%;} .m-96 {width:96%;} .m-97 {width:97%;} .m-98 {width:98%;} .m-99 {width:99%;} .m-100, .m-100:nth-of-type(n) {width:100%;}
	.m-flex-w-1 {width:100%}.m-flex-w-2 {width:48.5%}.m-flex-w-3 {width:31.33333333333%}.m-flex-w-4 {width:22.75%}.m-flex-w-5 {width:17.6%}.m-flex-w-6 {width:14.16666666666667%}
	.m-reset, .m-reset:nth-of-type(n) {width:100%;padding:0;}
	.mt-center {text-align:center;} .mt-left {text-align:left;} .mt-right {text-align:right;}
	.desktop-only, .large-only {display: none;}
  
  #lower-form fieldset .hs_firstname  {margin:0 0 1.5rem 0;}

	/* ---- [ CONTENT IMAGE ] ---- */
	.content-image .img {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);}

	/* ---- [ QUOTE ] ---- */
	.quote.layout {background: #008AD1; background: -webkit-linear-gradient(90deg, rgba(0, 138, 209, 1) 0%, rgba(0, 182, 231, 1) 100%); background: -moz-linear-gradient(90deg, rgba(0, 138, 209, 1) 0%, rgba(0, 182, 231, 1) 100%); background: linear-gradient(90deg, rgba(0, 138, 209, 1) 0%, rgba(0, 182, 231, 1) 100%); filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#008AD1", endColorstr="#00B6E7", GradientType=1);}

	/* ---- [ CTA ] ---- */
	.cta.layout .l {position:relative;top:auto;left:auto;right:auto;bottom:auto;transform:translate(0,0);margin: 0 0 2rem 0;}

	/* ---- [ BUTTONS ] ---- */
	.button.has-ico {text-align: center;}
	.btns a {display: block;text-align: center;}
}

/* ---- [ Mobile Smallest ] ---- */
@media only screen and (min-width:0) and (max-width:480px){
	.xs-full {max-width:90%;margin-right:auto;margin-left:auto;}
	.xs-full-reset {padding:0;margin:0;border:none;width:100%;column-count:1;transform:translate(0,0);float:none;clear:both;gap:0;display:block;}
	.xs-border-reset {border:none;}
	.xs-col-reset {margin-right:0;margin-left:0;border:0 none;column-count:1;}
	.xs-margin-lr-reset {margin-right:0;margin-left:0;}
	.xs-margin-reset {margin:0;}
	.xs-gutter-reset {margin-top:0;margin-bottom:0;}
	.xs-pad-lr-reset {padding-right:0;padding-left:0;}
	.xs-pad-reset {padding-right:0;padding-left:0;}
	.xs-pad-full-reset {padding:0;}
	.xs-pos-reset {position:relative;top:auto;right:auto;bottom:auto;left:auto;transform:translate(0,0);}
	.xs-m-auto {margin-right:auto;margin-left:auto;}
	.xs-clear {float:none;clear:both;}
	.xs-block {display:block;}
	.xs-pad-tb {padding-top:1rem;padding-bottom:1rem;}
	.xs-gutter-tb {margin:16px auto;}
	.xs-padding {padding:1rem;}
	.xs-gutter {margin:16px;}
	.xs-spacing {margin:2rem auto 1rem auto;}
	.xs-lower {margin:0 auto 1rem auto;}.xs-lower2x {margin:0 auto 2rem auto;}.xs-lower4x {margin:0 auto 4rem auto;}
	.xs-flex {display:flex;}.xs-flex-col {flex-direction:column;}.xs-flex-row {flex-direction:row;}.xs-flex-wrap {flex-wrap:wrap;}.xs-flex-jstart {justify-content:flex-start;}.xs-flex-center {justify-content: center;}.xs-flex-jend {justify-content:flex-end;}.xs-flex-start {align-items:flex-start;}.xs-flex-middle {align-items:center;}.xs-flex-end {align-items:flex-end;}.xs-flex-buckets {justify-content:space-between;align-items:stretch;}.xs-flex-grid {justify-content:space-between;align-items:center;}.xs-flex-centered {justify-content:center;align-items:center;}.xs-flex-space {justify-content:space-between;align-items:flex-start}
	.xs-fl-1 {order:1;}.xs-fl-2 {order:2;}.xs-fl-3 {order:3;}.xs-fl-4 {order:4;}.xs-fl-5 {order:5;}.xs-fl-6 {order:6;}.xs-fl-7 {order:7;}.xs-fl-8 {order:8;}
	.xs-fl-gap-0 {gap:0%;}.xs-fl-gap-1 {gap:1%;}.xs-fl-gap-1-5 {gap:1.5%;}.xs-fl-gap-2 {gap:2%;}.xs-fl-gap-2-5 {gap:2.5%;}.flex-quarters {gap:2.6666666666667%;}.xs-fl-gap-3 {gap:3%;}.xs-fl-gap-thirds,.xs-fl-gap-3-5 {gap:3.5%;}.xs-fl-gap-4 {gap:4%;}.xs-fl-gap-4-5 {gap:4.5%;}.xs-fl-gap-5 {gap:5%;}.xs-fl-gap-5-5 {gap:5.5%;}.xs-fl-gap-6 {gap:6%;}.xs-fl-gap-6-5 {gap:6.5%;}.xs-fl-gap-7 {gap:7%;}.xs-fl-gap-7-5 {gap:7.5%;}.xs-fl-gap-8 {gap:8%;}.xs-fl-gap-8-5 {gap:8.5%;}
	.xs-spacer-empty {display:none;} .xs-spacer {width:1px;height:16px;} .xs-spacer-0 {height:8px;} .xs-spacer {width:1px;height:16px;} .xs-spacer-1 {height:22.62px;} .xs-spacer-2 {height:31.99px;} .xs-spacer-3 {height:45.23px;} .xs-spacer-4 {height:63.96px;} .xs-spacer-5 {height:90.44px;} .xs-spacer-6 {height:127.88px;} .xs-spacer-7 {height:180.83px;} .xs-spacer-8 {height:255.69px;}
	.xs-0 {display:none;} .xs-1 {width:1%;} .xs-2 {width:2%;} .xs-3 {width:3%;} .xs-4 {width:4%;} .xs-5 {width:5%;} .xs-6 {width:6%;} .xs-7 {width:7%;} .xs-8 {width:8%;} .xs-9 {width:9%;} .xs-10 {width:10%;} .xs-11 {width:11%;} .xs-12 {width:12%;} .xs-13 {width:13%;} .xs-14 {width:14%;} .xs-15 {width:15%;} .xs-16 {width:16%;} .xs-17 {width:17%;} .xs-18 {width:18%;} .xs-19 {width:19%;} .xs-20 {width:20%;} .xs-21 {width:21%;} .xs-22 {width:22%;} .xs-23 {width:23%;} .xs-24 {width:24%;} .xs-25 {width:25%;} .xs-26 {width:26%;} .xs-27 {width:27%;} .xs-28 {width:28%;} .xs-29 {width:29%;} .xs-30 {width:30%;} .xs-31 {width:31%;} .xs-32 {width:32%;} .xs-33 {width:33%;} .xs-34 {width:34%;} .xs-35 {width:35%;} .xs-36 {width:36%;} .xs-37 {width:37%;} .xs-38 {width:38%;} .xs-39 {width:39%;} .xs-40 {width:40%;} .xs-41 {width:41%;} .xs-42 {width:42%;} .xs-43 {width:43%;} .xs-44 {width:44%;} .xs-45 {width:45%;} .xs-46 {width:46%;} .xs-47 {width:47%;} .xs-48 {width:48%;} .xs-49 {width:49%;} .xs-50 {width:50%;} .xs-51 {width:51%;} .xs-52 {width:52%;} .xs-53 {width:53%;} .xs-54 {width:54%;} .xs-55 {width:55%;} .xs-56 {width:56%;} .xs-57 {width:57%;} .xs-58 {width:58%;} .xs-59 {width:59%;} .xs-60 {width:60%;} .xs-61 {width:61%;} .xs-62 {width:62%;} .xs-63 {width:63%;} .xs-64 {width:64%;} .xs-65 {width:65%;} .xs-66 {width:66%;} .xs-67 {width:67%;} .xs-68 {width:68%;} .xs-69 {width:69%;} .xs-70 {width:70%;} .xs-71 {width:71%;} .xs-72 {width:72%;} .xs-73 {width:73%;} .xs-74 {width:74%;} .xs-75 {width:75%;} .xs-76 {width:76%;} .xs-77 {width:77%;} .xs-78 {width:78%;} .xs-79 {width:79%;} .xs-80 {width:80%;} .xs-81 {width:81%;} .xs-82 {width:82%;} .xs-83 {width:83%;} .xs-84 {width:84%;} .xs-85 {width:85%;} .xs-86 {width:86%;} .xs-87 {width:87%;} .xs-88 {width:88%;} .xs-89 {width:89%;} .xs-90 {width:90%;} .xs-91 {width:91%;} .xs-92 {width:92%;} .xs-93 {width:93%;} .xs-94 {width:94%;} .xs-95 {width:95%;} .xs-96 {width:96%;} .xs-97 {width:97%;} .xs-98 {width:98%;} .xs-99 {width:99%;} .xs-100, .xs-100:nth-of-type(n) {width:100%;}
	.xs-flex-w-1 {width:100%}.xs-flex-w-2 {width:48.5%}.xs-flex-w-3 {width:31.33333333333%}.xs-flex-w-4 {width:22.75%}.xs-flex-w-5 {width:17.6%}.xs-flex-w-6 {width:14.16666666666667%}
	.xs-reset, .xs-reset:nth-of-type(n) {width:100%;padding:0;}
	.xst-center {text-align:center;} .xst-left {text-align:left;} .xst-right {text-align:right;}
}