:root {
  --medium-sea-green: #0dbc81;
  --0dbc81: #1a1b1f;
  --white-smoke: #f0f0f0;
  --mint-cream: #e7f9f3;
  --medium-aquamarine: #86ddbf;
  --green: #32343a;
  --grey-2: #7c7c7c;
  --grey: #989898;
  --royal-blue: #2573ff;
}

.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;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  line-height: 1.5;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  color: var(--medium-sea-green);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  color: var(--0dbc81);
  margin-top: 40px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 600;
  line-height: 30px;
}

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

p {
  color: #858383;
  margin-bottom: 10px;
  font-size: 18px;
  line-height: 150%;
}

a {
  color: var(--0dbc81);
  background-color: rgba(13, 188, 129, 0);
  border: 1px #000;
  text-decoration: none;
}

li {
  color: #7c7c7c;
  font-size: 18px;
  font-weight: 400;
  line-height: 160%;
}

strong {
  color: var(--0dbc81);
  padding-left: 0;
  font-weight: 700;
}

.image {
  max-height: 500px;
  max-width: 1130%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  border-radius: 20px;
}

.section-wide {
  min-height: 50vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('https://staging.www.grid.com/web/images/Header.webp');
  background-position: 50%;
  background-size: cover;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-start;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  position: static;
}

.section-wide.black {
  min-height: 50vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 40px;
}

.section-wide.black.clear {
  min-height: 30vh;
  background-image: none;
  padding-bottom: 40px;
  font-family: Source Sans Pro, sans-serif;
}

.section-wide.map {
  background-image: url('https://staging.www.grid.com/web/images/GRID-map3test2.webp');
  background-position: 0 0;
  background-size: cover;
  position: static;
}

.section-wide.map.fuel {
  background-image: url('https://staging.www.grid.com/web/images/GRID-01.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section-wide.blog {
  min-height: 50vh;
  background-image: url('https://staging.www.grid.com/web/images/AdobeStock_274243150-kopie.jpeg');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  position: static;
}

.navbar-logo-left {
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  align-items: center;
  display: block;
  box-shadow: 0 0 12px rgba(0, 0, 0, .2);
}

.navbar-logo-left-container {
  z-index: 5;
  width: 1030px;
  max-width: 100%;
  background-color: rgba(0, 0, 0, 0);
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 1140px;
  margin-bottom: 0;
  padding: 10px 20px;
}

.container-4 {
  width: 100%;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper {
  width: 100%;
  max-width: 1400px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.mobile-margin-top-10 {
  flex: 0 auto;
  align-self: center;
  align-items: center;
  display: flex;
}

.button-primary {
  color: #fff;
  letter-spacing: 0;
  text-transform: lowercase;
  background-color: #0dbc81;
  border-radius: 40px;
  align-self: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  padding: 12px 25px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #0bac76;
}

.button-primary:active {
  background-color: #43464d;
}

.button-primary.on-green {
  color: var(--0dbc81);
  letter-spacing: 0;
  text-transform: lowercase;
  background-color: #fff;
  margin-top: 0;
}

.button-primary.on-green:hover {
  background-color: var(--white-smoke);
}

.button-primary.menu {
  align-self: center;
  margin-top: 0;
}

.button-primary.centre {
  align-self: center;
}

.image-3 {
  max-width: 150px;
}

.nav-link-3 {
  color: #fff;
  text-transform: uppercase;
  flex: 0 auto;
  margin-left: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 600;
  display: block;
}

.h2 {
  color: var(--mint-cream);
  text-align: center;
  margin-bottom: 0;
  font-family: Source Sans Pro, sans-serif;
  font-size: 32px;
  font-weight: 400;
}

.div-block-std {
  height: 100%;
  min-height: 40vh;
  background-color: var(--medium-sea-green);
  border-radius: 20px;
}

.div-block-std._2 {
  background-color: rgba(0, 0, 0, 0);
  border: 0 rgba(0, 0, 0, 0);
}

.div-block-std.wit {
  padding-bottom: 0;
}

.div-block-std.image {
  max-height: 700px;
  background-image: url('https://staging.www.grid.com/web/images/grid-charger.webp');
  background-position: 50%;
  background-size: cover;
}

.div-block-std.image.detail {
  max-height: 550px;
  background-color: var(--white-smoke);
  background-image: url('https://staging.www.grid.com/web/images/Car.webp');
  background-position: 50% 100%;
  background-repeat: repeat;
  background-size: auto;
}

.div-block-std.image.zoek {
  max-height: 550px;
  background-color: var(--medium-aquamarine);
  -webkit-text-fill-color: inherit;
  background-image: url('https://staging.www.grid.com/web/images/Choose-car.webp');
  background-position: 50%;
  background-repeat: repeat-x;
  background-size: cover;
  background-clip: border-box;
  padding-bottom: 0;
}

.div-block-std.image.voorkeur {
  background-color: var(--white-smoke);
  background-image: url('https://staging.www.grid.com/web/images/Choose-car.webp');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
}

.div-block-std.image.koffie {
  background-image: url('https://staging.www.grid.com/web/images/handheldsmall-EN.jpg'), url('https://staging.www.grid.com/web/images/handheldsmall.webp');
  background-position: 50% 75%, 50% 75%;
  background-repeat: repeat, repeat;
  background-size: cover, cover;
}

.div-block-std.image.app {
  max-height: 600px;
  background-color: var(--medium-aquamarine);
  background-image: url('https://staging.www.grid.com/web/images/iphone-14-pro-small.png');
  background-position: 50%;
  background-repeat: repeat-y;
  background-size: contain;
}

.div-block-std.image.lader-polestar {
  background-image: url('https://staging.www.grid.com/web/images/charger.png');
  background-position: 0 0;
  background-size: auto;
}

.div-block-std.image.lader-3 {
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://staging.www.grid.com/web/images/charger-3.png');
  background-position: 50%;
  background-size: auto;
}

.div-block-std.image.fuel {
  background-color: rgba(13, 188, 129, 0);
  background-image: url('https://staging.www.grid.com/web/images/Fuel_app.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.div-block-std.image.fuel.station {
  background-image: url('https://staging.www.grid.com/web/images/Fueltypes.webp');
  background-position: 50%;
  background-size: auto;
}

.div-block-std.image.fuelsort {
  background-color: rgba(13, 188, 129, 0);
  background-image: url('https://staging.www.grid.com/web/images/Fuel_sorting.webp');
  background-position: 50%;
  background-size: cover;
  background-attachment: scroll;
}

.div-block-std.white {
  border: 1px none var(--medium-sea-green);
  background-color: var(--medium-sea-green);
}

.div-block-std.white.charger {
  background-image: url('https://staging.www.grid.com/web/images/gridcharger.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 70%;
  padding-top: 20px;
  padding-bottom: 100px;
}

.div-block-std.empty {
  background-color: rgba(0, 0, 0, 0);
}

.grid-blocks {
  max-width: 1130px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin: auto;
}

.grid-blocks._4-blocks {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: center;
}

.container-main-centered {
  max-width: 1130px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 900;
  display: block;
  overflow: visible;
}

.container-main-centered.header {
  min-height: 40vh;
  background-color: var(--mint-cream);
  outline-color: var(--medium-sea-green);
  outline-offset: 0px;
  color: var(--green);
  border: 0 #000;
  outline-width: 1.5px;
  outline-style: none;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.container-main-centered.header.centre {
  min-height: 30vh;
  outline-color: var(--medium-sea-green);
  outline-offset: 0px;
  outline-width: 1.5px;
  outline-style: none;
  margin-bottom: 40px;
}

.container-main-centered._2 {
  background-color: var(--medium-aquamarine);
}

.container-main-centered.map {
  background-color: var(--mint-cream);
  outline-offset: 0px;
  text-align: center;
  outline: 1.5px solid rgba(0, 0, 0, 0);
  flex-direction: row;
  align-items: stretch;
  margin-top: 10px;
  padding: 43px;
  display: block;
}

.container-main-centered.map.nog-border {
  min-height: 40vh;
  outline-color: var(--medium-sea-green);
  outline-offset: 0px;
  background-color: rgba(0, 0, 0, 0);
  outline-width: 1.5px;
  outline-style: none;
  justify-content: flex-start;
}

.container-main-centered.groen {
  background-color: var(--medium-sea-green);
}

.container-main-centered._5 {
  background-color: rgba(0, 0, 0, 0);
}

.container-main-centered.black {
  background-color: var(--0dbc81);
}

.container-main-centered.black.charger {
  background-image: url('https://staging.www.grid.com/web/images/grid-charger-2.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: 60%;
}

.container-main-centered.centre {
  text-align: center;
}

.container-main-centered.blog {
  border: 1px solid var(--medium-sea-green);
  background-color: #fff;
  align-items: flex-start;
  display: flex;
}

.container-main-centered.dc-charger {
  text-align: center;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 100px;
}

.container-main-centered.dc-charger.centered {
  align-items: center;
  position: static;
  top: 0;
}

.container-main-centered.app-download {
  border: 1px solid var(--medium-sea-green);
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://staging.www.grid.com/web/images/app-store.webp');
  background-position: 120% 70%;
  background-repeat: no-repeat;
  background-size: 60%;
  background-attachment: scroll;
  border-radius: 10px;
}

.paragraph-7 {
  color: var(--grey-2);
  text-align: left;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.paragraph-7.white {
  max-width: 100%;
  color: #7c7c7c;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  font-size: 20px;
  display: flex;
}

.paragraph-7.white.map {
  text-align: left;
  padding-bottom: 20px;
  padding-left: 0;
  font-size: 18px;
}

.paragraph-7.white.map.centre {
  text-align: center;
  padding-bottom: 40px;
  padding-left: 40px;
}

.paragraph-7.white.inleiding {
  align-items: flex-start;
  padding-bottom: 40px;
  padding-left: 0;
}

.paragraph-7.wit {
  color: #fff;
}

.paragraph-7.black {
  color: var(--green);
}

.paragraph-7.grey {
  color: var(--grey);
}

.heading-5 {
  color: var(--0dbc81);
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.heading-5.green {
  color: var(--medium-sea-green);
  margin-bottom: 10px;
}

.heading-5.green.centre {
  color: var(--medium-sea-green);
  text-align: left;
  font-weight: 700;
}

.heading-5.green.left {
  text-transform: none;
}

.heading-5.green.links {
  text-align: left;
}

.heading-5.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 24px;
}

.heading-5.left {
  text-align: left;
}

.title {
  color: #fff;
  text-transform: none;
  margin-top: 20px;
  font-size: 65px;
  font-weight: 900;
  line-height: 100%;
}

.title.zwart {
  color: var(--0dbc81);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 65px;
}

.title.header {
  color: var(--0dbc81);
  text-align: left;
  margin-top: 20px;
  margin-bottom: 10px;
}

.title.header.wit {
  color: #fff;
}

.title.dc {
  color: #000;
  text-align: center;
  align-self: center;
  margin-bottom: 20px;
  font-size: 42px;
}

.div-block-download {
  max-width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.section-blocks {
  outline-offset: 0px;
  border: 0 rgba(0, 0, 0, 0);
  outline: 3px #333;
  align-items: center;
  margin-top: -30vh;
  margin-bottom: 10px;
  padding-top: 0;
  display: flex;
}

.div-block-18 {
  flex-direction: column;
  align-items: center;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.div-block-18.blog {
  align-items: flex-start;
}

.div-block-19 {
  grid-column-gap: 20px;
  display: flex;
}

.text-block-2 {
  color: var(--0dbc81);
  text-align: left;
  font-weight: 400;
}

.text-block-2.bold {
  color: var(--grey);
  font-weight: 600;
}

.text-block-2.leeg {
  color: var(--grey);
  flex: 1;
  padding-left: 5px;
  display: block;
}

.div-block-20 {
  width: 30%;
  min-height: 48px;
  min-width: 100px;
  grid-column-gap: 5px;
  border-right: 1px solid var(--white-smoke);
  flex-direction: row;
  align-self: center;
  align-items: center;
  padding-left: 20px;
  display: flex;
}

.text-blok-1 {
  color: var(--medium-sea-green);
  font-weight: 400;
}

.image-15 {
  max-width: 32px;
  min-height: 0;
  min-width: 0;
  flex: 1;
  padding-left: 0;
}

.div-block-21 {
  max-height: 48px;
  max-width: 1000px;
  min-width: 80px;
  grid-column-gap: 30px;
  background-color: #fff;
  border-radius: 40px;
  flex-wrap: wrap;
  align-content: center;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  margin-right: 0;
  padding-right: 6px;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.div-block-22 {
  min-height: 48px;
  border-right: 1px solid var(--white-smoke);
  flex-direction: column;
  justify-content: center;
  align-self: center;
  padding-left: 10px;
  padding-right: 52px;
  display: flex;
}

.div-block-23 {
  min-height: 48px;
  flex-direction: column;
  justify-content: center;
  align-self: center;
  padding-left: 10px;
  padding-right: 20px;
  display: flex;
}

.div-block-24 {
  max-height: 48px;
  object-fit: fill;
  padding-right: 132px;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px 40px;
  position: relative;
}

.container-13 {
  max-width: 1130px;
}

.footer-header {
  color: var(--0dbc81);
  text-transform: none;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 21px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.footer-link {
  color: var(--green);
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link.bottom {
  font-size: 14px;
}

.columns-2 {
  flex-direction: row;
  align-items: center;
  padding-bottom: 40px;
  display: flex;
}

.columns-3 {
  border-top: 2px solid var(--white-smoke);
  border-radius: 0;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.div-block-25 {
  font-size: 10px;
}

.image-16 {
  align-self: center;
}

.container-tekst {
  max-width: 1130px;
  font-family: Source Sans Pro, sans-serif;
}

.container-tekst.tekstpagina {
  padding-top: 60px;
  padding-bottom: 100px;
}

.container-tekst.blog {
  padding: 40px 40px 140px;
}

.section-block {
  padding-top: 40px;
}

.home-hero_count-item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
}

.home-hero_count_number-wrapper {
  width: 2rem;
  height: 2rem;
  color: #0dbc81;
  background-color: #ecfaf5;
  border-radius: 10rem;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.home-hero_count_number {
  font-weight: 600;
}

.categorie {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

.categorie.wit {
  color: var(--0dbc81);
}

.div-block-27 {
  justify-content: flex-end;
  display: flex;
}

.link-block, .footer_link-w, .link-block-3 {
  text-decoration: none;
}

.link-block-5 {
  justify-content: center;
  display: flex;
}

.link-block-6 {
  text-decoration: none;
}

.text-block-3 {
  color: var(--medium-sea-green);
  text-transform: uppercase;
  font-weight: 700;
}

.div-block-28 {
  align-items: center;
  display: flex;
}

.link-back {
  color: var(--medium-sea-green);
  align-self: center;
  padding-left: 10px;
  font-size: 20px;
  font-weight: 600;
}

.section-7 {
  margin-top: -250px;
}

.rich-text-block {
  color: var(--medium-sea-green);
  font-size: 20px;
  line-height: 150%;
}

.column-4 {
  flex: 0 auto;
  justify-content: flex-end;
  display: flex;
}

.div-block-29, .div-block-30 {
  justify-content: flex-end;
  display: flex;
}

.section-8 {
  padding-top: 70px;
  padding-bottom: 70px;
}

.container-15 {
  max-width: 1130px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 900;
  display: block;
  overflow: visible;
}

.text-block-5 {
  font-weight: 400;
}

.link-block-7 {
  text-decoration: none;
}

.link-block-home {
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.columns-4 {
  min-height: 80vh;
  background-image: url('https://staging.www.grid.com/web/images/Stekker_Grid_404.webp');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.heading-16 {
  color: #0dbc81;
  margin-bottom: 48px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 90px;
}

.text-block-7 {
  min-height: auto;
  margin-bottom: 20px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 60px;
  font-weight: 600;
  display: block;
}

.button-primary-4 {
  color: #fff;
  letter-spacing: 0;
  text-transform: lowercase;
  background-color: #0dbc81;
  border-radius: 40px;
  align-self: flex-start;
  margin-top: 20px;
  margin-bottom: 0;
  padding: 12px 25px;
  font-family: Source Sans Pro, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-4:hover {
  color: #fff;
  background-color: #0bac76;
}

.button-primary-4:active {
  background-color: #43464d;
}

.text-block-8 {
  padding-top: 20px;
}

.link-block-8, .link-block-9 {
  text-decoration: none;
}

.link-block-10 {
  flex: 1;
  align-self: center;
  padding-left: 20px;
  text-decoration: none;
  display: flex;
}

.link-2 {
  text-transform: none;
  text-decoration: none;
}

.section-9 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.text-block-9 {
  color: #333;
  object-fit: fill;
  font-weight: 400;
  overflow: hidden;
}

.flex-block {
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 10px 10px 10px 0;
  display: flex;
}

.wg-selector-highlight {
  width: 100%;
  height: 100%;
  background-color: #4049ff;
}

.wg-selector-highlight.h2 {
  background-color: var(--medium-sea-green);
  transform: translate(-100%);
}

.wg-selector-highlight.h1 {
  background-color: var(--medium-sea-green);
}

.wg-code {
  display: none;
}

.wg-selector-highlight-wrapper {
  width: 100%;
  height: 2px;
  margin-top: .25rem;
  overflow: hidden;
}

.wg-selector-highlight-wrapper:hover {
  color: var(--medium-sea-green);
}

.wg-element {
  height: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.wg-element:hover {
  background-color: rgba(0, 0, 0, 0);
}

.wg-element-wrapper {
  align-items: center;
  display: flex;
  position: relative;
}

.wg-element-wrapper.sw1 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  margin-bottom: -10px;
}

.wg-selector-1 {
  color: #000;
  flex-direction: column;
  align-items: center;
  text-decoration: none;
  transition: color .2s;
  display: flex;
  position: relative;
}

.wg-selector-1:hover {
  color: #4049ff;
}

.wg-selector-1.w--current {
  cursor: default;
}

.wg-selector-1.s1:hover {
  color: var(--medium-sea-green);
}

.wg-selector-1.s2 {
  opacity: .5;
  padding-right: 0;
  font-family: Source Sans Pro, sans-serif;
}

.wg-selector-1.s2:hover {
  color: var(--medium-sea-green);
  -webkit-text-stroke-color: var(--medium-sea-green);
}

.text-block-10 {
  color: var(--green);
  font-family: Source Sans Pro, sans-serif;
}

.text-block-10:hover {
  color: var(--medium-sea-green);
}

.accordion-wrapper {
  margin-top: 50px;
}

.accordion-heading {
  color: var(--green);
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 30px;
}

.accordion-heading:active {
  color: var(--medium-sea-green);
}

.section-faq {
  background-color: rgba(255, 255, 255, .18);
  padding: 100px 30px 60px;
}

.content-wrapper {
  max-width: 1140px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
  font-family: Source Sans Pro, sans-serif;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-item {
  border-bottom: 1px none var(--medium-sea-green);
  background-color: rgba(240, 240, 240, .5);
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.bold-text {
  color: #1a1b1f;
}

.cookie-modal_button-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f3f7f2;
  border-radius: 0 0 .25rem .25rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.cookie-modal_button-wrap.in-pref-manger {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin: 2rem -2rem -2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1rem;
}

.cookie-modal_button-wrap.is-small {
  background-color: #eceef1;
  justify-content: flex-start;
  padding: 1.5rem;
}

.cookie-modal_radio_label {
  cursor: pointer;
  margin-bottom: .25rem;
  font-size: .9375rem;
  font-weight: 600;
}

.cookie-preference_background {
  width: 100%;
  height: 100%;
  opacity: 1;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  cursor: pointer;
  background-color: rgba(29, 30, 31, .7);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-preference_wrapper {
  width: 100%;
  max-height: 100%;
  color: #000;
  padding: 2rem;
  position: relative;
  overflow: auto;
}

.cookie-modal_content-wrap {
  padding: 1.75rem 2rem;
}

.cookie-modal_content-wrap.is-small {
  padding: 1.5rem;
}

.cookie-modal_radio {
  cursor: pointer;
  margin-top: 1rem;
  margin-bottom: 0;
  padding-left: 1.75rem;
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio.is--not-allowed {
  cursor: not-allowed;
}

.cookie-modal_closebutton_line-2 {
  width: 1rem;
  height: 2px;
  background-color: #515750;
  position: absolute;
}

.cookie-modal_closebutton_line-2.is-right {
  transform: rotate(-45deg);
}

.cookie-modal_closebutton_line-2.is-left {
  transform: rotate(45deg);
}

.cookie-modal_radio_description {
  cursor: pointer;
  font-size: .875rem;
  font-weight: 400;
}

.cookie-modal_description-2 {
  font-size: 1rem;
  line-height: 1.5;
}

.cookie-modal_button {
  color: #fff;
  text-align: center;
  background-color: #0dbc81;
  border-radius: 100rem;
  padding: 1em 1.5em 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button:hover {
  background-color: #262926;
}

.cookie-modal_button.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: 1rem;
  font-weight: 700;
}

.cookie-modal_button.is-secondary:hover {
  text-decoration: underline;
}

.screenreader-only {
  width: 1px;
  height: 1px;
  margin: -1px;
  position: absolute;
  overflow: hidden;
}

.cookie-modal_closebutton {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #13d191;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.cookie-modal_form-wrap {
  margin-bottom: 0;
}

.cookie-modal_radio_button {
  width: 1.25rem;
  height: 1.25rem;
  float: left;
  border: 1.75px solid #747577;
  border-radius: .375rem;
  margin-top: 0;
  margin-left: -1.75rem;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_radio_button.w--redirected-checked {
  background-color: #2573ff;
  background-image: url('https://staging.www.grid.com/web/images/radio__checkmark.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border: 1px solid #515750;
}

.cookie-modal_radio_button.w--redirected-focus {
  box-shadow: none;
}

.cookie-modal_radio_button.is-always-active {
  cursor: not-allowed;
  background-color: #0dbc81;
  background-image: url('https://staging.www.grid.com/web/images/radio__checkmark.svg');
  background-position: 45%;
  background-repeat: no-repeat;
  background-size: .625rem;
  border-color: #515750;
}

.cookie-modal_title {
  margin-bottom: .1875em;
  font-size: 1.5rem;
  font-weight: 700;
}

.cookie-modal_title.is-small {
  font-size: 1.5rem;
  display: inline;
}

.cookie-preference_component {
  z-index: 9525;
  width: 100%;
  height: 100%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cookie-modal_closebutton-2 {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton-2.is-sticky {
  background-color: #f2f5f7;
  position: -webkit-sticky;
  position: sticky;
  top: -1rem;
}

.cookie-modal_link {
  transition: color .15s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_form {
  padding-top: 1.25rem;
  padding-bottom: .5rem;
}

.cookie-modal_description {
  color: #3a3a3a;
  font-size: 1rem;
}

.cookie-modal_component {
  max-width: 32rem;
  background-color: #fff;
  border-radius: .25rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  font-size: .9375rem;
  line-height: 1.4;
  display: flex;
  position: relative;
  box-shadow: 0 4px 1rem rgba(38, 41, 38, .05);
}

.cookie-modal_button-2 {
  color: #fff;
  text-align: center;
  background-color: #0dbc81;
  border-radius: 100rem;
  padding: 1em 1.5em 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-2:hover {
  background-color: #262926;
}

.cookie-modal_button-2.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button-2.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_styles {
  display: none;
}

.cookie-modal_closebutton_line {
  width: 1rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.cookie-modal_closebutton_line.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line.is-right {
  transform: rotate(-45deg);
}

.cookie-popup_component {
  z-index: 9500;
  max-width: 25rem;
  color: #000;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.cookie-modal_closebutton-3 {
  z-index: 5;
  width: 2.5rem;
  height: 2.5rem;
  cursor: pointer;
  background-color: #f3f7f2;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  margin: 1.25rem 1.25rem -2.5rem auto;
  transition: background-color .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
  position: relative;
}

.cookie-modal_closebutton-3.is-sticky {
  background-color: #f2f5f7;
  position: -webkit-sticky;
  position: sticky;
  top: -1rem;
}

.cookie-modal_description-3 {
  color: #3a3a3a;
  margin-top: 1rem;
  font-size: 1rem;
}

.cookie-modal_button-3 {
  color: #fff;
  text-align: center;
  background-color: #0dbc81;
  border-radius: 100rem;
  padding: 1em 1.5em 1rem;
  font-size: 1rem;
  font-weight: 700;
  text-decoration: none;
  transition: color .2s cubic-bezier(.25, .46, .45, .94), background-color .2s cubic-bezier(.25, .46, .45, .94);
}

.cookie-modal_button-3:hover {
  background-color: #262926;
}

.cookie-modal_button-3.is-secondary {
  color: #515750;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
  font-size: .875rem;
  font-weight: 700;
}

.cookie-modal_button-3.is-secondary:hover {
  text-decoration: underline;
}

.cookie-modal_closebutton_line-3 {
  width: 1rem;
  height: 2px;
  background-color: #fff;
  position: absolute;
}

.cookie-modal_closebutton_line-3.is-left {
  transform: rotate(45deg);
}

.cookie-modal_closebutton_line-3.is-right {
  transform: rotate(-45deg);
}

.cookie-popup_component-2 {
  z-index: 9500;
  max-width: 25rem;
  color: #000;
  display: none;
  position: fixed;
  top: auto;
  bottom: 1.25rem;
  left: 1.25rem;
  right: auto;
}

.footer {
  margin-top: 3rem;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.container {
  width: 100%;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.padding-global {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.footer_link-text {
  text-align: center;
  font-size: 1.5rem;
  font-weight: 600;
}

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

.footer_divider {
  width: 100%;
  height: 2px;
  background-color: var(--white-smoke);
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.footer_links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.text-block-11 {
  padding-bottom: 20px;
  font-size: 18px;
  font-weight: 400;
}

.heading-17 {
  color: #fff;
}

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

.text-block-13 {
  text-align: center;
  font-weight: 400;
}

.container-16 {
  max-width: 1130px;
  float: left;
  clear: none;
  aspect-ratio: auto;
  object-fit: fill;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 40px;
  padding: 40px;
  display: block;
  position: static;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: auto;
}

.div-block-31 {
  max-width: 1130px;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.html-embed {
  max-height: 40px;
  max-width: 40px;
}

.div-block-32 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 0 20px 20px;
  display: flex;
}

.text-block-14 {
  color: #7c7c7c;
  font-size: 18px;
}

.heading-18.zwart {
  font-size: 42px;
  line-height: 65px;
}

.heading-19 {
  margin-top: 20px;
  font-weight: 700;
}

.div-block-33 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-weight: 400;
  display: flex;
}

.div-block-34 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  font-weight: 400;
  display: flex;
}

.div-block-35 {
  max-width: 100%;
  text-align: left;
  flex-direction: row;
  display: flex;
}

.image-18 {
  max-width: 150%;
}

.container-main.app-download {
  justify-content: flex-start;
  display: block;
}

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

.image-19 {
  max-width: 120%;
}

.div-block-36 {
  max-width: 100px;
}

.div-block-37 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-items: center;
  display: flex;
}

.section-10 {
  max-height: 0;
  max-width: 100%;
  min-height: 100vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: radial-gradient(circle farthest-corner at 50% 60%, var(--medium-sea-green), var(--0dbc81) 40%);
  flex-direction: column;
  justify-content: flex-start;
  margin: 20px;
  padding-top: 100px;
  display: flex;
}

.container-17 {
  max-width: 1130px;
  min-height: 50vh;
  flex-direction: column;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.quick-stack {
  max-width: 1130px;
}

.app-download {
  background-color: var(--0dbc81);
}

.heading-20 {
  color: #fff;
  text-align: center;
  font-size: 5rem;
  font-weight: 900;
  line-height: 1.1;
}

.image-20 {
  max-width: 70%;
}

.image-21 {
  max-width: 10%;
  padding-bottom: 20px;
}

.image-22 {
  max-width: 170px;
}

.image-23 {
  max-width: 150px;
}

.image-24 {
  min-width: 140px;
}

.flex-block-2 {
  min-width: 100px;
  flex-direction: row;
}

.image-25, .image-26 {
  min-width: 200px;
}

.div-block-38 {
  padding-top: 20px;
}

.image-27 {
  max-width: 800px;
  padding-top: 40px;
  padding-left: 100px;
  position: relative;
  left: 14px;
}

.text-block-15 {
  color: var(--mint-cream);
  text-align: center;
  flex: 1;
  padding-bottom: 40px;
  font-weight: 700;
}

.image-28 {
  max-width: 100%;
  flex: 1;
}

.text-block-16 {
  justify-content: center;
  display: flex;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

.check {
  width: 38px;
  opacity: .5;
}

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

.title-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.pricing-line-break-top {
  height: 75px;
  margin-top: 20px;
  padding-top: 40px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.tab-standard {
  color: var(--grey-2);
  background-color: rgba(240, 240, 240, 0);
  border: 2px solid #f0f0f0;
  border-radius: 20px;
  margin-right: 10px;
}

.tab-standard:hover {
  border-style: solid;
}

.tab-standard.w--current {
  color: var(--0dbc81);
  background-color: rgba(13, 188, 129, .06);
  border-color: #0dbc81;
  border-radius: 44px;
}

.tab-standard.w--current:active {
  background-color: rgba(255, 255, 255, 0);
}

.tab-standard.current {
  color: var(--0dbc81);
}

.text-block {
  opacity: .5;
  letter-spacing: 2px;
}

.grid-top-sticky {
  z-index: 4;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.arrow {
  margin-left: 12px;
}

.start-link {
  color: #8c54ff;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
  padding-right: 10px;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.container-18 {
  width: 100%;
  max-width: 1170px;
  margin-left: auto;
  margin-right: auto;
}

.pricing-top {
  min-height: 165px;
  background-color: #130e2c;
  border-bottom: 1px solid #8c54ff;
  padding-top: 32px;
  padding-bottom: 32px;
  padding-right: 24px;
  position: relative;
}

.pricing-table-cell {
  align-items: center;
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 40px;
  display: flex;
}

.title-2 {
  color: rgba(255, 255, 255, .5);
  letter-spacing: 2px;
  font-size: 12px;
}

.help {
  opacity: .3;
  margin-left: 10px;
}

.pricing-grid-wrapper-mobile {
  display: none;
}

.help-icon {
  width: 18px;
}

.pricing-line-break {
  height: 81px;
  border-top: 1px solid #8c54ff;
  margin-top: 20px;
  padding-top: 44px;
  padding-bottom: 24px;
  padding-right: 24px;
}

.grid-pricing {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
}

.discount {
  color: rgba(255, 255, 255, .5);
  font-size: 14px;
}

.grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.text-block-17 {
  color: var(--medium-sea-green);
  background-color: rgba(13, 188, 129, .06);
  border: 1.5px solid #0dbc81;
  border-radius: 20px;
  padding: 5px 20px;
  font-weight: 600;
}

.grid-3 {
  grid-template-rows: auto auto auto auto auto auto auto auto;
  margin: 20px;
}

.heading-21, .heading-22 {
  margin-top: 0;
}

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

.tab-pane-tab-2 {
  max-width: 1130px;
}

.tabs {
  max-width: 1130px;
  display: block;
}

.container-19 {
  max-width: 1130px;
  word-break: normal;
  padding: 40px;
}

._w-container {
  max-width: 1130px;
  padding: 40px;
}

.heading-24, .heading-25, .heading-26 {
  font-weight: 700;
}

.tab-link-tab-3 {
  background-color: #0dbc81;
}

.tab-link-tab-3.w--current {
  background-color: #0dbc81;
  border-radius: 20px;
  font-weight: 600;
}

.container-dc {
  max-width: 1130px;
  padding-top: 15vh;
  padding-left: 40px;
  padding-right: 40px;
}

.link-block-11 {
  background-color: rgba(13, 188, 129, 0);
  text-decoration: none;
}

.tabs-menu-2 {
  border-radius: 20px;
  padding-right: 0;
}

.selector, .text-block-18 {
  color: var(--grey-2);
}

.text-block-19 {
  color: var(--medium-sea-green);
}

.text-block-20 {
  color: #7c7c7c;
}

.heading-27 {
  text-align: center;
}

.vergelijkingstabel_mobile {
  flex-direction: row;
  display: none;
}

.vergelijkingstabel_mobile.hidden {
  display: none;
}

.flex-block-3 {
  padding: 20px;
}

.flex-block-4 {
  padding: 10px;
}

.line-block {
  border-bottom: 2px solid #f0f0f0;
  margin: 20px 0;
}

.list-item {
  color: #000;
  margin-top: 0;
  font-size: 18px;
  font-weight: 600;
}

.text-item {
  color: var(--grey-2);
  padding-bottom: 20px;
  padding-right: 20px;
}

.text-block-21 {
  color: var(--grey-2);
}

.heading-28 {
  align-items: flex-start;
  display: flex;
}

.heading-29 {
  margin-bottom: 10px;
}

.dctype {
  margin-top: 20px;
  margin-bottom: 0;
  padding: 10px;
  font-weight: 700;
}

.heading-30 {
  margin-top: 0;
  font-size: 24px;
}

.text-block-22 {
  font-size: 18px;
}

.grid_image {
  width: 100%;
  height: 100%;
  border-radius: 20px;
}

.div-block-40 {
  display: block;
}

.image-29 {
  max-width: 150px;
}

.div-block-41 {
  display: block;
}

.image-30 {
  max-width: 150px;
}

.image-31 {
  outline-offset: 0px;
  border-radius: 20px;
  outline: 3px #333;
}

.image-32, .div-block-42 {
  border-radius: 20px;
}

.section-wide-2 {
  min-height: 50vh;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: url('https://staging.www.grid.com/web/images/Header.webp');
  background-position: 50%;
  background-size: cover;
  flex-wrap: nowrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: flex-start;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
  position: static;
}

.section-wide-2.releases {
  min-height: auto;
  background-image: linear-gradient(63deg, #2d75ff, #012169);
  padding-bottom: 180px;
}

.section-wide-2.black {
  min-height: 50vh;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  padding-top: 40px;
}

.section-wide-2.black.clear {
  min-height: auto;
  background-image: none;
  padding-bottom: 40px;
  font-family: Source Sans Pro, sans-serif;
}

.container-main-centered-2 {
  max-width: 1130px;
  min-height: 55px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 40px;
  font-family: Source Sans Pro, sans-serif;
  font-weight: 900;
  display: block;
  overflow: visible;
}

.container-main-centered-2.bottom {
  min-height: 200px;
  background-color: #fff;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-top: -180px;
  margin-left: auto;
  margin-right: auto;
}

.heading-32 {
  color: #fff;
  font-size: 4rem;
  line-height: 4rem;
}

.subheading {
  color: #0dbc81;
  margin-top: 10px;
  font-weight: 700;
}

.paragraph-13 {
  color: #fff;
  font-weight: 400;
}

@media screen and (max-width: 991px) {
  p, li {
    font-size: 16px;
  }

  .section-wide {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-wide.black {
    background-image: url('https://staging.www.grid.com/web/images/GRID-map2.jpg');
    background-position: 50%;
    background-size: auto;
    margin-top: 0;
    padding: 0 20px 20px;
  }

  .section-wide.black.clear {
    min-height: 20vh;
    padding-bottom: 20px;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px 20px;
  }

  .container-4 {
    max-width: 728px;
  }

  .nav-menu-wrapper {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-around;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px rgba(0, 0, 0, .05);
  }

  .button-primary {
    text-align: center;
    align-self: center;
  }

  .button-primary.centre {
    padding-left: 12px;
  }

  .menu-button {
    padding: 12px;
  }

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

  .image-3 {
    max-width: 100px;
  }

  .h2 {
    text-align: center;
    font-size: 24px;
  }

  .div-block-std {
    min-height: 35vh;
  }

  .div-block-std._2 {
    min-height: 35vh;
    outline-offset: 0px;
    outline: 0 #333;
  }

  .div-block-std.image {
    background-position: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    display: block;
  }

  .div-block-std.image.detail {
    background-image: url('https://staging.www.grid.com/web/images/Car.webp');
    background-position: 50% 100%;
    background-size: cover;
  }

  .div-block-std.image.zoek {
    background-position: 50%, 100%;
    background-repeat: repeat-x, repeat;
    background-size: contain, auto;
  }

  .div-block-std.image.voorkeur {
    background-image: url('https://staging.www.grid.com/web/images/Choose-car.webp');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: cover;
  }

  .div-block-std.image.koffie {
    background-image: url('https://staging.www.grid.com/web/images/handheldsmall-EN.webp');
    background-position: 50% 75%;
    background-repeat: repeat;
    background-size: cover;
  }

  .div-block-std.image.app {
    background-color: var(--medium-aquamarine);
    background-image: url('https://staging.www.grid.com/web/images/iphone-14-pro-small.webp');
    background-position: 50%;
    background-repeat: repeat-y;
    background-size: contain;
  }

  .div-block-std.image.fuel {
    background-size: cover;
  }

  .grid-blocks {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .grid-blocks._4-blocks {
    padding-top: 0;
  }

  .container-main-centered {
    padding: 20px;
  }

  .container-main-centered.header {
    outline-color: var(--medium-sea-green);
    outline-offset: 0px;
    text-align: left;
    outline-width: 1.5px;
    outline-style: none;
    padding-bottom: 35px;
    display: flex;
  }

  .container-main-centered.header.centre {
    min-height: 20vh;
  }

  .container-main-centered._2 {
    background-color: var(--medium-aquamarine);
  }

  .container-main-centered.map {
    margin-top: 0;
    padding: 40px;
  }

  .container-main-centered.dc-charger {
    padding: 20vh 20px 20px;
    position: static;
  }

  .container-main-centered.dc-charger.centered {
    padding-top: 20px;
  }

  .paragraph-7 {
    color: var(--grey-2);
    font-size: 16px;
  }

  .paragraph-7.white {
    text-align: left;
    align-self: center;
    font-size: 18px;
  }

  .paragraph-7.white.map {
    text-align: center;
    font-size: 16px;
  }

  .paragraph-7.white.map.centre {
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .heading-5 {
    font-size: 28px;
    font-weight: 700;
  }

  .heading-5.green {
    color: var(--medium-sea-green);
    text-align: left;
    align-self: flex-start;
  }

  .heading-5.green.centre {
    align-self: center;
    font-weight: 700;
  }

  .heading-5.green.left {
    text-align: left;
  }

  .heading-5.white {
    font-weight: 700;
  }

  .title, .title.zwart {
    font-size: 45px;
  }

  .title.header {
    max-width: 100%;
    text-align: center;
    align-self: center;
    margin-bottom: 0;
    padding-bottom: 20px;
  }

  .title.header.links {
    text-align: left;
  }

  .div-block-download {
    flex-direction: column;
    padding-bottom: 0;
  }

  .section-blocks {
    margin-top: -250px;
  }

  .div-block-18 {
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-18.blog {
    flex-direction: column;
    align-self: flex-start;
    display: flex;
  }

  .div-block-21 {
    max-width: 700px;
  }

  .div-block-24 {
    padding-right: 0;
  }

  .footer-light {
    padding-top: 40px;
  }

  .footer-link.bottom {
    color: var(--grey);
    text-align: center;
    justify-content: center;
    padding-bottom: 5px;
    font-size: 14px;
    display: flex;
  }

  .columns-3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .image-16 {
    max-width: 60%;
  }

  .container-tekst.tekstpagina, .container-tekst.blog {
    padding-left: 20px;
    padding-right: 20px;
  }

  .link-back {
    font-size: 18px;
  }

  .section-7 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .div-block-29, .div-block-30 {
    justify-content: center;
  }

  .container-15 {
    padding: 20px;
  }

  .columns-4 {
    margin-left: 0;
    margin-right: 0;
  }

  .heading-16 {
    margin-bottom: 20px;
    font-size: 60px;
  }

  .text-block-7 {
    font-size: 40px;
  }

  .button-primary-4 {
    text-align: center;
    align-self: center;
  }

  .text-block-8 {
    font-family: Source Sans Pro, sans-serif;
  }

  .section-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .flex-block {
    justify-content: center;
  }

  .wg-element {
    width: 100%;
    align-items: center;
    padding-top: 10px;
    display: flex;
  }

  .wg-selector-1.s2 {
    padding-right: 10px;
  }

  .footer_bottom-w {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    justify-items: stretch;
  }

  .footer_links {
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .footer_bottom-link {
    font-size: 1rem;
  }

  .container-16 {
    padding: 20px;
  }

  .heading-18 {
    font-size: 45px;
  }

  .heading-18.zwart {
    height: 0%;
    color: var(--0dbc81);
    margin-bottom: 0;
    line-height: 45px;
  }

  .heading-19 {
    color: var(--medium-sea-green);
    margin-top: 20px;
    font-weight: 700;
  }

  .div-block-34 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section-10 {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, var(--medium-sea-green), var(--0dbc81) 53%);
    justify-content: flex-start;
    padding-top: 40px;
  }

  .container-17 {
    max-width: 100%;
    margin: 10px;
    padding-top: 40px;
  }

  .heading-20 {
    padding-top: 20px;
    font-size: 60px;
    line-height: 60px;
  }

  .text-block-16 {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

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

  ._w-container {
    padding: 20px;
  }

  .container-dc {
    padding-left: 20px;
    padding-right: 20px;
  }

  .list-item, .text-item {
    font-size: 14px;
  }

  .image-32 {
    min-height: 50vh;
    object-fit: contain;
    display: block;
  }

  .div-block-42 {
    min-height: 100%;
    background-image: url('https://staging.www.grid.com/web/images/handheldsmall-EN.webp');
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .section-wide-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-wide-2.releases {
    min-height: auto;
    padding-bottom: 180px;
  }

  .section-wide-2.black {
    background-image: url('https://staging.www.grid.com/web/images/GRID-map2.jpg');
    background-position: 50%;
    background-size: auto;
    margin-top: 0;
    padding: 0 20px 20px;
  }

  .section-wide-2.black.clear {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container-main-centered-2 {
    padding: 20px;
  }

  .container-main-centered-2.bottom {
    max-width: 100%;
    margin: -160px 20px 20px;
  }
}

@media screen and (max-width: 767px) {
  .section-wide {
    min-height: 50vh;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-wide.black {
    align-items: center;
    padding: 10px 20px;
    display: flex;
  }

  .section-wide.black.clear {
    min-height: 15vh;
    padding-top: 0;
    padding-bottom: 20px;
  }

  .section-wide.map {
    max-width: 100%;
  }

  .section-wide.blog {
    min-height: 30vh;
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px 20px;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

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

  .button-primary {
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-primary.on-green {
    text-align: left;
    padding-left: 12px;
    padding-right: 12px;
    font-size: 16px;
  }

  .button-primary.centre {
    font-size: 16px;
  }

  .image-3 {
    max-width: 100px;
  }

  .h2 {
    margin: 20px;
    font-size: 18px;
    font-weight: 400;
  }

  .div-block-std, .div-block-std._2 {
    min-height: 20vh;
  }

  .div-block-std.wit {
    background-color: var(--medium-sea-green);
  }

  .div-block-std.image.detail {
    background-repeat: repeat-x, repeat;
  }

  .div-block-std.image.zoek {
    max-width: 100%;
    background-image: url("https://assets-global.website-files.com/653236326513cda4cafcfe64/653236326513cda4cafcfee8_macbook%20vito's%20klein.webp"), linear-gradient(to bottom, null, null);
    background-repeat: no-repeat, repeat;
  }

  .div-block-std.image.voorkeur {
    background-color: var(--white-smoke);
    background-image: url('https://staging.www.grid.com/web/images/macbook-car-small.webp');
    background-position: 50%;
    background-repeat: repeat-x;
    background-size: contain;
  }

  .div-block-std.image.koffie {
    max-height: 550px;
    background-position: 50%;
  }

  .div-block-std.image.fuel {
    background-size: cover;
  }

  .grid-blocks {
    max-width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    padding: 10px 5px;
  }

  .grid-blocks._4-blocks {
    padding-top: 0;
  }

  .container-main-centered {
    max-width: 100%;
    padding: 19px;
  }

  .container-main-centered.header {
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-main-centered._2 {
    background-color: var(--medium-aquamarine);
  }

  .container-main-centered.map {
    flex: 1;
    align-self: stretch;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .container-main-centered.map.nog-border {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .container-main-centered._5 {
    background-color: rgba(0, 0, 0, 0);
  }

  .paragraph-7 {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .paragraph-7.white {
    max-width: 100%;
    align-items: flex-start;
    padding-right: 0;
  }

  .paragraph-7.white.map.centre {
    align-items: center;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .paragraph-7.white.inleiding {
    width: 100%;
    max-width: 100%;
    flex-direction: column;
  }

  .paragraph-7.wit {
    padding-bottom: 10px;
  }

  .heading-5 {
    margin-top: 0;
    font-size: 24px;
    font-weight: 700;
  }

  .heading-5.green {
    text-align: left;
  }

  .heading-5.green.centre {
    text-align: center;
    margin-top: 0;
  }

  .heading-5.green.left {
    color: var(--medium-sea-green);
    -webkit-text-stroke-color: var(--medium-sea-green);
  }

  .title, .title.zwart {
    font-size: 35px;
  }

  .title.header {
    max-width: 85%;
    align-self: center;
    margin-bottom: 10px;
  }

  .title.header.links {
    max-width: 100%;
    margin-bottom: 0;
    padding-bottom: 10px;
  }

  .section-blocks {
    max-width: 100%;
    margin-top: -90px;
  }

  .div-block-18 {
    padding-bottom: 40px;
  }

  .div-block-18.blog {
    flex-direction: column;
    order: 1;
    align-self: stretch;
    padding-bottom: 20px;
  }

  .div-block-19 {
    grid-column-gap: 10px;
  }

  .div-block-20 {
    width: 40%;
  }

  .div-block-21 {
    grid-column-gap: 0px;
    flex-wrap: nowrap;
  }

  .footer-light {
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-header {
    font-size: 18px;
  }

  .container-tekst.tekstpagina {
    padding-top: 40px;
  }

  .container-tekst.blog {
    padding-left: 0;
    padding-right: 0;
  }

  .link-back {
    font-size: 16px;
  }

  .section-7 {
    margin-top: -90px;
  }

  .container-15 {
    padding: 19px;
  }

  .columns-4 {
    margin-left: 0;
    margin-right: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-16 {
    margin-bottom: 10px;
    font-size: 45px;
  }

  .text-block-7 {
    margin-bottom: 10px;
    font-size: 28px;
  }

  .button-primary-4 {
    font-size: 16px;
  }

  .wg-element {
    width: 100%;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .cookie-modal_button-wrap {
    padding: 1.5rem;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    margin: 1.5rem -1.5rem -2rem;
    padding-top: 1.25rem;
    position: -webkit-sticky;
    position: sticky;
    bottom: -2rem;
  }

  .cookie-preference_wrapper {
    padding-top: 2rem;
  }

  .cookie-modal_content-wrap {
    padding-bottom: 1.5rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .cookie-modal_closebutton, .cookie-modal_closebutton-2 {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton-2.is-sticky {
    top: -1rem;
  }

  .cookie-modal_form {
    padding-top: .75rem;
  }

  .cookie-modal_closebutton-3 {
    margin-right: 1.25rem;
  }

  .cookie-modal_closebutton-3.is-sticky {
    top: -1rem;
  }

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

  .heading-18.zwart {
    height: auto;
  }

  .section-10 {
    margin: 0;
    padding-top: 20px;
  }

  .container-17 {
    padding-top: 40px;
    padding-left: 0;
  }

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

  .image-21 {
    padding-bottom: 10px;
  }

  .pricing-grid-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 8px;
    grid-template-columns: 1fr 1fr;
  }

  .tab-standard {
    color: #7c7c7c;
    background-color: rgba(0, 0, 0, 0);
    border: 1.5px solid #7c7c7c;
    border-radius: 50px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .tab-standard.w--current {
    border-color: var(--medium-sea-green);
    background-color: rgba(13, 188, 129, .06);
  }

  .tabs-menu {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .tab-pane {
    padding: 30px;
  }

  .pricing-wrapper, .help {
    display: none;
  }

  .pricing-grid-wrapper-mobile {
    display: block;
  }

  .mobile-pricing {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
  }

  .grid-2 {
    display: none;
  }

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

  .heading-21 {
    font-size: 16px;
  }

  .tabs-menu-2 {
    justify-content: center;
    padding-bottom: 20px;
    display: flex;
  }

  .vergelijkingstabel_mobile {
    display: block;
  }

  .image-29, .image-30 {
    margin-left: -10px;
  }

  .section-wide-2 {
    min-height: 50vh;
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .section-wide-2.releases {
    min-height: auto;
    padding-bottom: 180px;
  }

  .section-wide-2.black {
    align-items: center;
    padding: 10px 20px;
    display: flex;
  }

  .section-wide-2.black.clear {
    min-height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    display: block;
  }

  .container-main-centered-2 {
    max-width: 100%;
    padding: 19px;
  }

  .container-main-centered-2.bottom {
    flex: 1;
    padding: 20px;
  }

  .heading-32 {
    font-size: 3rem;
  }
}

@media screen and (max-width: 479px) {
  .section-wide {
    background-color: var(--0dbc81);
    background-image: linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('https://staging.www.grid.com/web/images/Header.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section-wide.black {
    min-height: 40vh;
    background-position: 50%;
    padding-top: 10px;
  }

  .section-wide.black.clear {
    padding: 10px;
  }

  .section-wide.blog {
    min-height: 30vh;
    padding-top: 0;
  }

  .navbar-logo-left-container.shadow-three {
    padding: 10px 20px;
  }

  .container-4 {
    max-width: none;
  }

  .nav-menu-two {
    flex-direction: column;
  }

  .button-primary {
    max-width: 100%;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-top: 9px;
    padding-left: 25px;
    padding-right: 25px;
    font-size: 16px;
    display: flex;
  }

  .button-primary.on-green {
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
  }

  .button-primary.centre {
    margin-bottom: 10px;
    margin-right: 0;
    padding-left: 25px;
    padding-right: 25px;
  }

  .image-3 {
    max-width: 100px;
  }

  .h2 {
    margin-top: 10px;
    font-size: 16px;
  }

  .div-block-std, .div-block-std._2 {
    min-height: 15vh;
  }

  .div-block-std.image {
    object-fit: fill;
    overflow: visible;
  }

  .div-block-std.image.detail {
    background-color: var(--white-smoke);
    background-position: 50% 100%;
  }

  .div-block-std.image.zoek {
    background-color: var(--white-smoke);
    background-image: url('https://staging.www.grid.com/web/images/MacBook-Air-2022.png');
    background-repeat: repeat-x;
    display: none;
  }

  .div-block-std.image.app {
    background-repeat: repeat-x;
    margin-bottom: 0;
  }

  .div-block-std.image.fuel {
    background-size: cover;
  }

  .grid-blocks {
    grid-row-gap: 20px;
    grid-template-rows: auto auto auto auto auto auto auto;
    padding: 10px;
  }

  .grid-blocks._4-blocks {
    grid-column-gap: 10px;
    grid-template-rows: auto auto;
    padding-top: 10px;
  }

  .container-main-centered {
    padding: 10px;
  }

  .container-main-centered.header {
    flex: 1;
    padding: 0 20px 20px;
    display: block;
  }

  .container-main-centered.map {
    max-width: 95%;
    padding: 20px;
  }

  .container-main-centered.blog {
    padding: 13px;
  }

  .container-main-centered.dc-charger {
    align-items: center;
  }

  .container-main-centered.dc-charger.centered {
    padding: 0;
  }

  .paragraph-7 {
    text-align: left;
    padding-bottom: 20px;
    font-size: 16px;
  }

  .paragraph-7.white {
    max-width: none;
    text-align: left;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .paragraph-7.white.map {
    max-width: 95%;
    text-align: left;
    padding-bottom: 0;
    font-size: 16px;
  }

  .paragraph-7.white.map.centre {
    max-width: 95%;
    text-align: center;
    padding-bottom: 20px;
    padding-left: 0;
  }

  .paragraph-7.white.inleiding {
    text-align: left;
    align-self: auto;
    font-size: 16px;
  }

  .paragraph-7.wit {
    text-align: center;
    padding-bottom: 10px;
  }

  .heading-5 {
    font-size: 24px;
    font-weight: 700;
  }

  .heading-5.green {
    text-align: left;
    align-self: center;
    margin-bottom: 20px;
  }

  .heading-5.green.centre {
    max-width: none;
    text-align: center;
    font-size: 24px;
    font-weight: 700;
  }

  .heading-5.green.left {
    font-size: 26px;
  }

  .heading-5.white {
    font-weight: 700;
  }

  .title {
    text-align: center;
    margin-top: 10px;
    font-size: 30px;
  }

  .title.zwart {
    text-align: left;
    font-size: 32px;
  }

  .title.header {
    max-width: none;
    text-align: left;
    align-self: flex-start;
    margin-bottom: 10px;
    padding-bottom: 0;
  }

  .title.header.links {
    align-self: flex-start;
  }

  .title.dc {
    text-align: center;
    align-self: flex-start;
    margin-top: 20px;
    font-size: 30px;
  }

  .div-block-download {
    width: 100%;
    min-width: 100px;
    grid-column-gap: 10px;
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .section-blocks {
    margin-top: -30vh;
  }

  .div-block-18 {
    align-items: flex-start;
    padding: 0;
    display: block;
  }

  .div-block-20 {
    min-width: 70px;
    grid-column-gap: 0px;
    flex-direction: row;
    flex: 1;
    align-items: center;
    display: flex;
  }

  .image-15 {
    max-width: 32px;
    padding-right: 0;
  }

  .div-block-21 {
    align-self: stretch;
  }

  .div-block-22.hidden, .div-block-23.hidden {
    display: none;
  }

  .footer-light {
    padding-top: 14px;
  }

  .footer-header {
    justify-content: center;
    font-size: 15px;
  }

  .columns-2 {
    padding-bottom: 10px;
  }

  .image-17 {
    display: block;
  }

  .container-tekst.blog {
    padding-top: 20px;
    padding-left: 2px;
    padding-right: 2px;
  }

  .section-block {
    padding-top: 20px;
  }

  .link-block-5 {
    background-color: rgba(255, 255, 255, 0);
    justify-content: flex-start;
  }

  .section-7 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .link-block-home {
    padding-bottom: 10px;
  }

  .columns-4 {
    background-position: 40%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

  .text-block-7 {
    font-size: 24px;
  }

  .button-primary-4 {
    padding-left: 12px;
    padding-right: 12px;
  }

  .section-9 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .wg-element {
    height: auto;
  }

  .section-faq {
    padding: 100px 15px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .cookie-modal_button-wrap.in-pref-manger {
    bottom: 0;
  }

  .cookie-modal_button-wrap.is-small {
    justify-content: space-between;
    padding: 1.25rem;
  }

  .cookie-preference_wrapper {
    max-width: 100%;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .cookie-modal_content-wrap.is-small {
    padding-bottom: 1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .cookie-modal_button {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-modal_closebutton {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-preference_component {
    align-items: flex-end;
  }

  .cookie-modal_closebutton-2 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_component {
    max-width: 100%;
  }

  .cookie-modal_button-2 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-popup_component {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .cookie-modal_closebutton-3 {
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .cookie-modal_button-3 {
    flex: auto;
    padding-left: 1.25em;
    padding-right: 1.25em;
  }

  .cookie-popup_component-2 {
    max-width: 100%;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .footer_top {
    grid-template-columns: 1fr .75fr .25fr;
  }

  .footer_link-text {
    font-size: 1rem;
  }

  .footer_bottom-w {
    grid-template-rows: auto auto;
    grid-auto-flow: row;
  }

  .footer_links {
    flex-wrap: wrap;
    justify-content: center;
  }

  .container-16 {
    top: auto;
  }

  .div-block-31 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-self: center;
    align-items: flex-start;
    position: static;
  }

  .text-block-14 {
    color: #7c7c7c;
  }

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

  .heading-18.zwart {
    font-size: 30px;
    font-weight: 900;
    line-height: 100%;
  }

  .div-block-17 {
    flex-direction: column;
  }

  .image-19 {
    padding-top: 20px;
  }

  .div-block-37 {
    align-items: flex-end;
  }

  .html-embed-2 {
    max-width: 50px;
  }

  .section-10 {
    background-image: radial-gradient(circle farthest-corner at 50% 65%, var(--medium-sea-green), var(--0dbc81) 44%, #192726);
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
    padding-top: 20px;
  }

  .container-17 {
    padding-top: 20px;
  }

  .heading-20 {
    margin-top: 0;
    font-size: 24px;
    line-height: 1.2;
  }

  .image-21 {
    max-width: 20%;
  }

  .image-22 {
    max-width: 140px;
    min-width: 140px;
  }

  .image-24 {
    min-width: 0;
  }

  .div-block-38 {
    flex-direction: row;
    justify-content: center;
    align-items: center;
    margin-left: 20px;
    margin-right: 20px;
    padding-top: 0;
    display: flex;
  }

  .text-block-15 {
    margin-top: 0;
    font-weight: 700;
  }

  .image-28 {
    align-self: stretch;
    padding-top: 20px;
  }

  .grid {
    grid-column-gap: 29px;
  }

  .tab-standard {
    color: #7c7c7c;
    text-align: center;
    border-width: 1.5px;
    border-color: #f0f0f0;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .tab-standard.w--current {
    background-color: rgba(13, 188, 129, .06);
    border-width: 2px;
    border-color: #0dbc81;
  }

  .tabs-menu {
    flex-wrap: wrap;
    justify-content: center;
  }

  .tab-pane {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .heading-21 {
    font-size: 16px;
  }

  .heading-22 {
    font-size: 12px;
  }

  .container-19 {
    padding: 10px;
  }

  ._w-container {
    padding-top: 0;
  }

  .container-dc {
    padding: 40px 20px 10px;
  }

  .tabs-menu-2 {
    flex-direction: column;
  }

  .text-block-19 {
    color: #0dbc81;
  }

  .heading-27 {
    font-size: 30px;
    font-weight: 900;
    line-height: 100%;
  }

  .vergelijkingstabel_mobile {
    display: block;
  }

  .section-wide-2 {
    background-color: #1a1b1f;
    background-image: linear-gradient(rgba(0, 0, 0, .29), rgba(0, 0, 0, .29)), url('https://staging.www.grid.com/web/images/Header.webp');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .section-wide-2.releases {
    padding-bottom: 40px;
  }

  .section-wide-2.black {
    min-height: 40vh;
    background-position: 50%;
    padding-top: 10px;
  }

  .section-wide-2.black.clear {
    min-height: auto;
    padding: 10px;
    display: block;
  }

  .container-main-centered-2 {
    padding: 10px;
  }

  .container-main-centered-2.bottom {
    flex: 1;
    margin: 10px;
  }

  .heading-32 {
    font-size: 3rem;
  }
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-45f41dac {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-45f41dac {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-45f41dac {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-45f41dac {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-45f41dac {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-45f41dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-45f41dac {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_189cf911-0ae5-6e7b-acdd-403a45bd938b-45f41dac {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_760753fe-f228-3be9-bbee-a805a4a7b2b8-9544aafa {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_02e186f7-9d59-8f50-dd7b-48de9544aafd-9544aafa {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_02e186f7-9d59-8f50-dd7b-48de9544ab09-9544aafa, #w-node-_75d17f45-818b-5859-6b6a-a897ed8c4dcb-9544aafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_02e186f7-9d59-8f50-dd7b-48de9544ab13-9544aafa {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_0acab192-3e4b-49f9-40a4-c57a865537d1-865537ce {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-45f41db5 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-45f41db5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-45f41db5 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-45f41db5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-45f41db5 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-45f41db5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-45f41db5 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-e8572733-5c5d-3116-06bc-1ff7dba8d063-45f41db6, #w-node-e3e091e7-efe9-bf4d-02d9-60e14ac5d2b3-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4bc5350d-98ec-ffbf-08f5-a73c5da7b268-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: auto;
}

#w-node-_541876de-8d5d-78cd-8db2-6460268ba4cf-45f41db6, #w-node-e0fc07f4-52da-5471-e382-0414887220f6-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1b3c82ce-26b2-58ec-941f-44fc57a16f18-45f41db6 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_64af61f0-e9e6-a3c0-07e4-416004d391fc-45f41db6, #w-node-_8002d476-9b06-c1bd-39d8-7072487e2e7c-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_2fae45bf-ec2a-5d6b-c596-8e865098849b-45f41db6, #w-node-_8769c6ef-f328-a49d-aebf-ff318c25bf18-45f41db6, #w-node-_62f0fdfc-8b30-f08c-2139-72c8bbee3171-45f41db6, #w-node-bdd7f486-c23e-8d91-dd95-cf2a8f86b53a-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-abd45b1d-8d99-8bf9-ba0c-e5dfe81d6ac7-45f41db6 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_79018750-98c4-ed28-40b3-029ac91f173a-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: auto;
}

#w-node-f7252fce-29d1-c5de-de47-3fc259ca4d0a-45f41db6 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-b19e2388-e5d0-654f-355e-cc410e68de0f-45f41db6, #w-node-f23a9661-fba7-3c97-d103-9a939fdcfa18-45f41db6, #w-node-_79750ead-d2ac-2534-8826-d5ff86ee4257-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_281343fc-ff8a-a880-85b4-5639d2d41709-45f41db6 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-a898b547-750e-c17f-e17c-0ed266713072-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2cc1db7c-0626-bbb0-5dfe-be7733bce4df-45f41db6 {
  grid-area: 4 / 3 / 5 / 4;
}

#w-node-e7e2fab9-63f3-e7c2-cf60-da5a23bf231d-45f41db6 {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_8a6cc4d6-b755-246a-f40c-60866d8794b3-45f41db6 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_2bf15871-9995-56b4-6be7-cfafb6894c89-45f41db6 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-a0e488ec-f960-5e42-bea7-aa09a12d6be0-45f41db6 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-b27dbe1e-039b-3741-7a47-9ffc4cb4b556-45f41db6 {
  grid-area: 6 / 3 / 7 / 4;
}

#w-node-_12f77f0f-6db5-a150-b654-d82c588399aa-45f41db6 {
  grid-area: 6 / 4 / 7 / 5;
}

#w-node-_68612127-dd62-8458-6bac-7fafd357ac05-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4755d32c-f53b-af82-2ac1-14cce65cb45e-45f41db6 {
  grid-area: 7 / 2 / 8 / 3;
}

#w-node-_8149bff6-2733-b0b1-62c8-f176e794824c-45f41db6 {
  grid-area: 7 / 3 / 8 / 4;
}

#w-node-_32a052c1-cd26-5a5c-1064-05dd80c14b72-45f41db6 {
  grid-area: 7 / 4 / 8 / 5;
}

#w-node-_4e3db815-3412-7b94-d659-7ad17403de6a-45f41db6 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_8fd10373-428f-a37b-3153-495b94ccb655-45f41db6 {
  grid-area: 5 / 3 / 6 / 4;
}

#w-node-_37789fb4-7973-5dbb-5b60-75cf019ebb76-45f41db6 {
  grid-area: 8 / 3 / 9 / 4;
}

#w-node-de5ea33a-729b-0669-4624-0befd4843715-45f41db6 {
  grid-area: 8 / 4 / 9 / 5;
}

#w-node-_8c0d3811-dd0b-6341-fae8-c3763984b610-45f41db6 {
  grid-area: 8 / 2 / 9 / 3;
}

#w-node-_3fe85fb9-3256-eb09-1932-9620a2319816-45f41db6 {
  grid-area: 9 / 1 / 10 / 2;
}

#w-node-f0cfd782-e34c-9496-9634-a129dc70137f-45f41db6 {
  grid-area: 9 / 3 / 10 / 4;
}

#w-node-_9e7be6cd-1b94-604c-b369-9c454916a19b-45f41db6 {
  grid-area: 9 / 4 / 10 / 5;
}

#w-node-_57c2356f-0b7b-37b8-d31e-9b8014e153c3-45f41db6 {
  grid-area: 10 / 1 / 11 / 2;
}

#w-node-_1ee55db7-1a5d-ed96-4f98-ccd5df1403f6-45f41db6 {
  grid-area: 10 / 2 / 11 / 3;
}

#w-node-_4273652a-92c9-6d11-8909-ed6bd60684f2-45f41db6 {
  grid-area: 10 / 3 / 11 / 4;
}

#w-node-_267a5e3e-a842-3068-f29c-04167a152d2d-45f41db6 {
  grid-area: 10 / 4 / 11 / 5;
}

#w-node-_2fc9f283-20fe-7d90-5cac-58e81ed0115c-45f41db6 {
  grid-area: 9 / 2 / 10 / 3;
  align-self: center;
}

#w-node-_9bcffb43-5305-4cb7-fba5-da479d163576-45f41db6 {
  grid-area: 5 / 4 / 6 / 5;
}

#w-node-_8e443e6e-925c-c35b-fd6c-961147030075-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-e2397d75-56ee-5689-da89-70ec8423d777-45f41db6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_7446da42-8f32-2bfb-5cad-ee82a70c7102-45f41db6 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_00b053c8-faa1-a51f-f5bc-08859e931141-45f41db6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_453e8d37-2528-4ed0-84f5-c1eddf1db02a-45f41db6 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_70ac0d5b-2a8e-c33e-5274-8ac3e967ccee-45f41db6 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_666f6dc9-4a80-e0b7-0465-eee38c3d5bbd-45f41db6 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-abfc6873-3255-0f24-9cf7-62ac1bd9578f-45f41db6 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-a12d7d22-fea3-ff9c-e9a6-1916d9856434-45f41db6 {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
}

#w-node-bd9ecac5-45e4-c0c7-c821-e067a30318c9-45f41db6 {
  grid-area: 6 / 2 / 7 / 3;
  align-self: center;
}

#w-node-d177d715-95a6-ba5c-9414-bbb144122c38-45f41db6 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-fd41e06e-e03c-7036-8d40-ca45c551148c-45f41db6 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-d31813eb-41a0-01be-579a-a3093d94418c-45f41db6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_8a4036f6-f661-e58c-daed-ca8db4f9003e-45f41db6 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_9b9a438c-d5d5-ed46-c63f-b1f98be82fdb-45f41db6 {
  grid-area: 8 / 2 / 9 / 3;
  align-self: center;
}

#w-node-a3d8edb0-1a6c-1fc9-54aa-4068cea560cd-45f41db6 {
  grid-area: 7 / 2 / 8 / 3;
  align-self: center;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3db7-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dbb-45f41db6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dbd-45f41db6 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dbf-45f41db6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dc1-45f41db6 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dc3-45f41db6 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dc5-45f41db6 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dc7-45f41db6 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dc9-45f41db6 {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dcb-45f41db6 {
  grid-area: 6 / 2 / 7 / 3;
  align-self: center;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dcd-45f41db6 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dcf-45f41db6 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dd1-45f41db6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dd3-45f41db6 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dd5-45f41db6 {
  grid-area: 8 / 2 / 9 / 3;
  align-self: center;
}

#w-node-_9b72c3c1-78ea-f949-200b-46aee41a3dd7-45f41db6 {
  grid-area: 7 / 2 / 8 / 3;
  align-self: center;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354ac-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354b0-45f41db6 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354b2-45f41db6 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: center;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354b4-45f41db6 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354b6-45f41db6 {
  grid-area: 3 / 2 / 4 / 3;
  align-self: center;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354b8-45f41db6 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354ba-45f41db6 {
  grid-area: 7 / 1 / 8 / 2;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354bc-45f41db6 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354be-45f41db6 {
  grid-area: 5 / 2 / 6 / 3;
  align-self: center;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354c0-45f41db6 {
  grid-area: 6 / 2 / 7 / 3;
  align-self: center;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354c2-45f41db6 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354c4-45f41db6 {
  grid-area: 4 / 2 / 5 / 3;
  align-self: center;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354c6-45f41db6 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354c8-45f41db6 {
  grid-area: 8 / 1 / 9 / 2;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354ca-45f41db6 {
  grid-area: 8 / 2 / 9 / 3;
  align-self: center;
}

#w-node-_3028d03c-1e75-84d2-2d82-248cf65354cc-45f41db6 {
  grid-area: 7 / 2 / 8 / 3;
  align-self: center;
}

#w-node-_6bfcad5e-1bb0-ff79-079a-556b055ad48e-45f41db6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-45f41db7 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-45f41db7 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-45f41db7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-45f41db7 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-45f41db7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-45f41db7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-45f41db7 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-45f41db8 {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-45f41db8 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-45f41db8 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-45f41db8 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-45f41db8 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-45f41db8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-45f41db8 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_5c5713fe-5381-bdce-a779-91163e31f011-45f41dbd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5c5713fe-5381-bdce-a779-91163e31f01d-45f41dbd {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_5c5713fe-5381-bdce-a779-91163e31f029-45f41dbd {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_5c5713fe-5381-bdce-a779-91163e31f02a-45f41dbd {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_694e0a32-8e0a-829c-b6f3-9ca0084d2ffb-45f41dbd {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-fb58664a-6abb-56da-8fb9-69971f8deebb-45f41dbd {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
  justify-self: stretch;
}

#w-node-dfce49df-34ed-ed82-9345-3e23133dbaff-45f41dbd {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-45f41dbf {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-45f41dbf {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-45f41dbf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-45f41dbf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-45f41dbf {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-45f41dbf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-45f41dbf {
  grid-area: 4 / 2 / 5 / 3;
}

@media screen and (max-width: 991px) {
  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-45f41dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_420d5176-7ff7-ebe5-fdb4-d1643b99546a-45f41dac, #w-node-_189cf911-0ae5-6e7b-acdd-403a45bd938b-45f41dac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_75d17f45-818b-5859-6b6a-a897ed8c4dcb-9544aafa {
    align-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_02e186f7-9d59-8f50-dd7b-48de9544ab09-9544aafa {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_3028d03c-1e75-84d2-2d82-248cf65354ac-45f41db6, #w-node-_3028d03c-1e75-84d2-2d82-248cf65354b2-45f41db6 {
    align-self: start;
  }

  #w-node-_3028d03c-1e75-84d2-2d82-248cf65354b6-45f41db6 {
    grid-area: 3 / 2 / 4 / 3;
    align-self: start;
  }

  #w-node-_3028d03c-1e75-84d2-2d82-248cf65354be-45f41db6, #w-node-_3028d03c-1e75-84d2-2d82-248cf65354c0-45f41db6, #w-node-_3028d03c-1e75-84d2-2d82-248cf65354c4-45f41db6, #w-node-_3028d03c-1e75-84d2-2d82-248cf65354ca-45f41db6, #w-node-_3028d03c-1e75-84d2-2d82-248cf65354cc-45f41db6 {
    align-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-45f41dac {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-45f41dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-45f41dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-45f41dac {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-45f41dac {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-45f41dac {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-45f41dac {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8e-45f41dac {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_420d5176-7ff7-ebe5-fdb4-d1643b99546a-45f41dac {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_189cf911-0ae5-6e7b-acdd-403a45bd938b-45f41dac {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_02e186f7-9d59-8f50-dd7b-48de9544aafd-9544aafa {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_02e186f7-9d59-8f50-dd7b-48de9544ab09-9544aafa, #w-node-_75d17f45-818b-5859-6b6a-a897ed8c4dcb-9544aafa {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_02e186f7-9d59-8f50-dd7b-48de9544ab13-9544aafa {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_0acab192-3e4b-49f9-40a4-c57a865537d1-865537ce {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_0499ea82-0b56-674f-cbeb-6ff8ca6c5bf3-865537ce {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-45f41db5 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-45f41db5, #w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-45f41db5 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-45f41db5 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-45f41db5 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-45f41db5 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-45f41db5 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8e-45f41db5 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-d98931f3-dcfa-b757-0a6c-6a655b985453-45f41db6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_6bfcad5e-1bb0-ff79-079a-556b055ad48e-45f41db6 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-45f41db7 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-45f41db7, #w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-45f41db7 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-45f41db7 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-45f41db7 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-45f41db7 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-45f41db7 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8e-45f41db7 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-45f41db8 {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-45f41db8, #w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-45f41db8 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-45f41db8 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-45f41db8 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-45f41db8 {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-45f41db8 {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8e-45f41db8 {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-_5c5713fe-5381-bdce-a779-91163e31f011-45f41dbd {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-_5c5713fe-5381-bdce-a779-91163e31f01d-45f41dbd {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_5c5713fe-5381-bdce-a779-91163e31f029-45f41dbd {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-_5c5713fe-5381-bdce-a779-91163e31f02a-45f41dbd {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-_694e0a32-8e0a-829c-b6f3-9ca0084d2ffb-45f41dbd {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-fb58664a-6abb-56da-8fb9-69971f8deebb-45f41dbd, #w-node-dfce49df-34ed-ed82-9345-3e23133dbaff-45f41dbd {
    grid-area: 7 / 1 / 8 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c6d-45f41dbf {
    grid-area: 3 / 1 / 4 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c77-45f41dbf, #w-node-d00632f3-03fb-2032-d93a-9f5d59610c78-45f41dbf {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c79-45f41dbf {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c85-45f41dbf {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c86-45f41dbf {
    grid-area: 5 / 1 / 6 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8d-45f41dbf {
    grid-area: 6 / 1 / 7 / 3;
  }

  #w-node-d00632f3-03fb-2032-d93a-9f5d59610c8e-45f41dbf {
    grid-area: 7 / 1 / 8 / 3;
  }
}


