/* 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;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !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;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !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 {
  position: unset;
  display: inline-block !important;
  visibility: unset !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::placeholder,
.w-select::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;
  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);
  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 {
  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);
  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;
}
.w-code-component > * {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
:root {
  --teal-900: #122d38;
  --space-md: 32px;
  --h1-desktop: 4.5rem;
  --h1-large-screen: 6rem;
  --h1-mobile: 3rem;
  --h2-desktop: 3.5rem;
  --h2-large-screen: 4.5rem;
  --h2-mobile: 2.5rem;
  --h3-desktop: 2.75rem;
  --h3-large-screen: 3.5rem;
  --h3-mobile: 2rem;
  --h4-desktop: 2rem;
  --h4-large-screen: 2.75rem;
  --h4-mobile: 1.75rem;
  --h5-desktop: 1.5rem;
  --h5-mobile: 1.5rem;
  --h6-desktop: 1.25rem;
  --body-desktop: 16px;
  --body-large-screen: 16px;
  --body-mobile: 16px;
  --space-base: 24px;
  --space-xl: 96px;
  --space-xxl: 192px;
  --h5-large-screen: 1.75rem;
  --h6-large-screen: 1.5rem;
  --h6-mobile: 1.25rem;
  --font-l-desktop: 1.25rem;
  --space-xl-mobile: 80px;
  --purple-100: #e0e3ff;
  --space-l: 48px;
  --gray-100: #f2f5f7;
  --space-s: 16px;
  --purple-700: #5a67f3;
  --white: white;
  --button-m: 1rem;
  --button-lg: 1.25rem;
  --button-sm: .875rem;
  --purple-900: #1a1d4c;
  --space-xs: 8px;
  --space-base-mobile: 20px;
  --nav-desktop: .875rem;
  --nav-large-screen: .875rem;
  --gray-700: #6a7681;
  --font-xl-mobile: 1.5rem;
  --space-l-mobile: 40px;
  --font-l-large-screen: 1.5rem;
  --font-sm-desktop: .875rem;
  --font-sm-large-screen: 1rem;
  --font-sm-mobile: .875rem;
  --space-xxs: 4px;
  --gray-500: #b4c3cd;
  --teal-300: #8fcddb;
  --font-xl-desktop: 1.5rem;
  --purple-300: #afb5ff;
  --font-l-mobile: 1.25rem;
  --purple-500: #848fff;
  --gray-300: #dae1e7;
  --purple-800: #2439a0;
  --teal-100: #d9e8ed;
  --teal-500: #3eafc9;
  --teal-700: #006880;
  --gray-400: #b9c3cb;
  --font-xl-large-screen: 1.75rem;
  --space-xxxl: 256px;
  --space-md-mobile: 0px;
  --nav-mobile: .875rem;
}

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

body {
  color: var(--teal-900);
  font-family: Onsitestandard, Arial, sans-serif;
  font-size: 16px;
  line-height: 1.2;
}

h1 {
  margin-top: 0;
  margin-bottom: var(--space-md);
  color: var(--teal-900);
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h1-desktop);
  font-weight: 400;
  line-height: 1.5;
}

h2 {
  margin-top: 0;
  margin-bottom: var(--space-md);
  color: var(--teal-900);
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h2-desktop);
  font-weight: 400;
  line-height: 1.5;
}

h3 {
  margin-top: 0;
  margin-bottom: var(--space-md);
  color: var(--teal-900);
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h3-desktop);
  font-weight: 400;
  line-height: 1.5;
}

h4 {
  margin-top: 0;
  margin-bottom: var(--space-md);
  color: var(--teal-900);
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h4-desktop);
  font-weight: 400;
  line-height: 1.5;
}

h5 {
  margin-top: 0;
  margin-bottom: var(--space-md);
  color: var(--teal-900);
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h5-desktop);
  font-weight: 400;
  line-height: 1.5;
}

h6 {
  margin-top: 0;
  margin-bottom: var(--space-md);
  color: var(--teal-900);
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h6-desktop);
  font-weight: 400;
  line-height: 1.5;
}

p {
  margin-bottom: var(--space-md);
  font-family: Onsitestandard, Arial, sans-serif;
  font-size: var(--body-desktop);
}

a {
  color: var(--teal-900);
  text-decoration: underline;
}

ul {
  margin-top: 0;
  margin-bottom: var(--space-md);
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  flex-flow: column;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

ol {
  font-family: Onsitestandard, Arial, sans-serif;
  font-size: var(--body-desktop);
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 0;
}

li {
  align-items: flex-start;
  margin-left: 0;
  padding-left: 16px;
  display: flex;
  position: relative;
}

strong {
  font-weight: bold;
}

em {
  font-family: Onsitestandard, Arial, sans-serif;
  font-style: italic;
  font-weight: 400;
}

sub {
  color: var(--teal-900);
}

figure {
  margin-bottom: 10px;
}

.heading {
  color: var(--teal-900);
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h1-desktop);
  margin-top: 20px;
  margin-bottom: 10px;
  font-weight: 400;
  line-height: 1.2;
}

.container {
  padding-right: var(--space-xl);
  padding-left: var(--space-xl);
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.container.navcontainer {
  padding-left: 0;
  padding-right: 0;
}

.container.container-xl {
  padding-right: var(--space-xxl);
  padding-left: var(--space-xxl);
}

.container.relative {
  z-index: 2;
  width: 100%;
  position: relative;
}

.heading-2 {
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h3-desktop);
  font-weight: 400;
}

.heading-3 {
  font-weight: 400;
}

.heading-4 {
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h4-desktop);
  font-weight: 400;
}

.heading-5 {
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h5-desktop);
  font-weight: 400;
}

.heading-6 {
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h3-desktop);
  font-weight: 400;
}

.heading-9 {
  line-height: 36;
}

.section {
  margin-bottom: var(--space-xl);
}

.section.top-margin {
  margin-top: 100px;
}

.section.purplegradient {
  padding-top: var(--space-xxl);
  padding-bottom: var(--space-xxl);
  background-color: var(--purple-100);
  background-image: linear-gradient(#fff, #fff0 24%, #fff 54% 65.5%, #fff0 80.5%, #fff);
}

.section.purplegradient.xl-top {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  margin-bottom: 0;
}

.section.section-gray {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}

.section.purple.topgradient {
  margin-top: 200px;
  position: relative;
}

.section.purple100 {
  padding-top: var(--space-l);
  padding-bottom: var(--space-xl);
  background-color: var(--purple-100);
}

.section.purple100.xl-pad {
  padding-top: var(--space-xl);
}

.section.bottom-margin-0 {
  margin-bottom: 0;
}

.section.articlesection {
  padding-top: var(--space-l);
}

.section.customerstorymain {
  padding-right: var(--space-l);
  padding-bottom: var(--space-l);
  padding-left: var(--space-l);
  background-color: var(--purple-100);
}

.section.grey100 {
  background-color: var(--gray-100);
}

.section.grey100.sectionpadding {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}

.section.section2col {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background-color: var(--teal-900);
}

.section.xtraspacing {
  margin-bottom: var(--space-xxl);
  padding-top: var(--space-xl);
}

.section.footerform {
  padding: var(--space-xl) 0px;
  background-color: var(--teal-900);
  margin-bottom: 0;
}

.section.footerform.white {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  margin-bottom: 0;
}

.section.xl-section {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}

.section.section-xxl {
  padding-top: var(--space-xxl);
  padding-bottom: var(--space-xl);
}

.section.section-xxl2 {
  padding-top: var(--space-xxl);
  padding-bottom: var(--space-xxl);
}

.section.xl-pad {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
}

.button {
  padding: 14px var(--space-base) var(--space-s);
  border: 1px solid var(--purple-700);
  background-color: var(--purple-700);
  color: var(--white);
  font-family: Onsitestandard, Arial, sans-serif;
  font-size: var(--button-m);
  vertical-align: middle;
  border-radius: 4px;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: static;
}

.button.button-lg {
  font-size: var(--button-lg);
}

.button.button-sm {
  padding: 11px var(--space-s) 12px;
  font-size: var(--button-sm);
}

.button.button-sm.navbutton {
  vertical-align: middle;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-top: 11px;
  padding-bottom: 12px;
  font-family: Onsitestandard, Arial, sans-serif;
  display: inline-flex;
}

.button.button-sm.button-variant-2 {
  padding-bottom: 12px;
}

.button.button-sm.buttonfooter {
  margin-bottom: 0;
}

.button.button-variant-2 {
  padding-right: var(--space-base);
  padding-bottom: var(--space-s);
  padding-left: var(--space-base);
  border: 1px solid var(--teal-900);
  background-color: var(--white);
  color: var(--teal-900);
}

.button.button-variant-2.button-sm.navbutton {
  padding-right: var(--space-s);
  padding-left: var(--space-s);
  background-color: #0000;
  font-family: Onsitestandard, Arial, sans-serif;
}

.button.button-variant-2.transparent {
  background-color: #0000;
  margin-bottom: 0;
}

.button.button-variant-2.transparent:hover {
  background-color: #afb5ff66;
}

.button.button-variant-2.transparent.buttonflex {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.button-variant-2.transparent.buttonflex.invert {
  border-color: var(--purple-100);
  color: var(--white);
}

.button.button-variant-2.transparent.buttonflex.invert:hover {
  background-color: #fff6;
}

.button.button-variant-2.nombtn {
  margin-bottom: 0;
}

.button.button-variant-3 {
  border-color: var(--teal-900);
  background-color: var(--teal-900);
  color: var(--white);
  margin-bottom: 0;
}

.button.button-variant-3.center.regfont {
  font-family: Onsitestandard, Arial, sans-serif;
}

.button.button-variant-3.iconbutton {
  padding-right: var(--space-l);
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  white-space: nowrap;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.button-variant-3.iconbutton:hover {
  background-color: #123341;
}

.button.navburron, .button.no-m-btn {
  margin-bottom: 0;
}

.button.button-variant-4 {
  border-style: solid;
  border-color: var(--white);
  font-family: Onsitestandard, Arial, sans-serif;
  font-size: var(--button-sm);
  text-align: center;
  background-color: #0000;
  margin-bottom: 0;
}

.button.button-variant-4:hover {
  color: var(--teal-900);
  background-color: #fff;
}

.button.buttonregular {
  font-family: Onsitestandard, Arial, sans-serif;
}

.button.articlefilterbutton {
  background-color: var(--white);
  color: var(--teal-900);
  border-style: none;
  margin-bottom: 0;
  padding: 12px;
  font-family: Onsitestandard, Arial, sans-serif;
}

.button.articlefilterbutton:hover, .button.articlefilterbutton.active {
  background-color: var(--teal-900);
  color: var(--white);
}

.button.lgbtn {
  text-align: center;
  margin-bottom: 0;
  font-family: Onsiteextended, Arial, sans-serif;
}

.link {
  color: var(--purple-900);
}

.flexbox {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  display: flex;
}

.brand {
  display: flex;
}

.navbar {
  padding: var(--space-s) var(--space-base);
  border-radius: var(--space-xs);
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.navbar.navbarlight {
  justify-content: space-around;
  align-items: stretch;
}

.navbuttons {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  justify-content: flex-end;
  align-items: center;
  min-width: 25%;
  display: flex;
}

.navbuttons.navbuttonslight {
  margin-left: var(--space-s);
  min-width: auto;
}

.navlink {
  padding: var(--space-xs);
  font-size: var(--nav-desktop);
  cursor: pointer;
}

.navlink:hover {
  color: var(--gray-700);
}

.navlink.mobileonly {
  display: none;
}

.navwrapper {
  background-color: #0000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.navdropdown {
  padding: var(--space-xs);
  font-size: var(--nav-desktop);
  position: static;
}

.navdropdown:hover {
  color: var(--gray-700);
}

.dropdown-toggle {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  align-items: center;
  padding: 0;
  display: flex;
}

.dropdown-toggle.mobilehide {
  cursor: pointer;
}

.nav-menu {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  align-items: center;
  display: flex;
  position: static;
}

.nav-menu.navmenurelative {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  position: relative;
}

.navbarleft {
  min-width: 25%;
  display: flex;
}

.navdropdownlist.w--open {
  left: 0;
  top: var(--space-l);
  padding-top: var(--space-md);
  background-color: #f2f5f700;
  width: 100%;
}

.navdropdownlist.dropdownlistmain {
  opacity: 0;
  margin-top: -32px;
}

.navdropdownlist.dropdownlistmain.w--open {
  opacity: 100;
  margin-top: -20px;
  padding-top: 20px;
}

.elementscontainer {
  border: 1px solid var(--teal-900);
  border-radius: 2px;
}

.rich-text-block {
  padding: 55px;
}

.hero {
  margin-bottom: var(--space-xl);
  background-color: var(--white);
  padding: 0;
  position: relative;
}

.hero.herodark1 {
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 0;
  display: flex;
}

.hero.heromargin {
  padding-top: var(--space-xxl);
  padding-bottom: var(--space-xl);
}

.hero.heromargin.purple100 {
  background-color: var(--purple-100);
}

.hero.heromargin.heroimagebg {
  background-image: url('../images/contact.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  min-height: 100vh;
  display: flex;
}

.hero.herofull {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  display: flex;
}

.hero.herofull.herobottomcontent {
  justify-content: flex-start;
  align-items: flex-end;
}

.hero.gradient {
  background-image: linear-gradient(#fff, #fff);
}

.hero.subhero {
  padding-top: var(--space-xxl);
  padding-bottom: var(--space-xl);
}

.hero.subhero.imagebg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  min-height: 600px;
}

.hero.subhero.videobg {
  padding-top: var(--space-xl);
  background-color: #0000;
  align-items: center;
  min-height: 600px;
  display: flex;
  overflow: visible;
}

.hero.smallhero {
  margin-top: var(--space-xl);
  padding-top: var(--space-l);
}

.hero.smallhero.purple {
  background-color: var(--purple-100);
}

.hero.herogradient {
  padding-bottom: var(--space-xl);
  background-color: var(--teal-900);
}

.footer {
  padding: 62px var(--space-xxl) 48px;
  background-color: var(--teal-900);
}

.footer.footerdark {
  background-color: var(--teal-900);
  color: var(--white);
}

.footercta {
  padding: var(--space-l);
  background-color: var(--purple-100);
  background-image: linear-gradient(0deg, #818fff33, #dfe3ff59);
  justify-content: center;
  align-items: center;
  display: flex;
}

.footercta.footerctadark {
  padding-top: 144px;
  padding-bottom: var(--space-xl);
  background-color: #0000;
  background-image: linear-gradient(0deg, #fff3, #000);
  position: relative;
  overflow: hidden;
}

.footerctablock {
  text-align: center;
}

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

.footerctablock.footerctablock-xl {
  z-index: 2;
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  position: relative;
}

.footerctablock.footerctablock-xl.white {
  z-index: 3;
  padding-top: var(--space-l);
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-10 {
  font-size: var(--h4-desktop);
}

.large-paragrapg {
  margin-bottom: var(--space-l);
  font-size: var(--font-l-desktop);
}

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

.footernavcontainer {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footernavcontainer h5 {
  margin-bottom: var(--space-base);
  opacity: .5;
  color: var(--white);
  font-family: Onsitestandard, Arial, sans-serif;
  font-size: var(--font-sm-desktop);
}

.footernavcontainer a {
  margin-bottom: var(--space-base);
  color: var(--white);
  font-size: var(--font-sm-desktop);
  text-decoration: none;
  display: block;
}

.footernavcontainer.white-text {
  flex-flow: column;
  justify-content: flex-start;
}

.footernavcontainer p {
  margin-bottom: 0;
}

.dropdownicon {
  width: 12px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  position: relative;
}

.dropdownicon.dropdowniconlight {
  display: none;
}

.navwrapperscroll {
  margin-top: var(--space-s);
  margin-bottom: var(--space-s);
  background-color: #0000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0, -500px);
}

.navbarlight {
  padding: var(--space-xs) var(--space-xs) var(--space-xs) var(--space-s);
  border: .75px solid var(--gray-100);
  border-radius: var(--space-xs);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.dropdownflex {
  padding: var(--space-xs);
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  border: .75px solid var(--gray-100);
  border-radius: var(--space-xs) var(--space-xs) 0px 0px;
  background-color: var(--white);
  flex-flow: column;
  display: flex;
  position: relative;
}

.dropdownnav {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.dropdownlink {
  border-radius: var(--space-xxs);
  cursor: pointer;
  background-color: #e0e3ff00;
  margin-left: 0;
  margin-right: 0;
  padding: 12px;
}

.dropdownlink:hover {
  background-color: var(--purple-100);
}

.dropdownlink.w--current {
  background-color: var(--purple-100);
  color: var(--teal-900);
}

.dropdownlink.active {
  background-color: var(--purple-100);
}

.dropdownarticle {
  padding: var(--space-base);
  border-radius: 0px 0px var(--space-xs) var(--space-xs);
  background-color: var(--purple-700);
  cursor: pointer;
  mix-blend-mode: multiply;
  background-image: linear-gradient(#00485266, #00485266 100%, #fff), url('../images/sea-1547609_1280.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 220px;
  text-decoration: none;
  display: flex;
}

.dropdownarticle:hover {
  background-image: linear-gradient(#00485299, #00485299 100%, #fff), url('../images/sea-1547609_1280.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.heroflex {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.heroflex.setright {
  justify-content: flex-end;
}

.taglink {
  border: 1px solid var(--gray-500);
  border-radius: var(--space-xs);
  color: var(--gray-700);
  font-size: var(--font-sm-desktop);
  text-transform: uppercase;
  padding: 8px 10px;
  text-decoration: none;
  display: block;
}

.taglink.whitetag {
  color: var(--teal-900);
  background-color: #ffffff80;
  border-style: none;
  padding-left: 8px;
  padding-right: 8px;
  display: inline-block;
}

.taglink.filtertag {
  color: var(--teal-900);
  background-color: #fff6;
  border-style: none;
  padding-left: 8px;
  padding-right: 8px;
}

.taglink.filtertag:hover, .taglink.filtertag.active {
  background-color: #fff;
}

.taglink.articletag {
  z-index: 2;
  background-color: var(--purple-700);
  color: var(--white);
  border-style: none;
  display: inline-block;
  position: relative;
}

.taglink.storytag {
  color: var(--white);
  text-transform: none;
  background-color: #ffffff26;
  border-style: none;
}

.taglink.neg {
  background-color: var(--teal-900);
  color: var(--white);
  border-style: none;
}

.herocontainer {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  display: flex;
}

.herocontainer.small {
  max-width: 440px;
}

.heroheader2 {
  font-size: var(--h2-desktop);
  font-weight: 400;
}

.heroheader2 h1 {
  font-size: var(--h2-desktop);
  margin-bottom: 0;
}

.heroheader2 strong {
  color: var(--purple-700);
  font-weight: 400;
}

.heroright {
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.sectioninspect {
  border-radius: var(--space-xs);
  background-color: var(--teal-900);
  color: var(--teal-300);
  width: 300px;
  height: 400px;
  padding: 30px;
}

.heroblock {
  margin-top: var(--space-l);
  margin-right: var(--space-xl);
  margin-left: var(--space-xl);
  width: 100%;
}

.heroblock.center {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin: 96px;
  display: flex;
}

.heroheader1 strong {
  color: var(--purple-700);
  font-weight: 400;
}

.heroheader1 h1 {
  text-align: center;
}

.heading-11 {
  font-weight: 400;
}

.logo {
  min-width: 110px;
}

.logo.logolight {
  display: none;
}

.small-text {
  font-size: var(--font-sm-desktop);
}

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

.related-heading {
  color: var(--white);
  margin-bottom: 0;
  font-family: Onsitestandard, Arial, sans-serif;
  font-size: 1.25rem;
  line-height: 1;
}

.mobileonly, .submenumobile, .navbuttonsmobilemenu {
  display: none;
}

.searchblock {
  display: flex;
}

.searchlink {
  cursor: pointer;
  width: 16px;
}

.searchlink.searchlinklight {
  display: none;
}

.searchelement {
  display: flex;
  position: relative;
}

.searchform {
  z-index: 999;
  transform-origin: 100%;
  width: 200px;
  margin-left: -210px;
  display: none;
  position: absolute;
}

.searchinput {
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--teal-900);
  opacity: 0;
  transform-origin: 100%;
  color: var(--gray-500);
  font-size: var(--body-desktop);
  transform-style: preserve-3d;
  background-color: #fff0;
  height: 18px;
  margin-top: 11px;
  padding: 10px 5px 12px;
  transform: scale3d(0, 1, 1);
}

.logoelementimage {
  width: 24px;
  padding-left: 4px;
  padding-right: 4px;
}

.center {
  text-align: center;
}

.center.no-mbtm {
  margin-bottom: 0;
}

.contentflex {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  flex-flow: column;
  display: flex;
}

.contentflex.flexcenter {
  align-items: center;
}

.contentflex.flexcenter.mbtn, .contentflex.flexcenter.m-b-lg {
  margin-bottom: var(--space-l);
}

.contentflex.flexleft {
  align-items: flex-start;
}

.contentflex.flexleft.flexhalf.p-extra {
  margin-top: 40px;
  margin-bottom: 40px;
}

.featureflex {
  padding-top: var(--space-l);
  padding-bottom: var(--space-l);
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.featureflex.margin {
  padding: var(--space-l);
}

.featurebox {
  padding-top: var(--space-base);
  padding-bottom: var(--space-base);
  grid-column-gap: 27px;
  grid-row-gap: 27px;
  border-top: .5px solid var(--teal-900);
  width: 100%;
  display: flex;
}

.featurebox.featureboxwhite {
  border-top-width: .75px;
  border-top-color: var(--white);
}

.text-lg {
  font-size: var(--font-xl-desktop);
}

.button-2 {
  color: #fff;
  vertical-align: middle;
  background-color: #5a67f3;
  border-radius: 4px;
  margin-bottom: 20px;
  padding: 14px 24px 16px;
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  display: inline-block;
  position: static;
}

.button-2.button-variant-3 {
  color: #fff;
  background-color: #122d38;
  font-size: 1rem;
}

.white, .white h1, .white h2, .white h3 {
  color: var(--white);
}

.white h4 {
  margin-bottom: var(--space-l);
  color: var(--white);
}

.white h5, .white h6, .white p {
  color: var(--white);
}

.white.p-right {
  margin-right: var(--space-l);
}

.white.center.nomb {
  margin-bottom: 0;
}

.white.center.basemargin {
  margin-bottom: var(--space-base);
}

.footercta-bgvideo {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footercta-bg {
  background-color: var(--teal-900);
  position: absolute;
  inset: 0%;
}

.footercta-gradient {
  z-index: 2;
  background-image: linear-gradient(#122d38, #fff0);
  position: absolute;
  inset: 0%;
}

.footerctadark h3 {
  color: var(--white);
}

.footerctadark strong {
  color: var(--purple-300);
}

.opacity50 {
  opacity: .5;
}

.sectioninspectflex {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  flex-flow: column;
  display: flex;
}

.si-title {
  font-size: var(--h5-desktop);
  font-weight: 700;
}

.saleshero {
  margin-bottom: var(--space-xl);
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background-color: var(--purple-100);
}

.saleshero.gradient {
  background-image: linear-gradient(#fff, #fff0);
}

.heroflexsales {
  margin-top: var(--space-l);
  margin-bottom: var(--space-l);
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  align-items: center;
  padding-top: 22px;
  display: flex;
}

.heroflexsales.reverse {
  flex-flow: row-reverse;
  justify-content: flex-end;
}

.formcontainer {
  margin-right: var(--space-l);
  padding: var(--space-md);
  border-radius: var(--space-xs);
  background-color: var(--white);
  flex-flow: column;
  max-width: 560px;
  display: flex;
}

.formcontainer.reverse {
  margin-right: 0;
}

.leftsales {
  width: 50%;
}

.rightsales {
  width: 50%;
  max-width: 500px;
}

.rightsales.reverse {
  width: 40%;
  max-width: none;
  margin-right: 10%;
}

.formtext p {
  font-size: var(--font-sm-desktop);
}

.salestext ul {
  margin-bottom: var(--space-l);
}

.salestext p {
  font-size: var(--font-sm-desktop);
  margin-bottom: 20px;
}

.salestext li {
  font-size: var(--font-sm-desktop);
}

.subtitle {
  font-family: Onsitestandard, Arial, sans-serif;
  font-size: var(--font-l-desktop);
}

.subtitle.lg-margin {
  margin-bottom: var(--space-l);
}

.block-quote-2 {
  border-left-color: var(--purple-700);
}

.logobox {
  opacity: .6;
}

.logoflex {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  align-items: center;
  display: flex;
}

.logoimage {
  width: 33%;
  max-width: 33%;
}

.flexfull {
  width: 100%;
}

.flexhorizontal {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  align-items: center;
  display: flex;
}

.slidercontainer.swiper {
  padding-top: 50px;
  padding-bottom: 50px;
}

.swiper-slide.cardslide {
  justify-content: center;
  width: 650px;
  display: flex;
}

.slide-card {
  padding: var(--space-md);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  border-radius: var(--space-s);
  background-color: var(--purple-100);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.slide-card.slide-card-2 {
  background-color: var(--purple-500);
}

.slide-card.slide-card-3 {
  background-color: var(--purple-900);
  color: var(--white);
}

.flexhalf {
  width: 50%;
}

.slidersize {
  justify-content: center;
  align-items: center;
  width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.quote-logo {
  width: 130px;
}

.quote-text {
  font-size: var(--font-xl-desktop);
}

.quote-name {
  font-size: var(--font-sm-desktop);
  margin-top: 20px;
}

.footer-last {
  justify-content: space-between;
  align-items: center;
  margin-top: 62px;
  display: flex;
}

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

.footer-end {
  margin-top: 62px;
  display: flex;
}

.footerlinks {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  color: var(--white);
  font-size: 12px;
  display: flex;
}

.footerimage {
  width: 107px;
}

.someimage {
  width: 24px;
}

.footerlink {
  color: var(--white);
  text-decoration: none;
}

.text-image-container {
  grid-column-gap: var(--space-xxl);
  grid-row-gap: var(--space-xxl);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-image-container.text-image-container-2 {
  grid-column-gap: var(--space-xl);
  grid-row-gap: var(--space-xl);
  align-items: stretch;
}

.contentimage {
  width: 50%;
}

.contentimage.tealgradient {
  border-radius: var(--space-xs);
  background-color: var(--teal-900);
  justify-content: center;
  align-items: center;
  display: flex;
}

.careerblock p {
  margin-bottom: 0;
}

.officeboxes {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.officebox {
  padding: var(--space-base);
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  border-radius: var(--space-xs);
  background-color: var(--purple-100);
  flex-flow: column;
  display: flex;
}

.officeheader {
  margin-bottom: var(--space-xxs);
}

.officecountry {
  color: var(--gray-700);
}

.officedetails {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  flex-flow: column;
  text-decoration: none;
  display: flex;
}

.no-underline {
  text-decoration: none;
}

.contactbox-container {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  justify-content: center;
  align-items: center;
  display: flex;
}

.contactbox {
  text-align: center;
  width: 100%;
}

.contactlink {
  opacity: .8;
  margin-bottom: 16px;
  display: block;
}

.contactlink.last {
  margin-bottom: 0;
}

.contactheader {
  margin-bottom: var(--space-base);
}

.h2 {
  font-size: var(--h2-desktop);
}

.h2.storyheader {
  margin-bottom: 0;
}

.text-flex {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-flex.mbtn, .text-flex.space-b-l {
  margin-bottom: var(--space-l);
}

.textfull {
  width: 100%;
}

.textfull.textleft.textsticky {
  position: sticky;
  top: 100px;
}

.textnav {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.textnav-link {
  color: var(--gray-700);
  font-size: var(--font-l-desktop);
  cursor: pointer;
  align-items: center;
  margin-bottom: 10px;
  text-decoration: none;
  transition: margin .2s cubic-bezier(.23, 1, .32, 1);
  display: inline-flex;
}

.textnav-link:hover {
  color: var(--teal-900);
}

.error-message {
  background-color: var(--purple-100);
  border-radius: 8px;
  max-width: 500px;
  padding: 49px;
  display: none;
  position: fixed;
  top: 100px;
  left: 50px;
}

.errormessage figure {
  display: inline-flex;
}

.headerintro {
  opacity: .6;
  font-size: var(--font-sm-desktop);
}

.herowrapper {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 120px;
  display: flex;
}

.herowrapper.herowrapper2 {
  margin-top: var(--space-l);
  position: relative;
}

.herowrapper.herowrapper3 {
  grid-column-gap: var(--space-md);
  grid-row-gap: var(--space-md);
  margin-top: 160px;
}

.herowrapper.herowrapperleft {
  text-align: left;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
}

.heroheader-h2 h1 {
  font-size: var(--h2-desktop);
  margin-bottom: 0;
}

.herobg {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
}

.herobg.herogradient1 {
  z-index: 0;
  background-color: var(--purple-100);
  overflow: hidden;
}

.herosubtext {
  max-width: 700px;
}

.teal900 {
  background-color: var(--teal-900);
}

.subheroflex {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  align-items: center;
  width: 100%;
  display: flex;
}

.subherotext {
  width: 100%;
  margin-right: 0;
}

.subheroimage {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.subheroimagedetail.smallsubheroimage {
  width: 300px;
}

.svgbullet {
  margin-right: 10px;
  transition: margin .3s cubic-bezier(.23, 1, .32, 1);
}

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

.related-articles-container {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  display: flex;
}

.article-box {
  background-color: var(--gray-100);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.article-image {
  background-image: url('../images/contact.png');
  background-position: 50%;
  background-size: cover;
  height: 300px;
}

.article-content {
  padding: var(--space-md);
}

.datanavigationtext h5 {
  margin-bottom: var(--space-base);
}

.heroimagecontainer {
  transform-origin: 50% 100%;
}

.herobg-gradient-circle {
  background-image: radial-gradient(circle closest-side, #fff 99%, #fff0);
  border-radius: 100%;
  width: 500vw;
  height: 500vw;
  margin-left: -200vw;
  position: absolute;
  inset: 67.6vh 0% auto;
}

.fixedelement {
  position: sticky;
  top: 120px;
}

.pricingtables {
  grid-column-gap: var(--space-md);
  grid-row-gap: var(--space-md);
  display: flex;
}

.pricingtable {
  padding: var(--space-base);
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  border-radius: var(--space-s);
  background-color: var(--purple-100);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricingtable.color2 {
  background-color: var(--purple-300);
}

.pricingtable.color3 {
  background-color: var(--teal-900);
}

.pricingtable.priningtabletop {
  padding-bottom: var(--space-s);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.pricingtable.pricingtablebottom {
  padding-top: var(--space-s);
  grid-column-gap: var(--space-md);
  grid-row-gap: var(--space-md);
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.pricingtable.color4 {
  background-color: var(--gray-100);
}

.pricingtitle {
  margin-bottom: 0;
}

.pricingtext {
  font-size: var(--font-sm-desktop);
}

.pricingtext.color {
  color: var(--purple-700);
  line-height: 1;
}

.mainprice {
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: 4.5rem;
  line-height: 1;
}

.mainprice.custom {
  font-size: 3rem;
}

.mainpriceblock {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  flex-flow: column;
  margin-bottom: 16px;
  display: flex;
}

.pricingtablecontainer {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.pricingtop {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  flex-flow: column;
  display: flex;
}

.pricingfeatures {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.tagflex {
  grid-column-gap: var(--space-xs);
  grid-row-gap: var(--space-xs);
  flex-flow: wrap;
  display: flex;
}

.trustedby {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.trustedby.trustedby2 {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
}

.logoflex-small {
  grid-column-gap: 7%;
  grid-row-gap: 7%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.logoflex-small.logoflexsmall2 {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 50%;
  display: grid;
}

.sm-logoimage {
  min-height: 60px;
  max-height: 60px;
}

.logocontainer {
  width: 100%;
}

.logocontainer.logocontainer2 {
  width: 20%;
}

.logosmallgradient {
  background-image: linear-gradient(90deg, #fff 2%, #fff0 15% 85%, #fff 98%);
  position: absolute;
  inset: 0%;
}

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

.peopleintro {
  width: 47%;
}

.js-accordion-icon {
  height: 28px;
  transition: transform .2s;
}

.accordion-body {
  padding-left: 64px;
  padding-right: 8px;
  display: block;
}

.accordion-body.js-accordion-body {
  padding: 0px var(--space-base) var(--space-base);
  background-color: var(--purple-100);
  position: relative;
}

.accordion__item {
  text-align: left;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 20px 32px;
  text-decoration: none;
  transition: box-shadow .3s;
  display: flex;
  overflow: hidden;
  box-shadow: 0 1px 2px #2e323c17;
}

.accordion__item:hover {
  box-shadow: 0 3px 9px #2e323c17;
}

.accordion__item.js-accordion-item {
  box-shadow: none;
  background-color: #0000;
  padding: 0;
  transition-property: none;
}

.accordion__item.js-accordion-item.active {
  box-shadow: none;
  cursor: default;
  background-color: #0000;
  padding-left: 0;
  padding-right: 0;
}

.accordion-body__contents {
  opacity: 1;
  margin-top: 8px;
  line-height: 26px;
}

.question-text {
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  font-family: Onsitestandard, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 25px;
}

.peopleflex {
  grid-column-gap: 10%;
  grid-row-gap: 10%;
  flex-flow: wrap;
  display: flex;
  position: relative;
}

.accordion-header {
  color: #2e323c;
  align-items: center;
  display: flex;
}

.accordion-header.js-accordion-header {
  padding: var(--space-base);
  background-color: var(--purple-100);
  color: #2e1a55;
  cursor: pointer;
  transition: background-color .3s;
}

.accordion-header.js-accordion-header:hover {
  background-color: #afb5ff80;
}

.dropdownsymbol {
  width: 12px;
  height: 12px;
  transition: transform 4ms cubic-bezier(.165, .84, .44, 1);
  position: relative;
  transform: rotate(0);
}

.dropdownsymbol.active {
  transform: rotate(90deg);
}

.dropdownline1 {
  background-color: #2e1a55;
  width: 100%;
  height: 2px;
  transition: transform .3s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  top: 5px;
}

.dropdownline2 {
  background-color: #2e1a55;
  width: 2px;
  height: 100%;
  transition: transform .3s cubic-bezier(.215, .61, .355, 1);
  position: absolute;
  left: 5px;
}

.dropdownline2.active {
  transform: rotate(90deg);
}

.accordion {
  width: 100%;
}

.accordion.js-accordion {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  flex-flow: column;
  display: flex;
}

.peopletext {
  width: 47%;
  display: block;
}

.peoplecontainer {
  z-index: auto;
  width: 45%;
  margin-bottom: 10%;
  position: relative;
}

.peoplecontainer.flexpeople {
  justify-content: space-between;
}

.purplecircle-gradient {
  background-image: radial-gradient(circle closest-side, #dee3ff 98%, #dee3ff00);
  border-radius: 50%;
  width: 300vw;
  min-width: 300vw;
  height: 300vw;
  min-height: 300vw;
}

.purplecirclegradientcontainer {
  z-index: 0;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.frontpageimage {
  margin-top: -200px;
}

.subtext-small {
  max-width: 700px;
}

.frontpageimage-detail {
  width: 100%;
}

.flexboxes {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  display: flex;
}

.box {
  padding: var(--space-base);
  border-radius: var(--space-xs);
  background-color: var(--purple-300);
  width: 100%;
  position: relative;
}

.box.minheight {
  z-index: 2;
  background-color: var(--purple-100);
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.box.minheight.whitebox {
  padding: 20px var(--space-s) var(--space-s);
  background-color: var(--white);
  display: flex;
  position: absolute;
  bottom: 4px;
}

.whitegradientoverlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #fff 3%, #fff0 43%);
  position: absolute;
  inset: 0%;
}

.boxtext {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  flex-flow: column;
  display: flex;
}

.boxheading {
  margin-bottom: 0;
}

.boxicon-container {
  justify-content: flex-end;
  display: flex;
}

.equipmentcontainer {
  border-radius: var(--space-xxs);
  background-color: var(--teal-900);
  justify-content: space-between;
  align-items: center;
  min-width: 700px;
  padding: 12px;
  font-size: .875rem;
  display: flex;
}

.equipmentcontainer.absolute {
  position: absolute;
  bottom: 40px;
  left: 0;
}

.equipmentlist {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  display: flex;
}

.equipmenttag {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: .875rem;
  display: flex;
}

.icon18 {
  width: 18px;
}

.flipbox {
  border-radius: var(--space-xs);
  background-color: var(--teal-900);
  cursor: pointer;
  width: 100%;
  min-height: 440px;
  padding-bottom: 8px;
  position: relative;
  overflow: hidden;
}

.flipbox.flipboxproduct {
  min-height: 400px;
}

.boxbg {
  z-index: 1;
  padding: var(--space-base);
  position: absolute;
  inset: 0%;
}

.boxbg.boxbgprodukt {
  width: 100%;
  height: 100%;
  position: relative;
}

.colorbox {
  border-radius: var(--space-xs);
  background-color: var(--teal-900);
  padding: 0;
}

.toplogo {
  width: 120px;
  margin-bottom: 10px;
}

.contentbox {
  padding: var(--space-l);
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  flex-flow: column;
  display: flex;
}

.infobox {
  flex-flow: row;
  display: flex;
}

.infobox.infobox-space {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
}

.infobox.infobox-space.lpad {
  padding-top: var(--space-l);
  padding-bottom: var(--space-l);
}

.textbox-nomargin h1, .textbox-nomargin h2, .textbox-nomargin h3, .textbox-nomargin h5, .textbox-nomargin h6, .textbox-nomargin h4, .heading-12 {
  margin-bottom: 0;
}

.textboxflex {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  flex-flow: column wrap-reverse;
  justify-content: space-between;
  display: flex;
}

.textcontainer {
  padding-right: var(--space-l);
  width: 40%;
}

.infoboxes {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  width: 60%;
  display: flex;
}

.infobox-single {
  padding: var(--space-base);
  grid-column-gap: var(--space-xl);
  grid-row-gap: var(--space-xl);
  border-radius: var(--space-xs);
  background-color: var(--white);
  background-image: linear-gradient(180deg, #aeb5ff00, var(--purple-300));
  flex-flow: column;
  width: 100%;
  display: flex;
}

.infobox-single.teal {
  background-color: var(--teal-900);
  background-image: none;
}

.infobox-number {
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h1-desktop);
}

.infobox-number.purple {
  color: var(--purple-300);
}

.subheroicon {
  padding: var(--space-l);
  border-radius: var(--space-xs);
  background-color: var(--gray-300);
}

.filterbox {
  margin-top: var(--space-s);
  margin-bottom: var(--space-s);
  grid-column-gap: var(--space-md);
  grid-row-gap: var(--space-md);
  display: flex;
}

.flextags {
  padding-top: var(--space-s);
  padding-bottom: var(--space-s);
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  flex-flow: column;
  justify-content: flex-end;
  display: flex;
}

.tagtitle {
  color: var(--gray-700);
}

.productlist {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  display: grid;
}

.productbox {
  padding: var(--space-s);
  grid-column-gap: var(--space-md);
  grid-row-gap: var(--space-md);
  border-radius: var(--space-xxs);
  background-color: var(--white);
  outline-offset: 0px;
  outline: 3px #122d38;
  flex-flow: column;
  text-decoration: none;
  display: flex;
  box-shadow: 0 4px #122d38;
}

.producttitle {
  font-size: var(--h5-desktop);
}

.productbg {
  border-radius: var(--space-xxs);
  background-color: #e0e3ff80;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 320px;
  display: flex;
}

.iconimage {
  max-width: 60%;
  max-height: 90%;
  /*box-shadow: 0 3px 7px 3px #0003;*/
}

.productlistitem {
  font-size: var(--font-sm-desktop);
}

.productlisttext {
  margin-right: 0;
  display: inline-block;
}

.productlisttext.productlisttextmain {
  opacity: .6;
  text-transform: uppercase;
  margin-right: 8px;
}

.listflex {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  flex-flow: column;
  display: flex;
}

.features-title {
  margin-bottom: var(--space-xl);
  font-size: var(--h3-desktop);
}

.featuresflex {
  margin-bottom: var(--space-l);
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-xl);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.featurecontainer {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  flex-flow: column;
  display: flex;
}

.featureicon {
  width: 24px;
}

.h5 {
  font-size: var(--h5-desktop);
}

.h5.nmb {
  margin-bottom: 0;
}

.featuretext {
  max-width: 300px;
}

.heroicon {
  min-width: 150px;
}

.h3 {
  font-size: var(--h3-desktop);
}

.featurearticles {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.articleshort {
  grid-column-gap: var(--space-md);
  grid-row-gap: var(--space-md);
  flex-flow: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.articleimagebg {
  background-image: url('../images/sea-1547609_1280.jpg');
  background-position: 50%;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.articleimagecontainer {
  padding: var(--space-md);
  border-radius: var(--space-xs);
  width: 100%;
  min-height: 400px;
  position: relative;
  overflow: hidden;
}

.articleimageoverlay {
  background-color: var(--teal-900);
  opacity: .5;
  position: absolute;
  inset: 0%;
}

.imagecontainerheader {
  z-index: 2;
  color: var(--white);
  position: relative;
}

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

.metatext p {
  font-size: var(--h6-desktop);
  margin-bottom: 0;
}

.metatext.small {
  width: 70%;
}

.metaicon {
  max-width: 100px;
  max-height: 40px;
}

.articlelist {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.articlesm-container {
  padding: var(--space-s);
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  border-radius: var(--space-xs);
  background-color: var(--gray-100);
  flex-flow: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.tagline {
  color: var(--purple-800);
  font-size: var(--font-sm-desktop);
}

.h6 {
  font-size: var(--h6-desktop);
}

.h6.nombtn {
  margin-bottom: 0;
}

.articlefilter {
  margin-bottom: var(--space-l);
  justify-content: center;
  display: flex;
}

.articlefiltercontainer {
  padding: var(--space-xs);
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  border-radius: var(--space-xs);
  background-color: var(--gray-100);
  display: flex;
}

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

.articlelistcontainer {
  border-radius: var(--space-xxs);
  background-color: var(--gray-100);
  text-decoration: none;
}

.articlelistbgimage {
  border-radius: var(--space-xxs);
  background-image: url('../images/contact.png');
  background-position: 50%;
  background-size: cover;
  min-height: 280px;
}

.articlesummary {
  padding: var(--space-base);
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.articlemeta {
  font-size: var(--font-xl-desktop);
}

.blogheader {
  padding-top: var(--space-xl);
  padding-bottom: var(--space-xl);
  background-color: var(--purple-100);
}

.storttop {
  margin-top: var(--space-l);
  grid-column-gap: var(--space-xs);
  grid-row-gap: var(--space-xs);
  align-items: center;
  display: flex;
}

.storytopcontent {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  flex-flow: column;
  width: 43%;
  margin-right: 7%;
  display: flex;
}

.breadcrumb {
  color: var(--purple-800);
  text-decoration: none;
}

.breadcrumbdivider {
  display: block;
}

.breadcrumbs {
  grid-column-gap: var(--space-xs);
  grid-row-gap: var(--space-xs);
  color: var(--purple-800);
  font-size: var(--font-sm-desktop);
  display: flex;
}

.breadcrumbs.uppercase {
  text-transform: uppercase;
  align-items: center;
}

.metadivider {
  background-color: var(--purple-800);
  width: 6px;
  height: 6px;
}

.storygrid {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  width: 50%;
  padding: 0;
}

.storyimage {
  background-image: url('../images/contact.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 260px;
}

.storycell {
  border-radius: var(--space-xxs);
}

.storycell.white {
  background-color: var(--white);
}

.storycell.purple {
  background-color: var(--purple-300);
}

.storyinfoflex {
  padding: var(--space-s);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  min-height: 180px;
  display: flex;
}

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

.storyinfoicon {
  width: 35px;
}

.storyinfotext {
  color: var(--teal-900);
  font-size: var(--font-l-desktop);
}

.storyinfotext.sm {
  font-size: var(--font-sm-desktop);
}

.storyinfotext.sm.white {
  color: var(--white);
}

.storyinfonumber {
  font-size: var(--h1-desktop);
}

.infoflexbgimage {
  background-image: url('../images/contact.png');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: relative;
}

.imageoverlay {
  z-index: 1;
  opacity: .6;
  background-color: #122d38;
  position: absolute;
  inset: 0%;
}

.storycontainerwrapper {
  padding: var(--space-md) var(--space-l) var(--space-xl);
  border-radius: var(--space-xs);
  background-color: var(--white);
  max-width: 1584px;
  margin-left: auto;
  margin-right: auto;
}

.somecontainer {
  margin-right: var(--space-xs);
  margin-bottom: var(--space-l);
  margin-left: var(--space-xs);
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  color: var(--gray-500);
  align-items: center;
  display: flex;
}

.someicon {
  width: 24px;
}

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

.storyinfo {
  border-radius: var(--space-xs);
  background-color: var(--teal-900);
  color: var(--teal-100);
}

.storyinfocontainer {
  padding: var(--space-base);
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  font-size: var(--font-sm-desktop);
  flex-flow: column;
  max-width: 300px;
  display: flex;
}

.storyinfotitle {
  text-transform: uppercase;
}

.storyinfoblock {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.storyinfotitle2 {
  opacity: .66;
  color: var(--white);
}

.storyinfodetail {
  grid-column-gap: var(--space-xs);
  grid-row-gap: var(--space-xs);
  color: var(--white);
  align-items: center;
  display: flex;
}

.infoicon {
  width: 12px;
}

.storydivider {
  background-color: var(--white);
  opacity: .3;
  color: var(--white);
  width: 100%;
  height: 1px;
}

.storymain {
  width: 66%;
  margin-left: 100px;
}

.ingress {
  font-size: var(--font-l-desktop);
}

.ingress p {
  font-size: var(--font-l-desktop);
  margin-bottom: 0;
}

.ingress.white.xsmall {
  max-width: 600px;
}

.blogelement {
  margin-bottom: var(--space-l);
  width: 85%;
}

.blogmaintext {
  width: 85%;
}

.blogmaintext p {
  margin-bottom: var(--space-l);
}

.blogmaintext h2, .smallh2 h2, .storymain h2 {
  font-size: var(--h4-desktop);
}

.blogmaintext h3 {
  font-size: var(--h5-desktop);
}

.blogmaintext h4, .blogmaintext h5 {
  font-size: var(--h6-desktop);
}

.blogimage {
  border-radius: var(--space-xxs);
  width: 100%;
}

.blogimagecontainer {
  margin-top: var(--space-base);
  margin-bottom: var(--space-base);
  padding-bottom: var(--space-l);
}

.blogimagecontainer.sm {
  width: 60%;
}

.blogimagecontainer.medium {
  width: 85%;
}

.imagecaption {
  margin-top: var(--space-xs);
  font-size: var(--font-sm-desktop);
}

.blogquote {
  padding: var(--space-base);
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  background-color: var(--purple-300);
  flex-flow: column;
  justify-content: space-between;
  width: 85%;
  display: flex;
}

.quotelogo {
  max-width: 150px;
}

.quotetext {
  margin-bottom: var(--space-base);
  font-size: var(--h5-desktop);
}

.quoteby {
  font-size: var(--font-sm-desktop);
}

.footerctap {
  font-size: var(--font-l-desktop);
  max-width: 700px;
}

.footerctacontainer {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.featurebox-lgtext {
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--h1-desktop);
}

.textflex-50 {
  grid-column-gap: var(--space-xl);
  grid-row-gap: var(--space-xl);
  width: 100%;
  display: flex;
}

.h4 {
  font-size: var(--h4-desktop);
}

.textflexbox {
  width: 100%;
}

.textflexbox.sticky {
  position: sticky;
  top: 100px;
}

.highlightbflex {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  display: flex;
}

.highlightbflex.higlightboxflex2 {
  margin-bottom: var(--space-s);
}

.highlightbox {
  padding: var(--space-md);
  grid-column-gap: var(--space-md);
  grid-row-gap: var(--space-md);
  border-radius: var(--space-xs);
  flex-flow: column;
  width: 100%;
  min-height: 640px;
  display: flex;
}

.highlightbox.imagebg {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
}

.highlightbox.flexspace {
  justify-content: space-between;
}

.highlightbox.grey300 {
  background-color: var(--gray-100);
}

.highlightbox.higlightinlineflex {
  grid-column-gap: var(--space-xl);
  grid-row-gap: var(--space-xl);
  flex-flow: row;
}

.highlightbox.nopadbox {
  justify-content: space-between;
  padding: 0;
}

.purple100 {
  background-color: var(--purple-100);
}

.grey100 {
  background-color: var(--gray-100);
}

.highlightboxtext {
  width: 100%;
}

.highlightboxtext p {
  margin-bottom: 0;
}

.highlightboxtext.full {
  width: 100%;
}

.highlightboxsub {
  grid-column-gap: var(--space-md);
  grid-row-gap: var(--space-md);
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.highlightboxsub.flexspace {
  justify-content: space-between;
}

.highlightsubboxes {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  flex-flow: column;
  justify-content: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.highlightsubbox {
  padding: var(--space-base);
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  border-radius: var(--space-xs);
  background-color: var(--gray-100);
  align-items: flex-start;
  display: flex;
}

.icon-24 {
  width: 24px;
}

.highlightsubboxtext p {
  margin-bottom: 0;
}

.div50 {
  width: 50%;
}

.textblockvariant2 {
  font-size: var(--font-l-desktop);
  width: 70%;
}

.largequote {
  text-align: center;
  margin-bottom: 0;
}

.largequotebuttom {
  margin-bottom: var(--space-base);
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.quotename-lg {
  font-weight: 700;
}

.quotetitle-lg {
  max-width: 260px;
}

.textflex-50-sm {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  display: flex;
}

.tagsflexfull {
  padding-top: var(--space-base);
  padding-bottom: var(--space-base);
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  justify-content: center;
  width: 1000vw;
  display: flex;
}

.button-icon {
  width: 24px;
}

.tagflexcontainer {
  justify-content: center;
  align-items: center;
  width: 100vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlayleft {
  height: 100%;
  position: absolute;
}

.overlaygradient {
  background-image: linear-gradient(90deg, #fff 39%, #fff0);
  width: 200px;
  height: 100%;
  position: absolute;
}

.overlaygradient.ovarlayleft {
  left: 0;
}

.overlaygradient.overlayright {
  background-image: linear-gradient(-90deg, #fff 39%, #fff0);
  right: 0;
}

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

.subtext {
  max-width: 600px;
}

.flex-base {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  align-items: flex-start;
  display: flex;
}

.flex-line {
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.stickyblock {
  margin-top: var(--space-l);
  margin-bottom: var(--space-l);
  padding-right: var(--space-l);
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.stickyillustration {
  border-radius: var(--space-xs);
  background-color: var(--purple-100);
  justify-content: center;
  align-items: center;
  width: 80%;
  min-height: 500px;
  display: flex;
  position: relative;
}

.stickyillustration.mobile {
  display: none;
}

.tag {
  margin-bottom: var(--space-base);
  color: var(--purple-700);
  font-size: var(--font-sm-desktop);
  text-transform: uppercase;
}

.stickyblockcontent {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stickyblockline {
  background-color: var(--teal-900);
  width: .75px;
  height: 45vh;
}

.stickyillustrationchange {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.stickyillustrationchange.change2, .stickyillustrationchange.change3, .stickyillustrationchange.change4 {
  opacity: 0;
}

.section-2 {
  margin-bottom: 96px;
}

.container-2 {
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 96px;
  padding-right: 96px;
}

.highlightbox-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.highlightbox-2.higlightflex {
  justify-content: space-between;
}

.highlightbox-2.highlightboxsubflex {
  flex-flow: row;
  padding: 0;
}

.highlightbox-2.highlightboxsubflex.purple100 {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  justify-content: flex-start;
  align-items: flex-end;
}

.highlightbox-2.highlightboxsubflex.teal900 {
  align-items: stretch;
}

.highlightbox-2.minheight {
  min-height: 420px;
}

.h4-2 {
  font-size: 2rem;
}

.highlightbflex-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.highlightgrid {
  grid-column-gap: var(--space-md);
  grid-row-gap: var(--space-md);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.highlightblock {
  flex-flow: column;
  display: flex;
}

.icon16 {
  width: 16px;
}

.highlightboxsubcontent {
  padding: 56px var(--space-base) 56px 56px;
  grid-column-gap: var(--space-md);
  grid-row-gap: var(--space-md);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.highlightboxsubcontent.regular {
  padding: var(--space-md);
}

.highlightboxsubimage {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.highlightboximage {
  width: 100%;
}

.highlightsubflex {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.highlightsmboxtext {
  width: 70%;
}

.highlightsmboxtext.full {
  width: 100%;
}

.icon12 {
  width: 12px;
}

.iconlink {
  background-color: var(--teal-900);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.lg-image {
  border-radius: var(--space-s);
  width: 100%;
}

.flex-space-s {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  align-items: stretch;
  display: flex;
}

.flex-justify {
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

.smalltitle {
  max-width: 90%;
}

.flexcontent {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.logoflex-var2 {
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  display: flex;
}

.logocontainer-white {
  border-radius: var(--space-xxs);
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

.logoimage-var2 {
  max-width: 90%;
}

.blogleftcol {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  flex-flow: column;
  width: 300px;
  display: flex;
}

.ctablock {
  padding: var(--space-s);
  grid-column-gap: var(--space-base);
  grid-row-gap: var(--space-base);
  background-color: var(--purple-100);
  flex-flow: column;
  display: flex;
}

.lg-text {
  font-size: var(--font-l-desktop);
}

.imagesmall {
  width: 30%;
}

.reasonflex {
  margin-top: var(--space-l);
  margin-bottom: var(--space-l);
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  flex-flow: wrap;
  justify-content: center;
  display: flex;
}

.reasoncontainer {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  justify-content: center;
  align-items: flex-start;
  width: 40%;
  display: flex;
}

.reasontext {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  flex-flow: column;
  display: flex;
}

.containerflex {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  width: 100%;
  display: flex;
}

.containerblock {
  padding-top: var(--space-md);
  padding-bottom: var(--space-l);
  border-radius: var(--space-s);
  width: 100%;
}

.contentcontainertext {
  margin-right: var(--space-base);
  margin-left: var(--space-base);
  text-align: center;
}

.teal100 {
  background-color: var(--teal-100);
}

.small {
  max-width: 780px;
}

.centerblock {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.centerblock.p-l {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
}

.heroflex2 {
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.heroimagebox {
  justify-content: center;
  align-items: flex-end;
  height: 100vh;
  display: flex;
}

.heroheader3 h1 {
  color: var(--white);
  text-align: center;
  margin-bottom: 0;
}

.heroheader3 strong {
  color: var(--purple-300);
  font-weight: 400;
}

.videooverlay {
  opacity: .2;
  background-color: #04242b;
  position: absolute;
  inset: 0%;
}

.infobox-bottom {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.infobox-purple {
  color: var(--purple-300);
}

.no-p-margins p {
  margin-bottom: 0;
}

.checkoutflex {
  color: var(--white);
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.teal300 {
  color: var(--teal-300);
}

.checkoputimage {
  justify-content: center;
  width: 100%;
  display: flex;
}

.checkoutflexcontainer {
  margin-bottom: var(--space-xl);
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  justify-content: space-between;
  display: flex;
}

.noulflex ul {
  display: block;
}

.noulflex li {
  margin-bottom: var(--space-xs);
}

.checkoutimage {
  width: 100%;
  max-width: 440px;
}

.flexcontent-l {
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  flex-flow: column;
  align-items: center;
  display: flex;
}

.logosmall {
  max-width: 120px;
}

.checkouttext {
  color: var(--white);
  max-width: 50%;
}

.checkouttext p {
  font-size: var(--font-l-desktop);
  text-align: center;
}

.flexvertical {
  flex-flow: column;
  align-items: center;
  display: flex;
}

.max50 {
  max-width: 50%;
}

.contentscroller {
  margin-top: var(--space-l);
  grid-column-gap: var(--space-l);
  grid-row-gap: var(--space-l);
  align-items: stretch;
  display: flex;
}

.scrollblock {
  color: var(--white);
  font-size: var(--font-xl-desktop);
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 23%;
  display: flex;
}

.scrollarrow {
  align-items: center;
  width: 44px;
  min-width: 44px;
  height: 100%;
  display: flex;
}

.srollarrowimg {
  width: 44px;
}

.submenucontent {
  border: .75px solid var(--gray-100);
  border-bottom-left-radius: var(--space-xs);
  border-bottom-right-radius: var(--space-xs);
  background-color: var(--white);
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.submenucontainer {
  margin-top: var(--space-s);
  grid-column-gap: var(--space-xs);
  grid-row-gap: var(--space-xs);
  flex-flow: column;
  align-items: flex-start;
  width: 40%;
  margin-bottom: 16px;
  margin-left: 16px;
  display: flex;
}

.subdropdown {
  border-radius: var(--space-xxs);
  font-size: var(--nav-desktop);
  padding: 12px;
}

.subdropdown:hover {
  background-color: var(--purple-100);
}

.subdropdownmenu {
  background-color: #0000;
}

.subdropdownmenu.w--open {
  border-bottom-left-radius: var(--space-s);
  border-bottom-right-radius: var(--space-s);
  background-color: #fff;
  width: 100%;
  height: auto;
  margin-left: -16px;
  padding-top: 12px;
  position: absolute;
  left: 0;
  right: 0;
}

.subdropdowncontainer {
  margin-left: 0;
  margin-right: 0;
  position: static;
}

.articlebottom {
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
}

.flextext {
  width: 100px;
}

.content100 {
  width: 100%;
}

.borderradius {
  border-radius: var(--space-xs);
}

.highlightboximageflex {
  grid-column-gap: var(--space-md);
  grid-row-gap: var(--space-md);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.highlightboximagebg {
  border-radius: var(--space-xs);
  background-image: url('../images/platform.jpg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  min-height: 200px;
}

.peoplegrid {
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.peoplewrapper {
  border-radius: var(--space-xs);
  overflow: hidden;
}

.peopleimage {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 275px;
}

.peopleinfo {
  padding: var(--space-base);
  border-radius: var(--space-xs);
  background-color: var(--white);
  margin-top: -8px;
}

.peoplename {
  margin-bottom: var(--space-l);
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--font-xl-desktop);
}

.peopletitle {
  margin-bottom: var(--space-s);
}

.peoplelink {
  color: var(--purple-500);
  text-decoration: none;
}

.timeline {
  display: flex;
}

.timelinecontainer {
  position: relative;
  overflow: hidden;
}

.timelineelement {
  padding-top: var(--space-s);
  padding-right: var(--space-l);
  grid-column-gap: var(--space-s);
  grid-row-gap: var(--space-s);
  border-top: 1px solid var(--teal-900);
  flex-flow: column;
  width: 268px;
  min-width: 268px;
  margin-top: 4px;
  margin-left: 0;
  padding-left: 4px;
  display: flex;
  position: relative;
}

.yeartext {
  color: var(--purple-500);
  font-family: Onsiteextended, Arial, sans-serif;
  font-size: var(--font-l-desktop);
}

.timelinecircle {
  background-color: var(--teal-900);
  border-radius: 50%;
  width: 8px;
  height: 8px;
  margin-top: -4px;
  position: absolute;
  top: 0;
  left: 0;
}

.centerbutton {
  margin-top: var(--space-l);
  justify-content: center;
  display: flex;
}

.smalltitlecontainer {
  margin-bottom: var(--space-l);
  justify-content: center;
  width: 100%;
  display: flex;
}

.smalltitleblock {
  margin-bottom: 0;
}

.smalltitleblock.h3 {
  text-align: center;
  width: 80%;
}

.metadesc p {
  margin-bottom: 0;
}

.highlightboxpadtext {
  min-height: 320px;
  padding: 32px 32px 0;
}

.highlightboxbgimage {
  border-bottom-left-radius: var(--space-xs);
  border-bottom-right-radius: var(--space-xs);
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50%;
  background-size: cover;
  height: 50%;
  min-height: 320px;
}

.navmobilesub {
  display: none;
}

.herocenterflex {
  padding-bottom: var(--space-xl);
  justify-content: center;
  align-items: center;
  display: flex;
}

.buttonlinkflex {
  justify-content: flex-end;
  display: flex;
}

.iconlink32 {
  background-color: var(--purple-300);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

@media screen and (min-width: 1440px) {
  .container {
    max-width: 1680px;
  }

  .container.navcontainer {
    max-width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-menu.navmenurelative {
    grid-column-gap: var(--space-base);
    grid-row-gap: var(--space-base);
  }

  .navwrapperscroll {
    transform: translate(0, -120px);
  }

  .dropdownlink {
    font-size: var(--nav-desktop);
  }

  .dropdownarticle {
    height: 100%;
    min-height: 300px;
  }

  .peopleintro {
    width: 35%;
  }

  .accordion-body.js-accordion-body {
    padding-top: 40px;
    padding-bottom: 70px;
  }

  .accordion__item.js-accordion-item {
    padding-top: 0;
    padding-bottom: 0;
  }

  .peopletext {
    width: 60%;
  }

  .equipmentcontainer.absolute {
    position: absolute;
    bottom: 40px;
    left: 0;
  }

  .infobox {
    flex-flow: row;
  }

  .textcontainer {
    width: 36%;
  }

  .infoboxes {
    width: 64%;
  }

  .storycontainerwrapper {
    margin-left: auto;
  }

  .container-2 {
    max-width: 1680px;
  }

  .reasonflex {
    flex-flow: row;
    justify-content: flex-start;
  }

  .reasoncontainer {
    width: auto;
  }

  .heroflex2 {
    position: relative;
  }

  .checkoutflex {
    justify-content: space-around;
  }

  .submenucontent {
    align-items: stretch;
  }

  .submenucontainer {
    margin-bottom: 16px;
    margin-left: 16px;
  }

  .subdropdownmenu.w--open {
    border: .75px solid var(--gray-100);
    height: auto;
    margin-top: 10px;
    padding-top: 0;
  }

  .smalltitleblock.h3 {
    width: 70%;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: var(--h1-large-screen);
    font-weight: 400;
  }

  h2 {
    font-size: var(--h2-large-screen);
  }

  h3 {
    font-family: Onsiteextended, Arial, sans-serif;
    font-size: var(--h3-large-screen);
    font-weight: 400;
  }

  h4 {
    font-size: var(--h4-large-screen);
  }

  p, ol {
    font-size: var(--body-large-screen);
  }

  sup {
    color: var(--teal-900);
  }

  .heading {
    font-size: var(--h1-large-screen);
  }

  .container {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

  .container.navcontainer {
    max-width: 100%;
  }

  .heading-2 {
    font-size: var(--h3-large-screen);
  }

  .heading-3 {
    font-size: var(--h2-large-screen);
  }

  .heading-4 {
    font-size: var(--h4-large-screen);
  }

  .heading-5 {
    font-size: var(--h5-large-screen);
  }

  .heading-6 {
    font-size: var(--h3-large-screen);
  }

  .heading-7 {
    font-size: var(--h5-large-screen);
  }

  .heading-8 {
    font-size: var(--h6-large-screen);
  }

  .block-quote {
    border-left-color: var(--teal-900);
    font-family: Onsitestandard, Arial, sans-serif;
    font-size: var(--font-l-desktop);
  }

  .subscript {
    color: var(--teal-900);
  }

  .section.customerstorymain {
    padding-right: var(--space-l);
    padding-left: var(--space-l);
  }

  .navlink, .navdropdown {
    font-size: var(--nav-large-screen);
  }

  .footerctablock {
    font-size: var(--font-l-large-screen);
  }

  .footernavcontainer h5, .small-text {
    font-size: var(--font-sm-large-screen);
  }

  .featurebox {
    align-items: center;
  }

  .formcontainer {
    max-width: 700px;
  }

  .rightsales {
    max-width: 800px;
  }

  .formtext p, .salestext p, .salestext li {
    font-size: var(--font-sm-large-screen);
  }

  .subtitle {
    font-size: var(--font-l-large-screen);
  }

  .headerintro {
    font-size: var(--font-sm-large-screen);
  }

  .heroheader-h2 h1 {
    font-size: var(--h2-large-screen);
  }

  .herosubtext {
    font-size: var(--body-large-screen);
  }

  .pricingtext {
    font-size: var(--font-sm-large-screen);
  }

  .features-title {
    font-size: var(--h3-large-screen);
  }

  .h5 {
    font-size: var(--h5-large-screen);
  }

  .h5.nmb {
    margin-bottom: 0;
  }

  .h3 {
    font-size: var(--h3-large-screen);
  }

  .storycontainerwrapper {
    max-width: 1584px;
    margin-left: auto;
    margin-right: auto;
  }

  .blogmaintext h2, .smallh2 h2 {
    font-size: var(--h4-large-screen);
  }

  .blogmaintext h3 {
    font-size: var(--h5-large-screen);
  }

  .blogmaintext h4, .blogmaintext h5, .heading-13 {
    font-size: var(--h6-large-screen);
  }

  .featurebox-lgtext {
    font-size: var(--h1-large-screen);
  }

  .textflex-50 {
    grid-column-gap: var(--space-xl);
    grid-row-gap: var(--space-xl);
    width: 100%;
    display: flex;
  }

  .h4 {
    font-size: var(--h4-large-screen);
  }

  .highlightbox {
    min-height: 700px;
  }

  .container-2 {
    max-width: 1680px;
    margin-left: auto;
    margin-right: auto;
  }

  .h4-2 {
    font-size: 2.75rem;
  }

  .checkoutflexcontainer {
    margin-bottom: var(--space-xl);
  }

  .timelinecontainer {
    position: relative;
  }

  .highlightboxpadtext, .highlightboxbgimage {
    min-height: 350px;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--h1-mobile);
    font-weight: 400;
  }

  h2 {
    font-size: var(--h2-mobile);
  }

  h3 {
    font-family: Onsiteextended, Arial, sans-serif;
    font-size: var(--h3-mobile);
    font-weight: 400;
  }

  h4 {
    font-size: var(--h4-mobile);
  }

  h5 {
    font-size: var(--h5-mobile);
  }

  p {
    font-family: Onsitestandard, Arial, sans-serif;
    font-size: var(--body-mobile);
  }

  ol {
    font-size: var(--body-mobile);
  }

  .container {
    padding-right: var(--space-base);
    padding-left: var(--space-base);
  }

  .container.navcontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .container.container-xl {
    padding-right: var(--space-base);
    padding-left: var(--space-base);
  }

  .heading-2 {
    font-size: var(--h3-mobile);
  }

  .heading-4 {
    font-family: Onsiteextended, Arial, sans-serif;
    font-size: var(--h4-mobile);
    font-weight: 400;
  }

  .heading-5 {
    font-size: var(--h5-mobile);
  }

  .heading-6 {
    font-size: var(--h3-mobile);
  }

  .heading-8 {
    font-size: var(--h6-mobile);
  }

  .section {
    margin-bottom: var(--space-xl-mobile);
  }

  .section.section-gray {
    padding-top: var(--space-xl-mobile);
    padding-bottom: var(--space-xl-mobile);
  }

  .section.purple.topgradient {
    margin-top: 100px;
  }

  .section.customerstorymain {
    padding-right: var(--space-base);
    padding-left: var(--space-base);
  }

  .section.xtraspacing {
    margin-top: var(--space-l);
    margin-bottom: var(--space-xl);
  }

  .button.button-sm.button-variant-2.mobilemenubutton, .button.button-sm.mobilemenubutton {
    text-align: center;
    width: 100%;
    margin-bottom: 0;
  }

  .brand {
    z-index: 99;
  }

  .navbar {
    padding: 12px var(--space-base-mobile);
    align-items: stretch;
  }

  .navbuttons {
    display: none;
  }

  .navlink {
    margin-bottom: var(--space-base);
    color: var(--teal-900);
    font-family: Onsiteextended, Arial, sans-serif;
    font-size: var(--font-xl-mobile);
    padding: 0;
    text-decoration: none;
  }

  .navlink.mobileonly {
    margin-bottom: 0;
    display: block;
  }

  .navlink.subnavlink {
    width: 47%;
    margin-bottom: 0;
    padding: 0;
    font-size: 16px;
  }

  .navwrapper {
    position: fixed;
  }

  .navdropdown {
    display: none;
  }

  .dropdown-toggle {
    font-size: var(--font-xl-mobile);
  }

  .dropdown-toggle.mobilehide {
    display: none;
  }

  .nav-menu.navmenurelative {
    padding-top: 90px;
    padding-right: var(--space-base);
    padding-left: var(--space-base);
    background-color: var(--purple-100);
    text-align: left;
    width: 100%;
    height: 100vh;
    display: flex;
    position: absolute;
    inset: 0%;
    overflow: scroll;
  }

  .hero.herofull {
    height: auto;
  }

  .hero.herofull.herogradient {
    height: auto;
    padding-top: 140px;
  }

  .hero.subhero {
    padding-top: 120px;
  }

  .footer {
    padding-right: var(--space-base);
    padding-left: var(--space-base);
  }

  .footernav {
    grid-column-gap: var(--space-xl);
    grid-row-gap: var(--space-xl);
    flex-flow: wrap;
    align-items: stretch;
  }

  .footernavcontainer h5 {
    font-size: var(--font-sm-mobile);
  }

  .heroflex {
    flex-flow: column;
  }

  .herocontainer {
    width: 100%;
  }

  .herocontainer.small {
    max-width: 100%;
  }

  .heroright {
    width: 100%;
  }

  .heroheader1 h1 {
    text-align: center;
  }

  .menubutton {
    z-index: 99;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 48px;
    height: 48px;
    padding: 0;
    display: flex;
  }

  .menubutton.w--open {
    z-index: 99;
    background-color: #c8c8c800;
  }

  .menuline {
    background-color: var(--teal-900);
    width: 100%;
    height: 1px;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 0;
  }

  .menubuttonflex {
    flex-flow: column;
    justify-content: space-around;
    align-items: stretch;
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 8px;
    display: flex;
  }

  .mobileonly {
    display: block;
  }

  .submenumobile {
    margin-bottom: var(--space-base);
    padding-bottom: var(--space-xs);
    flex-flow: column;
    justify-content: center;
    display: flex;
  }

  .submenuseperator {
    margin-top: var(--space-base);
    margin-bottom: var(--space-base);
    background-color: var(--gray-500);
    opacity: .5;
    height: .75px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .submenuflex {
    grid-column-gap: var(--space-base);
    grid-row-gap: var(--space-base);
    flex-flow: wrap;
    display: flex;
  }

  .navbuttonsmobilemenu {
    grid-column-gap: var(--space-s);
    grid-row-gap: var(--space-s);
    justify-content: space-between;
    display: flex;
    position: fixed;
    inset: auto 20px 28px;
  }

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

  .contentflex.flexleft.flexhalf.p-extra {
    margin-bottom: 0;
  }

  .featureflex {
    flex-flow: column;
  }

  .featureflex.margin {
    padding-left: 0;
    padding-right: 0;
  }

  .white.p-right {
    margin-right: 0;
  }

  .saleshero {
    padding-top: 60px;
  }

  .heroflexsales {
    margin-top: var(--space-l-mobile);
    margin-bottom: var(--space-l-mobile);
    flex-flow: column-reverse;
  }

  .formcontainer {
    max-width: 100%;
    margin-right: 0;
  }

  .leftsales {
    width: 100%;
  }

  .rightsales {
    margin-bottom: var(--space-l);
    width: 100%;
    max-width: 100%;
  }

  .subtitle {
    font-size: var(--font-l-mobile);
  }

  .subtitle.lg-margin {
    margin-bottom: var(--space-l-mobile);
  }

  .flexhorizontal {
    flex-flow: column;
  }

  .swiper-slide.cardslide {
    width: 700px;
    height: auto;
  }

  .slider-arrow.swiper-button-prev, .slider-arrow.swiper-button-next {
    display: none;
  }

  .flexhalf {
    width: 100%;
  }

  .slidersize {
    width: 700px;
    max-width: 100%;
  }

  .quote-text {
    font-size: 1.375rem;
  }

  .footer-last {
    grid-column-gap: var(--space-l);
    grid-row-gap: var(--space-l);
    flex-flow: wrap;
  }

  .footerbrand.desktoponly {
    display: none;
  }

  .footerlinks {
    width: 100%;
  }

  .footerleftflex {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .text-image-container {
    grid-column-gap: var(--space-l);
    grid-row-gap: var(--space-l);
    flex-flow: column-reverse;
    justify-content: space-between;
  }

  .text-image-container.text-image-container-2 {
    grid-column-gap: var(--space-l);
    grid-row-gap: var(--space-l);
  }

  .contentimage {
    width: 100%;
  }

  .contentimage.tealgradient {
    min-height: 300px;
  }

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

  .contactlink {
    opacity: .8;
  }

  .fullimage {
    width: 100%;
  }

  .h2 {
    font-size: var(--h2-mobile);
  }

  .herowrapper.herowrapperleft {
    align-items: center;
  }

  .heroheader-h2 h1 {
    font-size: var(--h2-mobile);
    text-align: center;
  }

  .related-articles-container, .pricingtables {
    flex-flow: column;
  }

  .trustedby {
    overflow: hidden;
  }

  .trustedby.trustedby2 {
    grid-column-gap: var(--space-md);
    grid-row-gap: var(--space-md);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logoflex-small {
    flex-flow: wrap;
    justify-content: center;
    width: 120vw;
  }

  .logoflex-small.logoflexsmall2, .logocontainer {
    width: 100%;
  }

  .logocontainer.smlogocontainer {
    width: 10%;
  }

  .logosmallgradient {
    width: 100vw;
    display: block;
    left: auto;
    right: auto;
  }

  .peopleintro, .peopletext {
    width: 100%;
  }

  .peoplecontainer.flexpeople {
    flex-flow: column;
  }

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

  .equipmentcontainer.absolute {
    position: relative;
  }

  .infobox {
    flex-flow: column;
  }

  .textcontainer, .infoboxes {
    width: 100%;
  }

  .productlist, .featuresflex {
    grid-template-columns: 1fr 1fr;
  }

  .featuretext {
    max-width: 100%;
  }

  .featurearticles {
    grid-column-gap: var(--space-l-mobile);
    grid-row-gap: var(--space-l-mobile);
  }

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

  .storttop {
    flex-flow: column;
  }

  .storytopcontent {
    width: 100%;
    margin-right: 0%;
  }

  .storygrid {
    width: 100%;
  }

  .storycontainerwrapper {
    padding-right: var(--space-base);
    padding-left: var(--space-base);
  }

  .storymaincontainer {
    grid-column-gap: var(--space-l);
    grid-row-gap: var(--space-l);
    flex-flow: column;
  }

  .storyinfo, .storyinfocontainer {
    width: 100%;
    max-width: 100%;
  }

  .storymain {
    width: 100%;
    margin-left: 0;
  }

  .blogmaintext, .blogimagecontainer.sm, .blogimagecontainer.medium, .blogquote {
    width: 100%;
  }

  .textflex-50 {
    grid-column-gap: var(--space-base);
    grid-row-gap: var(--space-base);
    flex-flow: column;
  }

  .h4 {
    font-size: var(--h4-mobile);
  }

  .textflexbox.sticky {
    display: none;
    position: relative;
    top: 0;
  }

  .highlightbflex {
    flex-flow: column;
  }

  .highlightbox {
    min-height: auto;
  }

  .div50, .textblockvariant2 {
    width: 100%;
  }

  .textflex-50-sm, .flex-line {
    flex-flow: column;
  }

  .stickyblock {
    align-items: center;
  }

  .stickyillustration {
    width: 100%;
  }

  .stickyillustration.mobile {
    display: block;
  }

  .stickyblockcontent {
    align-items: center;
  }

  .section-2 {
    margin-bottom: 80px;
  }

  .container-2 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .highlightbox-2.highlightboxsubflex.purple100 {
    flex-flow: column;
  }

  .h4-2 {
    font-size: 1.75rem;
  }

  .highlightbflex-2, .highlightboxsubcontent {
    flex-flow: column;
  }

  .flex-space-s {
    grid-column-gap: var(--space-l);
    grid-row-gap: var(--space-l);
    flex-flow: column;
  }

  .reasoncontainer {
    width: 100%;
  }

  .stickytext1 {
    margin-bottom: var(--space-xl);
  }

  .heroflex2 {
    flex-flow: column;
  }

  .heroimagebox {
    height: auto;
  }

  .checkoutflexcontainer {
    flex-flow: column;
  }

  .checkoutimage {
    max-width: 100%;
  }

  .max50.white.center {
    max-width: 80%;
  }

  .contentscroller {
    grid-column-gap: var(--space-l);
    grid-row-gap: var(--space-l);
    flex-flow: column;
  }

  .scrollblock {
    grid-column-gap: var(--space-l);
    grid-row-gap: var(--space-l);
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .scrollarrow {
    transform: rotate(90deg);
  }

  .highlightboximageflex {
    flex-flow: column;
  }

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

  .highlightboxpadtext {
    min-height: auto;
  }

  .navmobilesub {
    background-color: var(--white);
    padding-left: 24px;
    padding-right: 24px;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  .container.container-xl {
    padding-right: var(--space-base);
    padding-left: var(--space-base);
  }

  .section.purplegradient {
    padding-top: var(--space-xl-mobile);
    padding-bottom: var(--space-xl-mobile);
  }

  .section.purple.topgradient {
    margin-top: 100px;
  }

  .section.xtraspacing {
    padding-top: var(--space-md);
  }

  .button.button-variant-3.iconbutton {
    padding: 11px 16px 12px;
    font-size: 12px;
  }

  .button.articlefilterbutton {
    width: 47%;
  }

  .brand {
    padding-left: 0;
  }

  .navwrapper, .nav-menu.navmenurelative {
    position: fixed;
  }

  .hero.heromargin {
    margin-bottom: var(--space-xl-mobile);
    padding-top: 120px;
  }

  .hero.heromargin.heroimagebg {
    padding-bottom: var(--space-xl-mobile);
    justify-content: flex-end;
  }

  .footercta {
    padding: var(--space-l-mobile);
  }

  .footercta.footerctadark {
    padding-top: 68px;
    padding-bottom: var(--space-l);
  }

  .footerctablock.footerctablock-xl.white {
    grid-column-gap: var(--space-l-mobile);
    grid-row-gap: var(--space-l-mobile);
    padding-top: 40px;
  }

  .footernav {
    flex-flow: wrap;
  }

  .footernavcontainer {
    min-width: 34%;
  }

  .herocontainer.small {
    max-width: 100%;
  }

  .heroheader2 h1 {
    font-size: var(--h2-mobile);
  }

  .heroblock.center, .heroheader1 h1 {
    text-align: center;
  }

  .submenuflex.submenuflex2 {
    margin-top: var(--space-md);
  }

  .navbuttonsmobilemenu {
    position: relative;
  }

  .contentflex.flexleft.flexhalf {
    grid-column-gap: var(--space-l-mobile);
    grid-row-gap: var(--space-l-mobile);
  }

  .heroflexsales.reverse {
    flex-flow: column;
  }

  .formcontainer {
    padding: 28px var(--space-s);
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .rightsales.reverse {
    width: 100%;
    margin-right: 0%;
  }

  .swiper-slide.cardslide {
    width: 100%;
  }

  .slider-arrow.swiper-button-prev, .slider-arrow.swiper-button-next {
    display: none;
  }

  .text-image-container {
    grid-column-gap: var(--space-l-mobile);
    grid-row-gap: var(--space-l-mobile);
  }

  .contactbox-container {
    grid-column-gap: var(--space-l-mobile);
    grid-row-gap: var(--space-l-mobile);
    flex-flow: column;
  }

  .text-flex {
    flex-flow: column;
  }

  .textfull.textleft.textsticky {
    position: relative;
    top: 0;
  }

  .textnav {
    margin-bottom: var(--space-md);
  }

  .headerintro {
    text-align: center;
  }

  .subheroflex {
    flex-flow: column;
  }

  .subheroimagedetail.smallsubheroimage {
    width: 100%;
  }

  .accordion-body.js-accordion-body {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .accordion__item {
    margin-bottom: 16px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .question-text {
    margin-top: 8px;
  }

  .peoplecontainer {
    width: 100%;
  }

  .frontpageimage {
    margin-top: -100px;
  }

  .flexboxes {
    flex-flow: column;
  }

  .box.minheight {
    min-height: 380px;
  }

  .whitegradientoverlay {
    background-image: linear-gradient(0deg, #fff 69%, #fff0 75%);
  }

  .equipmentcontainer {
    flex-flow: column;
    min-width: 100%;
  }

  .equipmentcontainer.absolute {
    grid-column-gap: var(--space-s);
    grid-row-gap: var(--space-s);
    align-items: flex-start;
    bottom: auto;
    left: auto;
  }

  .equipmentlist {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .equipmenttag {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .icon18 {
    width: 12px;
  }

  .flipbox {
    min-height: 300px;
  }

  .contentbox {
    padding-top: var(--space-base);
  }

  .infobox {
    flex-flow: column;
  }

  .textcontainer {
    padding-right: 0;
  }

  .infoboxes {
    flex-flow: column;
  }

  .infobox-number {
    font-size: var(--h1-mobile);
  }

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

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

  .featurecontainer {
    grid-column-gap: var(--space-s);
    grid-row-gap: var(--space-s);
  }

  .h3 {
    font-size: var(--h3-mobile);
  }

  .articlefiltercontainer {
    flex-flow: wrap;
    justify-content: space-between;
  }

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

  .blogmaintext h2, .smallh2 h2 {
    font-size: var(--h4-mobile);
  }

  .blogmaintext h4, .blogmaintext h5 {
    font-size: var(--h6-mobile);
  }

  .highlightbox {
    padding: var(--space-s);
    min-height: 400px;
  }

  .highlightbox.higlightinlineflex.grey300 {
    grid-column-gap: var(--space-base);
    grid-row-gap: var(--space-base);
    flex-flow: column;
  }

  .highlightboxsub.flexspace {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .textflex-50-sm {
    flex-flow: column;
  }

  .tagsflexfull {
    flex-flow: wrap;
  }

  .button-icon {
    width: 18px;
  }

  .overlaygradient.ovarlayleft, .overlaygradient.overlayright {
    display: none;
  }

  .stickyblock {
    padding-right: 0;
  }

  .highlightbox-2 {
    padding: var(--space-s);
  }

  .highlightbox-2.highlightboxsubflex.teal900 {
    flex-flow: column;
  }

  .highlightboxsubcontent, .highlightboxsubcontent.regular {
    padding: var(--space-s);
  }

  .blogleftcol {
    width: 100%;
  }

  .imagesmall {
    width: 50%;
  }

  .containerflex {
    flex-flow: column;
  }

  .max50.white.center {
    max-width: 100%;
  }

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

  .peopleimage {
    height: 300px;
  }

  .highlightboxpadtext {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .herocenterflex {
    align-items: flex-end;
    padding-bottom: 0;
  }
}

@media screen and (max-width: 479px) {
  .container, .container.container-xl {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section.xtraspacing {
    margin-top: 0;
    padding-top: 0;
  }

  .button.articlefilterbutton {
    width: 100%;
  }

  .nav-menu.navmenurelative {
    opacity: 0;
  }

  .hero {
    margin-bottom: var(--space-xl-mobile);
  }

  .hero.heromargin.purple100 {
    padding-top: 120px;
  }

  .footernav {
    grid-column-gap: var(--space-l);
    grid-row-gap: var(--space-l);
    flex-flow: wrap;
  }

  .heroheader1 h1 {
    text-align: center;
  }

  .rightsales.reverse {
    width: 100%;
    margin-right: 0%;
  }

  .logoflex {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
  }

  .logoimage {
    max-width: 31%;
  }

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

  .headerintro {
    font-size: var(--font-sm-mobile);
  }

  .herowrapper {
    grid-column-gap: var(--space-l-mobile);
    grid-row-gap: var(--space-l-mobile);
  }

  .heroheader-h2 h1 {
    font-size: var(--h2-mobile);
  }

  .pricingtext {
    font-size: var(--font-sm-mobile);
  }

  .logoflex-small {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 300vw;
  }

  .logocontainer {
    width: 100%;
  }

  .logocontainer.smlogocontainer {
    width: 10%;
  }

  .accordion-body {
    padding-left: 56px;
  }

  .accordion-body.js-accordion-body {
    border-top: 1px solid #0000001a;
    margin-top: 20px;
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .question-text {
    flex: 0 100%;
    max-width: 70%;
    margin-bottom: 8px;
    margin-left: 0;
    padding-right: 0;
    font-size: 22px;
    font-weight: 400;
    line-height: 28px;
  }

  .accordion-header.js-accordion-header {
    justify-content: space-around;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .accordion-header.js-accordion-header:hover {
    background-color: #2e1a5500;
  }

  .dropdownsymbol.active {
    transform: none;
  }

  .box.minheight {
    min-height: 380px;
  }

  .boxheading {
    font-size: 1.375rem;
  }

  .contentbox {
    padding-top: var(--space-base-mobile);
    padding-right: var(--space-base-mobile);
    padding-left: var(--space-base-mobile);
    grid-column-gap: var(--space-base);
    grid-row-gap: var(--space-base);
  }

  .filterbox {
    grid-column-gap: var(--space-xs);
    grid-row-gap: var(--space-xs);
    flex-flow: column;
  }

  .productlist {
    grid-auto-flow: row;
  }

  .features-title {
    font-size: var(--h3-mobile);
  }

  .h5 {
    font-size: var(--h5-mobile);
  }

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

  .metaflex {
    grid-column-gap: var(--space-s);
    grid-row-gap: var(--space-s);
    flex-flow: column;
  }

  .metatext.small {
    width: 100%;
  }

  .blogmaintext h3 {
    font-size: var(--h5-mobile);
  }

  .featurebox-lgtext {
    font-size: var(--h1-mobile);
  }

  .highlightbox {
    grid-column-gap: var(--space-s);
    grid-row-gap: var(--space-s);
  }

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

  .peopleimage {
    height: 300px;
  }

  .highlightboxpadtext {
    padding: var(--space-s);
  }

  .highlightboxbgimage {
    min-height: 200px;
  }
}

#w-node-c0eedf33-c5f7-51e0-6523-976c8dbb7ba1-31a55ab9 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-c0eedf33-c5f7-51e0-6523-976c8dbb7ba2-31a55ab9, #w-node-c0eedf33-c5f7-51e0-6523-976c8dbb7ba3-31a55ab9, #w-node-_94702090-7de9-c10a-31c8-a4735e667e91-31a55ab9 {
  grid-row: span 2 / span 2;
}

#w-node-_1b27480c-4f4b-c11f-fb39-c7ea506aa8de-d8814aa1 {
  grid-area: span 3 / span 2 / span 3 / span 2;
}

#w-node-_00437403-afe5-b799-f1e2-23daf1dcad83-d88fc622 {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_03abfefe-8b27-163c-4c52-01099ad1e99f-d88fc622, #w-node-a07c7ee8-7834-4019-034e-c45dd380c33a-d88fc622 {
  grid-column: span 2 / span 2;
}

#w-node-afebf32e-e548-98e5-6af2-d7653d81c12e-db400503, #w-node-cc9bb62d-f73b-0a8b-da2a-45982bba6e59-db400503, #w-node-f0ee6f6a-1880-c03e-5aaf-d0a96d1ad768-db400503 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-_1b27480c-4f4b-c11f-fb39-c7ea506aa8de-d8814aa1 {
    grid-column: span 3 / span 3;
  }

  #w-node-f3ee814e-c16d-305d-a1b4-a767a2d33088-d8814aa1, #w-node-fc4b97af-788b-7c8f-7786-8c020d72db0a-d8814aa1, #w-node-b8fc49a4-559d-8171-f73f-b4ae0352ada1-d8814aa1 {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}
.logoimage {
    width: 33%;
}

/* FONTS */

@font-face {
  font-family: 'Onsiteextended';
  src: url('//20276009.fs1.hubspotusercontent-na1.net/hubfs/20276009/raw_assets/public/Onix/fonts/OnsiteExtended-Regular.woff2') format('woff2'), url('//20276009.fs1.hubspotusercontent-na1.net/hubfs/20276009/raw_assets/public/Onix/fonts/OnsiteExtended-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onsitestandard';
  src: url('//20276009.fs1.hubspotusercontent-na1.net/hubfs/20276009/raw_assets/public/Onix/fonts/OnsiteStandard-Regular.woff2') format('woff2'), url('//20276009.fs1.hubspotusercontent-na1.net/hubfs/20276009/raw_assets/public/Onix/fonts/OnsiteStandard-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Onsitestandard';
  src: url('//20276009.fs1.hubspotusercontent-na1.net/hubfs/20276009/raw_assets/public/Onix/fonts/OnsiteStandard-RegularItalic.woff2') format('woff2'), url('//20276009.fs1.hubspotusercontent-na1.net/hubfs/20276009/raw_assets/public/Onix/fonts/OnsiteStandard-RegularItalic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Onsitestandard';
  src: url('//20276009.fs1.hubspotusercontent-na1.net/hubfs/20276009/raw_assets/public/Onix/fonts/OnsiteStandard-BoldItalic.woff2') format('woff2'), url('//20276009.fs1.hubspotusercontent-na1.net/hubfs/20276009/raw_assets/public/Onix/fonts/OnsiteStandard-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Onsitestandard';
  src: url('//20276009.fs1.hubspotusercontent-na1.net/hubfs/20276009/raw_assets/public/Onix/fonts/OnsiteStandard-Bold.woff2') format('woff2'), url('//20276009.fs1.hubspotusercontent-na1.net/hubfs/20276009/raw_assets/public/Onix/fonts/OnsiteStandard-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

 body, h1, h2, h3, h4, h5, h6, p, a{
    line-height: normal !important;
   text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
  }

[class*="CountdownTimer__CountdownTimerWrapper"]{
   margin-left: auto;
    margin-right: auto;
    max-width: 100%;
    padding-left: var(--space-xl);
    padding-right: var(--space-xl);
    width: 100%;
}

[class*="CountdownTimer__CountdownTimerWrapper"]>div{
 width:100%; 
  
}


@media screen and (min-width: 1440px) {
    [class*="CountdownTimer__CountdownTimerWrapper"] {
        max-width: 1680px;
    }
}

@media screen and (min-width: 1920px) {
    [class*="CountdownTimer__CountdownTimerWrapper"] {
        margin-left: auto;
        margin-right: auto;
        max-width: 1680px;
    }
}

@media screen and (max-width: 991px) {
    [class*="CountdownTimer__CountdownTimerWrapper"] {
        padding-left: var(--space-base);
        padding-right: var(--space-base);
    }
  [class*="CountdownTimer__CountdownTimerWrapper"]>div{
      grid-auto-flow: dense;
  grid-template-areas: "a a";
            row-gap: 50px;
}
  [class*=CountdownTimer__CountdownTimerWrapper] strong {
    font-size: 18px !important;
}
  [class*=CountdownTimer__UnitValue] {
    margin-bottom: 10px;
}
}

@media screen and (max-width: 479px) {
    [class*="CountdownTimer__CountdownTimerWrapper"] {
        padding-left: 20px;
        padding-right: 20px;
    }
}


[class*="CountdownTimer__UnitValue"] {
    border-radius: var(--space-s) !important;
    padding-bottom: var(--space-l) !important;
    padding-top: var(--space-md) !important;
    background-color: var(--teal-900) !important;
  font-family: Onsiteextended, Arial, sans-serif;
        font-size: var(--h3-large-screen) !important;
        font-weight: 400;
  margin-bottom: 20px;
}

[class*="CountdownTimer__CountdownTimerWrapper"] strong{
    font-family: Onsiteextended, Arial, sans-serif;
        font-size: var(--h3-large-screen) !important;
   color: var(--teal-900) !important;
      font-size: var(--h5-large-screen) !important;
    font-weight: 300 !important;
}

.ingress li {
    flex-direction: column;
}

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

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

.langswitcher-sub {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  align-items: center;
  padding: 5px 0 5px 5px;
  display: flex;
}

.langswitcher-icon {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
  display: block;
  position: relative;
}

.langswitcher-dropdown.w--open {
  border: .75px solid var(--gray-100);
  background-color: #fff;
  border-radius: 8px;
}

body.dark .navwrapper .langswitcher, body.dark .navwrapper .langswitcher .w-dropdown-toggle div {
    color: #fff;
}

.marg-b-space-xl{
  margin-bottom:var(--space-xl);
}


.font-size-sm, .font-size-sm p{
  font-size: var(--font-sm-desktop);
}

.font-size-l, .font-size-l p{
  font-size: var(--font-l-desktop);
}

.font-size-xl, .font-size-xl p {
  font-size: var(--font-xl-desktop);
}

@media screen and (min-width: 1920px) {
    .font-size-sm, .font-size-sm p{
  font-size: var(--font-sm-large-screen);
}

.font-size-l, .font-size-l p{
  font-size: var(--font-l-large-screen);
}

.font-size-xl, .font-size-xl p {
  font-size: var(--font-xl-large-screen);
}
}

@media screen and (max-width: 991px) {
  .font-size-sm, .font-size-sm p{
  font-size: var(--font-sm-mobile);
}
  
  .marg-b-space-xl{
  margin-bottom:var(--space-l);
}

.font-size-l, .font-size-l p{
  font-size: var(--font-l-mobile);
}

.font-size-xl, .font-size-xl p {
  font-size: var(--font-xl-mobile);
}
}

.featureflex{
 width:100%; 
}

.footerctadark strong{
 font-weight:400 !important; 
}

.max500text{
 max-width:500px; 
}

.hero.herogradient{
    background-color: transparent;
}

.blogmaintext li{
     display: block; 
}

.blogmaintext p{
     margin-bottom: 20px; 
}

@media screen and (max-width: 991px) {
    .centerblock {
        padding-left: var(--space-base);
        padding-right: var(--space-base);
        text-align:center;
    }
}

.blogmaintext ol {
    margin-bottom: var(--space-md);
    grid-column-gap: var(--space-base);
    grid-row-gap: var(--space-base);
    display: flex
;
    flex-flow: column;
    list-style-type: none;
}

.fadein1,.fadein2,.fadein3, .fadein4, .fadein5, .fadein6, .fadein7, .fadein8{
 opacity:0; 
}

.hero h1 span {
  color: var(--purple-700);
}

.herofadein h1 span{
      color: var(--teal-900);
}
.standardcolor{
   color: var(--teal-900);
}
.navbutton{
 line-height:11px !important; 
}

.error-message{
 display:none; 
}

.error-message.active{
 display:block; 
}



.rounded-corners{
    border-radius: var(--space-xs);
}

.herogradient1{
 background: linear-gradient(180deg, rgba(247, 248, 255, 0.80) 37.99%, rgba(223, 227, 255, 0.80) 50.45%, rgba(0, 178, 204, 0.80) 75.36%, rgba(0, 106, 131, 0.80) 85.32%);

background: linear-gradient(180deg, color(display-p3 0.9686 0.9725 0.9961 / 0.80) 37.99%, color(display-p3 0.8784 0.8902 1 / 0.80) 50.45%, color(display-p3 0.2431 0.6863 0.7882 / 0.80) 75.36%, color(display-p3 0 0.4078 0.502 / 0.80) 85.32%);
}

.herobg1{
 background:#F7F8FECC; 
}

.arrow-ul{fill:#6a7681;}
.textnav-link:hover .arrow-ul, .textnav-link.active .arrow-ul{fill:#5060A9;}
.textnav-link:hover .svgbullet, .textnav-link.active .svgbullet{
margin-right:20px;
}
.textnav-link svg{
 width:7px; 
}
.textnav-link.active {
    color: var(--teal-900);
}

 .w-richtext li::before {
  content: "";
  background: var(--purple-700);
  border-radius: 50px;
  width:8px;
  height:8px;
        position: absolute;
    left: 0;
       top: 5px;
}
.button.standardfont{
    font-family: Onsitestandard, Arial, sans-serif;
}

.formtext p, .formcontainer h4{
  /*margin-bottom:0;*/
}

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

.button.button-sm.navbutton{
    font-family: Onsitestandard, Arial, sans-serif;
}
  .brand svg{
    width:100px;
  }
  .brand svg path{
    fill:#122D38 !important;
  }
  .footercta-bgvideo{
   /*mix-blend-mode: screen;*/
  }
  .dropdownarticle{
    background-blend-mode: multiply, normal, normal;
  }
  .button:hover{
   background: linear-gradient(0deg, rgba(120, 120, 120, 0.14) 0%, rgba(120, 120, 120, 0.14) 100%), var(--purple-700, #5369FF);
background: linear-gradient(0deg, color(display-p3 0.472 0.472 0.472 / 0.14) 0%, color(display-p3 0.472 0.472 0.472 / 0.14) 100%), var(--purple-700, color(display-p3 0.3529 0.4039 0.9529));
background-blend-mode: multiply, normal; 
  }
  .button:active{
    background: linear-gradient(0deg, rgba(120, 120, 120, 0.38) 0%, rgba(120, 120, 120, 0.38) 100%), var(--purple-700, #5369FF);
background: linear-gradient(0deg, color(display-p3 0.472 0.472 0.472 / 0.38) 0%, color(display-p3 0.472 0.472 0.472 / 0.38) 100%), var(--purple-700, color(display-p3 0.3529 0.4039 0.9529));
background-blend-mode: multiply, normal;
  }
  .button.disabled{
    color: var(--gray-500, #B4C3CD);
  background: var(--gray-100, #F0F5F7);
background: var(--gray-100, color(display-p3 0.949 0.9608 0.9686));
  }
  .button.button-variant-2:hover{
   background: var(--gray-100, #F0F5F7);
background: var(--gray-100, color(display-p3 0.949 0.9608 0.9686)); 
  }
  .button.button-variant-2:active{
   background: var(--gray-300, #D6E1E9);
background: var(--gray-300, color(display-p3 0.8549 0.8824 0.9059));
  }
   .button.button-variant-3:hover{
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.14) 0%, rgba(255, 255, 255, 0.14) 100%), var(--Teal-900, #002F3A);
background: linear-gradient(0deg, color(display-p3 1 1 1 / 0.14) 0%, color(display-p3 1 1 1 / 0.14) 100%), var(--Teal-900, color(display-p3 0.0706 0.1765 0.2196));
background-blend-mode: screen, normal;
  }
  .button.button-variant-3:active{
   background: linear-gradient(0deg, rgba(255, 255, 255, 0.28) 0%, rgba(255, 255, 255, 0.28) 100%), var(--teal-900, #002F3A);
background: linear-gradient(0deg, color(display-p3 1 1 1 / 0.28) 0%, color(display-p3 1 1 1 / 0.28) 100%), var(--teal-900, color(display-p3 0.0706 0.1765 0.2196));
background-blend-mode: screen, normal;
  }
  .herodark1{
background: radial-gradient(238.69% 44.98% at 50% 100%, #7BCFDD 0%, #D5E9EE 25.5%, #D5E9EE 100%), var(--Teal-900, #002F3A);
background: radial-gradient(238.69% 44.98% at 50% 100%, color(display-p3 0.5608 0.8039 0.8588) 0%, color(display-p3 0.851 0.9098 0.9294) 25.5%, color(display-p3 0.851 0.9098 0.9294 / 0.00) 100%), var(--Teal-900, color(display-p3 0.0706 0.1765 0.2196));  }
  body.dark .herodark, body.dark .herodark p, body.dark .herodark a, body.dark .herodark h1, body.dark .navwrapper .navlink, body.dark .navwrapper .dropdown-toggle, .herodark, .herodark p, .herodark a, .herodark h1{
    color:#fff;
  }
.section-gray{
background: linear-gradient(0deg, var(--gray-100, #F0F5F7) 0%, var(--gray-100, #F0F5F7) 100%), linear-gradient(0deg, rgba(255, 255, 255, 0.50) 0%, rgba(255, 255, 255, 0.50) 100%), var(--teal-100, #D0EAEF);
background: linear-gradient(0deg, var(--gray-100, color(display-p3 0.949 0.9608 0.9686)) 0%, var(--gray-100, color(display-p3 0.949 0.9608 0.9686)) 100%), linear-gradient(0deg, color(display-p3 1 1 1 / 0.50) 0%, color(display-p3 1 1 1 / 0.50) 100%), var(--teal-100, color(display-p3 0.851 0.9098 0.9294));
background-blend-mode: normal, screen, normal;
}

.m-r {
  margin-right:100px;
}

 @media screen and (max-width: 991px) {
   .m-r {
   margin-right:0;
   }
}

.m-l {
  margin-left:100px;
}

 @media screen and (max-width: 991px) {
   .m-l {
   margin-left:0;
   }
   .w-richtext h1, .w-richtext h2 {
    margin-bottom: var(--space-s);
}
}

.w-nav-link.w--current {
   color: var(--gray-700);
}

  body.dark .navwrapper .dropdown-toggle{
    color:#fff;
  }
  body.dark .herodark h1 strong {
    color: var(--purple-700);
    font-weight: 400;
}
  body.dark .brand svg path{
    fill:#fff !important;
  }
  body.dark .taglink {
    border-color: #fff;
    color: #fff;
}
  body.dark .dropdowicondark, body.dark .logodark {
    display:none;
}
  body.dark .logolight {
    display:block;
}
   body.dark .dropdowniconlight {
    display: inline-block;
}
  body.dark .menuline {
    background-color: #fff;
}
  .searchinput {
    background-color: #fff;
}
  body.dark .searchinput {
    border-color: #fff;
    background-color: var(--teal-900);
}
  body.dark .searchlinkdark {
    display:none;
}
  body.dark .searchlinklight {
    display:block;
}

.button.extended{
      font-family: Onsiteextended, Arial, sans-serif;
}

body.dark .button.button-variant-2 {
    border-color: var(--white);
    color: var(--white);
}
  .footer.footerdark .footernavcontainer a, .footer.footerdark .footernavcontainer h5 {
    color: #fff;
  }
  @media screen and (max-width: 991px) {
  body.dark .nav-menu.navmenurelative {
        background-color: var(--teal-900);
    }
    .navlink.subnavlink{
     width: calc(50% - 12px); 
    }
    .w-nav-brand {
        padding-left: 0px !important;
    }
    nav.nav-menu.navmenurelative {
    height: 100vh !important;
  }
     .slider-arrow.swiper-button-prev, .slider-arrow.swiper-button-next {
    display: none;
  }
    .highlightbox.higlightinlineflex {
    flex-flow: column;
}
    .navbar {
    border-radius: 0;
}
    
   
}


  @media screen and (max-width: 767px) {
    
    .accordion-body.js-accordion-body {
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 20px;
    }

    .textnav-link .arrow-ul {
    fill: #5060a9;
}
    .textnav-link {
    color: var(--teal-900);
}
    .navbuttonsmobilemenu {
        position: fixed;
    }
    .stickyillustration {
    min-height: auto;
    
}
    .stickyillustrationchange {
    position: relative;
}
    .headerintro {
        margin: 0 20% 0 20%;
    }
    
    .whitegradientoverlay {
        background-image: linear-gradient(0deg, #fff 61%, #fff0 100%);
    }
    .heroheader2 h1 {
    font-size: var(--h2-mobile);
}
   .imagecol, .infobox3-col {
    grid-column: span 3 / span 3 !important;
}
.storycell {
    grid-column: span 3 / span 3;
}
}

@media (min-width:992px) {html.w-mod-js:not(.w-mod-ix) [data-w-id="5917768e-f3bc-90e0-1f5a-33dd56f916f4"] {-webkit-transform:translate3d(0, -400px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-moz-transform:translate3d(0, -400px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);-ms-transform:translate3d(0, -400px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);transform:translate3d(0, -400px, 0) scale3d(1, 1, 1) rotateX(0) rotateY(0) rotateZ(0) skew(0, 0);}}

.w-richtext.navigation-textblock li:before {
    background: var(--teal-900);
}

.button.regfont {
    font-family: Onsitestandard, Arial, sans-serif;
}

/* FONTS */

.navigation-textblock h1, .navigation-textblock h2{
    font-size: var(--h5-desktop);
}

.navigation-textblock h3, .navigation-textblock h4, .navigation-textblock h5, .navigation-textblock h6{
  font-size: var(--h6-desktop);
}



@media screen and (max-width: 991px) {
  .navigation-textblock h1, .navigation-textblock h2{
    font-size: var(--h5-mobile);
}
.navigation-textblock h3, .navigation-textblock h4, .navigation-textblock h5, .navigation-textblock h6{
  font-size: var(--h6-mobile);
}
}

.taglink.articletag {
    padding:5px 8px;
}

ul.hs-tools-actions{
 display:block; 
}
/* modules */
.hs_cos_wrapper_widget, .container-fluid{
    width: 100%;
}

/* form */

.hs-form  {
    display: flex;
    flex-direction: column;
    row-gap: var(--space-s);
}

.hs-form fieldset{
    max-width: none !important;
    display: flex;
    column-gap: var(--space-s);
}

.hs-form ul{
 margin-bottom:0; 
}

.form-columns-1, .form-columns-1 .hs-form-field, fieldset.form-columns-1 .hs-input:not([type=checkbox]):not([type=radio]){
    width: 100% !important;
}



fieldset.form-columns-2 .input, fieldset.form-columns-1 .input {
    margin-right: 0px !important;
}

.hs-form-field label:not(.hs-error-msg) {
   color: var(--teal-900);
    font-family: Onsitestandard, Arial, sans-serif;
    font-size: var(--body-desktop);
    line-height: normal;
    font-weight: 400;
    margin-left: 0;
}

.hs-form-field label:not(.hs-error-msg) {
    display:none;
}

.hs-fieldtype-checkbox.hs-form-field label:not(.hs-error-msg), .legal-consent-container .hs-form-field label:not(.hs-error-msg){
  display:block; 
}

.hs-fieldtype-checkbox.hs-form-field label:not(.hs-error-msg) {
    margin-bottom:10px;
}

#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: 14px 24px 16px !important;
   border-radius: var(--Spacing-space-xxs, 4px);
border: 0.5px solid var(--teal-900, #002F3A);
  width:100%;
  margin-right: 0px !important;
  
}

.hs-form input:focus-visible, .hs-form textarea:focus-visible{
 border:0.5px solid var(--purple-700);
  outline: 0.5px solid var(--purple-700);
}

/* FONTS */

label.hs-form-radio-display span, .hs-form textarea, .hs-fieldtype-select .input  select, #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]) {
     color: var(--teal-900);
    font-family: Onsitestandard, Arial, sans-serif;
    font-size: var(--body-desktop);
}

.hs-button, .hs-button:active, .hs-button:active:not(.inactive):not(.link) {
 color: var(--white, #FFF) !important;
    font-family: Onsiteextended, Arial, sans-serif;
 font-size: 1.25rem;
text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/* TEXTAREA */

.hs-form textarea {
         box-sizing: border-box;
    padding: var(--space-s) var(--space-s) !important;
   border-radius: var(--Spacing-space-xxs, 4px);
border: 0.5px solid var(--teal-900, #002F3A);
    margin-bottom: 0;
  width:100%;
    height: 100px;
}

/* SUBMIT */


.hs-button, .hs-button:active, .hs-button:active:not(.inactive):not(.link) {
         display: flex;
padding: 19px 28px 21px 28px;
justify-content: center;
align-items: center;
align-self: stretch;
border-radius: var(--Spacing-space-xxs, 4px);
background: var(--purple-700, #5369FF);
background: var(--purple-700, color(display-p3 0.3529 0.4039 0.9529));
 border-style: none;
 width: 100%;
}

.hs-button:hover, .hs-button:focus, .hs-button:hover:not(.inactive) {
    background: linear-gradient(0deg, rgba(120, 120, 120, 0.14) 0%, rgba(120, 120, 120, 0.14) 100%), var(--purple-700, #5369FF);
background: linear-gradient(0deg, color(display-p3 0.472 0.472 0.472 / 0.14) 0%, color(display-p3 0.472 0.472 0.472 / 0.14) 100%), var(--purple-700, color(display-p3 0.3529 0.4039 0.9529));
background-blend-mode: multiply, normal; 
}

/* SELECT */

.hs-fieldtype-select .input {
  /*min-width: 350px;*/
  position: relative;
}

.hs-fieldtype-select .input  select, .hs-fieldtype-intl-phone select {
  appearance: none;
  width: 100%;
  color: var(--teal-900);
    font-family: Onsitestandard, Arial, sans-serif;
    font-size: var(--body-desktop);
    line-height: normal;
    font-weight: 400;
   box-sizing: border-box;
    padding: var(--space-s) var(--space-s) !important;
   border-radius: var(--Spacing-space-xxs, 4px);
border: 0.5px solid var(--teal-900, #002F3A);
 
  cursor: pointer;
}

.hs-fieldtype-select .input::before,
.hs-fieldtype-select .input::after {
  --size: 0.4rem;
  content: "";
  position: absolute;
  right: 1rem;
  pointer-events: none;
}

.hs-fieldtype-select .input::before {
      border-left: var(--size) solid transparent;
    border-right: var(--size) solid transparent;
    border-top: var(--size) solid var(--teal-900);
    top: 45%;
}

/* CHECKBOX */

form .hs-form-booleancheckbox-display{
 text-align:left; 
  display: flex;
}
form .legal-consent-container .hs-form-booleancheckbox-display>span {
    display: block;
    margin-left: 0;
}

/* LEGAL CONSENT */

.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: Onsitestandard, Arial, sans-serif;
       font-size: var(--font-sm-desktop);
    line-height: normal !important;
    margin-bottom: 10px;
        color: var(--teal-900);
}

.legal-consent-container{
  
}

.legal-consent-container .inputs-list {
    padding-left: 0px;
    list-style: none;
}

.legal-consent-container .inputs-list li{
    padding-left: 0;
}

    

/* PLACEHOLDER */

form ::placeholder { 
  color: var(--teal-900);
  opacity: 1; 
}

  form :-ms-input-placeholder { 
  color: var(--teal-900);
}

  form ::-ms-input-placeholder { 
  color: var(--teal-900);
}

/*  ERRORMESSAGE */

.hs-error-msg{
     font-family: Onsitestandard, Arial, sans-serif;
    font-size: var(--body-desktop);
    line-height: normal;
    font-weight: 400;
    color: var(--purple-700);
    margin-bottom: 15px;
    margin-left: 0px;
    margin-top: 5px;
}

/* RADIO AND CHECKBOX */

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

label.hs-form-radio-display {
    display: flex;
}

.hs-input[type=radio] {
    width: 20px !important;
    }
.hs-fieldtype-checkbox ul{
  flex-flow: row;
  grid-column-gap: var(--space-s);
    grid-row-gap: 5px;
      flex-wrap: wrap !important;
}

.hs-fieldtype-checkbox li {
    padding-left: 0;
}
.hs-fieldtype-checkbox ul label:not(.hs-error-msg){
  font-size: var(--font-sm-desktop);
}

form [type=checkbox]:checked+span, form [type=checkbox]:not(:checked)+span {
    cursor: pointer;
    padding-left: 20px;
    position: relative;
}

form [type=checkbox]:checked, form [type=checkbox]:not(:checked) {
    left: 0;
    opacity: .01;
    position: absolute;
}

form [type="checkbox"]:not(:checked) + span:after,
  form [type="checkbox"]:checked + span:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: var(--purple-100, #DEE3FF);
    width: 16px;
    height: 16px;
    border-radius: var(--space-xxs, 4px);
    border: 1px solid var(--teal-900, #002F3A);
  }

form [type="checkbox"]:not(:checked) + span:before,
  form [type="checkbox"]:checked + span:before {
    content: '';
    position: absolute;
    top: 3px;
    left: 3px;
    -webkit-transition: all .2s;
    transition: all .2s;
    background-color: transparent;
    width: 10px;
    height: 10px;
    border-radius: 2px;
    z-index:2;
  }

  form [type="checkbox"]:not(:checked) + span:after {
    background-color: var(--purple-100, #DEE3FF);
  }

  form [type="checkbox"]:checked + span:after {
    /*background-color: var(--purple-700);*/
  }

  form [type="checkbox"]:checked + span:before {
    background-color:  var(--teal-900);
  }

  

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

  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 [type="checkbox"]:not(:focus) + span:before,
form [type="checkbox"]:checked + span:before,
  form [type="checkbox"]:focus + span:before,
form [type="checkbox"]:not(:checked) + span:after,
  form [type="checkbox"]:checked + span:after,
form [type="checkbox"]{
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}

/* MOBILE */

 @media screen and (max-width: 767px) {
   .hs-form fieldset {
    row-gap: var(--space-s);
    flex-flow: wrap;
}
   .hs-form-field{
    width:100% !important; 
   }
}

/*.hs-main-font-element{
  color: #000;
    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: #E17341 !important;
}

.colorform .legal-consent-container .hs-error-msgs label {
    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: 1rem;
    line-height:1.5rem;
}
.legal-consent-container label.hs-form-booleancheckbox-display, .legal-consent-container label.hs-form-booleancheckbox-display p {
    font-size: 1rem;
    line-height: 1.3rem;
    margin-bottom:20px;
  color:#fff;
      margin-left: 0;
}


.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: rgba(255, 191, 63, 0.3);
}


.hs-error-msg{
          font-family: Notosans,sans-serif;
    font-size: 1rem;
    font-style: normal;
    font-weight: 300;
    line-height: 1.6rem;
    margin-bottom: 15px;
    margin-left: 33px;
    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: #E17341;
}

.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: #000;
}

.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 {
        color: #000 !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: #fff!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;
}

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


  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: #000;
    line-height: 0;
    -webkit-transition: all .2s;
    transition: all .2s;
        background-color: #fff;
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #f26f4c 64%, hsla(0, 0.00%, 100.00%, 0.00) 67%);
    width: 20px;
    height: 20px;
  }

  form [type="checkbox"]:not(:checked) + span:after {
       
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #f26f4c -500%, hsla(0, 0%, 100%, 0) 0);
  }

  form [type="checkbox"]:checked + span:after {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #f26f4c 64%, hsla(0, 0.00%, 100.00%, 0.00) 67%);
    
  }

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

  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 { 
  color: #000;
  opacity: 1; 
}

  form :-ms-input-placeholder { 
  color: #000;
}

  form ::-ms-input-placeholder { 
  color: #000;
}

.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: #eeebea !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 #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 {
    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: #000 !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: #f26f4c!important;
}

div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner div#hs-eu-policy-wording {
    margin-top: 0px;
  max-width: 100%;
}
  
div#hs-eu-cookie-confirmation div#hs-eu-cookie-confirmation-inner a#hs-eu-confirmation-button {
    background-color: #ffbf3f !important;
    border: 1px solid #425b76!important;
    color: #fff;
    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: #000 !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: #000 !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:70px !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;;
}

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: #ffbf3f !important;
    border: 1px solid #425b76!important;
    color: #000;
    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;
    color: #000 !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;
}

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;

}

@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;
    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;
}
}*/
