/* Theme base styles */

/* Generic */

*, *:before, *:after {
  box-sizing: border-box;
}
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}

/* Import */

@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
.w-webflow-badge,
.w-webflow-badge * {
  position: static;
  left: auto;
  top: auto;
  right: auto;
  bottom: auto;
  z-index: auto;
  display: block;
  visibility: visible;
  overflow: visible;
  overflow-x: visible;
  overflow-y: visible;
  box-sizing: border-box;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  min-height: 0;
  min-width: 0;
  margin: 0;
  padding: 0;
  float: none;
  clear: none;
  border: 0 none transparent;
  border-radius: 0;
  background: none;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto auto;
  background-repeat: repeat;
  background-origin: padding-box;
  background-clip: border-box;
  background-attachment: scroll;
  background-color: transparent;
  box-shadow: none;
  opacity: 1;
  transform: none;
  transition: none;
  direction: ltr;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-style: inherit;
  font-variant: inherit;
  text-align: inherit;
  letter-spacing: inherit;
  text-decoration: inherit;
  text-indent: 0;
  text-transform: inherit;
  list-style-type: disc;
  text-shadow: none;
  font-smoothing: auto;
  vertical-align: baseline;
  cursor: inherit;
  white-space: inherit;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  opacity: 1 !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input:-moz-placeholder,
.w-select:-moz-placeholder {
  color: #999;
}
.w-input::-moz-placeholder,
.w-select::-moz-placeholder {
  color: #999;
  opacity: 1;
}
.w-input::-webkit-input-placeholder,
.w-select::-webkit-input-placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation="over-left"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-left"] .w-nav-overlay,
.w-nav[data-animation="over-left"] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation="over-right"] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation="over-right"] .w-nav-overlay,
.w-nav[data-animation="over-right"] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse="all"] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse="all"] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@media screen and (max-width: 991px) {
  .w-nav[data-collapse="medium"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="medium"] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse="small"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="small"] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse="tiny"] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse="tiny"] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
:root {
  --dark-green: #003739;
  --marg-30: 30px;
  --white: #fff;
  --marg-mobile: 15px;
  --beige: #f0ebdd;
  --marg-tablet: 30px;
  --max-width: 1200px;
  --max-width-60: 1260px;
  --green: #73c054;
  --transperant: rgba(255, 255, 255, 0);
  --radius-30: 30px;
  --radius-20: 20px;
  --light-dark-green: rgba(0, 55, 57, .8);
  --white-2: white;
  --black: black;
}

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

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

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

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

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

.w-pagination-previous-icon {
  margin-right: 4px;
}

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

.w-page-count {
  width: 100%;
  text-align: center;
  margin-top: 20px;
}

.w-embed-youtubevideo {
  width: 100%;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/youtube-placeholder.2b05e7d68d.svg');
  background-position: 50%;
  background-size: cover;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.w-embed-youtubevideo:empty {
  min-height: 75px;
  padding-bottom: 56.25%;
}

body {
  color: var(--dark-green);
  font-family: Notosans, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: alfabet, sans-serif;
  font-size: 57px;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: alfabet, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: alfabet, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: alfabet, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 16px;
}

li {
  margin-bottom: 10px;
}

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

label {
  margin-bottom: 5px;
  font-weight: 400;
  display: block;
}

strong {
  font-weight: bold;
}

figure {
  margin-bottom: 10px;
}

.hero-section {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: -30px;
  padding: 79px 0 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-container {
  width: 100%;
  height: 675px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  grid-template-rows: 1fr 1fr;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.hero-container.full-img {
  grid-template-columns: 1fr;
}

.hero-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.hero-item.img {
  padding-bottom: 20px;
  padding-left: var(--marg-30);
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--white);
  cursor: pointer;
  background-image: linear-gradient(rgba(0, 55, 57, 0) 50%, rgba(0, 55, 57, .35)), url('../images/DSC05501.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  border-radius: 0;
  justify-content: flex-end;
}

.hero-item.img._3 {
  background-image: linear-gradient(rgba(0, 55, 57, 0) 50%, rgba(0, 55, 57, .35)), url('../images/DSC05338Gjengen.jpg');
  background-position: 0 0, 50%;
  padding-bottom: 50px;
}

.hero-item.bg {
  padding-top: var(--marg-30);
  padding-right: var(--marg-30);
  padding-left: var(--marg-30);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-image: linear-gradient(rgba(0, 55, 57, .35), rgba(1, 55, 57, 0) 52%), url('../images/DSC05950.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-item.bg.full {
  background-image: linear-gradient(rgba(0, 55, 57, .2), rgba(1, 55, 57, 0) 52%), url('../images/DSC05950.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.hero-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hero-heading {
  color: var(--white);
  letter-spacing: -.022em;
  font-family: alfabet, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 100%;
}

.search {
  width: 100%;
  color: var(--dark-green);
  background-color: #fff;
  border: 1px #000;
  border-radius: 15px 0 0 15px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
}

.search::-ms-input-placeholder {
  color: var(--dark-green);
}

.search::placeholder {
  color: var(--dark-green);
}

.bodytext {
  color: #003739;
  flex: 1;
  font-size: 16px;
  font-weight: 400;
}

.vectors-wrapper {
  width: 20px;
  height: 18.7097px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-header-image {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 0;
}

.article-header-image.cta {
  max-width: 700px;
  margin-bottom: 0;
}

.hero-img {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 30px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
  background-image: url('../images/DSC05443.jpeg');
  background-position: 50%;
  background-size: cover;
  border-radius: 25px;
  flex: 1;
}

.img.tabs {
  height: 100%;
  background-color: var(--beige);
}

.img.tabs._1 {
  background-image: url('../images/DSC05276.jpeg');
}

.img.tabs._2 {
  background-image: url('../images/DSC05225.jpeg');
}

.img.tabs._3 {
  background-image: url('../images/DSC05501.jpeg');
}

.img.thumb {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.img.hero {
  width: 100%;
  flex: 1;
  display: block;
}

.img._4 {
  background-image: url('../images/DSC05308.jpeg');
}

.img._5 {
  background-image: url('../images/DSC05328.jpeg');
}

.section-content {
  width: 100%;
  padding: 90px var(--marg-30) 30px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-content.white {
  z-index: 20;
  padding-top: 40px;
  padding-right: var(--marg-30);
  padding-left: var(--marg-30);
  background-color: #fff;
  position: relative;
}

.section-content.white.productlist-section {
  padding-top: 40px;
  padding-right: var(--marg-30);
  padding-left: var(--marg-30);
}

.section-content.beige {
  position: relative;
}

.section-content.beige.filters {
  padding-top: 40px;
}

.cta-img-item {
  width: 100%;
  max-width: var(--max-width);
  background-color: var(--beige);
  color: var(--beige);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 90px;
  display: flex;
}

.cta-img-item.slider {
  height: 100%;
  background-color: var(--dark-green);
  border-radius: 0;
  margin-bottom: 30px;
}

.cta-img-item.top-article {
  height: 400px;
  max-width: 1450px;
  margin-bottom: 0;
}

.cta-description-wrapper {
  width: 400px;
  flex-direction: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.cta-text-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h2 {
  color: #73c054;
  letter-spacing: -.022em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.h2.hightlight {
  width: 500px;
}

.bodytext-2 {
  color: #f0ebdd;
  font-size: 16px;
  font-weight: 400;
}

.button-small {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 12px 30px;
  display: flex;
}

.buttontext {
  font-family: alfabet, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.2;
}

.buttontext.small {
  font-size: 12px;
  line-height: 1.2;
}

.buttontext.underline, .buttontext.active {
  text-decoration: underline;
}

.banner-img-wrapper {
  width: 100%;
  height: 100%;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

._1094741fix-5 {
  object-fit: cover;
  border-radius: 25px;
}

.reject-class {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 326px;
  left: 26px;
}

.vectors-wrapper-2 {
  width: 11px;
  height: 11px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.highlight-articles {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  background-color: #003739;
  border-radius: 25px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 150px;
  padding: 25px;
  display: flex;
}

.hightlight-articles-top {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.button-small-2 {
  width: 100%;
  height: 54px;
  max-width: 201px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 12px 23px 12px 25px;
  display: flex;
}

.highlight-articles-item-row {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.highlight-article-item {
  width: 100%;
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #f0ebdd;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.h3 {
  color: #003739;
  letter-spacing: -.022em;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.highlight-article-description {
  width: 100%;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.hightligt-read-more {
  color: #003739;
  flex: 0 auto;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}

.hightligt-read-more:hover {
  text-decoration: none;
}

.hightligt-read-more.white {
  color: var(--white);
}

.hightligt-read-more.white:hover {
  text-decoration: none;
}

.beige {
  background-color: #f0ebdd;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.brand-line {
  width: 100%;
  max-width: var(--max-width);
  justify-content: space-between;
  align-items: center;
  margin-bottom: 150px;
  display: flex;
}

.brand-item {
  object-fit: cover;
}

.footer {
  width: 100%;
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.footer.beigebg {
  background-color: var(--beige);
}

.footer-cta {
  width: 100%;
  max-width: var(--max-width-60);
  padding: 60px var(--marg-30);
  border-radius: 25px;
  justify-content: space-between;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2-2 {
  color: #003739;
  letter-spacing: -.022em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green);
  color: var(--dark-green);
  text-align: center;
  border-style: none;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 12px 35px;
  font-family: alfabet, sans-serif;
  font-weight: 500;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: var(--beige);
  color: var(--dark-green);
  text-decoration: none;
}

.button.outline {
  background-color: var(--dark-green);
  color: var(--dark-green);
}

.button.outline:hover {
  background-color: var(--dark-green);
  color: var(--beige);
}

.button.small {
  padding: 10px 30px;
  font-size: 12px;
}

.button.small.dark {
  background-color: var(--dark-green);
  color: var(--green);
}

.button.small.dark:hover {
  background-color: var(--green);
  color: var(--dark-green);
}

.button.small.long {
  padding-left: 50px;
  padding-right: 50px;
}

.button.small.contact {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 10px;
  padding: 8px 20px;
  display: block;
  position: absolute;
}

.button.small.contactline {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  padding-left: 15px;
  padding-right: 15px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.button.small.contactline:hover {
  background-color: var(--dark-green);
  color: var(--beige);
}

.button.small.nospace {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  display: block;
}

.button.outline {
  border: 1px solid var(--dark-green);
  background-color: var(--transperant);
  padding-top: 11px;
  padding-bottom: 11px;
}

.button.form {
  align-self: flex-start;
}

.button.darkhover:hover {
  background-color: var(--dark-green);
  color: var(--green);
}

.button.greenhover:hover {
  background-color: var(--green);
}

.button.dark {
  background-color: var(--dark-green);
  color: var(--beige);
}

.button.dark:hover {
  background-color: var(--beige);
  color: var(--dark-green);
}

.buttontext-2 {
  color: #f0ebdd;
  font-size: 16px;
  font-weight: 600;
}

.footer-bot-wrapper {
  width: 100%;
  max-width: var(--max-width-60);
  padding: 76px var(--marg-30);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--beige);
  justify-content: space-between;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
  line-height: 1.4;
  display: flex;
}

.vectors-wrapper-3 {
  width: 129px;
  height: 125px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 0 auto;
  align-items: flex-start;
  display: flex;
}

.vectors-wrapper-4 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scanlift-maskin-forusbeen-250-4312-sandnes-51-57-10-50-post-scanliftmaskin-no-0 {
  color: #73c054;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.scanlift-maskin-forusbeen-250-4312-sandnes-51-57-10-50-post-scanliftmaskin-no-1 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.scanlift-maskin-forusbeen-250-4312-sandnes-51-57-10-50-post-scanliftmaskin-no-2 {
  color: #f0ebdd;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.scanlift-maskin-forusbeen-250-4312-sandnes-51-57-10-50-post-scanliftmaskin-no-3 {
  color: #f0ebdd;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.bodyte {
  color: #73c054;
  font-size: 20px;
  font-weight: 600;
}

.informasjon-om-oss-kontakt-oss-personvernerkl-ring-betingelser-og-policy-1 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.informasjon-om-oss-kontakt-oss-personvernerkl-ring-betingelser-og-policy-2 {
  color: #f0ebdd;
  font-size: 16px;
  font-weight: 400;
}

.cta-footer-text {
  max-width: 400px;
  color: #003739;
  letter-spacing: -.022em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.footer-brand {
  width: 10vw;
  height: auto;
  max-width: 140px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  display: flex;
}

.vectors-wrapper-6 {
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.scanlift-maskin-forusbeen-250-4312-sandnes-51-57-10-50-post-scanliftmaskin-no-4 {
  color: #73c054;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
}

.scanlift-maskin-forusbeen-250-4312-sandnes-51-57-10-50-post-scanliftmaskin-no-5 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.scanlift-maskin-forusbeen-250-4312-sandnes-51-57-10-50-post-scanliftmaskin-no-6 {
  color: #f0ebdd;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.scanlift-maskin-forusbeen-250-4312-sandnes-51-57-10-50-post-scanliftmaskin-no-7 {
  color: #f0ebdd;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.informasjon-om-oss-kontakt-oss-personvernerkl-ring-betingelser-og-policy-3 {
  color: #fff;
  font-size: 16px;
  font-weight: 400;
}

.informasjon-om-oss-kontakt-oss-personvernerkl-ring-betingelser-og-policy-4 {
  color: #f0ebdd;
  font-size: 16px;
  font-weight: 400;
}

.footer-green-bg {
  border-top-left-radius: var(--radius-30);
  border-top-right-radius: var(--radius-30);
  background-color: var(--green);
}

.footer-title {
  color: var(--green);
  margin-bottom: 10px;
  font-family: alfabet, sans-serif;
  font-size: 20px;
  line-height: 1;
}

.footer-text {
  color: var(--beige);
}

.footer-text.no-line {
  text-decoration: none;
}

.nav {
  z-index: 99;
  width: 100%;
  background-color: rgba(255, 255, 255, 0);
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: block;
  position: fixed;
}

.nav.dark {
  color: var(--beige);
}

.nav.test {
  position: static;
}

.vectors-wrapper-7 {
  z-index: 0;
  height: 113px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.nav-brand {
  z-index: 1;
  width: 180px;
  height: auto;
  object-fit: cover;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.nav-link-wrapper {
  z-index: 1;
  height: auto;
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.mininav {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.small-text {
  flex: 0 auto;
  font-size: 12px;
  font-weight: 400;
}

.small-text.beige-t {
  color: var(--beige);
}

.small-text.nav {
  width: auto;
  font-size: 14px;
  position: relative;
}

.small-text.nav:hover {
  text-decoration: underline;
}

.small-text.nav.w--current {
  text-decoration: none;
}

.hovednav {
  width: 100%;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.nav-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.nav-button:hover {
  text-decoration: none;
}

.nav-link {
  font-family: alfabet, sans-serif;
  font-weight: 500;
}

.nav-arrow {
  width: 7px;
  height: 4px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  display: flex;
}

.button-3 {
  height: 22px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.button-4 {
  height: 22px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
  text-decoration: none;
  display: flex;
}

.a-inherit {
  height: 110%;
  color: var(--beige);
  display: none;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-container {
  width: 100%;
  min-width: 100%;
  padding: 20px var(--marg-30) 15px;
  justify-content: space-between;
  display: flex;
}

.nav-container.light {
  background-color: var(--beige);
  color: var(--dark-green);
  padding-left: 30px;
  padding-right: 30px;
}

.nav-container.dark {
  background-color: var(--dark-green);
  color: var(--beige);
}

.header {
  width: 100%;
  padding: 160px var(--marg-30) 60px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.header.columns1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--beige);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding-bottom: 90px;
}

.header.columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--beige);
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
}

.header-top-text {
  width: 100%;
  max-width: 500px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: 0;
  margin-right: auto;
  display: flex;
}

.header-top-text.light {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--beige);
  justify-content: center;
}

.header-top-text.contact {
  max-width: 350px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.h1 {
  font-size: 57px;
  font-weight: 500;
  line-height: 100%;
}

.bodytext-3 {
  color: rgba(0, 55, 57, .8);
  font-size: 16px;
  font-weight: 400;
}

.productsearch {
  width: 100%;
  background-color: var(--beige);
  border-radius: 15px;
  flex: 0 100%;
  justify-content: space-between;
  align-items: center;
  padding: 8px 26px 8px 0;
  display: flex;
}

.buttontext-3 {
  color: rgba(0, 55, 57, .8);
  font-size: 16px;
  font-weight: 600;
}

.button-search {
  width: 123px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 12px 23px 12px 25px;
  display: flex;
}

.buttontext-4 {
  color: #003739;
  font-size: 16px;
  font-weight: 600;
}

.product-cat {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.product-cat-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark-green);
  text-align: center;
  background-color: #fff;
  border-radius: 25px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 12px;
  font-family: alfabet, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.cat-img-wrapper {
  width: 100%;
  height: 140px;
  object-fit: contain;
  background-color: rgba(240, 235, 221, .4);
  border-radius: 25px;
  overflow: hidden;
}

.buttontext-5 {
  color: #003739;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.productlist {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: grid;
}

.productlist.catdescription {
  height: 100%;
  grid-template-columns: 1fr;
}

.filterwrapper {
  width: 100%;
  max-width: var(--max-width);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.filterbox-button {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  color: var(--dark-green);
  background-color: #f0ebdd;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 15px;
  font-family: alfabet, sans-serif;
  font-weight: 500;
  display: flex;
  position: relative;
}

.filterbox-button.article {
  width: auto;
  height: auto;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--dark-green);
  justify-content: flex-start;
  padding: 10px 35px 10px 15px;
  font-family: alfabet, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.filterbox-button.article.w--current {
  background-color: var(--dark-green);
  color: var(--green);
  text-decoration: none;
}

.filterbox-button.contact {
  width: auto;
  height: auto;
  min-width: 150px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--dark-green);
  justify-content: center;
  padding: 10px 15px;
  font-family: alfabet, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.filterbox-button.contact:hover {
  background-color: var(--green);
}

.filterbox-button.contact.w--current {
  background-color: var(--dark-green);
  color: var(--green);
  text-decoration: none;
}

.button-text-small {
  flex: none;
  font-family: alfabet, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
}

.button-text-small.underline {
  text-decoration: underline;
}

.vectors-wrapper-10 {
  width: 10px;
  height: 8px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-row {
  width: 100%;
  max-width: 1080px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.productbox {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark-green);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.product-thumb {
  width: 100%;
  height: 230px;
  object-fit: contain;
  border-radius: 25px;
  transition: transform .3s, opacity .3s;
}

.product-thumb.recommended {
  background-color: rgba(240, 235, 221, .5);
}

.product-thumb.corner {
  border-radius: 0;
}

.product-overview-spacer {
  width: 100%;
  height: 0;
  border-bottom: 1px solid var(--dark-green);
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-11 {
  width: 100%;
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-ow-title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.brand-ow {
  color: rgba(0, 55, 57, .8);
  font-size: 16px;
  font-weight: 400;
  display: inline;
}

.brand-ow.sub {
  font-size: 12px;
}

.productname-overview {
  color: #003739;
  letter-spacing: -.022em;
  font-family: alfabet, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.2;
}

.product-list-spec-wrapper {
  width: 100%;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-list-spec-wrapper:hover {
  text-decoration: none;
}

.product-list-spec {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #003739;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px 10px 3px;
  display: flex;
}

.button-5 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-bottom: 90px;
  padding: 12px 25px;
  text-decoration: none;
  display: flex;
}

.search-item-article {
  color: #003739;
  font-size: 16px;
  font-weight: 600;
}

.salgsbrosjyre-wrapper {
  width: 100%;
  background-color: #f0ebdd;
  border-radius: 25px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 90px;
  display: flex;
}

.salgsbrosjyre-text {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.banner-text-wrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h2-3 {
  color: #003739;
  letter-spacing: -.022em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.bodytext-5 {
  color: rgba(0, 55, 57, .8);
  font-size: 16px;
  font-weight: 400;
}

.button-small-4 {
  width: 161px;
  height: 38px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 12px 23px 12px 25px;
  display: flex;
}

.salgsbrosjyre-img {
  max-width: 600px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 25px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.image-4 {
  object-fit: cover;
}

.bodytext-6 {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 400;
}

.text-style {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.style-guide-info-text {
  color: rgba(0, 0, 0, .3);
  font-size: 12px;
  font-weight: 400;
  line-height: 18px;
}

.buttontext-7 {
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 600;
}

.headertitle {
  letter-spacing: -.022em;
  font-size: 57px;
  font-weight: 500;
  line-height: 100%;
}

.h2-4 {
  letter-spacing: -.022em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.h3-2 {
  letter-spacing: -.022em;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.button-text-small-2 {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
}

.footer-title-2 {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
}

.h1-2 {
  letter-spacing: -.022em;
  font-size: 57px;
  font-weight: 500;
  line-height: 100%;
}

.productname-ow-2 {
  letter-spacing: -.022em;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.produktvalg {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
}

.h4 {
  letter-spacing: 0;
  font-size: 20px;
  font-weight: 600;
}

.bodytekst-underline {
  letter-spacing: 0;
  text-decoration: underline;
}

.nav-link-2 {
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
}

.text-styles-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.style-guide-heading {
  width: 100%;
  max-width: 340px;
  letter-spacing: -.02em;
  font-size: 42px;
  font-weight: 700;
  line-height: 64px;
}

.styles-wrapper {
  width: 1000px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 0 solid #dcdcdc;
  border-top-width: 1px;
  flex-direction: row;
  justify-content: center;
  padding: 24px;
  display: block;
}

.heading {
  font-family: alfabet, sans-serif;
  font-size: 57px;
  font-weight: 500;
  line-height: 1.2;
}

.div-block-2 {
  background-color: var(--dark-green);
  color: var(--beige);
  padding: 10px;
}

.style-right {
  background-color: var(--white);
  border-radius: 25px;
  padding: 20px;
}

.green {
  color: var(--green);
}

.hightlight-title-wrapper {
  max-width: 400px;
}

.highlight-article-text-wrapper {
  max-width: 250px;
  flex: 1;
}

.left-line {
  z-index: 1000;
  width: 4px;
  height: 100%;
  background-color: var(--green);
  margin-top: 50px;
  position: absolute;
  top: 0;
  left: 40px;
  right: auto;
}

.left-line.top {
  height: 100px;
  position: -webkit-sticky;
  position: sticky;
  top: 20px;
  left: 0;
}

.left-line-wrapper-top {
  z-index: 100;
  width: 5px;
  height: 10vh;
  position: absolute;
  left: 40px;
  right: auto;
}

.left-line-wrapper-top.nav {
  height: 100px;
}

.productlist-wrapper {
  width: 100%;
  height: 100%;
  max-width: var(--max-width);
  margin-bottom: 90px;
}

.productlist-wrapper.articles {
  max-width: var(--max-width-60);
  margin-bottom: 0;
}

.load-more {
  margin-top: 90px;
  margin-bottom: 0;
}

.text-block {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 60px;
  font-weight: 400;
  display: flex;
}

.dark {
  color: var(--dark-green);
}

.light {
  color: var(--light-dark-green);
}

.container-header {
  width: 100%;
  max-width: 1450px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.container-header.contact, .container-header.columns {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-3 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  display: flex;
}

.header-produkt {
  width: 100%;
  max-width: var(--max-width-60);
  padding: 140px var(--marg-30) 60px;
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #f0ebdd;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.product-img {
  width: 100%;
  max-height: 600px;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px #003739;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

._1094741fix-7 {
  object-fit: cover;
  background-color: #fff;
  border-radius: 20px;
}

.slider-dots {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.vectors-wrapper-11 {
  width: 11px;
  height: 11px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.product-header-description {
  max-width: 500px;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-main-info {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.product-title {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bodytext-7 {
  color: #003739;
  font-size: 16px;
  font-weight: 400;
}

.h2-5 {
  color: #003739;
  letter-spacing: -.022em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.main-choice {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.choice-title {
  color: #003739;
  font-size: 20px;
  font-weight: 500;
}

.main-choice-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.choice-button-active {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #003739;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.produktvalg-2 {
  color: #73c054;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.choice-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 6px;
  padding-bottom: 6px;
  display: flex;
}

.produktvalg-3 {
  color: #003739;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.text {
  color: #003739;
  text-align: center;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.extra-choice {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.choice-description {
  color: #003739;
  font-size: 12px;
  font-style: italic;
  font-weight: 400;
}

.finance {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.choice-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-13 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #003739;
  border: 1px solid #003739;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 13px;
  display: flex;
}

.frame-16 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 9px;
  display: flex;
}

.frame-17 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 6px 14px;
  display: flex;
}

.italic-link {
  color: #003739;
  font-size: 14px;
  font-style: italic;
  font-weight: 400;
  text-decoration: underline;
}

.button-foresp-rsel {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.frame-15 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid #003739;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 11px;
  padding-bottom: 11px;
  display: flex;
}

.text-2 {
  color: #003739;
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.choice {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--dark-green);
  border: 1px #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 10px 30px;
  font-family: Notosans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.choice.w--redirected-checked {
  background-color: var(--dark-green);
}

.choice.dark {
  background-color: var(--dark-green);
  color: var(--beige);
}

.choice.small {
  padding: 10px 30px;
  font-size: 12px;
}

.choice.small.dark, .choice.active {
  background-color: var(--dark-green);
  color: var(--green);
}

.choice.input {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
}

.choice.input::-ms-input-placeholder {
  color: var(--dark-green);
}

.choice.input::placeholder {
  color: var(--dark-green);
}

.choice.input.large {
  width: 100%;
  justify-content: flex-start;
}

.choice.radio {
  width: 100%;
  height: 100%;
  margin-top: -10px;
  margin-left: -20px;
  padding: 0;
  position: absolute;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0);
}

.filterwrapper-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.filterbox-2 {
  width: 163px;
  background-color: #003739;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 7px 15px;
  display: flex;
}

.button-text-small-3 {
  color: #73c054;
  font-size: 12px;
  font-weight: 500;
}

.filterbox-3 {
  width: 163px;
  background-color: #f0ebdd;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 7px 15px;
  display: flex;
}

.button-text-small-4 {
  color: #003739;
  font-size: 12px;
  font-weight: 500;
}

.product-tabs {
  width: 163px;
  color: var(--dark-green);
  background-color: #f0ebdd;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 7px 15px;
  font-family: alfabet, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  display: flex;
}

.product-tabs.w--current, .product-tabs.active {
  background-color: var(--dark-green);
  color: var(--green);
}

.container {
  width: 100%;
  max-width: var(--max-width);
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 150px;
  display: flex;
}

.container.wide {
  max-width: 1450px;
}

.title-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tabs-undertitle {
  color: #003739;
  font-size: 20px;
  font-weight: 500;
}

.h2-6 {
  color: #003739;
  letter-spacing: -.022em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.bodytext-8 {
  width: 50%;
  color: #003739;
  font-size: 16px;
  font-weight: 400;
}

.tabs-img-block {
  width: 100%;
  height: 300px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #003739;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.image-1 {
  flex: 1;
}

.tabs-text-grid-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.tabs-text-grid-wrapper {
  max-width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  display: flex;
}

.recommended-products-block {
  width: 100%;
  max-width: var(--max-width);
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
}

.h2-7 {
  color: #003739;
  letter-spacing: -.022em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.recommended-list {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 90px;
  display: flex;
}

.productbox-2 {
  width: 100%;
  height: 362px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

._1094741fix-8 {
  object-fit: cover;
  background-color: rgba(240, 235, 221, .4);
  border-radius: 25px;
}

.frame-139 {
  width: 100%;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.search-item-contact {
  color: #003739;
  font-size: 16px;
  font-weight: 400;
}

.productname-ow {
  color: #003739;
  letter-spacing: -.022em;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.tabs-text-block {
  max-width: 500px;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  margin-right: auto;
  display: flex;
}

.related-article-block {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.h2-8 {
  color: #003739;
  letter-spacing: -.022em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.recommended-articles {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.recomended-article-item {
  height: 350px;
  background-color: #003739;
  border-radius: 25px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.related-articles-text-wrapper {
  width: 100%;
  max-width: 300px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 25px;
  display: flex;
}

.h3-3 {
  color: #73c054;
  letter-spacing: -.022em;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.small-underline {
  color: var(--beige);
  font-size: 12px;
  text-decoration: underline;
}

._1094741fix-9 {
  object-fit: cover;
  border-radius: 25px;
}

.recommended-articles-wrapper {
  width: 100%;
}

.collection-item {
  flex: 1;
}

.radio-button-field {
  color: var(--dark-green);
  margin-bottom: 0;
  padding: 10px 20px;
  position: relative;
}

.radio-button-choice {
  z-index: 1;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  display: block;
  position: relative;
}

.div {
  position: relative;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

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

.choice-form {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  margin-bottom: 40px;
  display: flex;
}

.tab-pane-tab-1 {
  height: 200px;
  background-color: #a82424;
}

.product-info-block {
  width: 100%;
  max-width: var(--max-width);
}

.specs-wrapper {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border-radius: 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.spec-block {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.spec-wrapper {
  width: 100%;
  height: 35px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0ebdd;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.spec {
  border-radius: 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.spec.value {
  flex: 0 auto;
  padding-left: 0;
  font-weight: 400;
}

.spec-title {
  color: #003739;
  font-size: 14px;
  font-weight: 600;
}

.frame-45 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  padding: 8px 0;
  display: flex;
}

.bodytext-10 {
  color: #003739;
  text-align: right;
  font-size: 16px;
  font-weight: 400;
}

.h2-9 {
  color: #003739;
  letter-spacing: -.022em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.button-foresp-rsel-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: 11px 14px;
  display: flex;
}

.produktvalg-4 {
  color: #003739;
  text-align: center;
  font-size: 12px;
  font-weight: 400;
}

.recommended-wrapper {
  width: 100%;
}

.darkgreen {
  background-color: var(--dark-green);
}

.filterbox-4 {
  width: 163px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 7px 15px;
  display: flex;
}

.vectors-wrapper-12 {
  width: 13.4983px;
  height: 14px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-text-small-5 {
  color: #003739;
  font-size: 12px;
  font-weight: 500;
}

.vectors-wrapper-13 {
  width: 17.4035px;
  height: 14px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-14 {
  width: 16px;
  height: 16px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.article-item {
  height: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-thumbnail-image-wrapper {
  width: 100%;
  height: 200px;
  object-fit: cover;
  border-radius: 10px;
  display: flex;
  overflow: hidden;
}

.article-ow-item {
  width: 100%;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h4-2 {
  color: #003739;
  font-size: 20px;
  font-weight: 600;
}

.article-thumb-text {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
}

.error {
  color: #003739;
  flex: 1;
  font-size: 12px;
  font-weight: 400;
}

.text-4 {
  color: #003739;
  flex: 0 auto;
  font-size: 12px;
  font-weight: 600;
  text-decoration: underline;
}

.article-pagination-block {
  width: 100%;
  height: 28px;
  max-width: 1200px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border-radius: 2px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.prev {
  width: 20px;
  height: 20px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(250, 250, 250, 0);
  border-style: none;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.prevnext-arrow {
  width: 4.8px;
  height: 6px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.pagination-links {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border-radius: 5px;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding-top: 3px;
  padding-bottom: 3px;
  display: flex;
}

.text-5 {
  color: #003739;
  font-size: 16px;
  font-weight: 600;
  text-decoration: underline;
}

.article-header {
  width: 100%;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 160px 40px 30px;
  display: flex;
}

.article-header.cta {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--beige);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 90px;
  display: flex;
}

.article-header.cta.hide {
  display: none;
}

.article-header-text {
  width: 100%;
  max-width: 1450px;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: row;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: grid;
}

.article-header-text.cta {
  width: 50%;
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
}

.h1-3 {
  color: #f0ebdd;
  letter-spacing: -.022em;
  font-size: 57px;
  font-weight: 500;
  line-height: 100%;
}

.bodytext-11 {
  color: #f0ebdd;
  font-size: 16px;
  font-weight: 400;
}

.button-small-5 {
  width: 100%;
  height: 38px;
  max-width: 201px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 12px 23px 12px 25px;
  display: flex;
}

.article-header-image-wrapper {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.article-header-image-wrapper.cta {
  width: 50%;
}

.text-contatiner {
  width: 100%;
  max-width: 1000px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.error-522cf2c2-04c8-9f37-f13a-a0907210e06e:hover {
  text-decoration: none;
}

.highlight-product-block {
  width: 100%;
  max-width: 500px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #003739;
  border-radius: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 90px;
  padding-left: 25px;
  display: grid;
}

.highlight-product-text-wrapper {
  height: 100%;
  color: var(--green);
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-left: 0;
  padding-top: 25px;
  padding-bottom: 25px;
  padding-left: 0;
  display: flex;
}

.hightlight-product-text {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.hightlight-product-text.multi {
  max-width: 400px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--green);
}

.bodytext-12 {
  color: #73c054;
  font-size: 16px;
  font-weight: 400;
}

.productname-ow-3 {
  color: #73c054;
  letter-spacing: -.022em;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.button-small-6 {
  width: 138px;
  height: 38px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 12px 23px 12px 25px;
  display: flex;
}

.hightlight-img-wrapper {
  width: 100%;
  object-fit: cover;
  background-color: #fff;
  border-radius: 25px;
  align-self: stretch;
}

.hightlight-img-wrapper.multi {
  width: 100%;
  height: 150px;
}

.hightlight-points-block {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  background-color: #003739;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 90px;
  padding: 25px;
  display: flex;
}

.hightlight-text-wrapper {
  width: 60%;
  min-width: 450px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: var(--green);
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.h3-4 {
  color: #73c054;
  letter-spacing: -.022em;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.hightlight-list {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-self: baseline;
  align-items: flex-start;
  display: flex;
}

.highlight-item {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 30px;
  background-color: #fff;
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding: 23px 26px;
  display: flex;
}

.cta-email-block {
  width: 100%;
  max-width: 800px;
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #003739;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 90px;
  padding: 70px 100px;
  display: flex;
}

.cta-title {
  max-width: 500px;
  color: #73c054;
  text-align: center;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.frame-61 {
  width: 100%;
  max-width: 517px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 14px 28px;
  display: flex;
}

.frame-61::-ms-input-placeholder {
  color: var(--dark-green);
}

.frame-61::placeholder {
  color: var(--dark-green);
}

.frame-122 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.check-cta-email {
  width: 20px;
  height: 20px;
  object-fit: cover;
  background-color: #fff;
  border-style: none;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-left: 0;
  display: flex;
}

.check-cta-email.w--redirected-checked {
  background-color: var(--green);
  border-style: none;
}

.bodytekst-underline-2 {
  color: #f0ebdd;
  font-size: 16px;
  font-weight: 400;
  text-decoration: underline;
}

.button-small-7 {
  width: 100%;
  height: 38px;
  max-width: 208px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 12px 23px 12px 25px;
  display: flex;
}

.lorem-ipsum-dolor-sit-amet-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-0 {
  color: #003739;
  letter-spacing: undefinedundefined;
  font-size: 16px;
  font-weight: 400;
}

.lorem-ipsum-dolor-sit-amet-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-1 {
  color: #003739;
  letter-spacing: undefinedundefined;
  font-size: 24px;
  font-weight: 600;
  line-height: 120%;
}

.priseffektiv-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-consectetur-adipiscing-elit-lorem-ipsum-dolor-sit-amet-0 {
  color: #003739;
  letter-spacing: undefinedundefined;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.rtc-article-block {
  width: 500px;
  flex-direction: column;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.rtc-article-block p {
  width: 100%;
  margin-bottom: 30px;
}

.rtc-article-block h3 {
  margin-bottom: 5px;
  margin-right: auto;
  font-size: 20px;
}

.rtc-article-block h2 {
  margin-bottom: 30px;
  margin-right: auto;
  font-size: 24px;
}

.rtc-article-block.om-oss, .rtc-article-block.om-oss.no-marg {
  margin-bottom: 0;
}

.rtc-article-block.om-oss h4 {
  margin-right: auto;
}

.rtc-article-block img {
  width: 100%;
  min-width: 100%;
  border-radius: 25px;
}

.rtc-article-block figure {
  width: 100%;
  min-width: 100%;
  margin: 30px auto 60px;
}

.rtc-article-block ul {
  margin-bottom: 30px;
  padding-left: 20px;
}

.rtc-article-block a {
  text-decoration: underline;
}

.highlight-text {
  max-width: 450px;
}

.cta-email-input {
  width: 100%;
  max-width: 517px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: var(--dark-green);
  background-color: #fff;
  border: 1px #000;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 25px 28px;
  display: flex;
}

.cta-email-input::-ms-input-placeholder {
  color: var(--dark-green);
  font-weight: 400;
}

.cta-email-input::placeholder {
  color: var(--dark-green);
  font-weight: 400;
}

.form-block {
  width: 100%;
  max-width: 500px;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.checkbox-label-cta {
  color: var(--beige);
  font-weight: 400;
  text-decoration: underline;
}

.checkbox-field-cta {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.hide {
  display: none;
}

.highlight-multi-product-block {
  max-width: 700px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #003739;
  border-radius: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 90px;
  padding: 25px;
  display: grid;
}

.frame-151 {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.productname-ow-4 {
  color: #73c054;
  letter-spacing: -.022em;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.text-6 {
  color: #f0ebdd;
  font-size: 12px;
  font-weight: 400;
}

.button-small-8 {
  width: 190px;
  height: 38px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 12px 23px 12px 25px;
  display: flex;
}

.highlight-product-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 15px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding: 15px 20px;
  display: flex;
}

._1094741fix-12 {
  object-fit: cover;
  background-color: #fff;
  border-radius: 15px;
  align-self: center;
}

.text-7 {
  color: #003739;
  font-size: 12px;
  font-weight: 400;
}

.productname-ow-5 {
  color: #003739;
  letter-spacing: -.022em;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

.div-block-6 {
  width: 100%;
  max-width: 600px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  display: flex;
}

.mini-h {
  font-size: 1em;
}

.cta-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: var(--green);
  background-color: #003739;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 70px 109px;
  display: flex;
}

.h2-10 {
  color: #73c054;
  text-align: center;
  letter-spacing: -.022em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

.button-small-9 {
  width: 100%;
  height: 38px;
  max-width: 208px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 12px 23px 12px 25px;
  display: flex;
}

.ingress {
  max-width: 500px;
  margin-left: 0;
  margin-right: auto;
}

.rtc-image-block {
  width: 100%;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 90px;
}

.rtc-image-block.cta {
  max-width: 700px;
  margin-bottom: 0;
}

.next {
  width: 20px;
  height: 20px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: rgba(250, 250, 250, 0);
  border-style: none;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  display: flex;
}

.filterdropdown {
  background-color: #f0ebdd;
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5px;
  padding-bottom: 5px;
  position: absolute;
  top: 54px;
  overflow: hidden;
  box-shadow: 0 4px 4px rgba(0, 0, 0, .25);
}

.filterdropdown.w--open {
  min-width: 500px;
  padding-top: 0;
  padding-bottom: 0;
}

.filterdropdown.hide {
  display: none;
}

.frame-109 {
  width: 190px;
  height: 30px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #f0ebdd;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.frame-110 {
  width: 190px;
  height: 30px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #003739;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.button-text-small-6 {
  color: #73c054;
  font-size: 12px;
  font-weight: 500;
}

.filterchoice {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding: 10px 15px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.filterchoice:hover, .filterchoice.active {
  background-color: var(--dark-green);
  color: var(--green);
}

.filter-block {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  margin-bottom: 0;
  display: flex;
}

.collection-item-2 {
  flex: 1;
}

.filter-checkbox-bg {
  width: 15px;
  height: 15px;
  background-color: #fff;
  margin-top: 0;
  margin-left: -10px;
  display: none;
}

.filter-checkbox-bg.w--redirected-checked {
  background-color: var(--dark-green);
  display: none;
}

.filter-label {
  z-index: 1;
  flex: none;
  font-weight: 600;
  position: relative;
}

.filterbox {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.radio-button {
  display: none;
}

.radio-button.w--redirected-checked {
  background-color: #cc1414;
}

.cat-filter {
  display: none;
}

.div-block-7 {
  width: 100px;
  height: 100px;
  background-color: var(--green);
}

.undercat-descriptionbox {
  width: 100%;
  height: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--dark-green);
  color: var(--green);
  border-radius: 20px;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding: 20px;
  text-decoration: none;
  display: flex;
}

.hidden-description, .page-count {
  display: none;
}

.pagination {
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
}

.page-count-2 {
  width: auto;
  margin-top: 0;
}

.collection-item-3 {
  position: relative;
}

.div-block-8 {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.bold {
  font-family: alfabet, sans-serif;
  font-weight: 500;
}

.div-block-9 {
  width: 100%;
  height: 200px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  display: flex;
}

.submit-button {
  display: none;
}

.div-block-10 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 60px;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.searchicon {
  height: 20px;
  min-height: 100%;
  background-color: #fff;
  border: 1px #000;
  border-radius: 0 15px 15px 0;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
}

.searchicon::-ms-input-placeholder {
  color: var(--dark-green);
}

.searchicon::placeholder {
  color: var(--dark-green);
}

.searchicon.product {
  height: auto;
  background-color: rgba(255, 255, 255, 0);
}

.footer-bot {
  border-top-left-radius: var(--radius-30);
  border-top-right-radius: var(--radius-30);
  background-color: var(--dark-green);
}

.cat-img {
  height: 100%;
  object-fit: contain;
  padding-top: 0;
  padding-bottom: 0;
  transition: transform .3s, opacity 3ms;
}

.cat-img.cover {
  width: 100%;
  object-fit: cover;
}

.image-5 {
  align-self: flex-start;
}

.nav-border {
  width: 30px;
  color: var(--beige);
}

.nav-border.dark {
  color: var(--dark-green);
}

.nav-border-wrapper {
  justify-content: space-between;
  display: flex;
}

.nav-link-wrapper-grid {
  z-index: 1;
  height: auto;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.slide {
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 25px;
}

.slider-2 {
  width: 100%;
  height: 100%;
  background-color: rgba(221, 221, 221, 0);
}

.slide-nav {
  position: relative;
}

.main-product-title {
  font-size: 40px;
}

.cat-tabs {
  width: 100%;
  max-width: 1200px;
  margin-bottom: 50px;
}

.contactlist {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 60px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 0;
  display: grid;
}

.contactlist.catdescription {
  height: 100%;
  grid-template-columns: 1fr;
}

.contact-image-wrapper {
  aspect-ratio: 1 / 1;
  background-color: var(--dark-green);
  color: var(--green);
  border-radius: 10px;
  flex-direction: column;
  justify-content: flex-end;
  padding: 15px;
  font-size: 14px;
  font-weight: 400;
  display: flex;
  position: relative;
}

.contact-portrait {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-info {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10px;
  display: flex;
}

.contact-content-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  flex-direction: column;
  display: flex;
}

.contactform {
  width: 100%;
  max-width: var(--max-width);
  color: var(--beige);
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.contactform.slider {
  background-color: var(--dark-green);
  margin-bottom: 30px;
}

.contactform.top-article {
  height: 400px;
  margin-bottom: 0;
}

.contact-input {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--white);
  color: var(--dark-green);
  border: 1px #000;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 0 20px;
  font-family: Notosans, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.contact-input:focus {
  background-color: var(--beige);
}

.contact-input::-ms-input-placeholder {
  color: var(--dark-green);
}

.contact-input::placeholder {
  color: var(--dark-green);
}

.contact-input.w--redirected-checked {
  background-color: var(--dark-green);
}

.contact-input.dark {
  background-color: var(--dark-green);
  color: var(--beige);
}

.contact-input.small {
  padding: 10px 30px;
  font-size: 12px;
}

.contact-input.small.dark, .contact-input.active {
  background-color: var(--dark-green);
  color: var(--green);
}

.contact-input.input {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-style: italic;
}

.contact-input.input::-ms-input-placeholder {
  color: var(--dark-green);
}

.contact-input.input::placeholder {
  color: var(--dark-green);
}

.contact-input.input.large {
  width: 100%;
  justify-content: flex-start;
}

.contact-input.radio {
  width: 100%;
  height: 100%;
  margin-top: -10px;
  margin-left: -20px;
  position: absolute;
}

.contact-input.textarea {
  min-height: 100px;
  padding-top: 20px;
}

.contact-block {
  width: 100%;
  max-width: none;
  margin-bottom: 0;
}

.form-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  display: flex;
}

.form-wrapper.header {
  max-width: 500px;
  align-items: stretch;
  padding: 0;
}

.contact-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.contact-icon-wrapper {
  width: 45px;
  height: 45px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-icon {
  width: 20px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-item-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  margin-top: 10px;
  display: flex;
}

.frame-129 {
  width: 45px;
  height: 45px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-15 {
  width: 20px;
  height: 16.7671px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-152 {
  width: 45px;
  height: 45px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #73c054;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.vectors-wrapper-16 {
  width: 20px;
  height: 18.4489px;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  display: flex;
}

.underline {
  text-decoration: underline;
}

.underline.link:hover {
  text-decoration: none;
}

.cta-slider-block {
  width: 100%;
  height: 400px;
  max-width: var(--max-width);
  background-color: var(--dark-green);
  border-radius: 25px;
  margin-bottom: 60px;
  overflow: hidden;
}

.slider-dots-cta {
  padding-left: 430px;
  display: flex;
}

.search-results {
  z-index: 98;
  width: 550px;
  max-width: none;
  grid-column-gap: 35px;
  grid-row-gap: 35px;
  background-color: #fff;
  border-radius: 15px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 30px 25px;
  display: none;
  position: absolute;
  top: 60px;
  box-shadow: 0 0 10px rgba(0, 0, 0, .05);
}

.search-item-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.search-item-product {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-weight: 600;
  display: flex;
}

.search-brand {
  color: rgba(0, 55, 57, .8);
  font-size: 12px;
  font-weight: 400;
}

.frame-121 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.frame-115 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.search-divider {
  width: 100%;
  border-bottom: 1px solid var(--dark-green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.frame-116 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.search-block {
  max-width: 300px;
  margin-bottom: 0;
  position: relative;
}

.nav-dropdown {
  margin-left: 0;
  margin-right: 0;
}

.dropdown-toggle {
  padding: 0;
  display: block;
}

.dropdown-toggle.light {
  color: var(--beige);
}

.nav-dropdownlist {
  padding-top: 20px;
}

.nav-dropdownlist.w--open {
  background-color: rgba(221, 221, 221, 0);
  margin-left: 10px;
  font-size: 13px;
}

.nav-dropdownlist-box {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--white);
  border-radius: 20px;
  flex-direction: column;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.dropdown-nav-link {
  color: var(--dark-green);
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-family: alfabet, sans-serif;
  font-weight: 500;
}

.dropdown-nav-link:hover {
  background-color: var(--dark-green);
  color: var(--green);
  border-radius: 20px;
}

.dropdown-nav-link.top {
  padding-top: 5px;
}

.contact-line {
  z-index: 99;
  padding-right: var(--marg-30);
  padding-left: var(--marg-30);
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 30px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chatbox {
  width: 60px;
  height: 60px;
  background-color: var(--green);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  padding-top: 5px;
  display: flex;
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.chatbox:hover {
  background-color: var(--dark-green);
  color: var(--beige);
  box-shadow: 0 2px 10px rgba(0, 0, 0, .1);
}

.chatbox.shadow {
  box-shadow: 0 0 10px rgba(0, 0, 0, .1);
}

.text-block-2, .heading-2 {
  text-transform: capitalize;
}

.product-img-wrapper {
  position: relative;
  overflow: hidden;
}

.product-list-tag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--green);
  border-radius: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2px 10px 3px;
  display: flex;
}

.product-list-tag-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
  position: absolute;
  bottom: 0;
}

.tlf-icon {
  width: 19px;
  height: 19px;
}

.tlf-icon.tlf, .chat-icon {
  width: 31px;
  height: 24px;
}

.text-field {
  color: var(--dark-green);
  background-color: rgba(255, 255, 255, 0);
  border: 1px #000;
  margin-bottom: 0;
  padding: 0 26px;
  font-size: 16px;
}

.text-field::-ms-input-placeholder {
  color: var(--dark-green);
  font-size: 16px;
}

.text-field::placeholder {
  color: var(--dark-green);
  font-size: 16px;
}

._w-slider-dot {
  width: 11px;
  height: 11px;
  background-color: rgba(0, 55, 57, .4);
  border-radius: 100%;
}

._w-slider-dot.active {
  background-color: var(--dark-green);
}

.spec-attachments {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.spec-attachments.policy {
  min-width: 500px;
}

.article-thumbnail-image {
  width: 100%;
  object-fit: cover;
  align-self: center;
}

.inline-text {
  display: inline;
}

.contact-office-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.finn-block {
  width: 100%;
  max-width: 1200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 150px;
  display: flex;
}

.title-block {
  max-width: 500px;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-direction: column;
  margin-right: auto;
  display: flex;
}

.img-block {
  width: 100%;
  height: 300px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px #003739;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.text-grid-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.text-grid-wrapper {
  max-width: 50%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  flex: 1;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  align-self: flex-start;
  margin-top: 20px;
  display: flex;
}

.button-block.stack {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-direction: column;
  align-items: flex-start;
}

.column-block {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.img-column {
  height: 500px;
}

.text-column {
  max-width: 500px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.spacer {
  height: 0;
  padding-bottom: 0;
}

.spacer._10 {
  height: 10px;
}

.cta-block-text-wrapper {
  max-width: 500px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--beige);
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.button-wrapper {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  margin-top: 10px;
  display: flex;
}

.button-wrapper.tablet-stack {
  margin-top: 10px;
}

.article-cta-block {
  grid-column-gap: 43px;
  grid-row-gap: 43px;
  color: var(--green);
  background-color: #003739;
  border-radius: 30px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 90px;
  padding: 70px 109px;
  display: flex;
}

.header-image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 30px;
  margin-bottom: 0;
}

.header-image.cta {
  max-width: 700px;
  margin-bottom: 0;
}

.header-image.map {
  object-fit: contain;
  padding: 30px;
}

.header-top-img {
  height: 500px;
}

.header-top-img.map {
  border-radius: var(--radius-30);
  background-color: var(--beige);
}

.contact-form-block {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--dark-green);
  color: var(--beige);
  border-radius: 25px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 30px;
  display: grid;
}

.contact-form-column {
  max-width: 350px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-form-column.light {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--beige);
}

.contact-form-column.contact {
  max-width: 350px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.contact-form-column.form {
  max-width: none;
}

.small-link {
  font-size: 12px;
  text-decoration: underline;
}

.solid-links-block {
  width: 100%;
  max-width: 500px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: var(--green);
  background-color: #003739;
  border-radius: 30px;
  flex: 0 auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 90px;
  padding: 25px;
  display: grid;
}

.solid-links-wrapper {
  color: var(--beige);
  flex-direction: column;
  align-items: flex-start;
  text-decoration: underline;
  display: flex;
}

.list-block {
  width: 100%;
  max-width: 800px;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
}

.list-block.referance {
  max-width: none;
  grid-template-columns: 1fr 1fr;
}

.list-item {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.list-column {
  border-radius: 10px;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-weight: 500;
  display: flex;
}

.list-column.value {
  flex: 0 auto;
  padding-left: 0;
  font-weight: 400;
  text-decoration: underline;
}

.list-column.geo {
  flex: 0 auto;
  padding-left: 0;
  font-weight: 400;
  text-decoration: none;
}

.div-block-13 {
  width: 20px;
  height: 20px;
  background-color: #fff;
  margin-top: 49px;
  position: absolute;
}

.html-embed-2 {
  width: 7px;
}

.filter-tabarrow {
  display: none;
}

.brand-img {
  width: 100%;
}

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

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

._404-links {
  width: 100%;
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.imagebox {
  width: 100%;
}

.highlight-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.highlight-container {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  background-color: var(--dark-green);
  border-radius: 25px;
  flex-direction: column;
  display: flex;
}

.highlight-text-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  color: var(--beige);
  flex-direction: column;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.light-header {
  color: var(--beige);
}

.highlight-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

@media screen and (min-width: 1280px) {
  a:hover, .hero-item.img:hover {
    text-decoration: none;
  }

  .hero-item.img._3 {
    background-image: linear-gradient(rgba(0, 55, 57, 0) 50%, rgba(0, 55, 57, .35)), url('../images/DSC05346.jpeg');
  }

  .hero-item.bg {
    background-image: linear-gradient(rgba(0, 55, 57, .35) 18%, rgba(1, 55, 57, 0) 45%), url('../images/DSC05950.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .img {
    background-image: url('../images/DSC05443.jpeg');
    background-size: cover;
  }

  .cta-img-item.top-article {
    height: 450px;
  }

  .beige._404 {
    min-height: 100vh;
  }

  .nav-brand {
    width: 220px;
  }

  .hovednav {
    max-width: none;
  }

  .nav-button {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-left: 15px;
    font-size: 16px;
  }

  .a-inherit {
    display: none;
  }

  .nav-container.light {
    background-color: var(--beige);
    color: var(--dark-green);
  }

  .productbox:hover {
    text-decoration: none;
  }

  .left-line, .left-line-wrapper-top {
    width: 4.5px;
    left: 40.5px;
  }

  .container-header.contact, .container-header.columns {
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-auto-columns: 1fr;
  }

  .article-header.cta {
    max-width: 1700px;
    margin-left: auto;
    margin-right: auto;
  }

  .rtc-article-block strong {
    font-weight: 500;
  }

  .nav-border {
    width: 30px;
    color: var(--beige);
  }

  .nav-border-wrapper {
    justify-content: space-between;
    display: flex;
  }

  .form-wrapper.header {
    max-width: 600px;
  }

  .img-column {
    height: 600px;
  }

  ._404-links {
    flex-direction: row;
    grid-auto-columns: 1fr;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: 14px;
  }

  h2 {
    font-size: 24px;
  }

  h3 {
    font-size: 22px;
  }

  .hero-section {
    padding: 74px 0 0;
  }

  .hero-container {
    grid-template-rows: auto auto 1.25fr;
    grid-template-columns: 1fr 1fr;
  }

  .hero-container.full-img {
    grid-template-rows: auto auto;
  }

  .hero-item {
    position: static;
  }

  .hero-item.img {
    background-image: linear-gradient(rgba(0, 55, 57, 0) 30%, rgba(0, 55, 57, .35) 70%), url('../images/DSC05501.jpeg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    padding-bottom: 50px;
  }

  .hero-item.bg {
    height: 400px;
  }

  .hero-item.bg.full {
    height: auto;
  }

  .hero-text-wrapper {
    height: auto;
    margin-bottom: 0;
  }

  .hero-heading {
    font-size: 60px;
  }

  .search {
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;
  }

  .img {
    background-image: url('../images/DSC05443.jpeg');
    background-size: cover;
    border-radius: 15px;
  }

  .section-content {
    padding-top: 60px;
    padding-right: var(--marg-tablet);
    padding-left: var(--marg-tablet);
  }

  .section-content.white {
    padding-top: var(--marg-tablet);
    padding-right: var(--marg-tablet);
    padding-left: var(--marg-tablet);
  }

  .section-content.white.productlist-section {
    padding-top: 25px;
    padding-right: var(--marg-tablet);
    padding-left: var(--marg-tablet);
  }

  .section-content.beige.filters {
    padding-top: 25px;
  }

  .cta-img-item {
    align-items: stretch;
  }

  .cta-img-item.top-article {
    height: 350px;
  }

  .cta-description-wrapper {
    width: 500px;
  }

  .banner-img-wrapper {
    height: 100%;
    flex: 0 auto;
  }

  .highlight-articles {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    border-radius: 15px;
    margin-bottom: 60px;
    padding: 20px;
  }

  .hightlight-articles-top {
    max-width: 400px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
  }

  .highlight-articles-item-row {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .highlight-article-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    border-radius: 10px;
    padding: 20px;
  }

  .highlight-article-description {
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-line {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 60px;
    display: grid;
  }

  .footer-cta {
    padding-right: var(--marg-tablet);
    padding-left: var(--marg-tablet);
  }

  .button {
    border-radius: 10px;
    flex: 0 auto;
    padding: 10px 30px;
  }

  .button.outline {
    flex: 0 auto;
  }

  .footer-bot-wrapper {
    padding: 40px var(--marg-tablet) 120px;
    grid-column-gap: 20px;
    grid-row-gap: 50px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .footer-brand {
    width: 120px;
    max-width: none;
  }

  .nav {
    z-index: 101;
  }

  .nav-brand {
    z-index: 99;
  }

  .nav-link-wrapper {
    background-color: var(--beige);
    padding-top: 100px;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .mininav {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
    justify-content: flex-start;
    margin-bottom: -10px;
    margin-left: -10px;
  }

  .small-text.nav {
    text-align: left;
    padding: 10px;
    font-family: alfabet, sans-serif;
    font-size: 16px;
    position: relative;
  }

  .hovednav {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    flex-direction: column;
    order: -1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
  }

  .nav-button {
    justify-content: flex-start;
    margin-left: 0;
    font-size: 20px;
  }

  .nav-button:hover {
    text-decoration: none;
  }

  .nav-button.w--current:hover {
    text-decoration: underline;
  }

  .nav-arrow {
    display: none;
  }

  .nav-container {
    padding-top: 15px;
    padding-right: var(--marg-30);
    padding-left: var(--marg-30);
  }

  .header {
    padding: 100px var(--marg-tablet) 40px;
  }

  .header.columns1, .header.columns {
    padding-bottom: 60px;
  }

  .header-top-text.contact {
    max-width: none;
  }

  .product-cat {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .product-cat-wrapper {
    padding-top: 12px;
  }

  .cat-img-wrapper {
    height: 120px;
    display: none;
  }

  .productlist {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .filterwrapper {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 40px;
    display: flex;
    position: relative;
  }

  .filterwrapper.product {
    display: flex;
  }

  .filterbox-button {
    position: static;
  }

  .productbox {
    max-width: 400px;
  }

  .styles-wrapper {
    flex-direction: column;
  }

  .highlight-article-text-wrapper {
    max-width: 350px;
    margin-bottom: 15px;
  }

  .left-line, .left-line-wrapper-top {
    left: 30px;
  }

  .container-header {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .container-header.contact {
    grid-template-columns: 1fr;
  }

  .header-produkt {
    padding: 120px var(--marg-tablet) 40px;
    grid-template-columns: 1fr;
  }

  .product-img {
    height: 500px;
  }

  .product-header-description {
    max-width: none;
  }

  .choice-wrapper {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .choice-wrapper.contact {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: stretch;
    display: grid;
  }

  .container {
    margin-bottom: 90px;
  }

  .tabs-text-grid-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .tabs-text-grid-wrapper {
    max-width: 100%;
  }

  .recommended-list {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 60px;
    display: grid;
  }

  .tabs-text-block {
    max-width: 80%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .related-article-block {
    margin-bottom: 60px;
  }

  .spec-block {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .article-header {
    padding-top: 100px;
    padding-right: var(--marg-tablet);
    padding-left: var(--marg-tablet);
  }

  .text-contatiner {
    margin-bottom: 0;
  }

  .rtc-article-block ul {
    width: 100%;
  }

  .filterdropdown.w--open {
    min-width: 0;
    display: flex;
    top: 45px;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .filterchoice {
    width: 100%;
    height: 40px;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .filter-label {
    font-weight: 600;
  }

  .filterbox {
    position: static;
  }

  .div-block-8 {
    width: 80%;
    grid-template-columns: 1fr;
  }

  .searchicon {
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
  }

  .menu-wrapper {
    z-index: 99;
    flex: 1;
    justify-content: flex-end;
    align-items: center;
    display: flex;
    position: relative;
  }

  .icon {
    display: none;
  }

  .hamburger-line {
    width: 40px;
    height: 4px;
    background-color: var(--dark-green);
    padding-bottom: 0;
    padding-right: 0;
    position: relative;
  }

  .hamburger-line.top {
    border-top-left-radius: 2px;
    border-top-right-radius: 2px;
  }

  .hamburger-line.bot, .hamburger-line.bot.light {
    border-bottom-right-radius: 2px;
    border-bottom-left-radius: 2px;
  }

  .hamburger-line.light {
    background-color: var(--beige);
  }

  .menu-button {
    flex-direction: column;
    padding: 0;
    display: block;
  }

  .menu-button.w--open {
    background-color: var(--transperant);
  }

  .hamburgermenu-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-direction: column;
    justify-content: center;
    display: flex;
  }

  .nav-link-wrapper-grid {
    padding: 100px var(--marg-tablet) 40px;
    background-color: var(--beige);
    justify-content: space-between;
    align-items: flex-start;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .nav-link-wrapper-grid.dark, .nav-link-wrapper-grid.dark-tablet {
    background-color: var(--dark-green);
    color: var(--beige);
  }

  .contactlist {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr;
  }

  .contact-content-wrapper {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .contactform {
    align-items: stretch;
  }

  .contact-block, .form-wrapper.header {
    max-width: none;
  }

  .contact-item-wrapper {
    width: 100%;
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-direction: row;
  }

  .cta-slider-block {
    border-radius: 15px;
  }

  .slider-dots-cta {
    justify-content: flex-end;
    padding-left: 0;
    padding-right: 30px;
  }

  .search-results {
    width: 700px;
  }

  .nav-dropdownlist {
    background-color: rgba(221, 221, 221, 0);
    padding-top: 0;
    display: block;
    position: relative;
  }

  .nav-dropdownlist.w--open {
    margin-left: 0;
    padding-top: 0;
    position: relative;
  }

  .nav-dropdownlist-box {
    background-color: var(--transperant);
    border-radius: 0;
    padding-top: 5px;
    font-size: 16px;
  }

  .dropdown-nav-link {
    white-space: pre-wrap;
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 0;
    font-family: Notosans, sans-serif;
    font-weight: 400;
  }

  .dropdown-nav-link:hover {
    background-color: var(--transperant);
    color: var(--dark-green);
  }

  .dropdown-nav-link.light-tablet {
    color: var(--beige);
  }

  .finn-block {
    margin-bottom: 90px;
  }

  .title-block {
    max-width: 80%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-grid-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .text-grid-block.full-tablet {
    display: flex;
    overflow: auto;
  }

  .text-grid-wrapper {
    max-width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-block {
    margin-right: auto;
  }

  .column-block {
    grid-template-columns: 1fr;
  }

  .img-column {
    height: 420px;
  }

  .text-column {
    max-width: 80%;
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-left: 0;
  }

  .button-wrapper.tablet-stack {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .header-image.map {
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-block {
    grid-template-columns: 1fr;
  }

  .contact-form-column {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .contact-form-column.contact {
    max-width: none;
  }

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

  .nav-crossline {
    width: 40px;
    height: 4px;
    background-color: var(--beige);
    padding-bottom: 0;
    padding-right: 0;
    display: none;
    position: absolute;
    transform: rotate(45deg);
  }

  .nav-crossline._2 {
    position: absolute;
    transform: rotate(-45deg);
  }

  .nav-crossline.dark {
    background-color: var(--dark-green);
  }

  .highlight-container {
    border-radius: 16px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 35px;
  }

  h4 {
    font-size: 18px;
  }

  .hero-section {
    margin-bottom: -20px;
    padding: 59px 0 0;
  }

  .hero-item.img {
    padding-bottom: 40px;
    padding-left: var(--marg-mobile);
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .hero-item.img._3 {
    padding-bottom: 40px;
  }

  .hero-item.bg {
    padding-right: var(--marg-mobile);
    padding-left: var(--marg-mobile);
  }

  .article-header-image.cta {
    max-width: none;
  }

  .img {
    border-radius: 15px;
  }

  .img.tabs {
    height: 200px;
    flex: 0 auto;
  }

  .section-content {
    padding-top: 30px;
    padding-right: var(--marg-mobile);
    padding-left: var(--marg-mobile);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .section-content.white {
    padding-top: var(--marg-mobile);
    padding-right: var(--marg-mobile);
    padding-left: var(--marg-mobile);
  }

  .section-content.white.productlist-section {
    padding-top: 15px;
    padding-right: var(--marg-mobile);
    padding-left: var(--marg-mobile);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
  }

  .section-content.beige.filters {
    padding-top: 15px;
  }

  .cta-img-item {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .cta-img-item.top-article {
    height: auto;
    border-radius: 15px;
    flex-direction: column-reverse;
  }

  .cta-description-wrapper {
    width: auto;
    max-width: 400px;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding: 20px;
  }

  .cta-text-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .banner-img-wrapper {
    height: 300px;
  }

  .highlight-articles {
    margin-bottom: 40px;
  }

  .hightlight-articles-top {
    max-width: 300px;
  }

  .highlight-article-item {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .brand-line {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 40px;
  }

  .footer-cta {
    padding: 40px var(--marg-mobile);
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-bot-wrapper {
    padding-top: 30px;
    padding-right: var(--marg-mobile);
    padding-left: var(--marg-mobile);
    grid-row-gap: 40px;
  }

  .footer-green-bg {
    border-top-left-radius: var(--radius-20);
    border-top-right-radius: var(--radius-20);
  }

  .footer-title {
    margin-bottom: 0;
  }

  .nav-brand {
    width: 170px;
    padding-left: 0;
  }

  .mininav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: row;
  }

  .nav-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .nav-container.light, .header {
    padding-right: var(--marg-mobile);
    padding-left: var(--marg-mobile);
  }

  .header.columns1 {
    padding-bottom: 20px;
  }

  .header.columns {
    padding-top: 75px;
    padding-bottom: 40px;
  }

  .header.columns.contact {
    padding-top: 100px;
  }

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

  .header-top-text.light {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .header-top-text.contact {
    max-width: 280px;
  }

  .product-cat {
    grid-template-columns: 1fr 1fr;
  }

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

  .filterwrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--white);
    border-radius: 10px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    align-items: stretch;
  }

  .filterwrapper.product {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .filterbox-button {
    width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .filterbox-button.article {
    display: none;
  }

  .filterbox-button.article.w--current {
    display: flex;
  }

  .filterbox-button.contact {
    justify-content: flex-start;
    display: none;
  }

  .filterbox-button.contact.w--current {
    display: flex;
  }

  .productbox {
    max-width: none;
  }

  .frame-11 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .brand-ow {
    font-size: 14px;
    line-height: 1.2;
  }

  .left-line, .left-line-wrapper-top {
    left: 15px;
  }

  .productlist-wrapper {
    margin-bottom: 60px;
  }

  .productlist-wrapper.articles {
    margin-bottom: 0;
  }

  .container-header.columns {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    display: flex;
  }

  .header-produkt {
    padding-top: 100px;
    padding-right: var(--marg-mobile);
    padding-left: var(--marg-mobile);
  }

  .choice-wrapper.contact {
    flex-direction: column;
  }

  .product-tabs {
    width: 100%;
  }

  .container {
    margin-bottom: 45px;
  }

  .tabs-img-block {
    height: auto;
    flex-direction: column;
  }

  .tabs-text-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

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

  .recommended-articles {
    flex-direction: column;
    align-items: stretch;
  }

  .spec-block {
    grid-template-columns: 1fr 1fr;
  }

  .article-item {
    align-items: stretch;
  }

  .article-thumbnail-image-wrapper {
    width: 100%;
    height: 150px;
  }

  .article-ow-item {
    max-width: none;
  }

  .article-header {
    padding-right: var(--marg-mobile);
    padding-left: var(--marg-mobile);
  }

  .article-header.cta {
    flex-direction: column;
  }

  .article-header-text {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
    margin-bottom: 0;
  }

  .article-header-text.cta, .article-header-image-wrapper.cta {
    width: 100%;
  }

  .text-contatiner {
    margin-bottom: 15px;
  }

  .text-contatiner.policy {
    width: 100%;
  }

  .highlight-product-block {
    max-width: none;
    margin-bottom: 45px;
  }

  .hightlight-img-wrapper.multi {
    height: 200px;
    margin-bottom: 5px;
  }

  .hightlight-points-block {
    margin-bottom: 45px;
  }

  .hightlight-text-wrapper {
    width: 100%;
    min-width: 0;
  }

  .hightlight-list {
    flex-direction: column;
  }

  .cta-email-block {
    padding: 50px 25px;
  }

  .rtc-article-block {
    width: 90%;
    max-width: none;
    margin-right: auto;
  }

  .rtc-article-block.om-oss {
    width: 90%;
  }

  .rtc-article-block img {
    border-radius: 15px;
  }

  .rtc-article-block figure {
    margin-top: 0;
    margin-bottom: 30px;
  }

  .highlight-multi-product-block {
    width: 100%;
    grid-template-columns: 1fr;
    margin-bottom: 45px;
  }

  .highlight-product-item {
    width: 100%;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .div-block-6 {
    max-width: none;
    flex-direction: row;
  }

  .cta-block {
    width: 100%;
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 50px 40px;
  }

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

  .filterbox {
    position: relative;
  }

  .filterbox._1 {
    z-index: 99;
  }

  .filterbox._2 {
    z-index: 98;
  }

  .filterbox._3 {
    z-index: 97;
  }

  .filterbox._4 {
    z-index: 96;
  }

  .filterbox._5 {
    z-index: 95;
  }

  .filterbox._6 {
    z-index: 94;
  }

  .filterbox._7 {
    z-index: 93;
  }

  .filterbox._8 {
    z-index: 92;
  }

  .filterbox._9 {
    z-index: 91;
  }

  .filterbox._10 {
    z-index: 90;
  }

  .pagination {
    margin-top: 20px;
  }

  .div-block-8 {
    grid-template-columns: 1fr;
  }

  .footer-bot {
    border-top-left-radius: var(--radius-20);
    border-top-right-radius: var(--radius-20);
  }

  .nav-border {
    width: 20px;
  }

  .nav-link-wrapper-grid {
    padding-right: var(--marg-mobile);
    padding-left: var(--marg-mobile);
  }

  .main-product-title {
    font-size: 24px;
  }

  .cat-tabs {
    margin-bottom: 40px;
  }

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

  .contact-portrait {
    width: 100%;
  }

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

  .contactform {
    flex-direction: column;
    margin-bottom: 60px;
  }

  .contactform.top-article {
    height: auto;
    flex-direction: column-reverse;
  }

  .contact-item-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cta-slider-block {
    margin-bottom: 15px;
  }

  .search-results {
    width: 100%;
    flex-direction: column;
  }

  .search-item-wrapper {
    max-width: none;
  }

  .frame-121 {
    width: 100%;
  }

  .search-block {
    max-width: 100%;
  }

  .contact-line {
    padding-right: var(--marg-mobile);
    padding-left: var(--marg-mobile);
    margin-bottom: 15px;
  }

  .spec-attachments.policy {
    min-width: 100%;
  }

  .finn-block {
    margin-bottom: 45px;
  }

  .title-block {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .img-block {
    height: auto;
    flex-direction: column;
  }

  .button-block {
    margin-top: 10px;
  }

  .column-block {
    grid-template-columns: 1fr;
  }

  .img-column {
    height: 300px;
  }

  .text-column {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .article-cta-block {
    width: 100%;
    margin-bottom: 45px;
    padding: 50px 40px;
  }

  .header-image.cta {
    max-width: none;
  }

  .header-top-img {
    height: 300px;
  }

  .contact-form-block {
    padding: 15px;
  }

  .contact-form-column.contact {
    max-width: 280px;
  }

  .solid-links-block {
    max-width: 100%;
  }

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

  .filter-tabarrow {
    width: 14px;
    display: block;
    position: absolute;
    right: 25px;
  }

  .highlight-block {
    flex-direction: column;
  }

  .highlight-content {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    margin-bottom: -15px;
    padding-top: 59px;
  }

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

  .hero-container.full-img {
    height: 100%;
    grid-template-rows: auto;
  }

  .hero-item.img {
    height: 250px;
    padding-bottom: 35px;
  }

  .hero-item.img.hidemobile {
    display: none;
  }

  .hero-item.img._3 {
    display: flex;
  }

  .hero-item.bg {
    height: 70vh;
    justify-content: flex-end;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .hero-item.bg.full {
    background-image: linear-gradient(rgba(1, 55, 57, 0) 50%, rgba(0, 55, 57, .2)), url('../images/DSC05950.jpeg');
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
    padding-bottom: 85px;
  }

  .hero-text-wrapper {
    margin-top: 20px;
    margin-bottom: 0;
  }

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

  .section-content {
    border-top-left-radius: 15px;
    border-top-right-radius: 15px;
  }

  .cta-img-item {
    margin-bottom: 40px;
  }

  .cta-img-item.top-article {
    border-radius: 10px;
  }

  .cta-description-wrapper {
    max-width: 90%;
    padding: 17px;
  }

  .banner-img-wrapper {
    height: 200px;
  }

  .highlight-articles {
    margin-bottom: 30px;
    padding: 15px;
  }

  .highlight-article-item {
    padding: 15px;
  }

  .highlight-article-description {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: flex-start;
  }

  .brand-line {
    margin-bottom: 30px;
  }

  .footer-cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .footer-bot-wrapper {
    grid-template-columns: 1fr;
    padding-top: 30px;
  }

  .footer-brand {
    width: 100px;
  }

  .footer-green-bg {
    border-top-left-radius: var(--marg-mobile);
    border-top-right-radius: var(--marg-mobile);
  }

  .mininav {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .small-text.nav {
    font-size: 20px;
    font-weight: 500;
  }

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

  .nav-button {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .header {
    padding-bottom: 30px;
  }

  .product-cat {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr;
  }

  .productlist, .filterwrapper, .filterwrapper.product {
    grid-template-columns: 1fr;
  }

  .productlist-wrapper {
    margin-bottom: 40px;
  }

  .header-produkt {
    padding-top: 100px;
    padding-bottom: 30px;
  }

  .product-img {
    max-width: 100%;
  }

  .choice-wrapper.contact, .tabs-text-grid-block, .recommended-list, .spec-block {
    grid-template-columns: 1fr;
  }

  .article-thumbnail-image-wrapper {
    height: 200px;
  }

  .highlight-product-block {
    grid-template-columns: 1fr;
    padding-left: 0;
  }

  .highlight-product-text-wrapper {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }

  .hightlight-img-wrapper.multi {
    height: 250px;
  }

  .cta-title {
    font-size: 25px;
  }

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

  .cta-block {
    padding: 30px 25px;
  }

  .filterdropdown {
    z-index: 1;
  }

  .filterdropdown.w--open {
    z-index: 99;
  }

  .footer-bot {
    border-top-left-radius: var(--marg-mobile);
    border-top-right-radius: var(--marg-mobile);
  }

  .menu-button {
    margin-top: -4px;
  }

  .nav-link-wrapper-grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
  }

  .slider-2 {
    max-width: 100%;
    flex-direction: column;
    display: flex;
  }

  .cat-tabs {
    margin-bottom: 20px;
  }

  .text-span {
    display: inline-block;
  }

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

  .contact-image-wrapper {
    aspect-ratio: 5 / 4;
    font-size: 16px;
  }

  .contact-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .contactform {
    margin-bottom: 40px;
  }

  .search-results {
    width: 290px;
  }

  .nav-dropdownlist-box {
    display: none;
  }

  .mask {
    max-width: 100%;
  }

  .text-grid-block {
    grid-template-columns: 1fr;
  }

  .text-grid-wrapper {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button-block {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .text-column {
    max-width: 100%;
  }

  .button-wrapper {
    width: 100%;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-direction: column;
  }

  .button-wrapper.tablet-stack {
    width: 100%;
  }

  .article-cta-block {
    padding: 30px 25px;
  }

  .header-top-img {
    height: 250px;
  }

  .contact-form-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .solid-links-block, .list-block {
    grid-template-columns: 1fr;
  }

  .list-block.referance {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .list-item {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 10px;
    padding-right: 10px;
  }

  .filter-tabarrow {
    display: block;
  }
}

#w-node-_8cadb4f9-1673-e0b1-b3a2-fee7f369f681-5b9ead25 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_52c7f8e8-b9f8-baed-a8f5-bb7e47b3523c-5b9ead25 {
  grid-area: 2 / 1 / 3 / 2;
  align-self: start;
}

#w-node-b19fc529-0c9f-9169-bf26-2ebe000cee8f-7e8a4c4a {
  align-self: end;
}

#w-node-_458cbef5-46fe-d591-efd7-c762b0db7154-769e8957 {
  align-self: stretch;
}

#name.w-node-_9e15b93d-3eee-1409-5fbc-db45adff1e8d-769e8957 {
  align-self: start;
}

#w-node-_1dfa199a-996c-fd0d-25aa-624b16b3bccd-f0db341f {
  justify-self: stretch;
}

#w-node-_9ca7ae17-e938-1957-10a1-05f3003e04e9-fd7348f4 {
  justify-self: end;
}

#w-node-_8f454d72-a2e5-b7c4-838c-6d62647615d1-058c4fd1, #w-node-_69790570-51c6-005c-7030-f90233443c23-9145367d, #w-node-_94112a2d-29e3-ba50-0d20-2a6b60c69499-c0ec4754, #w-node-_5428a982-73ac-b632-da10-18c6a4d622b6-c0ec4754, #w-node-_392d1231-cf5c-b686-759f-4c5f8f18e13e-29534624, #w-node-ccd20e23-d776-b47e-1860-785515b5c290-29534624, #w-node-ef46e1b4-3054-c8dd-73e6-7a6c76268918-29534624 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8cadb4f9-1673-e0b1-b3a2-fee7f369f681-7d89694b {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

@media screen and (min-width: 1280px) {
  #w-node-_458cbef5-46fe-d591-efd7-c762b0db715b-769e8957 {
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_8cadb4f9-1673-e0b1-b3a2-fee7f369f681-5b9ead25 {
    grid-column-end: 3;
  }

  #w-node-_75110e41-c364-e166-9e44-72346731dc21-5b9ead25 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_72cb6a2e-3062-99d5-daef-f7303d82346b-5b9ead25, #w-node-_72cb6a2e-3062-99d5-daef-f7303d82346c-5b9ead25, #w-node-_72cb6a2e-3062-99d5-daef-f7303d82346d-5b9ead25, #w-node-_72cb6a2e-3062-99d5-daef-f7303d82346e-5b9ead25, #w-node-_72cb6a2e-3062-99d5-daef-f7303d82346f-5b9ead25, #w-node-_72cb6a2e-3062-99d5-daef-f7303d823470-5b9ead25 {
    justify-self: center;
  }

  #w-node-dc92cd25-19f9-c364-28c6-511f933e4c93-933e4c8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-dc92cd25-19f9-c364-28c6-511f933e4c94-933e4c8a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-dc92cd25-19f9-c364-28c6-511f933e4c9f-933e4c8a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-e8407c6e-810f-4e77-fd00-947979b4c80c-933e4c8a {
    grid-area: 2 / 2 / 5 / 3;
  }

  #w-node-dc92cd25-19f9-c364-28c6-511f933e4caa-933e4c8a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_665a2ed2-89e9-335e-236e-6bae33f06186-56db0a3e {
    justify-self: start;
  }

  #w-node-_8cadb4f9-1673-e0b1-b3a2-fee7f369f681-7d89694b {
    grid-column-end: 3;
  }

  #w-node-_75110e41-c364-e166-9e44-72346731dc21-7d89694b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_72cb6a2e-3062-99d5-daef-f7303d82346b-7d89694b, #w-node-_72cb6a2e-3062-99d5-daef-f7303d82346c-7d89694b, #w-node-_72cb6a2e-3062-99d5-daef-f7303d82346d-7d89694b, #w-node-_72cb6a2e-3062-99d5-daef-f7303d82346e-7d89694b, #w-node-_72cb6a2e-3062-99d5-daef-f7303d82346f-7d89694b, #w-node-_72cb6a2e-3062-99d5-daef-f7303d823470-7d89694b {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8cadb4f9-1673-e0b1-b3a2-fee7f369f681-5b9ead25, #w-node-_52c7f8e8-b9f8-baed-a8f5-bb7e47b3523c-5b9ead25 {
    grid-column-end: 3;
  }

  #w-node-_75110e41-c364-e166-9e44-72346731dc21-5b9ead25 {
    grid-column: span 1 / span 1;
  }

  #w-node-dc92cd25-19f9-c364-28c6-511f933e4c93-933e4c8a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-dc92cd25-19f9-c364-28c6-511f933e4c94-933e4c8a, #w-node-dc92cd25-19f9-c364-28c6-511f933e4c9f-933e4c8a, #w-node-dc92cd25-19f9-c364-28c6-511f933e4caa-933e4c8a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_665a2ed2-89e9-335e-236e-6bae33f06186-56db0a3e {
    justify-self: stretch;
  }

  #w-node-dc28ad60-bead-e627-8808-f03b71efcf61-058c4fd1, #w-node-_5aa69a4a-526e-a304-2ade-7272f0091e96-c0ec4754 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8cadb4f9-1673-e0b1-b3a2-fee7f369f681-7d89694b {
    grid-column-end: 3;
  }

  #w-node-_75110e41-c364-e166-9e44-72346731dc21-7d89694b {
    grid-column: span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_8cadb4f9-1673-e0b1-b3a2-fee7f369f681-5b9ead25 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_52c7f8e8-b9f8-baed-a8f5-bb7e47b3523c-5b9ead25 {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-dc92cd25-19f9-c364-28c6-511f933e4c93-933e4c8a {
    grid-column: span 1 / span 1;
  }

  #w-node-e8407c6e-810f-4e77-fd00-947979b4c80c-933e4c8a {
    grid-area: span 3 / span 1 / span 3 / span 1;
  }

  #w-node-_8cadb4f9-1673-e0b1-b3a2-fee7f369f681-7d89694b {
    grid-area: 1 / 1 / 2 / 2;
  }
}
/* FONTS */

@font-face {
  font-family: 'Notosans';
  src: url('https://143794645.fs1.hubspotusercontent-eu1.net/hubfs/143794645/raw_assets/public/scanlift/fonts/NotoSans-BoldItalic.ttf') format('truetype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('https://143794645.fs1.hubspotusercontent-eu1.net/hubfs/143794645/raw_assets/public/scanlift/fonts/NotoSans-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('https://143794645.fs1.hubspotusercontent-eu1.net/hubfs/143794645/raw_assets/public/scanlift/fonts/NotoSans-MediumItalic.ttf') format('truetype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('https://143794645.fs1.hubspotusercontent-eu1.net/hubfs/143794645/raw_assets/public/scanlift/fonts/NotoSans-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('https://143794645.fs1.hubspotusercontent-eu1.net/hubfs/143794645/raw_assets/public/scanlift/fonts/NotoSans-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('https://143794645.fs1.hubspotusercontent-eu1.net/hubfs/143794645/raw_assets/public/scanlift/fonts/NotoSans-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('https://143794645.fs1.hubspotusercontent-eu1.net/hubfs/143794645/raw_assets/public/scanlift/fonts/NotoSans-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('https://143794645.fs1.hubspotusercontent-eu1.net/hubfs/143794645/raw_assets/public/scanlift/fonts/NotoSans-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('https://143794645.fs1.hubspotusercontent-eu1.net/hubfs/143794645/raw_assets/public/scanlift/fonts/NotoSans-LightItalic.ttf') format('truetype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Notosans';
  src: url('https://143794645.fs1.hubspotusercontent-eu1.net/hubfs/143794645/raw_assets/public/scanlift/fonts/NotoSans-SemiBoldItalic.ttf') format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}


.article-header-image-wrapper {
    height: 456px;
    overflow: hidden;
    justify-content: center;
  border-radius: 30px;
  max-width:1920px;
  margin-left:auto;
  margin-right:auto;
}

.pris {
    font-size: 26px;
    margin-top: 10px;
}

/* Productbox */



.productbox:hover .product-ow-title h4 {
  text-decoration: underline;
}
.productbox:hover .product-thumb{
  transform: scale(1.05);
  opacity: 0.9;
}

.product-list-tag-wrapper {
    z-index: 2;
}

.flexwrapper, .section-content.beige .hs_cos_wrapper{
  width: 100%;
  flex-direction: column;
    align-items: center;
    display: flex;
}

.whitebg{
 background-color:#fff; 
}

.contact-image-wrapper{
width:100%;  
}

body.darkgreen .nav-button {
   color:var(--beige);
}

body.beige .header-top-text.light {
    color: #003739;
}

body.darkgreen .header-top-text {
    color: var(--beige);
}

.footer {
    margin-top: -30px;
    z-index: 24;
}

.noborderradius {
    border-radius: 0;
}

.section-content{
 padding-bottom: 30px; 
}

.cat-img.cover {
  width: 100%;
  object-fit: cover;
}

/*
.filterbox-button, .filterdropdown, .filterchoice{
 width:auto; 
  height: auto;
      min-width: 320px;
      padding: 15px 15px;
}

.filterbox-button .button-text-small {
    font-size: 15px;
}

.filterdropdown .filterchoice {
    font-size: 15px;
}

label.filterchoice:hover, label.filterchoice.w-radio.fs-cmsfilter_active {
    background-color: #73C056;
}
*/

body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-accept-all, body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-save-settings{
  color: var(--dark-green) !important;
    text-decoration: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    background-color: var(--green) !important;
    border-radius: 15px;
    border-style: none;
    display: flex;
    font-family: alfabet,sans-serif;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2;
   font-size: 12px;
    padding: 10px 30px;
    text-align: center;
}

#hs-eu-cookie-confirmation #hs-eu-decline-button{
  color: var(--green);
    text-decoration: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    background-color: var(--dark-green);
    border-radius: 15px;
    border-style: none;
    display: flex;
    font-family: alfabet,sans-serif;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2;
   font-size: 12px;
    padding: 10px 30px;
    text-align: center;
}

#hs-eu-cookie-confirmation #hs-eu-confirmation-button{
   color: var(--dark-green);
    text-decoration: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    background-color: var(--green);
    border-radius: 15px;
    border-style: none;
    display: flex;
    font-family: alfabet,sans-serif;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2;
   font-size: 12px;
    padding: 10px 30px;
    text-align: center;
}

.cookiesettingbtn{
      color: var(--dark-green);
    text-decoration: none;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    align-items: center;
    background-color: var(--green);
    border-radius: 15px;
    border-style: none;
    display: flex;
    font-family: alfabet,sans-serif;
    font-weight: 500;
    justify-content: center;
    line-height: 1.2;
   font-size: 12px;
    padding: 10px 30px;
    text-align: center;
position: fixed;
    right: 30px;
    bottom: 30px;
    z-index: 999;
}

.filterbox-button.w--current {
  display: flex !important;
}
#select{
margin: 0;      
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-appearance: none;
-moz-appearance: none;
background-image:
    linear-gradient(45deg, transparent 50%, var(--dark-green) 50%),
    linear-gradient(135deg, var(--dark-green) 50%, transparent 50%);
background-position:
    calc(100% - 20px) calc(1em + 4px),
    calc(100% - 15px) calc(1em + 4px),
    100% 0;
background-size:
    5px 5px,
    5px 5px,
    2.5em 2.5em;
background-repeat: no-repeat;
}

section.section-content {
    margin-top: -30px;
    padding-top: 30px;
}
.leftsectionproduct{
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 0.25fr;
    grid-row-gap: 60px;
}
#hs-banner-parent #hs-modal {
    overflow-y: scroll;
}

@media screen and (max-width: 991px){
.cookiesettingbtn {
    border-radius: 10px;
    padding: 10px 30px;
}
  .text-grid-block.full-tablet{
  overflow:auto;
}
}

@media screen and (max-width: 767px){
.cookiesettingbtn{
   right: 15px;
    bottom:15px;
}
}

.producttable th{
 text-align:left; 
}
.producttable td, .producttable th {
    font-size: 14px;
    padding: 4px 15px;
}

.producttable td{
 border-top:1px solid #333; 
}

@supports (-webkit-touch-callout: none) {
.nav-border-wrapper{
margin-top:-1px;
}
}
@media not all and (min-resolution:.001dpcm) { 
  @supports (-webkit-appearance: none) {
.nav-border-wrapper{
margin-top:-1px;
}
  }
}

@media screen and (max-width: 991px){
.nav-button {
    color:#003739 !important;
  }
  /*.product-thumb {
    aspect-ratio: unset;
    margin-top: 40px;
}*/
}

@media screen and (max-width: 991px){
body.darkgreen .nav-button, body.darkgreen .dropdown-nav-link {
   color: var(--beige) !important;
  }
.highlight-block.blockt {
    flex-direction: column;
}
  
}

.article-item:hover h4 {
  text-decoration: none;
}

.product-cat-wrapper:hover .cat-img{
  transform: scale(1.05);
  opacity: 0.9;
}
.productbox:hover .product-thumb{
  transform: scale(1.05);
  opacity: 0.9;
}

section.section-content.extra-p-top{
 padding-top:90px; 
}

.highlight-content.btnfix {
    justify-content: space-between;
    min-height: 240px;
}

.highlight-content.btnfix2 {
    justify-content: space-between;
    min-height: 200px;
}

/*
.btnfix{
 position:relative; 
}

.btnfix .highlight-text-block {
    margin-bottom: 40px
}

.btnfix .button {
    position: absolute;
    bottom: 0;
}
*/


.w-slider-arrow-left, .w-slider-arrow-right {
    mix-blend-mode: exclusion;
}

@media screen and (max-width: 991px){
  .article-header-image-wrapper {
    height: auto;
}
  
  .rtc-article-block {
    margin-right: auto;
    margin-left: auto;
    max-width: none;
    width: 90%;
}
  
section.section-content.extra-p-top{
 padding-top:60px; 
}
  section.section-content {
    /*margin-top: 0;*/
}
  .highlight-content.btnfix, .highlight-content.btnfix2 {
    min-height: none;
}
}

.leftsectionproduct{
    height: 100%;
    display: grid;
    grid-template-rows: 1fr 0.25fr;
    grid-row-gap: 60px;
}

.downloadables {
    /* max-height: 300px; */
    /* background-color: hsl(0 0% 100% / 1); */
    /* border: 1px solid var(--dark-green); */
    /* padding-bottom: 11px; */
    /* padding-top: 11px; */
    border-radius: 15px;
    padding: 10px 70px;
    display: flex;
    flex-direction: column;
    column-width: 50px;
    column-gap: 20px;
    row-gap: 10px;
    text-align: center;
}

.footer-iso-sert {
  max-width: 125px;
}

.footer-bot-cert {
  display: flex;
  width: 100%;
  max-width: var(--max-width-60);
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  padding-right: var(--marg-30);
  padding-bottom: 76px;
  padding-left: var(--marg-30);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  gap: 20px;
  color: var(--beige);
  font-size: 14px;
  line-height: 1.4;
}

@media screen and (max-width: 991px) {
  .footer-bot-cert {
    padding-right: var(--marg-tablet);
    padding-bottom: 120px;
    padding-left: var(--marg-tablet);
    grid-auto-columns: 1fr;
    gap: 50px 20px;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 767px) {
  .footer-bot-cert {
    padding-right: var(--marg-mobile);
    padding-left: var(--marg-mobile);
    row-gap: 40px;
  }
}

@media screen and (max-width: 479px) {
  .footer-bot-cert {
    flex-flow: wrap;
    grid-template-columns: 1fr;
  }
}
/* modules */
.hs_cos_wrapper_widget, .container-fluid{
    width: 100%;
}

/* Slider */

.w-slider-dot {
    height: 0.7em;
    width: 0.7em;
}

/* form */

.hs-form-field label:not(.hs-error-msg) {
        color: #fff;
    font-family: Notosans,sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 400;
      margin-left: 15px;
}

.hs-main-font-element{
  color: #333;
    font-family: Notosans,sans-serif;
    font-size: 1rem;
    line-height: 1.6rem;
    font-weight: 500;
}

#email-prefs-form input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-form input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .hs-form fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
        box-sizing: border-box;
    padding: 12px 15px !important;
    min-height: 27px;
    border-radius: 16px;
    border: 0;
    margin-bottom: 20px;
  width:100%;
}

.hs-form textarea {
        box-sizing: border-box;
    padding: 12px 15px;
    min-height: 27px;
    border-radius: 16px;
    border: 0;
    margin-bottom: 20px;
  width:100%;
      min-height: 200px;
}

.hs-form input:focus-visible, .hs-form textarea:focus-visible{
 border:1px solid var(--dark-green);
  outline: 2px solid var(--dark-green);
}

.hs-form input.error{
 border:1px solid var(--dark-green);
  outline: 2px solid var(--dark-green);
}

.legal-consent-container .hs-error-msgs label {
    color: #73c054 !important;
}

.colorform .legal-consent-container .hs-error-msgs label, .colorform .legal-consent-container .hs-richtext a {
    color: #000 !important;
}

.hs-form div>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]), .hs-custom-style fieldset>div:last-of-type .hs-input:not([type=checkbox]):not([type=radio]) {
    width: 100%;
    max-width: 100%;
}
.hs-form div textarea, .hs-custom-style fieldset textarea {
    padding: 10px 15px;
    margin-bottom: 40px;
    border: 0;
}
.legal-consent-container .hs-richtext, .legal-consent-container .hs-richtext p, .legal-consent-container label:not(.hs-error-msg), .legal-consent-container .hs-richtext a {
    font-family: Notosans,sans-serif;
    color: #ffffff;
    font-size: 12px;
    font-style: italic;
    font-weight: 400;
      color: #003739;
}



.legal-consent-container label.hs-form-booleancheckbox-display, .legal-consent-container label.hs-form-booleancheckbox-display p {
   font-size: 12px;
    font-weight: 400;
    margin-bottom:20px;
  color:#fff;
      margin-left: 0;
      color: #003739;
}

input.error{
 font-size:16px;
}

.legal-consent-container label.hs-form-booleancheckbox-display{
 font-style: normal;
}

legend{
 margin-bottom:10px; 
}


.hs-input[type=checkbox], .hs-input[type=radio] {
    cursor: pointer;
    width: auto;
    height: auto;
    padding: 0;
    margin: 3px 5px 3px 0px;
    line-height: normal;
    border: none;
}
.inputs-list {
    margin: 0 0 5px;
    width: 100%;
    padding-left: 0px;
    list-style: none;
}
.hs-button, .hs-button:active, .hs-button:active:not(.inactive):not(.link) {
          grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: #73c054;
    color: #003739 !important;
    border-style: none;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding: 12px 35px;
    font-family: alfabet, sans-serif;
    font-weight: 500;
    line-height: 1.2;
    text-decoration: none;
    display: flex;
        grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-direction: column;
    align-items: center;
    display: flex;
        align-self: flex-start;
}

.hs-button:hover, .hs-button:focus, .hs-button:hover:not(.inactive),  {
    background-color: #73c054;
      color: var(--dark-green);
}




.hs-error-msg {
    font-family: Notosans,sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.6rem;
    margin-bottom: 15px;
    margin-left: 36px;
    margin-top: -15px;
}

.legal-consent-container{
 margin-top:20px; 
}

.hs-error-msg, .hs-form-field label:not(.hs-error-msg), .legal-consent-container .hs-richtext, .legal-consent-container .hs-richtext a, .legal-consent-container .hs-richtext p, .legal-consent-container label.hs-form-booleancheckbox-display, .legal-consent-container label.hs-form-booleancheckbox-display p, .legal-consent-container label:not(.hs-error-msg) {
    color: #fff;
}

.colorform h2, .colorform .hs-error-msg, .colorform .hs-form-field label:not(.hs-error-msg), .colorform .legal-consent-container .hs-richtext, .colorform .legal-consent-container .hs-richtext a, .colorform .legal-consent-container .hs-richtext p, .colorform .legal-consent-container label.hs-form-booleancheckbox-display, .colorform .legal-consent-container label.hs-form-booleancheckbox-display p, .colorform .legal-consent-container label:not(.hs-error-msg) {
    color: #003739;
}

.colorform .container.cta{
  text-align:left;
}

.hs-form-field label:not(.hs-error-msg), .hs-richtext p, .legal-consent-container label.hs-form-booleancheckbox-display p, .legal-consent-container .hs-richtext a {
        color: #003739 !important;
}


.formnegative .hs-form-field label:not(.hs-error-msg), .formnegative .hs-error-msg, .formnegative .hs-button, .formnegative .hs-button:hover, .formnegative .hs-button:hover:not(.inactive), .formnegative .hs-button:focus, .formnegative .hs-button:active, .formnegative .hs-button:active:not(.inactive):not(.link), .formnegative .legal-consent-container label.hs-form-booleancheckbox-display, .formnegative .legal-consent-container label.hs-form-booleancheckbox-display p, .formnegative .legal-consent-container .hs-richtext, .formnegative .legal-consent-container .hs-richtext p, .formnegative .legal-consent-container label:not(.hs-error-msg), .formnegative .legal-consent-container .hs-richtext a {
        color: #f0ebdd!important;
}

.formnegative .hs-button{
  color: #003739!important;
}

.formlight input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]), .formlight fieldset input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
    background-color:#eff4ff;
}

 .offerform{
    width: 100%;
 }

.offerform .hs-fieldtype-text label, .offerform .hs-fieldtype-phonenumber label{
    display: none;
}

.formnegative input{
 color:#333; 
}

 .offerform  .hs-form input:not([type=image]):not([type=submit]):not([type=button]):not([type=radio]):not([type=checkbox]):not([type=file]) {
        grid-column-gap: 10px;
    grid-row-gap: 10px;
    background-color: var(--white);
    color: var(--dark-green);
    border: 1px #003739;
    border-radius: 15px;
    justify-content: center;
    align-items: center;
    padding: 10px 30px;
    font-family: Notosans, sans-serif;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.2;
    text-decoration: none;
    display: flex;
    width: 100%;
    margin-bottom: 10px;

}


.hs-video-widget{
 width:100%; 
}

.hs-form-field label, .hs-form p, .hs-form h2{
 text-align:left; 
}


form .hs-form-booleancheckbox-display{
 text-align:left; 
  display: flex;
}
form .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 0;
}

  form [type="checkbox"]:not(:checked),
  form [type="checkbox"]:checked {
    position: absolute;
    left: 0;
    opacity: 0.01;
  }
  form [type="checkbox"]:not(:checked) + span,
  form [type="checkbox"]:checked + span {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.7rem;
    padding-left: 2.3em;
    position: relative;
  }

.legal-consent-container label.hs-form-booleancheckbox-display, .legal-consent-container label.hs-form-booleancheckbox-display p {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.7rem;
    position: relative;
}

.legal-consent-container .hs-form-booleancheckbox-display input {
    top:3px;
}


  /* checked mark aspect */
  form [type="checkbox"]:not(:checked) + span:after,
  form [type="checkbox"]:checked + span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    font-size: 1.2em;
    color: #003739;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
        background-color: #fff;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #73c054 64%, hsla(0, 0.00%, 100.00%, 0.00) 67%);
    width: 20px;
    height: 20px;
  }

  /* checked mark aspect changes */
  form [type="checkbox"]:not(:checked) + span:after {
       
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #73c054 -500%, hsla(0, 0%, 100%, 0) 0);
  }

  form [type="checkbox"]:checked + span:after {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #73c054 64%, hsla(0, 0.00%, 100.00%, 0.00) 67%);
    
  }

.hs-form-field label:not(.hs-error-msg) {

    margin-left: 0px;
}

  /* Disabled checkbox */
  form [type="checkbox"]:disabled:not(:checked) + span:before,
  form [type="checkbox"]:disabled:checked + span:before {
    box-shadow: none;
    border-color: #bbb;
    background-color: #e9e9e9;
  }

  form [type="checkbox"]:disabled:checked + span:after {
    color: #777;
  }

  form [type="checkbox"]:disabled + span {
    color: #aaa;
  }

  /* Accessibility 
  form [type="checkbox"]:checked:focus + span:before,
  form [type="checkbox"]:not(:checked):focus + span:before {
    box-shadow: inset 0 1px 3px rgba(0,0,0, .1), 0 0 0 6px rgba(0, 0, 0, .2);
  }*/

  form ::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #003739;
  opacity: 1; /* Firefox */
}

  form :-ms-input-placeholder { /* Internet Explorer 10-11 */
  color: #003739;
}

  form ::-ms-input-placeholder { /* Microsoft Edge */
  color: #003739;
}

.hs-form fieldset {
    max-width: none !important;
}

.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(1){
  width:49%;
  margin-right:1%;
}

.hs-form fieldset.form-columns-2 .hs-form-field:nth-child(2){
  width:49%;
  margin-left:1%;
}

.hs-dependent-field {
    margin: 20px 0 0;
}


div#hs-eu-cookie-confirmation {
    background: #f0ebdd !important;
    height: auto;
    right: 30px !important;
  left: auto !important;
    position: absolute;
    bottom:  30px !important;
    width: 500px !important;
    z-index: 100000000!important;
    border-bottom: 1px solid #f0ebdd;
    border-top: 1px solid #f0ebdd;
    box-shadow: 0 1px 5px #eaf0f6;
    color: #33475b;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none!important;
    font-size: 12px;
    font-family: Notosans,sans-serif!important;
    line-height: 18px;
  border-width:0 !important;
  box-shadow: 0 0 22px 0 rgb(0 0 0 / 10%) !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    background: transparent !important;
    margin: 0 auto;
    max-width: none !important;
    padding: 40px 40px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p {
    margin: 0 0 12px!important;
    color: #003739 !important;
    font-family: Notosans,sans-serif!important;
    font-size: 12px!important;
    font-weight: 400!important;

    text-shadow: none!important;
  line-height: 18px !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a {
    color: #73c054!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-top: 0px;
  max-width: 100%; 
}
  
#hs-banner-parent #hs-modal-content{
  color: var(--dark-green) !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-color: var(--dark-green) !important;
    border: 1px solid var(--dark-green) !important;
    color: var(--beige) !important;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important;
  -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    padding-left: 1.7em !important;
    padding-right: 1.7em !important;
    text-align: center !important;
    border-radius: 16px !important;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 16%) !important;
    color: #003739 !important;
    font-size: 1.1em !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    padding: 1em 3.5em !important;
    position: relative !important;
    -webkit-transition: background-color .4s cubic-bezier(.19,1,.22,1) !important;
    transition: background-color .4s cubic-bezier(.19,1,.22,1) !important;
    z-index: 1 !important;
  font-family: Notosans,sans-serif!important;
  border: 0 !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-decline-button {
   
  font-family: Notosans,sans-serif!important;
   font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important;
  -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    padding-left: 1.7em !important;
    padding-right: 1.7em !important;
    text-align: center !important;
    border-radius: 16px !important;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 16%) !important;
    color: #003739 !important;
    font-size: 1.1em !important;
  
    font-weight: 400 !important;
    line-height: 1.2 !important;
    padding: 1em 3.5em !important;
    position: relative !important;
    -webkit-transition: background-color .4s cubic-bezier(.19,1,.22,1) !important;
    transition: background-color .4s cubic-bezier(.19,1,.22,1) !important;
    z-index: 1 !important;
  font-family: Notosans,sans-serif!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
  margin-bottom:30px !important;
}
  
#hs-eu-close-button-container {
   display:none !important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    margin-right: 0 !important;
    justify-content: flex-end;
    align-items: center;
    position: absolute !important;
    right: 40px !important;
    bottom: 20px !important;
}

body #hs-modal #hs-modal-content {
    display: table;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    background: #eeebea !important;
    max-width: 750px;
    border-radius: 0px !important;
    box-sizing: border-box;
    font-size: 12px!important;
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif!important;
font-family: Notosans,sans-serif!important;}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label {
    border: 0px solid #c0bebe !important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description {
    border: 0px solid #c0bebe !important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-description {
    padding: 12px 0 0 40px !important;;
}

.hs-fieldtype-textarea.hs-input {
   color: var(--dark-green) !important;
}

body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-accept-all, body #hs-modal #hs-modal-content #hs-modal-footer #hs-modal-save-settings {
    background-color: var(--dark-green) !important;
    border: 1px solid var(--dark-green) !important;
    color: var(--beige) !important;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none !important;
  -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    -webkit-align-items: center !important;
    align-items: center !important;
    -webkit-justify-content: center !important;
    justify-content: center !important;
    padding-left: 1.7em !important;
    padding-right: 1.7em !important;
    text-align: center !important;
    border-radius: 16px !important;
    box-shadow: 0 0 12px 0 rgb(0 0 0 / 16%) !important;
    font-size: 1.1em !important;
    font-weight: 400 !important;
    line-height: 1.2 !important;
    padding: 1em 3.5em !important;
    position: relative !important;
    -webkit-transition: background-color .4s cubic-bezier(.19,1,.22,1) !important;
    transition: background-color .4s cubic-bezier(.19,1,.22,1) !important;
    z-index: 1 !important;
  font-family: Notosans,sans-serif!important;
  border: 0 !important;
  min-width: -webkit-fit-content;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-fill {
    border: 0 !important;
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label {
    /*background: #eeebea !important;*/
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-category-label.hs-active {
    /*background: #ffbf3f !important;*/
}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-modal-cross {
    background-image: url('https://26154806.fs1.hubspotusercontent-eu1.net/hubfs/26154806/assets/cross.svg')!important;

}

body #hs-modal #hs-modal-content #hs-modal-body #hs-modal-body-container .hs-modal-checkmark {
    background-image: url('https://26154806.fs1.hubspotusercontent-eu1.net/hubfs/26154806/assets/CHECK.svg')!important;

}

#hs-banner-parent{
      --hs-banner-translate-x: 0 !important;
    --hs-banner-translate-y: 0 !important
}

form [type=checkbox]:checked+span, form [type=checkbox]:not(:checked)+span {
    cursor: pointer;
    font-size: 1rem;
    line-height: 1.4rem;
    padding-left: 2.3em;
    position: relative;
  font-style:normal;
}

.actions {
    margin-top: 20px;
}

.formnegative .hs-button:hover, .formnegative .hs-button:hover:not(.inactive){
   background-color: #73c054 !important;
      color: var(--dark-green) !important;
}

@media screen and (max-width: 767px) {
  div#hs-eu-cookie-confirmation {
    background: #eeebea !important;
    height: auto;
    right: 0!important;
    left: 0 !important;
    position: absolute;
    bottom: 0 !important;
    width: 100% !important;
    max-width: 100% !important;
    z-index: 100000000!important;
    border-bottom: 1px solid #cbd6e2;
    border-top: 1px solid #cbd6e2;
    box-shadow: 0 1px 5px #eaf0f6;
    color: #33475b;
    font-family: inherit;
    font-size: inherit;
    font-weight: 400!important;
    line-height: inherit;
    text-align: left;
    text-shadow: none!important;
    font-size: 12px;
    font-family: Notosans,sans-serif!important;
    line-height: 18px;
    border-width: 0 !important;
    box-shadow: 0 0 22px 0 rgb(0 0 0 / 10%) !important;
  }
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    justify-content: center;
    position: relative !important;
}
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-en-cookie-confirmation-buttons-area {
    right: auto !important;
    bottom: auto !important;
}
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner p#hs-eu-cookie-disclaimer {
    margin-bottom: 30px !important;
}
  div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner {
    padding: 20px 20px 20px!important;
}
}
