body{
font-size: 16px;
font-family: var(--main-font-family);
overflow-x: hidden;
}
.page-id-74, .page-template-jobs-archive{
overflow-x: visible;
}
.white-text{
color: #fff;
}
h1, h2, h3, h4, h5, h6{ font-weight: 800;
color: var(--primary-400);
}
p{
font-size: 1em;
line-height: 199%;
margin: 1rem 0 1rem;
}
p{
color: var(--black);
}
h1{
font-size: 2.25em;
margin: 1.5rem 0 1.5rem;
line-height: 2.441rem;
}
h2{
font-size: 33px;
margin: 1.25rem 0 1.25rem;
line-height: 1.953rem;
}
h3{
font-size: 1.75em;
margin: 1rem 0 1rem;
line-height: 1.563rem;
}
h4{
font-size: 23px;
margin: 1rem 0 1rem;
line-height: 1.563rem;
}
h5{
font-size: 18px;
margin: 1rem 0 1rem;
line-height: 1.25rem;
}
h6{
font-size: 1em;
margin: 1rem 0 1rem;
line-height: 1rem;
}
.display-big-title{
font-size: 4.25em;
}
.display-small-title{
font-size: 3.75em;
} .semi-bold {
font-weight: 700;
}
.bold {
font-weight: 800;
}
.extra-bold {
font-weight: 900;
}
.text-small{
font-size: 14px;
}
.text-big{
font-size: 18px;
}
.section-divider{
padding: 40px 0;
} .left {
text-align: left;
}
.right {
text-align: right;
}
.center {
text-align: center;
margin-left: auto;
margin-right: auto;
}
.justify {
text-align: justify;
}
.small-text, .small-text p{
font-size: 14px;
}
.big-text, .big-text p{
font-size: 18px;
}
.custom-container{
width: 100%;
max-width: 1440px;
margin:auto;
padding-left: 1rem;
padding-right: 1rem;
}
.columns.is-variable>.column{
padding-left: 4px;
padding-right: 4px;
}
.columns.is-variable{
margin-left: -4px;
margin-right: -4px;
}  @media only screen and (min-width: 33.75em) { }
@media only screen and (min-width: 768px) { .columns.is-variable>.column{
padding-left: 8px;
padding-right: 8px;
}
.columns.is-variable{
margin-left: -8px;
margin-right: -8px;
}
.custom-container{
max-width: 1440px;
width: 100%;
padding: 0 1.5rem;
}
}
@media only screen and (min-width: 1024px) { h1{
font-size: 3rem;
margin: 1.5rem 0 1.5rem;
line-height: 3.5rem;
}
h2{
font-size: 2.5rem;
margin: 1.25rem 0 1.25rem;
line-height: 3rem;
}
h3{
font-size: 2em;
margin: 1rem 0 1rem;
line-height: 2.5rem;
}
h4{
font-size: 1.75rem;
margin: 1rem 0 1rem;
line-height: 2rem;
}
h5{
font-size: 18px;
margin: 1rem 0 1rem;
line-height: 1.25rem;
}
h6{
font-size: 1em;
margin: 1rem 0 1rem;
line-height: 1rem;
}
.column{
padding-left: 10px;
padding-right: 10px;
}
.columns.is-variable{
margin-left: -10px;
margin-right: -10px;
}
.custom-container{
max-width: 1440px;
width: 100%;
padding: 0 2rem;
}
}
@media screen and (min-width: 1440px){
.columns.is-variable>.column{
padding-left: 12px;
padding-right: 12px;
}
.columns.is-variable{
margin-left: -12px;
margin-right: -12px;
}
} :root { --primary-100: #3B469C;
--primary-200: #2C3474;
--primary-400: #262E6C;
--primary-600: #1C2251;
--primary-800: #191E48;
--secondary-100: #FAD0BF;
--secondary-200: #F5A17E;
--secondary-400: #EB6933;
--secondary-600: #EE5D21;
--secondary-800: #D94F15;
--neutral-100: #F9F9F9;
--neutral-200: #F4F4F4;
--neutral-400: #DDDDDD;
--neutral-600: #C4C4C4;
--neutral-800: #ACACAC;
--white: #fff;
--black: #14162B; --main-font-family: "azo-sans-web", sans-serif;
--secondary-font-family: "azo-sans-web", sans-serif; --shadow-xs: 0px 4px 8px rgba(0, 0, 0, 0.1);
--shadow-sm: 0px 6px 12px rgba(0, 0, 0, 0.1);
--shadow-md: 0px 8px 16px rgba(0, 0, 0, 0.1);
--shadow-lg: 0px 10px 20px rgba(0, 0, 0, 0.1);
--shadow-xl: 0px 12px 24px rgba(51, 51, 51, 0.1);
}  .primary-button{
background: var(--primary-400);
border-radius: 4px;
color: var(--white);
display: inline-block;
border: 1px solid var(--primary-400);
font-weight: bold;
}
.primary-button:hover{
background: var(--primary-600);
color: var(--white);
}
.primary-button:active{
background: var(--primary-800);
}
.secondary-button{
background: var(--secondary-400);
border-radius: 4px;
color: var(--white);
display: inline-block;
border: 1px solid var(--secondary-400);
font-weight: bold;
}
.secondary-button:hover{
background: var(--secondary-600);
color: var(--white);
}
.secondary-button:active{
background: var(--secondary-800);
}
.ghost-button{
background: transparent;
border-radius: 4px;
color: var(--primary-400);
display: inline-block;
border: 1px solid var(--primary-400);
}
.ghost-button:hover{
background: var(--primary-600);
color: var(--white);
}
.ghost-button:active{
background: var(--primary-800);
}
.ghost-button-white{
background: transparent;
border-radius: 4px;
color: var(--white);
display: inline-block;
border: 1px solid var(--white);
}
.ghost-button-white:hover{
background: var(--primary-600);
color: var(--white);
border: 1px solid var(--primary-600);
}
.ghost-button-white:active{
background: var(--primary-800);
}
.btn{
font-size: 18px;
font-weight: bold;
padding: 1rem 1.5rem;
margin: 0;
margin-bottom: 12px;
transition: all .2s;
}
@media screen and (min-width: 1024px){
.btn{
font-size: 1rem;
font-weight: bold;
padding: .71rem 1.25rem;
}
}
.button-small{
font-size: 14px;
font-weight: bold;
padding: .5rem 1rem;
}
.button-regular{
font-size: 1rem;
font-weight: bold;
padding: .75rem 1.25rem;
}
.button-big{
font-size: 18px;
font-weight: bold;
padding: 1rem 1.5rem;
}
.button-icon-right span {
margin-left: 10px;
}
.button-icon-left span {
margin-right: 10px;
}
.animated-arrow-button.icon-text {
justify-content: space-between;
display: flex;
transition: all .2s;
}
.animated-arrow-button:hover .icon-text{
color: var(--primary-600);
}
.animated-arrow-button .icon{
transition: all .2s;
}
.image-w-button-item:hover .icon {
transform: translate(5px, -5px);
}   img.alignright { float: right; margin: 0 0 1em 1em; }
img.alignleft { float: left; margin: 0 1em 1em 0; }
img.aligncenter { display: block; margin-left: auto; margin-right: auto; }
.alignright { float: right; }
.alignleft { float: left; }
.aligncenter { display: block; margin-left: auto; margin-right: auto; }
body{
background-color: var(--neutral-100);
scroll-behavior: smooth;
}
html{
scroll-behavior: smooth;
}
.navbar-item img {
max-height: 60px;
}
a.btn.secondary-button.header-button {
margin-bottom: 0;
}
.header-section, .navbar {
background-color: var(--primary-800);
padding-bottom: 10px;
padding-top: 10px;
}
ul#primary-menu a {
color: #fff;
}
.navbar-item.has-dropdown:hover .navbar-link {
background: transparent;
}
.navbar-link:not(.is-arrowless)::after {
border-color: #fff;
}
.navbar-dropdown {
background: var(--primary-800);
border-radius: 10px; }
section.default-page-template.margin-large.error-page-holder {
padding: 3rem 16px;
text-align: center;
min-height: 50vh;
display: flex;
align-items: center;
}
.navbar-dropdown:after {
content: '';
width: 15px;
height: 1px;
position: absolute;
top: -6px;
left: 0;
right: 0;
margin: auto;
height: 15px;
}
section.footer {
background: var(--primary-800);
color: #fff;
}
ul.slick-dots {
display: none !important;
}
section.bottom-footer a {
color: #fff;
}
.footer-cta-content-holder {
margin: 200px 0 100px;
background: var(--neutral-200);
border-radius: 8px;
}
.page-id-79 .image-left-img-holder{
position: relative;
}
section.image-left-full-width-section.section-divider .img-left-img-holder img{
min-height: 400px;
border-radius: 0 0 10px 0;
object-fit: cover;
}
.page-id-79 .image-left-img-holder:after {
content: url(https://www.stafcars.be/wp-content/uploads/2023/05/Frame-66.png);
position: absolute;
right: 83px;
bottom: -130px;
} .page-id-176 .footer-cta-content-holder {
margin: 50px 0 100px;
}
img.footer-cta-img {
margin-top: -50px;
}
.footer-cta-content-holder p {
color: var(--primary-400);
}
p.footer-cta-label {
text-transform: uppercase;
color: var(--secondary-400);
letter-spacing: .5px;
font-size: 12px;
font-weight: 700;
margin: 0;
}
.footer-cta-content-holder h2 {
color: var(--primary-400);
margin-top: 10px;
}
.footer-cta-content-holder {
padding-bottom: 3rem;
}
.footer-cta-content-holder:after {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/cta-bg-icon.svg);
position: absolute;
right: 0;
bottom: 0;
line-height: 0;
z-index: -1;
}
.footer-cta-content-holder {
position: relative;
padding: 1.5rem 1rem;
z-index: 1;
}
.blog-item-img-holder img {
width: 100%;
max-height: 380px;
object-fit: cover;
display: block;
border-radius: 8px 8px 0 0;
height: 380px;
object-fit: cover;
}
.blog-item-content {
background: #fff;
padding: 1.75rem;
}
.blog-item-content p, .blog-item-content h5 {
margin: 0;
}
.blog-item-content p {
font-size: 12px;
text-transform: uppercase;
font-weight: 700;
letter-spacing: .5px;
color: var(--secondary-400);
}
.blog-item-content h5 {
display: flex;
align-items: center;
justify-content: space-between; }
section.home-blog-section.section-divider h2 {
margin-bottom: 2rem;
}
.footer-column h6 {
color: #fff;
font-size: 18px;
}
.blog-link a {
color: var(--primary-400);
font-weight: bold;
font-size: 18px; display: inline-block;
}
section.home-jobs.section-divider {
background: var(--primary-800);
color: #fff;
margin-top: 60px;
overflow: hidden;
}
section.home-jobs.section-divider a, section.home-jobs.section-divider h2, section.home-jobs.section-divider p {
color: #fff;
position: relative;
z-index: 2;
}
section.bottom-footer p{
color: #fff;
}
.home-jobs-text-holder h2 {
margin-top: 0;
}
.home-jobs-loop-holder a {
padding: 1.5rem;
display: flex;
margin-top: 0;
background: var(--primary-600);
border-radius: 8px;
justify-content: space-between;
align-items: center;
font-size: 24px;
font-weight: 700;
}
.home-jobs-loop-holder a span:last-child {
line-height: 0;
}
.home-jobs-text-holder{
position: relative;
}
.home-jobs-text-holder:before {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/home-jobs-bg-icon.svg);
position: absolute;
top: -130px;
left: -100px;
opacity: .1;
z-index: 0;
}
li.level-item.logo-item {
font-size: 18px;
font-weight: bold;
color: var(--primary-800);
}
li.level-item.logo-item img{
filter: grayscale(1);
cursor: pointer;
}
li.level-item.logo-item:hover img {
filter: grayscale(0);
}
ul.logos.level {
width: 1024px;
margin: auto;
max-width: 100%;
}
.logos-title{
font-weight: bold;
font-size: 18px;
text-align: center;
margin-top: 0;
}
.hero-container {
max-width: 1920px;
}
section.home-hero {
max-height: 540px;
overflow: hidden;
position: relative;
}
.hero-title-holder {
position: absolute;
bottom: 140px;
z-index: 2;
}
p.hero-label {
color: var(--primary-800);
font-weight: 700;
background: #ffffff85;
display: inline-block;
padding: 3px 20px;
border-radius: 5px;
margin-bottom: 0;
}
.hero-title-holder h1 {
margin-top: 10px;
color: #fff;
}
video#background-video {
margin-top: -20%;
width: 100%;
}
section.home-hero:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
top: 0;
left: 0;
position: absolute;
background: linear-gradient(0deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0.2));
z-index: 0;
}
p.gform_required_legend {
display: none;
}
.hero-form-holder {
padding: 3rem;
background: #fff;
border-radius: 10px;
margin-top: -90px;
z-index: 10;
position: relative;
}
section.home-blog-section.section-divider .columns {
margin-left: -20px;
margin-right: -20px;
}
section.home-blog-section.section-divider .columns .column {
padding: 0 20px;
}
.hero-form-holder h4 {
margin-top: 0;
margin-bottom: 24px;
}
.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body {
max-width: 100% !important;
width: auto;
width: 100% !important;
}
div#gform_fields_1 input {
padding: 14px;
border-radius: 3px;
}
.home-jobs-loop-holder li {
margin-bottom: 40px;
}
input#gform_submit_button_1 {
margin-bottom: 0;
font-family: var(--main-font-family);
}
div#gform_fields_1 input {
padding: 14px;
border-radius: 3px;
border: 1px solid var(--neutral-600);
}
.small-hero-title-holder h1 span {
color: var(--secondary-400);
}
.hero-small-text-holder p {
color: var(--primary-800);
font-size: 18px;
}
div#crumbs {
color: var(--neutral-800);
font-weight: bold;
}
div#crumbs a{
color: var(--neutral-800);
font-weight: 400; 
}
.breadcrumbs-holder {
margin-bottom: 30px;
}
.bussen-item {
background: var(--neutral-200);
padding: 3rem;
padding-top: 0;
margin-bottom: 8rem;
}
img.bussen-item-img{
margin-top: -80px;
}
.bussen-item h3 {
width: 100%;
color: var(--primary-400);
margin-bottom: 40px;
}
ul.features {
color: var(--black);
margin-bottom: 20px;
}
ul.features li {
width: 50%;
font-size: 18px;
margin-bottom: 20px;
}
ul.features p {
margin: 0;
display:inline;
}
.bussen-item .btn {
margin: 0;
}
ul.features li:before {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/features-icon.svg);
margin-right: 10px;
line-height: 2;
vertical-align: middle;
}
.contact-form-holder {
background: #fff;
padding: 3rem;
border-radius: 8px;
}
.contact-form-holder h5 {
margin-top: 0;
font-size: 23px;
}
form#gform_2 label {
font-size: 16px;
font-weight: bold;
margin-bottom: 7px;
color: var(--primary-400);
}
.gform_footer.top_label {
padding-bottom: 0 !important;
}
form#gform_2 input {
border-radius: 3px;
border: 1px solid var(--neutral-400);
}
.google-map-holder a {
margin: 0;
color: var(--black);
}
.google-map-holder {
display: flex;
flex-wrap: wrap; height: 100%;
}
img.google-map {
object-fit: cover;
border-radius: 0 8px 8px 0;
}
h1.blog-archive-hero-title {
color: var(--secondary-400); }
section.home-blog-section.section-divider:after {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/blog-archive-bg.svg);
position: absolute;
right: 0;
top: -50%;
z-index: -1;
}
section.home-blog-section.section-divider .blog-item {
position: relative;
z-index: 1;
margin-bottom: 60px;
}
.blog-item-content {
border-radius: 0 0 8px 8px;
}
.blog section.hero-small.section-divider {
padding-bottom: 0;
}
section.image-left-full-width-section.section-divider {
padding-top: 0;
}
h1.over-ons-hero-title span {
color: var(--secondary-400);
}
section.image-right.section-divider .columns, section.image-left.section-divider .columns {
align-items: center;
}
.image-right-content-holder, .image-left-content-holder {
padding: 20px 30px;
}
.image-right-img-holder img, .image-left-img-holder img {
border-radius: 8px;
width: 100%;
}
.timeline-item img {
border-radius: 8px 8px 0 0;
display: block;
width: 100%;
height: 350px;
object-fit: cover;
}
.timeline-item {
background: var(--primary-400);
color: #fff;
border-radius: 10px;
}
.timeline-item-text p {
font-size: 18px;
font-weight: bold;
line-height: 24px;
color:#fff;
}
.timeline-item-text {
padding: 1rem 2rem 1rem;
position: relative;
min-height: 170px;
}
.timeline-item img {
display: none;
}
p.timeline-item-year {
margin-top: 0;
display: inline-block;
font-size: 60px;
color: var(--secondary-400);
position: absolute;
top: 0px;
background: var(--primary-400);
padding: 2rem 1rem 0 0;
border-radius: 8px;
}
.timeline-section .columns {
padding: 0 3rem;
}
section.timeline-section.section-divider {
background: rgb(25,30,72);
background: linear-gradient(180deg, rgba(25,30,72,1) 0%, rgba(25,30,72,1) 81%, rgba(249,249,249,1) 50%);
}
section.timeline-section .custom-container{
position: relative;
}
section.timeline-section.section-divider h2 {
color: #fff;
margin-bottom: 30px;
}
.arrow-holder {
position: absolute;
top: calc(53% - 50px);
display: flex;
justify-content: space-between;
width: 99%;
left: .5%;
}
.single-jobs .arrow-holder {
position: absolute;
top: calc(73% - 90px);
display: flex;
justify-content: space-between;
width: 99%;
left: .5%;
}
img.slick-arrow {
padding: 20px 14px;
background: var(--primary-400);
border-radius: 8px;
}
input#range {
width: 100%;
height: 4px;
border-radius: 3px;
}
#range {
-webkit-appearance: none;
width: 100%;
height: 25px;
background: #d3d3d3;
outline: none;
opacity: 0.7;
-webkit-transition: .2s;
transition: opacity .2s;
}
#range::-webkit-slider-thumb {
-webkit-appearance: none;
appearance: none;
width: 25px;
height: 25px; cursor: pointer;
background-image: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/buss-icon.svg);
background-size: contain;
background-position: center center;
background-repeat: no-repeat;
cursor: pointer;
margin-top: -25px;
}
#range[value]{
-webkit-appearance: none;
}
::-webkit-progress-value {
background-color: red !important;
height: 20px;
}
#range::-moz-range-thumb {
width: 25px;
height: 25px;
background: #04AA6D;
cursor: pointer;
}
.range-slider-holder {
margin-top: 40px;
}
.full-width-img-content-holder.has-text-centered img {
border-radius: 8px;
width: 100%;
max-height: 530px;
}
.full-width-img-content-holder h2 {
margin-top: 60px;
}
.full-width-img-content-holder.has-text-centered p {
max-width: 66ch;
text-align: left;
margin: auto;
}
.full-width-img-holder{
position: relative;
}
.full-width-img-holder:after {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/full-width-img-bg.svg);
position: absolute;
bottom: -200px;
left: 26%;
}
.image-right-content-holder strong {
color: var(--secondary-600);
}
ul.team-list {
border-bottom-width: 0px !important;
}
ul.team-list a {
font-weight: bold;
letter-spacing: .5px;
color: var(--neutral-800);
margin-top: 0;
border-bottom: 0;
}
ul.team-list .is-active a, ul.team-list a:hover {
color: var(--secondary-400);
background: var(--neutral-200);
border-radius: 23px;
border-bottom: 0;
}
#tab-content .team-child-item, #tab-content .faqs-cat-holder {
display: none;
}
#tab-content .team-child-item.is-active, #tab-content .faqs-cat-holder.is-active {
display: flex;
}
p.function {
text-transform: uppercase;
font-weight: bold;
letter-spacing: .5px;
font-size: 12px;
color: var(--secondary-400);
}
.team-child-item {
margin-top: 40px;
}
.employee-social-networks {
display: inline-flex;
align-items: center;
justify-content: center;
padding: 0rem 1rem;
background: var(--primary-400);
color: #fff;
border-radius: 8px;
line-height: 0;
font-size: 12px;
gap: 8px;
padding: 12px 1rem; }
.team-member.has-text-centered > img {
margin-bottom: -30px;
display: block;
margin: auto;
margin-bottom: -20px;
}
.employee-social-networks a {
margin: 0;
}
.employee-social-networks a img {
display: block;
}
h1.faq-title {
color: var(--secondary-400);
}
ul.faqs-cat-list {
border-bottom: 0;
gap:20px;
}
ul.faqs-cat-list li a {
flex-direction: column;
}
ul.faqs-cat-list li a {
flex-direction: column;
font-size: 18px;
font-weight: bold;
color: var(--primary-400);
padding: 2rem;
background: var(--neutral-200);
border-radius: 8px;
border:none;
gap: 10px;
}
ul.faqs-cat-list li.is-active a, ul.faqs-cat-list li:hover a {
background: var(--primary-400);
color: #fff;
}
ul.faqs-cat-list li.is-active a svg rect, ul.faqs-cat-list li:hover a svg rect{
fill: #fff;
}
ul.faqs-cat-list li.is-active a svg path, ul.faqs-cat-list li:hover a svg path{
stroke: #EB6933;
}
ul.faqs-cat-list li {
width: 200px;
max-width: 100%;
}
div#tab-content {
max-width: 860px;
margin: auto;
}
.accordion {
background-color: vaR(--neutral-200);
color: #444;
cursor: pointer;
padding: 18px 40px;
width: 100%;
border: none;
text-align: left;
outline: none;
font-size: 15px;
display: block;
transition: 0.4s;
margin-bottom: 0;
font-size: 23px;
font-weight: bold;
color: var(--primary-400);
border-radius: 8px;
}
.active-accordion, .accordion:hover {
background-color: #ccc;
}
.accordion:after {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/plus-icon.svg);
color: var(--secondary-400);
float: right;
margin-left: 5px;
align-items: center;
display: flex;
justify-content: center;
margin-top: 3px;
}
.active-accordion:after {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/min-icon.svg);
padding-bottom: 5px;
}
.panel p{
color: #fff;
}
.panel p:last-child {
padding-bottom: 20px;
margin-bottom: 0;
margin-top: 0;
}
.panel {
padding: 0 40px;
background-color: var(--primary-400);
max-height: 0;
overflow: hidden;
transition: max-height 0.2s ease-out;
color: #fff;
border-radius: 0 0 8px 8px;
}
.active-accordion, .accordion:hover {
background-color: var(--primary-400);
border-radius: 8px 8px 0 0;
color: #fff;
}
.jobs-loop-holder {
width: 870px;
max-width: 100%;
margin: auto;
}
p.jobs-label, .jobs-loop-content-holder h2 {
text-align: center;
}
.jobs-loop-content-holder h2 {
margin-top: 10px;
margin-bottom: 40px;
}
section.jobs-loop.section-divider {
background: var(--neutral-200);
padding: 100px 16px;
}
.jobs-loop-holder a {
display: flex;
align-items: center;
justify-content: space-between;
font-size: 23px;
font-weight: bold;
color: var(--primary-400);
margin-bottom: 16px;
background: var(--neutral-100);
padding: 2rem;
border-radius: 8px;
}
p.jobs-label {
text-transform: uppercase;
font-size: 12px;
font-weight: bold;
letter-spacing: .5px;
color: var(--secondary-400);
margin: 0;
}
.jobs-loop-holder a span {
line-height: 0;
}
section.sidebar-section.section-divider.jobs-sidebar-section {
background: var(--primary-800);
}
.sidebar-nav.jobs-sidebar-nav ul li a.current {
opacity: 1;
color: #fff;
}
.sidebar-nav.jobs-sidebar-nav ul li a {
color: #fff;
}
.sticky-section.jobs-sticky-section {
border-radius: 15px;
padding-bottom: 4rem;
color: #fff;
background: var(--primary-800);
}
.sidebar-item-txt-holder{
background: var(--primary-400);
border-radius: 0 0 15px 15px; 
}
.sticky-section.jobs-sticky-section p{
color: #fff;
}
section.image-right-full-width-section.hero-img-right {
padding-bottom: 40px;
}
section.image-right-full-width-section.hero-img-right h1 span {
color: var(--secondary-400);
}
.img-right-content-holder.hero-img-right-content-holder {
margin-top: 60px;
}
.img-right-img-holder.hero-img-right-img-holder img {
border-radius: 0 0 0 10px;
}
section.full-width-text {
max-width: 880px;
margin: auto;
}
section.hero-small.section-divider .columns {
align-items: center;
}
section.single-post-hero-section.section-divider .single-hero-img-text-holder img {
max-height: 450px;
object-fit: cover;
}
div#gform_4_validation_container {
display: none !important;
}
section.four-text-row.section-divider {
background: var(--primary-800);
color: #fff;
}
p.fti-number {
font-size: 39px;
font-weight: bold;
line-height: 47px;
}
section.four-text-row h2, section.four-text-row p{
color: #fff;
}
section.four-text-row h2{
margin-top: 10px;
}
section.four-text-row .label{
color: var(--secondary-400);
margin: 0;
}
.four_text_items-number {
display: inline-block;
padding: 1.5rem 2rem;
background: var(--primary-600);
border-radius: 8px;
text-align:center;
margin-bottom: 40px;
margin-top: 40px;   
}
.four_text_items-number p{
margin: 0;
}
.four_text_items-number .key{
font-size: 18px;
}
p.fti-number {
font-size: 39px;
font-weight: bold;
}
section.full-width-text-with-bg.section-divider .full-width-text-content {
max-width: 870px;
margin: auto;
}
section.full-width-text-with-bg.section-divider .custom-container {
background: var(--neutral-200);
padding-top: 60px;
padding-bottom: 60px;
position: relative;
}
section.full-width-text-with-bg.section-divider .custom-container:after {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/fw-with-bg.svg);
position: absolute;
bottom: 0;
right: 0;
}
section.full-width-text-with-bg.section-divider {
background: rgb(244,244,244);
background: linear-gradient(90deg, rgba(244,244,244,1) 0%, rgba(244,244,244,1) 60%, rgba(249,249,249,1) 60%);
padding: 0;
margin: 60px 0;
}
.full-width-container {
max-width: 1920px;
margin: auto;
}
.full-width-container img {
width: 100%;
}
.full-width-image-content {
padding: 50px 60px;
background: var(--primary-800);
color: #fff;
}
.full-width-image-content p, .full-width-image-content h2{
color: #fff;
}
section.full-width-image {
padding: 100px 0;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
.single-hero-img-text-holder {
max-width: 1096px;
margin: auto;
margin-top: 40px;
}
p.blog-date {
margin: 0;
color: var(--secondary-400);
font-weight: bold;
text-transform: uppercase;
font-size: 12px;
letter-spacing: .5px;
}
.single-hero-text-holder.has-text-centered h1 {
margin:0;
}
.single-hero-text-holder.has-text-centered {
background: var(--neutral-100);
border-radius: 10px;
margin: auto;
padding: 40px;
max-width: 960px;
margin-top: -60px;
background: var(--neutral-100);
z-index: 1;
position: relative;
}
.single-hero-text-holder.has-text-centered p:not(.blog-date) {
font-size: 20px;
line-height: 36px;
}
.single-img-holder {
text-align: center;
max-width: 1096px;
margin: auto;
}
section.home-blog-section.section-divider.related-blog:after {
content: unset;
}
.jobs-form-content-holder.has-text-centered {
width: 860px;
max-width: 100%;
margin: auto;
margin-bottom: 60px;
}
.jobs-form-holder {
max-width: 100%;
width: 860px;
margin: auto;
}
form#gform_3 label {
color: var(--primary-400);
font-weight: bold;
margin-bottom: 10px;
}
form#gform_3 input {
border: 1px solid var(--neutral-600);
}
.jobs-form-holder {
padding: 2.5rem;
background: #fff;
border-radius: 10px;
}
input#gform_submit_button_3 {
left: 0;
right: 0;
margin: auto;
margin-top: 20px;
background: var(--secondary-400);
color: #fff;
font-weight: bold;
border: none !important;
}
.jobs-form-content-holder.has-text-centered p {
max-width: 60ch;
margin: auto;
}
.jobs-form-holder h4 {
text-align: center;
margin-bottom: 2rem;
}
.timeline-item.slider-with-icon-item {
background: var(--primary-600);
}
img.jobs-slider-icon {
padding: 2rem;
padding-bottom: 0;
}
.timeline-item.slider-with-icon-item img {
max-width: calc(140px + 2rem);
height: auto;
}
.bussen-single-hero-img-holder img {
width: 100%;
}
section.bussen-single-hero.section-divider:before {
content: '';
width: 70%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: var(--primary-800);
z-index: 0;
border-radius: 0 0 10px 0;
}
section.bussen-single-hero.section-divider {
position: relative;
}
section.bussen-single-hero.section-divider .columns {
position: relative;
}
.bussen-single-hero-content-holder h1 {
color: var(--secondary-400);
}
.bussen-single-hero-content-holder p {
color: #fff;
max-width: 50ch;
font-size: 18px;
}
a.btn.secondary-button.bussen-s-hero-button {
margin-top: 10px;
}
.anchor-menu {
margin-bottom: 0;
position: sticky;
top: 0;
z-index: 10;
margin-top: 60px;
}
.anchor-menu-holder {
max-width: 860px;
margin: auto;
}
section.anchor-menu {
background: var(--neutral-100);
}
section.list-section {
margin: 60px 0;
position: relative;
}
section.list-section .columns {
position: relative;
z-index: 1;
}
.list-section h2 {
color: #fff;
}
ul.list {
display: flex;
flex-wrap: wrap;
color: #fff;
font-size: 18px;
gap: 24px;
margin-bottom: 40px;
}
ul.list li {
padding: 16px;
background: var(--primary-600);
border-radius: 8px;
}
.list-section h2 {
color: #fff;
margin-bottom: 40px;
}
.list-section-img-holder img {
border-radius: 10px;
}
ul.list li span {
margin-right: 10px;
}
section.gallery-section.section-divider img {
width: 100%;
display: block;
border-radius: 10px;
}
section.gallery-section.section-divider img {
width: 100%;
display: block;
height: auto;
object-fit: cover;
border-radius: 10px;
}
.anchor-menu-holder li a {
font-size: 18px;
font-weight: 600;
color: var(--neutral-800);
}
li.level-item.has-text-centered a{
padding: 8px 12px;
border-radius: 10px;
}
li.level-item.has-text-centered .current {
color: var(--secondary-400);
background: var(--neutral-200);
padding: 8px 12px;
border-radius: 10px;
}
.offerte-aanvragen-single-bussen-content {
text-align: center;
}
.offerte-aanvragen-single-bussen-content img:not(.offerte-range) {
display: block;
width: 100%;
max-width: 860px;
margin: auto;
margin: 60px auto;
}
.offerte-aanvragen-form-holder {
text-align: left;
}
.offerte-aanvragen-range{
max-width: 860px;
width:100%;
margin: auto;
position: relative;
}
.offerte-aanvragen-range img {
width: 100%;
}
#offerte-aanvragen-range {
position: absolute;
bottom: 25px;
width: calc(100% - 100px);
left: 50px;
}
#offerte-aanvragen-range[value] {
-webkit-appearance: none;
appearance: none;
height: 5px;
}
#offerte-aanvragen-range[value]::-webkit-progress-bar {
background-color: var(--neutral-400);
display: inline-block;
}
#offerte-aanvragen-range[value]::-webkit-progress-value {
background-color: var(--secondary-400);
}
div#gf_progressbar_wrapper_4 {
display: none;
}
.offerte-aanvragen-form-holder form {
padding: 2rem;
background: #fff;
max-width: 860px;
margin: auto;
margin-top: 3rem;
}
.offerte-aanvragen-form-holder {
margin-top: 3rem;
}
.offerte-aanvragen-form-holder .gform_page_footer.top_label {
text-align: right;
}
input#gform_next_button_4_10 {
background: var(--secondary-400);
color: #fff;
font-weight: bold;
border: none;
}
form#gform_4 label:not(.gfield--type-radio label ) {
font-size: 18px;
font-weight: bold;
color: var(--primary-600);
margin-bottom: 10px;
}
legend.gfield_label.gform-field-label {
font-size: 18px !important;
color: var(--primary-600);
}
.gform_wrapper.gravity-theme .ginput_container_date {
align-content: flex-start;
align-items: center;
display: flex;
max-height: 35px;
}
.gform_wrapper.gravity-theme .gf_simple_horizontal .gfield_label {
display: unset!important;
height: auto!important;
left: unset!important;
position: static !important;
margin-bottom: 10px;
display: block!important;
width: auto !important;
color: var(--primary-600);
}
.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label{
display: table-cell;
margin: 0;
padding: 0;
position: relative;
vertical-align: bottom !important;
}
section.home-blog-section{
position: relative;
z-index: 1;
}
.top-menu-holder a {
color: #fff;
}
.top-menu-holder {
text-align: right;
padding-right: 8px;
padding-top: 10px;
}
.top-menu-holder .wpml-ls-statics-footer.wpml-ls.wpml-ls-legacy-list-horizontal {
display: inline;
}
.top-menu-holder ul {
display: inline;
}
.top-menu-holder a {
color: #fff;
background: transparent;
}
.top-menu-holder a:hover{
background-color: transparent;
color: #fff;
}
.navbar-item img {
max-height: 60px; }
.navbar-dropdown, .navbar-dropdown:hover {
border: none; flex-wrap: wrap;
justify-content: center;
padding: 1rem 0; 
}
.navbar-dropdown a:hover {
color: #fff;
text-align: center !important;
background: var(--primary-400) !important;
border-radius: 20px;
}
.navbar-dropdown a, .navbar-dropdown a:hover {
display: block;
width: auto;
margin: 0 10px;
}
ul#primary-menu .navbar-dropdown a, ul#primary-menu .navbar-dropdown a:hover {
color: #fff;
text-align: center;
padding: .25rem 01rem;
}
form#gform_1 .gfield:not(#field_1_3) {
border-right: 1px solid var(--neutral-400);
margin-right: 10px !important; }
form#gform_1 .gfield:not(#field_1_5){
padding-left: 20px;
}
a.wpml-ls-link:after {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/lang-icon.svg);
vertical-align: middle;
margin: 0;
margin-left: 5px;
margin-bottom: -2px;
display: inline-block;
}
img.wpml-ls-flag {
display: none !important;
}
.wpml-ls-legacy-list-horizontal a {
padding-top: 0 !important;
}
.top-menu-holder.footer-extra-menu-holder {
display: flex;
align-items: center;
justify-content: space-between;
margin-top: 40px;
}
.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer {
margin-bottom: 0px !important;
}
.form-status-holder {
max-width: 860px;
margin: auto;
}
.form-status-holder ul {
display: flex;
justify-content: space-between;
color: var(--neutral-800);
font-weight: bold;
font-size: 18px;
}
.form-status-holder ul li {
display: flex;
flex-direction: column;
align-items: center;
justify-content: space-between;
height: 70px;
}
.form-status-holder ul li span:last-child {
width: 15px;
height: 15px;
background: var(--neutral-800);
border-radius: 50%;
}
.range-root {
width: calc(100% - 100px);
height: 4px;
background: var(--neutral-600);
margin-top: -10px;
margin: auto;
margin-top: -10px;
}
.range-progress {
background: var(--secondary-400);
width: 25%;
height: 4px;
position: relative;
}
.range-progress:after {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/buss-blue.svg);
position: absolute;
right: -15px;
top: -24px;
}
body img.gform_ajax_spinner {
display: none !important;
}
.overview-item p {
margin: 0;
} section.footer.section-divider a:hover, section.bottom-footer a {
color: var(--secondary-400);
}
section.bottom-footer a {
color: var(--white);
} @media screen and (min-width: 768px){ img.footer-cta-img {
margin-top: -80px;
}
.page-id-79 section.image-left.section-divider {
margin-bottom: 8rem;
}
section.jobs-loop.section-divider:before {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/jobs-loop-bg-icon.svg);
position: absolute;
left: 0;
top: 0;
}
section.gallery-section.section-divider img {
width: 100%;
display: block;
height: 350px;
object-fit: cover;
}
ul.list li {
width: calc(50% - 12px);
}
section.four-text-row{
position: relative;
}
section.list-section:after {
content: '';
width: 50%;
right: 0;
top: 0;
background: var(--primary-800);
height: 100%;
position: absolute;
z-index: 0;
}
section.list-section .custom-container {
background: rgb(25,30,72);
background: linear-gradient(270deg, rgba(25,30,72,1) 0%, rgba(25,30,72,1) 87%, rgba(249,249,249,1) 85%);
padding-top: 5rem;
padding-bottom: 5rem;
}
section.four-text-row.section-divider:before {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/four-text-bg-icon.svg);
position: absolute;
top: -210px;
right: 0;
z-index: 0;
}
.four-text-item {
position: relative;
}
section.sidebar-section.section-divider {
padding: 100px 0;
}
section.jobs-loop.section-divider {
position: relative;
}
.column:nth-child(odd) .bussen-item {
margin-right: 20px;
}
.team-member.has-text-centered h5 {
font-size: 23px;
}
.four-text-item > p {
max-width: 45ch;
}
section.faqs-section.section-divider{
position: relative;
}
section.faqs-section.section-divider:after {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/faq-bg-icon.svg);
position: absolute;
top: 0;
left: 0;
z-index: 0;
}
div#tabs, div#tab-content {
position: relative;
z-index: 1;
}
.column:nth-child(even) .bussen-item {
margin-left: 20px;
}
ul.features {
display: flex;
flex-wrap: wrap;
color: var(--black);
}
}
@media screen and (min-width: 960px){
.four-text-item > p {
max-width: 25ch;
}
}
@media screen and (min-width: 1024px){ img.footer-cta-img {
margin-top: -140px;
}
.list-section-img-holder img {
border-radius: 10px;
max-width: 80%;
}
section#offerte-aanvragen{
position: relative;
}
section#offerte-aanvragen form{
position: relative;
z-index: 1;
}
section#offerte-aanvragen:before {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/offerte-aanvragen-bg-icon.svg);
position: absolute;
left: 0;
top: 100px;
z-index: 0;
}
section.jobs-form.section-divider {
position: relative;
z-index: 1;
}
section.gallery-section.section-divider img {
width: 100%;
display: block;
height: 450px;
object-fit: cover;
}
section.jobs-form:before {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/jobb-bg-icon.svg);
bottom: -10px;
left: 0px;
position: absolute;
z-index: -1;
}
.home-jobs-text-holder {
padding-right: 5rem;
}
nav.sidebar-nav.is-7.column:after {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/sidebar-icon.svg);
position: absolute;
left: 0;
}
.small-hero-title-holder {
padding-right: 20%;
}
.small-hero-title-holder h1 {
font-size: 60px;
line-height: 72px;
margin-top: 0;
}
}
@media screen and (min-width: 1440px){ }
@media screen and (min-width: 1920px){ } @media screen and (max-width: 767px){
}
@media screen and (max-width: 1024px){
section.full-width-image{
background-image: none !important;
}
ul.logos.level {
display: flex;
flex-wrap: wrap;
justify-content: center;
}
ul.logos.level li {
width: 25%;
}
}    .hero-content-holder {
text-align: center;
color: #fff;
position: relative;
z-index: 1;
}
section.hero-full-width .container-big {
padding: 3rem 1rem;
background-size: cover;
background-repeat: no-repeat;
background-position: center;
}
section.hero-full-width .container-big{
position: relative;
}
section.hero-full-width .container-big:after {
content: '';
background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 52.83%);
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
z-index: 0;
}
.hero-content-holder .btn {
margin-right: 6px;
margin-left: 6px;
}
a.icon-text.back-to-overview-button {
margin: 0;
}
@media screen and (min-width: 768px){ section.hero-full-width .column {
height: 25em;
}
}
@media screen and (min-width: 1024px){ section.hero-full-width .column {
height: 37.5em;
}
}
@media screen and (min-width: 1440px){ }
@media screen and (min-width: 1920px){ }  .img-right-img-holder {
text-align: right;
}
.img-right-content-holder {
padding: 0 1rem;
}
.img-right-img-holder img {
width: 100%;
}
section.four-text-row ul.columns {
flex-wrap: wrap;
}
@media screen and (max-width: 768px){ .anchor-menu {
margin-bottom: 0;
position: static;
top: 0;
z-index: 10;
margin-top: 60px;
}
.jobs-loop-holder a {
font-size: 18px;
}
main {
padding: 0 13px;
}
section.image-right.section-divider {
padding-top: 0;
}
.image-right-content-holder {
padding: 0;
}
.page-id-79 section.image-left.section-divider .column:last-child{
margin-top: 8rem;
}
.page-id-79 section.image-left.section-divider{
padding-bottom:0;
}
.small-hero-title-holder h1 {
margin: 0;
line-height: 100%;
}
.contact-form-holder {
background: #fff;
padding: 1.5rem;
border-radius: 8px;
}
.hero-small-text-holder p {
color: var(--primary-800);
font-size: 18px;
margin: 0;
}
.footer-cta-content-holder {
margin: 50px 0 100px;
background: var(--neutral-200);
border-radius: 8px;
}
.accordion {
padding: 18px 20px;
font-size: 16px;
}
.accordion:after{
margin-top: 3px;
}
.list-section-img-holder img {
border-radius: 10px;
width: 100%;
object-fit: cover;
}
.list-section-content-holder {
background: var(--primary-800);
padding: 2rem 1rem;
border-radius: 10px;
}
ul.list li {
width: 100%;
}
.form-status-holder ul li {
font-size: .7em;
}
.range-root {
width: calc(100% - 70px);
height: 4px;
background: var(--neutral-600);
margin-top: -10px;
margin: auto;
margin-top: -10px;
}
.postid-374 {
overflow-x: hidden;
}
}
input#gform_next_button_4_10 {
height: auto;
}
@media screen and (min-width: 960px){
.img-right-content-holder {
padding: 0 1rem 0 0;
}
}
@media screen and (min-width: 1024px){ .img-right-content-holder {
padding: 0 5rem 0 0;
}
}
@media screen and (min-width: 1440px){ .img-right-content-holder {
padding: 0 8.5rem 0 0;
}
}
@media screen and (min-width: 1920px){ }  .img-left-img-holder {
text-align: right;
}
.img-left-content-holder {
padding: 0 1rem;
}
.img-left-img-holder img {
width: 100%;
}
@media screen and (min-width: 768px){ }
@media screen and (min-width: 960px){
.img-left-content-holder {
padding: 0 0 0 1rem;
}
}
@media screen and (min-width: 1024px){ .img-left-content-holder {
padding: 0 0 0 5rem;
}
}
@media screen and (min-width: 1440px){ .img-left-content-holder {
padding: 0 0 0 8.5rem;
}
}
@media screen and (min-width: 1920px){ }  nav.navbar.is-transparent {
max-width: 1920px;
margin: auto;
}
a.btn.primary-button.header-button {
margin: 0;
}
section.header-section .navbar-item {
font-weight: bold;
color: var(--dark);
font-size: 1.125rem;
background: transparent;
} a.navbar-item:hover {
color: var(--primary-600);
}
.navbar-brand {
align-items: center;
justify-content: space-between;
}
.mobile-menu-icon.is-hidden-desktop {
margin-bottom: -5px;
} .navbar-brand .navbar-item {
padding-left: 0;
padding-right: 0;
}
.mobile-menu-notice-holder {
text-align: center;
background: var(--neutral-200);
padding: 12px;
}
span.notice-opening-label{
font-weight: bold;
}
.notice-label-open {
color: #52BC55;
}
.notice-label-closed {
color: #ea2020;
}
.mobile-menu-body-holder {
text-align: center;
margin-top: 40px;
}
.mobile-menu-body-holder li {
margin-bottom: 10px;
}
.mobile-menu-body-holder li a {
font-weight: 700;
font-size: 18px;
color: var(--dark);
}
.mobile-menu-body-holder .btn {
margin-top: 10px;
}
.mobile-menu-footer {
padding: 40px 40px 20px;
text-align: center;
}
.mobile-menu-footer {
margin: 40px 40px 20px;
text-align: center;
border-top: 1px solid var(--neutral-400);
padding-top: 20px;
}
section.mobile-menu-holder {
position: fixed;
width: 100%;
height: 100vh;
background: #fff;
z-index: 100;
top: 0;
left: 0;
display: none;
}
.mobile-menu-footer a {
margin: 0;
margin-bottom: 10px;
}
@media screen and (min-width: 768px) and (max-width: 1024px){
section.list-section:after {
content: '';
width: 100%;
right: 0;
top: 0;
background: var(--primary-800);
height: 100%;
position: absolute;
z-index: 0;
}
}
@media screen and (min-width: 1024px){  }
@media screen and (min-width: 1440px){ }
@media screen and (min-width: 1920px){ }  .footer-column.first-footer-column p a {
margin: 0;
margin-bottom: 12px;
color: #fff;
}
.footer-column.footer-menu li {
margin-bottom: 10px;
}
.footer-column.footer-menu a {
color: var(--dark);
}
.footer-column.footer-menu a:hover {
color: var(--primary-600);
}
.social-icons {
display: flex;
gap: 28px;
align-items: center;
}
.social-icons a {
margin-top: 10px;
}
section.bottom-footer {
background: var(--neutral-100);
}
section.bottom-footer {
background: var(--primary-600);
padding-top: 10px;
padding-bottom: 10px;
color: #fff;
}
@media screen and (min-width: 768px){ section.bottom-footer .container {
display: flex;
justify-content: space-between;
align-items: center;
}
}
a.three_images_w_button_link {
color: unset;
}
.list-section-img-holder:before {
content: url(https://www.stafcars.be/wp-content/themes/staf-cars/img/img-left-icon.svg);
position: absolute;
top: -50px;
left: -60px;
}
.list-section-img-holder {
position: relative;
}
.overview-item {
margin-bottom: 2rem;
}
.overview-item h5 {
margin: 0;
margin-bottom: 5px;
}
div#field_4_28 h4 {
margin-bottom: 2rem;
}
.social-icons svg {
width: 35px;
height: 35px;
}
.footer-column.footer-menu ul {
padding-left: 0px;
}
@media screen and (min-width: 960px){
.overview-item {
width: 50%;
float: left;
}
section.bussen-loop.section-divider .columns .column:first-child .bussen-item {
margin-bottom: 6rem !important;
padding-bottom: 7rem !important;
}
}
.bussen-single-hero-content-holder strong {
color: white;
}
@media screen and (max-width: 1024px){
ul.features li {
width: 100%; 
font-size: 18px;
margin-bottom: 20px;
}
}
@media screen and (max-width: 769px){
section.contact-content.section-divider .columns {
flex-direction: column-reverse;
display: flex;
}
}
.image-left-content-holder ul {
padding-left: 20px;
list-style: initial;
}
.gchoice.gchoice_4_45_2 input, .gchoice.gchoice_4_45_1 input {
margin-top: -8px !important;
margin-right: 10px;
}
.top-menu-holder {
display: none;
}
@media screen and (max-width: 960px){
.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label{
display: block !important;
margin-top: 1.5rem !important;
}   
section.timeline-section.section-divider .slick-list {
max-height: 320px !important;
}
img.google-map {
object-fit: cover;
border-radius: 0 8px 8px 0;
width: 100%;
}
.header-section{
padding-bottom: 0;
}
section.bussen-single-hero.section-divider:before {
content: '';
width: 100%;
height: 100%;
position: absolute;
left: 0;
top: 0;
background: var(--primary-800);
z-index: 0;
border-radius: 0;
}
.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body, .gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label,.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield{
display: block !important;
}
form#gform_1 .gfield:not(#field_1_3){
border-right: unset !important;
margin-right: 0 !important;
}
form#gform_1 .gfield:not(#field_1_5) {
padding-left: 0;
}
.hero-form-holder{
padding: 1.5rem;
}
.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield{
padding-right: 0 !important;
}
form#gform_1 input {
padding: 10px;
}
form#gform_1 .gfield {
margin-bottom: 1rem;
}
section.bottom-footer {
padding: 1rem;
}
section.footer.section-divider {
padding: 3rem 1rem 1rem;
}
}
@media screen and (max-width: 768px){
form#gform_1 input {
padding: 5px;
}
ul.level.has-text-centered {
display: flex;
overflow-x: scroll;
}
.top-menu-holder.footer-extra-menu-holder {
display: flex;
align-items: center;
justify-content: flex-start;
margin-top: 40px;
}
video#background-video {
margin-top: 0;
}
.hero-title-holder {
position: absolute;
bottom: 100px;
z-index: 2;
}
section.home-hero {
max-height: 540px;
overflow: hidden;
position: relative;
height: 520px;
}
video#background-video {
width: auto;
max-width: unset;
height: 100%;
}
ul.logos.level li {
width: 33%;
}
.sidebar-nav ul {
list-style: none;
margin: 0;
padding: 0;
padding-top: 0px;
}
.home-jobs-loop-holder li {
margin-bottom: 1.5rem;
}
.wpml-ls-legacy-list-horizontal {
border: 1px solid transparent;
padding: 7px ;
clear: both;
padding-right: 0!important;
}
.sticky-section img {
max-height: 400px;
}
section.mobile-menu-holder .navbar{
padding-bottom: 10px;
} section.mobile-menu-holder .top-menu-holder {
background: var(--primary-800); }
.top-menu-holder:not(.mobile-menu-holder .top-menu-holder) {
text-align: right;
padding-right: 0px !important;
padding-top: 10px;
}
.wpml-ls-legacy-list-horizontal a {
display: block;
text-decoration: none;
padding: 5px 0px 6px !important;
line-height: 1;
}
}
@media screen and (min-width: 768px) and (max-width: 1024px){
.blog-item-img-holder img {
width: 100%;
max-height: 380px;
object-fit: cover;
display: block;
border-radius: 8px 8px 0 0;
height: 200px;
object-fit: cover;
}
section.bussen-single-hero.section-divider .columns {
position: relative;
ALIGN-ITEMS: CENTER;
}
section.bussen-single-hero.section-divider {
top: -1px;
}
.jobs-loop-holder a span {
line-height: 130%;
}
} 
.jobs-loop-holder svg {
margin-bottom: -5px;
}
@media screen and (max-width: 768px){
section.bussen-single-hero.section-divider:before {
background: linear-gradient(180deg, rgba(25,30,72,1) 0%, rgba(25,30,72,1) 80%, rgba(249,249,249,1) 80%);
}
.single-hero-text-holder.has-text-centered {
padding: 0;
}
section.image-right.section-divider .columns {
display: flex;
flex-direction: column-reverse;
}
.image-right-content-holder, .image-left-content-holder{
padding: 0;
}
.jobs-form-holder {
padding: 16px;
background: #fff;
border-radius: 10px;
}
}
body.page-template-default ul, .page-id-213 ul {
padding-left: 20px;
}
.jobs-loop-holder a span {
line-height: 130%;
}
body.page-template-default ul li, .page-id-213 ul li{
list-style: unset;
}
div#input_4_45 label {
font-weight: 500 !important;
}
.page-template-over-ons .timeline-item-text {
padding: 4.2rem 2rem 1rem;
position: relative;
min-height: 170px;
}
div#field_1_6 {
display: none;
}.wpml-ls-legacy-list-horizontal{border:1px solid transparent;padding:7px;clear:both}.wpml-ls-legacy-list-horizontal>ul{padding:0;margin:0 !important;list-style-type:none}.wpml-ls-legacy-list-horizontal .wpml-ls-item{padding:0;margin:0;list-style-type:none;display:inline-block}.wpml-ls-legacy-list-horizontal a{display:block;text-decoration:none;padding:5px 10px 6px;line-height:1}.wpml-ls-legacy-list-horizontal a span{vertical-align:middle}.wpml-ls-legacy-list-horizontal a span.wpml-ls-bracket{vertical-align:unset}.wpml-ls-legacy-list-horizontal .wpml-ls-flag{display:inline;vertical-align:middle}.wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:.4em}.rtl .wpml-ls-legacy-list-horizontal .wpml-ls-flag+span{margin-left:0;margin-right:.4em}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer{margin-bottom:30px}.wpml-ls-legacy-list-horizontal.wpml-ls-statics-footer>ul{text-align:center}.gform_wrapper.gravity-theme fieldset,.gform_wrapper.gravity-theme legend{background:0 0;padding:0}.gform_wrapper.gravity-theme fieldset{border:none;display:block;margin:0}.gform_wrapper.gravity-theme legend{margin-left:0;margin-right:0}@font-face{font-family:gform-icons-theme;src:url(//www.stafcars.be/wp-content/plugins/gravityforms/fonts/gform-icons-theme.woff2?o6rzdt) format('woff2'),url(//www.stafcars.be/wp-content/plugins/gravityforms/fonts/gform-icons-theme.ttf?o6rzdt) format('truetype'),url(//www.stafcars.be/wp-content/plugins/gravityforms/fonts/gform-icons-theme.woff?o6rzdt) format('woff'),url(//www.stafcars.be/wp-content/plugins/gravityforms/fonts/gform-icons-theme.svg?o6rzdt#gform-icons-theme) format('svg');font-weight:400;font-style:normal;font-display:block}.gform-icon{font-family:gform-icons-theme!important;speak:never;font-style:normal;font-weight:400;font-feature-settings:normal;font-variant:normal;text-transform:none;line-height:1;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.gform-icon--photograph:before{content:"\e91e"}.gform-icon--star-border:before{content:"\e915"}.gform-icon--star:before{content:"\e914"}.gform-icon--left-arrow:before{content:"\e910"}.gform-icon--right-arrow:before{content:"\e91b"}.gform-icon--circle-error:before{content:"\e91a"}.gform-icon--close-small:before{content:"\e905"}.gform-icon--info:before{content:"\e900"}.gform-icon--verified:before{content:"\e901"}.gform-icon--circle-close:before{content:"\e903"}.gform-icon--close-big:before{content:"\e904"}.gform-icon--down-arrow:before{content:"\e906"}.gform-icon--format-bold:before{content:"\e907"}.gform-icon--format-italic:before{content:"\e908"}.gform-icon--format-list-bulleted:before{content:"\e909"}.gform-icon--format-list-numbered:before{content:"\e90a"}.gform-icon--insert-link:before{content:"\e90b"}.gform-icon--line:before{content:"\e90c"}.gform-icon--password-eye:before{content:"\e90d"}.gform-icon--password-eye-closed:before{content:"\e90e"}.gform-icon--redo:before{content:"\e90f"}.gform-icon--schedule:before{content:"\e911"}.gform-icon--clock:before{content:"\e912"}.gform-icon--search:before{content:"\e913"}.gform-icon--star-half:before{content:"\e916"}.gform-icon--check:before{content:"\e917"}.gform-icon--undo:before{content:"\e918"}.gform-icon--unfold-more:before{content:"\e919"}.gform-icon--create:before{content:"\e91c"}.gform-icon--cog:before{content:"\e91d"}.gform-icon--circle-check:before{content:"\e902"}.gform_wrapper.gravity-theme .gform-ul-reset{list-style-type:none;margin:0;padding:0}.gform_wrapper.gravity-theme .gform-text-input-reset,.gform_wrapper.gravity-theme input.gform-text-input-reset,body[class*=avada] .gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=submit]):not([type=button]):not([type=image]):not([type=file]).gform-text-input-reset{background-color:transparent;border:none;border-color:transparent;border-radius:0;font-family:inherit;font-size:inherit;outline:0;padding:inherit}.gform_wrapper.gravity-theme .gform_drop_area{background:rgba(0,0,0,.02);border:1px dashed #ccc;border-radius:4px;margin-bottom:8px;padding:32px;text-align:center}.gform_wrapper.gravity-theme .gform_drop_instructions{display:block;margin-bottom:8px}.gform_wrapper.gravity-theme .gform_delete,.gform_wrapper.gravity-theme .gform_delete_file{cursor:pointer;vertical-align:middle}.gform_wrapper.gravity-theme .gform_delete_file{-moz-appearance:none;-webkit-appearance:none;appearance:none;background:0 0;border:none}.gform_wrapper.gravity-theme .gfield_fileupload_filesize{padding:0 6px}.gform_wrapper.gravity-theme .gfield_validation_message ul{margin:16px 0;padding-left:24px}.gform_wrapper.gravity-theme .gfield_validation_message ul:empty{display:none}.gform_wrapper.gravity-theme .ginput_preview{margin:16px 0}.gform_wrapper.gravity-theme .gform_fileupload_rules{display:block;margin-top:8px}.gform_wrapper.gravity-theme .ginput_container_password>span{position:relative}.gform_wrapper.gravity-theme .gform_show_password:focus{outline:0}.gform_wrapper.gravity-theme .gform_show_password{background-color:inherit;border:none;cursor:pointer;height:100%;padding:0;position:absolute;right:20px;top:0}.gform_wrapper.gravity-theme .password_input_container{display:block;position:relative}.gform_wrapper.gravity-theme .gfield_password_strength{background-color:#eee;border:1px solid #ddd;border-bottom:3px solid #ddd;margin-top:8px;padding:8px;text-align:center}.gform_wrapper.gravity-theme .gfield_password_strength.mismatch,.gform_wrapper.gravity-theme .gfield_password_strength.short{background-color:#ffa0a0;border-bottom:3px solid #f04040;border-color:#f04040}.gform_wrapper.gravity-theme .gfield_password_strength.bad{background-color:#ffb78c;border-bottom:3px solid #ff853c;border-color:#ff853c}.gform_wrapper.gravity-theme .gfield_password_strength.good{background-color:#ffec8b;border-bottom:3px solid #fc0;border-color:#fc0}.gform_wrapper.gravity-theme .gfield_password_strength.strong{background-color:#c3ff88;border-bottom:3px solid #8dff1c;border-color:#8dff1c}.gform_wrapper.gravity-theme .field_sublabel_above .gfield_password_strength{margin-top:16px}.gravity-theme.ui-datepicker{background-color:#fff;border:1px solid rgba(0,0,0,.1);box-shadow:0 1px 5px rgba(0,0,0,.1);display:none;margin:2.4px;padding:8px}.gravity-theme.ui-datepicker[style]{z-index:9999!important}.gravity-theme.ui-datepicker .ui-datepicker-header{border-bottom:1px solid rgba(0,0,0,.1);margin:0 -8px 8px;padding:0 8px 8px;position:relative}.gravity-theme.ui-datepicker .ui-datepicker-next,.gravity-theme.ui-datepicker .ui-datepicker-prev{cursor:pointer;position:absolute}.gravity-theme.ui-datepicker .ui-datepicker-next::before,.gravity-theme.ui-datepicker .ui-datepicker-prev::before{border-style:solid;border-width:.18em .18em 0 0;content:"";display:inline-block;height:.55em;left:.15em;position:relative;top:.3em;transform:rotate(-135deg);vertical-align:top;width:.55em}.gravity-theme.ui-datepicker .ui-datepicker-next .ui-icon,.gravity-theme.ui-datepicker .ui-datepicker-prev .ui-icon{display:none}.gravity-theme.ui-datepicker .ui-datepicker-prev{left:16px}.gravity-theme.ui-datepicker .ui-datepicker-next{right:16px}.gravity-theme.ui-datepicker .ui-datepicker-next::before{left:0;transform:rotate(45deg)}.gravity-theme.ui-datepicker .ui-datepicker-title{text-align:center}.gravity-theme.ui-datepicker .ui-datepicker-title select{margin:0 4px}.gravity-theme.ui-datepicker .ui-datepicker table{border-spacing:0;margin:0}.gravity-theme.ui-datepicker .ui-datepicker thead{font-size:.85em}.gravity-theme.ui-datepicker .ui-datepicker td{padding:0;width:35.2px}.gravity-theme.ui-datepicker a.ui-state-default{border-radius:50%;color:#222;display:block;line-height:35.2px;text-align:center;text-decoration:none;width:100%}.gravity-theme.ui-datepicker a.ui-state-default:hover{background-color:rgba(0,0,0,.1)}.gravity-theme.ui-datepicker a.ui-state-active,.gravity-theme.ui-datepicker a.ui-state-active:hover{background-color:#3498db;color:#fff}.gform_wrapper.gravity-theme ::-ms-reveal{display:none}.gform_wrapper.gravity-theme .gform_validation_container,body .gform_wrapper.gravity-theme .gform_body .gform_fields .gfield.gform_validation_container,body .gform_wrapper.gravity-theme .gform_fields .gfield.gform_validation_container,body .gform_wrapper.gravity-theme .gform_validation_container{display:none!important;left:-9000px;position:absolute!important}.gform_wrapper.gravity-theme .chosen-container{display:inline-block;font-size:16px;position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;vertical-align:middle}.gform_wrapper.gravity-theme .chosen-container *{box-sizing:border-box}.gform_wrapper.gravity-theme .chosen-container .chosen-drop{background:#fff;border:1px solid #aaa;border-top:0;box-shadow:0 4px 5px rgba(0,0,0,.15);display:none;position:absolute;top:100%;width:100%;z-index:1010}.gform_wrapper.gravity-theme .chosen-container.chosen-with-drop .chosen-drop{display:block}.gform_wrapper.gravity-theme .chosen-container a{cursor:pointer}.gform_wrapper.gravity-theme .chosen-container .chosen-single .group-name,.gform_wrapper.gravity-theme .chosen-container .search-choice .group-name{color:#999;font-weight:400;margin-right:4px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform_wrapper.gravity-theme .chosen-container .chosen-single .group-name::after,.gform_wrapper.gravity-theme .chosen-container .search-choice .group-name::after{content:":";padding-left:2px;vertical-align:top}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single{background:linear-gradient(#fff 20%,#f6f6f6 50%,#eee 52%,#f4f4f4 100%);background-clip:padding-box;background-color:#fff;border:1px solid #aaa;border-radius:5px;box-shadow:0 0 3px #fff inset,0 1px 1px rgba(0,0,0,.1);color:#444;display:block;height:40px;line-height:24px;overflow:hidden;padding:0 0 0 8px;position:relative;text-decoration:none;white-space:nowrap}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single input[type=text]{cursor:pointer;opacity:0;position:absolute;width:0}.gform_wrapper.gravity-theme .chosen-container-single .chosen-default{color:#999}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single span{display:block;line-height:38.4px;margin-right:24px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single-with-deselect span{margin-right:36px}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr{background:url(//www.stafcars.be/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;display:block;font-size:1px;height:12px;position:absolute;right:26px;top:6px;width:12px}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr:hover{background-position:-42px -10px}.gform_wrapper.gravity-theme .chosen-container-single.chosen-disabled .chosen-single abbr:hover{background-position:-42px -10px}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div{display:block;height:100%;position:absolute;right:0;top:0;width:18px}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b{background:url(//www.stafcars.be/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 0 10px;display:block;height:100%;width:100%}.gform_wrapper.gravity-theme .chosen-container-single .chosen-search{margin:0;padding:3px 4px;position:relative;white-space:nowrap;z-index:1010}.gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text]{background:url(//www.stafcars.be/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat 100% -20px;border:1px solid #aaa;border-radius:0;font-family:sans-serif;font-size:1em;height:auto;line-height:normal;margin:1px 0;outline:0;padding:4px 20px 4px 5px;width:100%}.gform_wrapper.gravity-theme .chosen-container-single .chosen-drop{background-clip:padding-box;border-radius:0 0 4px 4px;margin-top:-1px}.gform_wrapper.gravity-theme .chosen-container-single.chosen-container-single-nosearch .chosen-search{opacity:0;pointer-events:none;position:absolute}.gform_wrapper.gravity-theme .chosen-container .chosen-results{color:#444;margin:0 4px 4px 0;max-height:240px;-webkit-overflow-scrolling:touch;overflow-x:hidden;overflow-y:auto;padding:0 0 0 4px;position:relative}.gform_wrapper.gravity-theme .chosen-container .chosen-results li{display:none;line-height:15px;list-style:none;margin:0;padding:5px 6px;-webkit-touch-callout:none;word-wrap:break-word}.gform_wrapper.gravity-theme .chosen-container .chosen-results li.active-result{cursor:pointer;display:list-item}.gform_wrapper.gravity-theme .chosen-container .chosen-results li.disabled-result{color:#ccc;cursor:default;display:list-item}.gform_wrapper.gravity-theme .chosen-container .chosen-results li.highlighted{background-color:#3875d7;background-image:linear-gradient(#3875d7 20%,#2a62bc 90%);color:#fff}.gform_wrapper.gravity-theme .chosen-container .chosen-results li.no-results{background:#f4f4f4;color:#777;display:list-item}.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-result{cursor:default;display:list-item;font-weight:700}.gform_wrapper.gravity-theme .chosen-container .chosen-results li.group-option{padding-left:15px}.gform_wrapper.gravity-theme .chosen-container .chosen-results li em{font-style:normal;text-decoration:underline}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices{background-color:#fff;border:1px solid #aaa;cursor:text;height:auto;margin:0;overflow:hidden;padding:8px;position:relative;width:100%}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li{float:left;list-style:none}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field{margin:0;padding:0;white-space:nowrap}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-field input[type=text]{background:0 0!important;border:0!important;border-radius:0;box-shadow:none;color:#999;font-family:sans-serif;font-size:100%;height:25px;line-height:normal;margin:1px 0;outline:0;padding:0;width:25px}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice{background-clip:padding-box;background-color:#eee;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);background-repeat:repeat-x;background-size:100% 19px;border:1px solid #aaa;border-radius:3px;box-shadow:0 0 2px #fff inset,0 1px 0 rgba(0,0,0,.05);color:#333;cursor:default;line-height:13px;margin:3px 5px 3px 0;max-width:100%;padding:3px 20px 3px 5px;position:relative}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice span{word-wrap:break-word}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{background:url(//www.stafcars.be/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) -42px 1px no-repeat;display:block;font-size:1px;height:12px;position:absolute;right:3px;top:4px;width:12px}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close:hover{background-position:-42px -10px}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-disabled{background-color:#e4e4e4;background-image:linear-gradient(#f4f4f4 20%,#f0f0f0 50%,#e8e8e8 52%,#eee 100%);border:1px solid #ccc;color:#666;padding-right:5px}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-focus{background:#d4d4d4}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice-focus .search-choice-close{background-position:-42px -10px}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-results{margin:0;padding:0}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-drop .result-selected{color:#ccc;cursor:default;display:list-item}.gform_wrapper.gravity-theme .chosen-container-active .chosen-single{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single{background-image:linear-gradient(#eee 20%,#fff 80%);border:1px solid #aaa;border-bottom-left-radius:0;border-bottom-right-radius:0;box-shadow:0 1px 0 #fff inset}.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div{background:0 0;border-left:none}.gform_wrapper.gravity-theme .chosen-container-active.chosen-with-drop .chosen-single div b{background-position:-18px 10px}.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices{border:1px solid #5897fb;box-shadow:0 0 5px rgba(0,0,0,.3)}.gform_wrapper.gravity-theme .chosen-container-active .chosen-choices li.search-field input[type=text]{color:#222!important}.gform_wrapper.gravity-theme .chosen-disabled{cursor:default;opacity:.5!important}.gform_wrapper.gravity-theme .chosen-disabled .chosen-single{cursor:default}.gform_wrapper.gravity-theme .chosen-disabled .chosen-choices .search-choice .search-choice-close{cursor:default}.gform_wrapper.gravity-theme .chosen-rtl{text-align:right}.gform_wrapper.gravity-theme .chosen-rtl .chosen-single{overflow:visible;padding:0 8px 0 0}.gform_wrapper.gravity-theme .chosen-rtl .chosen-single span{direction:rtl;margin-left:26px;margin-right:0}.gform_wrapper.gravity-theme .chosen-rtl .chosen-single-with-deselect span{margin-left:38px}.gform_wrapper.gravity-theme .chosen-rtl .chosen-single div{left:3px;right:auto}.gform_wrapper.gravity-theme .chosen-rtl .chosen-single abbr{left:26px;right:auto}.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li{float:right}.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-field input[type=text]{direction:rtl}.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-choice{margin:3px 5px 3px 0;padding:3px 5px 3px 19px}.gform_wrapper.gravity-theme .chosen-rtl .chosen-choices li.search-choice .search-choice-close{left:4px;right:auto}.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single .chosen-results{margin:0 0 4px 4px;padding:0 4px 0 0}.gform_wrapper.gravity-theme .chosen-rtl .chosen-results li.group-option{padding-left:0;padding-right:15px}.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-active.chosen-with-drop .chosen-single div{border-right:none}.gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text]{background:url(//www.stafcars.be/wp-content/plugins/gravityforms/legacy/css/chosen-sprite.png) no-repeat -30px -20px;direction:rtl;padding:4px 5px 4px 20px}.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single .chosen-single div b{background-position:6px 2px}.gform_wrapper.gravity-theme .chosen-rtl.chosen-container-single.chosen-with-drop .chosen-single div b{background-position:-12px 2px}@media only screen and (min-resolution:144dpi),only screen and (min-resolution:1.5dppx){.gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-down span,.gform_wrapper.gravity-theme .chosen-container .chosen-results-scroll-up span,.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices .search-choice .search-choice-close,.gform_wrapper.gravity-theme .chosen-container-single .chosen-search input[type=text],.gform_wrapper.gravity-theme .chosen-container-single .chosen-single abbr,.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b,.gform_wrapper.gravity-theme .chosen-rtl .chosen-search input[type=text]{background-image:url(//www.stafcars.be/wp-content/plugins/gravityforms/legacy/css/chosen-sprite@2x.png)!important;background-repeat:no-repeat!important;background-size:52px 37px!important}}body .gform_wrapper.gravity-theme .chosen-container a.chosen-single{border-radius:inherit}body .gform_wrapper.gravity-theme ul.chosen-results li{line-height:inherit}@media only screen and (max-width:641px){.gform_wrapper.gravity-theme input:not([type=radio]):not([type=checkbox]):not([type=image]):not([type=file]){line-height:2;min-height:32px}.gform_wrapper.gravity-theme textarea{line-height:1.5}.gform_wrapper.gravity-theme .chosen-container.chosen-container-single[style]{width:100%!important}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single{height:40px;line-height:2.8}.gform_wrapper.gravity-theme .chosen-container-single .chosen-single div b{position:relative;top:10px}.gform_wrapper.gravity-theme div.chosen-container.chosen-container-multi[style]{width:100%!important}.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice,.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-field{float:none;line-height:inherit;width:100%}.gform_wrapper.gravity-theme .chosen-container.chosen-container-multi ul.chosen-choices li.search-choice span{margin-bottom:0}.gform_wrapper.gravity-theme .chosen-container-multi .chosen-choices li.search-choice .search-choice-close{top:calc(50% - 6px)}.gform_wrapper.gravity-theme .chosen-container span:not(.ginput_price){display:block;margin-bottom:8px}.gform_wrapper.gravity-theme li.field_sublabel_below .ginput_complex{margin-top:12px!important}.gform_wrapper.gravity-theme ul.gfield_checkbox li label,.gform_wrapper.gravity-theme ul.gfield_radio li label{cursor:pointer;width:85%}}@media only screen and (min-width:641px){body .gform_wrapper.gravity-theme select.medium.gfield_select+div.chosen-container-multi[style],body .gform_wrapper.gravity-theme select.medium.gfield_select+div.chosen-container-single[style]{width:calc(50% - 8px)!important}body .gform_wrapper.gravity-theme select.large.gfield_select+div.chosen-container-multi[style],body .gform_wrapper.gravity-theme select.large.gfield_select+div.chosen-container-single[style]{width:100%!important}body .gform_wrapper.gravity-theme select.small.gfield_select+div.chosen-container-multi[style],body .gform_wrapper.gravity-theme select.small.gfield_select+div.chosen-container-single[style]{width:25%!important}}.gform_wrapper.gravity-theme .gf_hide_ampm .gfield_time_ampm{display:none!important}.gform_wrapper.gravity-theme .gf_invisible,.gform_wrapper.gravity-theme .gfield_visibility_hidden{left:-9999px;position:absolute;visibility:hidden}.gform_wrapper.gravity-theme .gf_hide_charleft div.charleft{display:none!important}.gform_wrapper.gravity-theme .gf_hidden,.gform_wrapper.gravity-theme .gform_hidden{display:none}.gform_wrapper.gravity-theme .hidden_label .gfield_label,.gform_wrapper.gravity-theme .hidden_sub_label,.gform_wrapper.gravity-theme .screen-reader-text{border:0;clip:rect(1px,1px,1px,1px);clip-path:inset(50%);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;word-wrap:normal!important}.gform_wrapper.gravity-theme button.screen-reader-text:focus{border:0;clip:auto;clip-path:none;height:auto;margin:0;position:static!important;width:auto}@media only screen and (min-width:641px){.gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_checkbox,.gform_wrapper.gravity-theme .gfield.gf_list_2col .gfield_radio{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_checkbox,.gform_wrapper.gravity-theme .gfield.gf_list_3col .gfield_radio{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform_wrapper.gravity-theme .gfield.gf_list_4col .gfield_checkbox,.gform_wrapper.gravity-theme .gfield.gf_list_4col .gfield_radio{display:grid;grid-template-columns:repeat(4,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_checkbox,.gform_wrapper.gravity-theme .gfield.gf_list_5col .gfield_radio{display:grid;grid-template-columns:repeat(5,1fr);grid-template-rows:repeat(auto-fill,auto);grid-column-gap:2rem}.gform_wrapper.gravity-theme .gf_list_2col_vertical .gfield_checkbox,.gform_wrapper.gravity-theme .gf_list_2col_vertical .gfield_radio{-moz-column-count:2;column-count:2;grid-column-gap:2rem;display:block}.gform_wrapper.gravity-theme .gf_list_3col_vertical .gfield_checkbox,.gform_wrapper.gravity-theme .gf_list_3col_vertical .gfield_radio{-moz-column-count:3;column-count:3;grid-column-gap:2rem;display:block}.gform_wrapper.gravity-theme .gf_list_4col_vertical .gfield_checkbox,.gform_wrapper.gravity-theme .gf_list_4col_vertical .gfield_radio{-moz-column-count:4;column-count:4;grid-column-gap:2rem;display:block}.gform_wrapper.gravity-theme .gf_list_5col_vertical .gfield_checkbox,.gform_wrapper.gravity-theme .gf_list_5col_vertical .gfield_radio{-moz-column-count:5;column-count:5;grid-column-gap:2rem;display:block}.gform_wrapper.gravity-theme .gfield.gf_list_height_25 .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_height_25 .gfield_radio .gchoice{height:25px}.gform_wrapper.gravity-theme .gfield.gf_list_height_50 .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_height_50 .gfield_radio .gchoice{height:50px}.gform_wrapper.gravity-theme .gfield.gf_list_height_75 .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_height_75 .gfield_radio .gchoice{height:75px}.gform_wrapper.gravity-theme .gfield.gf_list_height_100 .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_height_100 .gfield_radio .gchoice{height:100px}.gform_wrapper.gravity-theme .gfield.gf_list_height_125 .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_height_125 .gfield_radio .gchoice{height:125px}.gform_wrapper.gravity-theme .gfield.gf_list_height_150 .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_height_150 .gfield_radio .gchoice{height:150px}}.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox,.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio,.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_checkbox,.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_radio{display:block}.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice,.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_checkbox .gchoice,.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_radio .gchoice{display:inline-block;padding-inline-end:16px;vertical-align:top}.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_checkbox .gchoice label,.gform_wrapper.gravity-theme .gfield.gf_list_inline .gfield_radio .gchoice label,.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_checkbox .gchoice label,.gform_wrapper.gravity-theme .gfield.gfield--choice-align-horizontal .gfield_radio .gchoice label{max-width:none}.gform_wrapper.gravity-theme .gf_hide_ampm .gfield_time_ampm{display:none!important}.gform_wrapper.gravity-theme .gsection.gf_scroll_text{background-color:#fff;border:1px solid #ccc;height:240px;overflow-x:hidden;overflow-y:scroll;padding:32px}.gform_wrapper.gravity-theme .gsection.gf_scroll_text .gsection_title{margin-top:0}.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_blue,.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_gray,.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_green,.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_red,.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_yellow{border-radius:3px;margin:20px 0!important;padding:20px!important}.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_green{background-color:#cbeca0;border:1px solid #97b48a;color:#030;text-shadow:#dfb 1px 1px}.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_red{background-color:#faf2f5;border:1px solid #cfadb3;color:#832525;text-shadow:#fff 1px 1px}.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_yellow{background-color:#fffbcc;border:1px solid #e6db55;color:#222;text-shadow:#fcfaea 1px 1px}.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_gray{background-color:#eee;border:1px solid #ccc;color:#424242;text-shadow:#fff 1px 1px}.gform_wrapper.gravity-theme .gfield.gfield_html.gf_alert_blue{background-color:#d1e4f3;border:1px solid #a7c2e7;color:#314475;text-shadow:#e0f1ff 1px 1px}.gform_wrapper.gravity-theme .gf_simple_horizontal{margin:0 auto;width:calc(100% - 16px)}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body,.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label{display:table-cell;margin:0;padding:0;position:relative;vertical-align:middle}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body{max-width:75%;width:auto}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label{display:table;width:100%}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield{display:table-cell;height:auto;padding-right:1em}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .large,.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .medium,.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .small{width:100%}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_checkbox .gchoice,.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label .gfield .ginput_container_radio .gchoice{display:inline-block;margin-right:.5em}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label.form_sublabel_above .gfield,.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_body .top_label.form_sublabel_below .gfield{vertical-align:middle}.gform_wrapper.gravity-theme .gf_simple_horizontal .gfield,.gform_wrapper.gravity-theme .gf_simple_horizontal .ginput_container{margin-top:0!important}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label{margin:0;max-width:25%;padding:0;text-align:left;width:auto}.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label input[type=button],.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label input[type=image],.gform_wrapper.gravity-theme .gf_simple_horizontal .gform_footer.top_label input[type=submit]{height:auto}.gform_wrapper.gravity-theme .gf_simple_horizontal .gfield_description:not(.validation_message),.gform_wrapper.gravity-theme .gf_simple_horizontal .gfield_label,.gform_wrapper.gravity-theme .gf_simple_horizontal .ginput_complex label{display:block;height:1px;left:-9000px;overflow:hidden;position:absolute;top:0;width:1px}.gform_wrapper.gravity-theme body:not(.rtl) .gform_wrapper form.gf_simple_horizontal div.gform_footer.top_label{text-align:left}.gform_confirmation_wrapper.gf_confirmation_simple_yellow{background-color:#fffbcc;border-bottom:1px solid #e6db55;border-top:1px solid #e6db55;color:#424242;font-size:25px;margin:30px 0;max-width:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_simple_gray{background-color:#eaeaea;border-bottom:1px solid #ccc;border-top:1px solid #ccc;color:#424242;font-size:25px;margin:30px 0;max-width:99%;padding:32px}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient{background-color:#fffbd2;border:1px solid #e6db55;box-shadow:0 0 5px rgba(221,215,131,.75);margin:30px 0;position:relative}.gform_confirmation_wrapper.gf_confirmation_yellow_gradient .gform_confirmation_message{background:#fffce5;background:linear-gradient(to bottom,#fffce5 0,#fff9bf 100%);background-color:#fffbcc;border-bottom:1px solid #e6db55;border-top:2px solid #fff;color:#424242;font-size:28px;margin:0;max-width:99%;padding:40px}.gform_confirmation_wrapper.gf_confirmation_green_gradient{background-color:#f1fcdf;border:1px solid #a7c37c;box-shadow:0 0 5px rgba(86,122,86,.4);margin:30px 0;position:relative}.gform_confirmation_wrapper.gf_confirmation_green_gradient .gform_confirmation_message{background:#dbf2b7;background:linear-gradient(to bottom,#dbf2b7 0,#b4d088 100%);background-color:#fffbcc;border-bottom:1px solid #a7c37c;border-top:2px solid #effade;color:#030;font-size:28px;margin:0;max-width:99%;padding:40px;text-shadow:#dfb 1px 1px}.gform_confirmation_wrapper.gf_confirmation_green_gradient::after,.gform_confirmation_wrapper.gf_confirmation_green_gradient::before,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::before{background:rgba(0,0,0,.2);bottom:15px;box-shadow:0 15px 10px rgba(0,0,0,.2);content:"";left:10px;max-width:40%;position:absolute;top:80%;transform:rotate(-3deg);width:50%;z-index:-1}.gform_confirmation_wrapper.gf_confirmation_green_gradient::after,.gform_confirmation_wrapper.gf_confirmation_yellow_gradient::after{left:auto;right:10px;transform:rotate(3deg)}.gform_wrapper.gravity-theme .gfield textarea{width:100%}.gform_wrapper.gravity-theme .gfield textarea.small{height:96px}.gform_wrapper.gravity-theme .gfield textarea.medium{height:192px}.gform_wrapper.gravity-theme .gfield textarea.large{height:288px}.gform_wrapper.gravity-theme .gfield input,.gform_wrapper.gravity-theme .gfield select{max-width:100%}.gform_wrapper.gravity-theme .gfield input.small,.gform_wrapper.gravity-theme .gfield select.small{width:calc(25% - 16px * 3 / 4)}.gform_wrapper.gravity-theme .gfield input.medium,.gform_wrapper.gravity-theme .gfield select.medium{width:calc(50% - 16px / 2)}.gform_wrapper.gravity-theme .gfield input.large,.gform_wrapper.gravity-theme .gfield select.large{width:100%}.gform_wrapper.gravity-theme *{box-sizing:border-box}.gform_wrapper.gravity-theme .gform_fields{display:grid;grid-column-gap:2%;-ms-grid-columns:(1fr 2%)[12];grid-row-gap:16px;grid-template-columns:repeat(12,1fr);grid-template-rows:repeat(auto-fill,auto);width:100%}.gform_wrapper.gravity-theme .gfield{grid-column:1/-1;min-width:0}.gform_wrapper.gravity-theme .gfield.gfield--width-full{grid-column:span 12;-ms-grid-column-span:12}.gform_wrapper.gravity-theme .gfield.gfield--width-eleven-twelfths{grid-column:span 11;-ms-grid-column-span:11}.gform_wrapper.gravity-theme .gfield.gfield--width-five-sixths{grid-column:span 10;-ms-grid-column-span:10}.gform_wrapper.gravity-theme .gfield.gfield--width-three-quarter{grid-column:span 9;-ms-grid-column-span:9}.gform_wrapper.gravity-theme .gfield.gfield--width-two-thirds{grid-column:span 8;-ms-grid-column-span:8}.gform_wrapper.gravity-theme .gfield.gfield--width-seven-twelfths{grid-column:span 7;-ms-grid-column-span:7}.gform_wrapper.gravity-theme .gfield.gfield--width-half{grid-column:span 6;-ms-grid-column-span:6}.gform_wrapper.gravity-theme .gfield.gfield--width-five-twelfths{grid-column:span 5;-ms-grid-column-span:5}.gform_wrapper.gravity-theme .gfield.gfield--width-third{grid-column:span 4;-ms-grid-column-span:4}.gform_wrapper.gravity-theme .gfield.gfield--width-quarter{grid-column:span 3;-ms-grid-column-span:3}.gform_wrapper.gravity-theme .gfield.gfield--width-one-sixth{-ms-grid-column-span:2;grid-column:span 2}.gform_wrapper.gravity-theme .gfield.gfield--width-one-twelfth{-ms-grid-column-span:1;grid-column:span 1}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields{grid-column-gap:0}.gform_wrapper.gravity-theme .gfield:not(.gfield--width-full){grid-column:1/-1}}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-full{width:100%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-eleven-twelfths{width:91.6666%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-five-sixths{width:83.3333%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-three-quarter{width:75%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-two-thirds{width:66.6666%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-seven-twelfths{width:58.3333%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-half{width:50%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-five-twelfths{width:41.6666%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-third{width:33.3333%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-quarter{width:25%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-one-sixth{width:16.6666%}.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full.gfield--width-one-twelfth{width:8.3333%}.gform_wrapper.gravity-theme .left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),.gform_wrapper.gravity-theme .right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset){display:flex;flex-wrap:wrap;justify-content:flex-end;width:100%}.gform_wrapper.gravity-theme .left_label .gfield_label,.gform_wrapper.gravity-theme .right_label .gfield_label{margin:0;padding:0;width:30%}@media (max-width:640px){.gform_wrapper.gravity-theme .left_label .gfield_label,.gform_wrapper.gravity-theme .right_label .gfield_label{width:100%}}.gform_wrapper.gravity-theme .gform_fields.left_label fieldset,.gform_wrapper.gravity-theme .gform_fields.right_label fieldset{clear:both}.gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container,.gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container{float:left;width:70%}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields.left_label fieldset .ginput_container,.gform_wrapper.gravity-theme .gform_fields.right_label fieldset .ginput_container{width:100%}}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields.left_label fieldset>.ginput_complex,.gform_wrapper.gravity-theme .gform_fields.right_label fieldset>.ginput_complex{width:100%}}.gform_wrapper.gravity-theme .gform_fields.left_label legend.gfield_label,.gform_wrapper.gravity-theme .gform_fields.right_label legend.gfield_label{display:block;float:left;padding-right:1em;width:30%}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields.left_label legend.gfield_label,.gform_wrapper.gravity-theme .gform_fields.right_label legend.gfield_label{width:100%}}.gform_wrapper.gravity-theme .gform_fields.left_label .gfield_validation_message,.gform_wrapper.gravity-theme .gform_fields.right_label .gfield_validation_message{float:right;width:70%}@media (max-width:640px){.gform_wrapper.gravity-theme .gform_fields.left_label .gfield_validation_message,.gform_wrapper.gravity-theme .gform_fields.right_label .gfield_validation_message{width:100%}}.gform_wrapper.gravity-theme .gform_fields.validation_above.left_label fieldset .ginput_container,.gform_wrapper.gravity-theme .gform_fields.validation_above.right_label fieldset .ginput_container{float:right}.gform_wrapper.gravity-theme .left_label .ginput_complex .ginput_container,.gform_wrapper.gravity-theme .right_label .ginput_complex .ginput_container{width:auto}.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),.gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons){width:70%}@media (max-width:640px){.gform_wrapper.gravity-theme .left_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons),.gform_wrapper.gravity-theme .right_label div.gfield>div:not(.ui-resizable-handle):not(.gfield-admin-icons){width:100%}}.gform_wrapper.gravity-theme .right_label .gfield_label{padding-right:1em;text-align:right}.gform_wrapper.gravity-theme .left_label.gform_fields,.gform_wrapper.gravity-theme .right_label.gform_fields{position:relative}.gform_wrapper.gravity-theme .left_label .gfield_html_formatted,.gform_wrapper.gravity-theme .right_label .gfield_html_formatted{margin-left:30%}.gform_wrapper.gravity-theme .left_label #field_submit,.gform_wrapper.gravity-theme .right_label #field_submit{justify-content:flex-start}.gform_wrapper.gravity-theme .left_label #field_submit input,.gform_wrapper.gravity-theme .right_label #field_submit input{margin-left:30%}.gform_wrapper.gravity-theme .field_sublabel_below .ginput_complex{align-items:flex-start}.gform_wrapper.gravity-theme .field_sublabel_above .ginput_complex{align-items:flex-end}.gform_wrapper.gravity-theme .left_label.validation_above .copy_values_option_container,.gform_wrapper.gravity-theme .right_label.validation_above .copy_values_option_container{float:right;width:70%;padding-left:8px}@media (max-width:640px){.gform_wrapper.gravity-theme .left_label.validation_above .copy_values_option_container,.gform_wrapper.gravity-theme .right_label.validation_above .copy_values_option_container{width:100%}}.rtl .gform_wrapper.gravity-theme .left_label legend.gfield_label,.rtl .gform_wrapper.gravity-theme .right_label legend.gfield_label{margin-left:1em;position:absolute;right:0;text-align:left;width:30%}.rtl .gform_wrapper.gravity-theme .left_label legend.gfield_label{width:30%}.rtl .gform_wrapper.gravity-theme .left_label .gfield_label{padding-left:1em;text-align:left!important}.rtl .gform_wrapper.gravity-theme .left_label fieldset.gfield,.rtl .gform_wrapper.gravity-theme .right_label fieldset.gfield{margin-left:0;padding-right:30%}.rtl .gform_wrapper.gravity-theme .right_label .gfield_label,.rtl .gform_wrapper.gravity-theme .right_label legend.gfield_label{padding:0;text-align:right}.rtl .gform_wrapper.gravity-theme .right_label label.gfield_label{padding-right:0}.rtl .gform_wrapper.gravity-theme .left_label .gfield_html_formatted,.rtl .gform_wrapper.gravity-theme .right_label .gfield_html_formatted{margin-left:0;margin-right:30%}html[dir=rtl] .gform_wrapper.gravity-theme code,html[dir=rtl] .gform_wrapper.gravity-theme input[type=email],html[dir=rtl] .gform_wrapper.gravity-theme input[type=tel],html[dir=rtl] .gform_wrapper.gravity-theme input[type=url]{direction:rtl}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_label{direction:rtl}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_required{margin-left:0;margin-right:4px}html[dir=rtl] .gform_wrapper.gravity-theme ::-webkit-input-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme ::-moz-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme :-ms-input-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme :-moz-placeholder{text-align:right}html[dir=rtl] .gform_wrapper.gravity-theme .gform_wrapper.gravity-theme fieldset{display:block}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(:last-child),html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{margin-left:0;margin-right:16px}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;padding-right:16px}@media (min-width:641px){html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;padding-right:16px}html[dir=rtl] .gform_wrapper.gravity-theme .gform_show_password{left:8px;right:unset}}@media (max-width:640px){html[dir=rtl] .gform_wrapper.gravity-theme .left_label fieldset.gfield,html[dir=rtl] .gform_wrapper.gravity-theme .right_label fieldset.gfield{padding-right:0}html[dir=rtl] .gform_wrapper.gravity-theme .left_label legend.gfield_label,html[dir=rtl] .gform_wrapper.gravity-theme .right_label legend.gfield_label{margin:0;padding:0;position:relative;width:100%}html[dir=rtl] .gform_wrapper.gravity-theme .left_label .gfield_label{text-align:right!important}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-right:0}}.gform_wrapper.gravity-theme .ginput_counter{color:#767676;font-size:.8em}.gform_wrapper.gravity-theme .ginput_counter_tinymce{border-top:1px solid #eee;font-size:12px;padding:2px 10px}.gform_wrapper.gravity-theme .validation_message--hidden-on-empty:empty{display:none}.gform_wrapper.gravity-theme .gform_card_icon_container{display:flex;height:32px;margin:8px 0 6.4px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon{background-image:url(//www.stafcars.be/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-repeat:no-repeat;height:32px;margin-right:4.8px;text-indent:-9000px;width:40px}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_amex{background-position:-167px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_discover{background-position:-221px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_mastercard{background-position:-275px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_visa{background-position:-59px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_jcb{background-position:-329px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_maestro{background-position:-5px 0}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected{position:relative}.gform_wrapper.gravity-theme .gform_card_icon_container div.gform_card_icon.gform_card_icon_selected::after{background:url(//www.stafcars.be/wp-content/plugins/gravityforms/images/gf-creditcards-check.svg) center center no-repeat;bottom:4px;content:"";display:block;height:10px;position:absolute;right:0;width:13px}.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right{align-items:center;display:inline-flex;flex-flow:row wrap;justify-content:flex-start}.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_cardinfo_right label{width:100%}.gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon{background-image:url(//www.stafcars.be/wp-content/plugins/gravityforms/images/gf-creditcards.svg);background-position:-382px center;background-repeat:no-repeat;display:block;flex:none;height:32px;margin-left:.3em;width:40px}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_creditcard .ginput_card_security_code_icon{margin-left:0;margin-right:.3em}.gform_wrapper.gravity-theme .gfield_list_group,.gform_wrapper.gravity-theme .gfield_list_header{display:flex;flex-direction:row;flex-wrap:nowrap;margin-bottom:8px}.gform_wrapper.gravity-theme .gfield_list_group:last-child{margin-bottom:0}.gform_wrapper.gravity-theme .gfield_header_item{word-break:break-word}.gform_wrapper.gravity-theme .gfield_header_item,.gform_wrapper.gravity-theme .gfield_list_group_item{flex-grow:1;width:0}.gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),.gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{margin-left:2%}.gform_wrapper.gravity-theme .gfield_list_group_item input,.gform_wrapper.gravity-theme .gfield_list_group_item select{width:100%}.gform_wrapper.gravity-theme .gfield_header_item--icons,.gform_wrapper.gravity-theme .gfield_list_icons{align-items:center;display:flex;flex:none;justify-content:center;width:48px}.gform_wrapper.gravity-theme .gfield_list_icons button{background:transparent url(//www.stafcars.be/wp-content/plugins/gravityforms/images/list-add.svg);border:none;font-size:0;height:16px;opacity:.5;padding:0;transition:opacity .5s ease-out;width:16px}.gform_wrapper.gravity-theme .gfield_list_icons button:focus,.gform_wrapper.gravity-theme .gfield_list_icons button:hover{opacity:1;outline:0}.gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item{background-image:url(//www.stafcars.be/wp-content/plugins/gravityforms/images/list-remove.svg);margin-left:5px}.gform_wrapper.gravity-theme .gfield_list_icons a.delete_list_item{margin-inline-start:5px}.gform_wrapper.gravity-theme .gfield_list_icons img{background-color:transparent!important;background-position:0;background-repeat:no-repeat;background-size:16px 16px!important;block-size:16px!important;border:none!important;inline-size:16px!important;opacity:.5;transition:var(--gf-transition-ctrl)}.gform_wrapper.gravity-theme .gfield_list_icons a:focus,.gform_wrapper.gravity-theme .gfield_list_icons a:focus img,.gform_wrapper.gravity-theme .gfield_list_icons a:hover img{outline:0}.gform_wrapper.gravity-theme .gfield_list_icons a:focus img,.gform_wrapper.gravity-theme .gfield_list_icons a:hover img{opacity:1}@media (max-width:640px){.gform_wrapper.gravity-theme .gfield_list_header{display:none}.gform_wrapper.gravity-theme .gfield_list_group{border:1px solid rgba(0,0,0,.2);display:block;margin-bottom:16px;padding:16px}.gform_wrapper.gravity-theme .gfield_header_item,.gform_wrapper.gravity-theme .gfield_list_group_item{width:auto}.gform_wrapper.gravity-theme .gfield_list_group:last-child{margin-bottom:0}.gform_wrapper.gravity-theme .gfield_list_group_item:not(:last-child){margin-bottom:8px}.gform_wrapper.gravity-theme .gfield_list_group_item::before{content:attr(data-label);font-size:14.992px}.gform_wrapper.gravity-theme .gfield_list_icons{background-color:rgba(0,0,0,.1);line-height:0;margin:16px -16px -16px;padding:12px 16px;text-align:left;width:auto}.gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),.gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{margin-left:0}}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{margin-left:0;margin-right:16px}@media (max-width:640px){html[dir=rtl] .gform_wrapper.gravity-theme .gfield_header_item+.gfield_header_item:not(.gfield_header_item--icons),html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_group_item+.gfield_list_group_item{margin-right:0}}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_list_icons button.delete_list_item{margin-left:0;margin-right:5px}.gform_wrapper.gravity-theme .gfield_label{display:inline-block;font-size:16px;font-weight:700;margin-bottom:8px;padding:0}.gform_wrapper.gravity-theme .gfield_header_item,.gform_wrapper.gravity-theme .gform_fileupload_rules,.gform_wrapper.gravity-theme .ginput_complex label{font-size:15px;padding-top:5px}.gform_wrapper.gravity-theme.left_label fieldset.gfield,.gform_wrapper.gravity-theme.right_label fieldset.gfield{padding:16px 16px 16px 30%}.gform_wrapper.gravity-theme.left_label fieldset.gfield .gfield_description,.gform_wrapper.gravity-theme.left_label fieldset.gfield .ginput_container:not(.ginput_container_time),.gform_wrapper.gravity-theme.right_label fieldset.gfield .gfield_description,.gform_wrapper.gravity-theme.right_label fieldset.gfield .ginput_container:not(.ginput_container_time){width:100%}.gform_wrapper.gravity-theme.left_label legend.gfield_label,.gform_wrapper.gravity-theme.right_label legend.gfield_label{left:0}.gform_wrapper.gravity-theme.left_label .gfield:not(.gsection):not(.gfield_html):not(fieldset),.gform_wrapper.gravity-theme.right_label .gfield:not(.gsection):not(.gfield_html):not(fieldset){justify-content:flex-start}.gform_wrapper.gravity-theme.left_label .gfield_html.gfield_html_formatted,.gform_wrapper.gravity-theme.right_label .gfield_html.gfield_html_formatted{display:flex}.gform_wrapper.gravity-theme.left_label .gfield.gfield_html:not(.gfield_html_formatted) .gf-html-container,.gform_wrapper.gravity-theme.right_label .gfield.gfield_html:not(.gfield_html_formatted) .gf-html-container{width:100%}.gform_wrapper.gravity-theme.right_label legend.gfield_label{text-align:right}.gform_wrapper.gravity-theme:not(.top_label) .ginput_container.ginput_single_email{margin-left:0}.gform_wrapper.gravity-theme .gform_validation_errors{background:#fff9f9;border-radius:5px;border:1.5px solid #c02b0a;box-shadow:0 1px 4px rgba(0,0,0,.11),0 0 4px rgba(18,25,97,.0405344);margin-block-end:8px;margin-block-start:8px;padding-block:16px;padding-inline-end:16px;padding-inline-start:48px;position:relative;width:100%}.gform_wrapper.gravity-theme .gform_validation_errors:focus{outline:2px solid #c02b0a;outline-offset:2px}.gform_wrapper.gravity-theme .gform_validation_errors>h2{color:#c02b0a;font-size:13.2px;font-weight:500;line-height:17.6px;margin-block-end:12px;margin-block-start:0;margin-inline:0}.gform_wrapper.gravity-theme .gform_validation_errors>h2::before{display:none}.gform_wrapper.gravity-theme .gform_validation_errors>h2 .gform-icon{align-items:center;display:flex;font-size:28px;height:100%;inset-inline-start:12px;position:absolute;inset-block-start:0}.gform_wrapper.gravity-theme .gform_validation_errors>h2.hide_summary{margin:0;padding:0}.gform_wrapper.gravity-theme .gform_validation_errors>ol{padding-inline-start:20px}.gform_wrapper.gravity-theme .gform_validation_errors>ol a{color:#c02b0a;font-size:13.2px}.gform_wrapper.gravity-theme .gform_validation_errors>ol a:focus{outline:2px solid #c02b0a;outline-offset:2px}.gform_wrapper.gravity-theme .gform_validation_errors>ol li{color:#c02b0a;font-size:13.2px;list-style-type:disc!important;margin-block-end:8px;margin-block-start:0;margin-inline:0}.gform_wrapper.gravity-theme .gform_validation_errors>ol li:last-of-type{margin-block-end:0}.gform_wrapper.gravity-theme .gfield_required{color:#c02b0a;display:inline-block;font-size:13.008px;padding-inline-start:0.125em}.gform_wrapper.gravity-theme .gfield_required .gfield_required_custom,.gform_wrapper.gravity-theme .gfield_required .gfield_required_text{font-style:italic;font-weight:400}.gform_wrapper.gravity-theme .gform_required_legend .gfield_required{padding-inline-start:0}.gform_wrapper.gravity-theme .validation_error{border-block-end:2px solid #c02b0a;border-block-start:2px solid #c02b0a;color:#c02b0a;font-size:1em;font-weight:700;margin-block-end:32px;padding:16px;text-align:center}.gform_wrapper.gravity-theme .gfield_error .gfield_repeater_cell label,.gform_wrapper.gravity-theme .gfield_error label,.gform_wrapper.gravity-theme .gfield_error legend,.gform_wrapper.gravity-theme .gfield_validation_message,.gform_wrapper.gravity-theme .validation_message,.gform_wrapper.gravity-theme [aria-invalid=true]+label,.gform_wrapper.gravity-theme label+[aria-invalid=true]{color:#c02b0a}.gform_wrapper.gravity-theme .gfield_validation_message,.gform_wrapper.gravity-theme .validation_message{background:#fff9f9;border:1px solid #c02b0a;font-size:14.992px;margin-block-start:8px;padding:12.992px 24px}.gform_wrapper.gravity-theme .left_label.validation_above fieldset .gfield_validation_message,.gform_wrapper.gravity-theme .left_label.validation_above fieldset .validation_message,.gform_wrapper.gravity-theme .right_label.validation_above fieldset .gfield_validation_message,.gform_wrapper.gravity-theme .right_label.validation_above fieldset .validation_message{clear:right}.gform_wrapper.gravity-theme .validation_above .gfield_validation_message,.gform_wrapper.gravity-theme .validation_above .validation_message{margin-block-end:16px}.gform_wrapper.gravity-theme .gfield_error [aria-invalid=true]{border:1px solid #c02b0a}.gform_wrapper.gravity-theme .gform_previous_button.button,.gform_wrapper.gravity-theme .gform_save_link.button{-webkit-appearance:none!important;background-color:#fff;color:#6b7280;text-decoration:none}.gform_wrapper.gravity-theme .gform_previous_button.button svg,.gform_wrapper.gravity-theme .gform_save_link.button svg{display:inline-block;margin-right:4px}.gform_wrapper.gravity-theme button.button:disabled{opacity:.6}.gform_wrapper.gravity-theme #field_submit,.gform_wrapper.gravity-theme .gform_footer{display:flex}.gform_wrapper.gravity-theme #field_submit input,.gform_wrapper.gravity-theme .gform_footer input{align-self:flex-end}.gform_wrapper.gravity-theme #field_submit .gform_image_button,.gform_wrapper.gravity-theme .gform_footer .gform_image_button{background-color:transparent;border:none;border-radius:0;height:auto;padding:0;width:auto}.gform_wrapper.gravity-theme #field_submit .gform-button--width-full,.gform_wrapper.gravity-theme .gform_footer .gform-button--width-full{text-align:center;width:100%}.gform_wrapper.gravity-theme .ginput_complex{display:flex;flex-flow:row wrap}.gform_wrapper.gravity-theme .ginput_complex fieldset,.gform_wrapper.gravity-theme .ginput_complex span{flex:1}.gform_wrapper.gravity-theme .ginput_complex .ginput_full{flex:0 0 100%}.gform_wrapper.gravity-theme .ginput_complex .clear-multi{display:flex}.gform_wrapper.gravity-theme .ginput_complex label,.gform_wrapper.gravity-theme .ginput_complex legend{display:block}.gform_wrapper.gravity-theme .ginput_complex input,.gform_wrapper.gravity-theme .ginput_complex select{width:100%}.gform_wrapper.gravity-theme .ginput_container_address{margin-left:-1%;margin-right:-1%}.gform_wrapper.gravity-theme .ginput_container_address span{flex:0 0 50%;padding-left:.9804%;padding-right:.9804%}@media (min-width:641px){.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-right:1%}.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),.gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:1%;padding-right:0}.gform_wrapper.gravity-theme .ginput_container_address span,.gform_wrapper.gravity-theme .ginput_full:not(:last-of-type){margin-bottom:8px}.gform_wrapper.gravity-theme .ginput_container_address{margin-bottom:-8px}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full){padding-left:1%;padding-right:0}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),html[dir=rtl] .gform_wrapper.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full){padding-left:0;padding-right:1%}}@media (max-width:640px){.gform_wrapper.gravity-theme .ginput_complex span{flex:0 0 100%;margin-bottom:8px;padding-left:0}.gform_wrapper.gravity-theme .ginput_complex.ginput_container_address span{padding-left:.9804%}}.gform_wrapper.gravity-theme .description,.gform_wrapper.gravity-theme .gfield_description,.gform_wrapper.gravity-theme .gsection_description,.gform_wrapper.gravity-theme .instruction{clear:both;font-family:inherit;font-size:15px;letter-spacing:normal;line-height:inherit;padding-top:13px;width:100%}.gform_wrapper.gravity-theme .field_description_above .description,.gform_wrapper.gravity-theme .field_description_above .gfield_description,.gform_wrapper.gravity-theme .field_description_above .gsection_description,.gform_wrapper.gravity-theme .field_description_above .instruction{padding-bottom:16px}.gform_wrapper.gravity-theme .field_sublabel_above .description,.gform_wrapper.gravity-theme .field_sublabel_above .gfield_description,.gform_wrapper.gravity-theme .field_sublabel_above .gsection_description{margin-top:9.008px}.gform_wrapper.gravity-theme .top_label .gsection_description{margin-bottom:9.008px;width:100%}.gform_wrapper.gravity-theme .field_description_below .gfield_consent_description,.gform_wrapper.gravity-theme .gfield_consent_description{border:1px solid #ddd;font-size:13.008px;margin-top:12.8px;max-height:240px;overflow-y:scroll;padding:6.4px 8px;width:100%}.gform_wrapper.gravity-theme .field_description_above .gfield_choice_limit_message,.gform_wrapper.gravity-theme .field_sublabel_above .gfield_choice_limit_message,.gform_wrapper.gravity-theme .gfield_choice_limit_message{display:block;margin-bottom:8px;margin-top:0;padding-bottom:0;padding-top:0}.gform_wrapper.gravity-theme .gfield_creditcard_warning{background-color:rgba(255,223,224,.25);border-bottom:4px solid #c02b0a;border-top:2px solid #c02b0a;padding:16px}.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message{color:#c02b0a;font-family:inherit;font-size:16px;font-weight:700;min-height:32px;position:relative}.gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span{background-image:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjwhLS0gR2VuZXJhdG9yOiBBZG9iZSBJbGx1c3RyYXRvciAxOS4xLjAsIFNWRyBFeHBvcnQgUGx1Zy1JbiAuIFNWRyBWZXJzaW9uOiA2LjAwIEJ1aWxkIDApICAtLT4NCjwhRE9DVFlQRSBzdmcgUFVCTElDICItLy9XM0MvL0RURCBTVkcgMS4xLy9FTiIgImh0dHA6Ly93d3cudzMub3JnL0dyYXBoaWNzL1NWRy8xLjEvRFREL3N2ZzExLmR0ZCI+DQo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4Ig0KCSB2aWV3Qm94PSItMTA2NyAyODY1IDI0IDMyIiBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IC0xMDY3IDI4NjUgMjQgMzI7IiB4bWw6c3BhY2U9InByZXNlcnZlIj4NCjxzdHlsZSB0eXBlPSJ0ZXh0L2NzcyI+DQoJLnN0MHtmaWxsOiM3OTAwMDA7fQ0KPC9zdHlsZT4NCjxwYXRoIGNsYXNzPSJzdDAiIGQ9Ik0tMTA1MywyODY1Yy01LjUsMC0xMCw0LjUtMTAsMTBoNGMwLTMuMywyLjctNiw2LTZjMy4zLDAsNiwyLjcsNiw2djJoLTIwdjE0YzAsMy4zLDIuNyw2LDYsNmgxMg0KCWMzLjMsMCw2LTIuNyw2LTZ2LTE2Qy0xMDQzLDI4NjkuNS0xMDQ3LjUsMjg2NS0xMDUzLDI4NjV6IE0tMTA0OSwyODkzaC0xMmMtMS4xLDAtMi0wLjktMi0ydi0xMGgxNnYxMA0KCUMtMTA0NywyODkyLjEtMTA0Ny45LDI4OTMtMTA0OSwyODkzeiBNLTEwNTMsMjg4N2MwLDEuMS0wLjksMi0yLDJzLTItMC45LTItMmMwLTEuMSwwLjktMiwyLTJTLTEwNTMsMjg4NS45LTEwNTMsMjg4N3oiLz4NCjwvc3ZnPg0K);background-position:0 3.2px;background-repeat:no-repeat;background-size:24px 16px;border-bottom:1px solid #c02b0a;display:block;letter-spacing:.1pt;margin-bottom:16px;padding:0 0 16px 24px;text-transform:uppercase}.gform_wrapper.gravity-theme .ginput_cardextras{display:flex;flex-wrap:wrap}.gform_wrapper.gravity-theme .ginput_complex .ginput_cardinfo_right input{max-width:112px;width:30%}.gform_wrapper.gravity-theme .ginput_card_expiration_container{display:flex;flex-wrap:wrap}.gform_wrapper.gravity-theme .ginput_card_expiration_month{flex:1;margin-right:16px}.gform_wrapper.gravity-theme .ginput_card_expiration_year{flex:1}.gform_wrapper.gravity-theme .ginput_cardinfo_left label,.gform_wrapper.gravity-theme .ginput_cardinfo_left legend,.gform_wrapper.gravity-theme .ginput_cardinfo_right label,.gform_wrapper.gravity-theme .ginput_cardinfo_right legend{flex:1 1 100%}.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left{display:flex;flex-direction:column}.gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left legend{float:left;padding-top:5px}.gform_wrapper.gravity-theme .field_sublabel_below fieldset.ginput_cardinfo_left{flex-direction:column-reverse}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_card_expiration_month{margin-left:16px;margin-right:0}html[dir=rtl] .gform_wrapper.gravity-theme .gform_card_icon{float:right}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_creditcard_warning .gfield_creditcard_warning_message span{background-position:right 3.2px;background-repeat:no-repeat;background-size:24px 16px;display:block;margin-bottom:16px;padding:0 24px 16px 0}html[dir=rtl] .gform_wrapper.gravity-theme fieldset.ginput_cardinfo_left{display:flex}@media (max-width:640px){.gform_wrapper.gravity-theme .ginput_card_expiration{flex:none}.gform_wrapper.gravity-theme .ginput_card_expiration_month{margin-bottom:8px}}.gform_wrapper.gravity-theme .ginput_container_date+.ginput_container_date{margin-left:2%}.gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"]+.ginput_container_date{margin-left:0}.gform_wrapper.gravity-theme .ginput_container_date label{display:block}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date+.ginput_container_date{margin-left:0;margin-right:16px}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date[style*="display:none"]+.ginput_container_date{margin-right:0}.gravity-theme.ui-datepicker{background:#fff;border:1px solid #d0d1d3;border-radius:3px;box-shadow:0 .0625rem .25rem rgba(0,0,0,.11),0 0 .25rem rgba(18,25,97,.0405344);color:#607382;font-size:.8125rem;font-weight:var(--gform-theme-font-weight-medium);margin-top:5px;max-width:400px;padding:18px 15px;width:auto}.gravity-theme.ui-datepicker table,.gravity-theme.ui-datepicker td,.gravity-theme.ui-datepicker th,.gravity-theme.ui-datepicker thead,.gravity-theme.ui-datepicker tr{background:0 0;border:0;margin:0}.gravity-theme.ui-datepicker td,.gravity-theme.ui-datepicker th{padding:5px;text-shadow:none;text-transform:none}.gravity-theme.ui-datepicker .ui-datepicker-header{border:0;display:flex;flex-direction:row;justify-content:center;margin:0 0 5px;padding:0;position:relative;width:100%}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next,.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{align-items:center;background:0 0;border:0;color:#607382;cursor:pointer;display:flex;font-family:gform-icons-theme!important;font-size:24px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:30px;justify-content:center;line-height:1;position:absolute;speak:never;text-decoration:none;top:50%;transform:translateY(-50%);transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;width:30px}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:focus,.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next:hover,.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:focus,.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev:hover{color:#2f4054}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next .ui-icon,.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev .ui-icon{display:none}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before,.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before{border:0;height:auto;position:static;transform:none;width:auto}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev{left:0}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-prev::before{content:"\e910"}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next{right:0}.gravity-theme.ui-datepicker .ui-datepicker-header .ui-datepicker-next::before{content:"\e91b"}.gravity-theme.ui-datepicker .ui-datepicker-header select{-webkit-appearance:none;background-color:transparent;background-image:url(//www.stafcars.be/wp-content/plugins/gravityforms/images/theme/down-arrow.svg);background-position:100% 50%;background-repeat:no-repeat;background-size:24px 24px;border:0;border-radius:0;box-shadow:none;color:#585e6a;cursor:pointer;display:inline-block;font-size:.875rem;font-weight:var(--gform-theme-font-weight-medium);height:auto;min-height:0;padding:0 22px 0 0;width:auto}.gravity-theme.ui-datepicker .ui-datepicker-header select.ui-datepicker-month{margin-right:20px;-moz-text-align-last:right;text-align-last:right}.gravity-theme.ui-datepicker .ui-datepicker-calendar{table-layout:fixed;width:100%}.gravity-theme.ui-datepicker .ui-datepicker-calendar a,.gravity-theme.ui-datepicker .ui-datepicker-calendar span{font-weight:var(--gform-theme-font-weight-normal)}.gravity-theme.ui-datepicker .ui-datepicker-calendar th span{align-items:center;color:#2f4054;display:flex;font-size:.8125rem;font-weight:var(--gform-theme-font-weight-medium);height:40px;justify-content:center;width:40px}.gravity-theme.ui-datepicker .ui-datepicker-calendar td{font-size:.8125rem;height:50px;width:50px}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default{align-items:center;background:0 0;border:1px solid transparent;border-radius:100%;box-shadow:none;color:#2f4054;display:flex;height:40px;justify-content:center;text-decoration:none;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;width:40px}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:focus,.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:hover{background:0 0;border-color:#607382;outline:0}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default:active{background:#f2f3f5;border-color:#607382}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default{background:#607382;border-color:#607382;box-shadow:0 .125rem .125rem rgba(58,58,87,.0596411);color:#fff}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:focus,.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-datepicker-current-day .ui-state-default:hover{border-color:#607382}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled{background:0 0}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default{align-items:center;background:#f2f3f5;border:1px solid rgba(32,32,46,.079);border-radius:100%;box-shadow:0 .125rem .125rem rgba(58,58,87,.0596411);color:#686e77;cursor:text;display:flex;height:40px;justify-content:center;text-decoration:none;width:40px}@media (max-width:640px){.gravity-theme.ui-datepicker{max-width:235px}.gravity-theme.ui-datepicker .ui-datepicker-header{margin-bottom:10px}.gravity-theme.ui-datepicker td,.gravity-theme.ui-datepicker th{padding:3px}.gravity-theme.ui-datepicker .ui-datepicker-calendar th span{height:20px;width:20px}.gravity-theme.ui-datepicker .ui-datepicker-calendar td{height:30px;width:30px}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-default{height:20px;width:20px}.gravity-theme.ui-datepicker .ui-datepicker-calendar .ui-state-disabled .ui-state-default{height:20px;width:20px}}html[dir=rtl] #ui-datepicker-div.gform-theme-datepicker[style]{right:auto!important}.gform_wrapper.gravity-theme .gform_footer,.gform_wrapper.gravity-theme .gform_page_footer{margin:6px 0 0;padding:16px 0}.gform_wrapper.gravity-theme .gform_footer.left_label,.gform_wrapper.gravity-theme .gform_footer.right_label,.gform_wrapper.gravity-theme .gform_page_footer.left_label,.gform_wrapper.gravity-theme .gform_page_footer.right_label{padding:16px 0 10px 30%}.gform_wrapper.gravity-theme .gform_footer button,.gform_wrapper.gravity-theme .gform_footer input,.gform_wrapper.gravity-theme .gform_page_footer button,.gform_wrapper.gravity-theme .gform_page_footer input{margin-bottom:8px}.gform_wrapper.gravity-theme .gform_footer button.button:disabled,.gform_wrapper.gravity-theme .gform_footer input.button:disabled,.gform_wrapper.gravity-theme .gform_page_footer button.button:disabled,.gform_wrapper.gravity-theme .gform_page_footer input.button:disabled{opacity:.6}.gform_wrapper.gravity-theme .gform_footer button+input,.gform_wrapper.gravity-theme .gform_footer input+button,.gform_wrapper.gravity-theme .gform_footer input+input,.gform_wrapper.gravity-theme .gform_page_footer button+input,.gform_wrapper.gravity-theme .gform_page_footer input+button,.gform_wrapper.gravity-theme .gform_page_footer input+input{margin-left:8px}html[dir=rtl] .gform_wrapper.gravity-theme button+input,html[dir=rtl] .gform_wrapper.gravity-theme input+button,html[dir=rtl] .gform_wrapper.gravity-theme input+input{margin-right:8px}.gform_wrapper.gravity-theme .gfield_checkbox label,.gform_wrapper.gravity-theme .gfield_radio label{display:inline-block;font-size:15px}.gform_wrapper.gravity-theme .gfield_checkbox button,.gform_wrapper.gravity-theme .gfield_checkbox input[type=text],.gform_wrapper.gravity-theme .gfield_radio button,.gform_wrapper.gravity-theme .gfield_radio input[type=text]{margin-top:16px}.gform_wrapper.gravity-theme .gfield-choice-input{display:inline-block;margin-top:0;top:0;vertical-align:middle}.gform_wrapper.gravity-theme .gfield-choice-input+label{margin-bottom:0;max-width:calc(100% - 32px);vertical-align:middle}.gform_wrapper.gravity-theme .gfield-choice-input:disabled+label{color:#757575}.gform_wrapper.gravity-theme input[type=number]{display:inline-block}.gform_wrapper.gravity-theme input[type=color],.gform_wrapper.gravity-theme input[type=date],.gform_wrapper.gravity-theme input[type=datetime-local],.gform_wrapper.gravity-theme input[type=datetime],.gform_wrapper.gravity-theme input[type=email],.gform_wrapper.gravity-theme input[type=month],.gform_wrapper.gravity-theme input[type=number],.gform_wrapper.gravity-theme input[type=password],.gform_wrapper.gravity-theme input[type=search],.gform_wrapper.gravity-theme input[type=tel],.gform_wrapper.gravity-theme input[type=text],.gform_wrapper.gravity-theme input[type=time],.gform_wrapper.gravity-theme input[type=url],.gform_wrapper.gravity-theme input[type=week],.gform_wrapper.gravity-theme select,.gform_wrapper.gravity-theme textarea{font-size:15px;margin-bottom:0;margin-top:0;padding:8px}.gform_wrapper.gravity-theme .chosen-container-multi,.gform_wrapper.gravity-theme .ginput_product_price,.gform_wrapper.gravity-theme .ginput_product_price_label,.gform_wrapper.gravity-theme .ginput_quantity_label{font-size:15px}.gform_wrapper.gravity-theme .chosen-choices{padding:8px}.gform_wrapper.gravity-theme .ginput_container_date{align-content:flex-start;align-items:center;display:flex}.gform_wrapper.gravity-theme .ginput_container_date input{width:auto}.gform_wrapper.gravity-theme .ginput_container_date .datepicker_with_icon.large{width:calc(100% - 48px)}.gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger{display:block;margin-left:12.8px;max-height:25.6px;max-width:25.6px}.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date{flex-basis:min-content;flex-flow:row wrap;max-width:30%}.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date input,.gform_wrapper.gravity-theme .ginput_complex .ginput_container_date select{min-width:84px;width:100%}.gform_wrapper.gravity-theme .gfield_chainedselect.horizontal select{min-width:100px}.gform_wrapper.gravity-theme .gform_show_password{align-items:center;background:0 0;color:inherit;display:flex;height:100%}.gform_wrapper.gravity-theme .gform_show_password:focus,.gform_wrapper.gravity-theme .gform_show_password:hover{background:0 0}.gform_wrapper.gravity-theme .gfield_consent_description{border:1px solid #ddd;font-size:.8em;margin-top:8px;max-height:240px;overflow-y:scroll;padding:8px}.gform_wrapper.gravity-theme .gfield .ginput_quantity{width:auto}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_checkbox,.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield_radio{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice{align-self:start;display:block;inline-size:200px;max-inline-size:200px;min-inline-size:200px;position:relative}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice .gfield-image-choice-wrapper-outer{display:block}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice label{display:inline;margin:0}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice input{margin-inline-start:0}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:gform-icons-theme!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;align-items:center;background-color:#607382;block-size:38px;border-radius:50%;color:#fff;content:"\e917";display:flex;filter:drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));font-size:32px;inline-size:38px;inset-block-start:10px;inset-inline-end:10px;justify-content:center;position:absolute;z-index:5}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:gform-icons-theme!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;align-items:center;background-color:#607382;block-size:38px;border-radius:50%;color:#fff;content:"\e917";display:flex;filter:drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));font-size:32px;inline-size:38px;inset-block-start:10px;inset-inline-end:10px;justify-content:center;position:absolute;z-index:5}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:gform-icons-theme!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;align-items:center;background-color:#607382;block-size:38px;border-radius:50%;color:#fff;content:"\e917";display:flex;filter:drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));font-size:32px;inline-size:38px;inset-block-start:10px;inset-inline-end:10px;justify-content:center;position:absolute;z-index:5}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:has(input:checked))::after{font-family:gform-icons-theme!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;align-items:center;background-color:#607382;block-size:38px;border-radius:50%;color:#fff;content:"\e917";display:flex;filter:drop-shadow(0 1px 1px rgba(18, 25, 97, .15)) drop-shadow(0 2px 5px rgba(18, 25, 97, .1)) drop-shadow(0 0 0 rgba(18, 25, 97, .05));font-size:32px;inline-size:38px;inset-block-start:10px;inset-inline-end:10px;justify-content:center;position:absolute;z-index:5}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:focus-within) .gfield-choice-image-wrapper::before{border-color:currentColor}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where([\:has\(.gfield-choice-input\:disabled\)]) .gfield-choice-image-wrapper{opacity:.5}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice:where(:has(.gfield-choice-input:disabled)) .gfield-choice-image-wrapper{opacity:.5}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-wrapper{aspect-ratio:1/1;margin-block-end:8px;opacity:1;overflow:hidden;position:relative}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-wrapper::before{border:2px solid transparent;content:"";display:block;inset-block:0;inset-inline:0;position:absolute;z-index:1}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-no-image{font-family:gform-icons-theme!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;background-color:#d0d1d3;block-size:100%;color:#607382;display:block;inline-size:100%;position:relative}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-no-image::before{content:"\e91e";font-size:60px;inset-block-start:50%;left:50%;position:absolute;transform:translate(-50%,-50%)}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image-no-image span{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform_wrapper.gravity-theme .ginput_container_image_choice .gfield-choice-image{block-size:100%!important;display:block;inline-size:100%;max-block-size:100%;max-inline-size:100%;-o-object-fit:cover;object-fit:cover}.gform_wrapper.gravity-theme .ginput_container_image_choice .gchoice_other_control{margin-block-start:16px;max-inline-size:100%}.gform_wrapper.gravity-theme .gfield_error .ginput_container_image_choice .gfield-choice-image-wrapper::before{border-color:#c02b0a}.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--label-hide .gchoice .gfield-choice-image-wrapper{margin-block-end:0}.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--label-hide .gchoice .gfield-choice-input,.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--label-hide .gchoice .gfield-image-choice-wrapper-inner,.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--label-hide .gchoice .gform-field-label{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--input-hide .gchoice .gform-field-label{margin-inline-start:0}.gform_wrapper.gravity-theme:where(:not(.gform_wrapper_edit_form_entry)) .ginput_container_image_choice.ginput_container_image_choice--input-hide .gchoice .gfield-choice-input{border:0;clip:rect(0,0,0,0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;white-space:nowrap;width:1px}.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:gform-icons-common!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;content:"\e904";font-size:20px}.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:gform-icons-common!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;content:"\e904";font-size:20px}.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gchoice:where([\:has\(input\:checked\)])::after{font-family:gform-icons-common!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;content:"\e904";font-size:20px}.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gchoice:where(:has(input:checked))::after{font-family:gform-icons-common!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none;content:"\e904";font-size:20px}.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gfield-choice-image-no-image{font-family:gform-icons-common!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;speak:none;text-transform:none}.gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gfield-choice-image-no-image::before{content:"\e90f"}.gforms_edit_form.gf_browser_safari .gform_wrapper.gravity-theme:where(.gform_wrapper_edit_form_entry) .ginput_container_image_choice .gfield-choice-image{max-block-size:-webkit-fill-available}html[dir=rtl] .gform_wrapper.gravity-theme .ginput_container_date img.ui-datepicker-trigger{margin-left:0;margin-right:12.8px;order:1}.gform_wrapper.gravity-theme .gsection{border-bottom:1px solid #ccc;padding:0 16px 8px 0}html[dir=rtl] .gform_wrapper.gravity-theme .gsection{padding:0 0 8px 16px}.gform_wrapper.gravity-theme .gf_progressbar_title{color:#767676;font-size:12.992px;font-weight:400;margin:0 0 4.8px 0}.gform_wrapper.gravity-theme .gf_progressbar{background:#e8e8e8;border-radius:10.5px;margin-bottom:16px;position:relative}.gform_wrapper.gravity-theme .gf_progressbar_percentage{border-radius:10.5px;height:20.992px;text-align:right;vertical-align:middle}.gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100){border-radius:10.5px 0 0 10.5px}.gform_wrapper.gravity-theme .gf_progressbar_percentage span{display:block;float:right;font-size:13px;line-height:21px;margin-left:8px;margin-right:8px;min-width:2em;width:auto}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_0 span{color:#959595;float:none;margin-left:9.6px;text-shadow:none}.gform_wrapper.gravity-theme .gf_progressbar_blue{background:#d2d6dc}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blue{background-color:#1e7ac4;color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_gray{background:#d2d6dc}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_gray{background-color:#6b7280;color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_green{background:#e8e8e8}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_green{background-color:#aac138;color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_orange{background:#e8eaec}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_orange{background-color:#ff5d38;color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_red{background:#e8eaec}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_red{background-color:#ec1e31;color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_spring{background:#d2d6dc}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_spring{background:linear-gradient(270deg,#9cd790 0,#76d7db 100%);color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_blues{background:#d2d6dc}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_blues{background:linear-gradient(270deg,#00c2ff 0,#7838e2 100%);color:#fff}.gform_wrapper.gravity-theme .gf_progressbar_rainbow{background:#d2d6dc}.gform_wrapper.gravity-theme .gf_progressbar_percentage.percentbar_rainbow{background:linear-gradient(270deg,#1dbeea 0,#cd6ad6 50%,#f35160 100%);color:#fff}html[dir=rtl] .gform_wrapper.gravity-theme .gf_progressbar_percentage:not(.percentbar_100){border-radius:0 10.5px 10.5px 0}.gform_wrapper.gravity-theme .gf_page_steps{border-bottom:1px solid #e5e7eb;margin-bottom:16px}.gform_wrapper.gravity-theme .gf_step{display:inline-block;margin:8px 32px 8px 0}.gform_wrapper.gravity-theme .gf_step_label,.gform_wrapper.gravity-theme .gf_step_number{display:table-cell;vertical-align:middle}.gform_wrapper.gravity-theme .gf_step_number{background:0 0;border:2px solid #cfd3d9;border-radius:20px;color:#585e6a;font-size:14px;font-weight:500;height:40px;text-align:center;width:40px}.gform_wrapper.gravity-theme .gf_step_active .gf_step_number{background:#cfd3d9;color:#607382}.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number{position:relative}.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::before{background:#607382;border:2px solid #607382;border-radius:20px;content:"";display:table-cell;height:40px;left:-2px;position:absolute;top:-2px;width:40px}.gform_wrapper.gravity-theme .gf_step_completed .gf_step_number::after{align-items:center;color:#fff;content:"\e917";display:flex;font-family:gform-icons-theme;font-size:24px;height:100%;justify-content:center;left:0;position:absolute;text-align:center;top:0;width:100%;z-index:5}.gform_wrapper.gravity-theme .gf_step_label{color:inherit;font-size:14px;font-weight:600;line-height:16px;padding-left:16px}.gform_wrapper.gravity-theme .gf_step_hidden{display:none}.gform_wrapper.gravity-theme .ginput_product_price_wrapper{display:inline-block}.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:-moz-read-only{background:0 0;border:none;padding:0}.gform_wrapper.gravity-theme .ginput_product_price_wrapper input:read-only{background:0 0;border:none;padding:0}.gform_wrapper.gravity-theme .ginput_product_price,.gform_wrapper.gravity-theme .ginput_shipping_price{color:#900}.gform_wrapper.gravity-theme .ginput_total{color:#060}.gform_wrapper.gravity-theme .gfield_repeater_cell{margin-top:8px}.gform_wrapper.gravity-theme .gfield_repeater_cell label{color:#9b9a9a;font-size:12.8px;font-weight:400;padding-top:8px}.gform_wrapper.gravity-theme .gfield_repeater_items .gfield_repeater_cell:not(:first-child){padding-top:8px}.gform_wrapper.gravity-theme .gfield_repeater_wrapper input{border:1px solid #c5c6c5;border-radius:4px}.gform_wrapper.gravity-theme .gfield_repeater_cell>.gfield_repeater_wrapper{background-color:rgba(1,1,1,.02);border-bottom:1px solid #eee;border-left:8px solid #f1f1f1;border-radius:8px;box-shadow:0 1px 1px 0 rgba(0,0,0,.06),0 2px 1px -1px rgba(0,0,0,.06),0 1px 5px 0 rgba(0,0,0,.06);padding:10px 20px}.gform_wrapper.gravity-theme .gfield_repeater_buttons{padding-top:16px}.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:hover,.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:hover,.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:hover,.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:hover{background:#fafafa;border:1px solid #757575;color:#374750}.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus:focus,.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text:focus,.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus:focus,.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text:focus{outline:0}.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_text,.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_text{background:rgba(242,242,242,.5);border:1px solid rgba(117,117,117,.4);border-radius:20px;color:#757575;font-size:12px;font-weight:400;height:32px;margin-bottom:8px;margin-right:8px;min-width:100px;transition:all .3s cubic-bezier(.67, .17, .4, .83)}.gform_wrapper.gravity-theme .gfield_repeater_buttons .add_repeater_item_plus,.gform_wrapper.gravity-theme .gfield_repeater_buttons .remove_repeater_item_minus{background:rgba(242,242,242,.5);border:1px solid rgba(117,117,117,.4);border-radius:50%;color:#757575;font-size:16px;font-weight:700;height:24px;margin:10px 5px 0 5px;padding:0;transition:all .3s cubic-bezier(.67, .17, .4, .83);width:24px}.gform_wrapper.gravity-theme .gfield_repeater .gfield_repeater_items .gfield_repeater_item:not(:last-child){border-bottom:2px solid #e0e0e6;margin-bottom:20px;margin-right:8px;padding-bottom:20px}.gform_wrapper.gravity-theme .gform-loader{align-self:center;animation:gformLoader 1.1s infinite linear;block-size:8em;border-block-end:1.1em solid #000;border-block-start:1.1em solid #fff;border-inline-end:1.1em solid #fff;border-inline-start:1.1em solid #000;border-radius:50%;display:inline-block;font-size:2px;inline-size:8em;margin-inline-start:2em;position:relative;transform:translateZ(0);vertical-align:middle}@keyframes gformLoader{0%{transform:rotate(0)}100%{transform:rotate(360deg)}}.gform_wrapper.gravity-theme .gfield_time_hour label.hour_label,.gform_wrapper.gravity-theme .gfield_time_minute label.minute_label{display:block;font-size:15px;margin:0;padding-top:5px}.gform_wrapper.gravity-theme .ginput_container_time{flex-basis:min-content;max-width:64px;min-width:64px}.gform_wrapper.gravity-theme .ginput_container_time input{margin-left:0;margin-right:0;min-width:100%}.gform_wrapper.gravity-theme .gfield_time_minute{position:relative}.gform_wrapper.gravity-theme .hour_minute_colon{line-height:2;padding:0 8px}.gform_wrapper.gravity-theme .field_sublabel_above .hour_minute_colon{align-self:flex-end}.gform_wrapper.gravity-theme .gfield_time_ampm{align-items:flex-end;display:flex;margin-left:16px}.gform_wrapper.gravity-theme .gfield_time_ampm.below,.gform_wrapper.gravity-theme .hour_minute_colon.below{align-items:flex-start}html[dir=rtl] .gform_wrapper.gravity-theme .gfield_time_ampm{margin-left:16px;margin-right:0}html[dir=rtl] .gform_wrapper.gravity-theme .gfield--type-time .gform-grid-row{flex-direction:row-reverse;justify-content:flex-end}