/*! 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;
}
@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;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
:root {
  --gray: #f2f2ef;
  --dark-blue: #000;
  --primary-font: roca, sans-serif;
  --secondary-font: Inter, sans-serif;
  --grey-800\<deleted\|variable-a6bf2c07-7bb0-6e25-07d7-cad8813d69ce\>: #313131;
  --black: #000;
  --pink: #f7c0df;
  --light-parrot: #c5d8aa;
  --light-orange: #fcde96;
  --white: white;
  --purple\<deleted\|variable-c2992b10\>: #b184e7;
  --stroke-1-5-px: 1.5px;
  --transparent: #ddd0;
  --lime-green\<deleted\|variable-5fbbdb9e\>: #d5f279;
  --radius-24px: 24px;
  --radius-16-px: 16px;
  --yellow\<deleted\|variable-cc415ca3\>: #f2e356;
  --stroke-1-px: 1px;
  --color: #74b35d;
  --h2-width: 650px;
  --h1-width: 850px;
  --grotesk\<deleted\|variable-1eada308-06df-e01b-c9b6-b0e10d7d2454\>: "Space Grotesk";
}

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

.w-commerce-commercecheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercelayoutcontainer {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.w-commerce-commercelayoutmain {
  flex: 0 800px;
  margin-right: 20px;
}

.w-commerce-commercecheckoutcustomerinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutblockcontent {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 20px;
}

.w-commerce-commercecheckoutlabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutemailinput {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutemailinput::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutemailinput:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingaddresswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutrow {
  margin-left: -8px;
  margin-right: -8px;
  display: flex;
}

.w-commerce-commercecheckoutcolumn {
  flex: 1;
  padding-left: 8px;
  padding-right: 8px;
}

.w-commerce-commercecheckoutshippingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutshippingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutshippingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutshippingmethodswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutshippingmethodslist {
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
}

.w-commerce-commercecheckoutshippingmethoditem {
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  flex-direction: row;
  align-items: baseline;
  margin-bottom: 0;
  padding: 16px;
  font-weight: 400;
  display: flex;
}

.w-commerce-commercecheckoutshippingmethoddescriptionblock {
  flex-direction: column;
  flex-grow: 1;
  margin-left: 12px;
  margin-right: 12px;
  display: flex;
}

.w-commerce-commerceboldtextblock {
  font-weight: 700;
}

.w-commerce-commercecheckoutshippingmethodsemptystate {
  text-align: center;
  background-color: #fff;
  border-bottom: 1px solid #e6e6e6;
  border-left: 1px solid #e6e6e6;
  border-right: 1px solid #e6e6e6;
  padding: 64px 16px;
}

.w-commerce-commercecheckoutpaymentinfowrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutcardnumber {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardnumber::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardnumber:focus, .w-commerce-commercecheckoutcardnumber.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardexpirationdate {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardexpirationdate::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardexpirationdate:focus, .w-commerce-commercecheckoutcardexpirationdate.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutcardsecuritycode {
  -webkit-appearance: none;
  appearance: none;
  cursor: text;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutcardsecuritycode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutcardsecuritycode:focus, .w-commerce-commercecheckoutcardsecuritycode.-wfp-focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingaddresstogglewrapper {
  flex-direction: row;
  display: flex;
}

.w-commerce-commercecheckoutbillingaddresstogglecheckbox {
  margin-top: 4px;
}

.w-commerce-commercecheckoutbillingaddresstogglelabel {
  margin-left: 8px;
  font-weight: 400;
}

.w-commerce-commercecheckoutbillingaddresswrapper {
  margin-top: 16px;
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutbillingfullname {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingfullname::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingfullname:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddress {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddress::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddress:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstreetaddressoptional:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcity {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcity::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcity:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingstateprovince {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingstateprovince::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingstateprovince:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingzippostalcode {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 16px;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingzippostalcode::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingzippostalcode:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutbillingcountryselector {
  -webkit-appearance: none;
  appearance: none;
  background-color: #fafafa;
  border: 1px solid #ddd;
  border-radius: 3px;
  width: 100%;
  height: 38px;
  margin-bottom: 0;
  padding: 8px 12px;
  line-height: 20px;
  display: block;
}

.w-commerce-commercecheckoutbillingcountryselector::placeholder {
  color: #999;
}

.w-commerce-commercecheckoutbillingcountryselector:focus {
  border-color: #3898ec;
  outline-style: none;
}

.w-commerce-commercecheckoutorderitemswrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryblockheader {
  background-color: #fff;
  border: 1px solid #e6e6e6;
  justify-content: space-between;
  align-items: baseline;
  padding: 4px 20px;
  display: flex;
}

.w-commerce-commercecheckoutorderitemslist {
  margin-bottom: -20px;
}

.w-commerce-commercecheckoutorderitem {
  margin-bottom: 20px;
  display: flex;
}

.w-commerce-commercecartitemimage {
  width: 60px;
  height: 0%;
}

.w-commerce-commercecheckoutorderitemdescriptionwrapper {
  flex-grow: 1;
  margin-left: 16px;
  margin-right: 16px;
}

.w-commerce-commercecheckoutorderitemquantitywrapper {
  white-space: pre-wrap;
  display: flex;
}

.w-commerce-commercecheckoutorderitemoptionlist {
  margin-bottom: 0;
  padding-left: 0;
  text-decoration: none;
  list-style-type: none;
}

.w-commerce-commercelayoutsidebar {
  flex: 0 0 320px;
  position: sticky;
  top: 20px;
}

.w-commerce-commercecheckoutordersummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummarylineitem, .w-commerce-commercecheckoutordersummaryextraitemslistitem {
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 8px;
  display: flex;
}

.w-commerce-commercecheckoutsummarytotal {
  font-weight: 700;
}

.w-commerce-commercecartapplepaybutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  align-items: center;
  height: 38px;
  min-height: 30px;
  margin-bottom: 8px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercecartapplepayicon {
  width: 100%;
  height: 50%;
  min-height: 20px;
}

.w-commerce-commercecartquickcheckoutbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  background-color: #000;
  border-width: 0;
  border-radius: 2px;
  justify-content: center;
  align-items: center;
  height: 38px;
  margin-bottom: 8px;
  padding: 0 15px;
  text-decoration: none;
  display: flex;
}

.w-commerce-commercequickcheckoutgoogleicon, .w-commerce-commercequickcheckoutmicrosofticon {
  margin-right: 8px;
  display: block;
}

.w-commerce-commercecheckoutplaceorderbutton {
  color: #fff;
  cursor: pointer;
  -webkit-appearance: none;
  appearance: none;
  text-align: center;
  background-color: #3898ec;
  border-width: 0;
  border-radius: 3px;
  align-items: center;
  margin-bottom: 20px;
  padding: 9px 15px;
  text-decoration: none;
  display: block;
}

.w-commerce-commercecheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

.w-commerce-commerceorderconfirmationcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercecheckoutcustomerinfosummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercecheckoutsummaryitem, .w-commerce-commercecheckoutsummarylabel {
  margin-bottom: 8px;
}

.w-commerce-commercecheckoutsummaryflexboxdiv {
  flex-direction: row;
  justify-content: flex-start;
  display: flex;
}

.w-commerce-commercecheckoutsummarytextspacingondiv {
  margin-right: .33em;
}

.w-commerce-commercecheckoutshippingsummarywrapper, .w-commerce-commercecheckoutpaymentsummarywrapper {
  margin-bottom: 20px;
}

.w-commerce-commercepaypalcheckoutformcontainer {
  background-color: #f5f5f5;
  width: 100%;
  min-height: 100vh;
  padding: 20px;
}

.w-commerce-commercepaypalcheckouterrorstate {
  background-color: #ffdede;
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 10px 16px;
}

@media screen and (max-width: 767px) {
  .w-commerce-commercelayoutcontainer {
    flex-direction: column;
    align-items: stretch;
  }

  .w-commerce-commercelayoutmain {
    flex-basis: auto;
    margin-right: 0;
  }

  .w-commerce-commercelayoutsidebar {
    flex-basis: auto;
  }
}

@media screen and (max-width: 479px) {
  .w-commerce-commercecheckoutemailinput, .w-commerce-commercecheckoutshippingfullname, .w-commerce-commercecheckoutshippingstreetaddress, .w-commerce-commercecheckoutshippingstreetaddressoptional {
    font-size: 16px;
  }

  .w-commerce-commercecheckoutrow {
    flex-direction: column;
  }

  .w-commerce-commercecheckoutshippingcity, .w-commerce-commercecheckoutshippingstateprovince, .w-commerce-commercecheckoutshippingzippostalcode, .w-commerce-commercecheckoutshippingcountryselector, .w-commerce-commercecheckoutcardnumber, .w-commerce-commercecheckoutcardexpirationdate, .w-commerce-commercecheckoutcardsecuritycode, .w-commerce-commercecheckoutbillingfullname, .w-commerce-commercecheckoutbillingstreetaddress, .w-commerce-commercecheckoutbillingstreetaddressoptional, .w-commerce-commercecheckoutbillingcity, .w-commerce-commercecheckoutbillingstateprovince, .w-commerce-commercecheckoutbillingzippostalcode, .w-commerce-commercecheckoutbillingcountryselector {
    font-size: 16px;
  }
}

body {
  background-color: var(--gray);
  color: var(--dark-blue);
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h1 {
  font-family: var(--primary-font);
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: "Source Serif 4";
  font-size: 3.4rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  font-family: var(--primary-font);
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2em;
}

h4 {
  font-family: var(--primary-font);
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.85rem;
  font-weight: 500;
  line-height: 1.3;
}

h5 {
  font-family: var(--primary-font);
  color: var(--dark-blue);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.35rem;
  font-weight: 500;
  line-height: 1.4;
}

h6 {
  font-family: var(--primary-font);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

p {
  font-family: var(--secondary-font);
  margin-bottom: 0;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5em;
}

a {
  color: #ff6b35;
  font-size: 1.1rem;
  font-weight: 500;
  text-decoration: underline;
}

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

li {
  margin-bottom: .85rem;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

blockquote {
  border-left: .25rem solid var(--dark-blue);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
}

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

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

.form-message-success {
  padding: 1.25rem;
}

.text-color-black {
  opacity: 1;
  color: var(--grey-800\<deleted\|variable-a6bf2c07-7bb0-6e25-07d7-cad8813d69ce\>);
}

.fs-styleguide-3-col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.color {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

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

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

.color.yellow {
  background-color: var(--light-orange);
}

.color.white {
  background-color: var(--white);
  border: 2px solid #000;
}

.color.black {
  background-color: var(--black);
}

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

.color.gray {
  background-color: var(--gray);
  border: 1px solid #000;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .1rem solid #000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-family: Space Grotesk;
  font-weight: 600;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.button:hover {
  color: #000;
  background-color: #fff;
  border: .1rem solid #000;
}

.button.is-form-submit {
  border-radius: .75rem;
}

.button.is-secondary {
  background-color: var(--white);
  color: var(--dark-blue);
  cursor: pointer;
  border-width: 1px;
  border-radius: 16px;
  padding: 1rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.button.is-secondary:hover {
  background-color: var(--light-parrot);
  box-shadow: none;
  color: var(--dark-blue);
}

.button.is-secondary.nav {
  background-color: var(--light-parrot);
  border-radius: 12px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.button.is-primary {
  background-color: var(--dark-blue);
  color: var(--white);
  cursor: pointer;
  border-width: 1px;
  border-radius: 16px;
  flex: 1;
  padding: 1rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.button.is-primary:hover {
  background-color: var(--light-parrot);
  color: var(--dark-blue);
}

.button.is-full-width {
  font-family: var(--secondary-font);
  border-radius: 1rem;
  display: block;
}

.button.is-full-width:hover {
  background-color: var(--light-parrot);
}

.button.is-checkout {
  background-color: var(--light-parrot);
  font-family: var(--secondary-font);
  color: var(--dark-blue);
  margin-top: 16px;
}

.style-guide-section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

.style-guide-section-type {
  background-color: var(--purple\<deleted\|variable-c2992b10\>);
  color: var(--dark-blue);
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

.form-wrapper {
  margin-bottom: 0;
}

.form-wrapper.pilot {
  margin-top: 20px;
}

.rich-texts h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.rich-texts h2 {
  font-family: var(--primary-font);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.rich-texts h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.rich-texts h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.rich-texts h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
  font-size: 1.125rem;
}

.rich-texts h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.rich-texts p {
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7em;
}

.rich-texts blockquote {
  margin-bottom: .75rem;
  font-weight: 500;
}

.rich-texts ul {
  margin-bottom: 1rem;
}

.rich-texts li {
  font-family: var(--secondary-font);
  margin-bottom: .75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rich-texts.padding_demo {
  margin-top: 40px;
}

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

.form-input {
  border: 1px solid var(--black);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.text-size-tinky {
  color: #a2a0a3;
  font-size: .85rem;
  line-height: 1.5;
}

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

.align-center {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-styleguide1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 2.85rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.fs-styleguide-2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

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

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

.utility-component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility-form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility-image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

.main-wrap {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.container-medium {
  width: 100%;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.button-text {
  color: #000;
  text-align: center;
  background-color: #0000;
  border-bottom: .1rem solid #0000;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.25rem;
  font-weight: 400;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.button-text:hover {
  border-bottom-color: #000;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.footer-header-wrap {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.footer-bottom-wrap {
  justify-content: space-between;
  align-items: center;
  padding: 32px 0 20px;
  display: flex;
}

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

.style-guiide-header {
  border-bottom: var(--stroke-1-5-px) solid var(--black);
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.style-guide-component {
  margin-bottom: 60px;
}

.footer-line-divider {
  background-color: var(--gray);
  opacity: .53;
  color: #cacaca;
  width: 100%;
  height: 1px;
}

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

.section-header {
  background-color: var(--transparent);
  position: relative;
  overflow: hidden;
}

.section-header.blog-post {
  padding-bottom: 60px;
  position: relative;
  top: 0;
  overflow: visible;
}

.paragraph {
  color: #2c2a2d;
  letter-spacing: -.2px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.85rem;
}

.paragraph.small {
  color: #2c2a2d;
  margin-top: 12px;
  margin-bottom: 0;
  font-size: 14px;
}

.paragraph.small.footer {
  color: #a2a0a3;
  margin-top: 20px;
  font-weight: 500;
}

.button-primary {
  background-color: var(--dark-blue);
  border: 0 #19181a;
  border-radius: 12px;
  padding: 16px 30px;
  font-family: Inter, sans-serif;
  font-weight: 500;
}

.button-primary:hover {
  background-color: var(--dark-blue);
  color: #88ffb8;
}

.hero-image-wrapper {
  position: relative;
  overflow: visible;
}

.blog-collection-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  padding-top: 1.5rem;
  padding-left: 0;
  padding-right: 1.5rem;
  display: flex;
  overflow: visible;
}

.blog-thumbnail-image {
  border: 1px solid var(--black);
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 250px;
  overflow: hidden;
}

.faq-answer-wrap {
  margin-top: 0;
  padding: .25rem 1.5rem;
  overflow: hidden;
}

.faq-answer-wrap.home-two {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 10rem;
}

.faq-list-grid {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.footer-credit-text {
  color: #a2a0a3;
  font-size: .9rem;
}

.footer-left-wrap {
  flex-direction: column;
  display: flex;
}

.footer-social-link {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #a2a0a3;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.footer-form-block {
  max-width: 35rem;
  margin-bottom: 0;
}

.footer-link {
  font-family: var(--secondary-font);
  color: #a2a0a3;
  cursor: pointer;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .9rem;
  text-decoration: none;
  transition: color .4s;
}

.footer-link:hover {
  color: var(--white);
}

.footer-link-list-wrap {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: 1.5rem;
  display: grid;
}

.error-message-wrapper {
  background-color: #b90d0d;
  border-radius: 10px;
  margin-top: 20px;
  padding: 1.2rem 1rem;
}

.footer-legal-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  display: grid;
}

.footer-menu-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
}

.from-input-2 {
  border: 1px solid var(--white);
  color: var(--gray);
  background-color: #0000;
  border-radius: 10px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.from-input-2:focus {
  border-color: #fff;
}

.from-input-2::placeholder {
  color: var(--gray);
}

.footer-social-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.footer-logo-link {
  width: 130px;
  padding-left: 0;
}

.footer-legal-link {
  color: #a2a0a3;
  cursor: pointer;
  font-size: .875rem;
  text-decoration: underline;
  transition: color .4s;
}

.footer-legal-link:hover {
  color: var(--lime-green\<deleted\|variable-5fbbdb9e\>);
}

.footer-top-wrap {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.success-message-wrapper {
  background-color: var(--grey-800\<deleted\|variable-a6bf2c07-7bb0-6e25-07d7-cad8813d69ce\>);
  border-radius: 10px;
  margin-top: 20px;
  padding: 1.2rem 1.5rem;
}

.line-horizontal {
  background-color: var(--dark-blue);
  align-self: center;
  width: 100%;
  height: 1px;
  margin-bottom: 0;
}

.blog-card {
  border: 1.25px solid var(--dark-blue);
  border-radius: var(--radius-24px);
  cursor: pointer;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 20px 16px;
  text-decoration: none;
  transition: box-shadow .4s, transform .3s;
  display: flex;
  overflow: hidden;
}

.blog-card:hover {
  box-shadow: 4px 7px 0 0 var(--dark-blue);
  transform: translate(0, -5px);
}

.footer-header {
  font-family: var(--primary-font);
  color: #fff;
  margin-bottom: 10px;
  font-weight: 500;
}

.hero-cta-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: .5rem;
  display: flex;
}

.blog-header-grid {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: block;
}

.blog-image {
  border: 2px solid var(--dark-blue);
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.footer-section {
  background-color: var(--dark-blue);
}

.big-paragraph {
  font-family: var(--secondary-font);
  color: var(--dark-blue);
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7em;
}

.paragraph-small {
  color: var(--dark-blue);
  font-size: 1rem;
  font-weight: 400;
}

.navbar-link {
  color: var(--black);
  padding: 10px 16px;
  font-size: 1rem;
  font-weight: 500;
}

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

.navbar-link.w--current {
  border: 1px solid var(--dark-blue);
  color: var(--dark-blue);
  border-radius: 10px;
  padding: 6px 12px;
}

.navbar-link.hide-desktop {
  display: block;
}

.section-tittle.faq {
  margin-bottom: 1.2rem;
}

.padding-global {
  margin-left: auto;
  margin-right: auto;
  padding-left: 5%;
  padding-right: 5%;
}

.padding-section-large {
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.padding-section-large.top-padding-off {
  padding-top: 0;
}

.padding-section-large.bottom-padding-off {
  padding-bottom: 0;
}

.padding-section-large.feature {
  padding-top: 6rem;
}

.padding-section-large.contact {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.padding-section-large.pricing, .padding-section-large.blog {
  padding-top: 6rem;
}

.padding-section-large.feature {
  width: auto;
  height: auto;
  padding-bottom: 2rem;
}

.max-width-medium {
  max-width: 30rem;
}

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

.margin-bottom.margin-x-small {
  padding-top: 16px;
  padding-bottom: 8px;
}

.margin-bottom.margin-large {
  margin-bottom: 3rem;
}

.margin-bottom.margin-small {
  margin-bottom: 1rem;
}

.margin-bottom.margin-medium {
  margin-bottom: 1.5rem;
}

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

.margin-top.margin-small {
  margin-top: 2rem;
}

.padding-section-medium {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section-blog {
  z-index: 56;
  background-color: var(--transparent);
  position: relative;
  overflow: hidden;
}

.heading-style-h4 {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-weight: 500;
  line-height: 1.1;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar-logo-link {
  padding-left: 0;
}

.navbar-menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar-menu.is-page-height-tablet {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
}

.navbar-dropdown-toggle {
  grid-column-gap: .5rem;
  color: var(--black);
  align-items: center;
  padding: .5rem 1rem;
  font-size: 1.125rem;
  display: flex;
}

.navbar-dropdown-toggle.w--open {
  padding-right: 1rem;
}

.navbar-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar-menu-button {
  padding: 0;
}

.navbar-button-wrapper {
  grid-column-gap: .2rem;
  grid-row-gap: .2rem;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.navbar-dropdown-link {
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: .9rem;
  font-weight: 500;
  line-height: .9;
}

.navbar-dropdown-link:hover {
  text-decoration: underline;
}

.navbar-dropdown-link.w--current {
  color: var(--dark-blue);
  margin-bottom: .75rem;
}

.navbar-dropdown-list.w--open {
  border: 2px solid var(--dark-blue);
  background-color: #fff;
  border-radius: .5rem;
  padding: 1rem 3rem .5rem .75rem;
  display: block;
  position: absolute;
}

.nav-component {
  border-top: 0 solid #000;
  border-bottom: var(--stroke-1-px) solid var(--dark-blue);
  background-color: var(--gray);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding: 1.25rem 4%;
  display: flex;
  position: sticky;
  top: 0;
}

.dropdown-text {
  font-size: 1rem;
  font-weight: 500;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.heading-style-h3 {
  font-family: var(--primary-font);
  font-size: 2.6rem;
  line-height: 1.3;
}

.section-pricing-header {
  background-color: var(--transparent);
  overflow: visible;
}

.pricing-container-single {
  border-radius: var(--radius-24px);
  background-color: var(--white);
  box-shadow: 12px 12px 0 0 var(--black);
  border: 1px solid #000;
  padding: 40px 32px;
}

.pricing-container-single.pricing_bgcolor_01 {
  background-color: #d7e7f5;
}

.price-list-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  margin-top: 32px;
  display: flex;
}

.pricing-single-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  margin-bottom: 10px;
  display: flex;
}

.section-blog-content {
  z-index: 55;
  background-color: var(--gray);
  position: static;
}

.blog-image-container {
  height: 560px;
}

.heading-style-h2 {
  font-family: roca, sans-serif;
  font-size: 2.6rem;
  line-height: 1.1;
}

.paragraph-large {
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5em;
}

.max-width-large-2 {
  max-width: 48rem;
}

.home-two-single-faq {
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 14px;
  padding: 20px;
}

.integration-list {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.single-integration {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: var(--stroke-1-5-px) solid black;
  border-radius: var(--radius-16-px);
  background-color: var(--white);
  flex-direction: column;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
}

.section-integration-details-header {
  background-color: var(--gray);
  position: relative;
  top: 0;
}

.integration-details-header {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: var(--stroke-1-5-px) solid black;
  border-radius: var(--radius-16-px);
  background-color: var(--light-orange);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 32px 40px;
  display: grid;
}

.integration-details-icon {
  width: 120px;
}

.int-details-heading-left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: flex-start;
  display: flex;
}

.integration-container {
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
}

.integration-content-wrap {
  align-self: flex-start;
}

.section-integration-details {
  z-index: 50;
  background-color: var(--gray);
  position: relative;
}

.integration-details-wrapper {
  padding-bottom: 4rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

.form-label-text {
  font-family: var(--secondary-font);
  margin-bottom: .5rem;
  font-weight: 400;
}

.form-input-field {
  border: 1px solid #000;
  border-radius: 6px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.section-more-integration {
  z-index: 45;
  background-color: var(--transparent);
  position: relative;
}

.section-blog-header {
  background-color: var(--transparent);
}

.pricing-collection-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.pricing-type {
  font-family: var(--primary-font);
  font-size: 1.5rem;
  font-weight: 600;
}

.pricing-value {
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 1em;
}

.section-pricing-details {
  background-color: var(--transparent);
  position: relative;
}

.pricing-detail-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
  position: relative;
}

.pricing-single-details-wrapper {
  position: relative;
}

.choose-plan-wrapper {
  background-color: var(--pink);
  border: 2px solid #000;
  border-radius: 12px;
  padding: 40px 44px 60px;
  position: sticky;
  top: 40px;
}

.duration-select-option {
  margin-bottom: 30px;
}

.section-privacy-header {
  background-color: var(--pink);
}

.pricing-check-icon {
  width: 28px;
}

.select-field {
  background-color: var(--transparent);
  color: var(--dark-blue);
  border: 0 #000;
  height: 56px;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 600;
}

.pricing-select-wrap {
  border: 2px solid #000;
  border-radius: 12px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
}

.quantity, .field-label {
  display: none;
}

.default-state {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label-2 {
  display: none;
}

.section-checkout-header {
  background-color: var(--light-parrot);
}

.section-checkout-details {
  background-color: var(--gray);
  padding-top: 80px;
  padding-bottom: 60px;
}

.checkout-form {
  background-color: var(--transparent);
  margin-bottom: 0;
}

.item-text-wrap {
  display: none;
}

.item-type {
  margin-bottom: 8px;
}

.checkout-price {
  font-size: 1.25rem;
  font-weight: 600;
}

.paypal-label, .paypal-address {
  font-weight: 500;
}

.quantity-text {
  display: block;
}

.section-order {
  background-color: var(--gray);
  padding-top: 40px;
  padding-bottom: 40px;
}

.order-confirmation {
  background-color: var(--gray);
}

.figure-caption {
  margin-top: 1rem;
  font-weight: 500;
}

._404-content-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.align-center-2 {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.padding-global-2 {
  padding-left: 6%;
  padding-right: 6%;
}

.page-wrapper-2 {
  height: 100vh;
  overflow: visible;
}

._404-heading {
  color: var(--dark-blue);
  text-transform: uppercase;
  white-space: nowrap;
  object-fit: fill;
  align-items: center;
  font-size: 15vw;
  font-weight: 600;
  line-height: 1;
  display: flex;
  overflow: visible;
}

.padding-verticle-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.padding-section-large-2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.license-heading {
  margin-bottom: 2rem;
}

.license-item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 3rem;
  display: grid;
}

.padding-section-large-3, .padding-section-large-4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.duration-wrapper {
  margin-left: 0;
}

.container {
  margin-left: auto;
  margin-right: auto;
}

.section-data {
  background-color: var(--transparent);
  height: auto;
  position: relative;
  top: auto;
  overflow: visible;
}

.max-width-medium-2 {
  max-width: 52rem;
}

.marketing-content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
}

.sp-feature-tittle-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  font-size: 1rem;
  display: flex;
}

.campaign-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 28px;
  margin-bottom: 32px;
  display: flex;
}

.icon-25-px {
  width: 25px;
}

.marketing-content-container {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: block;
}

.marketing-image {
  margin-top: 0;
  display: inline-block;
}

.cta-component {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: row;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.cta-section {
  border: 1px none var(--dark-blue);
  background-color: var(--light-parrot);
  color: var(--dark-blue);
  background-image: url('../images/Arrow-8.svg');
  background-position: 100% 0;
  background-repeat: repeat-y;
  background-size: contain;
  border-radius: 0;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.faq-section-wrap {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.faq-icon-2 {
  border: 1px #000;
  border-radius: 20px;
  flex: none;
  align-self: flex-start;
  width: 20px;
  margin-top: 10px;
  margin-left: 0;
}

.home-o1-faq-component {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 56rem;
  display: flex;
}

.faq-question-wrap-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  padding: 0 0 0;
  display: flex;
}

.pargraph-large-2 {
  font-family: var(--secondary-font);
  color: var(--grey-800\<deleted\|variable-a6bf2c07-7bb0-6e25-07d7-cad8813d69ce\>);
  margin-bottom: 0;
  font-size: .9rem;
}

.faq-text-2 {
  font-family: Space Grotesk;
  font-size: 1.9rem;
  font-weight: 700;
  line-height: 1.3;
}

.faq-section {
  background-color: var(--transparent);
  overflow: hidden;
}

.feature-hero-grid {
  grid-column-gap: 23px;
  grid-row-gap: 23px;
  grid-template-rows: auto;
  grid-template-columns: 1.15fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.section-teammember {
  position: relative;
}

.team-component-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.team-heading-wrap {
  max-width: 20rem;
  position: sticky;
  top: 25px;
}

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

.single-teammember-wrap {
  border: var(--stroke-1-5-px) solid black;
  border-radius: var(--radius-16-px);
  background-color: var(--white);
  width: 100%;
  text-decoration: none;
  overflow: hidden;
}

.team-member-img {
  border-bottom: var(--stroke-1-5-px) solid black;
  object-fit: cover;
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  width: 100%;
  height: 240px;
}

.member-info-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  padding: 24px 20px 24px 24px;
  display: flex;
}

.member-name {
  font-family: var(--primary-font);
  font-size: 1.6rem;
  font-weight: 500;
}

.sticky-tittle {
  position: sticky;
  top: 32px;
}

.pricing-tab-component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: visible;
}

.pricing-heading-wrapper-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 40px;
  display: flex;
}

.price-tabs-menu {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--white);
  border: 1px solid #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  padding: 6px 8px;
  display: flex;
}

.price-tab-link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  background-color: var(--white);
  justify-content: flex-start;
  align-items: center;
  padding: 14px 32px;
  font-size: 1rem;
  display: flex;
}

.price-tab-link.w--current {
  font-family: var(--secondary-font);
  color: #fff;
  background-color: #19181a;
  border-radius: 8px;
}

.section-contact-form {
  position: relative;
}

.contact-form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.call-number {
  margin-bottom: 0;
  font-weight: 600;
}

.contact-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.bttn-primary {
  text-align: center;
  background-color: #09051a;
  border-radius: 12px;
  padding: 24px 38px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.111em;
}

.bttn-primary:hover {
  border: var(--stroke-1-5-px) solid var(--black);
  background-color: var(--light-parrot);
  color: var(--black);
}

.bttn-primary.subscribe {
  background-color: var(--color);
  font-family: var(--secondary-font);
  color: var(--dark-blue);
  padding-top: 18px;
  padding-bottom: 18px;
  font-weight: 600;
}

.heading-style-h2-2 {
  font-size: 3.5rem;
  font-weight: 600;
}

.heading-style-h2-2.contact-heading {
  font-size: 2.3rem;
}

.contact-single-input {
  align-self: stretch;
  width: 100%;
}

.contact-form-wrapper {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: .9fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 200px;
  padding-right: 200px;
  display: flex;
  position: relative;
}

.contact-form-container {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 16px;
  width: 100%;
  padding: 48px;
  box-shadow: 8px 11px #19181a;
}

.contact-icon {
  width: 24px;
}

.contact-text-wrapper {
  max-width: 30rem;
}

.contact-form-label {
  margin-bottom: .5rem;
  font-weight: 500;
}

.form-input-field-2 {
  color: #0d0e10;
  border: 1.5px solid #19181a;
  border-radius: 10px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.form-input-field-2:focus-visible, .form-input-field-2[data-wf-focus-visible], .form-input-field-2:lang(en) {
  color: #0d0e10;
}

.form-input-field-2.message-field {
  padding-bottom: 100px;
}

.form-input-field-2.message-field:focus-visible, .form-input-field-2.message-field[data-wf-focus-visible] {
  color: #0d0e10;
}

.nav-logo {
  width: 150px;
  margin-bottom: 4px;
}

.checkout-block-header {
  border-bottom-color: var(--dark-blue);
  padding: 30px 40px 20px;
}

.checkout-card-wrap {
  border: 1.5px solid var(--dark-blue);
  border-radius: 16px;
  overflow: hidden;
}

.checkout-card-wrap.summary {
  border-bottom-style: none;
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.checkout-card-wrap.order-summary {
  border-bottom-style: none;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  margin-bottom: 0;
}

.checkout-block-content {
  border-bottom: 1.5px none var(--dark-blue);
  background-color: var(--white);
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.checkout-input {
  border-width: 1.5px;
  border-color: #000;
  border-radius: 6px;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
}

.checkout-input.select {
  margin-bottom: 6px;
}

.checkout-input.card-number {
  height: 40px;
}

.billing-check-mark-wrap {
  justify-content: flex-start;
  align-items: center;
}

.checkbox {
  border: 1.5px solid var(--dark-blue);
  width: 16px;
  height: 16px;
  margin-top: 0;
}

.checkbox-label {
  margin-top: 4px;
}

.checkout-button-wrap {
  background-color: var(--white);
  border: 1.5px solid #000;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  padding: 30px 40px 20px;
}

.apple-pay {
  border-radius: 16px;
}

.paypal-checkout {
  padding-top: 80px;
  padding-bottom: 80px;
}

.checkout-tittle {
  font-size: 3.25rem;
}

.order-item-wrap {
  margin-left: 0;
}

.pricing-tab-content {
  overflow: visible;
}

.cta-description {
  color: var(--grey-800\<deleted\|variable-a6bf2c07-7bb0-6e25-07d7-cad8813d69ce\>);
  padding-top: 12px;
}

.max-width-btn--left {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: 0;
  margin-right: auto;
  padding-top: 40px;
}

.cita-content-block {
  text-align: left;
  width: 50%;
}

.cta-thumbnail-block {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  justify-content: flex-end;
  align-items: center;
  width: 50%;
  display: flex;
}

.cta-sm-image-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cta-xl-image-wrapper {
  box-shadow: none;
}

.cta-sm-absolute-icon-top-wrapper {
  position: absolute;
  inset: -75px auto auto 0%;
}

.section-padding {
  z-index: 0;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.section-padding.footer {
  padding-top: 6rem;
  padding-bottom: 2rem;
}

.section-heading-description {
  color: var(--grey-800\<deleted\|variable-a6bf2c07-7bb0-6e25-07d7-cad8813d69ce\>);
  text-align: center;
  margin-top: 25px;
  font-weight: 400;
  line-height: 1.7;
}

.section-heading-description.removee-top-margin {
  margin-top: 0;
}

.heading-title-fit-content {
  width: var(--h2-width);
  margin-left: auto;
  margin-right: auto;
}

.heading-title-fit-content.text-align-center {
  text-align: center;
  width: 650px;
}

.heading-title-fit-content.h1--max-width {
  width: var(--h1-width);
}

.card-price-checklist-text {
  font-weight: 500;
}

.price-card-button-block {
  margin-top: 40px;
}

.price-card-tag-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.card-price-value-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 16px;
  margin-bottom: 16px;
  display: flex;
}

.card-price-value-monthly-text {
  font-family: var(--grotesk\<deleted\|variable-1eada308-06df-e01b-c9b6-b0e10d7d2454\>);
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-weight: 700;
}

.main-heading {
  padding-bottom: 18px;
  line-height: 1.1;
}

.paragraph-3 {
  color: var(--grey-800\<deleted\|variable-a6bf2c07-7bb0-6e25-07d7-cad8813d69ce\>);
  padding-bottom: 20px;
  font-family: Inter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.recent-blog-block {
  margin-top: 7rem;
}

.recent-blog-title-block {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.recent-blog-description {
  margin-top: 18px;
  font-family: Inter, sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}

.recent-blog-title-wrapper {
  width: 50%;
}

.recent-blog-collection-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.recent-blog-card-wrapper, .collection-list-wrapper {
  margin-top: 60px;
}

.blog-details-content-wrapper {
  margin-bottom: 100px;
}

.cta-sm-image {
  width: 220px;
}

.success-message {
  color: var(--white);
  font-size: .9rem;
  line-height: 1.5;
}

.error-message {
  font-family: var(--grotesk\<deleted\|variable-1eada308-06df-e01b-c9b6-b0e10d7d2454\>);
  color: var(--white);
  text-align: center;
  line-height: 1.4;
}

.image-cover {
  object-fit: cover;
  border-radius: 100px;
  width: 100%;
  height: 100%;
}

.row-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.paragraph-small-2 {
  letter-spacing: -.08px;
  font-size: 14px;
  line-height: 24px;
}

.paragraph-small-2.text-color-gray-600 {
  font-family: var(--secondary-font);
  color: var(--grey-800\<deleted\|variable-a6bf2c07-7bb0-6e25-07d7-cad8813d69ce\>);
}

.testimonial-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--light-orange);
  border: 1px solid #000;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding: 32px;
  display: flex;
  box-shadow: 0 2px 1.5px .5px #95a0b229;
}

.subheading-small {
  letter-spacing: -.08px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.subheading-small.text-color-black {
  opacity: 100;
  font-family: var(--secondary-font);
  color: var(--black);
  font-size: 16px;
}

.paragraph-x-large {
  font-size: 20px;
  line-height: 32px;
}

.paragraph-x-large.text-color-gray-950 {
  font-family: var(--secondary-font);
  color: #252527;
}

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

.avatar-squared-regular {
  background-color: #f5f5f6;
  border: .5px #e6e6e7;
  border-radius: 100px;
  width: 48px;
  height: 48px;
  padding: 4px;
  overflow: hidden;
}

.icon-small {
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.title-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.section-large {
  padding: 108px 5%;
  position: relative;
}

.section-large.background-gray-50 {
  background-color: var(--gray);
  padding-bottom: 108px;
  padding-left: 0%;
  padding-right: 0%;
}

.faq-section-2 {
  background-color: #ddd0;
  display: block;
  overflow: hidden;
}

.padding-global-5 {
  margin-left: auto;
  margin-right: auto;
  padding-left: 7%;
  padding-right: 7%;
}

.container-large-5 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.pargraph-large-3 {
  color: #2c2a2d;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 36px;
}

.section-tittle-2.faq {
  font-family: var(--primary-font);
  max-width: 40rem;
  margin-bottom: 1.5rem;
}

.home-o1-faq-component-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 60rem;
  display: flex;
}

.faq-text-3 {
  font-family: var(--primary-font);
  font-size: 1.8rem;
  font-weight: 500;
  line-height: 1.5;
}

.faq-icon-3 {
  align-self: flex-start;
  width: 1.25rem;
  margin-top: 10px;
  margin-left: 0;
}

.faq-question-wrap-3 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 0;
  padding: 1rem 0 .5rem;
  display: flex;
}

.home-two-single-faq-2 {
  border: 1px solid var(--black);
  border-radius: var(--radius-16-px);
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
}

.home-two-single-faq-2.first {
  border-width: 1px;
  border-top-style: solid;
  border-top-color: var(--black);
  border-right-style: solid;
  border-right-color: var(--black);
  border-left-style: solid;
  border-left-color: var(--black);
  border-radius: var(--radius-16-px);
  padding-bottom: 4px;
  padding-left: 20px;
  padding-right: 20px;
}

.contact-info-wrap {
  grid-column-gap: 19px;
  grid-row-gap: 19px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.contact-bg {
  z-index: -1;
  border-bottom: var(--stroke-1-5-px) solid var(--black);
  background-color: var(--pink);
  height: 58%;
  position: absolute;
  inset: 0%;
}

.success-message-2 {
  background-color: var(--pink);
  border-radius: 12px;
}

.map {
  border: 1px solid var(--dark-blue);
  border-radius: 12px;
}

.text-italian {
  font-style: italic;
  font-weight: 500;
}

.author-name-2 {
  color: #081717;
  text-align: left;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 170%;
}

.testimonial-author-image {
  border-radius: 100px;
  width: 40px;
  height: 40px;
}

.testimonial-author-image.style-02 {
  border: 1px solid #000;
  border-radius: 100px;
  width: 60px;
  height: 60px;
  display: block;
}

.quote-mischa {
  font-family: var(--secondary-font);
  color: var(--dark-blue);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  font-weight: 400;
  line-height: 130%;
}

.testimonial-author {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  padding-top: 20px;
  display: flex;
}

.testimonial-author.style-02 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  padding-top: 0;
  display: flex;
}

.single-testimonial-slider {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  align-items: center;
  padding-top: 20px;
  padding-left: 100px;
  padding-right: 100px;
  display: flex;
  position: relative;
}

.tesimonial-quote-left {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.tesimonial-quote-right {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
}

.author-name-wrapper {
  flex-flow: column;
  display: flex;
}

.author-name-wrapper.style-02 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .1rem solid #000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-weight: 600;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.button-2:hover {
  color: #000;
  background-color: #fff;
  border: .1rem solid #000;
}

.button-2.is-primary {
  background-color: var(--dark-blue);
  font-family: var(--secondary-font);
  color: var(--white);
  cursor: pointer;
  border-width: 1px;
  border-radius: 16px;
  flex: 0 auto;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  font-weight: 500;
}

.button-2.is-primary:hover {
  background-color: var(--light-parrot);
  color: var(--dark-blue);
}

.button-2.is-primary.info {
  background-color: var(--gray);
  color: var(--dark-blue);
  border-style: dashed;
}

.mail {
  width: 500px;
  height: 420px;
}

.mail.larger {
  height: 480px;
}

.grid-01 {
  grid-column-gap: 88px;
  grid-row-gap: 88px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  width: 100%;
  display: grid;
  position: sticky;
  top: 50px;
}

.grid-01.tab {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-columns: 1.85fr 1fr;
}

.tagline {
  padding-bottom: 10px;
  font-size: .9rem;
  font-weight: 400;
}

.grid_usp {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 60px;
  margin-bottom: 40px;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.layout9_item {
  display: flex;
}

.layout9_item-icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.icon_usp {
  color: var(--color);
  width: 2rem;
  height: 2rem;
}

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

.zo_werkt_het {
  font-size: 19px;
  font-weight: 400;
}

.text-mark {
  background-image: url('../images/linemark.svg');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
}

.section_list {
  margin-top: 60px;
  margin-bottom: 60px;
}

.grid_list {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.list_item_holder {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.list-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.list_item_icon {
  flex: none;
  align-self: flex-start;
  margin-right: .5rem;
}

.icon_list {
  width: 27px;
}

.image_16x9 {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  border: 1px solid #000;
  border-radius: 10px;
}

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

.section-2.pd-top-150px---bottom-150px {
  padding-top: 60px;
  padding-bottom: 150px;
}

.container-35 {
  margin-left: auto;
  margin-right: auto;
}

.mg-bottom-54px {
  margin-bottom: 54px;
}

.mg-bottom-0 {
  margin-bottom: 0;
  font-size: 15px;
  font-weight: 600;
}

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

.card {
  background-color: #fff;
  border: 3px solid #0b0b0b;
  border-radius: 24px;
  text-decoration: none;
}

.card.link-card {
  color: #393939;
  transform-style: preserve-3d;
  min-height: 400px;
  text-decoration: none;
  transition: box-shadow .3s, transform .3s, color .3s;
}

.card.link-card:hover {
  transform: translate3d(0, -10px, .01px);
  box-shadow: 10px 10px #0b0b0b;
}

.image-wrapper---br-top {
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  overflow: hidden;
  transform: translate(0);
}

.image-2 {
  width: 100%;
  height: 100%;
}

.image-2.width-100.usp {
  background-color: #eceae8;
  border-bottom: 3px solid #000;
  height: 100%;
  padding: 0;
}

.pd---content-inside-card {
  padding: 35px 40px 40px;
}

.display-4 {
  color: #0b0b0b;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.429em;
}

.text-no-wrap {
  white-space: nowrap;
  font-size: 17px;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: .1rem solid #000;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.25rem;
  font-weight: 600;
  transition: all .45s cubic-bezier(.215, .61, .355, 1);
}

.button-3:hover {
  color: #000;
  background-color: #fff;
  border: .1rem solid #000;
}

.button-3.secondary {
  color: #000;
  background-color: #fcfbf3;
  margin-left: 1em;
  box-shadow: inset 0 0 0 2px #131617;
}

.button-3.secondary.w--current {
  color: #131617;
  background-color: #fcfbf3;
  box-shadow: inset 0 0 0 2px #131617;
}

.button-3.is-secondary {
  background-color: var(--white);
  color: var(--dark-blue);
  cursor: pointer;
  border-width: 1px;
  border-radius: 16px;
  padding: 1rem 1.5rem;
  font-family: Inter, sans-serif;
  font-size: 1.15rem;
  font-weight: 500;
}

.button-3.is-secondary:hover {
  background-color: var(--light-parrot);
  box-shadow: none;
  color: var(--dark-blue);
}

.button-3.is-secondary.nav {
  background-color: var(--light-parrot);
  border-radius: 12px;
  padding-top: .75rem;
  padding-bottom: .75rem;
  font-size: 1rem;
}

.button-3.is-full-width {
  border-radius: 1rem;
  display: block;
}

.button-3.is-full-width:hover {
  background-color: var(--light-parrot);
}

.mobile-menu-toggle {
  cursor: pointer;
  width: 48px;
  height: 48px;
  margin-left: auto;
  display: none;
  position: relative;
}

.usp {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr;
  margin-top: 0;
  padding-bottom: 20px;
}

.sticky-wrapper {
  position: relative;
}

.image_text {
  font-family: var(--primary-font);
  text-align: center;
  font-size: .9rem;
}

.image_placeholder {
  font-family: var(--primary-font);
  text-align: center;
  margin-top: 10px;
  font-size: .9rem;
}

.section-text {
  z-index: 50;
  max-width: 1000px;
  margin: 40px auto;
  position: relative;
}

.quote {
  background-color: var(--light-parrot);
  border: 1px solid #000;
  border-radius: 10px;
  margin-top: 40px;
  padding: 20px;
}

.banner10_component {
  border-bottom-style: solid;
  border-bottom-width: 1px;
  position: relative;
}

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

.card-price-value-monthly-text-2 {
  margin-bottom: 6px;
  font-size: 1.2rem;
  font-weight: 700;
}

.section_blog, .section_result {
  margin-top: 60px;
  margin-bottom: 60px;
}

.text_result {
  font-family: var(--primary-font);
  text-align: center;
  margin-bottom: 30px;
  font-size: 1.7rem;
}

.body {
  background-color: var(--transparent);
}

.video_tutorial {
  border: 1px solid #000;
  border-radius: 0;
  margin-top: 40px;
}

.demo_intro, .demo_description {
  margin-top: 40px;
}

.padding_bottom {
  margin-bottom: 40px;
}

.padding-video {
  margin-left: auto;
  margin-right: auto;
  padding-left: 20%;
  padding-right: 20%;
}

.navbar_dropdown.w--open {
  background-color: var(--gray);
  border: 1px solid #000;
  border-radius: 10px;
}

.subnavbar {
  color: var(--black);
  padding: 10px 16px;
  font-size: 1rem;
  font-weight: 500;
}

.subnavbar:hover {
  text-decoration: underline;
}

.subnavbar.w--current {
  border: 1px none var(--dark-blue);
  color: var(--dark-blue);
  border-radius: 10px;
  padding: 8px 12px;
}

.subnavbar.hide-desktop {
  display: block;
}

.pricing_info {
  font-family: var(--secondary-font);
  max-width: 600px;
  margin-top: 40px;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.7;
}

.demo_tekst {
  text-align: center;
  margin-bottom: 20px;
}

.blog-section {
  background-color: var(--transparent);
  position: relative;
  overflow: hidden;
}

.blog-section.blog-post {
  padding-bottom: 60px;
  position: relative;
  top: 0;
  overflow: visible;
}

.padding-section-large-copy {
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.padding-section-large-copy.top-padding-off {
  padding-top: 0;
}

.padding-section-large-copy.bottom-padding-off {
  padding-bottom: 0;
}

.padding-section-large-copy.feature {
  padding-top: 6rem;
}

.padding-section-large-copy.contact {
  padding-top: 6rem;
  padding-bottom: 4rem;
}

.padding-section-large-copy.pricing, .padding-section-large-copy.blog {
  padding-top: 6rem;
}

.padding-section-large-copy.feature {
  width: auto;
  height: auto;
  padding-bottom: 2rem;
}

.container-blog {
  width: 100%;
  max-width: 650px;
  margin: 60px auto;
}

.blog_image {
  border-radius: 15px;
  max-width: 650px;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 0 2px 5px 3px #0003;
}

.terug_overzicht {
  margin-bottom: 20px;
}

.terug_tekst {
  color: gray;
  font-family: Inter, sans-serif;
  font-size: .9rem;
}

.blog_title {
  margin-top: 40px;
  margin-bottom: 20px;
  font-family: roca, sans-serif;
  font-size: 3rem;
  font-weight: 400;
}

.blog_intro {
  color: #747474;
  margin-bottom: 30px;
  font-size: 1rem;
  font-style: italic;
  font-weight: 300;
  line-height: 1.9;
}

.rich-texts-blog h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
  font-size: 2.2rem;
}

.rich-texts-blog h2 {
  font-family: var(--primary-font);
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-size: 2rem;
}

.rich-texts-blog h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.8rem;
}

.rich-texts-blog h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.rich-texts-blog h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
  font-size: 1.125rem;
}

.rich-texts-blog h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.rich-texts-blog p {
  margin-bottom: 1.25rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7em;
}

.rich-texts-blog blockquote {
  margin-bottom: .75rem;
  font-weight: 500;
}

.rich-texts-blog ul {
  margin-bottom: 1rem;
}

.rich-texts-blog li {
  font-family: var(--secondary-font);
  margin-bottom: .75rem;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rich-texts-blog.padding_demo {
  margin-top: 40px;
}

.link {
  font-size: 1.1rem;
}

@media screen and (min-width: 1280px) {
  .max-width-medium {
    max-width: 32rem;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1.5rem;
  }

  .cta-component {
    padding-left: 10px;
    padding-right: 10px;
  }

  .contact-text-wrapper {
    max-width: 30rem;
  }

  .checkout-tittle {
    font-size: 3.25rem;
  }

  .cita-content-block {
    width: 55%;
  }

  .cta-thumbnail-block {
    width: 45%;
  }

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

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

@media screen and (min-width: 1440px) {
  h1 {
    font-size: 4.5rem;
    line-height: 1.1;
  }

  h2 {
    font-size: 3.5rem;
  }

  h5 {
    font-size: 1.35rem;
    line-height: 1.4;
  }

  p {
    font-weight: 400;
  }

  .text-color-black {
    opacity: 100;
    color: var(--black);
  }

  .button.is-secondary.nav {
    border-radius: 12px;
    font-size: 1rem;
  }

  .container-medium {
    max-width: 64rem;
  }

  .hero-content-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .section-header {
    overflow: hidden;
  }

  .section-header.blog-post {
    padding-bottom: 72px;
  }

  .hero-image-wrapper {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .faq-answer-wrap {
    padding-bottom: 0;
  }

  .faq-answer-wrap.home-two {
    padding-right: 4rem;
  }

  .footer-form-block {
    max-width: 24rem;
  }

  .line-horizontal {
    height: 1.5px;
  }

  .blog-card {
    border-width: 1px;
  }

  .padding-section-large.bottom-padding-off {
    padding-bottom: 0;
  }

  .padding-section-large.contact {
    padding-bottom: 5rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: 3.5rem;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1.5rem;
  }

  .heading-style-h4 {
    font-size: 2rem;
    line-height: 1.2;
  }

  .nav-component {
    border-top-style: none;
    border-top-width: 0;
    border-bottom-width: 1.5px;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-style-h3 {
    font-size: 2.8rem;
  }

  .pricing-single-list {
    margin-bottom: 14px;
  }

  .heading-style-h2 {
    font-size: 3.5rem;
  }

  .home-two-single-faq {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .form-label-text {
    margin-bottom: .5rem;
  }

  .form-input-field {
    border: 1px solid #000;
    border-radius: 6px;
  }

  .pricing-collection-list {
    align-content: space-between;
  }

  .section-pricing-details {
    position: relative;
  }

  .order-confirmation {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .section-data {
    padding-bottom: 100px;
  }

  .marketing-content {
    height: auto;
    margin-bottom: 0;
  }

  .sp-feature-tittle-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 8px;
  }

  .campaign-content {
    margin-bottom: 32px;
    padding-right: 40px;
  }

  .icon-25-px {
    width: 48px;
  }

  .marketing-content-container {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    display: flex;
    position: relative;
  }

  .faq-question-wrap-2 {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .pargraph-large-2 {
    font-weight: 400;
  }

  .team-member-img {
    height: 340px;
  }

  .price-tabs-menu {
    border: 1px solid var(--black);
    border-radius: 12px;
  }

  .heading-style-h2-2.contact-heading {
    font-size: 2.8rem;
  }

  .contact-text-wrapper {
    max-width: 30rem;
  }

  .form-input-field-2 {
    border: 2px solid #19181a;
    border-radius: 10px;
  }

  .cta-description {
    margin-top: 16px;
  }

  .cita-content-block {
    width: 45%;
  }

  .heading-title-fit-content.text-align-center {
    width: 700px;
  }

  .main-heading {
    font-size: 3.5rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .section-large.background-gray-50 {
    padding-bottom: 105px;
  }

  .pargraph-large-3 {
    font-weight: 400;
  }

  .faq-icon-3 {
    width: 1.15rem;
  }

  .faq-question-wrap-3 {
    padding-bottom: .75rem;
  }

  .home-two-single-faq-2.first {
    border-radius: var(--radius-16-px);
    padding-bottom: 5px;
  }

  .contact-bg {
    background-color: var(--pink);
  }

  .map {
    border-radius: 16px;
  }

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

  .grid-01 {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: flex-start;
    display: grid;
    position: relative;
    top: 0;
  }

  .grid-01.tab {
    grid-template-columns: 2.3fr 1fr;
    place-items: center stretch;
    top: 0;
  }

  .tagline {
    margin-bottom: .25rem;
  }

  .button-3.is-secondary.nav {
    border-radius: 12px;
    font-size: 1rem;
  }

  .blog-section {
    overflow: hidden;
  }

  .blog-section.blog-post {
    padding-bottom: 72px;
  }

  .padding-section-large-copy.bottom-padding-off {
    padding-bottom: 0;
  }

  .padding-section-large-copy.contact {
    padding-bottom: 5rem;
  }
}

@media screen and (min-width: 1920px) {
  h1 {
    font-size: 4.9rem;
  }

  h2 {
    font-size: 3.8rem;
  }

  .padding-global {
    padding-left: 3%;
    padding-right: 3%;
  }

  .padding-section-large.feature {
    width: 100%;
  }

  .nav-component {
    margin-left: auto;
    margin-right: auto;
    padding-left: 3%;
    padding-right: 3%;
  }

  .heading-style-h2 {
    font-size: 3.7rem;
  }

  ._404-heading {
    font-size: 9vw;
  }

  .team-member-img {
    height: 400px;
  }

  .heading-title-fit-content.text-align-center {
    width: 800px;
  }

  .main-heading {
    font-size: 3.6rem;
  }

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

  .container-large-5 {
    max-width: 90rem;
  }

  .grid-01.tab {
    grid-column-gap: 103px;
    grid-template-columns: 2.3fr 1fr;
    place-items: center stretch;
  }

  .card.link-card {
    min-height: 480px;
  }

  .padding-video {
    padding-left: 3%;
    padding-right: 3%;
  }

  .padding-section-large-copy.feature {
    width: 100%;
  }
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.5rem;
    line-height: 1.1;
  }

  .button.is-secondary {
    flex: 0 auto;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }

  .button.is-primary {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }

  .button.is-checkout {
    font-family: var(--secondary-font);
  }

  .style-guide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .footer-header-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-wrap {
    padding-left: 0;
    padding-right: 0;
  }

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

  .menu-line-middle {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hero-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    max-width: 100%;
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .paragraph {
    font-size: 14px;
  }

  .button-primary {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .hero-image-wrapper {
    padding-top: 20px;
    padding-left: 0;
  }

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

  .blog-content {
    padding: 1.25rem 1.25rem 1.25rem 0;
  }

  .blog-thumbnail-image {
    height: auto;
  }

  .footer-top-wrap {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .line-horizontal {
    align-self: auto;
    width: 100%;
    max-width: 100%;
    height: 1px;
    overflow: visible;
  }

  .blog-card {
    margin-top: 20px;
  }

  .hero-cta-wrap {
    justify-content: center;
    margin-top: 0;
  }

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

  .big-paragraph {
    font-size: 1.2rem;
  }

  .navbar-link {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large.feature {
    width: 100%;
    padding-top: 3.5rem;
  }

  .max-width-medium {
    flex: 1;
  }

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

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

  .margin-bottom.margin-large {
    margin: 0 0 2.85rem;
  }

  .margin-bottom.margin-medium {
    margin: 0 0 1.5rem;
  }

  .margin-top.margin-small {
    margin-top: 1rem;
  }

  .dropdown-chevron {
    font-size: 2rem;
    inset: auto 0% auto auto;
  }

  .navbar-menu {
    -webkit-text-fill-color: inherit;
    background-color: #0000;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    justify-content: center;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar-menu.is-page-height-tablet {
    background-color: var(--gray);
    justify-content: space-between;
    width: 100%;
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .menu-icons {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-dropdown-toggle {
    justify-content: center;
    align-self: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 0;
    display: flex;
  }

  .menu-icon-line_middle {
    background-color: var(--dark-blue);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar-container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .navbar-menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar-menu-button {
    padding: 0;
  }

  .navbar-menu-button.w--open {
    background-color: #0000;
  }

  .navbar-button-wrapper {
    grid-column-gap: .5rem;
    align-items: center;
  }

  .navbar-dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .navbar-dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar-dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon-line_bottom, .menu-icon-line_top {
    background-color: var(--dark-blue);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-text {
    text-align: center;
    font-size: 2rem;
  }

  .heading-style-h3 {
    font-size: 2.3rem;
  }

  .integration-list {
    grid-column-gap: 1.6rem;
    grid-row-gap: 1.6rem;
    grid-template-columns: 1fr 1fr;
  }

  .integration-details-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .pricing-detail-grid {
    grid-template-columns: 1fr;
  }

  ._404-heading {
    font-size: 7.5rem;
  }

  .padding-verticle-2, .padding-section-large-2, .padding-section-large-3, .padding-section-large-4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .max-width-medium-2 {
    flex: 1;
  }

  .marketing-content {
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding-top: 0;
    display: flex;
  }

  .marketing-content-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    align-self: flex-start;
    margin-left: 0;
    padding-left: 0;
  }

  .marketing-image {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-component {
    flex-flow: column;
  }

  .cta-section {
    background-repeat: no-repeat;
    background-size: cover;
  }

  .faq-section-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-question-wrap-2 {
    margin-bottom: .5rem;
  }

  .pargraph-large-2 {
    font-size: 18px;
    line-height: 32px;
  }

  .feature-hero-grid {
    grid-column-gap: 72px;
    grid-row-gap: 11px;
    grid-template-columns: 1.25fr;
  }

  .team-component-grid {
    grid-row-gap: 33px;
    grid-template-columns: 1fr;
  }

  .team-heading-wrap {
    max-width: 40rem;
    position: relative;
    top: 0;
  }

  .team-member-img {
    height: 320px;
  }

  .sticky-tittle {
    position: relative;
    top: 0;
  }

  .contact-form-wrapper {
    grid-template-columns: 1fr;
    padding-left: 60px;
    padding-right: 60px;
  }

  .contact-form-container {
    padding: 32px 24px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 24px;
    padding-right: 24px;
  }

  .checkout-button-wrap {
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .city-wrap {
    flex-flow: column;
    margin-left: 0;
    margin-right: 0;
  }

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

  .checkout-tittle {
    font-size: 3rem;
  }

  .cita-content-block {
    width: 100%;
  }

  .cta-thumbnail-block {
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .heading-title-fit-content.h1--max-width.text-align-center, .heading-title-fit-content.text-align-center {
    width: 100%;
  }

  .recent-blog-block {
    margin-top: 5rem;
  }

  .recent-blog-collection-list, .grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .pargraph-large-3 {
    font-size: 18px;
    line-height: 32px;
  }

  .faq-question-wrap-3 {
    margin-bottom: .5rem;
  }

  .single-testimonial-slider {
    padding-left: 45px;
    padding-right: 45px;
  }

  .tesimonial-quote-left, .tesimonial-quote-right {
    width: 60px;
  }

  .button-2.is-primary {
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }

  .grid-01 {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    flex-flow: column;
    grid-template-rows: .65fr;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-content: space-between;
    align-items: stretch;
    height: 100%;
    display: grid;
    position: relative;
    top: 10px;
  }

  .grid-01.tab {
    flex-flow: wrap-reverse;
    display: flex;
  }

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

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

  .grid_list {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

  .section-2.pd-top-150px---bottom-150px {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .display-4 {
    font-size: 22px;
    line-height: 1.545em;
  }

  .button-3.is-secondary {
    flex: 0 auto;
    padding-top: 1.15rem;
    padding-bottom: 1.15rem;
  }

  .mobile-menu-toggle {
    display: none;
  }

  .subnavbar {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 1rem;
    font-size: 2rem;
  }

  .padding-section-large-copy {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .padding-section-large-copy.feature {
    width: 100%;
    padding-top: 3.5rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.4rem;
    line-height: 1.1;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 1.75rem;
  }

  h4 {
    font-size: 1.45rem;
  }

  h5 {
    font-size: 1.2rem;
  }

  p {
    line-height: 1.3em;
  }

  blockquote {
    padding-left: 1rem;
    font-size: 1.15rem;
  }

  .fs-styleguide-3-col {
    grid-template-columns: 1fr 1fr;
  }

  .color {
    padding: 2.5rem 2rem;
  }

  .button.is-secondary, .button.is-primary {
    font-size: 1rem;
  }

  .style-guide-section-type {
    font-size: .875rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .footer-header-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-wrap {
    flex-direction: column;
    padding-top: 1rem;
    padding-left: 0;
    padding-right: 0;
  }

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

  .style-guiide-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .hero-content-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    margin-bottom: 20px;
    display: flex;
  }

  .section-header.blog-post {
    padding-bottom: 40px;
  }

  .hero-image-wrapper {
    width: 100%;
    padding-top: 0;
  }

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

  .faq-answer-wrap {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .faq-answer-wrap.home-two {
    padding-left: 0;
    padding-right: 4rem;
  }

  .footer-credit-text {
    margin-top: 1.5rem;
    margin-bottom: 1rem;
    font-size: .875rem;
  }

  .footer-link {
    font-size: .85rem;
  }

  .footer-legal-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
    display: flex;
  }

  .footer-menu-wrap {
    grid-column-gap: 1.5rem;
  }

  .footer-top-wrap {
    grid-row-gap: 3rem;
  }

  .line-horizontal {
    width: 100%;
  }

  .blog-card {
    border-radius: var(--radius-16-px);
  }

  .hero-cta-wrap {
    justify-content: flex-start;
    align-self: auto;
    max-width: 100%;
    margin-top: .25rem;
  }

  .blog-header-grid {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    align-content: stretch;
  }

  .big-paragraph {
    font-size: 1rem;
  }

  .paragraph-small {
    line-height: 1.6em;
  }

  .navbar-link {
    font-size: 1.5rem;
  }

  .section-tittle, .section-tittle.faq {
    font-size: 2.5rem;
  }

  .padding-section-large {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding-section-large.top-padding-off {
    padding-bottom: 2rem;
  }

  .padding-section-large.feature {
    padding-top: 2.5rem;
  }

  .padding-section-large.pricing {
    padding-top: 5rem;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1.25rem;
  }

  .margin-top.margin-small {
    margin-top: .125rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .navbar-menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .nav-component {
    min-height: 4rem;
  }

  .dropdown-text {
    font-size: 1.5rem;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .pricing-container-single {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .home-two-single-faq {
    padding-bottom: 0;
  }

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

  .integration-details-header {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .integration-details-icon {
    margin-bottom: 10px;
  }

  .int-details-heading-left {
    display: block;
  }

  .integration-details-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .pricing-value {
    margin-bottom: 0;
    font-size: 2.5rem;
  }

  .padding-global-2 {
    padding-left: 5%;
    padding-right: 5%;
  }

  ._404-heading {
    font-size: 5.5rem;
  }

  .container-large-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-section-large-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .license-item {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: .5fr 1.5fr;
  }

  .padding-section-large-3, .padding-section-large-4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta-component {
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-section-wrap {
    padding-top: 0;
    padding-bottom: 0;
  }

  .faq-icon-2 {
    width: 1.25rem;
  }

  .faq-question-wrap-2 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-bottom: 0;
    padding: 1rem 1.25rem 1rem 0;
  }

  .pargraph-large-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .faq-text-2 {
    font-size: 1.5rem;
  }

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

  .single-teammember-wrap {
    border-radius: var(--radius-16-px);
  }

  .team-member-img {
    height: 430px;
  }

  .bttn-primary {
    padding: 18px 24px;
    font-size: 16px;
  }

  .heading-style-h2-2 {
    font-size: 3rem;
  }

  .heading-style-h2-2.contact-heading {
    font-size: 2.5rem;
  }

  .contact-form-wrapper {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .contact-form-wrapper._02 {
    flex-flow: column;
    margin-top: 20px;
  }

  .contact-form-container {
    padding-top: 40px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .nav-logo {
    width: 200px;
  }

  .checkout-tittle {
    font-size: 2.8rem;
  }

  .section-padding {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-heading-description, .heading-title-fit-content {
    width: 100%;
  }

  .heading-title-fit-content.text-align-center {
    width: auto;
  }

  .card-price-value-wrapper {
    justify-content: flex-start;
    align-items: flex-end;
    margin-bottom: 20px;
  }

  .main-heading {
    font-size: 3.5rem;
  }

  .recent-blog-block {
    margin-bottom: 60px;
  }

  .recent-blog-title-wrapper {
    width: 60%;
  }

  .recent-blog-collection-list {
    grid-template-columns: 1fr;
  }

  .nav-button-wrapper {
    display: none;
  }

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

  .pargraph-large-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .section-tittle-2.faq {
    margin-bottom: .25rem;
  }

  .faq-text-3 {
    font-size: 1.5rem;
  }

  .faq-icon-3 {
    width: 1.25rem;
  }

  .faq-question-wrap-3 {
    grid-column-gap: 35px;
    grid-row-gap: 35px;
    margin-bottom: 0;
    padding: 1rem 0;
  }

  .home-two-single-faq-2, .home-two-single-faq-2.first {
    padding-bottom: 0;
  }

  .contact-info-wrap {
    flex-flow: column;
  }

  .quote-mischa {
    margin-top: 14px;
  }

  .single-testimonial-slider {
    padding-left: 20px;
    padding-right: 20px;
  }

  .tesimonial-quote-left, .tesimonial-quote-right {
    width: 40px;
  }

  .button-2.is-primary {
    font-size: 1rem;
  }

  .grid-01 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .grid-01.tab {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .grid_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .section-2.pd-top-150px---bottom-150px {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .inner-container._500px---mbl {
    max-width: 500px;
  }

  .mg-bottom-54px {
    margin-bottom: 45px;
  }

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

  .pd---content-inside-card {
    padding: 32px 24px 40px;
  }

  .display-4 {
    font-size: 20px;
    line-height: 1.6em;
  }

  .button-3.is-secondary {
    font-size: 1rem;
  }

  .mobile-menu-toggle {
    margin-top: -10px;
    padding: 0;
  }

  .mobile-menu-toggle.w--open {
    background-color: #ffda5440;
    border-radius: 10px;
  }

  .sticky-wrapper {
    flex-direction: column-reverse;
    display: flex;
  }

  .subnavbar {
    font-size: 1.5rem;
  }

  .blog-section.blog-post {
    padding-bottom: 40px;
  }

  .padding-section-large-copy {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .padding-section-large-copy.top-padding-off {
    padding-bottom: 2rem;
  }

  .padding-section-large-copy.feature {
    padding-top: 2.5rem;
  }

  .padding-section-large-copy.pricing {
    padding-top: 5rem;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.9rem;
  }

  h2 {
    text-align: left;
    font-size: 2.5rem;
    line-height: 1.1;
  }

  h3 {
    font-size: 1.65rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .75rem;
  }

  p {
    font-size: 1rem;
    line-height: 1.5em;
  }

  a {
    font-size: 1rem;
  }

  blockquote {
    padding-right: 0;
  }

  .button.is-primary {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .rich-texts blockquote, .rich-texts li {
    font-size: 1rem;
  }

  .align-center {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .fs-styleguide-2-col {
    grid-template-columns: auto;
  }

  .footer-header-wrap {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-bottom-wrap {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .hero-content-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-header.blog-post {
    padding-bottom: 32px;
  }

  .paragraph {
    text-align: left;
    margin-top: 0;
    font-size: 13px;
  }

  .button-primary {
    text-align: center;
    align-self: auto;
    width: 100%;
    max-width: 100%;
    margin-bottom: 4px;
    padding-top: 12px;
    padding-bottom: 16px;
    font-size: 14px;
  }

  .hero-image-wrapper {
    justify-content: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: flex;
  }

  .blog-collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .blog-content {
    padding-bottom: 0;
    padding-left: .2rem;
    padding-right: .2rem;
    overflow: hidden;
  }

  .blog-thumbnail-image {
    height: auto;
  }

  .faq-answer-wrap {
    padding-bottom: .25rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .faq-answer-wrap.home-two {
    padding-left: 0;
    padding-right: .5rem;
  }

  .footer-social-link, .footer-link, .footer-link.w--current {
    margin-bottom: 10px;
  }

  .footer-form {
    grid-row-gap: 12px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .footer-legal-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-wrap: wrap;
    display: flex;
  }

  .footer-menu-wrap {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .footer-top-wrap {
    grid-row-gap: 48px;
  }

  .line-horizontal {
    width: 100%;
    height: 1px;
  }

  .blog-card {
    border-width: 1.75px;
    height: auto;
    margin-top: 10px;
  }

  .hero-cta-wrap {
    flex-direction: column;
    align-self: stretch;
    align-items: stretch;
  }

  .blog-image {
    height: auto;
  }

  .big-paragraph {
    font-size: 1.1rem;
  }

  .paragraph-small {
    font-size: 14px;
    font-weight: 400;
  }

  .navbar-link.hide-desktop {
    background-color: var(--yellow\<deleted\|variable-cc415ca3\>);
    border: 1.75px solid #000;
    border-radius: 12px;
    padding: .75rem 10px;
    display: block;
  }

  .section-tittle, .section-tittle.faq {
    text-align: center;
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large.top-padding-off {
    padding-bottom: 4rem;
  }

  .padding-section-large.feature {
    padding-top: 2rem;
  }

  .padding-section-large.contact, .padding-section-large.pricing {
    padding-top: 4rem;
  }

  .margin-bottom.margin-small, .margin-bottom.margin-medium {
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-small {
    margin-bottom: .5rem;
  }

  .margin-bottom.margin-large {
    margin-bottom: 2.5rem;
  }

  .margin-bottom.margin-small {
    text-align: left;
    margin-bottom: 1rem;
  }

  .margin-bottom.margin-medium {
    margin-bottom: 1rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .section-blog {
    overflow: hidden;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
  }

  .menu-icons {
    width: 48px;
    height: 48px;
  }

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

  .navbar-button-wrapper {
    grid-column-gap: 0rem;
  }

  .menu-icon-line_top {
    background-color: var(--dark-blue);
  }

  .nav-component {
    border-bottom-width: 1.75px;
    padding: .5rem 5%;
  }

  .heading-style-h3 {
    font-size: 1.6rem;
  }

  .pricing-container-single {
    border-radius: var(--radius-16-px);
    padding: 1.25rem;
  }

  .price-list-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .blog-image-container {
    height: auto;
    margin-top: 32px;
  }

  .heading-style-h2 {
    font-size: 2rem;
  }

  .paragraph-large {
    font-size: 1rem;
  }

  .home-two-single-faq {
    padding-top: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .integration-list {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .single-integration {
    border-width: 1.75px;
    padding: 1.25rem;
  }

  .integration-details-header {
    padding: 20px;
  }

  .integration-details-wrapper {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .pricing-collection-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricing-value {
    text-align: left;
    font-size: 2rem;
  }

  .choose-plan-wrapper {
    padding: 20px 20px 30px;
  }

  .figure-caption {
    margin-top: .75rem;
  }

  ._404-heading {
    font-size: 4.1rem;
  }

  .padding-verticle-2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .container-large-2 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .license-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .marketing-content {
    text-align: left;
    padding-top: 0;
  }

  .campaign-content {
    margin-top: 10px;
    margin-bottom: 20px;
  }

  .marketing-content-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .marketing-image {
    width: 210px;
    max-width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .cta-component {
    align-items: stretch;
    padding-left: 10px;
    padding-right: 10px;
  }

  .faq-section-wrap {
    flex-wrap: wrap;
    padding-top: 0;
  }

  .faq-question-wrap-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-right: 1rem;
  }

  .pargraph-large-2 {
    font-size: 16px;
  }

  .faq-text-2 {
    font-size: 1.25rem;
  }

  .faq-section {
    overflow: hidden;
  }

  .feature-hero-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    display: flex;
  }

  .team-member-img {
    height: 300px;
  }

  .price-tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 24px;
  }

  .price-tab-link {
    padding-left: 22px;
    padding-right: 22px;
  }

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

  .bttn-primary {
    width: 100%;
  }

  .heading-style-h2-2 {
    font-size: 2.8rem;
  }

  .heading-style-h2-2.contact-heading {
    font-size: 2.25rem;
  }

  .contact-form-wrapper {
    margin-top: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-form-container {
    padding: 32px 16px;
  }

  .form-input-field-2.message-field {
    padding-bottom: 80px;
  }

  .nav-logo {
    width: 130px;
  }

  .checkout-block-header, .checkout-block-content {
    padding-left: 12px;
    padding-right: 12px;
  }

  .checkout-button-wrap {
    padding-bottom: 10px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .checkout-tittle {
    font-size: 2.25rem;
  }

  .cta-thumbnail-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .section-padding {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .price-card-button-block {
    margin-top: 20px;
  }

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

  .paragraph-3 {
    padding-bottom: 20px;
  }

  .recent-blog-block {
    margin-top: 4rem;
    margin-bottom: 20px;
  }

  .recent-blog-title-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .recent-blog-title-wrapper {
    width: 100%;
  }

  .recent-blog-collection-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .recent-blog-card-wrapper {
    margin-top: 40px;
  }

  .blog-details-content-wrapper {
    margin-bottom: 60px;
  }

  .testimonial-card {
    padding-bottom: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

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

  .title-center {
    margin-bottom: 56px;
  }

  .faq-section-2 {
    overflow: hidden;
  }

  .padding-global-5 {
    padding-left: 5%;
    padding-right: 5%;
  }

  .pargraph-large-3 {
    font-size: 16px;
  }

  .section-tittle-2.faq {
    margin-bottom: 0;
  }

  .home-o1-faq-component-2 {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .faq-text-3 {
    font-size: 1.25rem;
  }

  .faq-icon-3 {
    display: none;
  }

  .faq-question-wrap-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-bottom: .5rem;
    padding-left: 0;
    padding-right: 1rem;
  }

  .home-two-single-faq-2.first {
    padding-bottom: 5px;
  }

  .contact-info-wrap {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
  }

  .testimonial-author-image.style-02 {
    width: 40px;
    height: 40px;
  }

  .quote-mischa {
    letter-spacing: -1px;
    margin-top: 0;
    font-size: 20px;
  }

  .single-testimonial-slider {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .tesimonial-quote-left, .tesimonial-quote-right {
    width: 30px;
    display: none;
  }

  .author-name-wrapper.style-02 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .button-2.is-primary {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .mail {
    height: 390px;
  }

  .grid-01 {
    grid-column-gap: 19px;
    grid-row-gap: 19px;
    align-items: flex-start;
    max-width: 100%;
  }

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

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

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

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

  .section-2.pd-top-150px---bottom-150px {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .mg-bottom-54px {
    margin-bottom: 40px;
  }

  .mg-bottom-0 {
    font-size: 15px;
    font-weight: 400;
  }

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

  .card.link-card {
    min-height: 240px;
    margin-bottom: 20px;
  }

  .button-3.secondary {
    flex-flow: column;
    margin-bottom: 20px;
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1em;
    display: flex;
  }

  .mobile-menu-toggle {
    margin-right: -8px;
  }

  .usp {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .image-text {
    margin-left: auto;
    margin-right: auto;
  }

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

  .padding-video {
    padding-left: 5%;
    padding-right: 5%;
  }

  .subnavbar.hide-desktop {
    background-color: var(--yellow\<deleted\|variable-cc415ca3\>);
    border: 1.75px solid #000;
    border-radius: 12px;
    padding: .75rem 10px;
    display: block;
  }

  .blog-section.blog-post {
    padding-bottom: 32px;
  }

  .padding-section-large-copy {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large-copy.top-padding-off {
    padding-bottom: 4rem;
  }

  .padding-section-large-copy.feature {
    padding-top: 2rem;
  }

  .padding-section-large-copy.contact, .padding-section-large-copy.pricing {
    padding-top: 4rem;
  }

  .blog_image {
    max-width: 100%;
  }

  .blog_title {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .blog_intro {
    font-size: .9rem;
  }

  .rich-texts-blog blockquote, .rich-texts-blog li {
    font-size: 1rem;
  }
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-be69f1e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-be69f1e8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5d53d193-092a-137a-408d-615559b763ac-be69f1e8, #w-node-_5d53d193-092a-137a-408d-615559b763b1-be69f1e8, #w-node-_5d53d193-092a-137a-408d-615559b763b6-be69f1e8, #w-node-eeb4bea8-639c-ee82-4fd4-2246cbffa86f-be69f1e8, #w-node-eeb4bea8-639c-ee82-4fd4-2246cbffa874-be69f1e8, #w-node-eeb4bea8-639c-ee82-4fd4-2246cbffa879-be69f1e8, #w-node-fc8bc874-79f5-4331-29db-7e645c989196-be69f1e8, #w-node-_9bc5cf9c-a48a-4311-59a9-5d38f3d41c8d-be69f1e8 {
  align-self: center;
}

#w-node-e0d6f3cf-adfd-1ac5-682d-7f3cc03da089-c03da088, #w-node-e0d6f3cf-adfd-1ac5-682d-7f3cc03da092-c03da088, #w-node-e0d6f3cf-adfd-1ac5-682d-7f3cc03da09b-c03da088 {
  align-self: start;
}

#w-node-_5f11882b-33da-f057-3962-cac957ce3506-57ce3502 {
  justify-self: center;
}

#w-node-_2ee87b41-8c5b-8097-3a2c-018fe1d74480-be69f1f7, #w-node-_2ee87b41-8c5b-8097-3a2c-018fe1d74483-be69f1f7, #w-node-_2ee87b41-8c5b-8097-3a2c-018fe1d7448b-be69f1f7, #w-node-_2ee87b41-8c5b-8097-3a2c-018fe1d7448e-be69f1f7, #w-node-_2ee87b41-8c5b-8097-3a2c-018fe1d74498-be69f1f7, #w-node-_2ee87b41-8c5b-8097-3a2c-018fe1d7449b-be69f1f7, #w-node-_2ee87b41-8c5b-8097-3a2c-018fe1d744a3-be69f1f7, #w-node-_2ee87b41-8c5b-8097-3a2c-018fe1d744a6-be69f1f7, #w-node-b5764217-80d3-d7f0-7255-eb8571c09ba2-be69f202, #w-node-_62ebffaa-e0de-4e2d-8105-fca3ebaab307-be69f202, #w-node-_62ebffaa-e0de-4e2d-8105-fca3ebaab2f3-be69f202 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-37723e92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-37723e92 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d42bb9b5-05a1-acf7-ec5b-8b76f0ffdbf4-37723e92 {
  align-self: start;
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-1bb973df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-1bb973df {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d42bb9b5-05a1-acf7-ec5b-8b76f0ffdbf4-1bb973df {
  align-self: start;
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-49f3de6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-49f3de6a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d42bb9b5-05a1-acf7-ec5b-8b76f0ffdbf4-49f3de6a {
  align-self: start;
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-43580c1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-43580c1e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-d42bb9b5-05a1-acf7-ec5b-8b76f0ffdbf4-43580c1e {
  align-self: start;
}

#w-node-_8539dc9f-0346-d458-a28b-fc0958ca0652-05493aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8539dc9f-0346-d458-a28b-fc0958ca065f-05493aa4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_0547b818-49c8-4a10-9949-9e42248072aa-7824704f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_0547b818-49c8-4a10-9949-9e42248072b6-7824704f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_8539dc9f-0346-d458-a28b-fc0958ca0652-3eff2508 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_8539dc9f-0346-d458-a28b-fc0958ca065f-3eff2508 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-20fcfda8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ea46dc41-c030-c410-61c4-818c3ba067ba-20fcfda8, #w-node-ea46dc41-c030-c410-61c4-818c3ba067c2-20fcfda8, #w-node-ea46dc41-c030-c410-61c4-818c3ba067ca-20fcfda8, #w-node-ea46dc41-c030-c410-61c4-818c3ba067d1-20fcfda8, #w-node-ea46dc41-c030-c410-61c4-818c3ba067d8-20fcfda8 {
  align-self: center;
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-50c9f600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-50c9f600 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_5d53d193-092a-137a-408d-615559b763ac-50c9f600, #w-node-_5d53d193-092a-137a-408d-615559b763b1-50c9f600, #w-node-_5d53d193-092a-137a-408d-615559b763b6-50c9f600, #w-node-eeb4bea8-639c-ee82-4fd4-2246cbffa86f-50c9f600, #w-node-eeb4bea8-639c-ee82-4fd4-2246cbffa874-50c9f600, #w-node-eeb4bea8-639c-ee82-4fd4-2246cbffa879-50c9f600, #w-node-fc8bc874-79f5-4331-29db-7e645c989196-50c9f600, #w-node-_9bc5cf9c-a48a-4311-59a9-5d38f3d41c8d-50c9f600 {
  align-self: center;
}

#w-node-_0547b818-49c8-4a10-9949-9e42248072aa-7efd1287, #w-node-_0547b818-49c8-4a10-9949-9e42248072aa-06297d00, #w-node-_0547b818-49c8-4a10-9949-9e42248072aa-2995c1af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_0547b818-49c8-4a10-9949-9e42248072b6-2995c1af {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-be69f1e8, #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-37723e92, #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-1bb973df, #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-49f3de6a, #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-43580c1e, #w-node-_8539dc9f-0346-d458-a28b-fc0958ca065f-05493aa4, #w-node-_0547b818-49c8-4a10-9949-9e42248072b6-7824704f, #w-node-_8539dc9f-0346-d458-a28b-fc0958ca065f-3eff2508, #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-50c9f600, #w-node-_0547b818-49c8-4a10-9949-9e42248072b6-2995c1af {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-be69f1e8 {
    justify-self: auto;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-be69f1e8 {
    justify-self: center;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-37723e92 {
    justify-self: auto;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-37723e92 {
    justify-self: center;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-1bb973df {
    justify-self: auto;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-1bb973df {
    justify-self: center;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-49f3de6a {
    justify-self: auto;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-49f3de6a {
    justify-self: center;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-43580c1e {
    justify-self: auto;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-43580c1e {
    justify-self: center;
  }

  #w-node-_8539dc9f-0346-d458-a28b-fc0958ca0652-05493aa4 {
    justify-self: auto;
  }

  #w-node-_8539dc9f-0346-d458-a28b-fc0958ca065f-05493aa4 {
    justify-self: center;
  }

  #w-node-_0547b818-49c8-4a10-9949-9e42248072aa-7824704f {
    justify-self: auto;
  }

  #w-node-_0547b818-49c8-4a10-9949-9e42248072b6-7824704f {
    justify-self: center;
  }

  #w-node-_8539dc9f-0346-d458-a28b-fc0958ca0652-3eff2508 {
    justify-self: auto;
  }

  #w-node-_8539dc9f-0346-d458-a28b-fc0958ca065f-3eff2508 {
    justify-self: center;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-20fcfda8, #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-50c9f600 {
    justify-self: auto;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-50c9f600 {
    justify-self: center;
  }

  #w-node-_0547b818-49c8-4a10-9949-9e42248072aa-7efd1287, #w-node-_0547b818-49c8-4a10-9949-9e42248072aa-06297d00, #w-node-_0547b818-49c8-4a10-9949-9e42248072aa-2995c1af {
    justify-self: auto;
  }

  #w-node-_0547b818-49c8-4a10-9949-9e42248072b6-2995c1af {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-be69f1e8 {
    justify-self: start;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-be69f1e8 {
    justify-self: center;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-37723e92 {
    justify-self: start;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-37723e92 {
    justify-self: center;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-1bb973df {
    justify-self: start;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-1bb973df {
    justify-self: center;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-49f3de6a {
    justify-self: start;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-49f3de6a {
    justify-self: center;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-43580c1e {
    justify-self: start;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-43580c1e {
    justify-self: center;
  }

  #w-node-_8539dc9f-0346-d458-a28b-fc0958ca0652-05493aa4 {
    justify-self: start;
  }

  #w-node-_8539dc9f-0346-d458-a28b-fc0958ca065f-05493aa4 {
    justify-self: center;
  }

  #w-node-_0547b818-49c8-4a10-9949-9e42248072aa-7824704f {
    justify-self: start;
  }

  #w-node-_0547b818-49c8-4a10-9949-9e42248072b6-7824704f {
    justify-self: center;
  }

  #w-node-_8539dc9f-0346-d458-a28b-fc0958ca0652-3eff2508 {
    justify-self: start;
  }

  #w-node-_8539dc9f-0346-d458-a28b-fc0958ca065f-3eff2508 {
    justify-self: center;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-20fcfda8, #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c520-50c9f600 {
    justify-self: start;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-50c9f600 {
    justify-self: center;
  }

  #w-node-_0547b818-49c8-4a10-9949-9e42248072aa-7efd1287, #w-node-_0547b818-49c8-4a10-9949-9e42248072aa-06297d00, #w-node-_0547b818-49c8-4a10-9949-9e42248072aa-2995c1af {
    justify-self: start;
  }

  #w-node-_0547b818-49c8-4a10-9949-9e42248072b6-2995c1af {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-be69f1e8, #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-37723e92, #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-1bb973df {
    justify-self: center;
  }

  #w-node-d42bb9b5-05a1-acf7-ec5b-8b76f0ffdbf4-1bb973df {
    order: -9999;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-49f3de6a {
    justify-self: center;
  }

  #w-node-d42bb9b5-05a1-acf7-ec5b-8b76f0ffdbf4-49f3de6a {
    order: -9999;
  }

  #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-43580c1e {
    justify-self: center;
  }

  #w-node-d42bb9b5-05a1-acf7-ec5b-8b76f0ffdbf4-43580c1e {
    order: -9999;
  }

  #w-node-_8539dc9f-0346-d458-a28b-fc0958ca065f-05493aa4, #w-node-_0547b818-49c8-4a10-9949-9e42248072b6-7824704f, #w-node-_8539dc9f-0346-d458-a28b-fc0958ca065f-3eff2508, #w-node-_1dc4ae14-4784-4e7f-f0d5-b3536362c52d-50c9f600, #w-node-_0547b818-49c8-4a10-9949-9e42248072b6-2995c1af {
    justify-self: center;
  }
}



/* ─── Nav: Pill navigatie ───────────────────────────────────────
   Overrides voor de pill-stijl nav (variant 3).
   Toegevoegd bovenop de Webflow-export; breekt geen bestaande JS.
──────────────────────────────────────────────────────────────── */

/* Nav links: altijd transparante border zodat hover geen layout-shift geeft */
.navbar-link {
  border: 1.5px solid transparent;
  transition: border-color 0.15s;
}
.navbar-link:hover {
  text-decoration: none;
  border-color: rgba(0,0,0,0.15);
}
.navbar-link.w--current {
  background: #1a1a1a;
  color: #fff;
  border-color: transparent;
  border-width: 1.5px;
  text-decoration: none;
}

/* Dropdown: wit kaartje met zachte shadow */
.navbar_dropdown.w--open {
  background-color: #fff;
  border: none;
  border-radius: 12px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.10);
  padding: 0.75rem;
  min-width: 220px;
}

/* Dropdown items: oranje linker-accent op hover */
.subnavbar {
  border-left: 3px solid transparent;
  border-radius: 6px;
  padding: 0.6rem 0.75rem 0.6rem 1rem;
  font-size: 0.9rem;
  font-weight: 500;
  transition: border-color 0.15s, background 0.15s, color 0.15s, padding-left 0.15s;
}
.subnavbar:hover {
  text-decoration: none;
  border-left-color: #FF6B35;
  background: #FFF7F3;
  color: #FF6B35;
  padding-left: 1.1rem;
}

/* CTA knop: oranje */
.button-3.is-secondary.nav {
  background-color: #FF6B35;
  color: #fff;
}
.button-3.is-secondary.nav:hover {
  background-color: #e55a2b;
  color: #fff;
}

/* ─── Features sectie: checkmark stijl ─────────────────────────
   .marketing-content heeft display:block en de oude .campaign-content
   had flex-direction:column — vandaar hogere specificiteit hier.
──────────────────────────────────────────────────────────────── */
.marketing-content .feature-check {
  display: flex !important;
  flex-direction: row !important;
  align-items: flex-start !important;
  gap: 0.75rem;
  padding: 0.55rem 0;
  margin-top: 0;
  margin-bottom: 0;
}
.marketing-content .feature-check-mark {
  color: #FF6B35;
  font-size: 0.95rem;
  font-weight: 700;
  flex-shrink: 0;
  line-height: 1.5;
  margin-top: 0;
}
.marketing-content .feature-check-text {
  font-size: 0.9rem;
  line-height: 1.5;
  color: #1a1a1a;
  margin: 0;
}
.marketing-content .feature-check-text strong {
  font-weight: 600;
}
.marketing-content .feature-check-text .check-desc {
  color: #6B7280;
}

/* Minder ondermarge voor deze specifieke sectie */
.padding-section-large:has(.grid-01.tab) {
  padding-bottom: 3.5rem;
}

/* ─── Frustratie sectie: 3-koloms kaartjes ─────────────────────
   Vervangt de losse section_list blokken op zo-werkt-het.
──────────────────────────────────────────────────────────────── */
.frustratie-cards {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.25rem;
  align-items: stretch;
}
.frustratie-card {
  background: #fff;
  border-radius: 14px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}
.frustratie-card-problem {
  padding: 1.5rem 1.5rem 1.25rem;
  border-bottom: 1px solid #F3F4F6;
  flex: 1;
  display: flex;
  flex-direction: column;
}
.frustratie-card-number {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #9CA3AF;
  margin-bottom: 0.6rem;
}
.frustratie-card-title {
  font-family: roca, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.25;
  margin-bottom: 0.75rem;
  color: #1a1a1a;
}
.frustratie-card-body {
  font-size: 0.875rem;
  color: #6B7280;
  line-height: 1.6;
  flex: 1;
}
.frustratie-card-solution {
  padding: 1.1rem 1.5rem 1.4rem;
  background: #FFF7F3;
}
.frustratie-solution-label {
  font-size: 0.7rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #FF6B35;
  margin-bottom: 0.4rem;
}
.frustratie-solution-body {
  font-size: 0.875rem;
  color: #1a1a1a;
  line-height: 1.6;
  font-weight: 500;
}

@media screen and (max-width: 767px) {
  .frustratie-cards {
    grid-template-columns: 1fr;
  }
}

/* ─── Nieuwsbrief form in footer ──────────────────────────────── */
.from-input-2 {
  background-color: #fff !important;
  color: #1a1a1a !important;
  border: 1px solid #E5E7EB !important;
}
.from-input-2::placeholder {
  color: #9CA3AF !important;
}
.bttn-primary.subscribe {
  background-color: #FF6B35 !important;
  color: #fff !important;
}

/* ─── Compactere header ───────────────────────────────────────── */
.nav-component {
  min-height: unset;
  padding-top: 0.7rem;
  padding-bottom: 0.7rem;
}
.nav-logo {
  width: 115px;
}

/* ─── Footer variant 3: lichtgrijs, oranje toprand, 3 kolommen ──
   Brand links | Form midden | Links rechts
──────────────────────────────────────────────────────────────── */
.footer-section {
  background-color: #F9FAFB !important;
  border-top: 3px solid #FF6B35 !important;
}
.footer-v3-top {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  gap: 2.5rem;
  padding-bottom: 1.5rem;
}
/* Kolom 1: brand + tagline */
.footer-v3-brand { flex: 0 0 180px; }
.footer-v3-tagline {
  color: #6B7280;
  font-size: 0.82rem;
  line-height: 1.5;
  margin-top: 0.4rem;
}
/* Kolom 2: subscribe form */
.footer-v3-form { flex: 0 0 240px; }
.footer-v3-form-intro {
  color: #6B7280;
  font-size: 0.8rem;
  margin-bottom: 0.5rem;
  line-height: 1.5;
}
.footer-v3-form .from-input-2 {
  background-color: #fff !important;
  border: 1px solid #E5E7EB !important;
  color: #1a1a1a !important;
  margin-bottom: 0.35rem;
}
/* Kolom 3: navigatielinks */
.footer-v3-nav {
  display: flex;
  gap: 2.5rem;
  flex: 1;
  justify-content: flex-end;
}
/* Tekst- en linkkleur voor lichtgrijze footer */
.footer-header { color: #1a1a1a !important; }
.footer-link { color: #4B5563 !important; }
.footer-link:hover { color: #FF6B35 !important; }
.footer-credit-text { color: #9CA3AF !important; }
.footer-legal-link { color: #6B7280 !important; }
.footer-legal-link:hover { color: #FF6B35 !important; }
.footer-line-divider { background-color: #E5E7EB !important; opacity: 1 !important; }
.paragraph.small.footer { color: #6B7280 !important; }

/* ─── Footer v3 responsive ───────────────────────────────────────
   Tablet (≤991px): alles onder elkaar in één kolom
   Mobiel (≤767px): kleinere gaps, form-grid naar één kolom
──────────────────────────────────────────────────────────────── */
@media screen and (max-width: 991px) {
  .footer-v3-top {
    flex-wrap: wrap;
    gap: 2rem;
  }
  .footer-v3-brand,
  .footer-v3-form,
  .footer-v3-nav {
    flex: 1 1 100%;
  }
  .footer-v3-form { max-width: 100%; }
  .footer-v3-nav { justify-content: flex-start; }
}
@media screen and (max-width: 767px) {
  .footer-v3-top {
    gap: 1.75rem;
  }
  .footer-v3-form .footer-form {
    grid-template-columns: 1fr;
    grid-row-gap: 0.75rem;
  }
  .footer-v3-nav {
    gap: 2rem;
  }
  .footer-bottom-wrap {
    flex-direction: column;
    align-items: flex-start;
    gap: 0.75rem;
  }
}
@media screen and (max-width: 479px) {
  .footer-v3-nav {
    flex-wrap: wrap;
    gap: 1.75rem;
  }
  .footer-v3-nav .footer-link-list-wrap {
    flex: 1 1 45%;
  }
}

/* Compactere FAQ — toegevoegd 2026-05-05 (was 1.8rem vraagtekst, te dominant op laptop) */
.faq-text-3 {
  font-size: 1.2rem;
  line-height: 1.4;
}
.faq-question-wrap-3 {
  padding-top: 0.85rem;
  padding-bottom: 0.6rem;
}
.faq-icon-3 {
  width: 1.05rem;
  margin-top: 6px;
}
.home-two-single-faq-2,
.home-two-single-faq-2.first {
  padding-left: 18px;
  padding-right: 18px;
  padding-bottom: 2px;
}
.faq-answer-wrap.home-two {
  padding-right: 4rem;
}
.faq-list-grid {
  grid-column-gap: 0.75rem;
  grid-row-gap: 0.75rem;
}
@media (max-width: 991px) {
  .faq-text-3 { font-size: 1.1rem; }
  .faq-answer-wrap.home-two { padding-right: 1.5rem; }
}
@media (max-width: 767px) {
  .faq-text-3 { font-size: 1rem; }
  .faq-answer-wrap.home-two { padding-right: 0; }
  .home-two-single-faq-2,
  .home-two-single-faq-2.first {
    padding-left: 14px;
    padding-right: 14px;
  }
}

/* ============================================================
   Footer v4 (2026-05-30) — Contaqt-model in dibbi-stijl.
   Universeel (dibbi.css wordt sitebreed geladen, ook door kennisbank).
   Formulier vervalt; CTA-rij + 4-koloms grid + bottom-balk.
   ============================================================ */
.dfooter { font-family: Inter, sans-serif; }
.dfooter__cta { background:#231F20; color:#fff; }
.dfooter__cta-inner { max-width:1100px; margin:0 auto; padding:30px 24px; display:flex; align-items:center; justify-content:space-between; gap:20px; flex-wrap:wrap; }
.dfooter__cta-inner h3 { font-family:roca,Inter,sans-serif; margin:0; font-size:clamp(1.25rem,2.4vw,1.5rem); font-weight:500; color:#fff; }
.dfooter__cta-btns { display:flex; gap:12px; flex-wrap:wrap; }
.dfooter__btn { padding:13px 24px; border-radius:30px; font-weight:600; font-size:14px; text-decoration:none; display:inline-block; }
.dfooter__btn--primary { background:#FF6B35; color:#fff; }
.dfooter__btn--primary:hover { background:#e85a26; color:#fff; }
.dfooter__btn--ghost { background:transparent; color:#fff; border:1px solid rgba(255,255,255,.35); }
.dfooter__btn--ghost:hover { background:rgba(255,255,255,.08); color:#fff; }
.dfooter__grid { background:#F2F2EF; }
.dfooter__grid-inner { max-width:1100px; margin:0 auto; padding:40px 24px; display:grid; grid-template-columns:1.5fr 1fr 1fr 1fr; gap:32px; }
.dfooter__brand-logo { display:inline-block; }
.dfooter__brand-logo img { height:30px; width:auto; }
.dfooter__brand p { color:#666; font-size:13.5px; line-height:1.55; max-width:240px; margin:12px 0 0; }
.dfooter__col h4 { font-family:Inter,sans-serif; font-size:14px; font-weight:700; margin:0 0 12px; color:#231F20; }
.dfooter__col a { display:block; color:#666; text-decoration:none; font-size:13.5px; margin-bottom:8px; }
.dfooter__col a:hover { color:#231F20; }
.dfooter__bottom { background:#F2F2EF; border-top:1px solid rgba(0,0,0,.08); }
.dfooter__bottom-inner { max-width:1100px; margin:0 auto; padding:16px 24px; display:flex; justify-content:space-between; font-size:12.5px; color:#777; flex-wrap:wrap; gap:8px; }
.dfooter__bottom-inner a { color:#777; text-decoration:underline; }
@media (max-width:820px){
  .dfooter__grid-inner { grid-template-columns:1fr 1fr; gap:28px; }
  .dfooter__cta-inner { flex-direction:column; align-items:flex-start; }
}
@media (max-width:520px){ .dfooter__grid-inner { grid-template-columns:1fr; } }

/* Zichtbaarheidsscan-blok (sb-scan) — universeel in dibbi.css, ook kennisbank
   dat storybrand.css niet laadt. Anker voor smart-hide van de sticky scan-balk. */
.sb-scan { background:#fff; border-top:1px solid rgba(0,0,0,.06); }
.sb-scan__grid { max-width:1080px; margin:0 auto; padding:56px 24px; display:grid; grid-template-columns:1fr 1.15fr; gap:48px; align-items:center; }
.sb-scan__text h2 { font-family:roca,Inter,sans-serif; font-weight:700; font-size:clamp(1.6rem,3vw,2.125rem); line-height:1.15; margin:0 0 14px; color:#231F20; }
.sb-scan__text p { margin:0 0 22px; font-size:17px; line-height:1.6; color:#231F20; }
.sb-scan__meta { font-size:13px; color:#777; margin:14px 0 0 !important; }
.sb-scan__shot img { display:block; width:100%; height:auto; border-radius:12px; box-shadow:0 18px 50px rgba(0,0,0,.16); }
@media (max-width:760px){ .sb-scan__grid { grid-template-columns:1fr; gap:28px; padding:40px 20px; } }

/* ============================================================
   /faq-pagina (2026-05-30) — centrale FAQ, zelfstandig accordeon.
   ============================================================ */
.faq-page { max-width: 820px; margin: 0 auto; padding: clamp(2.5rem,6vw,5rem) 24px; }
.faq-page__eyebrow { font-size: 12px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; color: #FF6B35; margin: 0 0 10px; }
.faq-page__title { font-family: roca, Inter, sans-serif; font-weight: 500; font-size: clamp(2rem,4vw,2.75rem); line-height: 1.1; margin: 0 0 16px; color: #231F20; }
.faq-page__intro { font-size: 1.05rem; line-height: 1.6; color: #555; margin: 0 0 36px; }
.faq-page__intro a { color: #FF6B35; }
.faq-group { margin-bottom: 36px; }
.faq-group__title { font-family: roca, Inter, sans-serif; font-weight: 500; font-size: clamp(1.25rem,2.4vw,1.5rem); margin: 0 0 8px; color: #231F20; }
.faq-q { border-bottom: 1px solid rgba(0,0,0,.10); }
.faq-q__head { width: 100%; display: flex; justify-content: space-between; align-items: center; gap: 16px; background: none; border: 0; cursor: pointer; padding: 16px 2px; text-align: left; font-family: Inter, sans-serif; }
.faq-q__text { font-size: 16px; font-weight: 600; color: #231F20; }
.faq-q__icon { flex: 0 0 auto; color: #FF6B35; font-size: 22px; line-height: 1; transition: transform .2s ease; }
.faq-q.is-open .faq-q__icon { transform: rotate(45deg); }
.faq-q__body { display: none; padding: 0 2px 16px; }
.faq-q.is-open .faq-q__body { display: block; }
.faq-q__body p { margin: 0; font-size: 15px; line-height: 1.6; color: #555; }
.faq-q__body a { color: #FF6B35; }
.faq-page__cta { margin-top: 40px; background: #F2F2EF; border-radius: 16px; padding: 32px 28px; text-align: center; }
.faq-page__cta h2 { font-family: roca, Inter, sans-serif; font-weight: 500; font-size: clamp(1.4rem,2.6vw,1.875rem); margin: 0 0 8px; color: #231F20; }
.faq-page__cta p { margin: 0 0 20px; color: #555; font-size: 15px; }
.faq-page__cta-btn { display: inline-block; background: #FF6B35; color: #fff; font-weight: 700; padding: 14px 28px; border-radius: 50px; text-decoration: none; font-size: 15px; }
.faq-page__cta-btn:hover { background: #e85a26; color: #fff; }
/* storybrand.css - nieuwe stijlen voor de StoryBrand-ombouw. Merkkleur: #FF6B35, tekst #231F20, cream #F2F2EF. */

/* Secundaire, rustige CTA (vervangt de oude .animated-button gradient) */
.button-2.is-secondary-quiet {
  background: transparent;
  color: #231F20;
  border: 1px solid rgba(35,31,32,0.25);
  border-radius: 12px;
  padding: 16px 28px;
  font-weight: 600;
  text-decoration: none;
  transition: border-color .2s ease, background .2s ease;
}
.button-2.is-secondary-quiet:hover {
  border-color: #FF6B35;
  background: rgba(255,107,53,0.06);
}

/* Zorg dat de primaire trial-knop visueel dominant blijft naast de secundaire */
.hero-cta-wrap { display: flex; gap: 14px; align-items: center; flex-wrap: wrap; }

/* WhatsApp-hero */
.wa-hero { display:flex; flex-direction:column; align-items:center; gap:14px; width:100%; }
.wa-caption { margin:0; font-size:14px; font-style:italic; color:#231F20; opacity:.7; text-align:center; max-width:320px; }
.wa-phone {
  width: 320px; max-width: 100%;
  background: #ECE5DD;
  border: 10px solid #111; border-radius: 36px;
  overflow: hidden; box-shadow: 0 24px 60px rgba(0,0,0,.18);
  font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
}
.wa-topbar { display:flex; align-items:center; gap:10px; background:#075E54; color:#fff; padding:14px 14px; }
.wa-avatar { width:34px; height:34px; border-radius:50%; background:#fff; object-fit:cover; }
.wa-contact { display:flex; flex-direction:column; line-height:1.2; }
.wa-name { font-weight:600; font-size:15px; }
.wa-status { font-size:12px; opacity:.85; }
.wa-chat { min-height:300px; padding:14px 12px; display:flex; flex-direction:column; gap:8px; }
.wa-msg { max-width:80%; padding:8px 11px; border-radius:10px; font-size:14px; line-height:1.4; color:#231F20; opacity:0; transform:translateY(6px); transition:opacity .3s ease, transform .3s ease; }
.wa-msg.show { opacity:1; transform:none; }
.wa-msg.out { align-self:flex-end; background:#DCF8C6; border-top-right-radius:2px; }
.wa-msg.in  { align-self:flex-start; background:#fff; border-top-left-radius:2px; }
.wa-typing { align-self:flex-start; background:#fff; padding:10px 12px; border-radius:10px; display:inline-flex; gap:4px; }
.wa-typing span { width:6px; height:6px; border-radius:50%; background:#9aa0a6; animation:wa-bounce 1s infinite; }
.wa-typing span:nth-child(2){ animation-delay:.15s } .wa-typing span:nth-child(3){ animation-delay:.3s }
@keyframes wa-bounce { 0%,60%,100%{transform:translateY(0)} 30%{transform:translateY(-4px)} }
.wa-inputbar { display:flex; align-items:center; gap:10px; padding:10px 12px; background:#F0F0F0; }
.wa-inputfield { flex:1; background:#fff; border-radius:18px; padding:8px 14px; color:#9aa0a6; font-size:13px; }
.wa-mic { color:#075E54; }
.wa-typing.out { align-self:flex-end; background:#DCF8C6; }
@media (prefers-reduced-motion: reduce) {
  .wa-msg { transition:none; }
}

/* Nu/Straks transformatieblok */
.sb-nustraks { max-width: 1100px; margin: 0 auto; padding: 56px 20px; }
.sb-nustraks-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.sb-col { padding: 28px; border-radius: 16px; }
.sb-col h3 { margin: 0 0 12px; font-size: 22px; }
.sb-col p { margin: 0; font-size: 16px; line-height: 1.6; color: #231F20; }
.sb-nu { background: #F2F2EF; }
.sb-straks { background: rgba(255,107,53,0.10); border-left: 4px solid #FF6B35; }
@media (max-width: 720px) { .sb-nustraks-grid { grid-template-columns: 1fr; } }

/* Persona-pagina disclaimer */
.sb-disclaimer { font-size: 13px; color: #6b6b6b; background:#F2F2EF; display:inline-block; padding:6px 12px; border-radius:8px; margin-bottom:14px; }

/* Rich-text lijsten: Webflow's .w-richtext ol/ul { overflow:hidden } snijdt de lijst-markers links af. Sitewide herstellen. */
.w-richtext ol,
.w-richtext ul { overflow: visible; }
.rich-texts.w-richtext ol,
.rich-texts.w-richtext ul {
  overflow: visible;
  padding-left: 1.75em;
  list-style-position: outside;
  margin: 0 0 1.5rem;
}
.rich-texts.w-richtext li { margin-bottom: 8px; }
.rich-texts.w-richtext li:last-child { margin-bottom: 0; }

/* Eenvoudig-resultaat 3-stappen (blogartikel-schrijven e.a.) */
.sb-steps { display:grid; grid-template-columns:repeat(3,1fr); gap:20px; margin-top:24px; }
.sb-step { background:#F2F2EF; border:2px solid #231F20; border-radius:16px; padding:24px; }
.sb-step-num { width:34px; height:34px; border-radius:50%; background:#FF6B35; color:#fff; display:flex; align-items:center; justify-content:center; font-weight:700; margin-bottom:12px; }
.sb-step h3 { margin:0 0 8px; font-size:18px; }
.sb-step p { margin:0; font-size:15px; line-height:1.55; color:#231F20; }
@media (max-width:720px){ .sb-steps{ grid-template-columns:1fr; } }

/* Oprichter-blok (over-ons) */
.sb-founder { display:flex; align-items:center; gap:16px; background:rgba(255,107,53,0.10); border-left:4px solid #FF6B35; border-radius:16px; padding:20px 22px; margin:18px 0; }
.sb-founder-img { width:84px; height:84px; border-radius:50%; flex:0 0 auto; object-fit:cover; }
.sb-founder-text { margin:0; font-size:15px; line-height:1.55; color:#231F20; }
@media (max-width:560px){ .sb-founder{ flex-direction:column; align-items:flex-start; } }

/* Zichtbaarheidsscan - sticky CTA-balk: styling staat nu in js/scan-sticky.js (self-contained),
   zodat de balk ook correct rendert op pagina's zonder storybrand.css (kennisbank, 401/404).
   Niet hier dupliceren - single source of truth = js/scan-sticky.js. */

/* Zichtbaarheidsscan-blok (homepage) */
.sb-scan { background:#fff; }
.sb-scan__grid { max-width:1080px; margin:0 auto; padding:56px 24px; display:grid; grid-template-columns:1fr 1.15fr; gap:48px; align-items:center; }
.sb-scan__text h2 { font-family:roca,sans-serif; font-weight:700; font-size:34px; line-height:1.15; margin:0 0 14px; color:#231F20; }
.sb-scan__text p { margin:0 0 22px; font-size:17px; line-height:1.6; color:#231F20; }
.sb-scan__meta { font-size:13px; color:#777; margin:14px 0 0 !important; }
.sb-scan__shot img { display:block; width:100%; height:auto; border-radius:12px; box-shadow:0 18px 50px rgba(0,0,0,.16); }
@media (max-width:760px){ .sb-scan__grid { grid-template-columns:1fr; gap:28px; } .sb-scan__text h2 { font-size:26px; } }

/* ============================================================
   Typografie-schaal (2026-05-30) — één bron, vervangt de verspreide
   Webflow-breakpoints. clamp() schaalt vloeiend; !important wint over
   de gegenereerde @media-regels in dibbi.css. Duidelijke trap:
   hero 44 / sectie-h2 34 / sectie-tittle 30 (px op desktop).
   ============================================================ */
h1, .main-heading        { font-size: clamp(2rem, 4vw, 2.75rem) !important; }
h2                       { font-size: clamp(1.6rem, 3vw, 2.125rem) !important; }
.section-tittle-2        { font-size: clamp(1.5rem, 2.6vw, 1.875rem) !important; }

/* Hero-grid compacter: marge 64 -> 32px boven en onder */
.padding-section-large.feature { padding-top: 2rem !important; padding-bottom: 2rem !important; }


/* === dibbi perf: IX2 reveals uit === */
/* Webflow IX2 fade/slide-reveals neutraliseren: content direct zichtbaar; FAQ-klik (height) en w-nav/w-dropdown blijven werken. */
[data-w-id]{ opacity:1 !important; transform:none !important; }
