:root {
  --offwhite-lila: #f3f3f5;
  --dark-rich-purple: #1b1538;
  --text-color-on-light: #767388;
  --white: white;
  --safety-orange: #ff6b00;
  --color: #25d916;
  --thunder-purple: #3a3255;
  --text-color-on-dark: #a4a1af;
  --inactive: #c1c0c8;
  --accessible-components--dark-grey: #9b9b9b;
  --accessible-components--dodger-blue: #1378d1;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

.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 {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.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-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

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

body {
  background-color: var(--offwhite-lila);
  color: var(--dark-rich-purple);
  font-family: Goga, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75em;
  font-weight: 400;
  line-height: 120%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.63em;
  font-weight: 400;
  line-height: 140%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.88em;
  font-weight: 400;
  line-height: 140%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.44em;
  font-weight: 400;
  line-height: 140%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

p {
  color: var(--text-color-on-light);
  margin-bottom: 0;
  font-size: 1em;
  line-height: 160%;
}

a {
  color: var(--dark-rich-purple);
  font-size: 1em;
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25em;
  font-size: 1em;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25em;
  font-weight: 500;
}

strong {
  font-weight: 600;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25em;
  font-size: 1.25em;
  line-height: 1.5;
}

figure {
  margin-top: 2em;
  margin-bottom: 2em;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.utility-page_component {
  background-color: var(--dark-rich-purple);
  color: var(--white);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
  overflow: hidden;
}

.utility-page_component.white {
  background-color: var(--offwhite-lila);
  color: var(--dark-rich-purple);
}

.utility-page_component.is-404 {
  background-image: url('../images/footer-arrow.svg');
  background-position: 0 95%;
  background-repeat: no-repeat;
  background-size: 20em;
  height: 41.9444em;
}

.utility-page_wrapper {
  z-index: 5;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 20rem;
  display: flex;
  position: relative;
}

.utility-page_wrapper.is-long {
  max-width: 55.2778em;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.margin-custom2 {
  margin: 2.5em;
}

.padding-xlarge {
  padding: 4em;
}

.margin-xlarge {
  margin: 4em;
}

.margin-xsmall {
  margin: .5em;
}

.padding-xhuge {
  padding: 8em;
}

.margin-custom1 {
  margin: 1.5em;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12em;
}

.padding-huge {
  padding: 6em;
}

.margin-large {
  margin: 3em;
}

.padding-xxlarge {
  padding: 5em;
}

.margin-xxsmall {
  margin: .25em;
}

.padding-custom3 {
  padding: 3.5em;
}

.padding-large {
  padding: 3em;
}

.margin-tiny {
  margin: .125em;
}

.padding-small {
  padding: 1em;
}

.padding-custom2 {
  padding: 2.5em;
}

.margin-custom3 {
  margin: 3.5em;
}

.padding-custom1 {
  padding: 1.5em;
}

.margin-huge {
  margin: 6em;
}

.padding-medium {
  padding: 2em;
}

.padding-xsmall {
  padding: .5em;
}

.margin-xxlarge {
  margin: 5em;
}

.padding-xxsmall {
  padding: .25em;
}

.margin-xhuge {
  margin: 8em;
}

.padding-tiny {
  padding: .125em;
}

.margin-small {
  margin: 1em;
}

.margin-medium {
  margin: 2em;
}

.margin-xxhuge {
  margin: 12em;
}

.margin-0 {
  margin: 0;
}

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

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom.padding-large {
  width: 100%;
  padding-bottom: 2.88em;
}

.padding-bottom.padding-medium {
  width: 100%;
  padding-bottom: 2.25em;
}

.padding-bottom.padding-xsmall {
  padding-bottom: 1em;
}

.padding-bottom.footer-padding-grey {
  z-index: -1;
  background-color: var(--offwhite-lila);
  padding-bottom: 6.88em;
  position: relative;
}

.padding-bottom.footer-padding-grey.is-long {
  padding-bottom: 12em;
}

.padding-bottom.padding-small {
  padding-bottom: 1.63em;
}

.padding-bottom.padding-xxsmall {
  padding-bottom: .5em;
}

.padding-bottom.footer-padding-grey-half {
  z-index: -1;
  background-color: var(--offwhite-lila);
  padding-bottom: 3.1em;
  position: relative;
}

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5em;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125em;
  width: .875em;
  height: .875em;
  margin: 0 .5em 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(0, 115, 230, .1), rgba(255, 255, 255, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1em;
  height: 1em;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5em;
  height: 2.5em;
}

.z-index-2 {
  z-index: 2;
  position: relative;
}

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-weight: 600;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125em;
  grid-row-gap: 1.125em;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3em;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.fs-styleguide_item-header {
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  width: 100%;
  padding-bottom: 2rem;
}

.fs-styleguide_heading-large {
  font-size: 6rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: 1.88em;
  font-weight: 400;
  line-height: 140%;
}

.text-rich-news {
  color: var(--text-color-on-light);
}

.text-rich-news h1 {
  color: var(--dark-rich-purple);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.88em;
}

.text-rich-news h2 {
  color: var(--dark-rich-purple);
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.88em;
}

.text-rich-news h3 {
  color: var(--dark-rich-purple);
  margin-top: .5em;
  margin-bottom: .5em;
}

.text-rich-news h4 {
  color: var(--dark-rich-purple);
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.88em;
}

.text-rich-news h5 {
  color: var(--dark-rich-purple);
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.88em;
  line-height: 140%;
}

.text-rich-news h6 {
  color: var(--dark-rich-purple);
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.88em;
  font-weight: 400;
  line-height: 140%;
}

.text-rich-news p {
  margin-bottom: 1em;
}

.text-rich-news ul, .text-rich-news ol {
  margin-bottom: 1rem;
  padding-left: 2rem;
}

.text-rich-news a {
  color: var(--safety-orange);
  transition: all .2s;
}

.text-rich-news a:hover {
  color: var(--color);
}

.text-rich-news img {
  border-radius: .63em;
  width: 100%;
}

.text-rich-news blockquote {
  background-color: var(--white);
  color: var(--safety-orange);
  background-image: url('../images/quote-icon-2.svg'), url('../images/quote-icon.svg');
  background-position: 96% 84%, 4% 16%;
  background-repeat: no-repeat, no-repeat;
  background-size: 14px, 14px;
  border-left-style: none;
  border-radius: .63em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em 3em;
  font-size: 1.38em;
  font-weight: 600;
  position: relative;
}

.text-rich-news strong {
  font-weight: 600;
}

.text-rich-news figcaption {
  opacity: .6;
  text-align: right;
  font-size: .88em;
  line-height: 110%;
}

.text-rich-news li {
  margin-bottom: .6em;
  padding-left: .63em;
}

.text-rich-news figure {
  border-radius: .63em;
  overflow: hidden;
}

.container-small {
  width: 94%;
  max-width: 55em;
  margin-left: auto;
  margin-right: auto;
}

.icon-height-small {
  height: 1em;
}

.icon-1x1-medium {
  width: 2em;
  height: 2em;
}

.heading-style-h1 {
  font-size: 3.75em;
  font-weight: 400;
  line-height: 120%;
}

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

.text-weight-normal {
  font-weight: 400;
}

.padding-section-small {
  padding-top: 3.13em;
  padding-bottom: 3.13em;
}

.max-width-small {
  width: 100%;
  max-width: 20em;
}

.text-color-white {
  color: #fff;
}

.text-style-italic {
  font-style: italic;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75em;
}

.text-size-tiny.is-white-opacity-80 {
  opacity: .8;
  color: var(--white);
  text-decoration: underline;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80em;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: rgba(0, 115, 230, .1);
  border: 1px dashed #0073e6;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

.fs-styleguide_heading-medium {
  font-size: 4rem;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16em;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1em;
}

.text-weight-xbold {
  font-weight: 800;
}

.text-align-right {
  text-align: right;
}

.text-weight-bold {
  font-weight: 700;
}

.max-width-medium {
  width: 100%;
  max-width: 32em;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48em;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: start;
  display: grid;
}

.background-color-white {
  background-color: #fff;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .88em;
}

.heading-style-h4 {
  font-size: 1.44em;
  font-weight: 400;
  line-height: 140%;
}

.heading-style-h4.text-color-blue, .heading-style-h4.text-color-purple {
  color: var(--dark-rich-purple);
}

.max-width-xlarge {
  width: 100%;
  max-width: 64em;
}

.form_radio-icon {
  width: .875em;
  height: .875em;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5em;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.text-style-nowrap {
  white-space: nowrap;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3em;
  margin-bottom: .75em;
  padding: .5em 1em;
}

.form_input.is-text-area {
  min-height: 8rem;
  padding-top: .75em;
}

.heading-style-h6 {
  font-size: 1.13em;
  font-weight: 600;
  line-height: 1.5;
}

.padding-section-large {
  flex-flow: column;
  width: 100%;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  display: flex;
}

.padding-section-large.no-top-pad {
  padding-top: 0;
}

.padding-section-large.reviews-wrap {
  padding-bottom: 3.13em;
}

.padding-section-large.reviews-wrap.is-reviews-page {
  padding-top: 5.55em;
  padding-bottom: 5.55em;
}

.padding-section-large.no-bottom-pad {
  padding-bottom: 0;
}

.padding-section-large.is-rekentool {
  padding-top: 3.13em;
}

.padding-section-large.half-bottom-pad {
  padding-bottom: 3.125em;
}

.padding-section-large.half-top-pad {
  padding-top: 3.125em;
}

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

.text-size-large {
  color: var(--text-color-on-light);
  font-size: 1.13em;
}

.fs-styleguide_header {
  background-color: rgba(0, 0, 0, .05);
}

.heading-style-h2 {
  font-size: 2.63em;
  font-weight: 400;
  line-height: 140%;
}

.fs-styleguide_label {
  color: #fff;
  background-color: #0073e6;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: #be4aa5;
}

.fs-styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.fs-styleguide_version {
  z-index: 5;
  color: #000;
  font-weight: 500;
  text-decoration: none;
}

.heading-style-h5 {
  font-size: 1.25em;
  font-weight: 400;
  line-height: 140%;
}

.heading-style-h5.text-color-dark-purple {
  color: var(--dark-rich-purple);
}

.container-large {
  width: 94%;
  max-width: 80em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon-height-medium {
  height: 2em;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3em;
}

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

.form_component {
  margin-bottom: 0;
}

.main-wrapper {
  padding-top: 5em;
}

.main-wrapper.has-extra-nav {
  padding-top: 8.75em;
}

.main-wrapper.has-extra-nav.purple-page {
  background-color: var(--dark-rich-purple);
  padding-top: 6.7em;
}

.main-wrapper.no-padding {
  padding-top: 0;
}

.main-wrapper.rekentool-page {
  background-color: var(--dark-rich-purple);
  height: 100%;
  padding-top: 0;
  position: relative;
  overflow: hidden;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12em;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button-orange {
  z-index: 1;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--safety-orange);
  transform: scale3d(1none, 1none, 1none);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: .63em;
  justify-content: center;
  align-items: center;
  padding: .5em 1.25em .7em;
  font-size: 1.13em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-orange:hover {
  background-color: #ee6400;
  transform: scale(1.02);
}

.button-orange.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button-orange.is-small {
  padding: .5rem 1.25rem;
}

.button-orange.is-large {
  padding: 1rem 2rem;
}

.button-orange.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-orange.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

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

.text-size-medium {
  font-size: 1.25em;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

.button-group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hide {
  display: none;
}

.padding-section-medium {
  padding-top: 5em;
  padding-bottom: 5em;
}

.padding-section-medium.no-bottom-pad {
  padding-bottom: 0;
}

.container-medium {
  width: 90%;
  max-width: 72.5em;
  margin-left: auto;
  margin-right: auto;
}

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5em;
  padding-left: 0;
  display: flex;
}

.home-message_content-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  justify-content: center;
  align-items: center;
  justify-items: start;
  display: grid;
}

.home-message_component {
  color: #fff;
  min-height: 100vh;
  padding: 3rem;
  display: flex;
}

.home-message_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.home-message_content {
  color: #000;
  background-color: rgba(0, 0, 0, .05);
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home-message_heading-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-message_item-icon {
  color: #000;
  background-color: #fff;
  flex: none;
  width: 1.75rem;
  height: 1.75rem;
}

.home-message_logo {
  width: 4rem;
}

.fs-styleguide_spacing-all {
  display: none;
}

.fs-styleguide_color.is-1 {
  background-color: #000;
}

.fs-styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.fs-styleguide_color.is-3 {
  background-color: #fff;
}

.button_text {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.button_text.is-secundary {
  color: #000;
}

.button_text.is-text {
  color: #000;
  text-decoration: underline;
}

.button-is-small {
  text-align: center;
  background-color: #000;
  padding: .5em 1.5em;
  text-decoration: none;
}

.button-is-large {
  text-align: center;
  background-color: #000;
  padding: 1em 1.75em;
  text-decoration: none;
}

.button-is-secundary {
  text-align: center;
  border: 1px solid #000;
  padding: .75em 1.5em;
  text-decoration: none;
}

.button-is-icon {
  grid-column-gap: .5rem;
  color: #fff;
  background-color: #000;
  align-items: center;
  padding: .75em 1.5em;
  display: flex;
}

.section_header-home {
  background-color: var(--white);
  align-items: stretch;
  margin-top: -1.88em;
  padding-top: 1.88em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_header-home.has-form {
  background-color: var(--offwhite-lila);
  flex-flow: column;
  padding-bottom: 5.55556em;
}

.navbar {
  background-color: rgba(221, 221, 221, 0);
  width: 100%;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-menu {
  width: 90%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.megamenu-icon {
  color: var(--safety-orange);
  flex: none;
  justify-content: center;
  align-items: center;
  width: .8em;
  height: .8em;
  display: flex;
}

.third-level-icon {
  display: none;
}

.button {
  color: #ebf3f3;
  text-align: center;
  cursor: pointer;
  background-color: #3b83f0;
  border: 1px solid #3b83f0;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 3.125rem;
  padding: .9rem 1.5rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.is-small {
  height: 2.5rem;
  padding: .5rem 1.25rem;
}

.megamenu_toggle {
  grid-column-gap: .4em;
  color: var(--dark-rich-purple);
  border-radius: .31em;
  justify-content: center;
  align-items: center;
  padding: .5em .75rem .5em .75em;
  font-weight: 500;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
}

.megamenu_toggle:hover {
  background-color: var(--offwhite-lila);
}

.megamenu_toggle.w--current {
  color: var(--safety-orange);
}

.megamenu_toggle.sub-nav {
  color: var(--text-color-on-light);
  padding: .2em 0 .2em 0;
}

.megamenu_toggle.sub-nav:hover {
  background-color: rgba(243, 243, 245, 0);
}

.megamenu_toggle.sub-nav.is-purple {
  color: var(--text-color-on-dark);
}

.single-menu_wrapper.w--open {
  background-image: radial-gradient(circle at 100% 100%, #ebf3f3, #fff);
  border: 1px solid #cbdde8;
  border-radius: 8px;
  padding: 0 1rem 1rem;
  top: 3rem;
  left: 0;
}

.first-level_link-bg {
  z-index: 1;
  background-image: radial-gradient(circle at 100% 100%, #ebf3f3, rgba(0, 0, 0, 0) 64%);
  border-radius: 8px;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.first-level_link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #3b83f0;
  border: 1px solid #cbdde8;
  border-radius: 8px;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.second-level_menu7 {
  display: none;
}

.navbar_logo-wrapper {
  width: 11.06em;
  padding-left: 0;
  transition: all .3s cubic-bezier(.645, .045, .355, 1);
}

.navbar_logo-wrapper:hover {
  transform: scale(1.04);
}

.megamenu_nav-list-wrapper {
  display: flex;
}

.megamenu_extern-container {
  grid-row-gap: .5rem;
  flex-direction: column;
  width: 30%;
  min-width: 30%;
  padding-right: 3rem;
  display: flex;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 94%;
  display: flex;
}

.megamenu_blue-bg {
  z-index: 5;
  background-color: #3b83f0;
  width: 100%;
  height: 32rem;
  position: absolute;
  top: 0;
}

.navbar-menu_wrapper {
  grid-column-gap: 0rem;
  flex-direction: row;
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: static;
}

.padding-xsmall-2 {
  padding: .5rem;
}

.text-color-blue {
  color: #1ec9ff;
}

.button_text-2 {
  color: #ebf3f3;
  font-size: 1.125rem;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.button_text-2:hover {
  color: #fff;
}

.megamenu_content {
  z-index: 10;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: 28rem;
  display: flex;
  position: relative;
}

.megamenu_list-wrapper {
  background-color: #1fe857;
  min-width: 100%;
  position: absolute;
  left: 0;
  right: 0;
}

.megamenu_list-wrapper.w--open {
  background-color: #fff;
  top: 6rem;
}

.single-menu_link-block {
  color: #3b83f0;
  white-space: nowrap;
  border-bottom: 1px solid #cbdde8;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  text-decoration: none;
}

.single-menu_link-block:hover {
  color: #1ec9ff;
}

.first-level_active-icon {
  position: absolute;
  right: -.8rem;
}

.text-color-green {
  color: #1fe857;
}

.button_arrow {
  width: 2.5rem;
  margin-bottom: -4.8rem;
  position: absolute;
}

.second-level_menu3 {
  display: none;
}

.nav_logo-img {
  height: 100%;
  display: none;
}

.second-level_menu2, .second-level_menu5 {
  display: none;
}

.megamenu_contact-wrapper {
  background-color: #ebf3f3;
  border-radius: 8px;
  align-items: center;
  width: 70%;
  min-width: 70%;
  height: auto;
  min-height: 18rem;
  margin-left: 0;
  padding: 2rem;
  display: flex;
  position: relative;
}

.megamenu_contact-wrapper.is-50 {
  width: 50%;
  min-width: 50%;
}

.megamenu_first-level {
  grid-column-gap: .5rem;
  grid-row-gap: .62rem;
  flex-direction: column;
  flex: 0 auto;
  width: 25%;
  min-width: 25%;
  display: flex;
}

.nav_logo-image {
  width: 100%;
}

.megamenu_extern-image {
  background-image: url('../images/nav-sponsorship-impact_1nav-sponsorship-impact.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: 8px;
  height: 10rem;
}

.megamenu_extern-image.is-sprint {
  background-image: url('../images/nav-sprint_1nav-sprint.webp');
}

.megamenu_extern-image.is-yourux {
  background-image: url('../images/yourUX_1yourUX.webp');
}

.navbar_cta-wrapper {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link-color-darkblue {
  color: #3b83f0;
}

.link-color-darkblue:hover {
  color: #1ec9ff;
}

.megamenu_toggle-icon {
  margin-top: 4px;
}

.section_border-bottom {
  background-color: var(--offwhite-lila);
  opacity: 1;
  width: 100%;
  height: 1px;
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}

.contactperson_image {
  z-index: 1;
  object-fit: contain;
  justify-content: flex-end;
  align-items: flex-end;
  width: 40%;
  height: 100%;
  display: flex;
  position: absolute;
  bottom: 0;
  left: auto;
  right: 1rem;
}

.megamenu_extern-link {
  color: #3b83f0;
  border-bottom: 1px solid #cbdde8;
  width: 100%;
  padding-bottom: .3rem;
  text-decoration: none;
}

.megamenu_extern-link:hover {
  color: #1ec9ff;
}

.megamenu_second-level {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  width: 75%;
  min-width: 75%;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.second-level_collection-list {
  width: 30%;
  min-width: 30%;
  padding-right: 3rem;
}

.arrow-link_wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.megamenu_item {
  transition: background-color .2s;
  position: static;
}

.megamenu_item.is-small {
  position: relative;
}

.padding-xxsmall-2 {
  padding: .25rem;
}

.language-switch_text {
  opacity: .2;
  color: #3b83f0;
  text-decoration: none;
  transition: opacity .2s;
  display: none;
}

.language-switch_text:hover {
  opacity: 1;
}

.language-switch_text.is-current {
  opacity: 1;
  display: none;
}

.first-level_icon {
  width: 1.5rem;
  height: 1.5rem;
}

.second-level_menu4 {
  display: none;
}

.language-switch_wrapper {
  grid-column-gap: .8rem;
  display: flex;
}

.first-level_text {
  z-index: 2;
  position: relative;
}

.second-level_menu6 {
  display: none;
}

.navbar_wrapper {
  z-index: 6;
  background-color: #fff;
  border-bottom-left-radius: 1.88em;
  justify-content: center;
  align-items: center;
  height: 5em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.contactperson_details {
  z-index: 3;
  flex-direction: column;
  width: 60%;
  margin-bottom: 3rem;
  display: flex;
  position: relative;
}

.contactperson_details.no-margin-bottom {
  margin-bottom: 0;
}

.navbar_search-icon {
  color: #1fe857;
  cursor: pointer;
  border-radius: 4px;
  padding: .5rem;
  transition: background-color .2s;
}

.navbar_search-icon:hover {
  background-color: #eff6e8;
}

.megamenu_back-link {
  display: none;
}

.second-level_menu1 {
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.header-home_bg-wrap {
  z-index: 0;
  border-bottom-right-radius: 3.13em;
  width: 100%;
  height: 100%;
  max-height: 41.5em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.header-home_bg-image {
  z-index: 0;
  object-fit: cover;
  border-bottom-right-radius: 3.13em;
  width: 100%;
  height: 100%;
  position: relative;
}

.header-home_bg-gradient {
  z-index: 1;
  background-image: radial-gradient(circle at 0%, rgba(27, 21, 56, .85), rgba(27, 21, 56, 0));
  border-bottom-right-radius: 3.13em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-home_bg-gradient.orange {
  z-index: 2;
  background-image: radial-gradient(circle farthest-side at 0 0, rgba(255, 107, 0, .6), rgba(27, 21, 56, 0) 70%);
  width: 50%;
  height: 100%;
}

.menu-cta-wrap {
  margin-top: 10px;
}

.menu-title-dark {
  color: #000;
  margin-bottom: 4px;
  font-size: 16px;
  font-weight: 700;
}

.nav-containr {
  background-color: #fff;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.button-inner-panther {
  color: #ffab15;
  background-color: rgba(255, 171, 21, .1);
  border-radius: 10px;
  padding: 16px 32px;
  transition: all .35s;
  display: inline-block;
}

.nav-column {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 25%;
  padding: 0 33px 33px;
  text-decoration: none;
  transition: all .35s;
}

.nav-column:hover {
  color: #ffab15;
  background-color: rgba(255, 171, 21, .1);
}

.column-cta-panther {
  background-color: #e4e4e4;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 25%;
  padding: 20px 33px 33px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.navigation-panther {
  background-color: #fff;
  align-items: center;
  height: 100px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
  box-shadow: 38px 38px 74px rgba(56, 50, 124, .06);
}

.content-wrap-panther {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 32px;
  display: flex;
}

.menu-subtext {
  opacity: .5;
  font-size: 16px;
  line-height: 1.5;
}

.nav-link-panther {
  color: #000;
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 15px;
  font-weight: 500;
  transition: all .35s;
}

.nav-link-panther:hover {
  color: #79cabe;
}

.dropdown-megamenu {
  margin-left: .25em;
  margin-right: .25em;
  position: static;
}

.chevron-panther {
  margin-right: 5px;
  font-size: 14px;
}

.toggle-panther {
  color: #000;
  padding-left: 12px;
  padding-right: 24px;
  font-size: 15px;
  font-weight: 500;
  transition: all .2s;
}

.toggle-panther:hover {
  color: #79cabe;
}

.nav-menu-panther {
  color: #000;
  align-items: center;
  width: auto;
  height: 100%;
  display: flex;
  position: static;
}

.navigation-menu-panther {
  align-items: center;
  display: flex;
}

.menu-subtext-dark {
  color: rgba(0, 0, 0, .6);
  font-size: 15px;
}

.nav-list_wrap {
  justify-content: space-between;
  padding-top: 2em;
  padding-bottom: 3.75em;
  display: flex;
}

.nav-title-panther {
  margin-bottom: 10px;
  font-size: 17px;
  font-weight: 600;
}

.brand-logo {
  width: 150px;
}

.image-2-copy {
  width: 100%;
  margin-bottom: 32px;
}

.asset-panther {
  width: 200px;
  height: 200px;
  margin-bottom: 32px;
}

.arrow-right {
  position: absolute;
  top: auto;
  bottom: 5%;
  left: auto;
  right: 5%;
}

.button-panther {
  background-color: #79cabe;
  border-radius: 10px;
  padding: 18px 24px;
  transition: all .35s;
}

.brand {
  margin-right: 20px;
}

.container-panther {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-list {
  min-width: 100%;
  padding-top: 1.32em;
}

.nav-list.w--open {
  z-index: -1;
  background-color: rgba(255, 255, 255, 0);
  padding-top: 1.2em;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  box-shadow: 4px 70px 50px rgba(0, 0, 0, .08);
}

.navbar-menu_divider {
  background-color: #b8b8b8;
  width: .06em;
  height: 1.7em;
}

.header-home_wrapper {
  z-index: 2;
  color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.padding-section_header-home {
  height: 100%;
  padding-top: 4.13em;
  padding-bottom: 2.5em;
}

.padding-section_header-home.is-long {
  padding-bottom: 3.94444em;
}

.header-home_left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  height: 100%;
  padding-top: 3.13em;
  display: flex;
}

.header-home_left.has-space {
  grid-column-gap: 1.77778em;
  grid-row-gap: 1.77778em;
}

.header_form {
  background-color: var(--white);
  color: var(--dark-rich-purple);
  border-radius: .63em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 38%;
  padding: 2.63em;
  display: flex;
  position: relative;
}

.header_form.is-footer {
  margin-top: -3.75em;
}

.header-home-left_usp-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.header-home_icon-txt-wrap {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-home_icon-txt-wrap.center {
  color: #545166;
  justify-content: center;
  align-items: center;
}

.header-home_icon-txt-wrap.is-small {
  grid-column-gap: .444444em;
  grid-row-gap: .444444em;
}

.header-home_icon {
  color: var(--color);
  width: 1em;
  height: 1em;
  display: flex;
}

.header-home_subtitle-wrap {
  z-index: 1;
  opacity: .7;
  color: var(--white);
  position: absolute;
  top: 3.13em;
  left: 3%;
}

.header-home_form-title {
  font-size: 1.63em;
}

.heading-bold-orange {
  color: var(--safety-orange);
  font-weight: 600;
}

.header-home_form-place {
  grid-column-gap: .8em;
  grid-row-gap: .8em;
  flex-flow: column;
  display: flex;
}

.header-home_form-input-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-home_form-input-wrap-item {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-flow: column;
  width: 33.33%;
  display: flex;
}

.header-home_form-input-txt {
  color: var(--text-color-on-light);
  font-size: .88em;
  line-height: 120%;
}

.input-field {
  border: 1px solid var(--inactive);
  color: var(--safety-orange);
  cursor: pointer;
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: .7em 1em .8em;
  font-size: 1em;
  transition: all .2s;
  display: inline-flex;
}

.input-field:hover, .input-field:focus {
  border-color: var(--safety-orange);
}

.input-field::placeholder {
  color: var(--inactive);
  font-size: 1em;
}

.input-field.is-select {
  -webkit-appearance: none;
  -ms-appearance: none;
  appearance: none;
  background-image: url('../images/select-arrow.svg');
  background-position: 98%;
  background-repeat: no-repeat;
  background-size: auto;
}

.input-field.not-visible {
  opacity: 0;
  pointer-events: none;
  width: 1px;
  height: 1px;
  position: absolute;
}

.header-home_form-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  margin-top: 1.5em;
  margin-bottom: .38em;
  display: flex;
}

.form-tool_checkbox-wrap {
  flex: 1;
  justify-content: center;
  align-items: center;
  height: 3.13em;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.form-tool_checkbox-wrap.vertical {
  flex: 0 auto;
}

.form-tool_checkbox-wrap.vertical.left {
  justify-content: flex-start;
  align-items: center;
}

.form-tool_checkbox {
  z-index: 1;
  border-color: var(--inactive);
  cursor: pointer;
  background-color: rgba(255, 107, 0, 0);
  border-radius: .63em;
  width: 100%;
  height: 3.13em;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
}

.form-tool_checkbox:hover {
  border-color: var(--safety-orange);
  background-color: rgba(255, 107, 0, .3);
}

.form-tool_checkbox.w--redirected-checked {
  border-width: 1px;
  border-color: var(--safety-orange);
  background-color: rgba(255, 107, 0, .3);
  background-image: none;
  margin-top: 0;
  margin-left: 0;
}

.form-tool_checkbox.w--redirected-focus {
  border-color: var(--safety-orange);
  box-shadow: none;
  background-color: rgba(255, 107, 0, .3);
}

.form-tool_checkbox-label {
  z-index: 2;
  color: var(--dark-rich-purple);
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-tool_checkbox-label.left {
  justify-content: flex-start;
  align-items: center;
  padding-left: 1em;
}

.header-home-form_bottom {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header-home-form_bottom.is-header {
  justify-content: flex-start;
  align-items: flex-start;
}

.header-home-form_bottom.is-contact {
  grid-column-gap: 1.77778em;
  grid-row-gap: 1.77778em;
  flex-flow: row;
  margin-top: -.388em;
}

.header-home_reviews-link {
  color: var(--text-color-on-light);
  font-size: .88em;
  text-decoration: underline;
  transition: all .2s;
}

.header-home_reviews-link:hover {
  color: var(--dark-rich-purple);
}

.header-home_reviews-link.is-white-opacity-80 {
  opacity: .8;
  color: var(--white);
}

.header-home_icon-reviews {
  color: var(--safety-orange);
  width: 4.7em;
  display: flex;
}

.section_about-home {
  background-color: var(--white);
  border-bottom-right-radius: 3.13em;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-home_wrapper {
  z-index: 1;
  color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.header-home-left_usp-wrap-copy {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.about-home_left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  display: flex;
  position: relative;
}

.about-home-left-image {
  width: 100%;
  height: 100%;
}

.about-home_right {
  color: var(--dark-rich-purple);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 55%;
  height: 100%;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  padding-right: 4em;
  display: flex;
}

.about-home-content-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 64%;
  margin-top: 1em;
  display: flex;
}

.text-divider-line_gradient {
  background-image: linear-gradient(90deg, var(--dark-rich-purple), rgba(27, 21, 56, 0));
  opacity: .2;
  width: 100%;
  height: .06em;
}

.text-divider-line_gradient.is-white {
  background-image: linear-gradient(90deg, var(--offwhite-lila), rgba(27, 21, 56, 0));
  width: 100%;
}

.about-home-link-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.about-home-link-title {
  color: var(--dark-rich-purple);
  margin-bottom: .38em;
  font-size: 1.25em;
  font-weight: 600;
}

.about-home-link-block {
  border: 1px solid var(--inactive);
  color: var(--text-color-on-light);
  border-radius: .63em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .7em 1.38em;
  transition: all .2s;
  display: flex;
  transform: translate(0);
}

.about-home-link-block:hover {
  background-color: var(--offwhite-lila);
  transform: translate(4px);
}

.about-home-link-block.center {
  color: #545166;
  justify-content: center;
  align-items: center;
}

.about-home_icon {
  color: var(--safety-orange);
  width: 1em;
  height: 1.06em;
  display: flex;
}

.about-home_icon.arrow {
  width: .7em;
  height: .9em;
  margin-top: .2em;
}

.about-home-link-block-left {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: space-between;
  align-items: center;
  padding-bottom: .13em;
  display: flex;
}

.image {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/logo.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  background-clip: content-box;
}

.div-block {
  -webkit-text-fill-color: inherit;
  background-image: url('../images/logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: content-box;
}

.div-block-2 {
  mix-blend-mode: normal;
  background-image: url('../images/logo.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.header-home-form-clip {
  z-index: 1;
  color: var(--dark-rich-purple);
  object-fit: cover;
  width: 2.38em;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.image_to_mask {
  z-index: 1;
  color: rgba(27, 21, 56, 0);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: url('../images/hero-img_1.webp');
  background-repeat: no-repeat;
  background-size: cover;
  background-clip: padding-box;
  width: 2.38em;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.image_to_mask.news-highlight {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  width: 1.7em;
  height: 1.7em;
  display: flex;
  top: 1.63em;
  right: 1.63em;
}

.test {
  z-index: 1;
  color: rgba(27, 21, 56, 0);
  object-fit: cover;
  width: 2.38em;
  position: absolute;
  top: 6em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.home-header-clip {
  width: 50px;
  height: 50px;
}

.section_about-home-copy {
  border-bottom-right-radius: 3.13em;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_why {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.why_wrapper {
  z-index: 1;
  grid-column-gap: 2.63em;
  grid-row-gap: 2.63em;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.subtitle {
  color: var(--safety-orange);
  margin-bottom: .3em;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 120%;
}

.why_item {
  border-radius: .63em;
  flex-flow: column;
  align-self: stretch;
  width: 33.33%;
  display: flex;
  overflow: hidden;
}

.why_item-image {
  object-fit: cover;
  width: 100%;
  height: 14.25em;
}

.why_item-content {
  background-color: var(--white);
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.75em;
  display: flex;
}

.why_item-content.background-color-grey {
  background-color: var(--offwhite-lila);
}

.button-arrow {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--dark-rich-purple);
  text-align: center;
  cursor: pointer;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: .2em 0;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-arrow:hover {
  transform: translate(.31em);
}

.button-arrow.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button-arrow.is-small {
  padding: .5rem 1.25rem;
}

.button-arrow.is-large {
  padding: 1rem 2rem;
}

.button-arrow.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-arrow.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-arrow.align-right {
  align-self: flex-end;
}

.button-arrow_text {
  font-weight: 400;
  text-decoration: none;
}

.button-arrow_text.is-secundary {
  color: #000;
}

.button-arrow_text.is-text {
  color: #000;
  text-decoration: underline;
}

.button-arrow_text.text-color-white {
  color: var(--white);
}

.why_item-txt-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  margin-bottom: 1.75em;
  display: flex;
}

.img-accor_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section_img-accor {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_img-accor.white-bg {
  background-color: var(--white);
}

.img-accor_right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 2.5em;
  padding-bottom: 0;
  display: flex;
}

.img-accor_left {
  border-radius: .63em;
  width: 44%;
  position: relative;
  overflow: hidden;
}

.accordion-toggle {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2em 0;
  display: flex;
}

.accordion-title {
  letter-spacing: -.02rem;
  -webkit-text-stroke-color: #292929;
  white-space: break-spaces;
  max-width: 80%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  line-height: 1.1;
}

.accordion-item {
  border-bottom: 1px solid #e5e1e1;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-item.last-one {
  border-bottom-style: none;
}

.paragraph-large {
  margin-bottom: 2.5rem;
  font-size: 1.5rem;
}

.accor-content {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: flex-start;
  width: 95%;
  padding-bottom: 2rem;
  display: flex;
}

.img-accor-wrapper {
  border-top: 1px solid #e5e1e1;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.img-accor-wrapper.no-top-line {
  border-top-style: none;
}

.accor-icon {
  width: 1em;
  height: 1em;
}

.accordion-content-wrapper {
  background-color: rgba(0, 0, 0, 0);
  display: flex;
  position: static;
  overflow: hidden;
}

.accordion-content-wrapper.last-one {
  border-bottom: 1px #000;
}

.accordion-content-wrapper.results-accor {
  z-index: 10;
  flex-flow: column;
  align-items: flex-end;
  position: relative;
}

.section_reviews {
  background-color: var(--white);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_reviews.purple {
  background-color: var(--thunder-purple);
}

.signing-services_card-overlay {
  z-index: 1;
  background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, .8));
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.signing-services_card {
  aspect-ratio: 4 / 3;
  color: #fff;
  width: 25em;
  margin-left: 1.5em;
  margin-right: 1.5em;
  text-decoration: none;
  position: relative;
}

.signing-services_card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.signing-services_card-title {
  z-index: 2;
  padding-bottom: 1.5em;
  padding-left: 1.5em;
  padding-right: 1.5em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.swiper-slide {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-slide.reviews-item-wrap {
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
}

.swiper-slide.reviews-item-wrap.is-full {
  width: 100%;
}

.swiper.swiper_reviews {
  margin-top: 0;
  margin-bottom: 0;
}

.card_arrow {
  display: none;
}

.swiper-wrapper {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.swiper-wrapper.signing-services-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.swiper-wrapper.reviews-page {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.reviews-item-wrap {
  border: 1px solid var(--inactive);
  border-radius: .63em;
  width: 35.25em;
  padding: 2.13em;
}

.reviews-item-top {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  width: 100%;
  display: flex;
}

.reviews-item-txt {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  flex-flow: column;
  flex: 1;
  display: flex;
}

.reviews-item-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: .63em;
  width: 9em;
}

.reviews-title {
  color: var(--dark-rich-purple);
  font-size: 1.13em;
}

.reviews-title.text-color-white {
  color: var(--white);
}

.reviews-item-bottom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 2em;
  display: flex;
}

.review-person-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.review-star-icon {
  color: var(--safety-orange);
  height: .75em;
  display: flex;
}

.reviews-heading-wrapper {
  margin-bottom: 2.63em;
  position: relative;
}

.slider-arrows {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.slider-arrows_prev {
  transform: scale3d(1none, 1none, 1none);
  color: #000;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  width: 2.19em;
  height: 2.19em;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
}

.slider-arrows_prev:hover {
  opacity: .4;
  transform: scale(1.2);
}

.embed-icon {
  color: var(--safety-orange);
  justify-content: center;
  align-items: center;
  width: 1.13em;
  display: flex;
}

.slider-arrows_next {
  color: #000;
  justify-content: center;
  align-items: center;
  width: 2.19em;
  height: 2.19em;
  transition: all .2s;
  display: flex;
}

.slider-arrows_next:hover {
  opacity: .4;
  border-style: none;
  transform: scale(1.2);
}

.review-section_bottom-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  margin-top: 2.75em;
  display: flex;
}

.review-section_bottom-wrap.is-reviews {
  margin-top: 0;
  margin-bottom: 2.94444em;
}

.reviews-trust-link {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: center;
  align-items: center;
  text-decoration: underline;
  transition: all .3s cubic-bezier(.86, 0, .07, 1);
  display: flex;
  transform: translate(0);
}

.reviews-trust-link:hover {
  color: var(--safety-orange);
  transform: translate(0, -4px);
}

.section_partners-home {
  background-color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.partners-home_wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.partners-home_coll-wrap {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  margin-top: 3.13em;
  display: flex;
}

.partners-home_coll-item {
  max-width: 8.75em;
  max-height: 3.75em;
}

.partners-home_coll-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.section_news-home {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-home_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.news-home_left {
  border-radius: .63em;
  width: 44%;
}

.news-home_featured {
  width: 55%;
}

.news-home_right {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  padding-top: 0;
  padding-bottom: 1.63em;
  display: flex;
}

.news-home_featured-item {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  border-radius: .63em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1.63em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-home_featured-bg-wrap {
  z-index: 0;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-home_featured-col-wrap {
  height: 100%;
}

.news-home_featured-main-img {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.news-home_featured-bg-gradient {
  z-index: 1;
  background-image: linear-gradient(rgba(27, 21, 56, 0), #1b1538);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-home_featured-bg-orang-gradient {
  z-index: 2;
  background-image: radial-gradient(circle farthest-side at 100% 0, #ff6b00, rgba(255, 107, 0, 0) 50%);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.news-home_tag-wrap {
  z-index: 1;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.news-home_tag-item {
  background-color: var(--dark-rich-purple);
  color: var(--white);
  border-radius: .25em;
  padding: .13em .5em;
  font-size: .88em;
}

.news-home_tag-item.is-orange {
  background-color: var(--safety-orange);
}

.news-home_tag-col {
  z-index: 1;
  position: relative;
}

.news-home_bottom-wrap {
  z-index: 1;
  color: var(--white);
  padding-bottom: 1.13em;
  padding-left: 1.13em;
  padding-right: 1.13em;
  position: relative;
}

.news-home_bottom-text-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 90%;
  margin-bottom: 2em;
  display: flex;
}

.paragraph {
  color: var(--text-color-on-light);
}

.text-color-p-ondark {
  color: var(--text-color-on-dark);
}

.news-home_writer-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  align-items: center;
  width: 70%;
  display: flex;
}

.news-home_writer-img {
  object-fit: cover;
  border-radius: 6.25em;
  width: 2.5em;
  height: 2.5em;
}

.news-home_writer-name {
  color: var(--white);
  font-size: .88em;
}

.news-home_writer-date-wrap {
  color: var(--text-color-on-dark);
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-home_writer-icon {
  margin-top: 3px;
  margin-left: .5em;
  margin-right: .5em;
  display: flex;
}

.news-home_bottom-content-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.news-home_regular-item {
  grid-column-gap: 1.13em;
  grid-row-gap: 1.13em;
  flex-flow: column;
  align-items: flex-start;
  padding: 2em;
  display: flex;
  position: relative;
}

.news-home_regular-tag {
  color: var(--safety-orange);
  font-size: .88em;
  line-height: 100%;
}

.news-home_regular-item-content {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.news-home_regular-line {
  background-image: linear-gradient(90deg, var(--dark-rich-purple), rgba(27, 21, 56, 0));
  opacity: .2;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-home_right-button-wrap {
  margin-left: 2em;
}

.section_footer {
  background-color: var(--dark-rich-purple);
  background-image: radial-gradient(circle farthest-side at 100% 0, rgba(255, 107, 0, .7), rgba(255, 107, 0, 0) 27%);
  border-top-left-radius: 3.13em;
  align-items: stretch;
  margin-top: -3.13em;
  display: flex;
  position: relative;
}

.footer_top-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 1.63em;
  display: flex;
  position: relative;
}

.footer_top-left {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  color: var(--white);
  flex-flow: column;
  align-items: flex-start;
  width: 58%;
  padding-top: 5.13em;
  padding-bottom: 5.13em;
  padding-right: 7em;
  display: flex;
  position: relative;
}

.header-home_form-subtitles {
  color: var(--dark-rich-purple);
  font-size: 1.13em;
}

.footer_top-icon-txt {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--text-color-on-dark);
  justify-content: space-between;
  align-items: center;
  padding-bottom: .13em;
  display: flex;
}

.footer-top_icon {
  color: var(--color);
  width: 1.1em;
  height: 1.2em;
  display: flex;
}

.footer-top_icon.arrow {
  width: .7em;
  margin-top: .25em;
}

.footer-top_icon.align-top {
  margin-top: 6px;
}

.footer_top-icon-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.footer-top_icon-img {
  width: 7.7em;
  position: absolute;
  top: auto;
  bottom: 5.13em;
  left: auto;
  right: 0%;
  transform: rotate(45deg);
}

.footer-top-arrow-icon {
  z-index: 1;
  color: var(--safety-orange);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: padding-box;
  width: 1.7em;
  height: 1.7em;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.footer-top-arrow-icon.news-highlight {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  width: 1.7em;
  height: 1.7em;
  display: flex;
  top: 1.63em;
  right: 1.63em;
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 0;
  display: flex;
}

.footer_bottom-left {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  background-color: var(--white);
  color: var(--white);
  border-top-right-radius: 3.13em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 58%;
  padding-top: 3.62em;
  padding-bottom: 6.25em;
  padding-right: 1em;
  display: flex;
  position: relative;
}

.footer-bottom_content-item {
  z-index: 1;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  width: 30%;
  display: flex;
  position: relative;
}

.footer_logo-image {
  width: 11.06em;
}

.footer_bottom-content-one {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2.5em;
  display: flex;
}

.footer-bottom_social-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .5em;
  display: flex;
}

.footer-bottom_social-icon {
  color: var(--safety-orange);
  width: auto;
  max-width: 1em;
  height: 1em;
  display: flex;
}

.footer_bottom-content-two {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.footer_bottom-contact-link {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  color: var(--text-color-on-light);
  justify-content: space-between;
  align-items: center;
  margin-top: .2em;
  padding-bottom: .13em;
  font-size: .88em;
  display: flex;
}

.footer_bottom-contact-link.allign-top {
  justify-content: space-between;
  align-items: flex-start;
}

.footer-bottom_nav-title {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-bottom_nav-title.is-link {
  transition: all .2s;
}

.footer-bottom_nav-title.is-link:hover {
  transform: translate(5px);
}

.footer-bottom_arrow-icon {
  opacity: 0;
  color: var(--safety-orange);
  flex: none;
  width: .7em;
  height: .7em;
  margin-top: .6em;
  display: flex;
  transform: translate(0);
}

.footer_bottom-navlink {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  color: var(--text-color-on-light);
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 1.8em;
  margin-bottom: .3em;
  font-size: .88em;
  display: flex;
  transform: translate(-1em);
}

.footer_bottom-navlink.allign-top {
  justify-content: space-between;
  align-items: flex-start;
}

.footer_bottom-link {
  color: var(--text-color-on-light);
}

.footer-bottom_arrow-icon-heading {
  color: var(--safety-orange);
  width: auto;
  max-width: 1em;
  height: .7em;
  margin-top: .1em;
  display: flex;
}

.footer-bottom_left-bg {
  z-index: 0;
  background-color: var(--white);
  border-top-right-radius: 3.13em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: -100%;
  right: 0%;
}

.footer_bottom-right-container {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 42%;
  padding-top: 4.38em;
  display: flex;
}

.footer_bottom-right-title-wrap {
  grid-column-gap: 1.38em;
  grid-row-gap: 1.38em;
  align-items: center;
  display: flex;
}

.footer_bottom-right-image {
  width: 10em;
}

.footer_bottom-right-title-content {
  color: var(--white);
}

.footer-brochure_form-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  margin-top: 1.5em;
  margin-bottom: 1.5em;
  display: flex;
}

.footer-brochure_form-input-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  width: 100%;
  display: flex;
}

.footer_bottom-right {
  width: 90%;
}

.footer_bottom-right_info {
  width: 90%;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.footer_bottom-right-info_txt-wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  color: var(--text-color-on-light);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-size: .8em;
  display: flex;
}

.footer_bottom-right_info-container {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.footer_bottom-right-info_txt-link {
  color: var(--text-color-on-light);
  transition: all .2s;
}

.footer_bottom-right-info_txt-link:hover {
  color: var(--white);
}

.navbar-extra-nav {
  z-index: 999;
  background-color: var(--offwhite-lila);
  border-bottom-right-radius: 1.88em;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5.63em;
  margin-top: 3.13em;
  padding-top: 1.88em;
  display: flex;
  position: fixed;
}

.navbar-extra-nav.is-purple {
  background-color: var(--thunder-purple);
}

.navbar-extra_wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-extra_wrap.align-center {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  justify-content: center;
  align-items: center;
}

.navbar-extra_link {
  color: var(--text-color-on-light);
  font-weight: 500;
}

.navbar-extra_link:hover, .navbar-extra_link.w--current {
  color: var(--dark-rich-purple);
}

.navbar-extra_link.is-purple {
  color: var(--text-color-on-dark);
}

.navbar-extra_link.is-purple:hover, .navbar-extra_link.is-purple.w--current {
  color: var(--white);
}

.section_header-imgtxt {
  z-index: 3;
  background-color: var(--dark-rich-purple);
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: -1.88em;
  padding-top: 1.88em;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-img-txt_left {
  z-index: 2;
  border-bottom-right-radius: 1.88em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.header-img-txt_right {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  height: 100%;
  padding: 5em 3.13em 5.63em 6.25em;
  display: flex;
  position: relative;
}

.header-img-txt_p {
  color: var(--text-color-on-dark);
  font-size: 1.13em;
}

.button-orange_icon {
  width: .94em;
  margin-top: 3px;
  display: flex;
}

.header-img-txt_bg-placeholder {
  z-index: 1;
  background-color: var(--offwhite-lila);
  width: 100%;
  height: 1.88em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-img-txt_bg-placeholder.is-white {
  z-index: 1;
  background-color: var(--white);
}

.header-img-txt_bg-arrows {
  z-index: 0;
  height: 100%;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section_homebattery-about {
  z-index: 0;
  background-color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
}

.homebattery-about_wrapper {
  z-index: 1;
  color: var(--white);
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.homebattery-about_left {
  color: var(--dark-rich-purple);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  height: 100%;
  padding-top: 6.25em;
  padding-bottom: 6.25em;
  padding-right: 2em;
  display: flex;
}

.homebattery-about_right {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  height: 100%;
  display: flex;
  position: relative;
}

.homebattery-about_content-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
}

.homebattery-about-gradient-bg {
  background-image: linear-gradient(90deg, rgba(243, 243, 245, 0), #f3f3f5 36%);
  width: 25%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.section_why-homebattery {
  z-index: 2;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-homebattery-section-cont {
  background-color: var(--offwhite-lila);
}

.section_hbattery-brochure {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hbattery-brochure_wrapper {
  background-color: var(--dark-rich-purple);
  border-radius: .63em;
  justify-content: flex-start;
  align-items: center;
  padding: 3.13em 5em;
  display: flex;
  position: relative;
}

.hbattery-brochure_left {
  z-index: 1;
  aspect-ratio: 1;
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: relative;
}

.hbattery-brochure_left-img {
  z-index: 1;
  width: 94%;
  position: relative;
}

.hbattery-brochure_left-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hbattery-brochure_right {
  z-index: 1;
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 68%;
  padding-left: 3.75em;
  display: flex;
  position: relative;
}

.hbattery-brochure_form-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.hbattery-brochure_right-bg-orang-gradient {
  z-index: 0;
  background-image: radial-gradient(circle farthest-side at 100% 0, #ff6b00, rgba(255, 107, 0, 0) 16%);
  border-radius: .63em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hbattery-brochure_form {
  width: 90%;
  margin-bottom: 0;
}

.section_three-grid {
  background-color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_three-grid.grey-bg {
  background-color: var(--offwhite-lila);
}

.three-grid_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.three-grid-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 30%;
  display: flex;
}

.three-grid_heading-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.three-grid-icon {
  height: 2.5em;
}

.section_hbattery-products {
  border-bottom-right-radius: 3.13em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hbattery-products_top-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4em;
  display: flex;
  position: relative;
}

.hbattery-products_top-wrapper.center-wrap {
  justify-content: center;
  align-items: flex-start;
}

.hbattery-products_top-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.hbattery-products_top-left.product-page-wrap {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
}

.hbattery-products_top-img {
  width: 16.8em;
}

.hbattery-products_bottom-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.hbattery-products_bottom-left {
  grid-row-gap: 2em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 74%;
  display: flex;
}

.hbattery-products_item {
  width: 48%;
}

.hbattery-products_item-img {
  object-fit: cover;
  border-radius: .63em .63em 0 0;
  width: 100%;
  height: 18.13em;
}

.hbattery-products_content {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  background-color: var(--white);
  border-bottom-right-radius: .63em;
  border-bottom-left-radius: .63em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2.19em;
  display: flex;
}

.hbattery-products_sub {
  color: var(--safety-orange);
  font-size: .88em;
  font-weight: 500;
}

.hbattery-products_sub.space {
  padding-left: .19em;
  padding-right: .5em;
}

.hbattery-products_sub-wrap {
  display: flex;
}

.hbattery-products_bottom-right {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  flex-flow: column;
  align-items: flex-start;
  width: 21%;
  display: flex;
}

.hbattery-products_right-content {
  color: var(--dark-rich-purple);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.section_faq {
  background-color: var(--offwhite-lila);
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_faq.bg-color-purple {
  background-color: var(--dark-rich-purple);
  color: var(--white);
}

.faq_wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-left {
  aspect-ratio: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 40%;
  display: flex;
  position: relative;
}

.faq_left-img {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq_left-contact {
  z-index: 1;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 64%;
  height: 32%;
  display: flex;
  position: relative;
}

.faq_left-contact-top {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.faq-right {
  width: 52%;
  padding-top: 1.25em;
}

.faq_right-heading {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 3.13em;
  padding-left: 1.38em;
  padding-right: 1.38em;
  display: flex;
}

.fs_accordion-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_accordion-1_paragraph {
  margin-bottom: 0;
}

.fs_accordion-1_paragraph.text-color-p-ondark {
  color: var(--text-color-on-dark);
}

.fs_accordion-1_body {
  padding: 0 1.38rem 1.38em 1.38em;
}

.fs_accordion-1_content {
  overflow: hidden;
}

.fs_accordion-1_icon {
  width: 1em;
  height: 1em;
  font-size: 1.125em;
  display: flex;
  position: relative;
}

.fs_accordion-1_arrow-wrapper {
  color: var(--safety-orange);
}

.fs_accordion-1_label {
  font-size: 1.13em;
}

.fs_accordion-1_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  border-top: 1px solid rgba(27, 21, 56, .16);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.38em 1.38rem 1.7rem;
  transition: all .2s;
  display: flex;
}

.fs_accordion-1_header:hover {
  transform: translate(6px);
}

.fs_accordion-1_header:focus-visible {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_header[data-wf-focus-visible] {
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_accordion-1_embed {
  margin-bottom: 0;
}

.fs_accordion-1_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.hbattery-products_wrap {
  grid-column-gap: 0em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hbattery-products_col {
  width: 100%;
}

.section_header-txt {
  z-index: 0;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: -1.88em;
  padding-top: 1.88em;
  display: flex;
  position: relative;
  overflow: visible;
}

.section_header-txt.purple-color {
  background-color: var(--dark-rich-purple);
}

.header-txt_content {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--dark-rich-purple);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 48%;
  height: 100%;
  padding-top: 5em;
  padding-bottom: 5.63em;
  display: flex;
  position: relative;
}

.header-txt_content.purple-color {
  color: var(--white);
}

.brochure-top-arrow-icon {
  z-index: 1;
  color: var(--dark-rich-purple);
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: padding-box;
  width: 1.7em;
  height: 1.7em;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.brochure-top-arrow-icon.news-highlight {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  width: 1.7em;
  height: 1.7em;
  display: flex;
  top: 1.63em;
  right: 1.63em;
}

.header-txt_p {
  color: var(--text-color-on-dark);
  font-size: 1.13em;
}

.header-txt_p.text-color-on-light {
  color: var(--text-color-on-light);
}

.section_info-imgtxt {
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_info-imgtxt.white-bg {
  background-color: var(--white);
}

.info-imgtxt_wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.info-imgtxt_left-img {
  width: 46%;
}

.info-imgtxt_right-txt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  padding-top: 4.38em;
  padding-bottom: 4.38em;
  display: flex;
}

.info-imgtxt_right-txt.brands-page {
  padding-top: 0;
}

.info-imgtxt-imgself {
  object-fit: cover;
  border-bottom-right-radius: 3.13em;
  width: 100%;
  height: 100%;
  min-height: 39.88em;
}

.info-imgtxt-imgself.border-left {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3.13em;
  height: 39.88em;
}

.info-imgtxt-imgself.is-contact {
  object-position: 50% 10%;
  max-height: 33.8889em;
}

.info-imgtxt_bg-placeholder {
  z-index: 0;
  background-color: var(--white);
  width: 100%;
  height: 1.88em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.info-imgtxt_bg-placeholder.color-grey {
  background-color: var(--offwhite-lila);
}

.info-imgtxt_bg-placeholder.is-long {
  background-color: var(--offwhite-lila);
  height: 3.7em;
}

.section_two-grid {
  align-items: stretch;
  display: flex;
  position: relative;
}

.two-grid-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 29%;
  display: flex;
}

.two-grid-item.img-item {
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 2.8em;
}

.two-grid_heading-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.two-grid_item-img {
  width: 100%;
}

.section_header-txt-purple {
  z-index: 1;
  background-color: var(--dark-rich-purple);
  border-bottom-right-radius: 3.13em;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: -1.88em;
  padding-top: 1.88em;
  display: flex;
  position: relative;
  overflow: visible;
}

.section_header-txt-purple.purple-color {
  background-color: var(--dark-rich-purple);
}

.header-txt_content-purple {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 52em;
  height: 100%;
  padding-top: 5em;
  padding-bottom: 5.63em;
  display: flex;
  position: relative;
}

.header-txt_content-purple.purple-color {
  color: var(--white);
}

.header-txt_content-purple.news-detail-page {
  width: 80%;
}

.header-img-txt-purple_bg-asset {
  z-index: 0;
  object-fit: fill;
  border-bottom-right-radius: 3.13em;
  width: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-txt_content-purple-p-wrap {
  width: 65%;
}

.header-txt_content-purple_bttn-wrap {
  position: absolute;
  bottom: -1.45em;
}

.section-padding_extra {
  padding: 0 0 6.25em;
}

.section-padding_extra.padding-large {
  width: 100%;
  padding-bottom: 2.88em;
}

.section-padding_extra.padding-medium {
  padding-bottom: 2.25em;
}

.section-padding_extra.padding-xsmall {
  padding-bottom: 1em;
}

.section-padding_extra.footer-padding-grey {
  z-index: -1;
  background-color: var(--offwhite-lila);
  padding-bottom: 6.88em;
  position: relative;
}

.section-padding_extra.padding-small {
  padding-bottom: 1.63em;
}

.section-padding_extra.padding-xxsmall {
  padding-bottom: .5em;
}

.section_txt-icon-img {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.txt-icon-img_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.txt-icon-img_left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.txt-icon-img_right {
  border-radius: .63em;
  width: 44%;
  position: relative;
}

.txt-icon-img_right.border-left-corner {
  background-image: none;
  border-radius: 0 0 0 3.13em;
  position: relative;
}

.txt-icon-img_icon-wrap {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.25em;
  display: flex;
}

.txt-icon-img_icon {
  width: 2em;
}

.txt-icon-img_icon-content-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.section_benefits-list {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
}

.section_benefits-list.under-header {
  padding-top: 3.13em;
  padding-bottom: 5em;
}

.benefits-list_wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.info-txtimg_wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.info-txtimg-img {
  width: 46%;
}

.info-txtimg-txt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  padding-top: 4.38em;
  padding-bottom: 2.5em;
  display: flex;
}

.info-txtimg-imgself {
  object-fit: cover;
  border-bottom-left-radius: 3.13em;
  width: 100%;
  min-height: 39.88em;
}

.info-txtimg-imgself.border-left {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3.13em;
  height: 39.88em;
}

.section_info-txtimg {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_info-txtimg.white-bg {
  background-color: var(--white);
}

.info-imgtxt_wrapper-copy {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.info-txtimg_left-txt {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  padding-top: 4.38em;
  padding-bottom: 2.5em;
  display: flex;
}

.info-txtimg_right-img {
  width: 46%;
}

.section_six-grid {
  background-color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
}

.six-grid_wrapper {
  grid-column-gap: 3.62em;
  grid-row-gap: 3.62em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.six-grid_heading-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_arrow-asset {
  z-index: 0;
  object-fit: fill;
  height: 10em;
  margin-bottom: -8em;
  padding: 0;
  position: relative;
}

.section_arrow-asset.padding-large {
  width: 100%;
  padding-bottom: 2.88em;
}

.section_arrow-asset.padding-medium {
  padding-bottom: 2.25em;
}

.section_arrow-asset.padding-xsmall {
  padding-bottom: 1em;
}

.section_arrow-asset.footer-padding-grey {
  z-index: -1;
  background-color: var(--offwhite-lila);
  padding-bottom: 6.88em;
  position: relative;
}

.section_arrow-asset.padding-small {
  padding-bottom: 1.63em;
}

.section_arrow-asset.padding-xxsmall {
  padding-bottom: .5em;
}

.section_arrow-asset-img {
  object-fit: fill;
  width: 100%;
  height: 100%;
}

.section_news-highlighted {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-highlighted_wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.news-highlighted_right {
  background-color: var(--white);
  border-radius: .63em;
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  padding: 2.25em 3.13em;
  display: flex;
}

.news-highlighted_form {
  width: 100%;
}

.news-highlighted_form-wrap {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.5em;
  display: flex;
}

.news-highlighted_form-input-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  width: 100%;
  margin-bottom: 3em;
  display: flex;
}

.text-size-xsmall {
  font-size: .81em;
}

.news-highlighted_top {
  width: 100%;
  margin-bottom: 3.13em;
}

.section_news-overview {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-overview_wrapper {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.news-overview_top {
  width: 100%;
  margin-bottom: 3.13em;
}

.news-overview_filter-wrap {
  margin-top: 2.4em;
}

.filter-options_items {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  display: flex;
}

.filter-checkbox-item {
  z-index: 0;
  cursor: pointer;
  border-radius: .63em;
  flex-flow: wrap;
  align-items: center;
  margin-bottom: 0;
  padding: .5em 1.25em .7em;
  line-height: 100%;
  transition: all .2s;
  display: flex;
  position: relative;
}

.filter-checkbox-item:hover {
  border-style: none;
  transform: scale(1.06);
}

.filter-checkbox-item-click {
  z-index: 0;
  border: 1px none var(--safety-orange);
  background-color: var(--safety-orange);
  cursor: pointer;
  border-radius: .25em;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.filter-checkbox-item-click:focus {
  background-color: #c36;
}

.filter-checkbox-item-click.w--redirected-checked {
  border-style: none;
  border-color: var(--safety-orange);
  background-color: var(--dark-rich-purple);
  color: #fff;
  background-image: none;
  transform: scale(1.06);
}

.filter-checkbox-item-click.w--redirected-focus {
  box-shadow: none;
  border-style: none;
}

.filter-checkbox-txt {
  z-index: 0;
  color: var(--white);
  font-size: 1.13em;
  font-weight: 600;
  line-height: 120%;
  position: relative;
}

.filter_search-field {
  background-color: var(--white);
  color: var(--text-color-on-light);
  background-image: url('../images/search.svg');
  background-position: 10px;
  background-repeat: no-repeat;
  background-size: 16px;
  border: 1px solid rgba(193, 192, 200, .5);
  border-radius: .63em;
  width: 25em;
  height: 2.9em;
  margin-bottom: 0;
  padding: .7em 1.5rem .63rem 2.5em;
  font-size: .9rem;
  line-height: 150%;
  transition: all .2s;
}

.filter_search-field:active, .filter_search-field:focus {
  border-color: var(--text-color-on-light);
}

.filter_search-field::placeholder {
  font-size: 1em;
}

.filter-form-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.news-overview_grid {
  width: 100%;
}

.news-overview_grid-col {
  grid-column-gap: 5%;
  grid-row-gap: 5em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.news-overview_item {
  flex-flow: column;
  justify-content: space-between;
  width: 30%;
  display: flex;
  position: relative;
}

.news-overview_item-img-wrap {
  z-index: 1;
  position: relative;
}

.news-overview_item-img {
  object-fit: cover;
  border-radius: .63em;
  width: 100%;
  height: 14.37em;
}

.news-overview_item-tag {
  background-color: var(--safety-orange);
  color: var(--white);
  border-radius: .63em;
  justify-content: center;
  align-items: center;
  height: 2em;
  margin-top: -1em;
  padding-bottom: .13em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  font-size: .88em;
  line-height: 100%;
  display: flex;
}

.news-overview_item-tag-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  display: flex;
}

.collection-list-wrapper {
  z-index: 1;
  position: relative;
}

.news-overview_item-content-wrap {
  z-index: 1;
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1em;
  display: flex;
  position: relative;
}

.news-overview-grid_writer-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  align-items: center;
  width: 60%;
  margin-top: 1.88em;
  display: flex;
}

.news-overview_writer-img {
  object-fit: cover;
  border-radius: 6.25em;
  width: 3.13em;
  height: 3.13em;
}

.news-overview_writer-name {
  color: var(--dark-rich-purple);
}

.news-overview_writer-name-txt {
  color: var(--dark-rich-purple);
  font-size: 1em;
}

.news-overview_writer-name-txt.text-color-white {
  color: var(--white);
}

.news-overview_date-txt {
  font-size: 14px;
  line-height: 140%;
}

.news-overview_time-wrap {
  color: var(--dark-rich-purple);
  justify-content: space-between;
  align-items: center;
  padding-bottom: .13em;
  font-size: .88em;
  line-height: 150%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.news-overview_time-icon {
  color: var(--safety-orange);
  width: 1em;
  display: flex;
}

.news-overview_time-icon.arrow {
  width: .7em;
  margin-top: .25em;
}

.news-overview_time-icon.align-top {
  margin-top: 6px;
}

.news-overview_time-txt {
  margin-left: .4em;
  margin-right: .13em;
}

.news-overview_item-content-top {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.news-overview_link-overlay {
  z-index: 10;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-overview_bg-white {
  z-index: 0;
  background-color: var(--white);
  border-radius: .63em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-overview_bttn-wrap {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.pagination_numbers {
  background-color: var(--white);
  border-radius: .63em;
  height: 2.6em;
  padding: .4em .6em;
  display: flex;
}

.pagination_page {
  justify-content: center;
  align-items: center;
  width: 1.4em;
  font-size: 1.4em;
  line-height: 100%;
  text-decoration: none;
  transition: color .2s;
  display: flex;
}

.pagination_page:hover {
  color: var(--safety-orange);
}

.pagination_page.w--current {
  color: var(--safety-orange);
  font-weight: 600;
  text-decoration: none;
}

.pagination_page:lang(en) {
  color: var(--safety-orange);
}

.fs-cmsload_page-dots {
  justify-content: center;
  align-items: center;
  width: 3rem;
  font-size: 1.2rem;
  display: flex;
}

.pagination-next-icon {
  color: var(--white);
  width: 1.2em;
  height: 1.2em;
  display: flex;
}

.pagination-next-icon.arrow {
  width: .7em;
  height: .9em;
  margin-top: .2em;
}

.pagination-button {
  background-color: var(--safety-orange);
  transform: scale3d(1none, 1none, 1none);
  transform-style: preserve-3d;
  border-style: none;
  border-radius: .63em;
  justify-content: center;
  align-items: center;
  width: 2.9em;
  height: 2.9em;
  margin-left: 1em;
  margin-right: 1em;
  padding: .63em;
  transition: all .2s;
  display: flex;
}

.pagination-button:hover {
  transform: scale(1.06);
}

.pagination {
  justify-content: center;
  align-items: center;
  margin-top: 5em;
}

.news-header_bottom {
  z-index: 1;
  width: 100%;
  padding-bottom: 1.38em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.news-header_bottom-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.news-header_writer-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--white);
  flex-flow: row;
  align-items: center;
  width: auto;
  display: flex;
}

.news-header_writer-name {
  color: var(--white);
  font-size: 1em;
}

.news-header_writer-date {
  font-size: 14px;
  line-height: 140%;
}

.news-header_right-wrap {
  grid-column-gap: 2.75em;
  grid-row-gap: 2.75em;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.news-header_right-time {
  color: var(--text-color-on-dark);
  justify-content: flex-start;
  align-items: center;
  padding-bottom: .13em;
  font-size: .88em;
  line-height: 150%;
  display: flex;
}

.section_news-txt {
  flex-flow: column;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.news-txt_wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.news-related_top {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 3.13em;
  display: flex;
}

.news-related_grid {
  width: 100%;
  margin-top: 2.5em;
  margin-bottom: 3.75em;
}

.news-txt_image {
  object-fit: cover;
  border-radius: .63em;
  width: 100%;
  height: 29.38em;
  margin-top: 2.5em;
  margin-bottom: 2.5em;
}

.news-breadcrumbs {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  font-size: .88em;
  display: flex;
  position: absolute;
  top: 1.5em;
  left: 0;
}

.section_news-breadcrumbs-link {
  color: var(--white);
  font-weight: 600;
  transition: all .2s;
}

.section_news-breadcrumbs-link:hover {
  color: var(--safety-orange);
}

.section_rekentool {
  background-color: var(--dark-rich-purple);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rekentool_nav {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4.06em;
  padding-top: .94em;
  padding-left: 1.88em;
  padding-right: .94em;
  display: flex;
  position: absolute;
}

.rekentool_nav-logo {
  width: 11.25em;
}

.rekentool_close {
  background-color: rgba(255, 255, 255, .1);
  border-radius: .63em;
  justify-content: center;
  align-items: center;
  width: 3.13em;
  height: 3.13em;
  display: flex;
}

.rekentool_close-icon {
  color: var(--white);
  width: 1em;
  height: 1em;
}

.rekentool_wrapper {
  z-index: 1;
  color: var(--white);
  flex-flow: wrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 9em;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

.rekentool_wrapper.hide {
  display: flex;
}

.rekentool_left {
  width: 38%;
}

.rekentool_form-block {
  background-color: var(--white);
  color: var(--dark-rich-purple);
  border-radius: .63em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-top: 2.13em;
  padding: 2.63em;
  display: flex;
  position: relative;
}

.rekentool_form-block.is-footer {
  margin-top: -3.75em;
}

.rekentool_right {
  perspective: 1000px;
  transform-origin: 50%;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 58%;
  height: 100%;
  padding-top: 0;
  display: flex;
  position: relative;
  transform: none;
}

.rekentool_illustration {
  width: 100%;
}

.rekentool_illustration._2 {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rekentool_illustration._1 {
  opacity: 1;
}

.rekentool_gradient-bg {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--dark-rich-purple), rgba(27, 21, 56, 0));
  width: 10%;
  height: 100%;
  position: absolute;
}

.rekentool_form-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: .38em;
  display: flex;
}

.rekentool_form-place {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  width: 100%;
  margin-top: 1em;
  display: flex;
}

.rekentool_form-subtitles {
  color: var(--dark-rich-purple);
  font-size: 1.13em;
}

.rekentool_form-input-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rekentool_form-input-wrap.checkbox-two-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
}

.rekentool_form-input-wrap.vertical {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rekentool_form-input-wrap-item {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 33.33%;
  display: flex;
}

.rekentool_form-steps {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.rekentool_form-steps-number {
  background-color: #f3f3f5;
  border-radius: 6.25em;
  justify-content: center;
  align-items: center;
  width: 1.88em;
  height: 1.88em;
  line-height: 100%;
  display: flex;
}

.rekentool_form-steps-number.active {
  background-color: var(--dark-rich-purple);
  color: var(--white);
  font-weight: 600;
}

.rekentool_form-steps-line {
  background-color: #f3f3f5;
  flex: 1;
  height: .13em;
  position: relative;
}

.rekentool_form-steps-line.active {
  background-color: var(--dark-rich-purple);
}

.f-w-progress-wrap {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.f-message-field {
  color: #000;
  background-color: rgba(173, 173, 173, .1);
  border: 1px #000;
  border-bottom: 1px solid #fff;
  height: auto;
  min-height: 12rem;
  margin-bottom: 0;
}

.f-message-field.is---2 {
  border-style: solid;
  border-color: rgba(252, 252, 252, .41);
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.f-steps-input {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-txt-wrap {
  color: #031616;
  margin-bottom: 26px;
  font-weight: 700;
}

.f-txt-wrap.is---2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -18px;
  margin-right: auto;
  font-size: 2rem;
  display: flex;
}

.progress-number_block {
  text-align: center;
  background-color: rgba(8, 8, 8, .04);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.progress-number_block.f-progress-current-2 {
  background-color: var(--safety-orange);
  color: #fff;
  flex: none;
  width: 1.8em;
  height: 1.8em;
  font-weight: 600;
  line-height: 100%;
}

.f-steps-wrap {
  padding: 56px 32px;
}

.f-steps-wrap.is--2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--white);
  color: var(--dark-rich-purple);
  border-radius: .63em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2.63em;
  display: flex;
}

.f-steps-wrap.is--2.loading {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 500px;
}

.f-steps-wrap.is--7 {
  grid-row-gap: 40px;
  background-color: #f6f6f6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 40%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-input-field {
  color: #000;
  background-color: #fff;
  border: 1px solid #ececec;
  border-radius: 4px;
  height: auto;
  margin-bottom: 0;
  padding: 14px 16px;
}

.f-input-field.is---2 {
  border-style: solid;
  border-color: rgba(252, 252, 252, .41);
  border-radius: 7px;
  height: 3.2em;
  padding-top: 10px;
  padding-bottom: 10px;
}

.f-check-img-wrap {
  z-index: 3;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.f-2col-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.f-input-wrapper {
  width: 100%;
}

.f-input-wrapper.is---2 {
  width: 100%;
  position: relative;
}

.f-form-button-wrapper.is---2 {
  grid-column-gap: 10px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: .5em;
  margin-left: auto;
  display: flex;
}

.f-form-button-wrapper.is---3 {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-right: auto;
  display: flex;
}

.f-form-button-wrapper.allign-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-error-message {
  color: #fff;
  background-color: rgba(255, 88, 88, .93);
  width: 80%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.f-success-message {
  z-index: 1;
  color: #fff;
  background-color: #031616;
  height: 100%;
  position: relative;
}

.f-form-steps-item.is---2 {
  grid-column-gap: 2.13em;
  grid-row-gap: 2.13em;
  border-radius: .63em;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.f-form-steps-item.is---7 {
  border-radius: 8px;
  flex-direction: row-reverse;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: flex;
  position: relative;
}

.f-steps-txt, .f-steps-txt.is--formly-2 {
  font-size: 1rem;
}

.f-input-field-date {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding: 14px 16px;
}

.f-input-field-date.is---2 {
  border-style: solid;
  border-color: rgba(252, 252, 252, .41);
  border-radius: 7px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.f-copy-element {
  width: 100%;
}

.f-copy-element.is--form-2 {
  color: #020d11;
  padding-bottom: 0;
  font-weight: 400;
}

.f-checkbox-butn-field-2 {
  border: 1px solid #000;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 0;
  padding: 10px;
  font-size: .9rem;
  display: flex;
}

.f-check-icon {
  width: 50%;
}

.f-checkbox-butn-2 {
  border-color: #000;
  border-radius: 26%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 10px;
}

.f-checkbox-butn-2.w--redirected-checked {
  border-color: #031616;
  border-radius: 26%;
}

.f-checkbox-butn-2.w--redirected-focus, .f-checkbox-butn-2.w--redirected-focus-visible {
  border-radius: 26%;
}

.f-container {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
}

.f-container.is--form {
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.f-form-button {
  color: #fff;
  background-color: #031616;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.f-form-button.is---2 {
  padding: 11px 24px;
  font-weight: 700;
}

.f-form-section {
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.f-progress-txt-2 {
  font-size: 1rem;
}

.f-txt-field-label {
  color: var(--text-color-on-light);
  font-size: .88em;
  font-weight: 400;
  line-height: 120%;
}

.f-progress-item {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-form-back-button {
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100vw;
}

.f-form-back-button.is---2 {
  color: #000;
  border: 1px solid #000;
  padding: 11px 17px;
  font-weight: 700;
}

.f-form-parent {
  margin-bottom: 0;
}

.f-form-parent.is--form {
  background-color: var(--dark-rich-purple);
  flex-direction: column;
  justify-content: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.f-form-parent.is--form-img-right {
  flex-direction: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.f-checkbox-buttn-wrap.is---1 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.f-form {
  background-color: rgba(237, 237, 237, 0);
}

.f-form.is--form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.f-form-steps-wrap.is---2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: scroll;
}

.f-radio-butn-field-2 {
  grid-column-gap: 9px;
  grid-row-gap: 12px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 4px 23px;
  line-height: 1.1;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-success-text {
  font-size: 16px;
}

.f-form-button-2 {
  color: #fff;
  background-color: #020518;
  border-radius: 100vw;
  padding: 10px 20px;
}

.f-form-button-2.is---1 {
  border-radius: 100vw;
  padding: 12px 18px;
  font-weight: 600;
}

.f-form-section-2 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.f-container-2 {
  width: 100%;
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding: 3rem;
}

.f-container-2.is--form-7 {
  flex-direction: column;
  justify-content: center;
  align-self: stretch;
  max-width: none;
  padding: 0;
  display: flex;
}

.f-form-2 {
  background-color: rgba(237, 237, 237, 0);
}

.f-form-2.is--form {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: flex;
}

.f-form-step-img {
  object-fit: cover;
  background-color: #e0e0e0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.f-input-field-2 {
  color: #000;
  background-color: #fff;
  border: 1px #000;
  height: auto;
  margin-bottom: 0;
  padding: 14px 16px;
}

.f-success-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-heading-wrapper {
  z-index: 1;
  color: #fff;
  max-width: 60ch;
  margin-bottom: 60px;
  position: relative;
  overflow: hidden;
}

.f-progress-wrapper-copy-element {
  height: 4px;
  display: flex;
  overflow: hidden;
}

.f-success-text-wrapper {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.f-success-message-2 {
  z-index: 1;
  color: #fff;
  background-color: #020518;
  height: 100%;
  position: relative;
}

.f-form-progress-wrapper {
  z-index: 10;
  width: 50%;
  position: fixed;
  top: auto;
  bottom: 2%;
  left: auto;
  right: auto;
}

.f-form-radio-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.f-form-radio-wrapper.is---3 {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  flex-wrap: wrap;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.f-press-enter-text {
  font-size: 14px;
}

.f-style_block-item {
  padding: 10px 20px;
}

.f-style_block-item.is--progress {
  width: 100%;
}

.f-radio-butn-2 {
  border-style: solid;
  border-color: #020518;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-radio-butn-2:hover {
  background-color: rgba(2, 5, 24, .05);
}

.f-radio-butn-2.w--redirected-checked {
  border: 2px solid #020518;
  border-radius: 0%;
  width: 100%;
  height: 100%;
}

.f-radio-butn-label-3 {
  z-index: 2;
  max-width: 20ch;
  position: relative;
}

.f-form-img-wrap {
  flex-direction: column;
  justify-content: flex-end;
  align-self: stretch;
  width: 50%;
  padding: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-haeding {
  color: #fff;
  font-size: 40px;
}

.f-steps-input-2 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.f-progress-indicator {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(1px);
  backdrop-filter: blur(1px);
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0%;
  height: 100%;
  font-size: .9rem;
  transition: all .6s;
  display: flex;
}

.f-progress-indicator.current {
  color: #fff;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  width: 19%;
  display: flex;
}

.f-success-video {
  object-fit: cover;
  background-image: linear-gradient(rgba(0, 0, 0, .74), rgba(0, 0, 0, .74));
  width: 100%;
  height: 100%;
}

.radio-button-field {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  display: flex;
}

.radio-button {
  border-color: var(--safety-orange);
  width: 20px;
  height: 20px;
}

.rekentool_form-steps--overlay {
  background-color: var(--safety-orange);
  width: 100%;
  height: 100%;
  position: absolute;
}

.rekentool_form-steps--overlay.half {
  background-color: #ff6b00;
  background-image: linear-gradient(90deg, var(--dark-rich-purple), #f3f3f5);
  width: 70%;
}

.rekentool_form-input-wrap-item-full {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.rekentool_form-input-wrap-item-full.vertical {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.button-orange-back-button {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--offwhite-lila);
  transform: scale3d(1none, 1none, 1none);
  color: var(--text-color-on-light);
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .5em 1.25em .7em;
  font-size: 1.13em;
  font-weight: 400;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-orange-back-button:hover {
  background-color: var(--safety-orange);
  color: var(--white);
  transform: scale(1.02);
}

.button-orange-back-button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.button-orange-back-button.is-small {
  padding: .5rem 1.25rem;
}

.button-orange-back-button.is-large {
  padding: 1rem 2rem;
}

.button-orange-back-button.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.button-orange-back-button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.input-field-no-border {
  border: 1px solid var(--inactive);
  color: var(--safety-orange);
  background-color: rgba(255, 255, 255, 0);
  border-radius: 10px;
  height: 100%;
  margin-bottom: 0;
  padding: .5em 1em .7em;
  display: inline-flex;
}

.input-field-no-border::placeholder {
  color: var(--inactive);
}

.arrow-illu-form-test {
  width: 9px;
  position: absolute;
  top: 67%;
  left: 21%;
  transform: translate(0);
}

.header-img-button-wrap {
  z-index: 10;
  position: absolute;
  bottom: .4em;
}

.consumptie_wrapper {
  background-color: var(--dark-rich-purple);
  border-radius: .63em;
  justify-content: flex-start;
  align-items: flex-end;
  height: 40.63em;
  padding: 3.75em 3.44em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.consumptie_wrapper-txt {
  z-index: 1;
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
  position: relative;
}

.consumptie_slider {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.63em;
  display: flex;
}

.consumptie_slider.illu {
  z-index: 1;
  position: relative;
}

.consumptie_slider.graph {
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: auto;
}

.ms-switch-option {
  display: none;
}

.ms-switch-option.dark {
  color: #121331;
  background-image: url('../images/nightlight_black_24dp.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 12px;
  padding-left: 18px;
}

.ms-switch-label {
  z-index: 3;
  grid-column-gap: 3%;
  white-space: nowrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 0;
  font-weight: 700;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 2%;
  right: 2%;
}

.ms-toggle-checkbox {
  margin-top: 0;
  margin-left: 0;
  display: none;
}

.ms-switch-select {
  z-index: 1;
  background-color: #fff;
  border-radius: 6px;
  width: 44%;
  height: 80%;
  margin-top: 5%;
  margin-bottom: 5%;
  margin-right: 5%;
  transition: left .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 6%;
  box-shadow: 0 1px 5px rgba(0, 0, 0, .2);
}

.ms-switch-select.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  left: 39px;
}

.ms-switch-wrap {
  width: 4em;
  height: 2.1em;
  margin-bottom: 0;
  padding: .23em;
  position: relative;
}

.ms-switch-bg {
  z-index: 0;
  background-color: #f5f5f5;
  border-radius: 8px;
  transition: background-color .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.consumptie-form-block {
  margin-bottom: 0;
  display: none;
}

.consumptie_wrapper-img {
  z-index: 1;
  width: 70%;
  height: 100%;
  position: relative;
}

.consumptie_wrapper-img-1 {
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.consumptie-gradient-orange {
  z-index: 0;
  background-image: radial-gradient(circle closest-side, rgba(255, 107, 0, .8), rgba(255, 107, 0, 0) 92%);
  border-radius: 625em;
  width: 40em;
  height: 40em;
  position: absolute;
  top: -20em;
  bottom: auto;
  left: -20em;
  right: auto;
}

.consumptie-gradient-wrap {
  z-index: 0;
  border-radius: .5em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.consumptie-gradient-green {
  z-index: 0;
  background-image: radial-gradient(circle closest-side, rgba(37, 217, 22, .8), rgba(37, 217, 22, 0) 92%);
  border-radius: 625em;
  width: 40em;
  height: 40em;
  position: absolute;
  top: -20em;
  bottom: auto;
  left: -20em;
  right: auto;
}

.consumptie_wrapper-img-2 {
  opacity: 0;
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.consumptie_switch {
  background-color: var(--safety-orange);
  cursor: pointer;
  border-radius: 10px;
  width: 68px;
  height: 36px;
  position: relative;
}

.consumptie_switch-toggle {
  background-color: var(--white);
  border-radius: 7px;
  width: 28px;
  height: 28px;
  position: absolute;
  top: 4px;
  left: 4px;
  transform: translate(31px);
}

.consumptie_switch-toggle._2 {
  left: auto;
  right: .19em;
}

.section_header-txtimg {
  z-index: 3;
  background-color: var(--dark-rich-purple);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: -1.88em;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-txt-img_right {
  z-index: 2;
  border-bottom-left-radius: 1.88em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.header-txt-img_left {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 6.88em 11.56em 5.63em 6.25em;
  display: flex;
  position: relative;
}

.header-txt-img_bg-arrows {
  z-index: 0;
  height: 100%;
  padding-right: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 38%;
}

.header-txt_bg-arrows {
  z-index: 0;
  height: 100%;
  padding-top: 3.13em;
  padding-bottom: 1.25em;
  padding-right: 0;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: 1.25em;
}

.homebattery-about_img {
  z-index: 1;
  object-fit: cover;
  object-position: 0% 50%;
  height: 100%;
  position: relative;
}

.homebattery-about_right-gradient {
  z-index: 2;
  background-image: linear-gradient(#fff 11%, rgba(255, 255, 255, 0));
  height: 3.13em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.homebattery-about_right-gradient._2 {
  background-image: linear-gradient(270deg, #fff 47%, rgba(255, 255, 255, 0));
  width: 5em;
  height: 100%;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.bg-white-header {
  z-index: -1;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_txt-illustration-blue {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.txt-illustration-blue_wrapper {
  background-color: var(--dark-rich-purple);
  border-radius: .63em;
  justify-content: space-between;
  align-items: stretch;
  padding: 5.63em 4.69em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.txt-illustration-blue_left {
  z-index: 1;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48%;
  display: flex;
  position: relative;
}

.txt-illustration-blue_right {
  border-radius: .63em;
  width: 48%;
}

.txt-illustration-blue_image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  padding-top: 5em;
  padding-bottom: 5em;
  position: absolute;
  top: 0;
}

.txt-illustration-blue_content-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.section_news-3grid {
  background-color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_news-3grid.bg-purple {
  background-color: var(--thunder-purple);
  color: var(--white);
}

.news-3grid_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_graph-txt {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_graph-txt.white-bg {
  background-color: var(--white);
}

.graph-txt_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.graph-txt_left {
  background-color: var(--white);
  border-radius: .63em;
  width: 44%;
}

.graph-txt_right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.graph-txt_graph {
  width: 100%;
  height: 100%;
}

.graph-grid_wrapper {
  background-color: var(--dark-rich-purple);
  border-radius: .63em;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.44em;
  display: flex;
  overflow: hidden;
}

.graph-grid_gradient-orange {
  z-index: 0;
  background-image: radial-gradient(circle closest-side, rgba(255, 107, 0, .8), rgba(255, 107, 0, 0) 92%);
  border-radius: 625em;
  width: 40em;
  height: 40em;
  position: absolute;
  bottom: -20em;
  right: -20em;
}

.graph-grid_gradient-wrap {
  z-index: 0;
  border-radius: .5em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.graph-grid_item {
  z-index: 1;
  color: var(--white);
  width: 32%;
  position: relative;
}

.graph-grid_item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.graph-grid_item-img-wrap {
  border: 1px solid var(--thunder-purple);
  border-radius: .63em;
  height: 15em;
  margin-bottom: 24px;
  padding: 1.5em;
}

.section_txt-graphtab {
  background-color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_txt-graphtab.white-bg {
  background-color: var(--white);
}

.txt-graphtab_right {
  border-radius: .63em;
  width: 50%;
}

.txt-graphtab_left {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 44%;
  display: flex;
}

.txt-graphtab_tablink {
  background-color: var(--white);
  color: var(--dark-rich-purple);
  border: 1px solid #c1c0c8;
  border-bottom-style: none;
  border-top-left-radius: .63em;
  border-top-right-radius: .63em;
  padding: .4em 1em .45em;
  font-size: 1.25em;
  transition: all .2s;
}

.txt-graphtab_tablink:hover, .txt-graphtab_tablink.w--current {
  border-style: solid solid none;
  border-color: var(--dark-rich-purple);
  background-color: var(--dark-rich-purple);
  color: var(--white);
}

.txt-graphtab_tablink.app-page {
  color: var(--white);
  background-color: rgba(255, 255, 255, 0);
  border-style: solid solid none;
  border-color: rgba(255, 255, 255, .3);
}

.txt-graphtab_tablink.app-page:hover, .txt-graphtab_tablink.app-page.w--current {
  background-color: var(--thunder-purple);
}

.txt-graphtab_tab-wrap {
  background-color: var(--dark-rich-purple);
  border-top-right-radius: .5em;
  border-bottom-right-radius: .5em;
  border-bottom-left-radius: .5em;
  padding: 3.13em;
}

.txt-graphtab_tab-img {
  object-fit: contain;
  width: 100%;
  max-height: 40vh;
  margin-left: auto;
  margin-right: auto;
}

.txt-graphtab_tabmenu {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  display: flex;
}

.section_graphtab {
  background-color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_graphtab.white-bg {
  background-color: var(--white);
}

.section_graphtab.app-page {
  background-color: var(--dark-rich-purple);
}

.graphtab_wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.graphtab_tab {
  width: 76%;
}

.graphtab_tab-wrap {
  background-color: var(--dark-rich-purple);
  color: var(--white);
  border-top-right-radius: .5em;
  border-bottom-right-radius: .5em;
  border-bottom-left-radius: .5em;
  padding: 3.13em;
}

.graphtab_tab-wrap.app-page {
  border: 1px solid rgba(255, 255, 255, .3);
}

.graphtab_tab-content {
  flex-flow: column;
  display: flex;
}

.graphtab_tab-content-p-wrap {
  grid-column-gap: 1.88em;
  grid-row-gap: 1.88em;
  margin-top: .5em;
  display: flex;
}

.graphtab_legenda {
  width: 24%;
  padding-top: 2.6em;
  padding-left: 2.19em;
}

.graphtab_legenda-wrap {
  background-color: var(--offwhite-lila);
  color: var(--dark-rich-purple);
  border-radius: .63em;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 17.5em;
  padding: 2.35em;
  display: flex;
}

.graphtab_legenda-wrap.app-page {
  background-color: var(--thunder-purple);
  color: var(--white);
}

.graphtab_legenda-icon {
  width: 2.75em;
}

.graph-gray-bg {
  z-index: 0;
  background-color: var(--offwhite-lila);
  height: 58%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.graphtab_contact-wrap {
  z-index: 1;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 6.88em;
  display: flex;
  position: relative;
}

.graphtab_contact-wrap.app-page {
  margin-top: 2em;
}

.section_process-img {
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_process-img.white-bg {
  background-color: var(--white);
}

.process-img_left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 39%;
  display: flex;
}

.process-img_wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.process-img_right {
  align-self: stretch;
  width: 46%;
  height: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
}

.process-img-imgself {
  object-fit: cover;
  border-bottom-left-radius: 3.13em;
  width: 100%;
  height: 33.13em;
}

.process-img-imgself.border-left {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3.13em;
  height: 39.88em;
}

.process-img-imgself.is-contact {
  border-top-left-radius: .63em;
  border-top-right-radius: .63em;
  border-bottom-left-radius: 0;
  align-self: flex-end;
  height: 12.0556em;
}

.process-step-wrap {
  grid-column-gap: .38em;
  grid-row-gap: .38em;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.process-step-left {
  border-left: .06em solid #c1c0c8;
  width: 4.9em;
  position: relative;
}

.process-step-right {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--white);
  border-radius: .63em;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-top: .81em;
  margin-bottom: .81em;
  padding: 1.5em;
  display: flex;
}

.process-step-right.purple {
  background-color: var(--dark-rich-purple);
  border: 1px solid rgba(255, 255, 255, .3);
}

.process-step-right_number {
  background-color: var(--safety-orange);
  color: var(--white);
  border-radius: .63em;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.process-step-right_content {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .2em;
  line-height: 100%;
  display: flex;
}

.process-step-left_line {
  background-image: linear-gradient(90deg, #c1c0c8, #c1c0c8 0%, rgba(193, 192, 200, 0));
  width: 100%;
  height: .06em;
  margin-top: 3.5em;
  position: relative;
}

.process-step-left-circle {
  background-color: var(--offwhite-lila);
  border: 1px solid #c1c0c8;
  border-radius: 6.25em;
  width: 1.13em;
  height: 1.13em;
  position: absolute;
  top: -.56em;
  bottom: auto;
  left: -.56em;
  right: auto;
}

.process-step-left_gradient {
  z-index: 10;
  background-image: linear-gradient(180deg, var(--offwhite-lila), rgba(243, 243, 245, 0));
  width: 100%;
  height: 2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -4%;
  right: 0%;
}

.process-step-left_gradient.bottom {
  background-image: linear-gradient(0deg, var(--offwhite-lila), rgba(243, 243, 245, 0));
  top: auto;
  bottom: 0%;
  left: -4%;
  right: 0%;
}

.section_installationday {
  background-color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_installationday.white-bg {
  background-color: var(--white);
}

.section_installationday.is-off-white {
  background-color: var(--offwhite-lila);
}

.installationday_wrapper {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.installationday_left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
  position: relative;
}

.installationday_left.has-max-width {
  max-width: 29.3889em;
}

.installationday_right {
  background-image: url('../images/image-proces.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 3.13em;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: 46%;
  display: flex;
  position: relative;
}

.installationday-asset {
  width: 100%;
}

.installationday-heading {
  width: 64%;
  margin-top: .4em;
  font-size: 2.63em;
  font-weight: 400;
  line-height: 140%;
  position: absolute;
}

.lightbox-img, .image-2 {
  width: 100%;
  height: 100%;
}

.investment-detail-video-lightbox-link {
  color: #3bdc7b;
  text-decoration: none;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.investment-detail-video-lightbox-play-wrapper {
  grid-column-gap: .56em;
  grid-row-gap: .56em;
  background-color: #2f0344;
  border-radius: .5em;
  justify-content: flex-start;
  align-items: center;
  padding: .5em .69em;
  font-size: 1em;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
  display: flex;
}

.investment-detail-video-lightbox-play-wrapper.about {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  color: #122d38;
  cursor: pointer;
  background-color: #aee70c;
  border-radius: 100em;
  padding: 1.1em 1.5em;
  font-style: normal;
}

.button-arrow-svg {
  width: .8em;
  height: .8em;
  display: flex;
}

.text-block {
  font-style: normal;
}

.installationday-flexi_wrapper {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 6.25em;
  display: flex;
  position: relative;
}

.installationday-flexi_content {
  background-color: var(--dark-rich-purple);
  border-radius: .63em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 70%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.installationday-flexi-left {
  z-index: 1;
  background-image: url('../images/besparing.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 3.13em;
  width: 42%;
  position: relative;
}

.installationday-flexi-right {
  z-index: 1;
  color: var(--white);
  width: 58%;
  padding: 5em 7.88em 5em 4.38em;
  position: relative;
}

.installation-flexi_gradient-orange {
  z-index: 0;
  background-image: radial-gradient(circle closest-side, rgba(255, 107, 0, .8), rgba(255, 107, 0, 0) 92%);
  border-radius: 625em;
  width: 40em;
  height: 40em;
  position: absolute;
  top: -20em;
  right: -20em;
}

.installationday-flexi_contact {
  z-index: 1;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 24%;
  margin-top: 0;
  display: flex;
  position: relative;
}

.concumptie-wrap-top {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  text-align: center;
  flex-flow: column;
  width: 48%;
  margin-bottom: 6.25em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.installationday-timeline_wrapper {
  z-index: 1;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-content: space-between;
  align-items: end;
  margin-top: 6.25em;
  display: grid;
  position: relative;
}

.reviews-heading-left {
  width: 80%;
}

.section_brands-overview {
  border-bottom-right-radius: 3.13em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brands-overview_top-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4em;
  display: flex;
  position: relative;
}

.brands-overview_top-left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 33%;
  display: flex;
}

.brands-overview_bottom-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.brands-overview_top-right {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 28%;
  display: flex;
}

.brands-overview_top_content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.brands-overview_top-image {
  height: 5em;
  transform: rotate(45deg);
}

.brands-overview_wrap {
  grid-column-gap: 0em;
  grid-row-gap: 2em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.hbattery-products_bottom-left-copy {
  grid-row-gap: 2em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 74%;
  display: flex;
}

.brands-overview_item {
  width: 48%;
}

.brands-overview_item-img-wrap {
  border-top-left-radius: .63em;
  border-top-right-radius: .63em;
  height: 18.13em;
  position: relative;
  overflow: hidden;
}

.brands-overview_item-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.brands-overview_item-logo {
  background-color: var(--white);
  border-radius: .63em;
  padding: .6em .94em;
  position: absolute;
  top: 1.63em;
  bottom: auto;
  left: auto;
  right: 1.63em;
}

.brands-overview_item-logo-img {
  width: 6.8em;
}

.brands-overview_item-bottom {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  background-color: var(--white);
  border-bottom-right-radius: .63em;
  border-bottom-left-radius: .63em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2.5em;
  display: flex;
}

.brands-overview_item-rich {
  color: var(--text-color-on-light);
}

.brands-overview_item-rich li {
  background-image: url('../images/check.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: .5em;
  padding-left: 1.5em;
}

.brands-overview_item-rich ul, .brands-overview_item-rich ol {
  padding-left: 0;
  list-style-type: none;
}

.brands-overview_col {
  width: 100%;
}

.brands-overview_item-button-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: center;
  margin-top: 1.88em;
  display: flex;
}

.section_brands-battery {
  z-index: 2;
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_brands-battery.white-bg {
  background-color: var(--white);
}

.brands-battery_wrapper {
  text-align: center;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.brands-battery_graph {
  background-color: var(--dark-rich-purple);
  border-radius: .63em;
  justify-content: center;
  align-items: center;
  width: auto;
  margin-top: 3.38em;
  padding: 4.38em 5em;
  display: flex;
}

.hbattery-products_content-button-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: center;
  margin-top: 1em;
  display: flex;
}

.hbattery-products_filter-wrap {
  grid-column-gap: 1.75em;
  grid-row-gap: 1.75em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 21%;
  padding-right: 5em;
  display: flex;
}

.header-brands-button-wrap {
  z-index: 10;
  position: absolute;
  bottom: 1.94em;
  left: 1.94em;
}

.header-brands_wrap-logo {
  z-index: 1;
  background-color: var(--white);
  border-radius: .63em;
  padding: .6em .94em;
  position: absolute;
  top: auto;
  bottom: 1.94em;
  left: auto;
  right: 1.94em;
  overflow: hidden;
}

.brands-page_rich h1, .brands-page_rich h2, .brands-page_rich h3 {
  margin-bottom: .25em;
  font-size: 1.44em;
}

.brands-page_rich h4 {
  margin-bottom: .25em;
}

.brands-page_rich h5 {
  margin-bottom: .25em;
  font-size: 1.44em;
  line-height: 140%;
}

.brands-page_rich h6 {
  margin-bottom: .25em;
  font-size: 1.44em;
  font-weight: 400;
  line-height: 140%;
}

.brands-page_rich strong {
  color: var(--safety-orange);
  font-weight: 400;
}

.brands-page_rich p {
  margin-bottom: 1.5em;
}

.section_brand-story {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_brand-story.white-bg {
  background-color: var(--white);
}

.brand-story_wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.brand-story_left {
  width: 48%;
}

.brand-story_right {
  background-image: url('../images/DSC02431.jpg');
  background-position: 50%;
  background-size: cover;
  border-bottom-right-radius: 3.13em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 46%;
  display: flex;
}

.brand-story_right.brands-page {
  padding-top: 0;
  padding-bottom: 0;
}

.brand-story_left_img {
  width: 7.5em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -10em;
  right: auto;
  transform: rotate(90deg);
}

.section_header-product {
  z-index: 0;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: -1.88em;
  padding-top: 1.88em;
  display: flex;
  position: relative;
  overflow: visible;
}

.section_header-product.purple-color {
  background-color: var(--dark-rich-purple);
}

.header-product_wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.header-product_left {
  width: 46%;
}

.header-product_right {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 46%;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.header-product_right.brands-page {
  padding-top: 0;
  padding-bottom: 0;
}

.product-left_main-photo-wrapper {
  aspect-ratio: 1;
  background-color: var(--white);
  border-bottom-right-radius: 3.13em;
  position: relative;
  overflow: hidden;
}

.product-left_main-img {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-left_main-img._2 {
  z-index: 11;
  display: none;
}

.product-left_main-img._3 {
  z-index: 12;
  display: none;
}

.product-left_main-img._4 {
  z-index: 13;
  display: none;
}

.product-left_photo-thumbnails {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  margin-top: .5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.photo-thumbnails {
  background-color: var(--white);
  border-radius: .63em;
  width: 4.38em;
  height: 4.38em;
  overflow: hidden;
}

.photo-thumbnails-img {
  z-index: 10;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.photo-thumbnails-img._2 {
  z-index: 11;
}

.photo-thumbnails-img._3 {
  z-index: 12;
}

.photo-thumbnails-img._4 {
  z-index: 13;
}

.product-page-rich {
  color: var(--text-color-on-light);
  width: 100%;
}

.product-page-rich li {
  background-image: url('../images/check.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: .5em;
  padding-left: 1.5em;
}

.product-page-rich ul, .product-page-rich ol {
  padding-left: 0;
  list-style-type: none;
}

.product-page-rich h1 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 2.63em;
}

.product-page-rich h2 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
}

.product-page-rich h3, .product-page-rich h4, .product-page-rich h5 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 1.88em;
}

.product-page-rich h6 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 1.88em;
  font-weight: 400;
  line-height: 140%;
}

.product-page-rich p {
  margin-bottom: 1em;
}

.product-page-rich.text-color-p-onlight {
  z-index: 1;
  color: var(--text-color-on-dark);
  position: relative;
}

.header-product_button-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  align-items: center;
  margin-top: 2em;
  display: flex;
}

.section_product-info {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_product-info.white-bg {
  background-color: var(--white);
}

.product-info_wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.product-info_left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.product-tab-bttn {
  border: 1px solid var(--inactive);
  background-color: rgba(221, 221, 221, 0);
  border-radius: .63em;
  padding: .63em 1em;
  transition: all .2s;
}

.product-tab-bttn:hover {
  border-color: var(--safety-orange);
  color: var(--safety-orange);
}

.product-tab-bttn.w--current {
  border-color: var(--safety-orange);
  color: var(--safety-orange);
  background-color: rgba(221, 221, 221, 0);
}

.product-tab-menu {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  border-bottom: 1px solid var(--inactive);
  margin-bottom: 1.63em;
  padding-bottom: 1.63em;
  display: flex;
}

.product-tab_img {
  width: 33%;
}

.product-filter_block {
  color: var(--dark-rich-purple);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.product-filter_checkbox {
  border-color: var(--dark-rich-purple);
  width: .94em;
  height: .94em;
  margin-top: .35em;
  margin-left: -1.5em;
  transition: all .2s;
}

.product-filter_checkbox.w--redirected-checked {
  border-color: var(--safety-orange);
  background-color: var(--safety-orange);
  background-image: none;
}

.product-filter_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px var(--safety-orange);
}

.product-filter_checkbox-wrap {
  padding-left: 1.5em;
}

.hbattery-products_sub-brand, .nested-hide, .nested-brand-collection {
  display: none;
}

.product-filter_block-form {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.rangeslider_wrapper {
  align-items: center;
  width: 100%;
  display: block;
  position: relative;
}

.rangeslider_track {
  background-color: #ececec;
  border-radius: 999rem;
  width: 98%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.rangeslider_handle {
  z-index: 1;
  background-color: var(--safety-orange);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  position: absolute;
}

.rangeslider_handle:focus {
  background-color: var(--safety-orange);
}

.rangeslider_fill {
  background-color: var(--safety-orange);
  width: 20%;
  height: 100%;
  position: absolute;
}

.rangeslider_input {
  cursor: pointer;
  display: none;
}

.range_values {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: .5rem;
  display: flex;
}

.product-filter_arrow {
  width: 9em;
  height: 7.5em;
}

.range_values-txt-wrap {
  grid-column-gap: .19em;
  grid-row-gap: .19em;
  display: flex;
}

.range_values-txt-wrap.right {
  margin-right: -1.25em;
}

.pagination-product {
  justify-content: center;
  align-items: center;
  margin-top: 3em;
}

.graphtab_wrapper-top {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.graphtab_wrapper-top-content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 50%;
  margin-bottom: 4.38em;
  display: flex;
}

.section_graph-center {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_graph-center.white-bg {
  background-color: var(--white);
}

.graph-center_wrapper-top {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.graph-center_bottom {
  z-index: 1;
  background-color: var(--dark-rich-purple);
  border-radius: .63em;
  justify-content: space-between;
  align-items: stretch;
  height: 39.88em;
  display: flex;
  position: relative;
}

.graph-center_top-content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 50%;
  margin-bottom: 2.75em;
  display: flex;
}

.graph-center_bg-white {
  z-index: 0;
  background-color: var(--white);
  align-items: stretch;
  height: 5.25em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.graph-center_bg-white.white-bg {
  background-color: var(--white);
}

.section_partner-logos {
  background-color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_partner-logos.white-bg {
  background-color: var(--white);
}

.partner-logos_wrapper-top {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.partner-logos_wrapper-bottom {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.partner-logos_wrapper-top-content {
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 50%;
  margin-bottom: 3.13em;
  display: flex;
}

.partner-logos_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  justify-items: center;
  display: grid;
}

.partner-logos_grid-logo {
  max-height: 3.13em;
}

.section_header-txt-light-purple {
  z-index: 1;
  background-color: var(--thunder-purple);
  border-bottom-right-radius: 3.13em;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: -1.88em;
  padding-top: 1.88em;
  display: flex;
  position: relative;
  overflow: visible;
}

.section_header-txt-light-purple.purple-color {
  background-color: var(--dark-rich-purple);
}

.header-txt_content-light-purple {
  z-index: 10;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--white);
  text-align: center;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 70%;
  height: 100%;
  padding-top: 5em;
  padding-bottom: 5.63em;
  display: flex;
  position: relative;
}

.header-txt_content-light-purple.purple-color {
  color: var(--white);
}

.header-img-txt-light-purple_bg-asset {
  z-index: 0;
  object-fit: fill;
  width: 100%;
  position: absolute;
  top: -1.25em;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.three-grid_top-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.section_process-img-two {
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_process-img-two.white-bg {
  background-color: var(--white);
}

.section_process-img-two.is-contact {
  background-color: var(--white);
  padding-top: 5.55em;
}

.process-img_left-two {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  display: flex;
}

.process-img_left-two.is-contact {
  grid-column-gap: 4.16667em;
  grid-row-gap: 3.11111em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  align-items: start;
  justify-items: center;
  width: auto;
  padding-right: 5.38889em;
  display: grid;
}

.process-step-right-twp {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--white);
  border-radius: .63em;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  margin-top: .81em;
  margin-bottom: .81em;
  padding: 1.5em;
  display: flex;
}

.process-img-two_right {
  flex-flow: column;
  align-self: stretch;
  width: 46%;
  height: 100%;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 10em;
}

.process-img-two_right.is-contact {
  flex: none;
  max-width: 30.5em;
}

.process-img-two-list_wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: var(--dark-rich-purple);
  border-radius: .63em;
  flex-flow: column;
  align-self: flex-end;
  align-items: flex-start;
  width: 90%;
  margin-top: -8.13em;
  padding: 2.4em 5em 2.4em 2.4em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.process-img-two-list_wrapper.is-contact {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  width: 100%;
  margin-top: 0;
  padding-left: 2.22222em;
  padding-right: 1em;
}

.process-img-two_bg-wrap {
  z-index: 0;
  pointer-events: none;
  border-radius: .63em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.process-img-two_bg-gradient {
  z-index: -1;
  background-image: radial-gradient(circle closest-side, rgba(255, 107, 0, .8), rgba(255, 107, 0, 0) 92%);
  border-radius: 625em;
  width: 30em;
  height: 30em;
  position: absolute;
  top: -15em;
  bottom: auto;
  right: -15em;
}

.section_start-block {
  background-color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.start-block_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.start-block_left {
  z-index: 2;
  background-color: var(--dark-rich-purple);
  color: var(--white);
  border-radius: .63em;
  flex-flow: column;
  align-items: flex-start;
  width: 60%;
  padding: 4.38em;
  position: relative;
  overflow: hidden;
}

.start-block_left.border-left-corner {
  border-radius: 0 0 0 3.13em;
}

.product-page-rich-ondark {
  z-index: 1;
  color: var(--text-color-on-dark);
  width: 100%;
  position: relative;
}

.product-page-rich-ondark li {
  background-image: url('../images/check.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: .5em;
  padding-left: 1.5em;
}

.product-page-rich-ondark ul, .product-page-rich-ondark ol {
  padding-left: 0;
  list-style-type: none;
}

.product-page-rich-ondark h1 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 2.63em;
}

.product-page-rich-ondark h2 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
}

.product-page-rich-ondark h3, .product-page-rich-ondark h4, .product-page-rich-ondark h5 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 1.88em;
}

.product-page-rich-ondark h6 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 1.88em;
  font-weight: 400;
  line-height: 140%;
}

.product-page-rich-ondark p {
  color: var(--text-color-on-dark);
  margin-bottom: 1em;
}

.product-page-rich-ondark.text-color-p-onlight {
  z-index: 1;
  color: var(--text-color-on-dark);
  position: relative;
}

.start-block_bg-gradient {
  z-index: 0;
  background-image: radial-gradient(circle closest-side, rgba(255, 107, 0, .8), rgba(255, 107, 0, 0) 92%);
  border-radius: 625em;
  width: 30em;
  height: 30em;
  position: absolute;
  top: -15em;
  bottom: auto;
  right: -15em;
}

.start-block_left-content {
  z-index: 1;
  flex-flow: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.start-block_right {
  align-items: flex-end;
  width: 40%;
  display: flex;
}

.start-block_right-grey-bg {
  z-index: 0;
  background-color: var(--offwhite-lila);
  width: 200%;
  height: 28%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -50%;
  right: 0%;
}

.start-block_right-white-bg {
  z-index: 0;
  width: 100%;
  height: 72%;
  padding-top: 2.5em;
  padding-left: 2.5em;
}

.start-block_right-white-img {
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
}

.training-list_wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.training-list_wrapper.no-top-line {
  border-top-style: none;
}

.training_right {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-top: 2.5em;
  padding-bottom: 2.5em;
  display: flex;
}

.training_left {
  border-radius: .63em;
  width: 44%;
  position: relative;
  overflow: hidden;
}

.training_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.section_training {
  background-color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_training.white-bg {
  background-color: var(--white);
}

.training-list_item {
  border-top: 1px solid #e5e1e1;
  justify-content: space-between;
  align-items: center;
  padding-top: 2em;
  padding-bottom: 2em;
  display: flex;
}

.training-list-date {
  color: var(--safety-orange);
  font-size: 1.25em;
}

.section_embed {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_embed.white-bg {
  background-color: var(--white);
}

.embed_wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.embed-top {
  text-align: center;
  width: 70%;
  margin-bottom: 2.5em;
}

.section_vacatures-list {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_vacatures-list.white-bg {
  background-color: var(--white);
}

.vacatures-list_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.vacatures-list_left {
  width: 68%;
}

.vacatures-list_right {
  grid-column-gap: 2.38em;
  grid-row-gap: 2.38em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 28%;
  display: flex;
}

.vacature-list_item {
  border-radius: 1.25em;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.vacature-list_item-right {
  background-color: var(--white);
  flex: 1;
  padding: 1.25em 1.75em;
}

.vacature-list_img {
  object-fit: cover;
  width: 15.25em;
}

.vacature-list_item-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.vacature-list_meta-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--safety-orange);
  font-size: .88em;
  font-weight: 500;
  display: flex;
}

.vacature-list_asset {
  width: 5.63em;
  transform: rotate(90deg);
}

.vacature-list_content {
  z-index: 1;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 76%;
  display: flex;
  position: relative;
}

.txt-illustration-blue_gradient {
  z-index: 0;
  background-image: radial-gradient(circle closest-side, rgba(255, 107, 0, .8), rgba(255, 107, 0, 0) 92%);
  border-radius: 625em;
  width: 40em;
  height: 40em;
  position: absolute;
  top: -20em;
  left: -20em;
}

.section_mission {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_mission.white-bg {
  background-color: var(--white);
}

.mission_wrapper {
  grid-column-gap: 3.75em;
  grid-row-gap: 3.75em;
  background-color: var(--dark-rich-purple);
  color: var(--white);
  border-radius: .63em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 3.75em 4.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.mission-top {
  z-index: 1;
  text-align: center;
  width: 54%;
  position: relative;
}

.mission-img {
  z-index: 1;
  border-radius: .63em;
  position: relative;
}

.mission-asset-1 {
  width: 7.81em;
  position: absolute;
  top: 4.5em;
  bottom: auto;
  left: 3.75em;
  right: auto;
  transform: rotate(90deg);
}

.mission-asset-2 {
  width: 7.81em;
  position: absolute;
  top: 4.5em;
  bottom: auto;
  right: 3.75em;
  transform: rotate(-180deg);
}

.mission_bg-gradient {
  z-index: 0;
  background-image: radial-gradient(circle closest-side, rgba(255, 107, 0, .8), rgba(255, 107, 0, 0) 92%);
  border-radius: 625em;
  width: 40em;
  height: 40em;
  position: absolute;
  top: -20em;
  bottom: auto;
  right: -20em;
}

.section_core-values {
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_core-values.white-bg {
  background-color: var(--white);
}

.core-values_wrapper {
  z-index: 1;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.core-values_top {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 3.75em;
  display: flex;
}

.core-values_bot-wrap {
  grid-column-gap: 1.63em;
  grid-row-gap: 1.63em;
  flex-flow: wrap;
  justify-content: center;
  width: 100%;
  display: flex;
}

.core-values_item {
  cursor: pointer;
  position: relative;
}

.core-values_item-images {
  z-index: 0;
  position: relative;
}

.core-values_item-img {
  width: 18.75em;
  transform: rotate(90deg);
}

.core-values_item-img.rotate-1 {
  transform: rotate(90deg);
}

.core-values_item-img._2 {
  transform: rotate(180deg);
}

.core-values_item-img._3 {
  transform: rotate(0);
}

.core-values_item-img._4 {
  transform: rotate(-90deg);
}

.core-values_heading {
  color: var(--dark-rich-purple);
  font-size: 1.88em;
  line-height: 120%;
  position: absolute;
  top: auto;
  bottom: .4em;
  left: .5em;
  right: auto;
}

.core-values_heading._2 {
  left: auto;
  right: .5em;
}

.core-values_heading._3 {
  top: .4em;
  bottom: auto;
}

.core-values_heading._4 {
  top: .4em;
  bottom: auto;
  left: auto;
  right: .5em;
}

.core-values_item-img-2 {
  width: 18.75em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(0);
}

.core-values_item-img-2.rotate-1 {
  transform: rotate(90deg);
}

.core-values-txt {
  width: 50%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.core-values-txt._2 {
  text-align: right;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.core-values-txt._3 {
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.core-values-txt._4 {
  text-align: right;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.core-values_item-img-orange {
  width: 18.75em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(90deg);
}

.core-values_item-img-orange.rotate-1 {
  transform: rotate(90deg);
}

.core-values_item-img-orange._2 {
  transform: rotate(180deg);
}

.core-values_item-img-orange._3 {
  transform: rotate(0);
}

.core-values_item-img-orange._4 {
  transform: rotate(-90deg);
}

.section_office {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_office.white-bg {
  background-color: var(--white);
}

.office_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.office_item {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  width: 32.6%;
  display: flex;
}

.office_item.two {
  padding-top: 4.38em;
}

.office_item.three {
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 22.8em;
}

.office_image {
  object-fit: cover;
  border-radius: .63em;
  width: 100%;
  height: 20.06em;
}

.office_contact {
  z-index: 1;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 70%;
  padding-left: 1.56em;
  display: flex;
  position: relative;
}

.office_asset {
  object-fit: fill;
  object-position: 100% 50%;
  height: 18.75em;
  position: absolute;
  top: auto;
  bottom: 6.25em;
  left: auto;
  right: 0%;
}

.section_vacatures-txt {
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_vacatures-txt.white-bg {
  background-color: var(--white);
}

.vacatures-txt_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.vacatures-txt_left {
  width: 68%;
}

.vacatures-txt_right {
  grid-column-gap: 2.38em;
  grid-row-gap: 2.38em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 26%;
  padding-bottom: 8em;
  display: flex;
  position: relative;
}

.vacatures-txt_right-bottom {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.vacature-txt_asset {
  width: 9.38em;
  transform: rotate(90deg);
}

.vacatures-txt_contact {
  z-index: 1;
  background-color: var(--white);
  border-radius: .63em;
  width: 100%;
  padding: .5em;
  position: -webkit-sticky;
  position: sticky;
  top: 6.25em;
}

.text-rich-vacature {
  color: var(--text-color-on-light);
}

.text-rich-vacature h1 {
  color: var(--dark-rich-purple);
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.44em;
  font-weight: 600;
}

.text-rich-vacature h2, .text-rich-vacature h3, .text-rich-vacature h4 {
  color: var(--dark-rich-purple);
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.44em;
  font-weight: 600;
}

.text-rich-vacature h5, .text-rich-vacature h6 {
  color: var(--dark-rich-purple);
  margin-top: .5em;
  margin-bottom: .5em;
  font-size: 1.44em;
  font-weight: 600;
  line-height: 140%;
}

.text-rich-vacature p {
  margin-bottom: 2em;
}

.text-rich-vacature ul, .text-rich-vacature ol {
  margin-bottom: 2rem;
  padding-left: 2rem;
}

.text-rich-vacature a {
  color: var(--safety-orange);
  transition: all .2s;
}

.text-rich-vacature a:hover {
  color: var(--color);
}

.text-rich-vacature img {
  border-radius: .63em;
  width: 100%;
}

.text-rich-vacature blockquote {
  background-color: var(--white);
  color: var(--safety-orange);
  background-image: url('../images/quote-icon-2.svg'), url('../images/quote-icon.svg');
  background-position: 96% 84%, 4% 16%;
  background-repeat: no-repeat, no-repeat;
  background-size: 14px, 14px;
  border-left-style: none;
  border-radius: .63em;
  margin-top: 2em;
  margin-bottom: 2em;
  padding: 2em 3em;
  font-size: 1.38em;
  font-weight: 600;
  position: relative;
}

.text-rich-vacature strong {
  font-weight: 600;
}

.text-rich-vacature figcaption {
  opacity: .6;
  text-align: right;
  font-size: .88em;
  line-height: 110%;
}

.text-rich-vacature li {
  margin-bottom: .6em;
  padding-left: .63em;
}

.text-rich-vacature figure {
  border-radius: .63em;
  overflow: hidden;
}

.vacature-txt_bottom-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.vacatures-txt_contact-img {
  object-fit: cover;
  border-radius: .63em;
  width: 100%;
  height: 14em;
}

.vacature-txt_contact-bottom {
  color: var(--dark-rich-purple);
  flex-flow: column;
  align-items: flex-start;
  padding: 1.5em 1.5em 1em;
  display: flex;
}

.vacature-txt_contact-link {
  color: var(--safety-orange);
  font-size: .88em;
  font-weight: 500;
  transition: all .2s;
}

.vacature-txt_contact-link:hover {
  color: var(--dark-rich-purple);
}

.vacature-txt_contact-asset {
  width: 2.06em;
  position: absolute;
  top: 1.4em;
  bottom: auto;
  left: 1.4em;
  right: auto;
}

.vacature-txt_left-bottom {
  z-index: 1;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.81em;
  display: flex;
  position: relative;
}

.header-white-bg-block {
  z-index: -1;
  background-color: var(--white);
  width: 6.25em;
  height: 6.25em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.header-bg-white-block {
  z-index: 0;
  background-color: var(--white);
  width: 6.25em;
  height: 6.25em;
  position: absolute;
  top: -6em;
  bottom: auto;
  left: auto;
  right: 0%;
}

.img-accor_left-img {
  object-fit: cover;
  border-radius: .63em;
  width: 100%;
  height: 100%;
  max-height: 46em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.img-accor_left-img._1 {
  z-index: 10;
}

.img-accor_left-img._3 {
  z-index: 12;
  opacity: 0;
}

.img-accor_left-img._2 {
  z-index: 11;
  opacity: 0;
}

.img-accor_left-img._4 {
  z-index: 13;
  opacity: 0;
}

.header-img-abs {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.section_team {
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_team.white-bg {
  background-color: var(--white);
}

.team_grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 6.25em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75em;
  display: grid;
}

.team_grid-item {
  flex-flow: column;
  display: flex;
}

.team_grid-item-bg {
  position: relative;
}

.team_grid-item-img {
  object-fit: cover;
  border-radius: .63em;
  width: 100%;
  height: 23.06em;
}

.team_grid-txt {
  background-color: var(--safety-orange);
  color: var(--white);
  border-radius: .63em;
  justify-content: center;
  align-items: center;
  height: 1.88em;
  margin-bottom: -.94em;
  padding: .8em 1.56em 1em;
  font-size: .88em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.team_grid-item-content {
  padding-top: 2.13em;
  padding-right: 5em;
}

.vacature-txt_contact-wrap {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vacature-txt_contact-icon {
  color: var(--safety-orange);
  width: .94em;
  height: .94em;
  transition: all .2s;
  display: flex;
}

.vacature-txt_contact-icon:hover {
  color: var(--dark-rich-purple);
}

.vacature-txt_contact-icon-self {
  display: flex;
}

.section_faq-page {
  background-color: var(--offwhite-lila);
  align-items: stretch;
  display: flex;
  position: relative;
}

.faq-page_left {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 6.25em;
}

.faq-page_center {
  grid-column-gap: 3.13em;
  grid-row-gap: 3.13em;
  flex-flow: column;
  width: 52%;
  padding-top: 1.25em;
  display: flex;
}

.faq-page_right {
  z-index: 1;
  background-color: var(--white);
  border-radius: .63em;
  width: 16.88em;
  position: -webkit-sticky;
  position: sticky;
  top: 6.25em;
}

.nav-list_wrap-left {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.nav-list_wrap-left.two {
  width: 49%;
}

.nav-list_wrap-left-item {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .63em;
  justify-content: flex-start;
  width: 100%;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.nav-list_wrap-left-item:hover {
  transform: translate(8px);
}

.nav-list_item-img {
  object-fit: cover;
  width: 10em;
  height: 8em;
}

.nav-list_item-right {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 1.38em 1.5em;
  display: flex;
  position: relative;
}

.nav-list_item-right.two {
  padding-right: 1.5em;
}

.nav-list_item-heading {
  color: var(--white);
  margin-bottom: .38em;
  font-weight: 600;
}

.nav-list_item-asset {
  width: 1.5em;
  position: absolute;
  top: 1em;
  bottom: auto;
  left: auto;
  right: 1em;
}

.nav-list_wrap-right {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 48%;
  display: flex;
}

.nav-list_right-links-wrap {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 31%;
  display: flex;
}

.nav-list_right-links-wrap._1 {
  width: 34%;
}

.nav-list_right-links-heading {
  color: var(--white);
  margin-bottom: .38em;
  font-size: 1.13em;
  font-weight: 600;
}

.nav-list-wrap {
  background-color: var(--dark-rich-purple);
  border-bottom-right-radius: 3.13em;
}

.nav-dropdown-link {
  color: var(--text-color-on-dark);
}

.nav-list_wrap-right-top {
  justify-content: space-between;
  display: flex;
}

.nav-list_wrap-right-bottom {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-dropdown_asset {
  width: 4.88em;
  transform: rotate(90deg);
}

.nav-dropdown-abs-bg {
  z-index: 0;
  background-color: var(--dark-rich-purple);
  width: 6.25em;
  height: 6.25em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-list-small.w--open {
  z-index: -1;
  background-color: rgba(255, 255, 255, 0);
  padding-top: 20px;
  position: absolute;
  bottom: auto;
  left: 0;
  right: 0;
  box-shadow: 4px 70px 50px rgba(0, 0, 0, .08);
}

.nav-small-list_wrap {
  justify-content: space-between;
  padding-top: 2em;
  padding-bottom: 3.75em;
  display: flex;
}

.dropdown-menu {
  margin-left: .25em;
  margin-right: .25em;
}

.dropdown-normal-menu {
  min-width: 12em;
  padding-top: 1.2em;
}

.dropdown-normal-menu.w--open {
  background-color: rgba(27, 21, 56, 0);
  border-bottom-right-radius: .63em;
  border-bottom-left-radius: .63em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 12em;
  display: flex;
}

.dropdown-normal-menu.bigger.w--open {
  min-width: 24em;
}

.dropdown-normal-menu.medium.w--open {
  min-width: 16em;
  padding-top: 1.2em;
}

.dropdown-normal-menu-wrap {
  background-color: var(--dark-rich-purple);
  border-bottom-right-radius: .63em;
  border-bottom-left-radius: .63em;
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  padding: 2em 2em 2.5em 2.5em;
  display: flex;
}

.accor-heading {
  white-space: pre-wrap;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 140%;
}

.accor-heading.text-color-dark-purple {
  color: var(--dark-rich-purple);
}

.section_header-app {
  z-index: 3;
  background-color: var(--dark-rich-purple);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  margin-top: -1.88em;
  padding-top: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.header-app_left {
  z-index: 2;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 60%;
  height: 100%;
  padding: 8em 6em 0 6.25em;
  display: flex;
  position: relative;
}

.header-app_left.homepage {
  padding-top: 10em;
  padding-right: 3em;
}

.header-app_right {
  z-index: 2;
  border-bottom-left-radius: 3.13em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  position: relative;
  overflow: hidden;
}

.header-app-button-wrap {
  z-index: 10;
  position: absolute;
  top: auto;
  bottom: 0;
  left: auto;
  right: 2.5em;
}

.header-app_bg-asset {
  z-index: -3;
  width: 100%;
  padding-top: 1.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-app_bg-asset.homepage {
  top: 0;
}

.header-app_bg-asset-2 {
  z-index: -1;
  width: 100%;
  padding-top: 1.5em;
  padding-left: 2.5em;
  padding-right: 2.5em;
  position: absolute;
  top: 0;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.header-app_bg-asset-2.homepage {
  top: 0;
}

.header-app_gradient-orange {
  z-index: -2;
  background-image: radial-gradient(circle closest-side, rgba(255, 107, 0, .8), rgba(255, 107, 0, 0) 92%);
  border-radius: 625em;
  width: 40em;
  height: 40em;
  position: absolute;
  top: -20em;
  right: -20em;
}

.header-app_bg-wrap {
  z-index: -1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.product-page-rich-ondark-header {
  z-index: 1;
  color: var(--text-color-on-dark);
  width: 100%;
  font-size: 1.13em;
  position: relative;
}

.product-page-rich-ondark-header li {
  background-image: url('../images/check.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: .5em;
  padding-left: 1.5em;
}

.product-page-rich-ondark-header ul, .product-page-rich-ondark-header ol {
  padding-left: 0;
  list-style-type: none;
}

.product-page-rich-ondark-header h1 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 2.63em;
}

.product-page-rich-ondark-header h2 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
}

.product-page-rich-ondark-header h3, .product-page-rich-ondark-header h4, .product-page-rich-ondark-header h5 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 1.88em;
}

.product-page-rich-ondark-header h6 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 1.88em;
  font-weight: 400;
  line-height: 140%;
}

.product-page-rich-ondark-header p {
  color: var(--text-color-on-dark);
  margin-bottom: 1em;
}

.product-page-rich-ondark-header.text-color-p-onlight {
  z-index: 1;
  color: var(--text-color-on-dark);
  position: relative;
}

.section_epex {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_epex.white-bg {
  background-color: var(--white);
}

.epex_wrapper {
  z-index: 1;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .63em;
  justify-content: space-between;
  align-items: center;
  padding: 3.13em;
  display: flex;
  position: relative;
}

.epex_left {
  justify-content: center;
  align-items: stretch;
  width: 53%;
  display: flex;
  position: relative;
}

.epex_right {
  width: 40%;
}

.epex_bottom-wrapper {
  z-index: 1;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  color: var(--white);
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 1.25em;
  display: flex;
  position: relative;
}

.epex-bottom_item {
  background-color: var(--dark-rich-purple);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .63em;
  width: 50%;
  padding: 1.25em 1.88em;
}

.purple-bg-abs_app {
  z-index: 0;
  background-color: var(--thunder-purple);
  height: 6.25em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_features {
  background-color: var(--thunder-purple);
}

.features-wrapper {
  color: var(--white);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.features_left {
  width: 68%;
}

.features_left-grid {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3.75em;
  display: grid;
}

.features_left-grid-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: var(--dark-rich-purple);
  cursor: pointer;
  border-radius: .63em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  padding: 1.5em;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.features_left-grid-item:hover {
  transform: scale(1.05);
}

.features_left-grid-item.last {
  background-color: rgba(27, 21, 56, 0);
  border: 1px dashed #1b1538;
  justify-content: center;
  align-items: center;
}

.features_left-grid-item-icon {
  height: 2.5em;
}

.features_grid-item-head {
  color: var(--white);
  text-align: center;
  font-size: 1.44em;
}

.features_grid-item-head.text-color-purple {
  color: var(--dark-rich-purple);
}

.features_grid-plus {
  color: var(--safety-orange);
  width: 1em;
  height: 1em;
  display: flex;
  position: absolute;
  top: .88em;
  right: .88em;
}

.features_right {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-end;
  width: 30%;
  display: flex;
  position: relative;
}

.features_download-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  color: var(--dark-rich-purple);
  border-radius: .63em;
  flex-flow: column;
  align-items: flex-start;
  width: 82%;
  padding: 2em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -4%;
  left: auto;
  right: 10%;
}

.features_download-head {
  color: var(--dark-rich-purple);
  font-size: 1.13em;
}

.features_download-down-img {
  height: 2.88em;
}

.features_download-arrow-asset {
  width: 1.88em;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.graphtab_top-wrapper {
  color: var(--white);
  text-align: center;
  flex-flow: column;
  align-items: center;
  margin-bottom: 3.75em;
  display: flex;
}

.section_txt-icon-img-app {
  align-items: stretch;
  display: flex;
  position: relative;
  overflow: hidden;
}

.txt-icon-img-app_wrapper {
  z-index: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 3em;
  display: flex;
  position: relative;
}

.txt-icon-img-app_left {
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  padding-bottom: 9em;
  display: flex;
}

.txt-icon-img-app_right {
  border-radius: .63em;
  width: 44%;
  position: relative;
}

.txt-icon-img-app_right.border-left-corner {
  background-image: none;
  border-radius: 0 0 0 3.13em;
  position: relative;
}

.txt-icon-img-app_right-img {
  object-fit: cover;
  border-bottom-left-radius: 3.13em;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.txt-icon-img-app_right-content {
  z-index: 1;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--white);
  color: var(--dark-rich-purple);
  border-radius: .63em;
  flex-flow: column;
  align-items: flex-start;
  width: 20.31em;
  padding: 2em 2.38em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -3em;
  left: auto;
  right: 1.88em;
}

.txt-icon-img-app_right-price {
  color: var(--safety-orange);
  font-size: 2.63em;
  font-weight: 600;
  line-height: 100%;
}

.txt-icon-img-app_right-price-info {
  color: var(--text-color-on-light);
  font-size: 16px;
  font-weight: 400;
}

.purple-bg-abs_app-two {
  z-index: 0;
  background-color: var(--thunder-purple);
  height: 6.8em;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section_app-home {
  z-index: 3;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: visible;
}

.app-home_wrap {
  background-color: var(--dark-rich-purple);
  border-radius: .63em;
  padding-bottom: 6.25em;
  display: flex;
  overflow: hidden;
}

.about-home-illu {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.about-home-illu._1 {
  z-index: -4;
}

.about-home-illu._2 {
  z-index: -3;
}

.about-home-illu._3 {
  z-index: -2;
}

.about-home-illu._4 {
  z-index: -1;
}

.about-home-illu-icon {
  width: 2.1em;
  height: 2.1em;
  position: absolute;
}

.about-home-illu-icon._2 {
  top: auto;
  bottom: 0%;
  left: -3px;
  right: auto;
}

.about-home-illu-icon._1 {
  left: -3px;
}

.rekentool_form-icon {
  width: .94em;
  height: .94em;
}

.rekentool_form-estimated-head {
  color: var(--dark-rich-purple);
  font-size: 1.88em;
  font-weight: 400;
  line-height: 140%;
}

.rekentool_form-input-estimate {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  align-items: center;
  width: 100%;
  display: flex;
}

.rekentool_form-input-estimate-link {
  color: var(--text-color-on-light);
  flex: none;
  margin-top: .13em;
  margin-left: .63em;
  text-decoration: underline;
  transition: all .2s;
}

.rekentool_form-input-estimate-link:hover {
  transform: scale(1.02);
}

.form-tool_checkbox-two-wrap {
  border: 1px solid var(--inactive);
  border-radius: .63em;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding-top: .7em;
  padding-bottom: .7em;
  padding-left: 1em;
  transition: all .2s;
  display: flex;
  position: relative;
}

.form-tool_checkbox-two-wrap:hover, .form-tool_checkbox-two-wrap:focus {
  border-color: var(--safety-orange);
}

.form-tool_checkbox-two-box {
  border-color: var(--inactive);
  border-radius: .13em;
  width: .75em;
  height: .75em;
  margin-top: 0;
  margin-left: 0;
  margin-right: .63em;
}

.form-tool_checkbox-two-box.w--redirected-checked {
  border-color: var(--safety-orange);
  background-color: var(--safety-orange);
}

.rekentool_form-place-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.rekentool_form-link-icon {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--safety-orange);
  align-items: center;
  text-decoration: underline;
  transition: all .2s;
  display: flex;
}

.rekentool_form-link-icon:hover {
  transform: scale(1.02);
}

.rekentool_form-link-icon-self {
  width: 16px;
  height: 1em;
}

.form-tool_checkbox-wrap-rich {
  flex-flow: column;
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1em 1em 1em 2.63em;
  display: flex;
  position: relative;
}

.form-tool_checkbox-wrap-rich._2 {

}

.form-page-rich {
  z-index: 0;
  color: var(--text-color-on-light);
  width: 100%;
  position: relative;
}

.form-page-rich li {
  background-image: url('../images/check.svg');
  background-position: 0 7px;
  background-repeat: no-repeat;
  background-size: 16px;
  margin-bottom: .2em;
  padding-left: 1.5em;
  font-size: .88em;
}

.form-page-rich ul, .form-page-rich ol {
  padding-left: 0;
  list-style-type: none;
}

.form-page-rich h1 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 2.63em;
}

.form-page-rich h2 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
}

.form-page-rich h3 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 1em;
}

.form-page-rich h4, .form-page-rich h5 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 1.88em;
}

.form-page-rich h6 {
  color: var(--dark-rich-purple);
  margin-bottom: .4em;
  font-size: 1.88em;
  font-weight: 400;
  line-height: 140%;
}

.form-page-rich p {
  margin-bottom: .4em;
  font-size: .88em;
}

.form-page-rich.text-color-p-onlight {
  z-index: 1;
  color: var(--text-color-on-dark);
  position: relative;
}

.form-tool_checkbox-wrap-rich-txt {
  z-index: 0;
  color: var(--dark-rich-purple);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  font-weight: 400;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-tool_checkbox-wrap-rich-txt.left {
  justify-content: flex-start;
  align-items: center;
  padding-left: 1em;
}

.form-tool_checkbox-click {
  z-index: 1;
  border-color: var(--inactive);
  cursor: pointer;
  border-radius: .63em;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form-tool_checkbox-click:hover {
  border-color: var(--safety-orange);
  background-color: rgba(255, 107, 0, .3);
}

.form-tool_checkbox-click.w--redirected-checked {
  border-width: 1px;
  border-color: var(--safety-orange);
  background-color: rgba(255, 107, 0, .3);
  background-image: none;
  margin-top: 0;
  margin-left: 0;
}

.form-tool_checkbox-click.w--redirected-focus {
  border-color: var(--safety-orange);
  box-shadow: none;
  background-color: rgba(255, 107, 0, .3);
}

.checkbox-field_thuisbatterj {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1em;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.rekentool_form-output-wrap {
  border: 1px solid var(--inactive);
  text-align: center;
  border-radius: .63em;
  width: 100%;
  padding: 1em;
}

.rekentool_form-output-price {
  color: var(--color);
  font-size: 2.5em;
  font-weight: 600;
}

.rekentool_form-output-txt {
  color: var(--dark-rich-purple);
  font-size: 1.13em;
}

.form-arrows-asset-bg {
  z-index: 0;
  opacity: 1;
  width: 100%;
  height: 100%;
}

.form-arrows-asset-bg_wrap {
  z-index: 0;
  width: 100%;
  padding-left: 1em;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.form-arrows-asset-gradient {
  z-index: 0;
  background-image: linear-gradient(180deg, rgba(27, 21, 56, 0), var(--dark-rich-purple));
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.rekentool_gradient-orange {
  z-index: 1;
  background-image: radial-gradient(circle closest-side, rgba(255, 107, 0, .8), rgba(255, 107, 0, 0) 92%);
  border-radius: 625em;
  width: 40em;
  height: 40em;
  position: absolute;
  top: -20em;
  right: -20em;
}

.installationday-timeline_item {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.installationday-timeline_item-top {
  border: 1px solid var(--inactive);
  text-align: center;
  border-radius: .63em;
  padding: 1em;
}

.installationday-timeline_item-p {
  color: var(--dark-rich-purple);
  font-size: .88em;
}

.installationday-timeline_item-line {
  text-align: center;
  background-image: linear-gradient(0deg, #c1c0c8 66%, rgba(193, 192, 200, 0) 91%);
  width: .06em;
  height: 2.5em;
}

.installationday-timeline_item-circle {
  border: .06em solid var(--inactive);
  background-color: var(--white);
  color: var(--safety-orange);
  border-radius: 6.25em;
  justify-content: center;
  align-items: center;
  width: 2.38em;
  height: 2.38em;
  font-size: 1.13em;
  font-weight: 600;
  line-height: 100%;
  display: flex;
}

.installationday-timeline_line-bottom {
  z-index: -1;
  background-image: linear-gradient(90deg, rgba(193, 192, 200, 0), #c1c0c8 8%, #c1c0c8 92%, rgba(193, 192, 200, 0));
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 1.19em;
}

.news-header_breadcrumbs {
  z-index: 11;
  width: 100%;
  position: absolute;
  top: 2.88em;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.news-header_breadcrumbs-wrapper {
  z-index: 12;
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.section_news-breadcrumbs-link-active {
  color: var(--safety-orange);
  font-weight: 600;
  transition: all .2s;
}

.section_news-breadcrumbs-link-active:hover {
  color: var(--safety-orange);
}

.news-header_writer-meta {
  display: flex;
}

.news-header_writer-spacing {
  opacity: .5;
  width: .4em;
  height: .4em;
  margin-top: .2em;
  margin-left: .5em;
  margin-right: .5em;
  display: flex;
}

.section_news-breadcrumbs-link-2 {
  color: #fff;
  font-weight: 600;
  transition: all .2s;
}

.section_news-breadcrumbs-link-2:hover {
  color: #ff6b00;
}

.footer-bottom_arrow-icon-heading-2 {
  color: #a4a1af;
  width: auto;
  max-width: 1em;
  height: .7em;
  margin-top: .1em;
  display: flex;
}

.section_news-breadcrumbs-link-active-2 {
  color: #ff6b00;
  font-weight: 600;
  transition: all .2s;
}

.section_news-breadcrumbs-link-active-2:hover {
  color: #ff6b00;
}

.section_news-breadcrumbs-link-active-copy {
  color: var(--safety-orange);
  font-weight: 600;
  transition: all .2s;
}

.section_news-breadcrumbs-link-active-copy:hover {
  color: var(--safety-orange);
}

.products-breadcrumbs-link {
  color: var(--dark-rich-purple);
  font-weight: 400;
  transition: all .2s;
}

.products-breadcrumbs-link:hover {
  color: var(--safety-orange);
}

.products-breadcrumbs-icon {
  color: var(--safety-orange);
  width: auto;
  max-width: 1em;
  height: .7em;
  margin-top: .1em;
  display: flex;
}

.products-breadcrumbs-wrapper {
  z-index: 12;
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
  top: 1.63em;
}

.vacatures-breadcrumbs-wrapper {
  z-index: 12;
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.vacatures-breadcrumbs-link {
  color: var(--safety-orange);
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

.vacatures-breadcrumbs-link:hover {
  color: var(--safety-orange);
}

.vacatures-breadcrumbs-link-active {
  color: var(--dark-rich-purple);
  font-weight: 400;
  transition: all .2s;
}

.vacatures-breadcrumbs-link-active:hover {
  color: var(--safety-orange);
}

.vacatures-breadcrumbs-link-active.w--current {
  color: var(--text-color-on-dark);
}

.section_results {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.results-wrapper {
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 5.5em;
  padding-left: 5em;
  display: flex;
}

.results_intro-p {
  color: var(--text-color-on-dark);
  font-size: 1.13em;
}

.results-wrapper_left {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  flex-flow: column;
  width: 56%;
  display: flex;
}

.results_accor-wrap {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .63em;
  flex-direction: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.results_accor-wrap.no-top-line {
  border-top-style: none;
}

.results_accor-item {
  z-index: 0;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .63em;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.results_accor-item.last-one {
  border-bottom-style: none;
}

.results_accor-toggle {
  z-index: 2;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  background-color: var(--dark-rich-purple);
  border-radius: .63em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 2em 1.5em;
  display: flex;
  position: relative;
}

.results_accor-content-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: var(--text-color-on-dark);
  border-bottom: 1px solid rgba(255, 255, 255, .3);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: .63em;
  padding-bottom: .63em;
  font-size: 1.13em;
  display: flex;
}

.results_accor-change-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .31em;
  justify-content: flex-end;
  align-items: center;
  padding: .4em .5em .5em;
  line-height: 100%;
  display: flex;
  position: relative;
}

.results_accor-change-icon {
  z-index: 1;
  width: .8em;
  position: absolute;
  bottom: auto;
  left: auto;
  right: .5em;
}

.results_accor-dropdown-wrap {
  background-color: rgba(0, 0, 0, 0);
  flex-flow: column;
  display: flex;
  position: static;
  overflow: hidden;
}

.results_accor-dropdown-wrap.last-one {
  border-bottom: 1px #000;
}

.results_summary-wrap {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .63em;
  padding: 2em 1.5em;
}

.results_summary-heading-wrap {
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.results_summary-heading-bttn {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  opacity: .5;
  color: var(--white);
  align-items: center;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
  display: flex;
}

.results_summary-heading-bttn:hover {
  opacity: 1;
  transform: translate(5px);
}

.results_summary-dropdown-wrap {
  z-index: 2;
  grid-column-gap: .94em;
  grid-row-gap: .94em;
  justify-content: flex-start;
  align-items: center;
  margin-top: .5em;
  display: flex;
  position: relative;
}

.results_summary-dropdown {
  margin-left: 0;
}

.results_summary-dropdown-toggle {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.results_summary-dropdown-list.w--open {
  z-index: 1;
  background-color: var(--dark-rich-purple);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .31em;
}

.results_summary-dropdown-link {
  color: var(--white);
  transition: all .2s;
}

.results_summary-dropdown-link:hover {
  color: var(--safety-orange);
}

.fs_rangeslider-1_message {
  color: var(--accessible-components--dark-grey);
}

.fs_rangeslider-1_input {
  display: none;
}

.fs_rangeslider-1_fill {
  background-color: var(--color);
  opacity: .6;
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs_rangeslider-1_handle-text {
  text-align: center;
  margin-bottom: -2.25rem;
  margin-left: -.4rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fs_rangeslider-1_handle {
  z-index: 2;
  background-color: var(--white);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fs_rangeslider-1_handle:focus-visible {
  background-color: var(--safety-orange);
  outline-color: var(--safety-orange);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.fs_rangeslider-1_handle[data-wf-focus-visible] {
  background-color: var(--safety-orange);
  outline-color: var(--safety-orange);
  outline-offset: 2px;
  outline-width: 1px;
  outline-style: solid;
}

.fs_rangeslider-1_track {
  background-color: var(--text-color-on-light);
  width: 92%;
  height: .25em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs_rangeslider-1_wrapper {
  align-items: center;
  width: 100%;
  padding-top: 1em;
  padding-bottom: 1em;
  display: block;
  position: relative;
}

.fs_rangeslider-1_embed {
  margin-bottom: 0;
}

.fs_rangeslider-1_component {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.results_summary-slider-wrap {
  z-index: 0;
  margin-top: 3em;
  margin-bottom: 0;
  position: relative;
}

.fs_rangeslider_sum {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--text-color-on-dark);
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-top: 1.25em;
  display: flex;
}

.fs_rangeslider_sum-active {
  color: var(--color);
}

.fs_rangeslider-1_handle-stuck {
  z-index: 1;
  background-color: var(--color);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  left: 64.5%;
  transform: translate(-50%, -50%);
}

.fs_rangeslider-1_handle-stuck:focus-visible {
  background-color: var(--accessible-components--dodger-blue);
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_rangeslider-1_handle-stuck[data-wf-focus-visible] {
  background-color: var(--accessible-components--dodger-blue);
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_rangeslider-1_fill-stuck {
  background-color: var(--color);
  width: 65%;
  height: 100%;
  position: absolute;
}

.fs_rangeslider-1_handle-txt {
  background-color: var(--color);
  text-align: center;
  border-radius: .63em;
  width: 6.25em;
  padding-top: .19em;
  padding-bottom: .31em;
  position: absolute;
  bottom: 2.1em;
  left: -2.5em;
}

.results_uitkomst-block {
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .63em;
  flex-direction: column;
  width: 100%;
  padding: 2em 1.5em 1em;
  display: flex;
}

.results_uitkomst-block.no-top-line {
  border-top-style: none;
}

.results_uitkomst-block.problem {
  padding-top: 1.8em;
  padding-bottom: 2em;
}

.results_uitkomst-wrap {
  border-top: 1px solid rgba(255, 255, 255, .3);
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
}

.results_uitkomst-wrap-left {
  grid-column-gap: .6em;
  grid-row-gap: .6em;
  color: var(--text-color-on-dark);
  justify-content: flex-start;
  align-items: center;
  font-weight: 600;
  display: flex;
}

.results_uitkomst-wrap-right {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  color: var(--white);
  justify-content: flex-end;
  align-items: flex-end;
  font-weight: 400;
  display: flex;
}

.results_uitkomst-right-p {
  color: var(--text-color-on-dark);
  font-size: 1em;
  line-height: 110%;
}

.results_uitkomst-right-p-big {
  font-size: 1.88em;
  font-weight: 400;
}

.results-wrapper_right {
  width: 42%;
  height: 35.5em;
  margin-top: 5.6em;
  position: relative;
}

.results-wrapper_img-wrap-one {
  opacity: 0;
  height: 100%;
  display: flex;
}

.results-wrapper_img-illu {
  z-index: 0;
  width: 100%;
  position: relative;
}

.results-wrapper_img-tooltip {
  cursor: pointer;
  background-color: rgba(243, 243, 245, .2);
  border-radius: 6.25em;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
  position: absolute;
}

.results-wrapper_img-tooltip._1 {
  z-index: 1;
  position: absolute;
  bottom: 30%;
  left: 63%;
}

.results-wrapper_img-tooltip._2 {
  z-index: 3;
  top: 35%;
  left: 44%;
}

.results-wrapper_img-tooltip.white-1 {
  z-index: 1;
  position: absolute;
  bottom: 36%;
  left: 25%;
}

.results-wrapper_img-tooltip.white-2 {
  z-index: 1;
  top: 22%;
  left: 41%;
}

.results-wrapper_img-tooltip._3 {
  z-index: 2;
  top: 20%;
  left: 42%;
}

.results-wrapper_img-tooltip._4 {
  z-index: 4;
  top: 61%;
  left: 36%;
}

.results-wrapper_img-tooltip._5 {
  z-index: 4;
  top: 64%;
  left: 15%;
}

.results-wrapper_img-tooltip.white-3 {
  z-index: 1;
  top: 47%;
  left: 50%;
}

.results-wrapper_img-tooltip.white-1 {
  z-index: 1;
  top: 73%;
  left: 39%;
}

.results-wrapper_img-tooltip-inner {
  background-color: var(--color);
  border-radius: 6.25em;
  justify-content: center;
  align-items: center;
  width: 1.38em;
  height: 1.38em;
  display: flex;
}

.results-wrapper_img-tooltip-inner.white-bg {
  background-color: var(--white);
}

.results-wrapper_img-tooltip-icon {
  height: .8em;
}

.results-wrapper_tooltip-wrap-one {
  height: 39.81em;
  position: absolute;
}

.results-wrapper_img-tooltip-hover {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: var(--white);
  text-align: center;
  border-radius: .31em;
  flex-flow: column;
  padding: .4em .7em .6em;
  font-size: .88em;
  line-height: 120%;
  display: flex;
  position: absolute;
  top: -180%;
}

.results-wrapper_img-tooltip-txt {
  white-space: nowrap;
  font-size: .8em;
}

.rekentool_slider {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  border: 1px solid var(--text-color-on-dark);
  background-color: var(--dark-rich-purple);
  color: var(--white);
  border-radius: .63em;
  justify-content: flex-start;
  align-items: center;
  padding: 1em;
  font-size: .8em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 5em;
}

.results-wrapper_img-wrap-two {
  opacity: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.results-products_wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.results-products_item-left {
  width: 33%;
}

.results-products_item-left-img {
  border-top-left-radius: .63em;
  border-top-right-radius: .63em;
  height: 18.13em;
  position: relative;
  overflow: hidden;
}

.results-products_item-left-bottom {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  color: var(--white);
  border: 1px solid rgba(255, 255, 255, .3);
  border-top-style: none;
  border-bottom-right-radius: .63em;
  border-bottom-left-radius: .63em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 2.5em;
  display: flex;
}

.results-products_center-wrap {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  color: var(--white);
  flex-flow: column;
  width: 33%;
  display: flex;
}

.results-products_center-item {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.results-products_item-small-img {
  border-radius: .63em;
  width: 8.13em;
  position: relative;
  overflow: hidden;
}

.results-products_item-small-content {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  color: var(--white);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-left: 1.38em;
  display: flex;
}

.results-products_item-small-heading {
  font-size: 1.13em;
}

.brands-overview_item-img-copy {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.results-products_right-wrap {
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  color: var(--offwhite-lila);
  flex-flow: column;
  width: 25%;
  display: flex;
}

.results-products_center-bttm-wrap {
  grid-column-gap: .88em;
  grid-row-gap: .88em;
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.results-products_center-bttm-img {
  width: 4.88em;
  transform: rotate(-90deg);
}

.section_process-img-three {
  background-color: var(--thunder-purple);
  color: var(--white);
  align-items: stretch;
  display: flex;
  position: relative;
}

.section_process-img-three.white-bg {
  background-color: var(--white);
}

.process-step-left_gradient-purple {
  z-index: 10;
  background-image: linear-gradient(180deg, var(--thunder-purple), rgba(243, 243, 245, 0));
  width: 100%;
  height: 2em;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -4%;
  right: 0%;
}

.process-step-left_gradient-purple.bottom {
  top: auto;
  bottom: 0%;
  left: -4%;
  right: 0%;
  transform: rotate(180deg);
}

.process-img-three_slider {
  background-color: rgba(221, 221, 221, 0);
  border-bottom-left-radius: 3.13em;
  height: 33.13em;
}

.process-img-three {
  object-fit: cover;
  border-bottom-left-radius: 3.13em;
  width: 100%;
  height: 100%;
}

.process-img-three.border-left {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3.13em;
  height: 39.88em;
}

.slide-nav {
  display: none;
}

.process-img-two-arrow-slider {
  background-color: var(--safety-orange);
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  width: 46px;
  height: 46px;
  transition: all .2s;
  display: flex;
  top: auto;
  bottom: 30px;
  left: 30px;
  right: auto;
}

.process-img-two-arrow-slider:hover {
  transform: scale(1.1);
}

.process-img-two-arrow-slider.right {
  left: 88px;
}

.process-img-two-arrow {
  width: 18px;
  height: 18px;
  display: flex;
}

.process-img-two-arrow.right {
  transform: rotate(180deg);
}

.proces-img-three-links {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-top: 2.5em;
  display: flex;
}

.proces-img-three-link {
  border: 1px solid var(--inactive);
  color: var(--text-color-on-light);
  border-radius: .63em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .7em 1.38em;
  transition: all .2s;
  display: flex;
  transform: translate(0);
}

.proces-img-three-link:hover {
  background-color: var(--dark-rich-purple);
  transform: translate(4px);
}

.proces-img-three-link.center {
  color: #545166;
  justify-content: center;
  align-items: center;
}

.section_advice {
  border-bottom-right-radius: 3.13em;
  position: relative;
  overflow: hidden;
}

.advice-wrapper {
  z-index: 1;
  padding-top: 6em;
  padding-bottom: 20em;
  position: relative;
}

.section_advice_bg-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.advice-bg-wrapper {
  z-index: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.advice-wrapper-left {
  width: 32%;
}

.section_advice_bg-gradient {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--dark-rich-purple), rgba(27, 21, 56, 0));
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.advice-wrap-stars {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--text-color-on-dark);
  justify-content: flex-start;
  align-items: center;
  margin-top: .81em;
  display: flex;
}

.advice-wrap-stars-link {
  color: var(--text-color-on-dark);
  font-size: .88em;
  text-decoration: underline;
}

.advice-wrap-stars-img {
  width: 4.31em;
}

.section_advice_bg-gradient-orange {
  z-index: 2;
  background-image: radial-gradient(circle farthest-side at 0 0, rgba(255, 107, 0, .7), rgba(27, 21, 56, 0) 45%);
  width: 70%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.advice-embed {
  z-index: 1;
  border-radius: .63em;
  justify-content: center;
  align-items: center;
  min-height: 35em;
  margin-top: -16.25em;
  padding: 2.5em;
  display: block;
  position: relative;
}

.section_advice-embed {
  position: relative;
}

.footer-results_wrapper {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.88em;
  padding-bottom: 1.88em;
  display: flex;
}

.footer-results-p {
  color: var(--text-color-on-dark);
  text-align: center;
  width: 40%;
  font-size: .75em;
}

.footer-results-a {
  color: var(--text-color-on-dark);
  transition: all .2s;
}

.footer-results-a:hover {
  color: var(--white);
}

.footer-results-up {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-results-up-icon {
  color: var(--safety-orange);
  width: .8em;
  height: .8em;
  display: flex;
}

.section_fixed-results-nav {
  z-index: 100;
  background-color: var(--thunder-purple);
  border-top-left-radius: 3.13em;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 5em;
  padding-left: 1.88em;
  padding-right: 1.88em;
  display: flex;
  position: fixed;
  bottom: 0;
}

.fixed-results-nav_left {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fixed-results-nav_left-img {
  object-fit: contain;
  border-radius: 6.25em;
  width: 3.25em;
  height: 3.25em;
}

.fixed-results-nav_left-p {
  font-size: .88em;
  font-weight: 600;
}

.fixed-results-nav_right {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: var(--white);
  border-bottom: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  align-items: center;
  padding-top: .19em;
  padding-bottom: .19em;
  transition: all .2s;
  display: flex;
}

.fixed-results-nav_right:hover {
  color: var(--safety-orange);
}

.section-pop-up-endresults-1 {
  z-index: 2000;
  background-color: rgba(27, 21, 56, .9);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-pop-up-endresults-1.app-page {
  z-index: 2000;
  display: flex;
}

.pop-up_content {
  background-color: var(--dark-rich-purple);
  border: 1px solid rgba(255, 255, 255, .3);
  border-radius: .63em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 80%;
  min-height: 80vh;
  margin-left: auto;
  margin-right: auto;
  padding: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pop-up_content.rekentool {
  background-color: var(--white);
  color: var(--dark-rich-purple);
  flex-flow: column;
  max-width: 62.5em;
  padding-top: 3.25em;
  padding-bottom: 4em;
}

.pop-up-p-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 60%;
  margin-top: .5em;
  display: flex;
}

.pop-up_leganda-wrap {
  color: var(--dark-rich-purple);
  border-radius: .63em;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.pop-up_leganda-wrap.app-page {
  background-color: var(--thunder-purple);
  color: var(--white);
}

.pop-up_leganda-one {
  flex-flow: column;
  width: 44%;
  display: flex;
}

.pop-up-cross {
  cursor: pointer;
  width: 1.31em;
  transition: all .2s;
  position: absolute;
  top: 1.25em;
  bottom: auto;
  left: auto;
  right: 1.25em;
}

.pop-up-cross:hover {
  transform: scale(1.1);
}

.pop-up-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  opacity: .5;
  color: var(--white);
  align-items: center;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
  display: flex;
}

.pop-up-link:hover {
  opacity: 1;
  transform: translate(5px);
}

.summary-slider-aanb {
  z-index: 1;
  background-color: var(--color);
  border-radius: 999rem;
  flex: none;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 1.06em;
  left: 65.5%;
  transform: translate(-50%, -50%);
}

.summary-slider-aanb:focus-visible {
  background-color: var(--accessible-components--dodger-blue);
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.summary-slider-aanb[data-wf-focus-visible] {
  background-color: var(--accessible-components--dodger-blue);
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.summary-slider-aanb-line {
  background-color: var(--color);
  width: 65%;
  height: 100%;
  position: absolute;
}

.fs_rangeslider-1_message-2 {
  color: var(--accessible-components--dark-grey);
}

.fs_rangeslider-1_input-2 {
  display: none;
}

.fs_rangeslider-1_fill-2 {
  background-color: var(--color);
  width: 20%;
  height: 100%;
  position: absolute;
}

.fs_rangeslider-1_handle-text-2 {
  text-align: center;
  margin-bottom: -2.25rem;
  margin-left: -.4rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.fs_rangeslider-1_handle-2 {
  z-index: 1;
  background-color: var(--color);
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  width: 1.5em;
  height: 1.5em;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
}

.fs_rangeslider-1_handle-2:focus-visible {
  background-color: var(--accessible-components--dodger-blue);
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_rangeslider-1_handle-2[data-wf-focus-visible] {
  background-color: var(--accessible-components--dodger-blue);
  outline-color: var(--accessible-components--dark-grey);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.fs_rangeslider-1_track-2 {
  background-color: #f5f5f5;
  width: 100%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.fs_rangeslider-1_wrapper-2 {
  align-items: center;
  width: 100%;
  padding: 1em;
  display: block;
  position: relative;
}

.fs_rangeslider-1_embed-2 {
  margin-bottom: 0;
}

.fs_rangeslider-1_component-2 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.epex-anim_table-wrap {
  flex-flow: column;
  align-self: center;
  width: 13.75em;
  height: 16.1em;
  margin-top: 1.8em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.epex-anim_table-border {
  width: 13.75em;
  height: 13.75em;
}

.epex-anim_table-waves {
  z-index: -1;
  max-width: none;
  height: 13.75em;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.epex-anim_center-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 8.81em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.epex-anim_wrap-line-top, .epex-anim_wrap-line-bottom {
  background-color: var(--text-color-on-light);
  width: 100%;
  height: .25em;
  margin-top: .75em;
  margin-bottom: .75em;
  position: relative;
}

.epex-anim_wrap-line-overlay-1, .epex-anim_wrap-line-overlay-2 {
  z-index: 1;
  background-image: linear-gradient(90deg, rgba(37, 217, 22, 0), var(--color) 12%, var(--color) 88%, rgba(37, 217, 22, 0));
  width: 100%;
  height: 100%;
  position: absolute;
}

.epex-anim_wrap-line-icon {
  z-index: 2;
  background-color: var(--color);
  border-radius: 6.25em;
  justify-content: center;
  align-items: center;
  width: 1.38em;
  height: 1.38em;
  display: flex;
  position: absolute;
  top: -.62em;
  bottom: auto;
  left: 14%;
  right: auto;
}

.epex-anim_wrap-line-svg {
  color: var(--dark-rich-purple);
  width: .7em;
  height: .7em;
  display: flex;
}

.epex-anim_wrap-line-txt {
  z-index: 7;
  color: var(--color);
  white-space: nowrap;
  width: 3.3em;
  position: absolute;
  top: -1.6em;
}

.epex-anim_wrap-line-icon-2 {
  z-index: 2;
  background-color: var(--color);
  border-radius: 6.25em;
  justify-content: center;
  align-items: center;
  width: 1.38em;
  height: 1.38em;
  display: flex;
  position: absolute;
  top: -.62em;
  bottom: auto;
  right: 14%;
}

.epex-anim_wrap-line-txt-2 {
  color: var(--color);
  white-space: nowrap;
  width: 3.3em;
  position: absolute;
  bottom: -1.6em;
}

.epex-anim_wrap-line-svg-2 {
  color: var(--dark-rich-purple);
  width: .7em;
  height: .7em;
  display: flex;
  transform: rotate(180deg);
}

.epex-anim_battery {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.epex-anim_battery-img {
  object-fit: contain;
  height: 100%;
  max-height: 100%;
}

.epex-anim_battery-img._1 {
  z-index: 0;
  position: relative;
}

.epex-anim_battery-img._2, .epex-anim_battery-img._3 {
  z-index: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.epex-anim_battery-img._4 {
  z-index: 1;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.epex-left-arrow-top {
  width: 16.25em;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: -1.25em;
  right: 0%;
}

.epex-left-arrow-bottom {
  width: 16.25em;
  max-width: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: -1.2em;
  right: 0%;
}

.nav-col-list {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.battery_graph-wrapper {
  grid-column-gap: .9em;
  grid-row-gap: .9em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.battery_graph-lines {
  z-index: 0;
  width: 100%;
  max-width: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.battery_graph-numbers {
  width: 51.38em;
  max-width: none;
}

.battery_graph-top-wrap {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 48.13em;
  height: 15.38em;
  padding-top: 1.88em;
  padding-bottom: 1.88em;
  padding-left: .1em;
  display: flex;
  position: relative;
}

.battery_graph-line-1 {
  z-index: 1;
  background-image: linear-gradient(270deg, var(--dark-rich-purple), #494460);
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 38%;
  height: 26%;
  padding-right: .88em;
  display: flex;
  position: relative;
}

.battery_graph-line-2, .battery_graph-line-3 {
  height: 20%;
}

.battery_graph-line-three {
  z-index: 1;
  background-image: linear-gradient(270deg, var(--dark-rich-purple), var(--color));
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 94%;
  height: 26%;
  padding-right: .88em;
  display: flex;
  position: relative;
}

.battery_graph-line-two {
  z-index: 1;
  background-image: linear-gradient(270deg, var(--dark-rich-purple), #494460);
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  width: 44%;
  height: 26%;
  padding-right: .88em;
  display: flex;
  position: relative;
}

.consumptie_wrap-bottom {
  z-index: 1;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 34%;
  height: 32%;
  margin-top: 6.25em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.features-pop-up {
  z-index: 2000;
  background-color: rgba(27, 21, 56, .9);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.features-pop-up_wrap {
  background-color: var(--white);
  border-radius: .63em;
  justify-content: space-between;
  align-items: stretch;
  width: 80%;
  max-width: 67.88em;
  padding: 4.38em;
  display: flex;
  position: relative;
}

.features-pop-up_left {
  color: var(--dark-rich-purple);
  flex: 1;
  width: 50%;
  height: 19.38em;
  padding-right: 1em;
  overflow: hidden;
}

.features-pop-up_left-img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
}

.features_grid-x {
  color: var(--safety-orange);
  cursor: pointer;
  width: 1.5em;
  height: 1.5em;
  transition: all .2s;
  display: flex;
  position: absolute;
  top: 1em;
  right: 1em;
  transform: rotate(45deg);
}

.features_grid-x:hover {
  transform: scale(1.05)rotate(45deg);
}

.form-succes-wrap {
  border: 1px solid var(--safety-orange);
  background-color: rgba(221, 221, 221, 0);
  border-radius: .63em;
  margin-top: 1.5em;
}

.form-succes-wrap.white-txt {
  color: var(--white);
}

.error-message {
  color: var(--dark-rich-purple);
  background-color: rgba(255, 107, 0, .5);
  border-radius: .63em;
}

.header-form_icon {
  z-index: 1;
  color: rgba(27, 21, 56, 0);
  object-fit: cover;
  width: 2.38em;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
  transform: rotate(180deg);
}

.header-form_icon.news-highlight {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  width: 1.7em;
  height: 1.7em;
  display: flex;
  top: 1.63em;
  right: 1.63em;
}

.news-form_icon {
  z-index: 4;
  color: rgba(27, 21, 56, 0);
  object-fit: cover;
  width: 2.38em;
  position: absolute;
  top: 1.5em;
  bottom: auto;
  left: auto;
  right: 1.5em;
}

.news-form_icon.news-highlight {
  z-index: 3;
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  width: 1.7em;
  height: 1.7em;
  display: flex;
  top: 1.63em;
  right: 1.63em;
}

.process-img-three_slider-mask {
  border-bottom-left-radius: 3.13em;
}

.consumptie_button-wrap {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 3.75em;
  left: 3.75em;
}

.consumptie-button-orange {
  z-index: 1;
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  background-color: var(--safety-orange);
  transform: scale3d(1none, 1none, 1none);
  color: var(--white);
  text-align: center;
  cursor: pointer;
  transform-style: preserve-3d;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: .5em 1.25em .7em;
  font-size: 1.13em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
  display: flex;
  position: relative;
}

.consumptie-button-orange:hover {
  background-color: #ee6400;
  transform: scale(1.02);
}

.consumptie-button-orange.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
}

.consumptie-button-orange.is-small {
  padding: .5rem 1.25rem;
}

.consumptie-button-orange.is-large {
  padding: 1rem 2rem;
}

.consumptie-button-orange.is-secondary {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #000;
  border-bottom-width: .125rem;
}

.consumptie-button-orange.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.consumptie-button_text {
  color: var(--white);
  font-weight: 600;
  text-decoration: none;
}

.consumptie-button_text.is-secundary {
  color: #000;
}

.consumptie-button_text.is-text {
  color: #000;
  text-decoration: underline;
}

.consumptie_graph-wrapper {
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.consumptie_graph-img-1, .consumptie_graph-img-2 {
  object-fit: contain;
  object-position: 100% 50%;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.consumptie_slider-graph {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.63em;
  display: flex;
}

.consumptie_slider-graph.illu {
  z-index: 1;
  position: relative;
}

.consumptie_slider-graph.graph {
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: auto;
}

.consumptie_slider-illu {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.63em;
  display: flex;
}

.consumptie_slider-illu.illu {
  z-index: 1;
  position: relative;
}

.consumptie_slider-illu.graph {
  position: absolute;
  top: auto;
  bottom: 15%;
  left: 0%;
  right: auto;
}

.consumptie-slider-wrap {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.f-form-radio-wrapper-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #031616;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.f-radio-butn-field-1 {
  background-color: var(--safety-orange);
  border-radius: .63em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: .5em 1.25em .7em;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-radio-butn-field-1:hover {
  background-color: #ee6400;
  transform: scale(1.02);
}

.f-radio-butn-1 {
  border-style: none;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: .5em 1.25em .7em;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-radio-butn-1:hover {
  background-color: #ee6400;
}

.f-radio-butn-1.w--redirected-checked {
  border-style: none;
  width: 100%;
  height: 100%;
}

.f-radio-butn-label-1 {
  z-index: 2;
  color: var(--white);
  font-size: 1.13em;
  font-weight: 600;
}

.f-radio-butn-link {
  border-style: none;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: .1em;
  transition: all .2s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.f-radio-butn-link.w--redirected-checked {
  border-style: none;
  width: 100%;
  height: 100%;
}

.f-radio-butn-field-link {
  background-color: rgba(255, 107, 0, 0);
  border-radius: 0;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: 1.5em;
  padding: 0;
  transition: all .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.f-radio-butn-field-link:hover {
  transform: scale(1.02);
}

.f-radio-butn-label-link {
  z-index: 2;
  color: var(--text-color-on-light);
  font-size: 1em;
  font-weight: 400;
  text-decoration: underline;
  transition: all .2s;
}

.f-radio-butn-label-link:hover {
  transform: scale(1.02);
}

.section-pop-up-1 {
  z-index: 2000;
  background-color: rgba(27, 21, 56, .9);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-pop-up-1.app-page {
  z-index: 2000;
  display: flex;
}

.pop-up-cross-rekentool-1 {
  cursor: pointer;
  width: 1.31em;
  transition: all .2s;
  position: absolute;
  top: 1.25em;
  bottom: auto;
  left: auto;
  right: 1.25em;
}

.pop-up-cross-rekentool-1:hover {
  transform: scale(1.1);
}

.section-pop-up-2 {
  z-index: 2000;
  background-color: rgba(27, 21, 56, .9);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-pop-up-2.app-page {
  z-index: 2000;
  display: flex;
}

.section-pop-up-3 {
  z-index: 2000;
  background-color: rgba(27, 21, 56, .9);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-pop-up-3.app-page {
  z-index: 2000;
  display: flex;
}

.results_summary-heading-icon {
  color: var(--white);
  width: 1.25em;
  height: 1.25em;
  display: flex;
}

.rekentool-results-link {
  color: var(--safety-orange);
  text-decoration: underline;
}

.epex-anim_table-power {
  grid-column-gap: .31em;
  grid-row-gap: .31em;
  color: var(--text-color-on-dark);
  justify-content: center;
  align-items: center;
  height: 1.5em;
  margin-top: .75em;
  display: flex;
}

.epex-anim_table-power-icon {
  width: 1.38em;
}

.navbar-extra_cont {
  width: 100%;
}

.navbar-extra-dropdown {
  grid-column-gap: .3em;
  grid-row-gap: .3em;
  justify-content: center;
  align-items: center;
  display: none;
}

.hbattery-products_filter-dropdown {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1em;
  display: none;
}

.hbattery-products_filter-dropdopwn-heading {
  color: var(--dark-rich-purple);
}

.fixed-results-nav_left-wrap {
  grid-column-gap: .63em;
  grid-row-gap: .63em;
  justify-content: center;
  align-items: center;
  display: flex;
}

.epex-anim_center-gradient-top, .epex-anim_center-gradient-bottom {
  display: none;
}

.features-pop-up_right {
  color: var(--dark-rich-purple);
  border-bottom-left-radius: 3.13em;
  width: 50%;
  height: 19.38em;
  overflow: hidden;
}

.features_right-img {
  height: 37.5em;
}

.news-h1 {
  font-size: 2.6em;
}

.results-wrapper_img-tooltip-txt-number {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  color: var(--dark-rich-purple);
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1em;
  font-weight: 400;
  display: flex;
}

.results-wrapper_img-tooltip-txt-numb-big {
  font-size: 1.2em;
  font-weight: 400;
  line-height: 100%;
}

.results-wrapper_img-tooltip-txt-numb-sub {
  color: var(--text-color-on-dark);
  font-size: .9em;
  line-height: 110%;
}

.resultults-wrapper-right-gradient {
  display: none;
}

.text-block-2 {
  display: inline;
}

.fs_rangeslider_sum-txt {
  width: 4em;
}

.accordion-content-wrapper-form {
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.accordion-wrapper-form-wrap {
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.results_accor-change-wrap-input {
  color: var(--white);
  text-align: right;
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  width: 6em;
  height: 1.6em;
  margin-bottom: 0;
  padding: .13em 1.7em .13em .25em;
  font-size: 1em;
}

.results_accor-change-wrap-input::placeholder {
  color: var(--text-color-on-dark);
  font-size: 1em;
}

.results_accor-change-wrap-input.is-bigger {
  width: 9em;
}

.results_accor-change-wrap-input.dropdown {
  color: var(--text-color-on-dark);
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.section-pop-up-terugverdientijd {
  z-index: 2000;
  background-color: rgba(27, 21, 56, .9);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-pop-up-terugverdientijd.app-page {
  z-index: 2000;
  display: flex;
}

.section-pop-up-endresults-2 {
  z-index: 2000;
  background-color: rgba(27, 21, 56, .9);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-pop-up-endresults-2.app-page {
  z-index: 2000;
  display: flex;
}

.pop-up-cross-endresults {
  cursor: pointer;
  width: 1.31em;
  transition: all .2s;
  position: absolute;
  top: 1.25em;
  bottom: auto;
  left: auto;
  right: 1.25em;
}

.pop-up-cross-endresults:hover {
  transform: scale(1.1);
}

.section-pop-up-endresults-3 {
  z-index: 2000;
  background-color: rgba(27, 21, 56, .9);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-pop-up-endresults-3.app-page {
  z-index: 2000;
  display: flex;
}

.section-pop-up-endresults-4 {
  z-index: 2000;
  background-color: rgba(27, 21, 56, .9);
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-pop-up-endresults-4.app-page {
  z-index: 2000;
  display: flex;
}

.pop-up-cross-endresults-2 {
  cursor: pointer;
  width: 1.31em;
  transition: all .2s;
  position: absolute;
  top: 1.25em;
  bottom: auto;
  left: auto;
  right: 1.25em;
}

.pop-up-cross-endresults-2:hover {
  transform: scale(1.1);
}

.pop-up-cross-endresults-3 {
  cursor: pointer;
  width: 1.31em;
  transition: all .2s;
  position: absolute;
  top: 1.25em;
  bottom: auto;
  left: auto;
  right: 1.25em;
}

.pop-up-cross-endresults-3:hover {
  transform: scale(1.1);
}

.pop-up-p-wrap-full {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.navbar-extra_wrap-items {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.hubspot-iframe-container {
  height: 800px;
  display: block;
}

.hubspot-iframe {
  border-width: 0;
  width: 100%;
  height: 100%;
  padding: 0;
  overflow: scroll;
}

._404_gradient-orange {
  z-index: 1;
  background-image: radial-gradient(circle closest-side, rgba(255, 107, 0, .8), rgba(255, 107, 0, 0) 92%);
  border-radius: 625em;
  width: 100em;
  height: 100em;
  position: absolute;
  top: -50em;
  right: -50em;
}

.results_accor-content {
  z-index: 1;
  grid-column-gap: 1.25em;
  grid-row-gap: 1.25em;
  border: 1px #000;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 1em 1.5em 2em;
  display: flex;
  position: relative;
}

.accordion-item-with-img {
  border-bottom: 1px solid #e5e1e1;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.accordion-item-with-img.last-one, .accordion-item-with-img._3.last-one {
  border-bottom-style: none;
}

.bedrijven_form-input-txt {
  color: var(--text-color-on-light);
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 400;
  line-height: 120%;
}

.bedrijven_form-input-txt.checks {
  margin-bottom: 0;
  font-size: .9em;
  font-style: italic;
}

.bedrijven_form-input-txt.is-hidden {
  display: none;
}

.bedrijven_form-input-txt-checkbox {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: var(--text-color-on-light);
  justify-content: flex-start;
  align-items: center;
  margin-bottom: .38em;
  font-size: 1em;
  font-weight: 400;
  line-height: 120%;
  display: flex;
}

.embed-form-wrap {
  width: 70%;
}

.section_cms-reviews {
  background-color: var(--offwhite-lila);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_cms-reviews.purple {
  background-color: var(--thunder-purple);
}

.header-embed_form {
  background-color: rgba(0, 0, 0, 0);
  border-radius: .555556em;
  width: 53em;
  max-width: 100%;
  margin-bottom: -4em;
  margin-left: auto;
  margin-right: auto;
}

.div-block-3 {
  margin-bottom: .444444em;
}

.contactform-heading {
  width: 77%;
  margin-top: .4em;
  font-size: 2.63em;
  font-weight: 400;
  line-height: 140%;
  position: absolute;
}

.contactform_left {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  max-width: 29.3889em;
  display: flex;
  position: relative;
}

.contactform_left.has-max-width {
  max-width: 29.3889em;
}

.process-img-two-list_button-block {
  grid-column-gap: .833333em;
  grid-row-gap: .833333em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.process-img-two-list_title-block {
  grid-column-gap: .611111em;
  grid-row-gap: .611111em;
  flex-flow: column;
  width: 100%;
  max-width: 22.5556em;
  display: flex;
}

.contact-grid-icon {
  color: var(--color);
  height: 1.33em;
}

.contact-grid-item {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-grid-item.img-item {
  justify-content: flex-end;
  align-items: flex-end;
  padding-left: 2.8em;
}

.contact-grid_heading-wrap {
  grid-column-gap: .777778em;
  grid-row-gap: .777778em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-pop-up {
  z-index: 2000;
  background-color: rgba(27, 21, 56, .9);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.product-pop-up.is-visible {
  display: flex;
}

.product-pop-up_right {
  color: var(--dark-rich-purple);
  width: 50%;
  overflow: hidden;
}

.hubspot-embed-form {
  position: relative;
}

.contactform_right {
  background-color: var(--white);
  border-radius: .555556em;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  width: auto;
  padding: 2.4em;
  display: flex;
  position: relative;
}

.hubspot-contact-form {
  width: 25.7em;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3em;
  }

  h2 {
    font-size: 2.4em;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-large {
    padding-bottom: 2.4em;
  }

  .padding-bottom.footer-padding-grey {
    padding-bottom: 3.2em;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 3em;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide_4-col {
    grid-template-columns: 1fr;
  }

  .padding-section-large {
    padding-top: 5em;
    padding-bottom: 5em;
  }

  .padding-section-large.half-bottom-pad {
    padding-bottom: 2.5em;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr;
  }

  .heading-style-h2 {
    font-size: 2.4em;
  }

  .container-large {
    width: 92%;
  }

  .button-orange {
    padding-left: 1em;
    padding-right: 1em;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .button_text {
    white-space: nowrap;
  }

  .container-menu {
    width: 100%;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .third-level-icon {
    border: 1px solid #cbdde8;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 10%;
    display: flex;
  }

  .megamenu_toggle {
    color: #fff;
    justify-content: space-between;
    padding: 1.5em 4%;
  }

  .megamenu_toggle:hover {
    background-color: var(--thunder-purple);
  }

  .megamenu_toggle.sub-nav {
    background-color: rgba(255, 107, 0, 0);
  }

  .megamenu_toggle.sub-nav.w--open {
    justify-content: center;
    padding-top: 0;
    padding-bottom: .6em;
  }

  .megamenu_toggle.sub-nav.w--open:hover {
    background-color: rgba(58, 50, 85, 0);
  }

  .single-menu_wrapper.w--open {
    border-radius: 0;
  }

  .first-level_link-bg {
    display: none;
  }

  .first-level_link {
    width: 90%;
  }

  .first-level_link._100 {
    width: 100%;
  }

  .megamenu_extern-container {
    width: 100%;
    min-width: 100%;
  }

  .first-level_menu4 {
    grid-column-gap: .3rem;
    display: flex;
  }

  .megamenu_blue-bg {
    display: none;
  }

  .navbar-menu_wrapper {
    z-index: 1000;
    background-color: var(--dark-rich-purple);
    color: #fff;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
    position: absolute;
    overflow: visible;
  }

  .megamenu_content {
    height: auto;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .megamenu_list-wrapper.w--open {
    position: static;
  }

  .first-level_active-icon {
    display: none;
  }

  .navbar-menu_line-bottom {
    background-color: var(--safety-orange);
    width: 23px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar-menu_icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 2.5rem;
    padding: 0;
    display: flex;
  }

  .navbar_cta {
    display: none;
  }

  .navbar-menu_line-middle {
    background-color: var(--safety-orange);
    justify-content: center;
    align-items: center;
    width: 23px;
    height: 1px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .megamenu_contact-wrapper {
    display: none;
  }

  .megamenu_first-level {
    width: 100%;
    min-width: 100%;
  }

  .navbar_cta-wrapper {
    justify-content: flex-start;
    padding-top: 1rem;
    padding-bottom: 1rem;
    padding-left: 2.3rem;
  }

  .first-level_menu5, .first-level_menu2, .first-level_menu7 {
    grid-column-gap: .3rem;
    display: flex;
  }

  .navbar-menu_line-top {
    background-color: var(--safety-orange);
    width: 23px;
    height: 1px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .first-level_menu6 {
    grid-column-gap: .3rem;
    display: flex;
  }

  .megamenu_second-level {
    width: 50%;
    min-width: 50%;
  }

  .second-level_collection-list {
    width: 100%;
    min-width: 100%;
  }

  .first-level_menu3 {
    grid-column-gap: .3rem;
    display: flex;
  }

  .megamenu_item {
    width: 100%;
  }

  .first-level_menu1 {
    grid-column-gap: .3rem;
    display: flex;
  }

  .language-switch_text {
    color: #fff;
  }

  .navbar-menu_button {
    grid-row-gap: .3rem;
    border: 1px solid var(--safety-orange);
    background-color: #fff;
    border-radius: 8px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0;
  }

  .navbar-menu_button.w--open {
    background-color: #fff;
  }

  .navbar_wrapper {
    border-bottom-left-radius: 0;
    height: 5em;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .second-level_menu1 {
    display: block;
  }

  .header-home_bg-gradient.orange {
    height: 40%;
  }

  .nav-containr {
    flex-wrap: wrap;
  }

  .button-inner-panther {
    display: none;
  }

  .nav-column {
    width: 100%;
    padding: 10px 16px;
    display: flex;
  }

  .column-cta-panther {
    display: none;
  }

  .navigation-panther {
    padding-left: 3%;
    padding-right: 3%;
  }

  .navigation-button-wrap {
    align-items: center;
    display: flex;
  }

  .menu-button-panther {
    color: #79cabe;
    background-color: rgba(121, 202, 190, .1);
    border-radius: 15px;
    margin-left: 14px;
  }

  .menu-button-panther:hover {
    color: #fff;
    background-color: #79cabe;
  }

  .menu-button-panther.w--open {
    color: #fff;
    background-color: #79cabe;
    border-style: none;
    border-radius: 10px;
  }

  .content-wrap-panther {
    margin-bottom: 0;
  }

  .menu-subtext {
    max-width: 40ch;
  }

  .nav-link-panther {
    width: 100%;
  }

  .dropdown-megamenu {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-megamenu.sub-nav {
    width: auto;
    overflow: visible;
  }

  .chevron-panther {
    margin-right: 20px;
  }

  .toggle-panther {
    width: 100%;
    padding-left: 16px;
  }

  .toggle-panther.w--open {
    width: 100%;
  }

  .nav-menu-panther {
    background-color: #fff;
    height: auto;
    position: absolute;
    top: 80px;
  }

  .navigation-menu-panther {
    align-items: center;
    display: flex;
  }

  .nav-list_wrap {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: column;
    padding-top: .5em;
    padding-bottom: 2em;
  }

  .nav-title-panther {
    margin-bottom: 6px;
    font-size: 15px;
    font-weight: 500;
  }

  .asset-panther {
    width: 122px;
    height: 122px;
    margin-bottom: 0;
    margin-right: 20px;
  }

  .button-panther {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .brand {
    margin-right: 10px;
    padding: 0;
  }

  .container-panther {
    position: relative;
  }

  .nav-list.w--open {
    z-index: 5;
    box-shadow: none;
    padding-top: 0;
    position: static;
    top: auto;
  }

  .navbar-menu_divider {
    display: none;
  }

  .header-home_wrapper {
    grid-column-gap: 4.4em;
    grid-row-gap: 4.4em;
    flex-flow: column;
    margin-left: auto;
    margin-right: auto;
  }

  .header-home_left {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    width: 80%;
    padding-top: 0;
  }

  .header_form {
    width: 100%;
    padding: 2em;
    box-shadow: 0 0 20px rgba(0, 0, 0, .15);
  }

  .header_form.is-footer {
    margin-top: 0;
  }

  .about-home_wrapper {
    flex-flow: column;
  }

  .about-home_left {
    background-image: none;
    order: 1;
    width: 70%;
    height: 44em;
    margin-left: auto;
    margin-right: auto;
  }

  .about-home_right {
    width: 100%;
    height: auto;
    padding-top: 5em;
    padding-bottom: 0;
    padding-right: 0;
  }

  .about-home-content-wrap, .about-home-link-wrap {
    width: 100%;
  }

  .why_wrapper {
    flex-flow: column;
  }

  .why_item {
    width: 100%;
  }

  .img-accor_wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: column;
  }

  .img-accor_right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-accor_left {
    width: 100%;
    height: 16em;
  }

  .paragraph-large {
    font-size: 1.25rem;
  }

  .card_arrow {
    z-index: 3;
    opacity: .5;
    color: #fff;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 1em;
    left: auto;
    right: 1em;
  }

  .swiper-wrapper.reviews-page {
    grid-template-columns: 1fr;
  }

  .partners-home_coll-wrap {
    flex-flow: wrap;
  }

  .partners-home_coll-image {
    object-fit: contain;
  }

  .news-home_wrapper {
    flex-flow: column;
  }

  .news-home_featured {
    width: 100%;
    margin-bottom: 2em;
  }

  .news-home_right {
    width: 100%;
    padding-bottom: 0;
  }

  .news-home_bottom-wrap {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .news-home_regular-item {
    padding: 1.63em;
  }

  .footer_top-wrapper {
    flex-flow: column;
    padding-bottom: 3em;
  }

  .footer_top-left {
    width: 100%;
    padding-top: 5em;
    padding-bottom: 3em;
    padding-right: 0;
  }

  .footer-top_icon-img {
    z-index: 0;
    width: 5em;
    bottom: 4.2em;
    right: 2%;
  }

  .footer_bottom-wrapper {
    flex-flow: column;
  }

  .footer_bottom-left {
    width: 100%;
    padding-bottom: 3.62em;
    padding-right: 0;
  }

  .footer_bottom-navlink {
    min-height: 1.8rem;
    font-size: 1rem;
  }

  .footer_bottom-right-container {
    order: -1;
    width: 100%;
    padding-top: 0;
  }

  .footer_bottom-right {
    width: 100%;
    padding-top: 1.25em;
  }

  .footer_bottom-right_info {
    width: 100%;
  }

  .navbar-extra_wrap {
    z-index: 0;
    border-bottom-right-radius: 3.13em;
    flex-flow: column;
    height: auto;
    min-height: 100dvh;
    max-height: 100dvh;
    display: none;
    position: absolute;
    top: 5.5em;
    left: 0;
  }

  .navbar-extra_wrap.is-purple {
    background-color: var(--thunder-purple);
  }

  .section_header-imgtxt {
    flex-flow: column;
  }

  .header-img-txt_left {
    width: 100%;
    height: 16.88em;
    margin-top: -1.88em;
  }

  .header-img-txt_right {
    width: 100%;
    padding: 3.6em 3em 5em;
  }

  .header-img-txt_bg-placeholder {
    display: none;
  }

  .homebattery-about_left {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .homebattery-about_right {
    width: 48%;
  }

  .hbattery-brochure_wrapper {
    flex-flow: column;
    padding-left: 3.13em;
    padding-right: 3.13em;
  }

  .hbattery-brochure_left {
    width: 50%;
    margin-bottom: 1.25em;
  }

  .hbattery-brochure_left-img {
    width: 98%;
  }

  .hbattery-brochure_right {
    width: 100%;
    padding-left: 0;
  }

  .hbattery-brochure_form {
    width: 100%;
  }

  .three-grid_wrapper {
    grid-row-gap: 1.88em;
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .three-grid-item {
    width: 46%;
  }

  .three-grid-item.last-one {
    order: 1;
    margin-left: auto;
    margin-right: auto;
  }

  .hbattery-products_top-left {
    width: 70%;
  }

  .hbattery-products_top-left.product-page-wrap {
    text-align: center;
    width: 100%;
  }

  .hbattery-products_top-img {
    width: 11.25rem;
  }

  .hbattery-products_bottom-left {
    width: 69%;
  }

  .hbattery-products_item {
    width: 100%;
  }

  .hbattery-products_item-img {
    height: 15em;
  }

  .hbattery-products_content {
    padding: 1.88em;
  }

  .hbattery-products_bottom-right {
    width: 27%;
  }

  .faq_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .faq-left {
    align-self: flex-end;
    width: 65%;
  }

  .faq_left-contact {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
    height: auto;
  }

  .faq-right {
    order: -1;
    width: 100%;
    padding-top: 0;
  }

  .faq_right-heading {
    margin-bottom: 2em;
  }

  .fs_accordion-1_header:hover {
    transform: translate(0);
  }

  .header-txt_content {
    width: 80%;
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .info-imgtxt_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .info-imgtxt_left-img {
    width: 100%;
  }

  .info-imgtxt_right-txt {
    order: -1;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .info-imgtxt-imgself {
    height: 25em;
    min-height: 25em;
  }

  .info-imgtxt-imgself.border-left {
    height: 25em;
  }

  .info-imgtxt_bg-placeholder {
    display: none;
  }

  .two-grid-item {
    width: 47%;
  }

  .two-grid-item.img-item {
    display: none;
  }

  .header-txt_content-purple {
    width: 92%;
    padding-top: 3.6em;
    padding-bottom: 5em;
  }

  .header-txt_content-purple.news-detail-page {
    padding-top: 5.2em;
  }

  .header-img-txt-purple_bg-asset {
    height: 4.38em;
  }

  .section-padding_extra {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .txt-icon-img_wrapper {
    flex-flow: column;
  }

  .txt-icon-img_left {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .txt-icon-img_icon-wrap {
    margin-top: 1.25em;
  }

  .info-txtimg_wrapper {
    flex-flow: column;
  }

  .info-txtimg-imgself {
    height: 25em;
    min-height: 25em;
  }

  .info-txtimg_left-txt {
    width: 100%;
    padding-top: 0;
    padding-bottom: 3em;
  }

  .info-txtimg_right-img {
    width: 100%;
    padding-bottom: 5em;
  }

  .six-grid_wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 2em;
    justify-content: space-between;
  }

  .section_arrow-asset {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .news-highlighted_right {
    width: 100%;
  }

  .news-highlighted_form-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .news-highlighted_form-input-wrap {
    margin-bottom: 1em;
  }

  .news-highlighted_top {
    margin-bottom: 2em;
  }

  .filter-options_items {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: wrap;
  }

  .news-overview_grid-col {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .news-overview_item {
    width: 100%;
  }

  .rekentool_nav {
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .rekentool_wrapper {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    min-height: auto;
    padding-top: 1.56em;
    padding-bottom: 2em;
  }

  .rekentool_right {
    width: 100%;
  }

  .rekentool_illustration {
    height: 30em;
  }

  .f-steps-wrap.is--7, .f-error-message {
    width: 100%;
  }

  .f-form-steps-item.is---2 {
    order: 1;
    width: 100%;
  }

  .f-form-steps-item.is---7 {
    width: 100%;
  }

  .f-container {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .f-container-2.is--form-7 {
    padding-right: 3rem;
  }

  .f-form-img-wrap {
    display: none;
  }

  .header-img-button-wrap {
    position: relative;
    bottom: 0;
  }

  .consumptie_wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding: 2.5em;
  }

  .consumptie_wrapper-txt, .consumptie_wrapper-img {
    width: 100%;
  }

  .section_header-txtimg {
    flex-flow: column;
  }

  .header-txt-img_right {
    border-bottom-right-radius: 3.13em;
    border-bottom-left-radius: 0;
    order: -1;
    width: 100%;
    height: 16.88em;
  }

  .header-txt-img_left {
    width: 100%;
    padding: 3.6em 2em 5em;
  }

  .header-txt-img_bg-arrows {
    right: 0%;
  }

  .header-txt_bg-arrows {
    opacity: .8;
  }

  .homebattery-about_img {
    object-fit: cover;
    object-position: 50% 50%;
  }

  .homebattery-about_right-gradient._2 {
    width: 3em;
  }

  .txt-illustration-blue_wrapper {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: column;
    padding: 3.13em;
  }

  .txt-illustration-blue_left, .txt-illustration-blue_right {
    width: 100%;
  }

  .txt-illustration-blue_image {
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .graph-txt_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
  }

  .graph-txt_left {
    width: 100%;
    height: 25em;
  }

  .graph-txt_right {
    order: -1;
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .graph-grid_wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
    padding: 2em;
  }

  .graph-grid_gradient-orange {
    opacity: .7;
  }

  .graph-grid_item {
    width: 100%;
  }

  .graph-grid_item-img-wrap {
    margin-bottom: .75em;
  }

  .txt-graphtab_right, .txt-graphtab_left {
    width: 100%;
  }

  .graphtab_wrapper {
    flex-flow: column;
  }

  .graphtab_tab {
    width: 100%;
  }

  .graphtab_tab-wrap {
    padding: 2em;
  }

  .graphtab_legenda {
    width: 100%;
    padding-top: 2em;
    padding-left: 0;
  }

  .graphtab_legenda-wrap {
    background-color: rgba(243, 243, 245, 0);
    height: auto;
    padding: 0;
  }

  .graphtab_legenda-wrap.app-page {
    background-color: rgba(58, 50, 85, 0);
  }

  .graphtab_contact-wrap {
    margin-top: 3em;
  }

  .process-img_left {
    width: 100%;
  }

  .process-img_wrapper {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: column;
  }

  .process-img_right {
    width: 100%;
    position: relative;
    top: 0;
  }

  .process-step-right {
    margin-top: .5em;
    margin-bottom: .5em;
    padding: 1em;
  }

  .process-step-left_line {
    margin-top: 2em;
  }

  .installationday_wrapper {
    flex-flow: column;
  }

  .installationday_left {
    width: 100%;
  }

  .installationday_right {
    width: 100%;
    height: 26em;
    margin-left: auto;
    margin-right: auto;
  }

  .installationday-asset {
    display: none;
  }

  .installationday-heading {
    margin-top: 0;
    position: relative;
  }

  .installationday-flexi_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    margin-top: 3.5em;
  }

  .installationday-flexi_content {
    width: 100%;
  }

  .installationday-flexi-right {
    padding: 2.5em;
  }

  .installationday-flexi_contact {
    width: 100%;
  }

  .concumptie-wrap-top {
    width: 100%;
    margin-bottom: 2.5em;
  }

  .installationday-timeline_wrapper {
    grid-template-columns: 1fr;
    margin-top: 3.5em;
  }

  .brands-overview_top-left {
    width: 52%;
  }

  .brands-overview_top-right {
    grid-column-gap: 1.1em;
    grid-row-gap: 1.1em;
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
  }

  .brands-overview_top-image {
    height: 2em;
    margin-top: 1.1em;
  }

  .brands-overview_item {
    width: 100%;
  }

  .brands-overview_item-bottom {
    padding: 1.5em;
  }

  .brands-battery_graph {
    width: 100%;
    margin-top: 2em;
    padding: 2em 3em;
  }

  .hbattery-products_filter-wrap {
    width: 28%;
    padding-right: 1em;
  }

  .header-product_wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: column;
  }

  .header-product_left, .header-product_right, .product-info_left {
    width: 100%;
  }

  .product-tab_img {
    display: none;
  }

  .graphtab_wrapper-top-content {
    width: 100%;
    margin-bottom: 2.5em;
  }

  .graph-center_bottom {
    height: 24em;
  }

  .graph-center_top-content {
    width: 100%;
    margin-bottom: 2.5em;
  }

  .partner-logos_wrapper-bottom {
    width: 100%;
  }

  .partner-logos_wrapper-top-content {
    width: 100%;
    margin-bottom: 2em;
  }

  .partner-logos_grid {
    align-items: center;
    justify-items: center;
  }

  .header-txt_content-light-purple {
    width: 92%;
  }

  .header-img-txt-light-purple_bg-asset {
    height: 10.63em;
  }

  .section_process-img-two.is-contact {
    padding-bottom: 5.55em;
  }

  .process-img_left-two {
    width: 100%;
  }

  .process-img_left-two.is-contact {
    padding-right: 0;
  }

  .process-img-two_right {
    width: 100%;
  }

  .section_start-block {
    background-color: var(--offwhite-lila);
  }

  .start-block_wrapper {
    z-index: 1;
    position: relative;
  }

  .start-block_left {
    width: 100%;
    margin-top: 0;
    padding: 2.5em;
  }

  .start-block_right, .start-block_right-white-bg, .start-block_right-white-img {
    display: none;
  }

  .training_right {
    width: 100%;
    padding-top: 0;
    padding-bottom: 0;
  }

  .training_left {
    width: 100%;
    height: 16em;
  }

  .training_wrapper, .embed_wrapper, .vacatures-list_wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: column;
  }

  .vacatures-list_left, .vacatures-list_right {
    width: 100%;
  }

  .mission_wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: column;
    padding: 2.65em;
  }

  .mission-top {
    width: 100%;
  }

  .office_wrapper {
    flex-flow: wrap;
  }

  .office_item {
    width: 49%;
  }

  .office_item.three {
    width: 100%;
    padding-bottom: 0;
  }

  .office_image {
    height: 15em;
  }

  .office_contact {
    padding-top: 2em;
  }

  .office_asset {
    height: 8em;
    bottom: 5em;
  }

  .vacatures-txt_right {
    padding-bottom: 10em;
  }

  .vacatures-txt_contact-img {
    height: 10em;
  }

  .vacature-txt_contact-bottom {
    padding: 1em;
  }

  .vacature-txt_contact-asset {
    width: 1em;
  }

  .team_grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr 1fr;
  }

  .team_grid-item-img {
    height: 20em;
  }

  .team_grid-item-content {
    padding-top: 1.4em;
    padding-right: 0;
  }

  .faq-page_left {
    flex-flow: row;
    width: 100%;
    position: static;
  }

  .faq-page_center {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    width: 100%;
    padding-top: 0;
  }

  .faq-page_right {
    width: 100%;
  }

  .nav-list_wrap-left {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
    width: 100%;
  }

  .nav-list_item-img {
    height: 7.3em;
  }

  .nav-list_item-right {
    padding: 1em;
  }

  .nav-list_item-asset {
    width: 1em;
  }

  .nav-list_wrap-right {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    width: 100%;
  }

  .nav-list_wrap-right-bottom {
    position: relative;
  }

  .nav-dropdown_asset {
    position: absolute;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .nav-list-small.w--open {
    z-index: 5;
    box-shadow: none;
    padding-top: 0;
    position: static;
    top: auto;
  }

  .dropdown-menu {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-normal-menu {
    min-width: 100%;
    padding-top: 0;
    position: relative;
  }

  .dropdown-normal-menu.w--open {
    min-width: 100%;
    padding-top: 0;
  }

  .dropdown-normal-menu.bigger.w--open {
    min-width: 100%;
    padding-top: 0;
    position: relative;
  }

  .dropdown-normal-menu.medium.w--open {
    min-width: 100%;
    padding-top: 0;
  }

  .dropdown-normal-menu-wrap {
    padding: 1em 4%;
  }

  .section_header-app {
    flex-flow: column;
  }

  .header-app_left {
    width: 100%;
    padding: 6em 4% 5em;
  }

  .header-app_left.homepage {
    width: 100%;
    padding: 2.5em;
  }

  .header-app_right {
    width: 92%;
    height: 19em;
    margin-left: auto;
    margin-right: auto;
  }

  .header-app_right.home {
    width: 100%;
  }

  .header-app-button-wrap {
    bottom: 5em;
  }

  .header-app_bg-asset {
    opacity: .5;
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .header-app_bg-asset-2 {
    padding-top: 2em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .header-app_bg-wrap {
    overflow: hidden;
  }

  .epex_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    padding: 2.4em;
  }

  .epex_left, .epex_right {
    width: 100%;
  }

  .epex_bottom-wrapper {
    flex-flow: column;
    margin-top: 1.25em;
  }

  .epex-bottom_item {
    width: 100%;
  }

  .features_left {
    width: 62%;
  }

  .features_left-grid {
    grid-template-columns: 1fr 1fr;
    margin-top: 2em;
  }

  .features_left-grid-item {
    padding: 1em;
  }

  .features_grid-item-head {
    font-size: 1em;
  }

  .features_right {
    width: 33%;
  }

  .features_download-wrap {
    width: 100%;
    margin-top: -11em;
    padding: 1em;
  }

  .features_download-arrow-asset {
    width: 1em;
    top: .5em;
    right: .5em;
  }

  .txt-icon-img-app_wrapper {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .txt-icon-img-app_left {
    width: 100%;
    padding-bottom: 0;
  }

  .txt-icon-img-app_right {
    width: 100%;
    height: 25em;
  }

  .app-home_wrap {
    border-bottom-left-radius: 3.13em;
    flex-flow: column;
    padding-bottom: 0;
  }

  .form-arrows-asset-bg_wrap {
    display: none;
  }

  .installationday-timeline_item {
    flex-flow: row;
  }

  .installationday-timeline_item-top {
    order: 3;
  }

  .installationday-timeline_item-p {
    text-align: left;
  }

  .installationday-timeline_item-line {
    background-image: linear-gradient(90deg, #c1c0c8 66%, rgba(193, 192, 200, 0) 91%);
    order: 2;
    width: 1.88em;
    height: 1px;
  }

  .installationday-timeline_item-circle {
    flex: none;
    order: -1;
  }

  .installationday-timeline_line-bottom {
    display: none;
  }

  .results-wrapper {
    flex-flow: column;
    padding-left: 4%;
    padding-right: 4%;
  }

  .results-wrapper_left {
    width: 100%;
  }

  .fs_rangeslider-1_handle, .fs_rangeslider-1_handle-stuck {
    width: 2rem;
    height: 2rem;
  }

  .results-wrapper_right {
    width: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .results-wrapper_img-illu {
    object-fit: fill;
    height: 100%;
  }

  .rekentool_slider {
    z-index: 2;
    right: 0;
  }

  .results-products_wrapper {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: column;
  }

  .results-products_item-left {
    width: 100%;
  }

  .results-products_center-wrap {
    flex-flow: column;
    width: 100%;
  }

  .results-products_right-wrap, .proces-img-three-links {
    width: 100%;
  }

  .section_fixed-results-nav {
    grid-column-gap: .31em;
    grid-row-gap: .31em;
    flex-flow: wrap;
    justify-content: center;
    height: auto;
    padding: .5em 1em;
  }

  .fixed-results-nav_left {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    width: 100%;
  }

  .summary-slider-aanb, .fs_rangeslider-1_handle-2 {
    width: 2rem;
    height: 2rem;
  }

  .epex-anim_table-wrap, .epex-anim_center-wrap {
    flex: none;
  }

  .battery_graph-wrapper {
    width: 100%;
  }

  .battery_graph-lines {
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .battery_graph-numbers {
    width: 106%;
  }

  .battery_graph-top-wrap {
    width: 100%;
    height: 11.88em;
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .battery_graph-line-1, .battery_graph-line-three, .battery_graph-line-two {
    height: 26%;
  }

  .consumptie_wrap-bottom {
    width: 100%;
    height: auto;
    margin-top: 2.5em;
  }

  .features-pop-up {
    display: none;
  }

  .features-pop-up_wrap {
    width: 90%;
    padding: 1.38em;
  }

  .features-pop-up_left {
    height: auto;
  }

  .features-pop-up_left-img {
    object-fit: cover;
  }

  .features_grid-x {
    top: .5em;
    right: .5em;
  }

  .consumptie_button-wrap {
    top: auto;
    bottom: 2.5em;
    left: 2.5em;
  }

  .navbar-hamburger-bg-placeholder {
    z-index: -1;
    background-color: var(--dark-rich-purple);
    width: 3.13em;
    height: 3.13em;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .navbar-extra_cont {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-extra-dropdown {
    z-index: 10;
    padding: .3em 1em .5em;
    display: flex;
    position: relative;
  }

  .fixed-results-nav_left-wrap {
    width: 30%;
  }

  .features-pop-up_right {
    height: 100%;
  }

  .features_right-img {
    height: 31em;
  }

  .news-h1 {
    font-size: 2em;
  }

  .resultults-wrapper-right-gradient {
    z-index: 1;
    background-image: linear-gradient(90deg, rgba(27, 21, 56, 0), #1b1538);
    width: 1.88em;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .navbar-extra_wrap-items {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    background-color: var(--offwhite-lila);
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
    min-height: 100dvh;
    max-height: 100dvh;
    padding-top: 1em;
    padding-bottom: 6em;
    overflow: scroll;
  }

  .navbar-extra_wrap-items.is-purple {
    background-color: var(--thunder-purple);
  }

  .contactform-heading {
    margin-top: 0;
    position: relative;
  }

  .contactform_left {
    width: 100%;
  }

  .contact-grid-item.img-item, .product-pop-up {
    display: none;
  }

  .contactform_right, .hubspot-contact-form, .hubspot-contact-form_wrap {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.2rem;
  }

  h3 {
    font-size: 1.6em;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .fs-styleguide_heading-large {
    font-size: 3rem;
  }

  .heading-style-h3 {
    font-size: 1.6em;
  }

  .text-rich-news h3 {
    font-size: 1.88em;
  }

  .text-rich-news blockquote {
    margin-top: 1em;
    margin-bottom: 1em;
    padding: 1em 2em;
  }

  .heading-style-h1 {
    font-size: 2.5em;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .fs-styleguide_heading-medium {
    font-size: 2rem;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 2.2em;
  }

  .fs-styleguide_version {
    font-size: .875rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .home-message_component {
    padding: 0;
  }

  .home-message_content {
    border-radius: 0;
  }

  .container-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .megamenu_nav-list-wrapper {
    width: 200vw;
  }

  .navbar-menu_wrapper {
    flex: 0 auto;
    height: auto;
    min-height: 100dvh;
    max-height: 100dvh;
    padding-bottom: 5em;
    overflow: scroll;
  }

  .megamenu_first-level {
    width: 50%;
    min-width: 50%;
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .contactperson_image {
    height: 11.5rem;
  }

  .megamenu_second-level {
    padding-left: 2.3rem;
    padding-right: 2.3rem;
  }

  .megamenu_back-link, .second-level_menu1 {
    display: block;
  }

  .button-inner-panther {
    display: none;
  }

  .dropdown-megamenu {
    overflow: auto;
  }

  .navigation-menu-panther {
    width: 100%;
  }

  .asset-panther {
    width: 100px;
  }

  .button-panther {
    display: none;
  }

  .header-home_wrapper {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  .padding-section_header-home {
    padding-bottom: 2em;
  }

  .header-home_left {
    width: 100%;
  }

  .header_form.is-footer {
    margin-top: 0;
    padding: 2em;
  }

  .about-home_right {
    padding-top: 3em;
  }

  .accordion-toggle {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .accordion-title {
    max-width: 90%;
  }

  .paragraph-large {
    font-size: 1.125rem;
  }

  .accor-content {
    width: 90%;
    padding-bottom: 1.5em;
  }

  .swiper-slide.reviews-item-wrap {
    width: 94%;
    padding: 2em;
  }

  .swiper.swiper_reviews {
    margin-bottom: 3em;
    margin-left: 3%;
  }

  .reviews-item-top {
    flex-flow: column;
  }

  .reviews-item-image {
    width: 100%;
    height: 12.5em;
  }

  .partners-home_coll-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .news-home_wrapper {
    flex-flow: column;
  }

  .news-home_featured {
    width: 100%;
  }

  .news-home_right {
    width: 100%;
    padding-bottom: 0;
  }

  .news-home_bottom-wrap {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .news-home_bottom-text-wrap {
    width: 100%;
    margin-bottom: 1em;
  }

  .section_footer {
    background-image: radial-gradient(circle farthest-side at 100% 0, rgba(255, 107, 0, .7), rgba(255, 107, 0, 0) 14%);
  }

  .footer_top-wrapper {
    flex-flow: column;
    padding-bottom: 3em;
  }

  .footer_top-left {
    width: 100%;
    padding-top: 4em;
    padding-bottom: 3em;
    padding-right: 0;
  }

  .footer-top_icon-img {
    width: 4em;
    bottom: 3em;
  }

  .footer_bottom-wrapper {
    flex-flow: column;
  }

  .footer_bottom-left {
    flex-flow: wrap;
    width: 100%;
    padding-right: 0;
  }

  .footer-bottom_content-item {
    width: 46%;
  }

  .footer-bottom_content-item.first-item {
    width: 100%;
  }

  .footer_bottom-content-one {
    margin-bottom: 1em;
  }

  .footer-bottom_arrow-icon-heading {
    flex: none;
  }

  .navbar-extra_wrap {
    height: auto;
    min-height: 100dvh;
    max-height: 100dvh;
  }

  .header-img-txt_right {
    padding: 3em 4% 4em;
  }

  .homebattery-about_wrapper {
    flex-flow: column;
  }

  .homebattery-about_left {
    width: 100%;
    padding-top: 2em;
    padding-bottom: 0;
    padding-right: 0;
  }

  .homebattery-about_right {
    width: 100%;
  }

  .three-grid_wrapper {
    grid-row-gap: 3em;
  }

  .three-grid-item {
    width: 100%;
  }

  .hbattery-products_top-wrapper {
    margin-bottom: 1em;
  }

  .hbattery-products_top-left {
    width: 100%;
  }

  .hbattery-products_top-img {
    display: none;
  }

  .hbattery-products_bottom-wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: column;
  }

  .hbattery-products_bottom-left, .hbattery-products_bottom-right {
    width: 100%;
  }

  .hbattery-products_right-content {
    order: -1;
  }

  .faq-left {
    width: 100%;
  }

  .fs_accordion-1_body {
    padding-left: 1em;
    padding-right: 1rem;
  }

  .fs_accordion-1_header {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .two-grid-item, .header-txt_content-purple-p-wrap {
    width: 100%;
  }

  .section-padding_extra {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section_benefits-list.under-header {
    padding-bottom: 3em;
  }

  .benefits-list_wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1em;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .six-grid_wrapper {
    grid-row-gap: 3em;
  }

  .section_arrow-asset {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .news-highlighted_right {
    padding: 2.5em;
  }

  .filter_search-field {
    width: 100%;
  }

  .filter-form-block {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
    flex-flow: column;
  }

  .news-txt_image {
    height: 18em;
  }

  .section_news-breadcrumbs-link {
    font-size: .88em;
    line-height: 130%;
  }

  .rekentool_nav {
    padding-left: 4%;
  }

  .rekentool_wrapper {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
  }

  .rekentool_right {
    z-index: 0;
  }

  .rekentool_illustration {
    z-index: 0;
    position: relative;
  }

  .f-w-progress-wrap {
    grid-row-gap: 10px;
    flex-wrap: wrap;
    margin-left: auto;
    margin-right: auto;
  }

  .f-txt-wrap.is---2 {
    line-height: 1.2;
  }

  .progress-number_block {
    font-size: .9rem;
  }

  .f-steps-wrap.is--2 {
    z-index: 10;
    position: relative;
  }

  .f-2col-grid {
    grid-row-gap: 23px;
    grid-template-columns: 1fr;
  }

  .f-form-button-wrapper.is---2 {
    z-index: 2000;
    border-top: 1px solid var(--inactive);
    background-color: var(--white);
    height: 5em;
    margin-top: 0;
    padding: 1em 1.5em;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .f-form-button-wrapper.allign-right {
    z-index: 2000;
    border-top: 1px solid var(--inactive);
    background-color: var(--white);
    height: 5em;
    padding: 1em 1.5em;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .f-form-steps-item.is---2 {
    z-index: 1000;
    position: relative;
  }

  .f-container {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .f-container.is--form {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .f-progress-txt-2 {
    font-size: .9rem;
  }

  .f-checkbox-buttn-wrap.is---1 {
    flex-wrap: wrap;
  }

  .f-container-2.is--form-7 {
    padding-left: 1.6rem;
    padding-right: 1.6rem;
  }

  .header-txt-img_left {
    padding: 3em 4% 4em;
  }

  .txt-illustration-blue_wrapper {
    padding: 2.5em;
  }

  .txt-graphtab_tablink {
    font-size: 1em;
  }

  .txt-graphtab_tabmenu {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
  }

  .process-img-imgself {
    height: 18em;
  }

  .process-step-left {
    width: 2.5em;
  }

  .process-step-right_number {
    width: 2em;
    height: 2em;
  }

  .installationday-heading {
    font-size: 2rem;
  }

  .brands-overview_top-wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .brands-overview_top-left, .brands-overview_top-right {
    width: 100%;
  }

  .brands-battery_graph {
    padding: 1.4em;
  }

  .hbattery-products_filter-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    width: 100%;
    padding-right: 0;
  }

  .brand-story_wrapper {
    grid-column-gap: 1.88em;
    grid-row-gap: 1.88em;
    flex-flow: column;
  }

  .brand-story_left {
    width: 100%;
  }

  .brand-story_right {
    width: 100%;
    height: 17.5em;
  }

  .product-tab-menu {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: wrap;
  }

  .product-filter_block-form, .product-filter_arrow {
    display: none;
  }

  .graph-center_bottom {
    height: 18em;
  }

  .partner-logos_grid {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .process-img_left-two.is-contact {
    grid-template-columns: 1fr;
  }

  .process-img-two-list_wrapper, .start-block_left {
    padding: 2em;
  }

  .training-list_item {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .training-list-date {
    font-size: 1em;
  }

  .embed-top {
    width: 100%;
  }

  .mission_wrapper {
    padding: 2em;
  }

  .core-values_item {
    width: 44%;
  }

  .core-values_heading {
    font-size: 1.2em;
    bottom: .6em;
  }

  .core-values_heading._3, .core-values_heading._4 {
    top: .6em;
  }

  .core-values-txt {
    width: 80%;
  }

  .office_asset {
    height: 6em;
    bottom: 4em;
  }

  .vacatures-txt_wrapper {
    grid-column-gap: 2.5em;
    grid-row-gap: 2.5em;
    flex-flow: column;
  }

  .vacatures-txt_left {
    width: 100%;
  }

  .vacatures-txt_right {
    width: 100%;
    padding-bottom: 0;
  }

  .vacatures-txt_contact-img {
    height: 14em;
  }

  .team_grid {
    grid-template-columns: 1fr;
    margin-top: 2.5em;
  }

  .team_grid-item-img {
    height: 23em;
  }

  .faq-page_left {
    flex-flow: wrap;
  }

  .header-app-button-wrap {
    order: 1;
    margin-top: 1em;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .header-app_bg-asset, .header-app_bg-asset-2 {
    padding-top: 1em;
  }

  .epex_left {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .features_left-grid {
    grid-column-gap: .8em;
    grid-row-gap: .8em;
  }

  .features_left-grid-item {
    padding: .6em;
  }

  .features_grid-item-head {
    font-size: .9em;
  }

  .features_download-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    margin-top: -5.7em;
    padding: .4em;
  }

  .features_download-head {
    font-size: .9em;
  }

  .news-header_breadcrumbs-wrapper {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .section_news-breadcrumbs-link-active {
    font-size: .88em;
    line-height: 130%;
  }

  .results_accor-toggle {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .results_accor-content-wrap {
    width: 100%;
    padding-bottom: 1rem;
  }

  .results_accor-change-wrap {
    white-space: nowrap;
    transition: opacity .2s;
  }

  .fs_rangeslider-1_handle {
    width: 1rem;
    height: 1rem;
  }

  .fs_rangeslider_sum {
    font-size: .75em;
  }

  .fs_rangeslider-1_handle-txt {
    font-size: .75em;
    bottom: 2.2em;
  }

  .results_uitkomst-right-p-big {
    font-size: 1.2em;
  }

  .results-wrapper_img-tooltip {
    width: 1.2em;
    height: 1.2em;
  }

  .results-wrapper_img-tooltip._2 {
    left: 45%;
  }

  .results-wrapper_img-tooltip.white-1 {
    left: 22%;
  }

  .results-wrapper_img-tooltip.white-2 {
    left: 44%;
  }

  .results-wrapper_img-tooltip._3 {
    left: 45%;
  }

  .results-wrapper_img-tooltip._5 {
    top: 67%;
    left: 10%;
  }

  .results-wrapper_img-tooltip-inner {
    width: 1em;
    height: 1em;
    font-size: 1em;
  }

  .results-wrapper_img-tooltip-icon {
    height: .7em;
  }

  .results-wrapper_img-tooltip-hover {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding: .2em .5em .4em;
    top: -230%;
  }

  .results-wrapper_img-tooltip-txt {
    font-size: .7em;
  }

  .rekentool_slider {
    z-index: 2;
    right: 0;
  }

  .results-products_item-left-bottom {
    padding: 2em;
  }

  .process-img-three_slider {
    height: 24em;
  }

  .advice-wrapper {
    padding-top: 3em;
  }

  .advice-wrapper-left {
    width: 100%;
  }

  .advice-embed {
    min-height: 24em;
  }

  .footer-results_wrapper {
    grid-column-gap: .63em;
    grid-row-gap: .63em;
    flex-flow: column;
  }

  .footer-results-p {
    width: 100%;
  }

  .section_fixed-results-nav {
    border-top-left-radius: .63em;
    flex-flow: column;
    height: auto;
    padding-left: 1em;
    padding-right: 1em;
  }

  .fixed-results-nav_left {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
    flex-flow: wrap;
    width: 100%;
  }

  .fixed-results-nav_left-img {
    display: none;
  }

  .pop-up_content {
    width: 92%;
    padding: 1.45em;
  }

  .summary-slider-aanb {
    width: 1rem;
    height: 1rem;
  }

  .epex-anim_table-waves {
    top: auto;
    bottom: 1px;
    left: 0%;
    right: 0%;
  }

  .epex-anim_center-wrap {
    z-index: 0;
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: row;
    height: 9em;
    overflow: visible;
  }

  .epex-anim_wrap-line-top, .epex-anim_wrap-line-bottom {
    width: .25em;
    height: 100%;
  }

  .epex-anim_wrap-line-icon {
    left: -.55em;
    transform: rotate(90deg);
  }

  .epex-anim_wrap-line-txt {
    width: 4em;
    top: 1.3em;
  }

  .epex-anim_wrap-line-icon-2 {
    top: auto;
    bottom: 0%;
    left: auto;
    right: -.65em;
    transform: rotate(90deg);
  }

  .epex-anim_wrap-line-txt-2 {
    width: 4em;
    bottom: 1.4em;
  }

  .epex-anim_battery {
    z-index: 2;
    width: 70%;
    margin-top: -1.25em;
  }

  .epex-left-arrow-top {
    width: 12em;
    display: none;
    left: 50%;
    transform: translate(-50%);
  }

  .epex-left-arrow-bottom {
    display: none;
  }

  .battery_graph-wrapper {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
  }

  .battery_graph-top-wrap {
    height: 9.3em;
  }

  .battery_graph-txt-1 {
    text-align: right;
    font-size: .75em;
  }

  .battery_graph-txt-2 {
    text-align: right;
    font-size: 12px;
  }

  .battery_graph-txt-3 {
    font-size: .88em;
  }

  .features-pop-up_wrap {
    grid-column-gap: 1.3em;
    grid-row-gap: 1.3em;
    flex-flow: column;
  }

  .features-pop-up_left {
    width: 100%;
  }

  .epex-anim_table-power {
    order: -1;
    margin-top: 0;
    margin-bottom: .75em;
  }

  .hbattery-products_filter-dropdown {
    border-top: 1px solid var(--inactive);
    border-bottom: 1px solid var(--inactive);
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
    padding-top: .5em;
    padding-bottom: .5em;
    display: flex;
  }

  .form-block {
    margin-bottom: 0;
  }

  .fixed-results-nav_left-wrap {
    width: 100%;
  }

  .fixed-results-nav_bttn-wrap {
    width: 50%;
  }

  .process-step-right_title {
    font-size: 1.2em;
  }

  .epex-anim_center-gradient-top {
    z-index: 10;
    background-image: linear-gradient(180deg, var(--dark-rich-purple), rgba(27, 21, 56, 0));
    width: 100%;
    height: 40px;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .epex-anim_center-gradient-bottom {
    z-index: 10;
    background-image: linear-gradient(0deg, var(--dark-rich-purple), rgba(27, 21, 56, 0));
    width: 100%;
    height: 40px;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .features-pop-up_right {
    width: 100%;
    height: 15em;
  }

  .features_right-img {
    height: auto;
  }

  .results-wrapper_img-tooltip-txt-numb-big {
    font-size: 1em;
  }

  .resultults-wrapper-right-gradient {
    z-index: 1;
    background-image: linear-gradient(90deg, rgba(27, 21, 56, 0), var(--dark-rich-purple));
    width: 6.25em;
    height: 100%;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .section-pop-up-endresults-2 {
    display: none;
  }

  ._404_gradient-orange {
    width: 50em;
    height: 50em;
    top: -25em;
    right: -25em;
  }

  .results_accor-content {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .contactform-heading {
    font-size: 2rem;
  }

  .contact-grid-item, .product-pop-up_right {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.2rem;
  }

  h2 {
    font-size: 1.8rem;
  }

  strong {
    font-weight: 600;
  }

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

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-bottom.padding-xsmall.hide-mob {
    display: none;
  }

  .heading-style-h3.rekentool-heading {
    padding-left: 4%;
    padding-right: 4%;
    font-size: 1.44em;
  }

  .text-rich-news blockquote {
    font-size: 1em;
  }

  .text-rich-news li {
    margin-bottom: .3em;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 2.2em;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h2 {
    font-size: 1.8em;
  }

  .container-large.rekentool {
    width: 100%;
    max-width: 100%;
  }

  .button-orange {
    font-size: 1em;
  }

  .button-orange.is-endresult-page {
    padding: .3em .5em .5em;
    font-size: .9em;
  }

  .third-level-icon {
    border: 1px solid #cbdde8;
    border-radius: 8px;
    justify-content: center;
    align-items: center;
    width: 10%;
    display: flex;
  }

  .megamenu_toggle {
    justify-content: space-between;
  }

  .single-menu_wrapper.w--open {
    border-radius: 0;
  }

  .first-level_link-bg {
    display: none;
  }

  .first-level_link {
    width: 90%;
  }

  .navbar_logo-wrapper.w--current {
    display: flex;
  }

  .first-level_menu4 {
    grid-column-gap: .3rem;
    display: flex;
  }

  .megamenu_blue-bg {
    height: auto;
    display: none;
  }

  .navbar-menu_wrapper {
    flex: 0 auto;
    height: auto;
    min-height: 100dvh;
    max-height: 100dvh;
    padding-bottom: 5em;
    overflow: scroll;
  }

  .megamenu_content {
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .megamenu_list-wrapper {
    position: static;
  }

  .first-level_active-icon {
    display: none;
  }

  .navbar_cta {
    display: block;
  }

  .megamenu_contact-wrapper {
    display: none;
  }

  .megamenu_first-level {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_cta-wrapper {
    padding: 0 .8rem;
  }

  .first-level_menu5, .first-level_menu2, .first-level_menu7 {
    grid-column-gap: .3rem;
    display: flex;
  }

  .contactperson_image {
    justify-content: center;
    width: 100%;
    height: 17rem;
    position: static;
  }

  .first-level_menu6 {
    grid-column-gap: .3rem;
    display: flex;
  }

  .megamenu_second-level {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .arrow-link_wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .first-level_menu3 {
    grid-column-gap: .3rem;
    display: flex;
  }

  .megamenu_item {
    width: 100%;
  }

  .first-level_menu1 {
    grid-column-gap: .2rem;
    display: flex;
  }

  .language-switch_text {
    color: #3b83f0;
  }

  .navbar-menu_button.w--open {
    background-color: #fff;
  }

  .navbar_wrapper {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .contactperson_details {
    z-index: 5;
    width: 100%;
    margin-bottom: 1.5rem;
    position: relative;
  }

  .megamenu_back-link {
    margin-bottom: .5rem;
    display: block;
  }

  .second-level_menu1 {
    display: block;
  }

  .header-home_bg-wrap, .header-home_bg-image, .header-home_bg-gradient, .header-home_bg-gradient.orange {
    border-bottom-right-radius: 2em;
  }

  .nav-column {
    padding-left: 10px;
    padding-right: 10px;
  }

  .dropdown-megamenu {
    overflow: auto;
  }

  .asset-panther {
    width: 90px;
    height: 100px;
    margin-right: 15px;
  }

  .nav-list.w--open {
    overflow: auto;
  }

  .header-home_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .header_form {
    padding: 1em;
  }

  .header_form.is-footer {
    padding: 1.4em;
  }

  .header-home-left_usp-wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: wrap;
  }

  .header-home_icon-txt-wrap {
    font-size: .9em;
  }

  .header-home_form-title {
    font-size: 1.4em;
  }

  .header-home_form-input-wrap-item._1 {
    width: 39%;
  }

  .input-field::placeholder {
    font-size: .9em;
  }

  .header-home_form-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    margin-top: 1em;
  }

  .header-home-form_bottom.is-contact {
    grid-column-gap: .3em;
    grid-row-gap: .3em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-home_icon-reviews {
    height: .81em;
  }

  .about-home_left {
    width: 100%;
    height: 40em;
  }

  .about-home_right {
    padding-top: 2em;
  }

  .about-home_icon.arrow {
    flex: none;
  }

  .why_item-content {
    padding: 1.4em;
  }

  .button-arrow.is-white.is-endresultpage {
    font-size: .9em;
  }

  .button-arrow_text {
    text-align: left;
  }

  .img-accor_wrapper {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .img-accor_left {
    height: 15em;
  }

  .accordion-toggle {
    white-space: normal;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .accordion-title {
    font-size: 1.25rem;
  }

  .accor-content {
    width: 100%;
  }

  .img-accor-wrapper {
    flex-direction: column;
  }

  .accor-icon {
    max-width: 36px;
  }

  .signing-services_card {
    width: 14em;
    margin-left: 0;
    margin-right: .75em;
  }

  .signing-services_card-title {
    padding-bottom: .75em;
    padding-left: 1em;
    padding-right: 1em;
  }

  .swiper-slide.reviews-item-wrap {
    padding: 1em;
  }

  .swiper.swiper_reviews {
    margin-top: 1.5em;
  }

  .reviews-item-top {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .reviews-item-bottom {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    flex-flow: wrap;
  }

  .review-person-wrap {
    width: 100%;
  }

  .reviews-heading-wrapper {
    margin-bottom: 0;
  }

  .review-section_bottom-wrap {
    margin-top: 0;
  }

  .news-home_featured-item {
    padding: 1.4em;
  }

  .news-home_writer-wrap {
    width: 100%;
  }

  .news-home_bottom-content-wrap {
    grid-column-gap: .63em;
    grid-row-gap: .63em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .news-home_regular-item {
    padding: 1em;
  }

  .news-home_right-button-wrap {
    margin-left: 1em;
  }

  .footer_top-wrapper {
    padding-bottom: 2em;
  }

  .footer-top-arrow-icon {
    width: 1em;
    height: 1em;
    top: 1em;
    right: 1em;
  }

  .footer_bottom-left {
    padding-top: 2em;
    padding-bottom: 2em;
  }

  .footer-bottom_content-item {
    width: 100%;
  }

  .footer_logo-wrapper {
    height: 2.5rem;
  }

  .footer_bottom-content-one, .footer_bottom-content-two {
    padding-right: 1.4em;
  }

  .footer_bottom-right-title-wrap, .footer-brochure_form-input-wrap {
    flex-flow: column;
  }

  .footer_bottom-right {
    padding-top: .5em;
  }

  .footer_bottom-right_info {
    padding-top: 1em;
    padding-bottom: 1em;
  }

  .footer_bottom-right-info_txt-wrap {
    text-align: center;
  }

  .header-img-txt_right {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .hbattery-brochure_wrapper {
    padding: 1.4em;
  }

  .hbattery-brochure_left {
    width: 60%;
    margin-bottom: .25em;
  }

  .hbattery-products_content {
    padding: 1.4em;
  }

  .faq_left-contact {
    grid-column-gap: .6em;
    grid-row-gap: .6em;
  }

  .faq_right-heading {
    padding-left: 0;
    padding-right: 1.38em;
  }

  .fs_accordion-1_body {
    padding-left: .8em;
    padding-right: .8rem;
  }

  .fs_accordion-1_header {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .hbattery-products_wrap {
    grid-row-gap: 1.4em;
  }

  .header-txt_content {
    width: 92%;
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .brochure-top-arrow-icon {
    display: none;
  }

  .header-txt_p.text-color-on-light {
    font-size: 1em;
  }

  .info-imgtxt-imgself {
    height: 15em;
    min-height: 15em;
  }

  .info-imgtxt-imgself.border-left {
    height: 15em;
  }

  .header-txt_content-purple.news-detail-page {
    width: 92%;
    padding-top: 6em;
    padding-bottom: 8em;
  }

  .section-padding_extra {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .txt-icon-img_icon-wrap {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-direction: column;
    margin-top: 3em;
  }

  .info-txtimg-imgself {
    height: 18em;
    min-height: 18em;
  }

  .info-txtimg_right-img {
    padding-bottom: 3em;
  }

  .six-grid_heading-wrap {
    width: 100%;
  }

  .section_arrow-asset {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .news-highlighted_right {
    padding: 1.4em;
  }

  .filter-options_items {
    grid-column-gap: .7em;
    grid-row-gap: .7em;
  }

  .filter-checkbox-item {
    padding: .3em 1em .5em;
  }

  .filter-checkbox-txt {
    font-size: 1em;
  }

  .news-overview_grid-col {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .news-overview_item-img {
    height: 12em;
  }

  .news-overview_item-tag {
    padding-left: 1em;
    padding-right: 1em;
  }

  .news-overview_item-tag.news-header {
    margin-top: 0;
  }

  .news-overview-grid_writer-wrap {
    width: 70%;
  }

  .news-overview_writer-img {
    width: 2.4em;
    height: 2.4em;
  }

  .news-overview_writer-name-txt {
    font-size: .9em;
    line-height: 140%;
  }

  .news-overview_date-txt {
    font-size: 12px;
  }

  .fs-cmsload_page-dots {
    width: 2rem;
  }

  .news-header_bottom-wrapper {
    grid-column-gap: .63em;
    grid-row-gap: .63em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .news-header_writer-wrap {
    width: 100%;
  }

  .news-txt_image {
    height: 15em;
  }

  .rekentool_nav {
    padding-top: .7em;
    padding-left: 4%;
    padding-right: .7em;
  }

  .rekentool_wrapper {
    min-height: 100svh;
    padding-bottom: 0;
  }

  .rekentool_right {
    padding-left: 4%;
    padding-right: 4%;
  }

  .rekentool_illustration {
    height: 13.75em;
    margin-bottom: .63em;
  }

  .f-w-progress-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 10px;
    margin-left: 0;
  }

  .progress-number_block {
    width: 30px;
    height: 30px;
  }

  .f-steps-wrap.is--2 {
    border-radius: 0;
    width: 100%;
    padding: 1.5em 4% 6.5em;
  }

  .f-form-button-wrapper.allign-right {
    height: 5em;
    padding-top: 0;
    padding-bottom: 0;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .f-form-steps-item.is---2 {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .f-container.is--form {
    padding-left: 0;
    padding-right: 0;
  }

  .f-progress-txt-2 {
    display: none;
  }

  .f-checkbox-buttn-wrap.is---1 {
    grid-row-gap: 12px;
  }

  .f-form {
    padding-left: 0;
    padding-right: 0;
  }

  .f-form-radio-wrapper.is---3 {
    grid-template-columns: 1fr;
  }

  .consumptie_wrapper {
    padding: 1.4em 1.4em 5em;
  }

  .header-txt-img_left {
    padding-top: 2em;
    padding-bottom: 3em;
  }

  .header-txt_bg-arrows {
    display: none;
    right: 0;
  }

  .txt-illustration-blue_wrapper {
    padding: 1.4em;
  }

  .graph-txt_left {
    height: 15em;
  }

  .graph-grid_wrapper {
    padding: 1.4em;
  }

  .graph-grid_item-img-wrap {
    padding: 1em;
  }

  .txt-graphtab_tablink {
    font-size: .9em;
    line-height: 140%;
  }

  .txt-graphtab_tablink.app-page {
    padding: .2em .5em;
    line-height: 150%;
  }

  .txt-graphtab_tab-wrap {
    padding: 1.03em;
  }

  .graphtab_tab-wrap {
    border-top-right-radius: 0;
    padding: 1.4em;
  }

  .graphtab_tab-wrap.app-page {
    border-top-right-radius: 0;
    padding: .9em;
  }

  .graphtab_tab-content-p-wrap {
    font-size: .8em;
  }

  .process-img-imgself {
    height: 15em;
  }

  .process-step-right {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    padding: .7em;
  }

  .process-step-right_number {
    border-radius: .2em;
    width: 1.8em;
    height: 1.8em;
    font-size: .9em;
  }

  .process-step-right_content {
    margin-top: -3px;
    padding-top: 0;
  }

  .process-step-left_line {
    margin-top: 1.9em;
  }

  .process-step-left-circle {
    width: 1em;
    height: 1em;
    top: -.5em;
  }

  .installationday_right {
    height: 15em;
  }

  .installationday-heading {
    width: 100%;
  }

  .investment-detail-video-lightbox-link {
    width: auto;
  }

  .investment-detail-video-lightbox-play-wrapper.about {
    width: 240px;
  }

  .button-arrow-svg, .text-block {
    flex: none;
  }

  .installationday-flexi_content {
    flex-flow: column;
  }

  .installationday-flexi-left {
    border-top-right-radius: 0;
    border-bottom-right-radius: 3em;
    width: 100%;
    height: 13em;
  }

  .installationday-flexi-right {
    width: 100%;
    padding: 1.4em;
  }

  .brands-overview_item-img-wrap {
    height: 14em;
  }

  .brands-overview_item-logo {
    padding: .2em .6em .4em;
    top: 1em;
    right: 1em;
  }

  .brands-overview_item-logo-img {
    width: 5em;
  }

  .brands-overview_item-bottom {
    padding: 1.4em;
  }

  .brands-overview_item-button-wrap {
    grid-column-gap: .9em;
    grid-row-gap: .9em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 1em;
  }

  .brands-battery_graph {
    padding: 1em;
  }

  .header-product_wrapper {
    padding-top: 1em;
  }

  .product-page-rich ul, .product-page-rich ol {
    margin-bottom: 1em;
  }

  .product-page-rich h1 {
    font-size: 1.8em;
  }

  .header-product_button-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header-txt_content-light-purple {
    padding-top: 2em;
    padding-bottom: 3.2em;
  }

  .header-img-txt-light-purple_bg-asset {
    height: auto;
    top: 1.8em;
  }

  .section_process-img-two {
    overflow: hidden;
  }

  .process-img-two-list_wrapper {
    width: 96%;
    margin-top: -2em;
    padding: 1.2em;
  }

  .start-block_left {
    padding: 1.4em;
  }

  .training-list_wrapper {
    flex-direction: column;
  }

  .vacature-list_item {
    flex-flow: column;
  }

  .vacature-list_item-right {
    padding-left: 1.4em;
    padding-right: 1.4em;
  }

  .vacature-list_img {
    width: 100%;
  }

  .vacature-list_meta-wrap {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    flex-flow: column;
  }

  .mission_wrapper {
    padding: 1.4em;
  }

  .core-values_top {
    margin-bottom: 2em;
  }

  .core-values_heading {
    font-size: 1.1em;
    bottom: .3em;
    left: .3em;
  }

  .core-values_heading._3 {
    top: .3em;
  }

  .core-values_heading._4 {
    top: .3em;
    right: .3em;
  }

  .core-values-txt {
    width: 100%;
    font-size: 14px;
    line-height: 140%;
  }

  .office_item {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    width: 100%;
  }

  .office_item.two {
    padding-top: 0;
  }

  .office_image {
    margin-bottom: .75em;
  }

  .office_contact {
    width: 100%;
    padding-top: .75em;
    padding-left: 0;
  }

  .team_grid-item-img {
    height: 18em;
  }

  .team_grid-txt {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-list_item-img {
    display: none;
  }

  .nav-list_right-links-wrap, .nav-list_right-links-wrap._1 {
    width: 100%;
  }

  .nav-list_wrap-right-top {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
  }

  .accor-heading {
    font-size: 1.2em;
  }

  .header-app_left {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .header-app_left.homepage {
    padding: 1.2em;
  }

  .header-app_right {
    height: 15em;
  }

  .header-app_bg-asset.homepage, .header-app_bg-asset-2.homepage {
    padding-top: 1em;
  }

  .epex_wrapper {
    padding: 1.4em;
  }

  .epex_left {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .epex-bottom_item {
    padding: 1.4em;
  }

  .features-wrapper {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

  .features_left {
    width: 100%;
  }

  .features_left-grid {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .features_left-grid-item {
    padding: .8em .4em;
  }

  .features_left-grid-item-icon {
    height: 1.5em;
  }

  .features_grid-item-head {
    font-size: .9em;
    line-height: 150%;
  }

  .features_right {
    width: 100%;
    padding-left: 50%;
  }

  .features_download-wrap {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    width: 70%;
    margin-top: 0;
    padding: .8em;
    position: absolute;
    top: auto;
    bottom: 0%;
    left: 20px;
    right: auto;
  }

  .features_download-down-img {
    height: 2.4em;
  }

  .txt-icon-img-app_wrapper {
    padding-bottom: 5em;
  }

  .txt-icon-img-app_right {
    height: 18em;
  }

  .txt-icon-img-app_right-content {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
    width: 90%;
    padding: 1em 1.38em 1.38em;
    bottom: -5em;
    right: 0;
  }

  .txt-icon-img-app_right-price {
    font-size: 1.5em;
  }

  .installationday-timeline_item-top {
    padding: .6em .6em .6em .8em;
  }

  .installationday-timeline_item-line {
    flex: none;
    width: 1em;
  }

  .installationday-timeline_item-circle {
    width: 2em;
    height: 2em;
    font-size: .9em;
  }

  .products-breadcrumbs-link {
    font-size: .88em;
  }

  .products-breadcrumbs-icon {
    flex: none;
  }

  .products-breadcrumbs-wrapper {
    grid-column-gap: .4em;
    grid-row-gap: .4em;
  }

  .results-wrapper {
    grid-column-gap: 1.25em;
    grid-row-gap: 1.25em;
  }

  .results-wrapper_left {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .results_accor-wrap {
    flex-direction: column;
  }

  .results_accor-item {
    padding-left: 1.2em;
    padding-right: 1.2em;
  }

  .results_accor-toggle {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .results_accor-content-wrap {
    font-size: 1em;
  }

  .results_accor-change-wrap {
    flex: none;
    padding: .3em .3em .4em;
    font-size: .9em;
  }

  .results_accor-change-icon {
    width: .6em;
  }

  .results_summary-wrap {
    padding: 1.5em 1em;
  }

  .results_summary-heading-wrap {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .results_summary-heading-wrap.align-hor {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
  }

  .results_summary-dropdown-wrap {
    margin-top: 1em;
  }

  .fs_rangeslider-1_wrapper {
    flex-flow: column;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .fs_rangeslider-1_embed {
    width: 100%;
  }

  .fs_rangeslider-1_component {
    flex-flow: column;
    display: flex;
  }

  .results_summary-slider-wrap {
    width: 100%;
  }

  .fs_rangeslider_sum {
    grid-column-gap: 3px;
    grid-row-gap: 3px;
    width: 100%;
  }

  .results_uitkomst-block {
    flex-direction: column;
    padding: 1.4em;
  }

  .results_uitkomst-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .results_uitkomst-right-p-big {
    line-height: 120%;
  }

  .results-wrapper_right {
    height: auto;
    margin-top: 1em;
  }

  .rekentool_slider {
    padding: .5em;
    top: auto;
    bottom: 0%;
    left: auto;
    right: 0%;
  }

  .results-products_item-left-bottom {
    padding: 1.4em;
  }

  .process-step-left_gradient-purple {
    height: 1em;
  }

  .process-img-three_slider {
    height: 18em;
  }

  .process-img-three {
    border-bottom-left-radius: 2em;
  }

  .process-img-two-arrow-slider {
    width: 36px;
    height: 36px;
    bottom: 20px;
    left: 20px;
  }

  .process-img-two-arrow-slider.right {
    width: 36px;
    height: 36px;
    left: 68px;
  }

  .section_fixed-results-nav {
    grid-column-gap: .2em;
    grid-row-gap: .2em;
    border-top-left-radius: .5em;
    border-top-right-radius: .5px;
  }

  .fixed-results-nav_left {
    grid-column-gap: 0em;
    grid-row-gap: .3em;
    justify-content: space-between;
  }

  .fixed-results-nav_right {
    font-size: .9em;
  }

  .pop-up_content {
    padding: 1.15em;
  }

  .epex-anim_table-waves {
    top: auto;
    bottom: 2px;
    left: 0%;
    right: 0%;
  }

  .epex-anim_center-wrap {
    z-index: 1;
  }

  .epex-anim_battery {
    z-index: 2;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  .epex-anim_battery-img._1 {
    height: 25em;
  }

  .epex-anim_battery-img._2, .epex-anim_battery-img._3, .epex-anim_battery-img._4 {
    height: 25em;
    margin-left: auto;
    margin-right: auto;
  }

  .epex-left-arrow-top {
    width: 12em;
    left: 50%;
    transform: translate(-50%);
  }

  .battery_graph-lines {
    object-fit: fill;
    object-position: 50% 0%;
    width: auto;
    height: 100%;
  }

  .battery_graph-top-wrap {
    height: 12em;
  }

  .battery_graph-txt-1, .battery_graph-txt-2 {
    line-height: 120%;
  }

  .features-pop-up {
    display: none;
  }

  .header-form_icon {
    width: 1.4em;
    top: 1em;
    right: 1em;
  }

  .news-form_icon {
    width: 1.4em;
    top: 1.4em;
    right: 1.4em;
  }

  .consumptie_button-wrap {
    bottom: 1.4em;
    left: 1.4em;
  }

  .consumptie_slider-illu {
    margin-top: 1em;
    margin-bottom: 1em;
  }

  .f-form-radio-wrapper-2 {
    flex-wrap: wrap;
  }

  .epex-anim_table-power {
    order: -1;
    margin-top: 0;
    margin-bottom: .75em;
  }

  .fixed-results-nav_bttn-wrap {
    width: auto;
  }

  .features-pop-up_right {
    border-bottom-left-radius: 1em;
  }

  .h1-smaller-mobile {
    font-size: 1.8rem;
  }

  .news-h1 {
    font-size: 1.62em;
  }

  .results-wrapper_img-tooltip-txt-numb-big {
    line-height: 120%;
  }

  .resultults-wrapper-right-gradient {
    width: 20px;
    display: flex;
  }

  .fs_rangeslider_sum-txt {
    font-size: 11px;
  }

  .results_accor-content {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .contactform-heading {
    width: 100%;
  }

  .process-img-two-list_button-block {
    flex-flow: column;
  }

  .contact-grid_heading-wrap {
    width: 100%;
  }

  .product-pop-up {
    display: none;
  }

  .product-pop-up_right {
    border-bottom-left-radius: 1em;
  }
}

#w-node-_7178856e-9ab3-cc68-a02a-3b21bce3647d-bce36388, #w-node-de0bdee6-e947-71c1-7611-40dc540a606e-f0596692, #w-node-_57d7236d-de1c-f582-77ed-2dd99f9b285c-f0596693, #w-node-f6f8e92d-bd57-0614-5f3b-577f02a32942-f0596693, #w-node-b9ed53b3-08a8-05bb-793a-64b3d53fb89c-f0596693, #w-node-f3299ece-9f34-cf9c-fc09-355ef6e7f797-f0596693, #w-node-_8f5b6dfd-c2a7-0d51-ec33-9980545e143d-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-f0596693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-f0596693 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-f0596693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-f0596693 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-f0596693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-f0596693 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-f0596693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-f0596693 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8d-f0596693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-f0596693 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-f0596693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-f0596693, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-f0596693 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-f0596693 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-f0596693 {
  justify-self: start;
}

#w-node-eb20faa3-5ecd-e638-fe2f-75e28b46bf0b-a03229c2, #w-node-_99a33291-2ecb-3f9f-e8a0-fb859e4fa731-a03229c2, #w-node-e834f381-b61c-285f-68fd-9bc62ee68fd2-a03229c2, #w-node-_32ae7d74-3fae-cb46-0db8-4a34f2e4f630-a03229c2, #w-node-_5b9e2b77-420a-8616-1503-280889aaace7-a03229c2, #w-node-_3f578755-ee62-fecf-2a8c-bde642ecba17-3c318f64, #w-node-_3f578755-ee62-fecf-2a8c-bde642ecba1f-3c318f64, #w-node-_3f578755-ee62-fecf-2a8c-bde642ecba27-3c318f64, #w-node-_3f578755-ee62-fecf-2a8c-bde642ecba2f-3c318f64, #w-node-_3f578755-ee62-fecf-2a8c-bde642ecba37-3c318f64 {
  justify-self: center;
}


@font-face {
  font-family: 'Goga';
  src: url('../fonts/Goga-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goga';
  src: url('../fonts/Goga-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goga';
  src: url('../fonts/Goga-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Goga';
  src: url('../fonts/Goga-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}


/* ---- Overrides for Advice section layout (side-by-side image) ---- */
.section_advice .advice-wrapper {
  /* Provide enough vertical space so the image stays fully inside the section */
  padding-bottom: 12em;
}

.section_advice .advice-bg-wrapper {
  overflow: visible;
}

/* Make the contact/advice image live to the right of the text, within the container, and be clearly visible */
.section_advice .advice-bg-wrapper img {
  position: absolute;
  right: calc((100vw - min(80em, 94vw)) / 2);
  top: 50%;
  transform: translateY(-50%);
  width: min(48%, 640px);
  height: auto;
  max-height: calc(100% - 2em);
  object-fit: contain;
  z-index: 3; /* above gradients */
  border-radius: .5em;
}

/* Ensure default bg image variant also behaves nicely */
.section_advice .section_advice_bg-image {
  object-fit: contain;
}

/* Tweak gradients so they don't fully cover the image area on the right */
.section_advice .section_advice_bg-gradient,
.section_advice .section_advice_bg-gradient-orange {
  width: 62%;
}

/* Keep embed section below, never overlapping the advice section */
.section_advice-embed .container-large {
  margin-top: 0 !important;
}

.section_advice-embed .advice-embed {
  margin-top: 2.5em;
}

/* Tablet adjustments */
@media (max-width: 991px) {
  .section_advice .advice-wrapper {
    padding-bottom: 8em;
  }
  .section_advice .advice-bg-wrapper img {
    right: calc((100vw - min(80em, 94vw)) / 2);
    width: min(58%, 520px);
    max-height: calc(100% - 2em);
  }
  .section_advice .section_advice_bg-gradient,
  .section_advice .section_advice_bg-gradient-orange {
    width: 70%;
  }
}

/* Mobile adjustments */
@media (max-width: 767px) {
  .section_advice .advice-wrapper {
    padding-bottom: 2.5em;
  }
  .section_advice .advice-wrapper-left {
    width: 100%;
  }
  .section_advice .advice-bg-wrapper img {
    position: static;
    transform: none;
    display: block;
    margin: 1.25em auto 0;
    width: 78%;
    max-height: none;
  }
  .section_advice .section_advice_bg-gradient,
  .section_advice .section_advice_bg-gradient-orange {
    width: 100%;
  }
}
