/* Theme base styles */

/* Tools
Any animations, or functions used throughout the project.
Note: _macros.css needs to be imported into each stylesheet where macros are used and not included here
*/

/* Generic
This is where reset, normalize & box-sizing styles go.
*/

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */

main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */

a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */

[type="search"] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Misc
   ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */

template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */

[hidden] {
  display: none;
}

/* Objects
Non-cosmetic design patterns including grid and layout classes)
*/

/* Responsive grid */

.row-fluid {
  width: 100%;
}

.row-fluid:before, .row-fluid:after {
  display: table;
  content: '';
}

.row-fluid:after {
  clear: both;
}

.row-fluid [class*='span'] {
  display: block;
  /*float: left;*/
  width: 100%;
  min-height: 1px;
  margin-left: 2.127659574%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

.row-fluid [class*='span']:first-child {
  margin-left: 0;
}

.row-fluid .span12 {
  width: 99.99999998999999%;
}

.row-fluid .span11 {
  width: 91.489361693%;
}

.row-fluid .span10 {
  width: 82.97872339599999%;
}

.row-fluid .span9 {
  width: 74.468085099%;
}

.row-fluid .span8 {
  width: 65.95744680199999%;
}

.row-fluid .span7 {
  width: 57.446808505%;
}

.row-fluid .span6 {
  width: 48.93617020799999%;
}

.row-fluid .span5 {
  width: 40.425531911%;
}

.row-fluid .span4 {
  width: 31.914893614%;
}

.row-fluid .span3 {
  width: 23.404255317%;
}

.row-fluid .span2 {
  width: 14.89361702%;
}

.row-fluid .span1 {
  width: 6.382978723%;
}

.container-fluid:before, .container-fluid:after {
  display: table;
  content: '';
}

.container-fluid:after {
  clear: both;
}

@media (max-width: 767px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid [class*='span'] {
    display: block;
    float: none;
    width: auto;
    margin-left: 0;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    /*float: left;*/
    width: 100%;
    min-height: 1px;
    margin-left: 2.762430939%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 99.999999993%;
  }

  .row-fluid .span11 {
    width: 91.436464082%;
  }

  .row-fluid .span10 {
    width: 82.87292817100001%;
  }

  .row-fluid .span9 {
    width: 74.30939226%;
  }

  .row-fluid .span8 {
    width: 65.74585634900001%;
  }

  .row-fluid .span7 {
    width: 57.182320438000005%;
  }

  .row-fluid .span6 {
    width: 48.618784527%;
  }

  .row-fluid .span5 {
    width: 40.055248616%;
  }

  .row-fluid .span4 {
    width: 31.491712705%;
  }

  .row-fluid .span3 {
    width: 22.928176794%;
  }

  .row-fluid .span2 {
    width: 14.364640883%;
  }

  .row-fluid .span1 {
    width: 5.801104972%;
  }
}

@media (min-width: 1280px) {
  .row-fluid {
    width: 100%;
  }

  .row-fluid:before, .row-fluid:after {
    display: table;
    content: '';
  }

  .row-fluid:after {
    clear: both;
  }

  .row-fluid [class*='span'] {
    display: block;
    /*float: left;*/
    width: 100%;
    min-height: 1px;
    margin-left: 2.564102564%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
  }

  .row-fluid [class*='span']:first-child {
    margin-left: 0;
  }

  .row-fluid .span12 {
    width: 100%;
  }

  .row-fluid .span11 {
    width: 91.45299145300001%;
  }

  .row-fluid .span10 {
    width: 82.905982906%;
  }

  .row-fluid .span9 {
    width: 74.358974359%;
  }

  .row-fluid .span8 {
    width: 65.81196581200001%;
  }

  .row-fluid .span7 {
    width: 57.264957265%;
  }

  .row-fluid .span6 {
    width: 48.717948718%;
  }

  .row-fluid .span5 {
    width: 40.170940171000005%;
  }

  .row-fluid .span4 {
    width: 31.623931624%;
  }

  .row-fluid .span3 {
    width: 23.076923077%;
  }

  .row-fluid .span2 {
    width: 14.529914530000001%;
  }

  .row-fluid .span1 {
    width: 5.982905983%;
  }
}

/* Clearfix */

.clearfix:before, .clearfix:after {
  display: table;
  content: '';
}

.clearfix:after {
  clear: both;
}

/* Visibilty classes */

.hide {
  display: none;
}

.show {
  display: block;
}

.invisible {
  visibility: hidden;
}

.hidden {
  display: none;
  visibility: hidden;
}

/* Responsive visibilty classes */

.visible-phone {
  display: none !important;
}

.visible-tablet {
  display: none !important;
}

.hidden-desktop {
  display: none !important;
}

@media (max-width: 767px) {
  .visible-phone {
    display: inherit !important;
  }

  .hidden-phone {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 1139px) {
  .visible-tablet {
    display: inherit !important;
  }

  .hidden-tablet {
    display: none !important;
  }

  .hidden-desktop {
    display: inherit !important;
  }

  .visible-desktop {
    display: none !important;
  }
}
.content-wrapper {
  margin: 0 auto;
  padding: 0 1rem;
}

@media screen and (min-width: 1380px) {
  .content-wrapper {
    padding: 0;
  }
}

.dnd-section > .row-fluid {
  margin: 0 auto;
}

.dnd-section .dnd-column {
  padding: 0 1rem;
}

@media (max-width: 767px) {
  .dnd-section .dnd-column {
    padding: 0;
  }
}

/* Elements
Base HMTL elements are styled in this section (<body<, <h1>, <a>, <p>, <button> etc.)
*/

body {
  line-height: 1.4;
  word-break: break-word;
}

html[lang^="ja"] body,
html[lang^="zh"] body,
html[lang^="ko"] body {
  line-break: strict;
  word-break: break-all;
}

/* Paragraphs */

p {
  font-size: 1rem;
  margin: 0 0 1.4rem;
}

/* Anchors */

a {
  cursor: pointer;
}

/* Headings */

h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 1.4rem;
}

/* Lists */

ul,
ol {
  margin: 0 0 1.4rem;
}

ul ul,
ol ul,
ul ol,
ol ol {
  margin: 0;
}

ul.no-list {
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Code blocks */

pre {
  overflow: auto;
}

code {
  vertical-align: bottom;
}

/* Blockquotes */

blockquote {
  border-left: 2px solid;
  margin: 0 0 1.4rem;
  padding-left: 0.7rem;
}

/* Horizontal rules */

hr {
  border: none;
  border-bottom: 1px solid #CCC;
}

/* Image alt text */

img {
  font-size: 0.583rem;
  word-break: normal;
}
button,
.button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

button:disabled,
.button:disabled {
  background-color: #D0D0D0;
  border-color: #D0D0D0;
  color: #E6E6E6;
}

/* No button */

.no-button,
.no-button:hover,
.no-button:focus,
.no-button:active {
  background: none;
  border: none;
  border-radius: 0;
  color: initial;
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  margin-bottom: 0;
  padding: 0;
  text-align: left;
  text-decoration: none;
  transition: none;
}
/* Fields */

.hs-form-field {
  margin-bottom: 1.4rem;
}

/* Labels */

form label {
  display: block;
  font-size: 0.875rem;
  margin-bottom: 0.35rem;
}

/* Help text */

form legend {
  font-size: 0.875rem;
}

/* Inputs */

form input[type=text],
form input[type=email],
form input[type=password],
form input[type=tel],
form input[type=number],
form input[type=file],
form select,
form textarea {
  display: inline-block;
  font-size: 0.875rem;
  padding: 0.7rem;
  width: 100%;
}

form fieldset {
  max-width: 100% !important;
}

/* Inputs - checkbox/radio */

form .inputs-list {
  margin: 0;
  padding: 0;
  list-style: none;
}

form .inputs-list > li {
  display: block;
  margin: 0.7rem 0;
}

form .inputs-list input,
form .inputs-list span {
  vertical-align: middle;
}

form input[type=checkbox],
form input[type=radio] {
  cursor: pointer;
  margin-right: 0.35rem;
}

/* Inputs - date picker */

.hs-dateinput {
  position: relative;
}

.hs-dateinput:before {
  content:'\01F4C5';
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translateY(-50%);
}

.fn-date-picker .pika-table thead th {
  color: #FFF;
}

.fn-date-picker td.is-selected .pika-button {
  border-radius: 0;
  box-shadow: none;
}

.fn-date-picker td .pika-button:hover,
.fn-date-picker td .pika-button:focus {
  border-radius: 0 !important;
  color: #FFF;
}

/* Inputs - file picker */

form input[type=file] {
  background-color: transparent;
  border: initial;
  padding: initial;
}

/* Headings and text */

form .hs-richtext,
form .hs-richtext p {
  font-size: 0.875rem;
  margin: 0 0 1.4rem;
}

form .hs-richtext img {
  max-width: 100% !important;
}

/* GDPR */

.legal-consent-container .hs-form-booleancheckbox-display > span,
.legal-consent-container .hs-form-booleancheckbox-display > span p {
  margin-left: 1rem !important;
}

/* Validation */

.hs-form-required {
  color: #EF6B51;
}

.hs-input.invalid.error {
  border-color: #EF6B51;
}

.hs-error-msg {
  color: #EF6B51;
  margin-top: 0.35rem;
}

/* Submit button */

form input[type=submit],
form .hs-button {
  cursor: pointer;
  display: inline-block;
  text-align: center;
  transition: all 0.15s linear;
  white-space: normal;
}

/* Captcha */

.grecaptcha-badge {
  margin: 0 auto;
}
/* Table */

table {
  border-collapse: collapse;
  margin-bottom: 1.4rem;
  overflow-wrap: break-word;
}

/* Table cells */

td,
th {
  vertical-align: top;
}

/* Table header */

thead th {
  vertical-align: bottom;
}

/* Components
Specific pieces of UI that are stylized. Typically used for global partial styling
*/

/* Menu and simple menu */

.hs-menu-wrapper ul {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

/* Horizontal menu */

.hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
  flex-direction: column;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-horizontal ul {
    flex-direction: column;
  }
}

/* Vertical menu */

.hs-menu-wrapper.hs-menu-flow-vertical ul {
  flex-direction: column;
}

/* Flyouts */

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts ul {
  display: inline-flex;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.hs-menu-flow-vertical ul {
    display: flex;
  }
}

.hs-menu-wrapper.flyouts .hs-item-has-children {
  position: relative;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper {
  left: -9999px;
  opacity: 0;
  position: absolute;
}

.hs-menu-wrapper.flyouts .hs-menu-children-wrapper a {
  display: block;
  white-space: nowrap;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 0;
  opacity: 1;
  top: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
  left: 100%;
  opacity: 1;
  top: 0;
}

@media (max-width: 767px) {
  .hs-menu-wrapper.flyouts .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-horizontal.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper,
  .hs-menu-wrapper.hs-menu-flow-vertical.flyouts .hs-item-has-children:hover > .hs-menu-children-wrapper {
    left: 0;
    opacity: 1;
    position: relative;
    top: auto;
  }
}

/* CTA, logo, and rich text images */

.hs_cos_wrapper_type_cta img,
.hs_cos_wrapper_type_logo img,
.hs_cos_wrapper_type_rich_text img {
  height: auto;
  max-width: 100%;
}

/* Utilities
Helper classes with ability to override anything that comes before it
*/

/* For content that needs to be visually hidden but stay visible for screenreaders */

.show-for-sr {
  border: 0 !important;
  clip: rect(0, 0, 0, 0) !important;
  height: 1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  white-space: nowrap !important;
  width: 1px !important;
}

@media (max-width: 767px) {
  .show-for-sr--mobile {
    border: 0 !important;
    clip: rect(0, 0, 0, 0) !important;
    height: 1px !important;
    overflow: hidden !important;
    padding: 0 !important;
    position: absolute !important;
    white-space: nowrap !important;
    width: 1px !important;
  }
}

/* 29x */
.hs-tools-menu{display:none!important}*,:after,:before{box-sizing:border-box}html{scroll-behavior:smooth}body,html{min-height:100%}body{background-color:#fff;font-family:Barlow,sans-serif;font-weight:300;font-size:16px;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#353535;line-height:1.5;position:relative;width:100%;margin:0}@media (max-width:991px){body:before{content:"";position:absolute;z-index:5;width:100%;height:0;opacity:0;background-color:#00352d;background-image:url(https://25645563.fs1.hubspotusercontent-eu1.net/hubfs/25645563/Flexparking/backgrounds/01.svg);background-repeat:no-repeat;background-position:-59px 328px;background-size:124%}}@media (max-width:991px){body.body--nav-open:before,body:before{transition:all .3s cubic-bezier(.77,0,.175,1)}body.body--nav-open:before{height:100%;opacity:1}}a{color:#353535;text-decoration:underline}a:focus,a:hover{color:shade(#353535,10%)}figure{margin:0;background-size:auto 100%;background-position:50%;background-repeat:no-repeat}figure img{max-width:100%;width:100%;height:auto;display:block;margin:0 auto;transition:opacity .2s}figure.contain-width img{width:auto}@media (min-width:1200px){p{font-size:18px}}@media (min-width:1400px){p{font-size:20px}}@media (min-width:1600px){p{font-size:22px}}.dnd-section>.row-fluid{max-width:none!important}.body-container-wrapper{position:relative}.body-container-wrapper:after{content:"";position:absolute;z-index:5;top:0;left:0;width:100%;height:0;opacity:0;transition:all .5s cubic-bezier(.77,0,.175,1);background-color:transparent}.body-container-wrapper--backdrop{position:relative}@media (min-width:992px){.body-container-wrapper--backdrop:after{z-index:5;top:0;left:0;width:100%;height:100%;opacity:1;background-color:rgba(0,53,45,.75);transition:all .5s cubic-bezier(.77,0,.175,1)}}.text-header,h1,h2,h3,h4,h5,h6{font-family:Barlow,sans-serif!important;font-weight:800!important;color:#00352d}.text-header{text-transform:uppercase}.text-header--no-transform{text-transform:none}.text-header--h1,.text-header--p1,h1{font-size:36x;line-height:40px}@media (min-width:768px){.text-header--h1,.text-header--p1,h1{font-size:42px;line-height:48px}}@media (min-width:992px){.text-header--h1,.text-header--p1,h1{font-size:52px;line-height:58px}}@media (min-width:1200px){.text-header--h1,.text-header--p1,h1{font-size:66px;line-height:72px}}@media (min-width:1400px){.text-header--h1,.text-header--p1,h1{font-size:74px;line-height:80px}}.text-header--h2,.text-header--p2,h2{margin:0 0 30px;font-size:36px;line-height:42px}@media (min-width:768px){.text-header--h2,.text-header--p2,h2{font-size:42px;line-height:48px}}@media (min-width:992px){.text-header--h2,.text-header--p2,h2{font-size:50px;line-height:56px}}@media (min-width:1200px){.text-header--h2,.text-header--p2,h2{font-size:60px;line-height:66px}}@media (min-width:1400px){.text-header--h2,.text-header--p2,h2{font-size:68px;line-height:74px}}.text-header--h3,.text-header--p3,h3{margin:0 0 30px;font-size:32px;line-height:38px}@media (min-width:768px){.text-header--h3,.text-header--p3,h3{font-size:38px;line-height:46px}}@media (min-width:992px){.text-header--h3,.text-header--p3,h3{font-size:42px;line-height:48px}}@media (min-width:1200px){.text-header--h3,.text-header--p3,h3{font-size:54px;line-height:60px}}@media (min-width:1400px){.text-header--h3,.text-header--p3,h3{font-size:60px;line-height:66px}}.text-header--h4,.text-header--p4,h4{margin:0 0 30px;font-size:24px;line-height:26px}@media (min-width:768px){.text-header--h4,.text-header--p4,h4{font-size:28px;line-height:30px}}@media (min-width:992px){.text-header--h4,.text-header--p4,h4{font-size:32px;line-height:34px}}.text-header--h5,.text-header--p5,h5{margin:0 0 30px;font-size:22px;line-height:24px}@media (min-width:768px){.text-header--h5,.text-header--p5,h5{font-size:26px;line-height:28px}}.text-header--h6,.text-header--p6,h6{margin:0 0 30px;font-size:18px;line-height:20px}@media (min-width:768px){.text-header--h6,.text-header--p6,h6{font-size:22px;line-height:24px}}.icon-sprite{display:none}.icon{height:24px;width:24px;display:inline-block;fill:currentColor}.btn{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:42px;line-height:42px;padding-right:15px;padding-left:15px;color:#fff;text-decoration:none;border-radius:42px;transition:all .3s cubic-bezier(.77,0,.175,1);font-family:Barlow,sans-serif;background-color:#00352d;box-shadow:0 10px 11px 0 rgba(0,0,0,.1);cursor:pointer}@media (max-width:374px){.btn{font-size:14px}}@media (min-width:768px){.btn{padding-right:25px;padding-left:25px}}@media (min-width:1200px){.btn{height:60px;line-height:60px;font-size:18px}}@media (min-width:1400px){.btn{font-size:22px}}.btn:last-child{margin-right:0}@media (max-width:479px){.btn:last-child{margin-bottom:0}}@media (min-width:480px){.btn:first-child{margin-right:16px}}.btn:active,.btn:focus,.btn:hover{transition:all .3s cubic-bezier(.77,0,.175,1)}@media (min-width:992px){.btn:active,.btn:focus,.btn:hover{box-shadow:0 5px 8px 0 rgba(0,0,0,.1)}}.btn:hover span{padding-right:20px}.btn__iconcontainer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;border-radius:30px;background-color:#f7d500}@media (min-width:1200px){.btn__iconcontainer{width:40px;height:40px;border-radius:40px}}.btn__iconcontainer img,.btn__iconcontainer svg{width:16px;height:16px}@media (min-width:1200px){.btn__iconcontainer img,.btn__iconcontainer svg{width:22px;height:22px}}.btn span{display:block;transition:all .3s cubic-bezier(.77,0,.175,1)}.btn--icon{-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;padding-left:6px}@media (min-width:1200px){.btn--icon{padding-left:10px}}.btn--icon .btn__iconcontainer{margin-right:10px}@media (min-width:1200px){.btn--icon .btn__iconcontainer{margin-right:15px}}.btn--icon-reverse{-ms-flex-direction:row-reverse;flex-direction:row-reverse;padding-left:15px;padding-right:6px}@media (min-width:1200px){.btn--icon-reverse{padding-right:10px;padding-left:20px}}.btn--icon-reverse .btn__iconcontainer{margin-right:0;margin-left:10px}@media (min-width:1200px){.btn--icon-reverse .btn__iconcontainer{margin-left:15px}}.btn--icon-reverse img{margin-right:0}@media (min-width:1200px){.btn--small{height:42px;line-height:42px;font-size:14px}}@media (min-width:1400px){.btn--small{font-size:16px}}@media (min-width:1200px){.btn--small.btn--icon{padding-left:7px}}@media (min-width:1200px){.btn--small .btn__iconcontainer{width:30px;height:30px;border-radius:30px}}@media (min-width:1200px){.btn--small .btn__iconcontainer img,.btn--small .btn__iconcontainer svg{width:16px;height:16px}}.btn--default{background-color:#00352d;color:#fff}.btn--default:hover{color:#fff}.btn--alt{background-color:#f7d500;color:#00352d}.btn--ghost{background-color:transparent;border:2px solid #00352d;line-height:38px}.btn--ghost,.btn--ghost:hover{color:#00352d}.btn--highlight{background-color:#31b700}.btn--highlight .btn__iconcontainer{background-color:#00352d}button{font-family:Barlow,sans-serif!important}.button-play{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:80px;height:80px;padding:0;border-radius:80px;background-color:#00352d;border:0;box-shadow:0 5px 16px rgba(0,0,0,.6)}@media (min-width:1200px){.button-play{width:110px;height:110px;border-radius:110px}}.button-play:before{position:absolute;content:"";width:70px;height:70px;border-radius:70px;border:2px solid #f7d500}@media (min-width:1200px){.button-play:before{width:98px;height:98px;border-radius:100px;border:4px solid #f7d500}}.button-play:active,.button-play:focus,.button-play:hover,.button-play:visited{background-color:#00352d}.button-play--yellow,.button-play--yellow:active,.button-play--yellow:focus,.button-play--yellow:hover,.button-play--yellow:visited{background-color:#f7d500}.button-play svg{fill:#f7d500}@media (min-width:1200px){.button-play svg{height:34px}}.blog-index,.blog-tag-heading,.content-container{position:relative;z-index:1;padding-right:20px;padding-left:20px}@media (min-width:768px){.blog-index,.blog-tag-heading,.content-container{padding-right:50px;padding-left:50px}}@media (min-width:1400px){.blog-index,.blog-tag-heading,.content-container{padding-right:100px;padding-left:100px}}@media (min-width:1600px){.blog-index,.blog-tag-heading,.content-container{width:1600px;margin-right:auto;margin-left:auto}}.animate--play,.animate--play:hover:before{transition:all .3s cubic-bezier(.77,0,.175,1)}.animate--play:hover:before{transform:scale(1.1);box-shadow:0 3px 30px rgba(0,0,0,.11)}.video-trigger{position:absolute;z-index:4;top:50%;left:50%;transform:translate(-50%,-50%);-ms-flex-direction:column;flex-direction:column}.video-trigger,.video-trigger__play{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.video-trigger__play{position:relative;width:46px;height:46px;border-radius:100%;cursor:pointer}@media (min-width:992px){.video-trigger__play{width:64px;height:64px}}.video-trigger__play:before{content:"";position:absolute;top:-8px;left:-8px;width:62px;height:62px;border-radius:100%;background-color:hsla(0,0%,100%,.3);transition:all .3s cubic-bezier(.77,0,.175,1)}@media (min-width:992px){.video-trigger__play:before{width:80px;height:80px}}.video-trigger__play svg{width:16px;height:14px;margin-left:4px;fill:#00352d}@media (min-width:992px){.video-trigger__play svg{width:24px;height:21px}}.video-trigger span{display:block;padding-top:15px;font-size:12px;color:#fff;text-align:center}.checklist{padding:0;list-style-type:none}.checklist li{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;margin-bottom:16px}.checklist li:last-child{margin-bottom:0}.checklist li span{display:block;font-weight:400}@media (min-width:1200px){.checklist li span{font-size:18px}}@media (min-width:1400px){.checklist li span{font-size:20px}}@media (min-width:1600px){.checklist li span{font-size:22px}}.checklist li span strong{display:block;margin-bottom:10px}.checklist__checkmark{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:32px;height:32px;margin-right:16px;border-radius:100%;background-color:#f7d500}.checklist__icon{width:13px;height:8px;margin-left:1px;fill:#00352d}.checklist--lines li{padding-top:16px;border-top:1px solid #f4f4f4}.checklist--lines li:last-child{padding-bottom:16px;border-bottom:1px solid #f4f4f4}.has-bar{position:relative}.has-bar:after{content:"";position:absolute;bottom:-20px;left:0;width:200px;height:6px;background-image:url(https://25645563.fs1.hubspotusercontent-eu1.net/hubfs/25645563/Flexparking/backgrounds/bar.svg);background-repeat:no-repeat;background-size:auto}@media (min-width:1200px){.has-bar:after{bottom:-30px;width:278px}}.indent-content{padding-left:30px}.indent-content h1,.indent-content h2,.indent-content h3,.indent-content h4,.indent-content h5,.indent-content h6{margin-bottom:0}@keyframes moving{0%{right:30px}50%{right:40px}to{right:30px}}.modal{position:fixed;z-index:10;top:0;left:0;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:100vw;height:100vh;opacity:0;visibility:hidden;transition:all .3s ease}.modal.open{visibility:visible;opacity:1;transition-delay:0s}.modal.open .modal-container{top:0;width:calc(99% - 2rem)}@media (min-width:768px){.modal.open .modal-container{width:calc(99% - 4rem)}}@media (min-width:1400px){.modal.open .modal-container{width:1190px}}.modal-bg{position:absolute;width:100%;height:100%;background-color:#00352d;background-image:url(https://25645563.fs1.hubspotusercontent-eu1.net/hubfs/25645563/Flexparking/backgrounds/bookmark-transparent-white.svg);background-repeat:no-repeat;background-position:50% 50%;background-size:150%}.modal-container{position:relative;top:200vh;width:calc(100% - 2rem);background-color:#fff;transition:all .5s cubic-bezier(1,0,0,1);will-change:transform}@media (min-width:768px){.modal-container{width:calc(100% - 4rem);box-shadow:0 20px 50px #00352d}}@media (min-width:1400px){.modal-container{width:1200px;max-width:1200px;margin-right:auto;margin-left:auto}}.modal-container video{display:block;transform-style:flat}.modal-close{position:absolute;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;width:40px;height:40px;border-radius:40px;right:-15px;top:-15px;padding:0;outline:none;-moz-appearance:none;appearance:none;color:#00352d;background-color:#f7d500;border:0;font-weight:700;cursor:pointer;transform:scale(1);transform-origin:center;backface-visibility:hidden;box-shadow:0 5px 10px transparent}.modal-close,.modal-close:hover{transition:transform .4s cubic-bezier(.77,0,.175,1)}.modal-close:hover{transform:scale(1.2);background-color:#31b700;box-shadow:0 5px 10px rgba(0,0,0,.2)}.modal-close:hover span{transform:scale(1);color:#fff}.modal-close:active,.modal-close:focus,.modal-close:visited{transform:scale(.3);color:#f7d500!important}.modal-close span{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:26px;margin-top:-3px;font-size:26px;line-height:0;font-weight:800;transform:scale(1)}.header{position:fixed;width:100%;z-index:8;height:64px;padding:0;background-color:transparent;transition:background-color .5s cubic-bezier(.785,.135,.15,.86)}@media (min-width:992px){.header{height:74px}}@media (min-width:1400px){.header{height:94px}}@media (min-width:1600px){.header{height:134px}}.header--scroll{background-color:#fff;box-shadow:0 3px 5px rgba(0,0,0,.1)}.header--scroll .header__logo{border:0 solid transparent}.header--scroll .header__logo svg #logo-text{fill:#00352d}@media (min-width:992px){.header--scroll .header__navigation .site-nav li a{color:#00352d}}@media (min-width:992px){.header--scroll .header__navigation .site-nav--simple li a{color:#fff}}.header--scroll .header__phone svg{fill:#00352d}.header--scroll .header__phone span{color:#00352d}.header--scroll .header__navtrigger-icon span,.header--scroll .header__navtrigger-icon span:after,.header--scroll .header__navtrigger-icon span:before{background-color:#00352d}.header__container{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding-bottom:0}@media (max-width:991px){.header__container{padding-right:0;padding-left:0}}@media (min-width:992px){.header__container{padding-right:20px;padding-left:20px}}@media (min-width:1400px){.header__container{height:94px;padding-right:30px;padding-left:30px}}@media (min-width:1600px){.header__container{height:134px;padding-right:50px;padding-left:50px}}@media (max-width:991px){.header__logo{padding-left:16px}}@media (min-width:992px){.header__logo{justify-self:flex-start;-ms-flex-pack:start;justify-content:flex-start;margin-right:auto}}.header__logo svg{display:block;width:128px}@media (min-width:992px){.header__logo svg{width:170px}}@media (min-width:1400px){.header__logo svg{width:230px}}@media (min-width:1600px){.header__logo svg{width:290px}}.header__logo svg #bookmark-icon{transform-origin:50% 50%;transform-box:fill-box;transition:transform .7s cubic-bezier(.785,.135,.15,.86);fill:#f7d500}.header__logo svg #logo-text{fill:#fff}@media (max-width:991px){.header__navigation{position:absolute;z-index:6;top:64px;left:-105%;width:100%;height:calc(100% - 64px);transition:all .4s cubic-bezier(.77,0,.175,1);background-color:#fff;background-size:50%;will-change:left}}@media (min-width:992px){.header__navigation{-ms-flex-positive:1;flex-grow:1;margin-right:30px;margin-left:30px}}@media (max-width:991px){.header__navigation--active{left:0;width:100%;transition:all .7s cubic-bezier(.77,0,.175,1);will-change:left}}.header__navigation .site-nav{margin:0;padding:0;list-style-type:none}@media (max-width:991px){.header__navigation .site-nav--first-level{padding:80px 25px 25px 44px}}@media (min-width:992px){.header__navigation .site-nav--first-level{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}}@media (max-width:991px){.header__navigation .site-nav--first-level li{margin-bottom:40px}}@media (min-width:992px){.header__navigation .site-nav--first-level li{position:relative;margin-right:20px;will-change:height}}@media (min-width:1200px){.header__navigation .site-nav--first-level li{margin-right:30px}}@media (min-width:992px){.header__navigation .site-nav--first-level li:last-child{margin-right:0}}.header__navigation .site-nav--first-level li.contains-megamenu{position:static}.header__navigation .site-nav--first-level li .popout-link{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:center;align-items:center}@media (min-width:992px){.header__navigation .site-nav--first-level li .popout-link{display:-ms-flexbox;display:flex}}.header__navigation .site-nav--first-level li .popout-link svg{width:12px;height:12px;margin-top:2px;margin-left:5px;fill:#f7d500;will-change:transform}@media (min-width:992px){.header__navigation .site-nav--first-level li .popout-link svg{height:8px;width:8px;margin-top:1px}}.header__navigation .site-nav--first-level li .popout-link svg.popout-link__icon{transition:all .3s cubic-bezier(.77,0,.175,1)}.header__navigation .site-nav--first-level li .popout-link svg.popout-link__icon--active{transform:rotate(-135deg)}.header__navigation .site-nav--first-level li .popout-link__icon{fill:#fff}.header__navigation .site-nav--first-level li a{position:relative;color:#fff;font-size:18px;text-decoration:none;font-weight:500}@media (max-width:991px){.header__navigation .site-nav--first-level li a{font-size:20px;text-transform:uppercase;font-weight:800}}@media (min-width:480px) and (max-width:767px){.header__navigation .site-nav--first-level li a{font-size:30px}}@media (min-width:768px) and (max-width:991px){.header__navigation .site-nav--first-level li a{font-size:40px}}@media (min-width:992px){.header__navigation .site-nav--first-level li a{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;height:74px;font-size:14px}}@media (min-width:1200px){.header__navigation .site-nav--first-level li a{font-size:16px}}@media (min-width:1400px){.header__navigation .site-nav--first-level li a{height:94px;font-size:18px}}@media (min-width:1600px){.header__navigation .site-nav--first-level li a{height:134px;font-size:20px}}@media (min-width:992px){.header__navigation .site-nav--first-level li a:before{content:"";position:absolute;bottom:-3px;left:0;width:0;height:3px;background-color:#f7d500;transition:width .3s cubic-bezier(.785,.135,.15,.86)}}.header__navigation .site-nav--first-level li a:hover{text-decoration:none;color:#31b700}.header__navigation .site-nav--first-level li a:hover:before{width:100%}.header__navigation .site-nav--first-level li.active a{color:#31b700}@media (max-width:991px){.header__navigation .site-nav--contains-megamenu{position:relative;width:120%;height:100vh;overflow-x:scroll;scroll-behavior:smooth;padding-bottom:200px}}.header__navigation .site-nav--contains-megamenu::-webkit-scrollbar{display:none}@media (min-width:992px){.header__navigation .site-nav--simple{position:relative}}@media (min-width:992px){.header__navigation .site-nav--simple:before{content:"";display:block;position:absolute;top:0;left:0;width:0;height:3px;background-color:#f7d500;transition:all .5s cubic-bezier(.86,0,.07,1)}}.header__navigation .site-nav__wrapper{max-height:0;overflow:hidden;transition:all .5s cubic-bezier(.77,0,.175,1);will-change:transform}.header__navigation .site-nav__wrapper--active{max-height:1600px}@media (min-width:992px){.header__navigation .site-nav__wrapper--active .site-nav--simple:before,.header__navigation .site-nav__wrapper--mega{width:100%}}@media (min-width:1200px){.header__navigation .site-nav__wrapper--mega{width:90%;left:50%!important;transform:translateX(-50%)!important}}@media (min-width:1400px){.header__navigation .site-nav__wrapper--mega{max-width:1400px}}@media (min-width:1600px){.header__navigation .site-nav__wrapper--mega{max-width:1600px}}@media (min-width:992px){.header__navigation .site-nav__wrapper--simple{position:absolute;z-index:8;left:0;top:74px;min-width:300px;transform:none;background-color:#00352d;box-shadow:0 10px 30px rgba(0,0,0,.21)}}@media (min-width:1400px){.header__navigation .site-nav__wrapper--simple{top:94px}}@media (min-width:1600px){.header__navigation .site-nav__wrapper--simple{top:134px}}.header__navigation .site-nav__wrapper--simple li{margin-right:0;padding:10px 20px}@media (max-width:991px){.header__navigation .site-nav__wrapper--simple li{margin-bottom:0}}@media (max-width:991px){.header__navigation .site-nav__wrapper--simple li:first-child{padding-top:34px}}@media (min-width:992px){.header__navigation .site-nav__wrapper--simple li:first-child{padding-top:20px}}@media (max-width:991px){.header__navigation .site-nav__wrapper--simple li:last-child{padding-bottom:0}}@media (min-width:992px){.header__navigation .site-nav__wrapper--simple li:last-child{padding-bottom:20px}}.header__navigation .site-nav__wrapper--simple li a{font-weight:400;color:#fff}@media (min-width:992px){.header__navigation .site-nav__wrapper--simple li a{height:auto}}.header__navigation .site-nav__wrapper--simple li a:before{display:none}@media (min-width:992px){.header__navigation .site-nav__wrapper--mega{position:absolute;z-index:8;left:0;top:74px;min-width:300px;transform:none;background-color:#00352d;box-shadow:0 10px 30px rgba(0,0,0,.21)}}@media (min-width:1400px){.header__navigation .site-nav__wrapper--mega{top:94px}}@media (min-width:1600px){.header__navigation .site-nav__wrapper--mega{top:134px}}.header__navigation .site-nav--megamenu{padding-top:30px;padding-left:15px}@media (min-width:992px){.header__navigation .site-nav--megamenu{display:grid;grid-template-columns:repeat(3,1fr);gap:32px;width:100%;padding:50px;border-top:3px solid #f7d500}}@media (min-width:1400px){.header__navigation .site-nav--megamenu{display:grid;grid-template-columns:repeat(5,1fr)}}.header__navigation .site-nav__megamenu-container{margin-bottom:30px}@media (min-width:992px){.header__navigation .site-nav__megamenu-container{margin-bottom:0}}.header__navigation .site-nav__megamenu-container:last-child,.header__navigation .site-nav__megamenu-container:only-of-type{margin-bottom:0}.header__navigation .site-nav__megamenu-list{padding:0}.header__navigation .site-nav__megamenu-list li{margin:0 0 10px;padding:0}.header__navigation .site-nav__megamenu-list li:last-child,.header__navigation .site-nav__megamenu-list li:only-of-type{margin-bottom:0}.header__navigation .site-nav__megamenu-list li a{font-size:16px;font-weight:400;text-transform:none;color:#d6d6d6!important}@media (min-width:480px){.header__navigation .site-nav__megamenu-list li a{font-size:18px}}@media (min-width:992px){.header__navigation .site-nav__megamenu-list li a{height:auto}}.header__navigation .site-nav__megamenu-list li a:before{display:none}.header__navigation .site-nav__megamenu-list li a:hover{color:#31b700!important}.header__navigation .site-nav__megamenu-list li a:hover:before{display:none}.header__navigation .site-nav__submenu-header{font-size:18px;font-weight:700}@media (max-width:991px){.header__navigation .site-nav__submenu-header{color:#f7d500}}@media (min-width:480px){.header__navigation .site-nav__submenu-header{font-size:22px}}@media (min-width:992px){.header__navigation .site-nav__submenu-header{color:#fff}}.header__actions{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse}@media (max-width:991px){.header__actions{-ms-flex-direction:row;flex-direction:row}}.header__phone{display:-ms-flexbox;display:flex;-ms-flex-negative:0;flex-shrink:0;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-order:2;order:2;margin-left:20px}@media (min-width:768px){.header__phone{margin-left:30px}}@media (min-width:992px){.header__phone{margin-right:20px;margin-left:0}}.header__phone a{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;text-decoration:none}.header__phone svg{fill:#fff}@media (min-width:768px){.header__phone svg{margin-right:3px}}@media (min-width:1400px){.header__phone svg{width:32px;height:32px}}.header__phone span{font-weight:800}@media (max-width:767px){.header__phone span{display:none}}@media (min-width:768px){.header__phone span{font-size:14px;color:#fff}}@media (min-width:1400px){.header__phone span{font-size:16px}}.header__cta{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-order:1;order:1}.header__offer{position:relative;display:block;margin:0;padding:0;text-decoration:none;background-color:#f7d500;border-radius:3px;overflow:hidden;transition:background-color 1.4s cubic-bezier(.86,0,.07,1)}.header__offer:before{position:absolute;z-index:0;top:-180%;left:50%;margin-top:-60px;margin-left:-60px;content:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4KPCEtLSBHZW5lcmF0b3I6IEFkb2JlIElsbHVzdHJhdG9yIDI2LjAuMywgU1ZHIEV4cG9ydCBQbHVnLUluIC4gU1ZHIFZlcnNpb246IDYuMDAgQnVpbGQgMCkgIC0tPgo8IURPQ1RZUEUgc3ZnIFBVQkxJQyAiLS8vVzNDLy9EVEQgU1ZHIDEuMS8vRU4iICJodHRwOi8vd3d3LnczLm9yZy9HcmFwaGljcy9TVkcvMS4xL0RURC9zdmcxMS5kdGQiIFsKCTwhRU5USVRZIG5zX2V4dGVuZCAiaHR0cDovL25zLmFkb2JlLmNvbS9FeHRlbnNpYmlsaXR5LzEuMC8iPgoJPCFFTlRJVFkgbnNfYWkgImh0dHA6Ly9ucy5hZG9iZS5jb20vQWRvYmVJbGx1c3RyYXRvci8xMC4wLyI+Cgk8IUVOVElUWSBuc19ncmFwaHMgImh0dHA6Ly9ucy5hZG9iZS5jb20vR3JhcGhzLzEuMC8iPgoJPCFFTlRJVFkgbnNfdmFycyAiaHR0cDovL25zLmFkb2JlLmNvbS9WYXJpYWJsZXMvMS4wLyI+Cgk8IUVOVElUWSBuc19pbXJlcCAiaHR0cDovL25zLmFkb2JlLmNvbS9JbWFnZVJlcGxhY2VtZW50LzEuMC8iPgoJPCFFTlRJVFkgbnNfc2Z3ICJodHRwOi8vbnMuYWRvYmUuY29tL1NhdmVGb3JXZWIvMS4wLyI+Cgk8IUVOVElUWSBuc19jdXN0b20gImh0dHA6Ly9ucy5hZG9iZS5jb20vR2VuZXJpY0N1c3RvbU5hbWVzcGFjZS8xLjAvIj4KCTwhRU5USVRZIG5zX2Fkb2JlX3hwYXRoICJodHRwOi8vbnMuYWRvYmUuY29tL1hQYXRoLzEuMC8iPgpdPgo8c3ZnIHZlcnNpb249IjEuMSIgaWQ9IkxheWVyXzEiIHhtbG5zOng9IiZuc19leHRlbmQ7IiB4bWxuczppPSImbnNfYWk7IiB4bWxuczpncmFwaD0iJm5zX2dyYXBoczsiCgkgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeD0iMHB4IiB5PSIwcHgiIHZpZXdCb3g9IjAgMCA0My40NCA0MC44NSIKCSBzdHlsZT0iZW5hYmxlLWJhY2tncm91bmQ6bmV3IDAgMCA0My40NCA0MC44NTsiIHhtbDpzcGFjZT0icHJlc2VydmUiPgo8c3R5bGUgdHlwZT0idGV4dC9jc3MiPgoJLnN0MHtmaWxsOiMzMUI3MDA7fQo8L3N0eWxlPgo8bWV0YWRhdGE+Cgk8c2Z3ICB4bWxucz0iJm5zX3NmdzsiPgoJCTxzbGljZXM+PC9zbGljZXM+CgkJPHNsaWNlU291cmNlQm91bmRzICBib3R0b21MZWZ0T3JpZ2luPSJ0cnVlIiBoZWlnaHQ9IjQwLjg1IiB3aWR0aD0iNDMuNDQiIHg9IjUyNy45MiIgeT0iLTI5MS40MiI+PC9zbGljZVNvdXJjZUJvdW5kcz4KCTwvc2Z3Pgo8L21ldGFkYXRhPgo8cGF0aCBpZD0ic2h1dHRlcnN0b2NrXzc5MzE0NDc4OSIgY2xhc3M9InN0MCIgZD0iTTAuNzUsMjYuMDZMMjAuNTQsNi4yOEwxNC4zLDAuMDRjLTIuOTksMS4wNy01LjcxLDIuNzktNy45Niw1LjA0CglDMC44NiwxMC41Ni0xLjI3LDE4LjU3LDAuNzUsMjYuMDYgTTYuMzUsMzUuNzdjMi4yNiwyLjI2LDQuOTksNCw3Ljk5LDUuMDhsMjcuNzgtMjcuNzhDMzkuOTMsNi45OCwzNS4xNCwyLjE5LDI5LjA1LDBMMS4yNywyNy44MgoJQzIuMzYsMzAuODEsNC4xLDMzLjUzLDYuMzUsMzUuNzcgTTIyLjg2LDM0LjYybDYuMjgsNi4yNGMzLTEuMDcsNS43Mi0yLjgsNy45Ni01LjA4YzUuNDktNS40OSw3LjYyLTEzLjQ5LDUuNi0yMC45OUwyMi44NiwzNC42MnoiCgkvPgo8L3N2Zz4K);width:120px;height:120px;transition:all 1s cubic-bezier(.86,0,.07,1);transform:scale(0);opacity:1}@media (max-width:991px){.header__offer:before{width:80px;height:80px;margin-top:-40px;margin-left:-40px}}.header__offer:hover{background-color:transparent;transition:background-color .8s cubic-bezier(.86,0,.07,1)}.header__offer:hover:before{top:50%;transform:scale(1);transition:all .4s cubic-bezier(.86,0,.07,1)}.header__offer span{position:relative;display:block;padding:7px 5px;color:#00352d;font-size:12px;font-weight:700;line-height:1;overflow:hidden;transition:color 1s cubic-bezier(.86,0,.07,1)}@media (min-width:992px){.header__offer span{padding:9px 13px;font-size:14px}}@media (min-width:1400px){.header__offer span{padding:11px 13px;font-size:16px}}.header__offer span:hover{color:#fff;transition:color .5s cubic-bezier(.86,0,.07,1)}.header__navtrigger{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;-ms-flex-negative:0;flex-shrink:0;width:22px;height:64px;margin-right:20px;margin-left:17px}@media (max-width:991px){.header__navtrigger{-ms-flex-order:3;order:3}}@media (min-width:768px){.header__navtrigger{margin-left:27px}}@media (min-width:992px){.header__navtrigger{display:none}}.header__navtrigger-icon{position:relative;margin-top:6px;width:22px;height:19px;cursor:pointer}.header__navtrigger-icon-inner{transition-timing-function:linear;transition-timing-function:cubic-bezier(.68,-.55,.265,1.55);transition-duration:.275s;cursor:pointer;height:1px}.header__navtrigger-icon-inner,.header__navtrigger-icon-inner:after,.header__navtrigger-icon-inner:before{left:0;position:absolute;width:22px;background-color:#fff;transition:transform .6s cubic-bezier(.68,-.55,.265,1.55),width .6s cubic-bezier(.68,-.55,.265,1.55),opacity .6s ease}.header__navtrigger-icon-inner:after{height:1px}.header__navtrigger-icon-inner:after,.header__navtrigger-icon-inner:before{display:block;content:""}.header__navtrigger-icon-inner{top:-1px}.header__navtrigger-icon-inner:before{top:7px;width:19px;height:1px}.header__navtrigger-icon-inner:after{top:14px}.header__navtrigger-text{display:block;margin-top:-2px;font-size:14px;color:#00352d}.header__navtrigger.js-navtrigger{cursor:pointer}.header__navtrigger.js-navtrigger--active .header__navtrigger-icon-inner{transform:translate3d(0,7px,0) rotate(45deg)}.header__navtrigger.js-navtrigger--active .header__navtrigger-icon-inner:after,.header__navtrigger.js-navtrigger--active .header__navtrigger-icon-inner:before{transition:background-color .4s,transform .6s cubic-bezier(.68,-.55,.265,1.55),width .6s cubic-bezier(.68,-.55,.265,1.55),opacity .6s ease}.header__navtrigger.js-navtrigger--active .header__navtrigger-icon-inner:before{transform:rotate(-45deg) translate3d(5px,-10px,0);opacity:0}.header__navtrigger.js-navtrigger--active .header__navtrigger-icon-inner:after{transform:translate3d(0,-14px,0) rotate(-90deg)}.body--nav-open .header__logo svg #text,.body--nav-open .header__phone svg #phone{fill:#fff}.body--nav-open .header__phone span{color:#fff}.body--nav-open .header__navtrigger-icon-inner,.body--nav-open .header__navtrigger-icon-inner:after,.body--nav-open .header__navtrigger-icon-inner:before{background-color:#fff}.body--nav-open .header--scroll .header__logo svg #logo-text,.body--nav-open .header--scroll .header__phone svg{fill:#00352d}.body--nav-open .header--scroll .header__phone span{color:#00352d}.body--nav-open .header--scroll .header__phone #phone{fill:#00352d}.hero{position:relative;height:690px;overflow:hidden;background-repeat:no-repeat;background-size:cover;background-color:#00352d}@media (min-width:992px){.hero{height:850px}}@media (min-width:1400px){.hero{height:1080px}}.hero:before{content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background-color:rgba(0,53,45,.9);mix-blend-mode:multiply}.hero--small .hero__text,.hero--video .hero__text{top:auto;left:20px;transform:none;bottom:50px}@media (min-width:768px){.hero--small .hero__text,.hero--video .hero__text{left:50px;bottom:60px}}@media (min-width:992px){.hero--small .hero__text,.hero--video .hero__text{margin-bottom:0}}@media (min-width:1400px){.hero--small .hero__text,.hero--video .hero__text{left:100px}}@media (min-width:1600px){.hero--small .hero__text,.hero--video .hero__text{right:0;bottom:40px;left:0;width:1600px;max-width:1600px;margin-right:auto;margin-left:auto;padding-left:100px;padding-right:100px}}.hero--small .hero__description,.hero--small .hero__title,.hero--video .hero__description,.hero--video .hero__title{text-align:left}@media (min-width:1600px){.hero--small .hero__title,.hero--video .hero__title{max-width:1265px}}@media (max-width:767px){.hero--video{height:500px}}.hero--small{height:500px}@media (min-width:992px){.hero--small{height:645px}}.hero--sidebyside{height:auto}.hero--sidebyside:after,.hero--sidebyside:before{display:none}.hero--sidebyside .hero__columns{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}@media (max-width:767px){.hero--sidebyside .hero__columns{position:relative;-ms-flex-wrap:nowrap;flex-wrap:nowrap;height:560px;overflow-x:scroll;scroll-behavior:smooth}}@media (min-width:768px){.hero--sidebyside .hero__columns{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap}}@media (max-width:767px){.hero--sidebyside .hero__columns::-webkit-scrollbar{display:none}}@media (max-width:767px){.hero--sidebyside .hero__columns:before{content:"<- SWIPE";position:absolute;z-index:4;top:50%;right:30px;display:block;margin-top:-6px;color:#fff;font-size:12px;opacity:.5;animation:moving 2s ease-in-out infinite alternate}}.hero--sidebyside .hero__column{height:560px;position:relative;transition:all .3s cubic-bezier(.445,.05,.55,.95);overflow:hidden}@media (max-width:767px){.hero--sidebyside .hero__column{width:322px;-ms-flex-negative:0;flex-shrink:0}}@media (min-width:768px){.hero--sidebyside .hero__column{height:450px;width:50%}}@media (min-width:1400px){.hero--sidebyside .hero__column{height:540px;width:50%}}@media (min-width:1600px){.hero--sidebyside .hero__column{width:25%;height:992px}}@media (min-width:1920px){.hero--sidebyside .hero__column{height:100vh}}@media (min-width:768px){.hero--sidebyside .hero__column:hover{transition:all .3s cubic-bezier(.445,.05,.55,.95)}}@media (min-width:992px){.hero--sidebyside .hero__column:hover{background-size:120%}}@media (min-width:768px){.hero--sidebyside .hero__column:hover:before{opacity:.6}}@media (min-width:768px){.hero--sidebyside .hero__column:hover .hero__column-image img{transform:scale(1.2)}}@media (min-width:768px){.hero--sidebyside .hero__column:hover .hero__column-text p{max-height:300px;padding-bottom:20px;transition:all .6s cubic-bezier(.455,.03,.515,.955)}}.hero--sidebyside .hero__column:before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:rgba(0,53,45,.9);mix-blend-mode:multiply;transition:all .3s cubic-bezier(.445,.05,.55,.95)}.hero--sidebyside .hero__column-link{position:relative;display:block;text-decoration:none;cursor:pointer}.hero--sidebyside .hero__column-text{position:absolute;z-index:2;left:30px;right:30px;bottom:30px}@media (min-width:768px){.hero--sidebyside .hero__column-text{left:50px;right:50px;bottom:50px}}.hero--sidebyside .hero__column-text h2{font-size:20px;line-height:26px;color:#fff;text-transform:uppercase}@media (min-width:992px){.hero--sidebyside .hero__column-text h2{font-size:32px;line-height:38px}}@media (min-width:1400px){.hero--sidebyside .hero__column-text h2{font-size:35px;line-height:41px}}@media (min-width:1600px){.hero--sidebyside .hero__column-text h2{font-size:30px;line-height:36px}}@media (min-width:2540px){.hero--sidebyside .hero__column-text h2{font-size:45px;line-height:51px}}.hero--sidebyside .hero__column-text h2 span{color:#f7d500}.hero--sidebyside .hero__column-text p{display:none;color:#fff;opacity:.75}@media (min-width:992px){.hero--sidebyside .hero__column-text p{display:block;max-height:0;padding-bottom:0;overflow:hidden;transition:all .4s cubic-bezier(.455,.03,.515,.955)}}@media (min-width:1400px) and (max-width:1920px){.hero--sidebyside .hero__column-text .btn{font-size:18px}}.hero--sidebyside .hero__column-image{position:absolute;z-index:0;left:0;width:100%;height:100%}.hero--sidebyside .hero__column-image img{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover;transition:transform .4s cubic-bezier(.445,.05,.55,.95);transform:scale(1)}.hero:after,.hero:before{content:"";position:absolute;background-repeat:no-repeat;background-size:contain}.hero__breadcrumbs{display:-ms-flexbox;display:flex;position:absolute;z-index:4;bottom:20px;left:20px}@media (min-width:768px){.hero__breadcrumbs{left:50px;bottom:30px}}@media (min-width:992px){.hero__breadcrumbs{bottom:40px}}@media (min-width:1400px){.hero__breadcrumbs{left:100px;bottom:50px}}@media (min-width:1600px){.hero__breadcrumbs{width:1600px;left:0;right:0;margin-right:auto;margin-left:auto;padding-left:100px;padding-right:100px}}.hero__breadcrumbs ul{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style-type:none}.hero__breadcrumbs ul li{color:#fff;font-size:12px}.hero__breadcrumbs ul li a{color:#fff}.hero__text{position:absolute;z-index:3;top:150px;left:50%;width:90%;transform:translateX(-50%);max-width:1265px}@media (min-width:480px){.hero__text{width:80%}}@media (min-width:768px){.hero__text{top:30%}}@media (min-width:992px){.hero__text{top:25%;margin-bottom:100px}}@media (min-width:1200px){.hero__text{top:30%}}@media (min-width:1400px){.hero__text{top:35%}}.hero__description,.hero__title{color:#fff;text-align:center}.hero__title{text-transform:uppercase}@media (min-width:570px){.hero__title{font-size:38px;line-height:46px}}@media (min-width:992px){.hero__title{margin-bottom:40px;font-size:50px;line-height:58px;font-size:60px;line-height:68px}}@media (min-width:1400px){.hero__title{margin-bottom:50px;font-size:70px;line-height:78px}}@media (min-width:1600px){.hero__title{font-size:80px;line-height:88px}}.hero__title span{color:#f7d500}@media (min-width:992px){.hero__description{width:65%;margin-right:auto;margin-left:auto}}@media (min-width:992px){.hero__description p{font-size:22px}}@media (min-width:1400px){.hero__description p{font-size:26px;line-height:34px}}@media (min-width:1600px){.hero__description p{font-size:32px;line-height:40px}}.hero__carousel{margin-right:-15px;margin-left:-15px;padding-top:30px}@media (max-width:767px){.hero__carousel{padding-right:5%;padding-left:5%}}@media (min-width:992px){.hero__carousel{padding-top:50px}}@media (min-width:1400px){.hero__carousel{padding-top:100px}}@media (min-width:1600px){.hero__carousel{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}}.hero__carousel-link{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;text-decoration:none}.hero__carousel-image{-ms-flex-negative:0;flex-shrink:0}.hero__carousel-image img{width:57px;height:51px;clip-path:url(#carousel-mask);-o-object-fit:cover;object-fit:cover}@media (min-width:570px){.hero__carousel-image img{width:77px;height:71px}}.hero__carousel-text{position:relative;margin-left:20px;padding-left:20px;padding-bottom:10px;border-left:1px solid hsla(0,0%,100%,.15)}.hero__carousel-text .text-header,.hero__carousel-text span{color:#fff}.hero__carousel-text .text-header{margin:0 0 10px;font-size:16px;text-transform:uppercase}@media (min-width:570px){.hero__carousel-text .text-header{font-size:18px}}.hero__carousel-text span{display:block;font-size:12px;line-height:18px}@media (min-width:570px){.hero__carousel-text span{font-size:14px;line-height:20px}}.hero__carousel-icon{position:absolute;bottom:0;right:10px;width:10px;height:10px;fill:#f7d500}@media (min-width:570px){.hero__carousel-icon{right:0}}.hero__carousel .splide__track{margin-bottom:30px}@media (min-width:570px){.hero__carousel .splide__track{margin-bottom:50px}}@media (min-width:1200px){.hero__carousel .splide__track{width:90%;margin-right:auto;margin-left:auto}}@media (min-width:1400px){.hero__carousel .splide__track{width:80%}}@media (min-width:1600px){.hero__carousel .splide__track{width:80%}}.hero__carousel .splide__pagination{position:relative;left:50%;transform:translateX(-50%);display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;padding-left:0}@media (min-width:1600px){.hero__carousel .splide__pagination{transform:none;left:0;top:23px}}.hero__carousel .splide__pagination li{display:block;padding:0;margin:0 -5px 0 0;clip-path:polygon(25% 0,100% 0,75% 100%,0 100%)}.hero__carousel .splide__pagination li:last-child{margin-right:0}.hero__carousel .splide__pagination__page{height:4px;width:39px;margin:0;padding:0;background-color:hsla(0,0%,100%,.3);border-radius:0;border:0}.hero__carousel .splide__pagination__page.is-active{background-color:#f7d500}.hero__carousel .splide__pagination-index{position:absolute;top:30px;left:50%;transform:translateX(-50%);color:#fff;font-size:10px}@media (min-width:1600px){.hero__carousel .splide__pagination-index{left:0;transform:none;top:-20px;font-size:12px}}.hero__video{position:relative;overflow:hidden;height:750px}@media (min-width:992px){.hero__video{height:850px}}@media (min-width:1400px){.hero__video{height:1080px}}.hero__video video{position:absolute;top:0;left:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.block-video-feature__play{position:absolute;z-index:3;top:50%;left:50%;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:60px;height:60px;margin-top:-30px;margin-left:-30px;pointer-events:none;opacity:1;border-radius:50%;background:#f7d500;box-shadow:0 0 0 14px rgba(247,213,0,.2);border:0;transition:transform .08s cubic-bezier(.445,.05,.55,.95)}@media (min-width:992px){.block-video-feature__play{top:auto;left:auto;right:15%;bottom:122px;opacity:0;width:80px;height:80px}}.block-video-feature__play svg{margin-left:3px}.block-video-feature__trigger{position:absolute;top:0;left:0;bottom:0;right:0;border:0;z-index:4;display:block;cursor:none}.block-video-feature__trigger,.block-video-feature__trigger:active,.block-video-feature__trigger:focus,.block-video-feature__trigger:hover,.block-video-feature__trigger:visited{color:transparent;background:0 0}.image-text{position:relative;background-image:url(https://25645563.fs1.hubspotusercontent-eu1.net/hubfs/25645563/Flexparking/backgrounds/bookmark-cut.svg);background-repeat:no-repeat;background-position:100% 100%;padding-top:40px;padding-bottom:40px}@media (min-width:768px){.image-text{padding-top:80px;padding-bottom:80px;background-position:100% 25%;background-size:40%}}@media (min-width:992px){.image-text{padding-top:120px;padding-bottom:120px;background-position:100% 50%}}@media (min-width:1200px){.image-text{background-size:520px}}@media (min-width:1600px){.image-text{padding-top:180px;padding-bottom:180px}}@media (min-width:768px){.image-text--onlytext .image-text__text{width:100%}}@media (min-width:992px){.image-text--onlytext .image-text__text{padding-right:20%;padding-left:20%}}.image-text__inner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}@media (min-width:768px){.image-text__inner{-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:start;align-items:flex-start}}@media (min-width:768px){.image-text__inner--reverse{-ms-flex-direction:row;flex-direction:row}}.image-text__inner--reverse .image-text__text{margin-bottom:40px}@media (min-width:768px){.image-text__inner--reverse .image-text__text{margin-bottom:0;padding-right:0;padding-left:50px}}@media (min-width:992px){.image-text__inner--reverse .image-text__text{padding-left:80px}}@media (min-width:1200px){.image-text__inner--reverse .image-text__text{padding-right:0;padding-left:80px}}@media (min-width:1600px){.image-text__inner--reverse .image-text__text{padding-right:0;padding-left:15%}}.image-text__media{position:relative;width:85%;margin-right:auto;margin-left:auto;margin-bottom:30px}@media (min-width:768px){.image-text__media{position:relative;-ms-flex-negative:0;flex-shrink:0;width:40%;margin-top:10px;margin-bottom:0}}@media (min-width:992px){.image-text__media{width:35%}}@media (min-width:768px){.image-text__image{width:90%}}.image-text__image--front{position:relative;z-index:2;top:0;left:-10%}@media (min-width:768px){.image-text__image--front{left:-5%}}.image-text__image--front img{box-shadow:0 13px 16px rgba(0,0,0,.16)}.image-text__image--back{position:absolute;z-index:1;top:10%;right:-10%}@media (min-width:768px){.image-text__image--back{top:20%;right:-5%}}@media (min-width:1600px){.image-text__image--back{top:24%}}.image-text__image img{display:block;width:100%;height:auto;max-width:457px;max-height:457px}.image-text__text{padding-top:17%}@media (min-width:600px){.image-text__text{padding-top:60px}}@media (min-width:768px){.image-text__text{width:60%;padding-right:50px;padding-top:0}}@media (min-width:992px){.image-text__text{width:65%;padding-right:80px}}@media (min-width:1200px){.image-text__text{padding-right:80px;padding-right:120px}}@media (min-width:1600px){.image-text__text{padding-right:15%}}.image-text__title{position:relative;margin:0 0 50px;font-size:32px;line-height:38px}@media (min-width:768px){.image-text__title{font-size:38px;line-height:46px}}@media (min-width:992px){.image-text__title{font-size:42px;line-height:48px}}@media (min-width:1200px){.image-text__title{margin-bottom:80px;font-size:54px;line-height:60px}}@media (min-width:1400px){.image-text__title{font-size:60px;line-height:66px}}@media (min-width:1600px){.image-text__title{margin-bottom:100px}}.image-text__title span{color:#31b700}.image-text__description h3{margin:0 0 30px;font-size:22px;line-height:30px}@media (min-width:768px){.image-text__description h3{font-size:28px;line-height:36px}}.image-text__description p{margin:0 0 30px}.image-text__description p:last-child{margin-bottom:0}@media (min-width:1200px){.image-text__description ol,.image-text__description ul{font-size:18px}}@media (min-width:1400px){.image-text__description ol,.image-text__description ul{font-size:20px}}@media (min-width:1600px){.image-text__description ol,.image-text__description ul{font-size:22px}}.image-text__checklist{padding-top:30px;margin:0 0 40px}@media (min-width:1200px){.image-text__checklist{margin-bottom:50px}}.image-text__buttons{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.image-text__buttons .btn:nth-child(2){margin-left:15px}.project-intro{padding:40px 0;background-repeat:no-repeat;background-size:cover;background-position:50% 50%}@media (min-width:768px){.project-intro{padding:80px 0}}@media (min-width:1200px){.project-intro{padding:120px 0}}@media (min-width:1400px){.project-intro{padding:160px 0;padding:200px 0}}@media (min-width:768px){.project-intro__header{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:992px){.project-intro__header{padding-bottom:50px}}@media (min-width:1400px){.project-intro__header{padding-bottom:60px}}@media (min-width:1600px){.project-intro__header{padding-bottom:80px}}.project-intro__phone{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:10px}@media (min-width:768px){.project-intro__phone{margin-bottom:0}}.project-intro__phone-text p{margin:0;font-size:12px;font-weight:800;text-transform:uppercase;color:#00352d}@media (min-width:1200px){.project-intro__phone-text p{font-size:14px}}.project-intro__phone-text p span{display:block;margin-top:-3px;font-size:18px;font-weight:400;text-transform:none;color:#353535}@media (min-width:1200px){.project-intro__phone-text p span{font-size:28px}}.project-intro__phone-text p span a{text-decoration:none}.project-intro__phone-icon{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;margin-left:auto;border-radius:48px;background-color:#efefef}@media (min-width:768px){.project-intro__phone-icon{margin-left:20px}}@media (min-width:992px){.project-intro__phone-icon{width:58px;height:58px;border-radius:58px}}.project-intro__phone-icon svg{width:15px;height:25px;fill:#00352d}@media (min-width:992px){.project-intro__phone-icon svg{width:29px;height:33px}}@media (min-width:992px){.project-intro__types{display:-ms-flexbox;display:flex;-ms-flex-direction:row-reverse;flex-direction:row-reverse;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}}.project-intro__headers{width:100%;height:90px;overflow-y:hidden;margin-bottom:15px}@media (min-width:992px){.project-intro__headers{width:35%;overflow:visible}}.project-intro__headers-scroller{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;height:107px;overflow-x:scroll;scroll-behavior:smooth}@media (min-width:992px){.project-intro__headers-scroller{-ms-flex-direction:column;flex-direction:column;overflow-x:visible;scroll-behavior:none;height:auto}}.project-intro__headers-link{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-negative:0;flex-shrink:0;margin-top:-7px;margin-right:1px;padding:15px 40px 15px 15px;text-decoration:none;background-color:#efefef;cursor:pointer;transition:background-color .3s cubic-bezier(.77,0,.175,1)}@media (min-width:768px){.project-intro__headers-link{margin-top:-20px}}@media (min-width:992px){.project-intro__headers-link{width:100%;margin-top:0;margin-right:0;padding:20px;border-bottom:1px solid #d8d8d8}}@media (min-width:1200px){.project-intro__headers-link{padding:30px}}.project-intro__headers-link:hover{background-color:#f4f4f4}@media (min-width:992px){.project-intro__headers-link:last-child{border-bottom:0}}.project-intro__headers-link:before{content:"";position:absolute;bottom:0;left:0;width:0;height:4px;background-image:url(https://25645563.fs1.hubspotusercontent-eu1.net/hubfs/25645563/Flexparking/backgrounds/bar.svg);background-repeat:no-repeat;background-size:auto;transition:width .3s cubic-bezier(.785,.135,.15,.86)}@media (min-width:992px){.project-intro__headers-link:before{height:6px}}.project-intro__headers-link--active{position:relative;background-color:#fff}@media (min-width:992px){.project-intro__headers-link--active{border-bottom:1px solid #fff}}.project-intro__headers-link--active:hover{background-color:#fff}.project-intro__headers-link--active:before{width:100%}.project-intro__headers-link--active:after{content:"";position:absolute;z-index:1;bottom:-6px;left:28px;width:15px;height:6px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMC41MDQiIGhlaWdodD0iMTMuODc2IiB2aWV3Qm94PSIwIDAgMzAuNTA0IDEzLjg3NiI+PHBhdGggZD0iTTExMzAuNzc2LDI1NzIuOTkxbC0xMi4zNTQsMTIuMzU0YTMuNTIsMy41MiwwLDAsMCwwLDUuOGwxMi4zNTQsMTIuMzU0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTI1NzIuOTkxIDExMzAuNzc2KSByb3RhdGUoLTkwKSIgZmlsbD0iI2ZmZiIvPjwvc3ZnPg==");background-repeat:no-repeat;background-size:contain}@media (min-width:992px){.project-intro__headers-link--active:after{top:50%;left:-7px;width:14px;height:30px;margin-top:-15px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxMy44NzYiIGhlaWdodD0iMzAuNTA0IiB2aWV3Qm94PSIwIDAgMTMuODc2IDMwLjUwNCI+PHBhdGggZD0iTTExMzAuNzc2LDI1NzIuOTkxbC0xMi4zNTQsMTIuMzU0YTMuNTIsMy41MiwwLDAsMCwwLDUuOGwxMi4zNTQsMTIuMzU0WiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoLTExMTYuOSAtMjU3Mi45OTEpIiBmaWxsPSIjZmZmIi8+PC9zdmc+")}}.project-intro__headers-link:last-child{margin-right:0;padding-right:15px}@media (min-width:992px){.project-intro__headers-link:last-child{margin-bottom:0}}.project-intro__headers-icon{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;margin-right:10px}@media (min-width:768px){.project-intro__headers-icon{margin-right:15px}}@media (min-width:1200px){.project-intro__headers-icon{width:50px;height:50px}}.project-intro__headers-icon img{display:block;width:100%}.project-intro__headers-title{margin:0;font-family:Barlow,sans-serif;font-weight:800;font-size:16px;color:#00352d}@media (min-width:768px){.project-intro__headers-title{font-size:22px;line-height:1}}.project-intro__headers-title span{display:none;color:#353535}@media (min-width:768px){.project-intro__headers-title span{display:block;padding-top:5px;font-size:14px;font-weight:400;line-height:1}}.project-intro__content{padding:20px;background-color:#fff}@media (min-width:768px){.project-intro__content{position:relative;padding:30px}}@media (min-width:992px){.project-intro__content{width:calc(65% - 40px);padding:40px}}@media (min-width:1400px){.project-intro__content{padding:50px}}.project-intro__content img{width:100%!important;max-width:100%;height:auto}@media (min-width:992px){.project-intro__content img{width:95%!important;max-width:95%}}@media (min-width:1200px){.project-intro__content img{width:100%!important;max-width:100%}}.project-intro__description{display:none}@media (min-width:768px){.project-intro__description{position:relative;height:329px;overflow-y:scroll}.project-intro__description *{scrollbar-width:auto;scrollbar-color:#f4f4f4 #f4f4f4}.project-intro__description::-webkit-scrollbar{width:10px}.project-intro__description::-webkit-scrollbar-track{background:#fff}.project-intro__description::-webkit-scrollbar-thumb{background-color:#efefef;border-radius:10px;background-clip:content-box;border:4px solid #fff;border-top:10px solid #fff;border-radius:4px}}@media (min-width:1200px){.project-intro__description{height:474px;padding-right:30px}}@media (min-width:1400px){.project-intro__description{height:454px}}.project-intro__description--active{display:block}.project-intro__description h2,.project-intro__description h3{font-size:22px;line-height:1.2}@media (min-width:768px){.project-intro__description h2,.project-intro__description h3{font-size:30px}}@media (min-width:1400px){.project-intro__description h2,.project-intro__description h3{font-size:36px}}.project-intro__description h2 span,.project-intro__description h3 span{color:#31b700}.project-intro__description h4{font-size:18px}@media (min-width:768px){.project-intro__description h4{font-size:22px}}@media (min-width:1400px){.project-intro__description h4{font-size:28px}}.project-intro__description p:last-child{margin-bottom:0}.project-slider{background-image:url(https://25645563.fs1.hubspotusercontent-eu1.net/hubfs/25645563/Flexparking/backgrounds/project-bookmark.svg);background-repeat:no-repeat;background-position:0 100%}@media (min-width:992px){.project-slider{background-size:75%}}@media (min-width:1200px){.project-slider{background-size:50%}}@media (min-width:1400px){.project-slider{background-size:996px 760px}}@media (max-width:767px){.project-slider__title{text-align:center}}@media (min-width:768px){.project-slider__title{margin-bottom:70px}}@media (min-width:992px){.project-slider__title{margin-bottom:90px}}.project-slider__carousel{padding-bottom:80px}@media (min-width:768px){.project-slider__carousel{position:relative;margin-right:-50px;padding-bottom:120px}}@media (min-width:1200px){.project-slider__carousel{padding-bottom:180px}}@media (min-width:1400px){.project-slider__carousel{margin-right:-100px}}@media (min-width:1600px){.project-slider__carousel{margin-right:calc(-50vw + 718px)}}.project-slider__carousel-image{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:200px;overflow:hidden}@media (min-width:480px){.project-slider__carousel-image{height:275px}}@media (min-width:768px){.project-slider__carousel-image{height:100%;z-index:1}}.project-slider__carousel-image img{min-width:100%;min-height:100%;display:block;-o-object-fit:cover;object-fit:cover}.project-slider__carousel-text{padding:15px;background-color:#00352d}@media (min-width:480px){.project-slider__carousel-text{padding:20px}}@media (min-width:768px){.project-slider__carousel-text{position:absolute;top:0;left:0;width:100%;height:100%;padding:30px;background-color:transparent}.project-slider__carousel-text:before{content:"";position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background-color:rgba(0,53,45,.9);mix-blend-mode:multiply}}.project-slider__carousel-text .text-header,.project-slider__carousel-text p{color:#fff}@media (min-width:768px){.project-slider__carousel-text .text-header,.project-slider__carousel-text p{position:relative;z-index:2}}.project-slider__carousel-text .text-header{margin-bottom:40px}.project-slider__carousel-text .text-header:after{height:4px}@media (max-width:767px){.project-slider__carousel-text .text-header:after{width:180px}}@media (min-width:1200px){.project-slider__carousel-text .text-header:after{bottom:-17px;width:190px}}.project-slider__carousel-text p strong{font-weight:800}@media (min-width:768px){.project-slider__carousel .splide__list{-ms-flex-align:end;align-items:flex-end;height:600px}}@media (min-width:768px){.project-slider__carousel .splide__slide{position:relative;height:400px;transition:height .5s cubic-bezier(.77,0,.175,1)}}@media (min-width:768px){.project-slider__carousel .splide__slide.is-active{height:600px;transition:height .5s cubic-bezier(.77,0,.175,1)}}@media (min-width:768px){.project-slider__carousel .splide__slide.is-active .project-slider__carousel-text{height:200px;top:auto;bottom:0;transition:height .5s cubic-bezier(.77,0,.175,1)}}@media (min-width:1200px){.project-slider__carousel .splide__slide.is-active .project-slider__carousel-text{height:230px}}@media (min-width:1600px){.project-slider__carousel .splide__slide.is-active .project-slider__carousel-text{height:260px}}.project-slider__carousel .splide__arrows{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;margin-bottom:30px}@media (min-width:768px){.project-slider__carousel .splide__arrows{position:absolute;z-index:4;top:0;right:40px}}.project-slider__carousel .splide__arrows button{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:40px;border:0;background-color:#f7d500}.project-slider__carousel .splide__arrows button svg{width:12px;height:12px}.project-slider__carousel .splide__arrow--prev{margin-right:8px}.project-slider__carousel .splide__arrow--prev svg{transform:rotate(-180deg)}.project-slider__carousel .splide__arrow--next{margin-left:8px}.service{padding:40px 0;background-color:#282828;background-image:url(https://25645563.fs1.hubspotusercontent-eu1.net/hubfs/25645563/Flexparking/backgrounds/03.svg);background-repeat:no-repeat;background-size:90%;background-position:90% 107%}@media (min-width:768px){.service{padding:80px 0;background-size:583px 402px;background-position:96% 136%}}@media (min-width:1200px){.service{background-size:743px 642px;background-position:96% 188%}}@media (min-width:1400px){.service{padding:120px 0;background-size:743px 642px;background-position:96% 104%}}@media (min-width:1600px){.service{padding:180px 0;background-position:96% 96%}}.service__intro{margin-bottom:50px}@media (min-width:1200px){.service__intro{margin-bottom:80px}}.service__intro-title{color:#fff}.service__intro-title span{color:#f7d500}.service__intro-description p{color:#fff}.service__intro--centered .service__intro-description,.service__intro--centered .service__intro-title{text-align:center;width:80%;margin-right:auto;margin-left:auto}@media (min-width:1200px){.service__intro--centered .service__intro-description,.service__intro--centered .service__intro-title{max-width:70%}}@media (min-width:1200px){.service__intro--centered .service__intro-description{padding-right:50px;padding-left:50px}}@media (min-width:992px){.service__items{display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:1fr;grid-column-gap:30px;grid-row-gap:30px}}@media (min-width:1400px){.service__items{grid-column-gap:50px}}.service__item{background-color:#fff}.service__item,.service__item:last-child{margin-bottom:30px}.service__item-image{position:relative}.service__item-image svg{content:"";position:absolute;z-index:2;bottom:-15px;left:15px;fill:#f7d500}@media (min-width:768px){.service__item-image svg{left:20px}}@media (min-width:1200px){.service__item-image svg{left:25px}}.service__item-image img{display:block;width:100%;height:auto}.service__item-text{padding:30px 15px 15px}@media (min-width:768px){.service__item-text{padding:40px 20px 20px}}@media (min-width:1200px){.service__item-text{padding:40px 30px 30px}}.service__item-title{margin-bottom:50px;text-transform:none}@media (min-width:1200px){.service__item-title{margin-bottom:60px}}.service__item-title:after{height:4px;width:65%}@media (min-width:1200px){.service__item-title:after{bottom:-25px}}.people{position:relative}.people:after{content:"";position:absolute;bottom:50px;left:0;width:100%;height:100px;background-color:#efefef}@media (min-width:600px){.people:after{bottom:0}}@media (min-width:1200px){.people:after{height:145px}}.people__text--centered .people__description,.people__text--centered .people__title{text-align:center;width:80%;margin-right:auto;margin-left:auto}@media (min-width:1200px){.people__text--centered .people__description,.people__text--centered .people__title{max-width:70%}}@media (min-width:1200px){.people__text--centered .people__description{padding-right:50px;padding-left:50px}}.people__title span{color:#f7d500}.people__list{position:relative;z-index:2;padding-top:305px}@media (min-width:600px){.people__list{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:30px;grid-row-gap:30px}}@media (min-width:600px) and (max-width:767px){.people__list{padding-top:225px}}@media (min-width:992px){.people__list{grid-template-columns:repeat(3,1fr)}}@media (min-width:1200px){.people__list{padding-right:10%;padding-left:10%}}@media (min-width:1600px){.people__list{grid-column-gap:50px}}.people__person{position:relative;margin-bottom:305px;padding:0 20px 20px;background-color:#00352d}@media (min-width:600px) and (max-width:767px){.people__person{margin-bottom:205px;padding:0 25px 25px}}@media (min-width:600px){.people__person{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}@media (min-width:992px){.people__person{margin-bottom:0;padding:0 30px 30px}}.people__person-image{position:relative;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;margin-top:-305px;margin-bottom:30px}@media (min-width:600px) and (max-width:767px){.people__person-image{margin-top:-225px}}@media (min-width:992px){.people__person-image{margin-top:-271px}}@media (min-width:1400px){.people__person-image{margin-top:-305px}}.people__person-image:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:70%;height:30%;margin-right:auto;margin-left:auto;border-radius:100%;background-color:rgba(0,0,0,.31);filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');filter:blur(20px)}.people__person-image img{position:relative;z-index:1;display:block;width:275px;clip-path:url(#person-mask);-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1.4;height:auto}@media (min-width:600px) and (max-width:767px){.people__person-image img{width:195px}}@media (min-width:992px){.people__person-image img{width:217px}}@media (min-width:1400px){.people__person-image img{width:255px}}.people__person-text{position:relative;z-index:1}@media (min-width:600px){.people__person-text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-positive:1;flex-grow:1}}.people__person-description p,.people__person-name{color:#fff}.people__person-name{text-transform:none}.people__person-description p{margin-bottom:35px}@media (min-width:1600px){.people__person-description p{font-size:20px}}.people__person-footer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:30px;padding-top:30px}@media (min-width:480px){.people__person-footer{-ms-flex-direction:row;flex-direction:row}}@media (min-width:600px){.people__person-footer{-ms-flex-direction:column;flex-direction:column}}@media (min-width:1200px){.people__person-footer{padding-top:40px}}.people__person-footer:after{top:10px;bottom:auto;height:4px;width:85%!important}.people__person-email,.people__person-phone{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.people__person-email svg,.people__person-phone svg{-ms-flex-negative:0;flex-shrink:0;width:20px;margin-right:10px;fill:#fff}.people__person-email span,.people__person-phone span{color:#fff;font-weight:800;font-size:14px}.people__person-email span a,.people__person-phone span a{color:#fff;text-decoration:none}.people__person-email{margin-right:10px;margin-bottom:10px}@media (min-width:480px){.people__person-email{margin-bottom:0}}@media (min-width:600px) and (max-width:991px){.people__person-email{margin-bottom:10px}}@media (min-width:992px){.people__person-email{margin-right:20px}}.people__person-phone svg{height:20px;margin-right:5px}.people__checkmarks{margin:0;padding:0;list-style-type:none}@media (min-width:600px){.people__checkmarks{-ms-flex-positive:1;flex-grow:1}}.people__checkmarks-header{color:#fff;text-transform:none}.people__checkmarks li{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;margin-bottom:20px}.people__checkmarks li:last-child{margin-bottom:0}.people__checkmarks li svg{-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px;margin-right:10px;fill:#f7d500}.people__checkmarks li span{display:block;color:#fff;line-height:1.2}@media (min-width:1600px){.people__checkmarks li span{font-size:18px}}.page-form{padding-bottom:80px;background-color:#efefef}@media (min-width:480px){.page-form{padding-top:80px}}@media (min-width:1200px){.page-form{padding-top:120px;padding-bottom:120px}}@media (min-width:1400px){.page-form{padding-top:180px;padding-bottom:180px}}@media (min-width:1200px){.page-form__wrapper{padding-right:10%;padding-left:10%}}.page-form__intro--centered .page-form__description,.page-form__intro--centered .page-form__title{text-align:center;width:80%;margin-right:auto;margin-left:auto}@media (min-width:1200px){.page-form__intro--centered .page-form__description,.page-form__intro--centered .page-form__title{max-width:70%}}@media (min-width:1200px){.page-form__intro--centered .page-form__description{padding-right:50px;padding-left:50px}}.page-form__title span{color:#f7d500}.page-form__content{padding:20px;background-color:#fff}@media (min-width:768px){.page-form__content{display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:30px;padding:30px}}@media (min-width:992px){.page-form__content{grid-template-columns:1.7fr 1.3fr}}@media (min-width:1200px){.page-form__content{padding:40px;grid-column-gap:40px}}@media (min-width:1400px){.page-form__content{padding:50px;grid-column-gap:50px}}@media (min-width:1600px){.page-form__content{padding:60px}}.page-form__form{margin-bottom:40px}@media (min-width:768px){.page-form__form{margin-bottom:0}}.page-form__form h3.form-title{display:none}.page-form__form form label{color:#353535;text-transform:uppercase}.page-form__form form label span{font-weight:600}.page-form__form form label.hs-error-msg{color:#df5b5b}.page-form__form form input:not([type=submit]){border-radius:0!important}.page-form__form form input:not([type=checkbox]):not([type=radio]):not([type=submit]),.page-form__form form select,.page-form__form form textarea{border:1px solid #efefef!important}@media (min-width:1200px){.page-form__form form input:not([type=checkbox]):not([type=radio]):not([type=submit]),.page-form__form form select{height:50px}}.page-form__form form ::-webkit-input-placeholder{color:#999}.page-form__form form ::-moz-placeholder{color:#999}.page-form__form form ::-ms-input-placeholder{color:#999}.page-form__form form ::placeholder{color:#999}.page-form__form form input:not([type=submit]),.page-form__form form textarea{color:#353535!important}.page-form__form form input[type=file]{color:#00352d}.page-form__form form .hs_submit{position:relative}.page-form__form form .hs_submit:after{content:"";position:absolute;z-index:9;top:50%;left:6px;width:28px;height:28px;margin-top:-14px;border-radius:28px;background-color:#f7d500;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4xNDEiIGhlaWdodD0iMjAuMzg1IiB2aWV3Qm94PSIwIDAgMjMuMTQxIDIwLjM4NSI+PHBhdGggZD0iTTIyLjk1NS43MjFhLjY5NC42OTQsMCwwLDAtLjY4OC0uMkwuNTE1LDYuMzUxQS42OTQuNjk0LDAsMCwwLC4zLDcuNTk0bDcuMjExLDQuOTYyVjIwLjE5YS42OTQuNjk0LDAsMCwwLDEuMTg1LjQ5MWw0LjMzLTQuMzMsMy4yLDIuMmEuNjk0LjY5NCwwLDAsMCwxLjA0OS0uMzQ0TDIzLjEsMS40MjFBLjY5NC42OTQsMCwwLDAsMjIuOTU1LjcyMVpNMTkuMjgyLDIuNzZsLTExLjEsOC41NzJMMi4zMjcsNy4zWk04LjksMTguNTE0di01bDIuOTYzLDIuMDM5Wm03LjM2MS0xLjYyM0w5LjM4NCwxMi4xNTksMjEuMDI2LDMuMTY4Wm0wLDAiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAgLTAuNDk5KSIgZmlsbD0iIzAwMzUyZCIvPjwvc3ZnPg==");background-repeat:no-repeat;background-size:16px 16px;background-position:50% 50%}.page-form__form form input[type=submit]{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:42px;line-height:0;padding-right:20px;padding-left:40px;color:#fff;text-decoration:none;border-radius:42px;transition:all .3s cubic-bezier(.77,0,.175,1);font-family:Barlow,sans-serif;background-color:#00352d;font-size:16px;border:0!important}@media (max-width:374px){.page-form__form form input[type=submit]{font-size:14px}}@media (min-width:768px){.page-form__form form input[type=submit]{font-size:16px}}@media (max-width:479px){.page-form__form form input[type=submit]{width:100%}}.page-form__form form input[type=submit]:focus,.page-form__form form input[type=submit]:hover,.page-form__form form input[type=submit]:visited{background-color:#00352d}.page-form__form form input[type=submit]:hover{padding-right:40px}.page-form__details{position:relative;padding:20px;background-color:#f7d500}@media (min-width:992px){.page-form__details{padding:30px}}.page-form__details-file h3,.page-form__details-quote h3{font-size:22px}@media (min-width:1200px){.page-form__details-file h3,.page-form__details-quote h3{font-size:28px}}.page-form__details-file p strong{font-weight:800}.page-form__details-checkmarks{margin:0;padding:10px 0 30px;list-style-type:none}.page-form__details-checkmarks li{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;margin-bottom:15px}.page-form__details-checkmarks li:last-child{margin-bottom:0}.page-form__details-checkmarks li svg{-ms-flex-negative:0;flex-shrink:0;width:18px;height:18px;margin-right:10px;fill:#00352d}.page-form__details-checkmarks li span{line-height:1.2}@media (min-width:1200px){.page-form__details-checkmarks li span{font-size:18px}}.page-form__details-icon{position:absolute;top:15px;right:15px;width:44px;height:30px}.page-form__details-icon img{display:block;width:100%}.page-form--contact{padding-top:40px;padding-bottom:0;background-color:unset}@media (min-width:1200px){.page-form--contact{padding-bottom:0}}@media (min-width:1400px){.page-form--contact{padding-bottom:0}}.page-form--contact .page-form__intro{padding-bottom:305px}@media (min-width:768px){.page-form--contact .page-form__intro{padding-bottom:65px}}@media (min-width:768px){.page-form--contact .page-form__description,.page-form--contact .page-form__title{width:65%}}.page-form--contact .page-form__wrapper{background-color:#f4f4f4}@media (min-width:768px){.page-form--contact .page-form__wrapper{padding-right:0;padding-left:0}}.page-form--contact .page-form__content{background-color:unset}@media (max-width:767px){.page-form--contact .page-form__content{display:-ms-flexbox;display:flex;-ms-flex-direction:column-reverse;flex-direction:column-reverse}}@media (min-width:768px){.page-form--contact .page-form__content{grid-template-columns:1.7fr 1.3fr;grid-column-gap:40px;padding-right:50px;padding-left:50px}}@media (min-width:992px){.page-form--contact .page-form__content{grid-column-gap:50px}}@media (min-width:1200px){.page-form--contact .page-form__content{grid-column-gap:60px}}@media (min-width:1400px){.page-form--contact .page-form__content{grid-template-columns:2fr 1fr;grid-column-gap:70px;padding-right:100px;padding-left:100px}}.page-form--contact .page-form__contact-image{position:relative;z-index:2;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;width:275px;margin:-305px auto 20px}@media (min-width:768px){.page-form--contact .page-form__contact-image{margin-top:-312px}}@media (min-width:1200px){.page-form--contact .page-form__contact-image{width:325px;margin-top:-372px}}@media (min-width:1400px){.page-form--contact .page-form__contact-image{width:365px;margin-top:-424px}}@media (min-width:1600px){.page-form--contact .page-form__contact-image{margin-top:-433px}}.page-form--contact .page-form__contact-image:after{content:"";position:absolute;bottom:0;left:50%;transform:translateX(-50%);width:70%;height:30%;margin-right:auto;margin-left:auto;border-radius:100%;background-color:rgba(0,0,0,.31);filter:url('data:image/svg+xml;charset=utf-8,<svg xmlns="http://www.w3.org/2000/svg"><filter id="filter"><feGaussianBlur stdDeviation="20" /></filter></svg>#filter');filter:blur(20px)}.page-form--contact .page-form__contact-image img{position:relative;z-index:1;display:block;width:275px;height:auto;clip-path:url(#contact-mask);-o-object-fit:cover;object-fit:cover;aspect-ratio:1/1.4}@media (min-width:1200px){.page-form--contact .page-form__contact-image img{width:325px}}@media (min-width:1400px){.page-form--contact .page-form__contact-image img{width:365px}}@media (max-width:767px){.page-form--contact .page-form__contact-description{margin-bottom:40px}}.page-form--contact .page-form__contact-description .text-header{text-transform:none}.page-form--contact .page-form__contact-checkmarks{margin:0;padding:0;list-style-type:none}.page-form--contact .page-form__contact-checkmarks li{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;margin-bottom:20px}.page-form--contact .page-form__contact-checkmarks li:last-child{margin-bottom:0}.page-form--contact .page-form__contact-checkmarks li svg{-ms-flex-negative:0;flex-shrink:0;width:20px;height:20px;margin-right:10px;fill:#f7d500}.page-form--contact .page-form__contact-checkmarks li span{display:block;line-height:1.2}@media (min-width:1600px){.page-form--contact .page-form__contact-checkmarks li span{font-size:20px}}.page-form--contact .page-form__contact-footer{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-top:30px;padding-top:30px}@media (min-width:480px){.page-form--contact .page-form__contact-footer{-ms-flex-direction:row;flex-direction:row}}@media (min-width:600px){.page-form--contact .page-form__contact-footer{-ms-flex-direction:column;flex-direction:column}}@media (min-width:1200px){.page-form--contact .page-form__contact-footer{padding-top:40px}}.page-form--contact .page-form__contact-footer:after{top:10px;bottom:auto;height:4px;width:85%!important}.page-form--contact .page-form__contact-email,.page-form--contact .page-form__contact-phone{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.page-form--contact .page-form__contact-email svg,.page-form--contact .page-form__contact-phone svg{-ms-flex-negative:0;flex-shrink:0;width:20px;margin-right:10px;fill:#00352d}.page-form--contact .page-form__contact-email span,.page-form--contact .page-form__contact-phone span{color:#00352d;font-weight:800;font-size:14px}.page-form--contact .page-form__contact-email span a,.page-form--contact .page-form__contact-phone span a{color:#00352d;text-decoration:none}.page-form--contact .page-form__contact-email{margin-right:10px;margin-bottom:10px}@media (min-width:480px){.page-form--contact .page-form__contact-email{margin-bottom:0}}@media (min-width:600px) and (max-width:991px){.page-form--contact .page-form__contact-email{margin-bottom:10px}}@media (min-width:992px){.page-form--contact .page-form__contact-email{margin-right:20px}}.page-form--contact .page-form__contact-phone svg{height:20px;margin-right:5px}.systems-list__intro{margin-bottom:40px}@media (min-width:1200px){.systems-list__intro{margin-bottom:70px}}@media (min-width:1200px){.systems-list__intro--centered{width:1000px;margin-right:auto;margin-left:auto}}.systems-list__intro--centered .systems-list__description,.systems-list__intro--centered .systems-list__title{text-align:center}.systems-list__systems{margin:0;padding:0;list-style-type:none}.systems-list__system{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;margin-bottom:30px}@media (min-width:768px){.systems-list__system{display:grid;grid-template-columns:repeat(2,1fr);grid-template-columns:1fr 2fr}}@media (min-width:1400px){.systems-list__system{margin-bottom:60px}}.systems-list__system:nth-child(2n){grid-template-columns:2fr 1fr}@media (min-width:768px){.systems-list__system:nth-child(2n) .systems-list__system-media{-ms-flex-order:2;order:2}}@media (min-width:768px){.systems-list__system:nth-child(2n) .systems-list__system-icon{left:auto;right:20px}}@media (min-width:1200px){.systems-list__system:nth-child(2n) .systems-list__system-icon{left:auto;right:30px}}@media (min-width:768px){.systems-list__system:nth-child(2n) .systems-list__system-text{-ms-flex-order:1;order:1}}.systems-list__system:last-child{margin-bottom:0}.systems-list__system-media{position:relative;height:250px;overflow:hidden}@media (min-width:480px){.systems-list__system-media{height:350px}}@media (min-width:768px){.systems-list__system-media{height:100%}}.systems-list__system-media img{-o-object-fit:cover;object-fit:cover;height:100%}.systems-list__system-icon{position:absolute;z-index:2;bottom:20px;left:20px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:60px;height:60px;border-radius:60px;background-color:#31b700}@media (min-width:1200px){.systems-list__system-icon{bottom:30px;left:30px}}.systems-list__system-icon img{display:block;height:30px}.systems-list__system-image{display:block;width:100%;-o-object-fit:cover;object-fit:cover}@media (min-width:768px){.systems-list__system-image{height:100%}}.systems-list__system-buttons{padding-top:25px}.systems-list__system-buttons .btn--ghost{margin-left:10px}@media (min-width:768px){.systems-list__system-buttons .btn--ghost{margin-left:14px}}.systems-list__text{padding:20px;background-color:#fff}@media (min-width:768px){.systems-list__text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;padding:30px}}@media (min-width:1200px){.systems-list__text{padding:40px}}@media (min-width:1400px){.systems-list__text{padding:50px}}@media (min-width:1600px){.systems-list__text{padding:60px}}.systems-list__text .text-header--h4{text-transform:none}.systems-list__text p:last-child,.systems-list__text p:only-of-type{margin-bottom:0}.system-products__intro{margin-bottom:40px}@media (min-width:992px){.system-products__intro{margin-bottom:70px}}.system-products__intro--centered .system-products__description,.system-products__intro--centered .system-products__title{text-align:center}.system-products__sorter{display:grid;grid-auto-columns:1fr;grid-template-columns:repeat(2,1fr);gap:16px;margin-bottom:30px}@media (min-width:768px){.system-products__sorter{grid-template-columns:repeat(3,1fr);margin-bottom:45}}@media (min-width:992px){.system-products__sorter{margin-bottom:50px;gap:26px}}@media (min-width:1200px){.system-products__sorter{margin-bottom:55px;gap:32px}}@media (min-width:1400px){.system-products__sorter{margin-bottom:60px}}.system-products__sorter-item{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;padding:10px;border-radius:3px;background-color:#fff;color:#353535;border:0;box-shadow:0 3px 6px rgba(0,0,0,.1);text-align:left}@media (min-width:992px){.system-products__sorter-item{padding:20px}}.system-products__sorter-item:first-child svg{width:28px;height:25px;fill:#f7d500}@media (min-width:1200px){.system-products__sorter-item:first-child svg{width:38px;height:35px}}.system-products__sorter-item:hover{background-color:#31b700}.system-products__sorter-item:hover span{color:#fff}.system-products__sorter-item:active,.system-products__sorter-item:focus,.system-products__sorter-item:visited{background-color:#fff}.system-products__sorter-item:active span,.system-products__sorter-item:focus span,.system-products__sorter-item:visited span{color:#353535}.system-products__sorter-item.is-checked{background-color:#31b700;color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.21)}.system-products__sorter-item.is-checked span{color:#fff}.system-products__sorter-item span,.system-products__sorter-item svg{pointer-events:none}.system-products__sorter-item svg{width:28px;margin-right:8px;fill:#00352d}@media (min-width:1200px){.system-products__sorter-item svg{width:38px;height:38px}}.system-products__sorter-item span{line-height:1;color:#00352d}@media (min-width:992px){.system-products__sorter-item span{font-size:18px;font-weight:700}}@media (min-width:1200px){.system-products__sorter-item span{font-size:20px}}@media (min-width:1400px){.system-products__sorter-item span{font-size:22px}}.system-products__list{overflow:hidden;padding:0;list-style-type:none}@media (min-width:768px){.system-products__list{margin:-8px}}@media (min-width:992px){.system-products__list{margin:-13px}}@media (min-width:1200px){.system-products__list{margin:-16px}}.system-products__item{position:relative;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:20px;background-repeat:no-repeat;background-size:cover;background-position:50%;overflow:hidden;backface-visibility:hidden;width:100%;margin:0 0 16px}@media (min-width:768px){.system-products__item{width:calc(50% - 16px);margin:8px;padding:30px;overflow:visible}}@media (min-width:992px){.system-products__item{width:calc(33.3% - 26px);height:422px;margin:13px}}@media (min-width:1200px){.system-products__item{width:calc(33.3% - 32px);height:457px;margin:16px;height:477px}}.system-products__item:before{content:"";display:block;position:absolute;top:0;left:0;width:100%;height:100%;background-color:rgba(0,53,45,.9);mix-blend-mode:multiply}@media (min-width:992px){.system-products__item--large{width:calc(66.66% - 26px)}}@media (min-width:1200px){.system-products__item--large{width:calc(66.66% - 32px)}}@media (min-width:992px){.system-products__item--large .system-products__item-content{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}}@media (min-width:992px){.system-products__item--large .system-products__item-text{padding-right:40px}}@media (min-width:992px){.system-products__item--large .system-products__item-image{width:40%;-ms-flex-negative:0;flex-shrink:0;margin-bottom:0}}@media (min-width:1400px){.system-products__item--large .system-products__item-image{width:48%}}@media (max-width:991px){.system-products__item--large .system-products__item-description{max-height:48px;overflow:hidden}}@media (min-width:992px){.system-products__item--large .system-products__item-description{margin-bottom:24px}}@media (min-width:1200px){.system-products__item--large .system-products__item-description{margin-bottom:40px}}.system-products__item-content{position:relative;z-index:2;-ms-flex-positive:1;flex-grow:1}.system-products__item-text p{color:#fff}.system-products__item-text p.text-header{text-transform:none}.system-products__item-description{margin-bottom:20px;color:#fff}@media (min-width:1200px){.system-products__item-description{font-size:18px}}.system-products__item-description p{margin:0;color:#fff}@media (min-width:1200px){.system-products__item-description p{font-size:18px}}.system-products__item-image{margin-bottom:20px}.system-products__item-image img{display:block;width:100%;max-width:100%;height:auto}.system-products__item-bestseller{position:absolute;top:29px;right:-41px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:180px;height:40px;border-bottom:40px solid #f7d500;border-left:40px solid transparent;border-right:40px solid transparent;transform:rotate(45deg)}@media (min-width:768px){.system-products__item-bestseller{top:25px;right:-44px}}.system-products__item-bestseller:before{content:"Bestseller";position:relative;top:19px;color:#00352d;font-size:14px;font-weight:700;text-transform:uppercase}.video__intro{margin-bottom:40px}@media (min-width:992px){.video__intro{margin-bottom:70px}}.video__intro--centered .video__description,.video__intro--centered .video__title{text-align:center}.video__media{position:relative;width:100%;height:350px}@media (min-width:768px){.video__media{height:540px}}@media (min-width:1200px){.video__media{height:720px}}@media (min-width:1400px){.video__media{height:1080px}}.video__media-overlay{position:absolute;z-index:2;top:0;left:0;width:100%;height:100%;background-color:#00352d;mix-blend-mode:multiply}.video__media-overlay--yellow{background-color:#f7d500}.video__media-trigger{position:absolute;z-index:3;top:50%;left:50%;transform:translate(-50%,-50%)}.video__media-file video{position:absolute;z-index:1;top:0;left:0;display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.case-list{position:relative;z-index:3}.case-list__intro{margin-bottom:40px}@media (min-width:768px){.case-list__intro{margin-bottom:70px}}@media (min-width:768px){.case-list__intro--contact{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}}.case-list__intro--contact .case-list__contact{padding-top:30px}@media (min-width:768px){.case-list__intro--contact .case-list__contact{padding-top:0}}.case-list__description p:last-child,.case-list__description p:only-of-type{margin-bottom:0}.case-list__contact{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:start;justify-content:flex-start;margin-bottom:10px}@media (min-width:768px){.case-list__contact{margin-bottom:0}}.case-list__contact p{margin:0;font-size:12px;font-weight:800;text-transform:uppercase;color:#00352d}@media (min-width:1200px){.case-list__contact p{font-size:14px}}.case-list__contact p span{display:block;margin-top:-3px;font-size:18px;font-weight:400;text-transform:none;color:#353535}@media (min-width:1200px){.case-list__contact p span{font-size:28px}}.case-list__contact p span a{text-decoration:none}.case-list__contact-icon{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:48px;height:48px;margin-left:auto;border-radius:48px;background-color:#efefef}@media (min-width:768px){.case-list__contact-icon{margin-left:20px}}@media (min-width:992px){.case-list__contact-icon{width:58px;height:58px;border-radius:58px}}.case-list__contact-icon svg{width:15px;height:25px;fill:#00352d}@media (min-width:992px){.case-list__contact-icon svg{width:29px;height:33px}}.case-list__items{margin:0;padding:0;list-style-type:none}@media (min-width:992px){.case-list__items{display:grid;grid-template-columns:repeat(2,1fr);grid-auto-columns:1fr;grid-auto-rows:minmax(-webkit-min-content,-webkit-max-content);grid-auto-rows:minmax(min-content,max-content);gap:30px}}@media (min-width:1200px){.case-list__items{gap:50px}}@media (min-width:1400px){.case-list__items{gap:70px}}.case-list__item{position:relative;margin-bottom:30px}@media (min-width:992px){.case-list__item{margin-bottom:0}}.case-list__item:last-child,.case-list__item:only-of-type{margin-bottom:0}.case-list__item-image img{display:block;width:100%;max-width:100%;height:auto}.case-list__item-content{position:absolute;bottom:0;left:0;width:100%;padding:20px}@media (min-width:480px){.case-list__item-content{padding:30px}}.case-list__item-overlay{position:absolute;z-index:1;top:0;left:0;width:100%;height:100%;background-color:rgba(0,53,45,.9);mix-blend-mode:multiply}.case-list__item-text{position:relative;z-index:3;mix-blend-mode:normal}.case-list__item-text .text-header,.case-list__item-text p{color:#fff}.case-list__item-text p{display:none}@media (min-width:480px){.case-list__item-text p{display:block}}.case-list__item-text p:last-child,.case-list__item-text p:only-of-type{margin-bottom:0}.case-list__item-text p.text-header{display:block}@media (min-width:480px){.case-list__item-text p.text-header{margin-bottom:50px}}.product-slider{position:relative;box-shadow:0 10px 30px rgba(0,0,0,.16)}@media (min-width:992px){.product-slider{box-shadow:0 20px 60px rgba(0,0,0,.16)}}.product-slider--gradient:before{content:"";position:absolute;z-index:1;top:0;left:0;width:100%;height:80px;background:#00352d;background:linear-gradient(180deg,#00352d,rgba(0,53,45,0))}@media (min-width:768px){.product-slider--gradient:before{height:120px}}@media (min-width:1200px){.product-slider--gradient:before{height:204px}}.product-slider__intro{margin-bottom:50px}@media (min-width:1200px){.product-slider__intro{margin-bottom:80px}}.product-slider__intro-title span{color:#f7d500}.product-slider__intro--centered .product-slider__intro-description,.product-slider__intro--centered .product-slider__intro-title{text-align:center;width:80%;margin-right:auto;margin-left:auto}@media (min-width:1200px){.product-slider__intro--centered .product-slider__intro-description,.product-slider__intro--centered .product-slider__intro-title{max-width:70%}}@media (min-width:1200px){.product-slider__intro--centered .product-slider__intro-description{padding-right:50px;padding-left:50px}}.product-slider__slide{height:480px}@media (min-width:480px){.product-slider__slide{height:560px}}@media (min-width:768px){.product-slider__slide{height:720px}}@media (min-width:1200px){.product-slider__slide{height:840px}}@media (min-width:1400px){.product-slider__slide{height:1080px}}.product-slider__slide iframe,.product-slider__slide img,.product-slider__slide video{display:block;width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-slider__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:30px;height:30px;border-radius:30px;background-color:#00352d}@media (min-width:768px){.product-slider__play{width:60px;height:60px;border-radius:60px}}.product-slider__play:before{content:"";position:absolute;top:2px;left:2px;width:26px;height:26px;border-radius:26px;border:1px solid #f7d500}@media (min-width:768px){.product-slider__play:before{top:4px;left:4px;width:52px;height:52px;border-radius:52px;border:2px solid #f7d500}}.product-slider__play svg{width:12px;height:12px;margin-left:2px;fill:#f7d500}@media (min-width:768px){.product-slider__play svg{width:22px;height:22px}}.product-slider .splide__arrows{position:absolute;z-index:4;bottom:60px;left:50%;transform:translateX(-50%);display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}@media (min-width:1200px){.product-slider .splide__arrows{bottom:80px}}.product-slider .splide__arrows button{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:40px;height:40px;padding:0;border-radius:40px;border:0;background-color:#f7d500}@media (min-width:1200px){.product-slider .splide__arrows button{width:58px;height:58px;border-radius:58px}}.product-slider .splide__arrows button:first-child{margin-right:8px}.product-slider .splide__arrows button:first-child svg{transform:rotate(-180deg)}.product-slider .splide__arrows button:last-child{margin-left:8px}.product-slider .splide__arrows button svg{width:12px;height:12px;fill:#00352d}@media (min-width:1200px){.product-slider .splide__arrows button svg{width:22px;height:22px}}#product-slider__carousel{margin-bottom:2px}#product-slider__carousel-thumbnails .splide__slide{position:relative}#product-slider__carousel-thumbnails .splide__slide.is-active:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:4px;background-image:url(https://25645563.fs1.hubspotusercontent-eu1.net/hubfs/25645563/Flexparking/backgrounds/bar.svg);background-repeat:no-repeat;background-size:cover}#product-slider__carousel-thumbnails .splide__slide img,#product-slider__carousel-thumbnails .splide__slide video{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.product-description__breadcrumbs{margin-bottom:30px}.product-description__breadcrumbs ul{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;margin:0;padding:0;list-style-type:none}.product-description__breadcrumbs ul li{color:#353535;font-size:12px}.product-description__breadcrumbs ul li a{color:#353535}.product-description__intro--centered{border:1px solid red}.product-description__intro--centered .product-description__intro-description,.product-description__intro--centered .product-description__intro-title{text-align:center}@media (min-width:768px){.product-description__intro-wrapper{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between}}@media (min-width:768px){.product-description__intro-text{-ms-flex-negative:0;flex-shrink:0;width:65%;padding-right:30px}}.product-description__intro-title{margin-bottom:50px}@media (min-width:768px){.product-description__intro-title{margin-bottom:0}}.product-description__intro-title span{color:#31b700}.product-description__intro-description{margin-bottom:40px}@media (min-width:768px){.product-description__intro-description{padding-top:50px}}.product-description__intro-image img{display:block;width:100%;height:auto}.product-description__overview{margin-bottom:30px;padding:20px;background-color:#00352d}@media (min-width:992px){.product-description__overview{margin-bottom:50px;padding:30px 30px 0}}@media (min-width:1200px){.product-description__overview{padding:40p 30px 10px}}@media (min-width:1400px){.product-description__overview{padding:50px 50px 20px;margin-bottom:80px}}@media (min-width:1600px){.product-description__overview{padding:60px 60px 30px}}@media (min-width:992px){.product-description__overview--margin-negative{margin-top:-55px}}@media (min-width:1400px){.product-description__overview--margin-negative{margin-top:-75px}}@media (min-width:1600px){.product-description__overview--margin-negative{margin-top:-95px}}.product-description__overview-header,.product-description__overview .text-header{margin-bottom:20px;color:#f7d500}.product-description__overview-description{margin-bottom:30px;color:#fff}.product-description__overview-rows{margin:0;padding:0;list-style-type:none}.product-description__overview-rows-header{text-transform:none}.product-description__overview-row{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:10px 0;border-bottom:1px solid hsla(0,0%,100%,.18)}.product-description__overview-row span{color:#fff}@media (min-width:992px){.product-description__items{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}}.product-description__item{margin-bottom:30px}@media (min-width:992px){.product-description__item:nth-child(odd){width:50%}}@media (min-width:992px){.product-description__item:nth-child(odd) .product-description__overview-row{padding-right:50px}}@media (min-width:992px){.product-description__item:nth-child(2n){width:50%}}@media (min-width:992px){.product-description__item:nth-child(2n) .product-description__overview-row,.product-description__item:nth-child(2n) .text-header{padding-left:50px}}.product-description__item:last-child{margin-bottom:0}@media (min-width:992px){.product-description__content{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start}}@media (min-width:992px){.product-description__text{width:60%;padding-right:50px}}@media (min-width:1400px){.product-description__text{width:70%}}.product-description__text h1{font-size:32px;line-height:38px}@media (min-width:768px){.product-description__text h1{font-size:38px;line-height:46px}}@media (min-width:992px){.product-description__text h1{font-size:42px;line-height:48px}}.product-description__text h2,.product-description__text h3{font-size:24px;line-height:26px}@media (min-width:768px){.product-description__text h2,.product-description__text h3{font-size:28px;line-height:30px}}@media (min-width:992px){.product-description__text h2,.product-description__text h3{font-size:32px;line-height:34px}}.product-description__text ul{margin:0 0 30px 30px;padding:0;list-style-type:none}.product-description__text ul li{position:relative;margin-bottom:15px}@media (min-width:1200px){.product-description__text ul li{font-size:18px}}@media (min-width:1400px){.product-description__text ul li{font-size:20px}}@media (min-width:1600px){.product-description__text ul li{font-size:22px}}.product-description__text ul li:last-child{margin-bottom:0}.product-description__text ul li:before{content:"";position:absolute;top:50%;left:-30px;width:20px;height:20px;margin-top:-8px;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMC42MjEiIGhlaWdodD0iMTkuMzk2IiB2aWV3Qm94PSIwIDAgMjAuNjIxIDE5LjM5NiI+PHBhdGggZD0iTTIyLjQ3OSwzNC42NzRsOS4zOTQtOS4zOTQtMi45NjEtMi45NjFhMTAuMTMzLDEwLjEzMywwLDAsMC0zLjc3NywyLjM5MSwxMC4yODgsMTAuMjg4LDAsMCwwLTIuNjU3LDkuOTY0bTIuNjU3LDQuNjEyYTEwLjI1MiwxMC4yNTIsMCwwLDAsMy44LDIuNDFsMTMuMTktMTMuMTlBMTAuMzE4LDEwLjMxOCwwLDAsMCwzNS45MTYsMjIuM0wyMi43MjYsMzUuNTA5YTEwLjMzNywxMC4zMzcsMCwwLDAsMi40MSwzLjc3N203LjgzOC0uNTUsMi45OCwyLjk2MWE5Ljk0OSw5Ljk0OSwwLDAsMCwzLjc3Ny0yLjQxLDEwLjI4OCwxMC4yODgsMCwwLDAsMi42NTctOS45NjRaIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtMjIuMTIzIC0yMi4zKSIgZmlsbD0iI2Y3ZDUwMCIvPjwvc3ZnPg==");background-repeat:no-repeat;background-size:contain}.product-description__information{background-color:#fff;box-shadow:0 5px 10px rgba(0,0,0,.1)}@media (min-width:992px){.product-description__information{width:40%}}@media (min-width:1400px){.product-description__information{width:30%}}.product-description__information .text-header{margin-bottom:0;padding:15px;border-bottom:1px solid #f4f4f4;text-transform:none}@media (min-width:1200px){.product-description__information .text-header{padding:20px}}@media (min-width:1600px){.product-description__information .text-header{padding:30px}}.product-description__information-list{margin:0;padding:0;list-style-type:none}.product-description__information-list li a{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;padding:15px;text-decoration:none;border-bottom:1px solid #f4f4f4}@media (min-width:1200px){.product-description__information-list li a{padding:20px}}@media (min-width:1600px){.product-description__information-list li a{padding:30px}}.product-description__information-list li a svg{margin-right:10px}.product-description__information-list li a p{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-positive:1;flex-grow:1;margin-bottom:0;line-height:1}.product-description__information-list li a p span{margin-left:auto;font-size:12px}.product-description__information-list li a p span i{font-weight:700;color:#31b700}@media (min-width:1200px){.downloads__inner.content-container{padding-right:20%;padding-left:20%}}.downloads__list{margin-bottom:40px}.downloads__list:last-child,.downloads__list:only-of-type{margin-bottom:0}.downloads__row{margin:0;padding:0;list-style-type:none}.downloads__row-item{margin-bottom:5px}.downloads__row a{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;text-decoration:none;background-color:#fff;transition:all .4s cubic-bezier(.785,.135,.15,.86)}.downloads__row a:hover .downloads__icon-helper{margin-right:30px}.downloads__row a span{display:-ms-flexbox;display:flex;-ms-flex-positive:1;flex-grow:1;padding:15px}@media (min-width:1200px){.downloads__row a span{padding:20px}}.downloads__icon{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:54px;height:54px;border-right:1px solid #efefef}@media (min-width:1200px){.downloads__icon{width:64px;height:64px}}.downloads__icon svg{width:28px;border-right:0}.downloads__icon-helper{width:10px;margin-right:15px;margin-left:auto;fill:#31b700;transition:all .3s cubic-bezier(.785,.135,.15,.86)}.footer{position:relative;padding:60px 0;background-image:url(https://25939969.fs1.hubspotusercontent-eu1.net/hubfs/25939969/backgrounds/bg-footer.webp);background-repeat:no-repeat;background-size:cover;background-position:50%}@media (min-width:768px){.footer{padding:80px 0}}@media (min-width:1400px){.footer{padding-top:120px}}@media (min-width:768px){.footer__columns{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:start;align-items:flex-start;-ms-flex-pack:justify;justify-content:space-between;-ms-flex-wrap:wrap;flex-wrap:wrap}}.footer .text-header{margin-bottom:60px;color:#fff}.footer .text-header:after{height:4px;width:100%}.footer__info{margin-bottom:50px}@media (min-width:768px){.footer__info{width:47%}}@media (min-width:992px){.footer__info{width:30%}}@media (min-width:1400px){.footer__info{width:27%}}.footer__info-description{color:#c7d9d7}.footer__info-contact{padding-top:30px}.footer__info-email,.footer__info-phone{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center}.footer__info-email svg,.footer__info-phone svg{fill:#f7d500;width:20px;height:20px;margin-right:10px}.footer__info-email span,.footer__info-phone span{color:#c7d9d7;font-weight:600}.footer__info-email span a,.footer__info-phone span a{color:#c7d9d7;text-decoration:none}.footer__info-email{margin-bottom:10px}.footer__statement{margin-bottom:50px}@media (min-width:768px){.footer__statement{width:47%}}@media (min-width:992px){.footer__statement{width:30%}}@media (min-width:1400px){.footer__statement{width:27%}}.footer__statement-introduction{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;margin-bottom:30px}.footer__statement-name{margin:0;padding-left:15px;color:#c7d9d7;font-weight:800;font-size:18px}.footer__statement-name span{display:block;font-weight:400;font-size:14px}.footer__statement-image{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:70px;height:70px;border-radius:70px;overflow:hidden}.footer__statement-image img{display:block;width:100%;-o-object-fit:cover;object-fit:cover}.footer__statement-body{color:#c7d9d7;font-style:italic}.footer__statement-body p{font-size:18px}.footer__statement-body a{color:#c7d9d7}@media (min-width:768px){.footer__newsletter{width:100%}}@media (min-width:992px){.footer__newsletter{width:30%}}@media (min-width:1400px){.footer__newsletter{width:36%}}.footer__newsletter h3.form-title{display:none}.footer__newsletter form label{color:#fff;text-transform:uppercase}.footer__newsletter form label span{font-weight:600}.footer__newsletter form label.hs-error-msg{color:#df5b5b}.footer__newsletter form input:not([type=submit]){border-radius:0!important}.footer__newsletter form input:not([type=checkbox]):not([type=radio]):not([type=submit]),.footer__newsletter form select,.footer__newsletter form textarea{border:1px solid #efefef!important}@media (min-width:1200px){.footer__newsletter form input:not([type=checkbox]):not([type=radio]):not([type=submit]),.footer__newsletter form select{height:50px}}.footer__newsletter form ::-webkit-input-placeholder{color:#999}.footer__newsletter form ::-moz-placeholder{color:#999}.footer__newsletter form ::-ms-input-placeholder{color:#999}.footer__newsletter form ::placeholder{color:#999}.footer__newsletter form input:not([type=submit]),.footer__newsletter form textarea{color:#353535!important}.footer__newsletter form input[type=file]{color:#00352d}.footer__newsletter form .hs_submit{position:relative;margin-top:30px}.footer__newsletter form .hs_submit:after{content:"";position:absolute;z-index:9;top:50%;left:6px;width:28px;height:28px;margin-top:-14px;border-radius:28px;background-color:#00352d;background-image:url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxOS40MTYiIGhlaWdodD0iMTQuNDE1IiB2aWV3Qm94PSIwIDAgMTkuNDE2IDE0LjQxNSI+PHBhdGggZD0iTTE2MywyMDQ4LjdhMS41LDEuNSwwLDAsMS0xLjA2MS0uNDM5bC01LTVhMS41LDEuNSwwLDEsMSwyLjEyMS0yLjEyMWwzLjk0LDMuOTQsMTAuMzU0LTEwLjM1NGExLjUsMS41LDAsMSwxLDIuMTIxLDIuMTIxbC0xMS40MTUsMTEuNDE1QTEuNSwxLjUsMCwwLDEsMTYzLDIwNDguN1oiIHRyYW5zZm9ybT0idHJhbnNsYXRlKC0xNTYuNSAtMjAzNC4yODEpIiBmaWxsPSIjZmZmIi8+PC9zdmc+");background-repeat:no-repeat;background-size:16px 11px;background-position:50% 50%}.footer__newsletter form input[type=submit]{position:relative;display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;height:42px;line-height:0;padding-right:20px;padding-left:40px;color:#00352d;text-decoration:none;border-radius:42px;transition:all .3s cubic-bezier(.77,0,.175,1);font-family:Barlow,sans-serif;background-color:#f7d500;font-size:16px;border:0!important;outline:0!important}@media (max-width:374px){.footer__newsletter form input[type=submit]{font-size:14px}}@media (min-width:768px){.footer__newsletter form input[type=submit]{font-size:16px}}@media (max-width:479px){.footer__newsletter form input[type=submit]{width:100%}}.footer__newsletter form input[type=submit]:focus,.footer__newsletter form input[type=submit]:hover,.footer__newsletter form input[type=submit]:visited{background-color:#f7d500}.footer__newsletter form input[type=submit]:hover{padding-right:40px}.cf-calculator{background:#efefef;padding-top:40px;padding-bottom:40px}@media (min-width:480px){.cf-calculator{padding-top:80px;padding-bottom:80px}}@media (min-width:1200px){.cf-calculator{padding-top:120px;padding-bottom:120px}}.cf-calculator__title{text-align:center;margin-left:auto;margin-right:auto;width:80%}@media (min-width:1200px){.cf-calculator__title{max-width:70%}}.cf-calculator__title span{color:#f7d500}.cf-calculator__description{text-align:center;margin-left:auto;margin-right:auto;width:80%}@media (min-width:1200px){.cf-calculator__description{max-width:70%;padding-left:50px;padding-right:50px}}.cf-calculator__wrapper{margin-top:30px}@media (min-width:1200px){.cf-calculator__wrapper{padding-left:10%;padding-right:10%;margin-top:40px}}.cf-calculator__content{background-color:#fff;padding:20px}@media (min-width:768px){.cf-calculator__content{padding:30px;display:grid;grid-template-columns:repeat(2,1fr);grid-template-rows:1fr;grid-column-gap:30px}}@media (min-width:992px){.cf-calculator__content{grid-template-columns:1.7fr 1.3fr}}@media (min-width:1200px){.cf-calculator__content{padding:40px;grid-column-gap:40px}}.cf-calculator__calculator-item{margin-bottom:20px;overflow:hidden}.cf-calculator__calculator-item>label{display:block;color:#353535;text-transform:uppercase;font-weight:600;font-size:14px;font-size:.875rem;margin-bottom:5.6px;margin-bottom:.35rem}input[type=number].cf-calculator__input,input[type=text].cf-calculator__input,select.cf-calculator__input{width:100%;border:1px solid #efefef;color:#353535;background-color:#fff;font-size:14px;font-size:.875rem;padding:11.2px;padding:.7rem}@media (min-width:1200px){input[type=number].cf-calculator__input,input[type=text].cf-calculator__input,select.cf-calculator__input{height:50px}}.cf-calculator__addons-wrapper>div{display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap}.cf-calculator__addon-wrapper{display:-ms-flexbox;display:flex;-ms-flex-align:start;align-items:flex-start;padding-bottom:10px;padding-right:10px;-ms-flex:0 0 auto;flex:0 0 auto;width:100%}@media (min-width:500px){.cf-calculator__addon-wrapper{width:49%}}@media (min-width:768px){.cf-calculator__addon-wrapper{width:100%}}@media (min-width:992px){.cf-calculator__addon-wrapper{width:49%}}.cf-calculator__addon-wrapper input{margin-right:8px;margin-top:6px}.cf-calculator__addon-wrapper label span{display:block;font-size:12.8px;font-size:.8rem}.cf-calculator__calculator button{background-color:#00352d;border:0!important;border-radius:42px;color:#fff;height:42px;padding:0;padding-left:20px;padding-right:20px;transition:all .3s cubic-bezier(.77,0,.175,1)}.cf-calculator__calculator button:hover{padding-right:40px}.cf-calculator-error{color:#df5b5b;text-transform:uppercase;font-size:14px;font-size:.875rem;display:none}.cf-calculator-haserror .cf-calculator-error{display:block}.cf-calculator__details{background-color:#f7d500;padding:20px;position:relative}@media (min-width:992px){.cf-calculator__details{padding:30px}}.cf-calculator__details h3{font-size:22px}@media (min-width:1200px){.cf-calculator__details h3{font-size:28px}}.cf-calculator__answer{background-color:#fff;padding:20px}@media (min-width:768px){.cf-calculator__answer{padding:30px}}@media (min-width:1200px){.cf-calculator__answer{padding:40px}}.cf-calculator__form{max-width:500px;margin-left:auto;margin-right:auto}.cf-calculator__form form label{color:#353535;text-transform:uppercase;font-weight:600}.cf-calculator__form form input:not([type=checkbox]):not([type=radio]):not([type=submit]),.cf-calculator__form form select,.cf-calculator__form form textarea{border:1px solid #efefef!important}.cf-calculator__form form input:not([type=submit]),.cf-calculator__form form textarea{color:#353535!important}.cf-calculator__form form input:not([type=submit]){border-radius:0!important}.cf-calculator__form form label.hs-error-msg{color:#df5b5b}.cf-calculator__form form .hs_submit{position:relative}.cf-calculator__form form input[type=submit]{display:-ms-inline-flexbox;display:inline-flex;-ms-flex-direction:column;flex-direction:column;position:relative;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;background-color:#00352d;border:0!important;border-radius:42px;color:#fff;font-family:Barlow,sans-serif;font-size:16px;height:42px;justify-content:center;line-height:0;padding-left:40px;padding-right:20px;text-decoration:none;transition:all .3s cubic-bezier(.77,0,.175,1)}.cf-calculator__form form input[type=submit]:hover{padding-right:40px}.cf-calculator__form form .hs_submit:after{background-color:#f7d500;background-image:url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIyMy4xNDEiIGhlaWdodD0iMjAuMzg1IiB2aWV3Qm94PSIwIDAgMjMuMTQxIDIwLjM4NSI+PHBhdGggZmlsbD0iIzAwMzUyZCIgZD0iTTIyLjk1NS4yMjJhLjcuNyAwIDAgMC0uNjg4LS4yTC41MTUgNS44NTJBLjY5NC42OTQgMCAwIDAgLjMgNy4wOTVsNy4yMTEgNC45NjJ2Ny42MzRhLjY5NC42OTQgMCAwIDAgMS4xODUuNDkxbDQuMzMtNC4zMyAzLjIgMi4yYS42OTQuNjk0IDAgMCAwIDEuMDQ5LS4zNDRMMjMuMS45MjJhLjcuNyAwIDAgMC0uMTQ1LS43bS0zLjY3MyAyLjAzOS0xMS4xIDguNTcyLTUuODU1LTQuMDMyWk04LjkgMTguMDE1di01bDIuOTYzIDIuMDM5Wm03LjM2MS0xLjYyM0w5LjM4NCAxMS42NmwxMS42NDItOC45OTFabTAgMCIvPjwvc3ZnPg==);background-position:50% 50%;background-repeat:no-repeat;background-size:16px 16px;border-radius:28px;content:"";height:28px;left:6px;margin-top:-14px;position:absolute;top:50%;width:28px;z-index:7;pointer-events:none}.dictionary{padding-top:40px;padding-bottom:40px}@media (min-width:768px){.dictionary{padding-top:80px;padding-bottom:80px}}@media (min-width:992px){.dictionary{padding-top:120px;padding-bottom:120px}}@media (min-width:1600px){.dictionary{padding-top:180px;padding-bottom:180px}}.dictionary__intro{margin-bottom:40px}@media (min-width:992px){.dictionary__intro{margin-bottom:80px}}.dictionary__intro-title{position:relative;margin:0 0 50px}@media (min-width:1200px){.dictionary__intro-title{margin-bottom:80px}}@media (min-width:1600px){.dictionary__intro-title{margin-bottom:100px}}@media (min-width:1200px){.dictionary__intro-description{max-width:60%}}.dictionary__intro-description h3{margin:0 0 30px;font-size:22px;line-height:30px}@media (min-width:768px){.dictionary__intro-description h3{font-size:28px;line-height:36px}}.dictionary__intro-description p{margin:0 0 30px}.dictionary__intro-description p:last-child{margin-bottom:0}@media (min-width:1200px){.dictionary__intro-description ol,.dictionary__intro-description ul{font-size:18px}}@media (min-width:1400px){.dictionary__intro-description ol,.dictionary__intro-description ul{font-size:20px}}@media (min-width:1600px){.dictionary__intro-description ol,.dictionary__intro-description ul{font-size:22px}}.dictionary__list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:32px}@media (min-width:768px){.dictionary__list{display:grid;grid-template-columns:repeat(2,1fr);gap:32px}}@media (min-width:1400px){.dictionary__list{grid-template-columns:repeat(4,1fr);gap:32px}}.dictionary__list-column{padding-bottom:30px;background-color:#f8f8f8}.dictionary__list-letter{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center;width:60px;height:60px;margin-bottom:30px;background-color:#00352d;color:#f7d500;font-family:Barlow,sans-serif;font-size:26px;font-weight:700;line-height:1;text-transform:uppercase}.dictionary__list-links{margin-bottom:0;padding:0 25px;list-style-type:none}.dictionary__list-links li{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px dotted transparent}.dictionary__list-links li:hover{border-bottom:1px dotted #a0a0a0}.dictionary__list-links li a,.dictionary__list-links li a:hover{text-decoration:none}.dictionary__list-links li span{display:block;-ms-flex-negative:0;flex-shrink:0;padding-left:8px;font-size:9px;text-transform:uppercase;color:#a0a0a0}@media (min-width:992px){.dictionary__list-links li span{font-size:11px}}.dictionary-page__hero .hero__text{bottom:25px}@media (min-width:768px){.dictionary-page__hero .hero__text{bottom:40px}}@media (min-width:992px){.dictionary-page__hero .hero__text{bottom:60px}}@media (min-width:1400px){.dictionary-page__hero .hero__text{bottom:70px}}.dictionary-page__hero .hero__text h1{color:#fff}.dictionary-page__content{padding-top:30px;padding-bottom:80px}.dictionary-page__backlink{display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row;-ms-flex-align:center;align-items:center;gap:8px}.dictionary-page__backlink a{text-decoration:none}.dictionary-page__backlink a:hover{text-decoration:underline}.dictionary-page__backlink svg rect{transition:fill .3s ease-in-out}.dictionary-page__backlink svg path{transition:stroke .3s ease-in-out}.dictionary-page__backlink:hover svg rect{fill:#f7d500}.dictionary-page__backlink:hover svg path{stroke:#00352d}.dictionary-page__text{padding-top:30px}@media (min-width:992px){.dictionary-page__text{width:70%;margin-right:auto;margin-left:auto;padding-top:50px}}@media (min-width:1400px){.dictionary-page__text{width:60%;padding-top:120px}}@media (min-width:1200px){.dictionary-page__text ol,.dictionary-page__text ul{font-size:18px}}@media (min-width:1400px){.dictionary-page__text ol,.dictionary-page__text ul{font-size:22px}}
@keyframes splide-loading{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.splide__track--draggable{-webkit-touch-callout:none;-webkit-user-select:none;-ms-user-select:none;user-select:none}.splide__track--fade>.splide__list>.splide__slide{margin:0!important;opacity:0;z-index:0}.splide__track--fade>.splide__list>.splide__slide.is-active{opacity:1;z-index:1}.splide--rtl{direction:rtl}.splide__track--ttb>.splide__list{display:block}.splide__container{box-sizing:border-box;position:relative}.splide__list{backface-visibility:hidden;display:-ms-flexbox;display:flex;height:100%;margin:0!important;padding:0!important}.splide.is-initialized:not(.is-active) .splide__list{display:block}.splide__pagination{-ms-flex-align:center;align-items:center;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;-ms-flex-pack:center;justify-content:center;margin:0;pointer-events:none}.splide__pagination li{display:inline-block;line-height:1;list-style-type:none;margin:0;pointer-events:auto}.splide:not(.is-overflow) .splide__pagination{display:none}.splide__progress__bar{width:0}.splide{position:relative;visibility:hidden}.splide.is-initialized,.splide.is-rendered{visibility:visible}.splide__slide{backface-visibility:hidden;box-sizing:border-box;-ms-flex-negative:0;flex-shrink:0;list-style-type:none!important;margin:0;position:relative}.splide__slide img{vertical-align:bottom}.splide__spinner{animation:splide-loading 1s linear infinite;border:2px solid #999;border-left-color:transparent;border-radius:50%;bottom:0;contain:strict;display:inline-block;height:20px;left:0;margin:auto;position:absolute;right:0;top:0;width:20px}.splide__sr{clip:rect(0 0 0 0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px}.splide__toggle.is-active .splide__toggle__play,.splide__toggle__pause{display:none}.splide__toggle.is-active .splide__toggle__pause{display:inline}.splide__track{overflow:hidden;position:relative;z-index:0}
.splide__slide--has-video{cursor:pointer}.splide__slide--has-video:hover .splide__video__play{opacity:1}.splide__slide__container--has-video{cursor:pointer;position:relative}.splide__slide__container--has-video:hover .splide__video__play{opacity:1}.splide__video{height:100%;left:0;position:absolute;top:0;width:100%}.splide__video__wrapper{background:#000;height:inherit;width:inherit}.splide__video__wrapper div,.splide__video__wrapper iframe,.splide__video__wrapper video{height:100%;width:100%}.splide__video__play{-ms-flex-align:center;align-items:center;background:#ccc;border:0;border-radius:50%;cursor:pointer;display:-ms-flexbox;display:flex;height:40px;-ms-flex-pack:center;justify-content:center;left:50%;opacity:.7;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .1s linear;width:40px}.splide__video__play:after{border-color:transparent transparent transparent #000;border-style:solid;border-width:9px 0 9px 17px;content:"";display:inline-block;margin-left:4px}