@font-face {
  font-family: Helvetica neue;
  src: url('../fonts/Helvetica-Neue-65-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica neue;
  src: url('../fonts/HelveticaNeueLTPro-Bd.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica neue cnd;
  src: url('../fonts/HelveticaNeueLTPro-BdCn.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helvetica neue;
  src: url('../fonts/HelveticaNeueLTPro-Lt.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black-2: #13151d;
  --black: #1c1f2e;
  --white-smoke: #e8e9ea;
  --orange-red: #fe4401;
  --dark-grey: #969696;
  --dim-grey: #5e606d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1vw;
  line-height: 20px;
}

h1 {
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 100px;
  font-weight: 700;
  line-height: 108px;
}

h2 {
  color: var(--black-2);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 55px;
  font-weight: 700;
  line-height: 55px;
}

h3 {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 700;
  line-height: 50px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
}

a {
  color: var(--white-smoke);
  text-decoration: none;
}

.hero {
  background-image: linear-gradient(to bottom, #13151d85, #13151d85), linear-gradient(to right, var(--black-2) 43%, #fff0), url('../images/Auto_garage.jpg');
  background-position: 0 0, 0 0, 570px 0;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding: 40px 40px 57px;
  font-family: Helvetica neue, Arial, sans-serif;
  font-weight: 500;
  position: relative;
}

.navbar {
  max-width: 1920px;
}

.my_container_1700 {
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
}

.nav_div {
  z-index: 1;
  border-right: 4px solid var(--orange-red);
  border-bottom: 4px solid var(--orange-red);
  background-color: #fff;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  max-width: 1700px;
  margin-left: auto;
  margin-right: auto;
  padding: 10px 20px 12px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 20px #0000004d;
}

.image {
  width: 200px;
  padding-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.brand {
  order: -1;
  margin-top: -20px;
  margin-bottom: -50px;
  margin-left: -30px;
  padding-left: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.brand.w--current {
  order: -1;
  min-height: 100%;
  margin-top: -20px;
  margin-bottom: -50px;
  margin-left: -30px;
  position: static;
}

.navbar-2 {
  z-index: 999;
  background-color: #fff;
  max-width: 1700px;
  margin-top: 23px;
  margin-left: auto;
  margin-right: auto;
  position: static;
  inset: 0% 0% auto;
}

.offerte_opvragen {
  color: var(--orange-red);
  flex-direction: row;
  align-items: center;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 42px;
  font-weight: 700;
  line-height: 0;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.nav_link {
  margin-right: 10px;
  font-size: 15px;
  display: block;
}

.nav_link:focus, .nav_link.w--current {
  color: var(--orange-red);
  text-decoration: underline;
}

.nav_link.blog {
  display: none;
}

.my_container_1500 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero_content_wrapper {
  flex-direction: column;
  margin-top: 0;
  padding-top: 259px;
  display: flex;
}

.heading {
  font-size: 62px;
  line-height: 63px;
}

.h1_white {
  color: #fff;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 80px;
}

.hero_sub_tekst {
  color: #000;
  text-transform: uppercase;
  margin-top: 23px;
  margin-bottom: 37px;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 29px;
  font-weight: 700;
  line-height: 30px;
}

.hero_sub_tekst.white {
  color: #fff;
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 29px;
  font-weight: 700;
}

.hero_sub_tekst.orange {
  color: var(--orange-red);
  margin-bottom: 20px;
}

.hero_sub_tekst.white {
  font-size: 20px;
}

.button_bleu {
  text-transform: uppercase;
  background-color: #1c1f2e;
  padding: 19px;
  font-size: 19px;
  box-shadow: 2px 2px #fff;
}

.maak_afspraak {
  flex-direction: row;
  align-items: center;
  padding: 2px 19px 0;
  display: flex;
  position: relative;
  box-shadow: 2px 2px #fff;
}

.image-2 {
  position: absolute;
  inset: 149% auto auto 74%;
}

.div-block-2 {
  margin-top: 94px;
  display: flex;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  background-color: #0000;
  font-size: 16px;
  text-decoration: none;
}

.div-block-3 {
  background-color: #fff;
  width: 1px;
  height: 60px;
  margin: 0 25px;
}

.image-3 {
  padding-top: 0;
  padding-bottom: 0;
}

.my_container_1300 {
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.heading-2 {
  font-size: 50px;
  line-height: 52px;
}

.about_section_wrapper {
  max-width: 75%;
  margin-top: 20px;
  margin-bottom: 99px;
}

.about_section_wrapper.partners {
  margin-bottom: 36px;
}

.paragraph {
  font-size: 19px;
  line-height: 24px;
}

.pluspunten_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 53px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.div-block-4 {
  align-items: flex-start;
  display: flex;
}

.platte-tekst {
  margin-top: 10px;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 22px;
}

.platte-tekst.white {
  font-size: 1em;
  line-height: 1.3em;
}

.image-4 {
  width: 40px;
}

.heading-3 {
  margin-top: 0;
}

.div-block-5 {
  width: 91.8576%;
  margin-left: 31px;
}

.pluspunt_wrapper {
  justify-content: space-between;
  margin-top: 65px;
  display: flex;
}

.image-5 {
  object-fit: cover;
  width: 80%;
  max-height: 700px;
}

.section {
  object-fit: fill;
  padding: 143px 40px 54px;
}

.section.darkbleu {
  background-color: var(--black);
}

.section.bg_image {
  background-image: linear-gradient(12deg, #fff 14%, #fff0), linear-gradient(#fff, #fff0 69%), url('../images/hand-car-mechanic-with-wrench.jpg');
  background-position: 0 0, 0 0, 100%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, cover;
  padding-bottom: 122px;
  overflow: hidden;
}

.section.black {
  background-color: var(--black-2);
}

.form-block {
  padding: 32px 0;
}

.fieldlabel {
  color: #969696;
  font-family: Helvetica neue, Arial, sans-serif;
  font-weight: 500;
}

.lightbleu {
  background-color: var(--white-smoke);
  margin-top: 90px;
  margin-bottom: 90px;
}

.formwrapper {
  background-color: #fff;
  padding: 20px;
}

.form_orange_lines {
  border: 1px solid var(--orange-red);
  box-shadow: -3px 3px 0 0 var(--orange-red);
  padding-top: 40px;
  padding-left: 40px;
  padding-right: 21px;
}

.form {
  grid-template: ". Area"
                 ". Area"
                 ". ."
                 ". ."
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  place-content: stretch start;
  display: block;
}

.text-field {
  background-color: var(--white-smoke);
  border: 1px #000;
  border-radius: 2px;
}

.grid {
  grid-template-rows: auto auto auto auto;
  grid-template-areas: ". Area"
                       ". Area"
                       ". Area-2"
                       ". Area-2";
  grid-auto-flow: column;
}

.textarea {
  background-color: var(--white-smoke);
  border-radius: 2px;
}

.div-block-6 {
  justify-content: center;
  margin-top: 51px;
  display: flex;
}

.button {
  background-color: var(--orange-red);
  text-transform: uppercase;
  padding: 20px 24px 21px;
  font-family: Helvetica neue, Arial, sans-serif;
  font-weight: 700;
}

.instagram_content_wrapper {
  border-bottom: 4px solid var(--orange-red);
  background-color: var(--black);
  padding: 35px 18px;
}

.instagram_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.instagram_text {
  color: #fff;
  margin-left: 18px;
  font-size: 20px;
}

.div-block-7 {
  align-items: center;
  margin-bottom: 21px;
  display: flex;
}

.text-block-2 {
  color: #fff;
  text-align: center;
  font-size: 40px;
  line-height: 60px;
}

.grid-2 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 63px;
}

.review_wrapper {
  border: 1px solid #000;
  padding: 10px 25px 32px;
  box-shadow: -2px 2px #000;
}

.text-block-3 {
  margin-top: 40px;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 33px;
}

.image-6 {
  border-radius: 90px;
}

.div-block-9 {
  justify-content: space-between;
  padding-top: 69px;
  padding-bottom: 83px;
  display: flex;
  position: relative;
}

.footer_tekst {
  color: var(--black-2);
  margin-bottom: 10px;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: .8em;
  font-weight: 700;
  line-height: 1.1em;
}

.footer {
  background-image: linear-gradient(225deg, #fff0, #fff), url('../images/hand-car-mechanic-with-wrench.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  margin-top: 122px;
  padding-left: 40px;
  padding-right: 40px;
}

.image-7 {
  object-fit: cover;
  height: 160px;
  position: absolute;
  inset: -45% auto auto -2%;
}

.div-block-10 {
  background-color: var(--black);
  justify-content: center;
  padding: 9px;
  display: flex;
}

.link {
  color: #969696;
}

.div-block-11 {
  display: none;
}

.columns {
  width: 100%;
}

.column {
  justify-content: flex-end;
  height: 100%;
  display: flex;
}

.div-block-12 {
  height: 200px;
}

.heading-6 {
  line-height: 67px;
}

.bottem_content_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.grid-3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.paragraph-2 {
  color: #fff;
  margin-right: 11px;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 34px;
}

.hoewerkthet_link {
  color: var(--orange-red);
}

.div-block-13 {
  flex-direction: row;
  justify-content: center;
  max-width: 361px;
  display: flex;
}

.div-block-14 {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.image-8 {
  margin-bottom: 42px;
}

.zowerkthet_sectie {
  border-top: 2px solid var(--orange-red);
  background-color: var(--black);
  padding-top: 44px;
  padding-bottom: 0;
}

.text-block-4 {
  color: var(--white-smoke);
  background-color: #0000;
  margin-bottom: 66px;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 60px;
}

.hero_2 {
  background-image: linear-gradient(to bottom, var(--black), var(--black));
}

.section.dark_bleu {
  background-color: var(--black-2);
}

.categorie_wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.categorie_section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--black-2);
  color: var(--white-smoke);
  text-transform: uppercase;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 47px 40px;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 15px;
  display: grid;
}

.categorie {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 90px;
  margin-left: 11px;
  margin-right: 11px;
  display: flex;
}

.categorie_image {
  object-fit: contain;
  margin-bottom: 17px;
}

.categorie_tekst {
  text-align: center;
}

.voordelen_heading {
  color: var(--orange-red);
  margin-top: 0;
}

.image-9 {
  margin-right: -58px;
  padding-right: 0;
}

.image-10 {
  display: none;
}

.subheading {
  color: var(--black-2);
  text-transform: uppercase;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 24px;
  line-height: 38px;
}

.subheading.white {
  line-height: 1.3em;
}

.subheading.orange {
  color: var(--orange-red);
}

.offerte_div {
  align-items: center;
  display: flex;
}

.image-11 {
  padding-top: 4px;
  padding-bottom: 4px;
}

.heading-10 {
  margin-top: 10px;
}

.heading-11 {
  margin-top: 0;
  margin-bottom: 0;
}

.white {
  color: #fff;
}

.infographic_grid {
  grid-column-gap: 106px;
  grid-row-gap: 94px;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 116px;
}

.infographic_heading {
  color: #fff;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 31px;
  line-height: 40px;
}

.paragraph-3 {
  color: #fff;
}

.infographic_image {
  margin-bottom: 30px;
}

.div-block-16 {
  display: flex;
}

.body {
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 1vw;
}

.button-2 {
  background-color: #8d8d8d00;
}

.button {
  border: 1px solid var(--dark-grey);
  color: var(--dark-grey);
  background-color: #0000;
  border-radius: 3px;
  margin-bottom: 7px;
  margin-left: 0;
  padding: 10px 20px;
  font-size: 12px;
}

.button:focus, .button.w--current {
  border-color: var(--orange-red);
  color: var(--orange-red);
}

.button.orange {
  border-color: var(--orange-red);
  color: var(--orange-red);
  text-align: center;
  border-radius: 2px;
  margin-left: 0;
}

.button.orange:hover {
  box-shadow: 0 0 20px #fe4401ad;
}

.button.header {
  margin-left: 16px;
}

.button.oranje {
  border-color: var(--orange-red);
  color: var(--orange-red);
}

.contactgegevens {
  color: #fff;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 35px;
}

.contactgegevens.orange {
  color: var(--orange-red);
}

.div-block-17 {
  align-self: flex-end;
}

.contact_wrappeer {
  margin-bottom: 26px;
  display: flex;
}

.contact_icon {
  padding: 6px 31px 17px 17px;
}

._20_jaar {
  margin-bottom: 86px;
  position: absolute;
  inset: -18% 0% auto auto;
}

.collection-list-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.diensten_wrapper {
  background-color: #fff;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 20px #00000094;
}

.div-block-18 {
  padding: 7px 39px;
}

.text-block-5 {
  color: var(--black-2);
  font-size: 90px;
  line-height: 142px;
}

.collection-list {
  grid-column-gap: 154px;
  grid-row-gap: 65px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.diensten_heading {
  color: var(--black-2);
  text-transform: uppercase;
  align-self: flex-start;
  margin-top: 0;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 2.3em;
  font-weight: 500;
  line-height: 1.8em;
}

.div-block-19 {
  align-items: center;
  width: 100%;
  padding-bottom: 20px;
  padding-right: 29px;
  display: flex;
}

.stripe {
  background-color: #e0e0e0;
  width: 2px;
  height: 130px;
  margin-right: 25px;
}

.div-block-20 {
  background-color: var(--orange-red);
  width: 12px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.grid-4 {
  grid-template-columns: 1fr 1fr 1fr;
}

.partner_div {
  position: relative;
}

.partners_image {
  object-fit: cover;
  width: 100%;
  height: 500px;
}

.partner_info_wrapper {
  z-index: 1;
  color: #fff;
  margin-bottom: 56px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.partner_titel {
  color: #fff;
  text-transform: uppercase;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 40px;
  line-height: 60px;
}

.orange_block {
  background-color: var(--orange-red);
  width: 10px;
  margin-right: 20px;
}

.text-block-6 {
  color: #fff;
}

.partner_info_text {
  margin-bottom: 5px;
  font-size: .7em;
}

.div-block-21 {
  background-image: linear-gradient(to bottom, #13151d00, var(--black-2));
  position: absolute;
  inset: 0%;
}

.light_74_grey {
  color: var(--dark-grey);
  max-width: 940px;
  margin-top: 245px;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 50px;
  font-weight: 300;
  line-height: 70px;
}

.image-12 {
  position: absolute;
  inset: -114% -32% auto auto;
}

.div-block-22 {
  z-index: 19;
  background-image: radial-gradient(circle, #000, #1c1f2ed4);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.blog_hero {
  opacity: 1;
  background-image: url('../images/Verzekeringswerk.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  padding: 40px 40px 132px;
  display: block;
}

.blog_hero_content_wrapper {
  margin-top: 192px;
}

.blog_heading {
  color: #fff;
  text-transform: uppercase;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 70px;
  line-height: 90px;
}

.image_darkener {
  background-color: #1c1f2e75;
  position: absolute;
  inset: 0%;
}

.titel {
  color: var(--orange-red);
  text-transform: uppercase;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 30px;
  line-height: 40px;
}

.blog_section {
  padding: 40px;
}

.nav_wrapper {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #1c1f2e, #1c1f2e8a), url('../images/Verzekeringswerk.jpg'), radial-gradient(circle farthest-corner at 50% 50%, var(--black), #13151d);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.div-block-23 {
  width: 30px;
  height: 30px;
}

.div-block-24 {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.related_posts_div {
  position: relative;
}

.related_posts_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  display: grid;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.related_posts_tekst_wrapper {
  background-color: var(--orange-red);
  margin-top: 27px;
  padding: 13px 22px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.related_post_heading_wrapper {
  padding: 15px;
}

.related_posts_heading {
  color: var(--black);
  font-family: Helvetica neue cnd, Arial, sans-serif;
  font-size: 2em;
  line-height: 1.5em;
}

.related_post_datum {
  color: var(--dark-grey);
  font-size: .8em;
  line-height: 1.3em;
}

.datum_wrapper {
  flex-direction: row;
  align-items: center;
  margin-bottom: 17px;
  display: flex;
}

.datum_div {
  width: 10px;
}

.line {
  background-color: var(--white-smoke);
  height: 3px;
  margin-top: 11px;
  margin-bottom: 11px;
}

.gerelateerde_posts_flexbox {
  display: flex;
}

.div-block-25 {
  flex-direction: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.onze_diensten_subheading {
  color: #7a7a7a;
  font-size: 1em;
  line-height: 2em;
}

.sticky_bar {
  background-color: #0000;
  margin-top: 17px;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.image-13 {
  margin-bottom: 6px;
}

.logo {
  margin-left: 20px;
  padding-bottom: 0;
}

.categorie_links {
  color: var(--black-2);
  margin-bottom: 22px;
  font-family: Helvetica neue cnd, Arial, sans-serif;
  line-height: 1em;
}

.categorie_link_wrapper {
  padding: 0 31px 11px;
}

.divider {
  height: 30px;
}

.calender {
  margin-bottom: 5px;
}

.collection-item {
  font-size: 1em;
  line-height: 1em;
}

.collection-list-wrapper-2 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-26 {
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.div-block-27 {
  width: 30px;
  display: flex;
}

.nav_link_wrapper {
  margin-left: 0;
  display: flex;
}

.div-block-29 {
  padding-top: 45px;
}

.text-span {
  color: var(--orange-red);
}

.text-span-3, .text-span-4 {
  color: var(--dim-grey);
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.hero_privacyverklaring {
  background-color: var(--black);
  height: 180px;
  padding-bottom: 74px;
}

.html-embed {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.paragraph-4 {
  margin-top: 35px;
}

.lees_meer {
  color: var(--orange-red);
  align-self: flex-end;
  margin-top: -13px;
  font-size: 20px;
  line-height: 1em;
  text-decoration: underline;
}

.image-14 {
  margin-bottom: 28px;
  margin-right: 29px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.whatsapp_link {
  margin-bottom: 40px;
  margin-right: 40px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.image-15 {
  border-radius: 60px;
  box-shadow: 1px 1px 20px #0000004f;
}

.page_hero_wrapper {
  margin-top: 0;
}

.page_hero {
  background-color: var(--black);
  padding: 220px 40px 100px;
}

.page_hero.contact {
  background-image: linear-gradient(97deg, var(--black-2) 52%, #13151d38), url('../images/Supercar_horizontal.jpg');
  background-position: 0 0, 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.page_h1.white {
  font-size: 70px;
  line-height: 80px;
}

.contact_page_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact_page_div {
  background-color: var(--white-smoke);
  flex-direction: column;
  align-items: center;
  padding: 49px 20px;
  transition: transform .475s;
  display: flex;
}

.contact_page_div:hover {
  box-shadow: 3px 5px 14px 0 var(--dark-grey);
  transform: translate(0, -20px);
}

.image-16 {
  margin-bottom: 36px;
}

.button_wrapper {
  padding-top: 20px;
  padding-bottom: 20px;
}

.nav_section {
  padding-left: 40px;
  padding-right: 40px;
}

.contact_heading {
  color: var(--black-2);
  text-align: center;
  margin-bottom: 10px;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 19px;
  font-weight: 700;
}

.contact_subheading {
  color: var(--dark-grey);
  text-align: center;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 15px;
  font-weight: 500;
}

.form_text {
  margin-bottom: 15px;
  font-family: Helvetica neue, Arial, sans-serif;
  font-size: 20px;
}

.form-2 {
  max-width: 490px;
  margin-top: 44px;
}

.contact_grid_2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 65px;
  display: grid;
}

.div-block-30 {
  margin-bottom: 49px;
}

.text-field-2, .text-field-3 {
  margin-bottom: 30px;
}

.heading-13 {
  font-family: Helvetica neue, Arial, sans-serif;
  font-weight: 700;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.div-block-32 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-around;
  align-items: stretch;
  display: flex;
}

@media screen and (max-width: 991px) {
  h2 {
    font-size: 40px;
    line-height: 46px;
  }

  h3 {
    font-size: 39px;
  }

  .hero {
    background-position: 0 0, 0%;
  }

  .nav_div {
    background-color: #fff;
    justify-content: space-between;
    padding: 0 10px 0 0;
  }

  .brand, .brand.w--current {
    margin-left: -3px;
  }

  .navbar-2 {
    background-color: #0000;
  }

  .offerte_opvragen {
    font-size: 30px;
  }

  .nav-menu {
    background-color: #fff;
    justify-content: flex-end;
    width: auto;
    padding-top: 22px;
    padding-bottom: 10px;
    inset: 114% 0% auto auto;
  }

  .nav_link {
    text-align: center;
    align-self: auto;
    margin-left: 0;
    margin-right: 0;
    padding-top: 14px;
    font-size: 2.3em;
    font-weight: 500;
    line-height: 1.3em;
  }

  .hero_content_wrapper {
    margin-top: 0;
    padding-top: 223px;
  }

  .h1_white {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 60px;
    line-height: 68px;
  }

  .hero_sub_tekst.orange {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .hero_sub_tekst.white {
    margin-top: 20px;
    font-size: 25px;
    line-height: 32px;
  }

  .about_section_wrapper {
    max-width: 100%;
  }

  .pluspunten_wrapper {
    grid-column-gap: 34px;
    grid-row-gap: 53px;
    grid-template-columns: 1fr;
  }

  .platte-tekst.white {
    font-size: 1.4em;
    line-height: 1.7em;
  }

  .image-5 {
    width: 100%;
    height: 100%;
    margin-top: 24px;
  }

  .section {
    padding-top: 87px;
    padding-left: 17px;
    padding-right: 17px;
    overflow: visible;
  }

  .lightbleu {
    margin-top: 0;
  }

  .formwrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .grid-2 {
    grid-template-columns: 1fr 1fr;
    grid-template-areas: "."
                         "Area";
  }

  .div-block-9 {
    margin-top: 80px;
  }

  .footer_tekst {
    font-size: 1.7em;
  }

  .footer {
    padding-left: 32px;
    padding-right: 32px;
  }

  .heading-4 {
    font-size: 40px;
    line-height: 43px;
  }

  .icon {
    color: var(--orange-red);
    font-size: 50px;
  }

  .div-block-11 {
    padding: 25px 25px 25px 21px;
    display: block;
  }

  .column {
    flex-direction: column;
    align-items: flex-end;
    height: 50%;
    margin-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .column-2 {
    padding-left: 0;
  }

  .heading-5 {
    font-size: 44px;
  }

  .bottem_content_wrapper {
    justify-content: flex-start;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .zowerkthet_sectie {
    border-bottom: 3px solid var(--orange-red);
    border-top-style: none;
    padding-bottom: 72px;
    padding-left: 18px;
    padding-right: 18px;
  }

  .text-block-4 {
    text-align: center;
  }

  .categorie_section {
    grid-row-gap: 30px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .categorie {
    margin-bottom: 49px;
    display: flex;
  }

  .categorie_tekst {
    text-align: center;
  }

  .image-9 {
    margin-left: 0;
    margin-right: 0;
    display: block;
  }

  .image-10 {
    margin-top: 37px;
    margin-right: 0;
  }

  .subheading.white {
    font-size: 2.4em;
    line-height: 1.7em;
  }

  .subheading.orange {
    font-size: 21px;
  }

  .offerte_div {
    display: block;
    position: relative;
  }

  .infographic_grid {
    grid-column-gap: 53px;
  }

  .button {
    margin-left: 0;
    font-size: 10px;
  }

  .button.orange {
    font-size: 1.1em;
    line-height: 24px;
  }

  .button.header {
    margin-left: 0;
  }

  .div-block-18 {
    padding: 0 24px;
  }

  .text-block-5 {
    font-size: 60px;
  }

  .collection-list {
    grid-template-columns: 1fr;
  }

  .diensten_heading {
    font-size: 30px;
  }

  .grid-4 {
    grid-column-gap: 45px;
    grid-row-gap: 49px;
    grid-template-columns: 1fr 1fr;
  }

  .partners_image {
    height: 381px;
  }

  .partner_info_wrapper {
    margin-bottom: 25px;
  }

  .partner_titel {
    font-size: 34px;
    line-height: 44px;
  }

  .partner_info_text {
    font-size: 1.9em;
  }

  .image-12 {
    position: static;
    top: -103%;
  }

  .blog_heading {
    font-size: 8em;
    line-height: 1.1em;
  }

  .nav_wrapper {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--black), #1c1f2ea1), url('../images/Verzekeringswerk.jpg'), radial-gradient(circle farthest-corner at 50% 50%, var(--black), #13151d);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .related_posts_tekst_wrapper {
    padding-top: 6px;
    padding-bottom: 0;
    padding-left: 15px;
  }

  .related_posts_heading {
    font-size: 2.5em;
    line-height: 2.1em;
  }

  .related_post_datum {
    font-size: 1.2em;
  }

  .datum_wrapper {
    margin-bottom: 11px;
  }

  .gerelateerde_posts_flexbox {
    margin-top: 27px;
  }

  .onze_diensten_subheading {
    font-size: 2.5em;
    line-height: 1.3em;
  }

  .hamburger_icon {
    color: var(--black);
    font-size: 50px;
  }

  .logo {
    width: 20vw;
  }

  .menu-button-2.w--open {
    background-color: #fff;
  }

  .categorie_links {
    font-size: 2.5em;
  }

  .div-block-26 {
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-top: 20px;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav_link_wrapper {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .lees_meer {
    margin-top: 0;
    font-size: 2em;
  }

  .page_hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .page_hero.contact {
    background-size: auto, cover;
  }

  .page_h1 {
    font-size: 70px;
    line-height: 90px;
  }

  .page_h1.white {
    margin-top: 10px;
  }

  .contact_heading {
    font-size: 18px;
  }

  .contact_subheading {
    font-size: 14px;
    line-height: 19px;
  }

  .form_text {
    font-size: 12px;
  }

  .heading-13 {
    font-size: 41px;
  }

  .div-block-31 {
    font-size: 11px;
  }
}

@media screen and (max-width: 767px) {
  h2 {
    margin-top: 0;
    font-size: 35px;
    line-height: 48px;
  }

  .hero {
    background-image: linear-gradient(#13151dd6, #13151dd6), url('../images/Auto_garage.jpg');
    background-position: 0 0, 30%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .nav_div {
    background-color: #fff;
    border-bottom-width: 4px;
    border-right-width: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .navbar-2 {
    background-color: #0000;
  }

  .nav_link {
    font-size: 3em;
  }

  .hero_content_wrapper {
    margin-top: 0;
    padding-top: 183px;
  }

  .h1_white {
    text-align: left;
    font-size: 9vw;
    line-height: 11vw;
  }

  .hero_sub_tekst {
    margin-top: 10px;
    font-size: 13px;
    line-height: 23px;
  }

  .hero_sub_tekst.white {
    font-size: 16px;
    line-height: 27px;
  }

  .hero_sub_tekst.orange {
    margin-bottom: 0;
    font-size: 22px;
  }

  .hero_sub_tekst.white {
    font-size: 21px;
  }

  .about_section_wrapper.partners {
    margin-top: 60px;
  }

  .pluspunten_wrapper {
    grid-template-columns: 1fr;
  }

  .platte-tekst {
    margin-top: 9px;
  }

  .platte-tekst.white {
    font-size: 2.1em;
  }

  .image-4 {
    width: 47px;
  }

  .formwrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .form_orange_lines {
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-2 {
    font-size: 32px;
    line-height: 54px;
  }

  .grid-2 {
    grid-template-columns: 1fr;
  }

  .footer_tekst {
    font-size: 2.3em;
  }

  .footer {
    background-image: linear-gradient(225deg, #fff0, #fff), url('../images/hand-car-mechanic-with-wrench.jpg');
  }

  .heading-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-11 {
    padding: 20px;
  }

  .menu-button {
    display: none;
  }

  .grid-3 {
    grid-row-gap: 34px;
  }

  .paragraph-2 {
    font-size: 19px;
    line-height: 28px;
  }

  .div-block-13 {
    flex-direction: row;
    align-items: center;
  }

  .categorie_section {
    grid-column-gap: 13px;
    padding: 82px 7px;
  }

  .categorie {
    justify-content: center;
    margin-bottom: 0;
  }

  .categorie_tekst {
    font-size: 11px;
  }

  .subheading {
    font-size: 21px;
    line-height: 35px;
  }

  .subheading.white {
    font-size: 2.7em;
  }

  .infographic_grid {
    grid-template-columns: 1fr 1fr;
  }

  .infographic_heading {
    font-size: 24px;
  }

  .button {
    font-size: 10px;
  }

  .button.orange {
    padding-left: 28px;
    padding-right: 28px;
    font-size: 1.1em;
  }

  .contactgegevens {
    font-size: 24px;
  }

  .contact_icon {
    padding-bottom: 11px;
    padding-right: 20px;
  }

  ._20_jaar {
    position: static;
  }

  .partner_info_text {
    font-size: 2.2em;
  }

  .light_74_grey {
    font-size: 39px;
    line-height: 54px;
  }

  .image-12 {
    top: -96%;
  }

  .blog_heading {
    font-size: 12em;
    line-height: 1em;
  }

  .blog_section {
    padding: 20px;
  }

  .nav_wrapper {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--black), #1c1f2ea1), url('../images/Verzekeringswerk.jpg'), radial-gradient(circle farthest-corner at 50% 50%, var(--black), #13151d);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .related_posts_grid {
    grid-template-columns: 1fr;
  }

  .related_posts_tekst_wrapper {
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .related_posts_heading {
    font-size: 6em;
    line-height: 2em;
  }

  .related_post_datum {
    font-size: 3em;
    line-height: 1.1em;
  }

  .categorie_navigator.w--current {
    font-size: 3.1em;
  }

  .onze_diensten_subheading {
    font-size: 3.5em;
    line-height: 1.1em;
  }

  .hamburger_icon {
    font-size: 39px;
  }

  .menu-button-2 {
    padding: 4px;
  }

  .categorie_links {
    line-height: 1em;
  }

  .lees_meer {
    font-size: 2.6em;
  }

  .whatsapp_link {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .page_hero.contact {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .page_h1.white {
    margin-top: 0;
  }

  .contact_page_grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact_grid_2 {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  h2 {
    margin-top: -2px;
    font-size: 32px;
    line-height: 38px;
  }

  h3 {
    font-size: 29px;
    line-height: 41px;
  }

  h4 {
    text-align: center;
    font-size: 20px;
  }

  .hero {
    padding-top: 0;
    padding-left: 8px;
    padding-right: 8px;
  }

  .nav_div {
    box-shadow: none;
    border-bottom-width: 4px;
    border-right-width: 0;
    justify-content: space-between;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .image {
    width: 190px;
    margin-top: 5px;
    margin-left: 0;
    display: block;
  }

  .brand {
    margin-left: -2px;
    position: static;
  }

  .nav-menu {
    flex-direction: row;
    justify-content: space-between;
  }

  .nav_link {
    margin-bottom: 3px;
    font-size: 4.6em;
    display: block;
  }

  .hero_content_wrapper {
    margin-top: 0;
    padding-top: 127px;
  }

  .h1_white {
    max-width: 800px;
    margin-bottom: 19px;
    font-size: 10em;
    line-height: 12vw;
  }

  .hero_sub_tekst.white {
    font-size: 12px;
    line-height: 22px;
  }

  .hero_sub_tekst.orange {
    margin-bottom: 0;
    font-size: 5.2em;
    line-height: 1.7em;
  }

  .hero_sub_tekst.white {
    margin-top: 4px;
    font-size: 5em;
    line-height: 1.6em;
  }

  .image-2 {
    left: 19%;
  }

  .text-block {
    font-size: 14px;
  }

  .about_section_wrapper.partners {
    margin-bottom: 23px;
  }

  .about_section_wrapper.diensten {
    margin-left: 11px;
  }

  .div-block-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .platte-tekst {
    text-align: left;
    font-size: 15px;
  }

  .platte-tekst.white {
    font-size: 4em;
    line-height: 1.7em;
  }

  .image-4 {
    width: 40px;
    margin-bottom: 24px;
  }

  .div-block-5 {
    margin-left: 0;
  }

  .image-5 {
    max-width: 100%;
    display: block;
    overflow: visible;
  }

  .section.afspraak, .section.bg_image {
    padding-left: 0;
    padding-right: 0;
  }

  .form_orange_lines {
    box-shadow: none;
  }

  .grid {
    grid-column-gap: 12px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "Area"
                   "Area"
                   "Area-2"
                   "Area-2"
                   "."
                   / 1fr;
    grid-auto-flow: column;
  }

  .text-block-2 {
    font-size: 25px;
    line-height: 40px;
  }

  .div-block-9 {
    flex-direction: column;
    align-items: center;
  }

  .footer_tekst {
    font-size: 4em;
    line-height: 2.1em;
  }

  .footer {
    margin-top: 161px;
  }

  .image-7 {
    top: -36%;
    left: -4%;
  }

  .link {
    font-size: 11px;
  }

  .icon {
    font-size: 41px;
  }

  .div-block-11 {
    margin-right: 13px;
  }

  .column {
    height: 20%;
  }

  .heading-5 {
    line-height: 50px;
  }

  .menu-button {
    padding: 4px;
    font-size: 8px;
  }

  .div-block-12 {
    height: 180px;
  }

  .bottem_content_wrapper {
    align-items: center;
  }

  .paragraph-2 {
    text-align: center;
    font-size: 17px;
  }

  .text-block-4 {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-7, .heading-8 {
    text-align: center;
  }

  .div-block-15 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .heading-9 {
    text-align: center;
    line-height: 45px;
  }

  .categorie_section {
    grid-column-gap: 35px;
    grid-row-gap: 54px;
    grid-template-columns: 1fr 1fr;
    padding-left: 9px;
    padding-right: 9px;
  }

  .voordelen_heading {
    text-align: left;
  }

  .subheading {
    font-size: 17px;
  }

  .subheading.white {
    font-size: 4.6em;
    line-height: 2.2em;
  }

  .subheading.orange {
    color: var(--orange-red);
  }

  .infographic_grid {
    grid-template-columns: 1fr;
  }

  .button.orange {
    font-size: 12px;
  }

  .button.header {
    font-size: 3.7em;
  }

  .contactgegevens {
    font-size: 21px;
    line-height: 32px;
  }

  .div-block-17 {
    align-self: flex-start;
  }

  .contact_icon {
    padding-right: 25px;
  }

  ._20_jaar {
    margin-left: 20px;
    position: static;
  }

  .text-block-5 {
    font-size: 14em;
  }

  .diensten_heading {
    font-size: 7.6em;
    line-height: 2em;
  }

  .stripe {
    margin-right: 9px;
  }

  .grid-4 {
    grid-template-columns: 1fr;
  }

  .partner_info_text {
    font-size: 4.2em;
  }

  .light_74_grey {
    margin-left: 22px;
    font-size: 25px;
    line-height: 37px;
  }

  .image-12 {
    object-fit: contain;
    position: static;
    top: -43%;
    right: -28%;
  }

  .blog_hero {
    padding-left: 20px;
    padding-right: 20px;
  }

  .blog_heading {
    font-size: 40px;
    line-height: 50px;
  }

  .nav_wrapper {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #1c1f2edb, #1c1f2ef0), url('../images/Verzekeringswerk.jpg'), radial-gradient(circle farthest-corner at 50% 50%, var(--black), #13151d);
    background-position: 0 0, 50%, 0 0;
    background-repeat: repeat, no-repeat, repeat;
    background-size: auto, cover, auto;
  }

  .div-block-24 {
    margin-top: 0;
  }

  .related_posts_grid {
    grid-template-columns: 1fr;
  }

  .related_posts_tekst_wrapper {
    padding: 4px 10px 0 7px;
  }

  .related_post_heading_wrapper {
    margin-top: 9px;
    padding-top: 5px;
    padding-left: 0;
  }

  .related_posts_heading {
    font-size: 8em;
    line-height: 1.4em;
  }

  .related_post_datum {
    font-size: 4.3em;
  }

  .datum_wrapper {
    margin-bottom: 6px;
  }

  .gerelateerde_posts_flexbox {
    flex-direction: column;
  }

  .onze_diensten_subheading {
    font-size: 5.2em;
    line-height: 1em;
  }

  .sticky_bar {
    padding-left: 0;
    padding-right: 0;
  }

  .logo {
    width: 31vw;
  }

  .menu-button-2 {
    order: 0;
  }

  .categorie_link_wrapper {
    margin-top: 31px;
    padding-left: 13px;
    padding-right: 10px;
  }

  .collection-item {
    font-size: 2.2em;
  }

  .div-block-26 {
    align-items: stretch;
  }

  .lees_meer {
    align-self: flex-start;
    font-size: 3.6em;
  }

  .whatsapp_link {
    margin-bottom: 20px;
    margin-right: 20px;
  }

  .page_hero.contact {
    padding-top: 148px;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .page_h1.white {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16.2em;
    line-height: 1em;
  }

  .contact_page_grid {
    grid-template-columns: 1fr;
  }

  .contact_page_div {
    padding: 26px 11px;
  }

  .image-16 {
    margin-bottom: 28px;
  }

  .nav_section {
    padding-left: 10px;
    padding-right: 10px;
  }

  .heading-12 {
    line-height: 31px;
  }

  .div-block-31 {
    font-size: 11px;
  }
}

#w-node-faad5295-3ec9-e017-68e6-cf9655809122-55809117, #w-node-faad5295-3ec9-e017-68e6-cf965580912a-55809117, #w-node-faad5295-3ec9-e017-68e6-cf9655809132-55809117, #w-node-faad5295-3ec9-e017-68e6-cf965580913a-55809117 {
  align-self: center;
}

#w-node-faad5295-3ec9-e017-68e6-cf9655809142-55809117 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-faad5295-3ec9-e017-68e6-cf9655809142-55809117 {
    justify-self: center;
  }
}


@font-face {
  font-family: 'Helvetica neue';
  src: url('../fonts/Helvetica-Neue-65-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue';
  src: url('../fonts/HelveticaNeueLTPro-Bd.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue cnd';
  src: url('../fonts/HelveticaNeueLTPro-BdCn.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helvetica neue';
  src: url('../fonts/HelveticaNeueLTPro-Lt.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}