/* ---- normalize.css ---- */
/*! 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: 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: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM: 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;
}

/* ---- runtime.css ---- */
@font-face {
  font-family: 'nav-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: 'nav-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;
}
pre.w-code-block code > span {
  display: block !important;
}
.w-optimization {
  display: contents;
}
.w-legacy-badge,
.w-legacy-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-legacy-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-legacy-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;
}
/**
 * ## 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;
}
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

/* ---- arthea-ai.css ---- */
@font-face {
  font-family: Satoshi, "Satoshi Fallback", Arial, sans-serif;
  src: url('../fonts/Satoshi-Light.woff2') format(\"woff2\"), url('../fonts/Satoshi-Light.woff') format(\"woff\");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi, "Satoshi Fallback", Arial, sans-serif;
  src: url('../fonts/Satoshi-Bold.woff2') format(\"woff2\"), url('../fonts/Satoshi-Bold.woff') format(\"woff\");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi, "Satoshi Fallback", Arial, sans-serif;
  src: url('../fonts/Satoshi-Regular.woff2') format(\"woff2\"), url('../fonts/Satoshi-Regular.woff') format(\"woff\");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi, "Satoshi Fallback", Arial, sans-serif;
  src: url('../fonts/Satoshi-Black.woff2') format(\"woff2\"), url('../fonts/Satoshi-Black.woff') format(\"woff\");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Satoshi, "Satoshi Fallback", Arial, sans-serif;
  src: url('../fonts/Satoshi-Medium.woff2') format(\"woff2\"), url('../fonts/Satoshi-Medium.woff') format(\"woff\");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Light.woff2') format(\"woff2\"), url('../fonts/AktivGrotesk-Light.woff') format(\"woff\");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Bold.woff2') format(\"woff2\"), url('../fonts/AktivGrotesk-Bold.woff') format(\"woff\");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Regular.woff2') format(\"woff2\"), url('../fonts/AktivGrotesk-Regular.woff') format(\"woff\");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Medium.woff2') format(\"woff2\"), url('../fonts/AktivGrotesk-Medium.woff') format(\"woff\");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aktivgrotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Medium-1.woff2') format(\"woff2\"), url('../fonts/AktivGrotesk-Medium-1.woff') format(\"woff\");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aktivgrotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Hairline.woff2') format(\"woff2\"), url('../fonts/AktivGrotesk-Hairline.woff') format(\"woff\");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Aktivgrotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Bold-1.woff2') format(\"woff2\"), url('../fonts/AktivGrotesk-Bold-1.woff') format(\"woff\");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --base-color-brand--green-darker: #030b08;
  --base-color-neutral--white: white;
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-brand--green-lighter);
  --text-color--text-primary: var(--base-color-brand--green);
  --text-color--text-secondary: var(--base-color-neutral--white);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--green);
  --link-color--link-primary: var(--base-color-brand--green);
  --base-color-brand--green: #34d399;
  --base-color-brand--light-red: #ea4b71;
  --background-color--background-tertiary: var(--base-color-brand--light-red);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --base-color-brand--green-dark: #164b37;
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --base-color-neutral--neutral-lightest: #f2fffa;
  --white-6: #d9d9d90f;
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-neutral--neutral-light: #abadac;
  --white-40: #fff6;
  --white-70: #ffffffb3;
  --white-8: #ffffff14;
  --white-80: #fffc;
  --base-color-brand--yellow: #e28c36;
  --base-color-brand--green-light: #bafae3;
  --base-color-brand--green-lightest: #abadac;
  --white-20-202020: #20202033;
  --white-20-ffffff: #fff3;
  --green-60: #20202033;
  --light-green: #7e8281;
  --base-color-brand--green-lighter: #91b2a6;
  --base-color-neutral--black: #000;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #1e1e1e;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--green);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--base-color-brand--green-darker);
  color: var(--base-color-neutral--white);
  font-family: Satoshi, "Satoshi Fallback", Arial, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.13rem;
  font-weight: 700;
  line-height: 1.3;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  font-size: 3.19rem;
  font-weight: 500;
  line-height: 1.2;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.63rem;
  font-weight: 500;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

h5 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  letter-spacing: -.02em;
  margin-bottom: 0;
}

a {
  letter-spacing: -.02em;
  color: inherit;
  line-height: 1.5;
  text-decoration: none;
}

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

li {
  margin-bottom: .25rem;
}

img {
  object-fit: cover;
  width: 100%;
  max-width: 100%;
  height: auto;
  display: block;
}

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

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

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

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

.utility-page_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-page_wrapper {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
  position: relative;
}

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

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

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

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

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

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

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-xxsmall, .margin-bottom.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

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

.hide-mobile-landscape {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hide-mobile-landscape.agent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
}

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

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

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

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

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

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

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

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

.text-color-secondary {
  color: var(--text-color--text-secondary);
}

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

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

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

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

.heading-style-h3 {
  font-size: 2.63rem;
  font-weight: 500;
  line-height: 1.2;
}

.text-rich-text h1 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h2 {
  letter-spacing: -.01em;
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.875rem;
  line-height: 1.3;
}

.text-rich-text h3 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
  font-size: 1.375rem;
  line-height: 1.35;
}

.text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  opacity: .6;
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

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

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

.heading-style-h1 {
  letter-spacing: -.02em;
  font-size: 4.13rem;
  font-weight: 700;
  line-height: 1.3;
}

.padding-global {
  max-width: 1090px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.padding-global.hidden {
  display: none;
}

.padding-global.job {
  padding-top: 100px;
}

.padding-global.atl {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  box-shadow: 0 2px 5px #0003;
}

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

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

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

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

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

.pointer-events-none {
  pointer-events: none;
}

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

.overflow-hidden {
  overflow: hidden;
}

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

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

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

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

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.text-weight-light.opacity-40 {
  opacity: .4;
}

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

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

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

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

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

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

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

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

.max-width-medium.is-samll {
  max-width: 29rem;
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium.align-center {
  justify-content: center;
  align-items: center;
}

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

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

.max-width-large.align-center {
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

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

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

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

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

.form_input {
  border: 1px solid var(--border-color--border-primary);
  min-height: 3rem;
  color: var(--base-color-neutral--white);
  background-color: #0000;
  border-radius: 100px;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  font-size: 1rem;
}

.form_input::placeholder, .form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

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

.form_input.is-icon-left {
  padding-left: 2.75rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

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

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

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

.text-size-large.text-color-gradiant-dark.text-weight-medium {
  font-size: 1.3rem;
  line-height: 1.3;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  color: var(--base-color-brand--green);
  letter-spacing: -.02em;
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  font-size: 3.19rem;
  font-weight: 500;
  line-height: 1.2;
}

.heading-style-h2:lang(fr-fr) {
  color: var(--base-color-brand--light-red);
}

.heading-style-h2.is-1 {
  font-size: 3rem;
}

.heading-style-h2.sub {
  color: var(--base-color-brand--green);
  margin-top: 4rem;
}

.page-wrapper {
  width: 100%;
  overflow: clip;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-secondary);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  letter-spacing: -.02em;
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

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

.text-align-center {
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form_component {
  margin-bottom: 0;
}

.main-wrapper.contact {
  background-color: var(--base-color-brand--green-darker);
  height: 100vh;
}

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

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

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

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

.button {
  color: var(--base-color-brand--green-dark);
  text-align: center;
  background-color: #0000;
  background-image: linear-gradient(90deg, #40ffb9, #40ffb900);
  border-radius: .75rem;
  padding: 1.5px;
  font-family: Satoshi, "Satoshi Fallback", Arial, sans-serif;
  font-size: .84rem;
  font-weight: 700;
  line-height: 1.4;
  position: relative;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-form-submit {
  z-index: 2;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  background-color: var(--base-color-neutral--neutral-lightest);
  color: #164b37;
  background-image: none;
  font-size: 1rem;
  font-weight: 500;
}

.button.is-icon {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base-color-neutral--white);
  background-color: #d9d9d90f;
  background-image: none;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: .88rem 1.13rem;
  line-height: 1.3;
  text-decoration: none;
  display: flex;
}

.button.is-tertiary {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  background-color: var(--white-6);
  color: var(--text-color--text-secondary);
  background-image: none;
  justify-content: center;
  align-items: center;
  font-weight: 700;
}

.button.is-green {
  background-image: linear-gradient(128deg, #ffffff42, #fff0 32% 70%, #ffffff42);
  padding: 3px;
  transition: background-color .4s;
}

.button.is-green:hover {
  background-color: var(--base-color-brand--green);
}

.button.is-green.is-full {
  display: block;
  position: relative;
}

.button.is-green.blog {
  margin-top: 40px;
}

.button.is-green.blog.q {
  transition: background-color .4s;
}

.button.is-green.blog.q:hover {
  background-color: #ffffff36;
}

.button.is-dark {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: var(--base-color-neutral--white);
  text-align: center;
  background-color: #d9d9d90d;
  background-image: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 1.13rem;
  font-size: .88rem;
  line-height: 1.2;
  transition: color .4s, background-color .4s;
  display: flex;
}

.button.is-dark:hover {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-brand--green-darker);
}

.button.is-white {
  overflow: clip;
}

.button.is-link {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.text-size-medium {
  font-size: 1.13rem;
  line-height: 1.4;
}

.text-size-medium._80 {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

.button-group.align-center {
  justify-content: center;
  align-items: center;
}

.button-group.is-left {
  justify-content: flex-end;
  align-items: center;
}

.button-group.is-center {
  justify-content: center;
}

.button-group.legal {
  justify-content: center;
  align-items: center;
}

.hide {
  display: none;
}

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

.container-medium {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

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

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.spacer-large {
  padding-top: 3rem;
}

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

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

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

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

.section_home-hero {
  z-index: 1;
  background-color: var(--base-color-brand--green-darker);
  padding-bottom: 4rem;
  position: relative;
  overflow: clip;
}

.section_home-hero.pw {
  width: 100%;
  height: 100%;
  position: absolute;
}

.section_home-hero.contact {
  height: 100vh;
}

.home-hero_contetn-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.home-hero_content {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-style-h1-display {
  letter-spacing: -.02em;
  font-size: 5rem;
  font-weight: 700;
  line-height: 1.02;
}

.heading-style-h1-display:lang(fr-fr) {
  color: var(--base-color-brand--green);
}

.home-hero_paragraph-max-width {
  width: 100%;
  max-width: 41rem;
  margin-top: 1.13rem;
  margin-bottom: 2.25rem;
}

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

.text-color-gradiant {
  background-image: linear-gradient(180deg, var(--base-color-neutral--white) 30%, #a3aaa7);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.text-color-gradiant.is-1 {
  display: block;
}

.text-color-gray1 {
  color: var(--base-color-neutral--neutral-light);
}

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

.brands_coomponent {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
}

.brands_content-wrapper {
  z-index: 0;
  box-shadow: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
  -webkit-mask-image: linear-gradient(to right, #0000 0%, #000 50%, #0000 100%);
  mask-image: linear-gradient(to right, #0000 0%, #000 50%, #0000 100%);
}

.brands_content {
  flex: none;
}

.brands_content.hidden {
  display: none;
}

.brand-image-wrapper {
  vertical-align: middle;
  padding-left: 2rem;
  padding-right: 2rem;
  display: inline-block;
}

.brands_logo-overlay {
  z-index: 1;
  pointer-events: none;
  background-image: linear-gradient(90deg, #030b08, #030b0800 50%, #030b08);
  width: 120%;
  position: absolute;
  inset: 0% 0% 0% 50%;
  transform: translate(-50%);
}

.home-hero_background-image-wrapper {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_growth-stalls {
  z-index: 1;
  background-color: var(--base-color-brand--green-darker);
  position: relative;
}

.home-hero_clint-reviews-text-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-align: left;
  flex-flow: column;
  line-height: 1;
  display: flex;
}

.growth-stalls_component {
  padding-top: 5.63rem;
  padding-bottom: 3rem;
}

.growth-stalls_content-wrapper, .growth-stalls_content-wrapper.ss {
  height: auto;
}

.growth-stalls_content-top {
  width: 100%;
  max-width: 40rem;
  margin-bottom: 2rem;
}

.growth-stalls_content-top.heading-contact {
  margin-bottom: 1rem;
  margin-left: auto;
  margin-right: auto;
}

.problem-text {
  color: var(--base-color-brand--green);
  justify-content: center;
  align-items: center;
  padding: .56rem .88rem;
  line-height: 1;
  display: flex;
}

.growth-stalls_content-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.growth-stalls_card-wrapper {
  z-index: 0;
  border-radius: 2.5rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  min-height: 20.44rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.growth-stalls_card-wrapper.is-large {
  justify-content: flex-start;
  align-items: flex-start;
  min-height: auto;
}

.growth-stalls_card-image-wrapper {
  z-index: -1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.growth-stalls_card-image {
  z-index: 0;
  height: 100%;
}

.button-icon {
  width: 1rem;
  height: 1rem;
  color: var(--base-color-neutral--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

.services_tabs-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  display: flex;
}

.services_tabs-menu {
  z-index: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 22rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.services_tabs-content {
  width: 100%;
  max-width: 40.88rem;
  margin-left: 60px;
  overflow: visible;
}

.services_tab-links {
  color: var(--white-40);
  background-color: #0000;
  padding-left: 0;
  font-size: 2.63rem;
  font-weight: 400;
  line-height: 1.25;
  transition: transform .2s;
}

.services_tab-links:active {
  transform: scale(.9);
}

.services_tab-links.w--current {
  color: var(--base-color-neutral--white);
  -webkit-text-fill-color: transparent;
  background-color: #0000;
  background-image: linear-gradient(79deg, #fff, #fff 59%, #fff);
  -webkit-background-clip: text;
  background-clip: text;
}

.services_tab-pane {
  width: 100%;
  height: 100%;
  position: relative;
}

.services_tab-text {
  font-size: 1rem;
  line-height: 1.2;
}

.services_tabs-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.services_tabs-content-wrapper {
  grid-column-gap: .69rem;
  grid-row-gap: .69rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-span-block {
  font-size: 2.6rem;
  display: block;
}

.services_teb-content-background-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 34.5rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.services_tabs-menu-image-list {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section_case-studies {
  z-index: 0;
  background-color: var(--base-color-brand--green-darker);
  position: relative;
}

.case-studies_content-bottom {
  z-index: 1;
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: -2rem;
  display: grid;
  position: relative;
}

.case-studies_header-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 200px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 2rem;
  display: grid;
}

.case-studies_video-wrapper {
  width: 100%;
  height: 100%;
  display: block;
}

.case-studies_card-wrapper {
  grid-column-gap: 2.19rem;
  grid-row-gap: 2.19rem;
  -webkit-backdrop-filter: blur(25px);
  backdrop-filter: blur(25px);
  background-image: linear-gradient(-53deg, #ebecec17 2%, #030b0803 32% 41%, #030b0805 73%, #eaebeb17 98%, #eaebeb17);
  border-radius: 1.5rem;
  flex-flow: column;
  padding: 1.88rem 1.13rem 1.5rem;
  display: flex;
}

.case-studies_card-wrapper.border24 {
  grid-column-gap: 1.3rem;
  grid-row-gap: 1.3rem;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
}

.case-studies_card-header-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-studies_title {
  color: var(--white-40);
  letter-spacing: -.02em;
  align-self: flex-start;
  font-size: 1.13rem;
  font-weight: 500;
}

.section_reviews {
  z-index: 1;
  background-color: var(--base-color-brand--green-darker);
  position: relative;
}

.reviews_component {
  z-index: 0;
  position: relative;
}

.reviews_content-wrapper {
  grid-column-gap: 2.7rem;
  grid-row-gap: 2.7rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 50rem;
  display: flex;
}

.reviews_card-wrapper {
  z-index: 0;
  align-self: stretch;
  position: relative;
}

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

.reviews_collection-liist.swiper-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.reviews_card-item-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  text-align: left;
  background-image: linear-gradient(-53deg, #ebecec1a, #030b0803 32% 41%, #030b0805 73%, #eaebeb17 98%, #eaebeb1a);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2rem 1.13rem;
  display: flex;
}

.reviews_card-item-image {
  border-radius: 100%;
  width: 2.25rem;
  height: 2.25rem;
}

.reviews-studies_title {
  color: var(--white-40);
}

.reviews_card-header-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-self: stretch;
  align-items: flex-start;
  display: flex;
}

.reviews_card-item-stars-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.reviews_card-item-stars-image {
  height: 1.13rem;
}

.reviews_card-overlay {
  pointer-events: none;
  background-image: linear-gradient(4deg, #030b08, #030b0800);
  height: 10rem;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.section_brand {
  display: none;
}

.brand_content-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.brand_brand-marque-wrapper {
  flex-flow: column;
  display: flex;
}

.brand_brand-marque-wrapper.hidden {
  display: none;
}

.brand_logo-wrapper {
  z-index: 0;
  -webkit-backdrop-filter: drop-shadow(0 3px 3px #00000040);
  backdrop-filter: drop-shadow(0 3px 3px #00000040);
  flex-flow: row-reverse;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.brand_logo-wrapper.is-right-to-left {
  flex-flow: row;
}

.brand_logo-content {
  grid-column-gap: clamp(1rem, 12vw, 4rem);
  grid-row-gap: clamp(1rem, 12vw, 4rem);
  flex: none;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.subscribe_component {
  border-radius: 2rem;
  position: relative;
  overflow: hidden;
}

.subscribe_content-wrapper {
  z-index: 0;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: 1.88rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
  overflow: hidden;
}

.subscribe_content {
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 3.5rem;
  padding-bottom: 3.5rem;
  padding-right: 3.5rem;
  display: flex;
}

.subscribe_background-wrapper {
  z-index: -1;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.subscribe_form-wrapper {
  max-width: 31.88rem;
}

.subscribe_form-block {
  width: 100%;
  margin-bottom: 0;
}

.subscribe_text-field {
  border: 1px solid var(--base-color-brand--green-dark);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  min-height: 3rem;
  color: var(--base-color-neutral--white);
  background-color: #8182810f;
  border-radius: .88rem;
  margin-bottom: 0;
  padding: 1rem 1.2rem;
}

.subscribe_text-field:focus {
  border-color: var(--base-color-brand--green);
}

.subscriber_heading-max-width {
  width: 100%;
  max-width: 29rem;
  margin-bottom: 1.13rem;
}

.subscriber_text {
  color: #909e99;
  font-size: 1.03rem;
}

.subscribe_form-field-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(min-content, max-content);
  grid-auto-columns: 1fr;
  display: grid;
}

.subscriber_info-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #909e99;
  justify-content: flex-start;
  align-items: center;
  margin-top: 1rem;
  font-size: .88rem;
  display: flex;
}

.footer_component {
  position: relative;
}

.footer_top-wrapper {
  grid-column-gap: 4.5rem;
  grid-row-gap: 4.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2.75fr;
  place-items: stretch stretch;
  margin-bottom: 5.63rem;
}

.footer_left-wrapper {
  grid-column-gap: 4.69rem;
  grid-row-gap: 4.69rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.footer_logo-link {
  width: 5.63rem;
  padding-left: 0;
}

.footer_menu-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  align-items: start;
  margin-bottom: 4rem;
}

.footer_link-column {
  height: 100%;
  position: relative;
}

.footer_link-list {
  color: var(--base-color-neutral--white);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.footer_link {
  border-radius: 50%;
  width: 2.63rem;
  height: 2.63rem;
  font-size: .875rem;
  text-decoration: none;
  transition: background-color .5s;
  overflow: hidden;
}

.footer_link:hover {
  background-color: var(--base-color-brand--green);
}

.footer_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer_credit-text {
  color: var(--white-70);
  font-size: 1rem;
  font-weight: 500;
}

.footer_legal-list {
  grid-column-gap: 3.75rem;
  grid-row-gap: 3.75rem;
  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: flex;
}

.footer_legal-link {
  opacity: .7;
  letter-spacing: 0;
  font-size: 1rem;
  font-weight: 500;
  transition: opacity .3s;
}

.footer_legal-link:hover {
  opacity: 1;
}

.footer-section-padding {
  padding-top: 7rem;
  padding-bottom: 1.5rem;
}

.footer_link-block {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  opacity: .6;
  justify-content: flex-start;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-size: .94rem;
  transition: opacity .4s;
  display: flex;
}

.footer_link-block:hover {
  opacity: 1;
}

.footer_logo-wrapper {
  grid-column-gap: .69rem;
  grid-row-gap: .69rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_social-wrapper {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_link-container {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer_link-container.blog {
  flex-flow: column;
}

.footer_description {
  opacity: .7;
  color: var(--white-70);
  text-align: center;
  font-size: 1.13rem;
  font-weight: 500;
}

.footer_divider {
  z-index: -4;
  filter: blur(11px);
  background-image: linear-gradient(#34d39900 9%, #34d399 43%, #34d39900 91%);
  align-self: stretch;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer_divider.is-1 {
  z-index: -1;
  height: 120%;
  bottom: 0%;
  transform: translate(0, -10%);
}

.footer_divider-wrapper {
  z-index: 0;
  background-image: linear-gradient(#34d39900 9%, #34d399 43%, #34d39900 91%);
  align-self: stretch;
  width: .14rem;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.home-hero_background-image-icon {
  z-index: 2;
  max-width: 58rem;
  position: absolute;
}

.home-padding {
  padding-top: 15.63rem;
  padding-bottom: 11.88rem;
}

.home-padding.contact {
  height: 100vh;
}

.home-padding.legal {
  padding-top: 10rem;
  padding-bottom: 0;
}

.header-email_image-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: .75rem;
  display: flex;
  position: absolute;
}

.brand-image {
  aspect-ratio: 16 / 9;
  object-fit: contain;
  height: 3.5rem;
}

.brand-image.med {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
}

.brand-image.m {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.button-text-wrapper {
  z-index: 0;
  background-color: var(--base-color-neutral--white);
  border-radius: .75rem;
  padding: .75rem 1.5rem;
  position: relative;
  overflow: hidden;
}

.button-text-wrapper.is-greent {
  background-image: linear-gradient(90deg, #34d399, #8fffd6 50%, #34d399);
}

.button-text-wrapper.is-greent.j {
  background-color: #ffffff2e;
  background-image: none;
}

.button-text-wrapper.is-greent.j.ss {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-color-gradiant-dark {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ebebeb, #a2a5a4);
  -webkit-background-clip: text;
  background-clip: text;
}

.growth-stalls_card-content {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  width: 100%;
  max-width: 30rem;
  padding: 2rem;
  display: flex;
}

.growth-stalls_card-content.is-small {
  max-width: 33rem;
}

.growth-stalls_card-content.is-large {
  max-width: 30rem;
}

.services_tabs-menu-image {
  margin-left: auto;
  margin-right: auto;
}

.services_tab-pane-wrapper {
  position: relative;
}

.services_tabs-icon-wrapper {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: .88rem;
  display: flex;
}

.services_content-absolute {
  margin-left: 2rem;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.services_content-button-wrapper {
  z-index: 2;
  display: block;
  position: absolute;
  inset: auto auto 0% 2rem;
}

.growth-stalls-background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.growth-stalls-background-image {
  position: absolute;
  inset: 0% 0% auto;
}

.growth-stalls-background-image.is-bottom {
  position: absolute;
  inset: auto 0% 0%;
}

.growth-stalls-background-image.is-left {
  width: auto;
  inset: 5% auto auto 0%;
}

.growth-stalls-background-image.is-right {
  width: auto;
  inset: 25% 0% auto auto;
  transform: translate(0, -50%);
}

.servise_background-image-top-wrapper {
  pointer-events: none;
  width: 46%;
  position: absolute;
  inset: -25% auto auto -10%;
  transform: rotate(14deg);
}

.servise_background-image-bottom-wrapper {
  width: 20.3619%;
  position: absolute;
  inset: auto auto -10% 50%;
  transform: translate(-50%)rotate(14deg);
}

.case-studies-background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0%;
}

.case-studies-background-image.is-right {
  object-position: 50% 100%;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.case-studies-background-image.is-left {
  width: auto;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(-20%)rotate(15deg);
}

.case-studies_video-image {
  height: 100%;
}

.case-studies_video-lightbox {
  aspect-ratio: 9.88 / 3.82;
  border-radius: 2.5rem;
  overflow: hidden;
}

.case-studies_card-number {
  color: var(--base-color-brand--green);
  font-size: 3rem;
  font-weight: 700;
  line-height: 1;
}

.case-studies_card-number.small {
  font-size: 2rem;
}

.case-studies_card-number.zz {
  color: var(--base-color-neutral--white);
  font-size: 2rem;
}

.reviews_card-layer {
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.reviews_card-layer-image {
  pointer-events: none;
  height: 100%;
}

.section_timeline {
  z-index: 0;
  position: relative;
}

.timeline_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start center;
  display: grid;
  position: relative;
}

.timeline_content-left {
  padding-top: 8.06rem;
  padding-right: 2.5rem;
  position: sticky;
  top: 5rem;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.timeline_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
}

.timeline_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--\<unknown\|relume-variable-color-scheme-1-background\>), #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
}

.timeline_progress-line {
  z-index: 0;
  background-image: linear-gradient(#34d39900 9%, #34d399 43%, #34d39900 91%);
  width: 2.25px;
  height: 17.38rem;
  margin-top: -25vh;
  position: sticky;
  top: 20%;
}

.timeline_line {
  opacity: .76;
  background-image: linear-gradient(#34d39900, #34d399 43%, #34d39900);
  width: 2.25px;
  height: 103%;
  margin-left: auto;
  margin-right: auto;
}

.timeline_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, transparent var(--\<unknown\|relume-variable-color-scheme-1-background\>) % , #0000);
  width: 4px;
  height: 4rem;
  position: absolute;
  bottom: 0%;
}

.timeline_progress-line-cover {
  z-index: 2;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -50vh;
}

.timeline_content-right {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.timeline_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  position: relative;
}

.timeline_circle-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: flex-start;
  width: 1rem;
  height: 100%;
  margin-left: -1rem;
  display: flex;
  position: absolute;
}

.timeline_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  width: .9375rem;
  height: .9375rem;
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  margin-top: 3rem;
}

.timeline_item {
  z-index: 2;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  padding-top: 2rem;
  padding-bottom: 2rem;
  padding-left: 4.63rem;
  position: relative;
  overflow: hidden;
}

.timeline_item.is-top {
  padding-top: 7.19rem;
}

.timeline_item.is-bottom {
  padding-bottom: 7.19rem;
}

.timeline_space {
  background-image: linear-gradient(#030b08, #030b0800);
  position: absolute;
  inset: 0%;
}

.timeline_space.is-bottom {
  background-image: linear-gradient(360deg, #030b08, #030b0800);
  height: 100%;
  inset: auto 0% 0%;
}

.text-color-grey {
  color: #7b7b7b;
  font-size: 1.2rem;
  line-height: 1.3;
}

.timeline_text {
  max-width: 25.75rem;
  font-size: 1.5rem;
}

.timeline-text-color {
  background-color: var(--base-color-brand--green);
  color: var(--base-color-brand--green-darker);
  padding-left: .5rem;
  padding-right: .5rem;
  line-height: 1.5;
}

.timeline-text-color.is-white {
  border-right: 1.5px solid var(--base-color-neutral--white);
  padding-right: 0;
}

.timeline_content-icon {
  justify-content: center;
  align-items: center;
  width: 4.25rem;
  height: 4.25rem;
  margin-top: -3px;
  margin-left: 4.38rem;
  display: flex;
}

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

.faq_list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  width: 100%;
  display: grid;
}

.faq_accordion {
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.faq_question {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  letter-spacing: -.02em;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  font-size: 1.5rem;
  font-weight: 500;
  display: flex;
}

.faq_icon-wrappper {
  border: 1px solid #1c3128;
  border-radius: 510%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.63rem;
  height: 2.63rem;
  transition: transform .4s, color .4s ease-out, background-color .4s ease-out;
  display: flex;
  box-shadow: 0 0 8px #00000026;
}

.plus-icon {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  position: relative;
}

.plus-line-1 {
  background-color: var(--base-color-neutral--white);
  border-radius: 2.5rem;
  flex: none;
  width: .09rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.plus-line-2 {
  z-index: -1;
  background-color: var(--base-color-neutral--white);
  border-radius: 2.5rem;
  flex: none;
  width: 100%;
  height: .09rem;
  position: absolute;
  overflow: hidden;
}

.faq_content {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  overflow: hidden;
}

.faq_mask {
  overflow: hidden;
}

.faq_answer {
  opacity: .8;
  width: 92%;
  padding-left: 1.5rem;
  font-size: .94rem;
  overflow: hidden;
}

.faq_bax-shadow {
  z-index: -1;
  opacity: .2;
  background-image: linear-gradient(310deg, #ffffff1a, #030b0803 33% 41%, #030b0805 73%, #ffffff1a);
  position: absolute;
  inset: 0%;
}

.faq_content-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 43.75rem;
  margin-bottom: 2.63rem;
}

.faq_list-wrapper {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.faq_card-wrapper {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  text-align: center;
  background-image: linear-gradient(135deg, #ffffff1a, #030b0803 32%, #030b0805 73%, #ffffff14);
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 1.5rem;
  font-size: 1.69rem;
  font-weight: 500;
  display: flex;
}

.faq_card-wrapper.border24 {
  position: sticky;
  top: 2rem;
}

.faq_card-image-wrapper {
  border-radius: 100%;
  width: 6.56rem;
  height: 6.56rem;
  margin-bottom: 1rem;
  overflow: hidden;
}

.faq_card-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.faq_button-whatsapp {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  background-color: var(--white-6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: var(--base-color-neutral--white);
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  font-size: .84rem;
  transition: color .4s, background-color .4s;
  display: flex;
  overflow: hidden;
}

.faq_button-whatsapp:hover {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-brand--green-darker);
}

.faq_button-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.subscribe_content-image-wrapper {
  margin-top: -2rem;
  margin-bottom: -2rem;
}

.subscriber_info-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.button-circule {
  z-index: -1;
  opacity: 0;
  filter: blur(7px);
  pointer-events: none;
  background-image: linear-gradient(90deg, #34d399, #99fad6);
  border-radius: .75rem;
  width: 2.63rem;
  height: 3rem;
  transition: opacity .4s;
  position: absolute;
  inset: 0% auto auto 0%;
}

.footer_background-image-wrapper {
  pointer-events: none;
  width: 40%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -35%);
}

.footer_background-image2-wrapper {
  pointer-events: none;
  width: 60%;
  position: absolute;
  inset: 0% 10% auto auto;
  transform: translate(0%, -40%);
}

.footer_background-image3-wrapper {
  pointer-events: none;
  width: 40%;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-50%, -25%);
}

.footer_link-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar-fixed {
  z-index: 99;
  pointer-events: none;
  position: absolute;
  inset: 0% 0% auto;
}

.navbar2_component {
  background-color: #0000;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 3rem;
  margin-top: 2.5rem;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: relative;
}

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(min-content, max-content) 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 61.88rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_container.agent, .navbar2_container.sp {
  grid-template-columns: 1fr minmax(min-content, max-content);
}

.navbar2_logo-link {
  width: 6.5rem;
}

.navbar2_logo {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.navbar2_menu {
  z-index: 0;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: auto;
  border: .6px solid #fff3;
  border-radius: .84rem;
  justify-content: center;
  align-items: center;
  min-height: 3rem;
  padding: .3rem;
  display: flex;
  position: relative;
}

.navbar2_link {
  color: #fffc;
  background-color: #0000;
  border-radius: .7rem;
  width: 100%;
  padding: .5rem 1rem;
  font-size: .88rem;
  transition: color .3s;
}

.navbar2_link:hover {
  color: var(--base-color-neutral--white);
  background-color: #ffffff1a;
}

.navbar2_link.w--current {
  color: var(--base-color-neutral--white);
}

.navbar2_link.hidden {
  display: flex;
}

.navbar2_link.dd {
  padding-right: 2rem;
}

.navbar2_link.s {
  padding: .7rem 1rem;
}

.navbar2_menu-dropdown {
  height: 100%;
  color: var(--base-color-neutral--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  height: 100%;
  color: var(--base-color-neutral--white);
  align-items: center;
  padding: .5rem 0;
  display: flex;
}

.navbar2_dropdwn-toggle.w--open {
  z-index: 0;
  position: relative;
}

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

.navbar2_dropdown-list {
  width: 8rem;
}

.navbar2_dropdown-list.w--open {
  background-color: var(--white-6);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  border-radius: .75rem;
  width: 50px;
  margin-left: -7px;
  padding: 5px;
  position: absolute;
  inset: 3rem 0% auto;
}

.navbar2_dropdown-link {
  color: var(--base-color-neutral--white);
  white-space: nowrap;
  border-radius: .75rem;
  padding: .5rem .6rem;
  font-size: .77rem;
}

.navbar2_dropdown-link:hover {
  background-color: #ffffff1a;
}

.navbar2_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  font-weight: 700;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  width: 100%;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_menu-icon {
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.navbar2_menu-background-image-wrapper {
  z-index: -1;
  border: .6px solid #ffffff12;
  border-radius: .75rem;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.navbar2_menu-background-image-wrapper.s {
  width: 100%;
}

.navbar2_menu-background-image {
  height: 100%;
}

.navbar2_menu-background-image.w--open {
  background-color: #ddd0;
  width: 100%;
  padding-top: 0;
}

.hide-in-pc {
  display: none;
}

.section_header-email {
  z-index: 0;
  position: relative;
}

.header-email_component {
  padding-top: 10.31rem;
  padding-bottom: 6.69rem;
}

.header-email_component.agent {
  padding-top: 6rem;
}

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

.header-email_content.agent {
  grid-template-columns: 1.5fr 1fr;
}

.header-email_item-list {
  margin-top: 2rem;
  display: flex;
}

.header-email_item-list.z {
  display: none;
}

.header-email_text-wrapper {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  color: var(--white-40);
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.25rem 1rem .75rem;
  font-weight: 500;
  display: flex;
}

.header-email_image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.header-email_image {
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
}

.header-email_image.is-mobile {
  margin-left: -100%;
}

.layout125_tagline-image {
  width: 1.88rem;
  height: 1.88rem;
}

.header-email_text-number {
  color: var(--base-color-neutral--white);
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.background-gradiant {
  -webkit-backdrop-filter: blur(18px);
  backdrop-filter: blur(18px);
  background-image: linear-gradient(135deg, #ffffff1a, #030b0803 32%, #030b08 41%, #ffffff1a);
}

.section_gallery-email {
  z-index: 1;
  display: flex;
  position: relative;
}

.gallery-email_component {
  min-height: 200vh;
}

.gallery-email_list {
  grid-column-gap: 2.5vw;
  grid-row-gap: 2.5vw;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

.gallery-email_image-wrapper {
  border-radius: 1.25rem;
  flex: none;
  width: 20vw;
  height: 90vh;
  overflow: hidden;
}

.section_invest {
  position: relative;
}

.invest_content-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.invest_left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.invest_item {
  text-align: center;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.25rem 1.13rem;
  display: flex;
}

.invest_image-wrapper {
  z-index: 1;
  width: 100%;
  position: relative;
}

.invest_image {
  z-index: 2;
  aspect-ratio: 4.2 / 2.6;
  opacity: 0;
  object-fit: cover;
  width: 100%;
  position: relative;
}

.invest_right {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.text-color-red {
  color: var(--base-color-brand--light-red);
}

.invest-background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0% 50% auto auto;
  transform: translate(100%);
}

.invest-background-image-wrapper.hidden {
  display: none;
}

.lose_text-wrapper {
  max-width: 14.5rem;
}

.section_problem {
  z-index: 0;
  position: relative;
}

.problem_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: relative;
}

.problem_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--base-color-brand--green-darker);
  border-top: 1px solid #505050;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  margin-bottom: 15vh;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
  position: sticky;
  top: 0%;
  overflow: hidden;
}

.problem_card.card-1 {
  top: 15%;
}

.problem_card.card-2 {
  top: 17%;
}

.problem_card.card-3 {
  top: 19%;
}

.problem_card.card-4 {
  top: 21%;
}

.problem_card.card-5 {
  top: 23%;
}

.problem_card.card-6 {
  top: 25%;
}

.problem_image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.problem_card-content {
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.problem_card-content-top {
  max-width: 32rem;
}

.problem_card-tag-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2rem;
  display: flex;
}

.problem_card-tag {
  border: 1px solid var(--white-8);
  color: var(--white-80);
  letter-spacing: -.02em;
  border-radius: 1.88rem;
  padding: .63rem 1.13rem;
  font-size: 1.13rem;
  line-height: 1.1;
  display: inline-block;
}

.problem_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-100%);
}

.section_workflow {
  z-index: 1;
  background-color: var(--base-color-brand--green-darker);
  position: relative;
}

.workflow_component {
  margin-bottom: 7rem;
}

.workflow_list-wrapper {
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.workflow_card {
  z-index: 0;
  aspect-ratio: 16 / 9;
  background-color: var(--base-color-brand--green-darker);
  flex-direction: column;
  flex: none;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding: 2cqw 3cqw;
  display: flex;
  position: relative;
  overflow: hidden;
  container-type: inline-size;
}

.workflow_card.border24 {
  border-radius: 24px;
}

.workflow_client-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.workflow_client-image {
  z-index: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.workflow_card-content {
  grid-column-gap: 1cqw;
  grid-row-gap: 1cqw;
  flex-flow: column;
  font-size: 4cqw;
  display: flex;
}

.problem_content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(200px, 200px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  margin-bottom: 3.5rem;
  display: grid;
}

.lightbox-play-icon {
  z-index: 2;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.layout502_tab-content {
  max-width: 28.75rem;
}

.layout502_tag {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: #fff9;
  background-color: #ffffff0d;
  border: 1px solid #ffffff75;
  border-radius: 1.31rem;
  margin-bottom: 1.25rem;
  padding: .31rem .75rem;
  font-size: .75rem;
  line-height: 1;
  display: inline-block;
}

.layout502_tab-text-wrapper {
  max-width: 26.5rem;
}

.text-color-yellow {
  color: var(--base-color-brand--yellow);
}

.layout502_tab-tag-wrapper {
  grid-column-gap: .38rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  margin-top: 2.5rem;
  display: flex;
}

.layout502_tab-tag {
  grid-column-gap: .13rem;
  grid-row-gap: .13rem;
  background-color: #ffffff1a;
  border: 1px solid #ffffff24;
  border-radius: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .38rem .63rem .38rem .38rem;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
}

.layout502_tab-tag.is-mute {
  color: #797c86;
  background-color: #ffffff0d;
}

.layout502_tab-tag-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.text-opacity-80 {
  opacity: .8;
}

.layout502_tab-right {
  position: relative;
  overflow: hidden;
}

.layout502_tab-arrow-icon {
  width: 1.75rem;
  height: 3.44rem;
}

.layout502-background-image-wrapper {
  z-index: -1;
  pointer-events: none;
  position: absolute;
  inset: 15% auto auto 50%;
  transform: translate(-50%);
}

.section_result {
  z-index: 3;
  position: relative;
}

.result_component {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.result_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.35fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.result_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.result_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.result_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
}

.result_item-list.hidden {
  display: none;
}

.result_text-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid var(--white-8);
  border-radius: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  padding-left: .5rem;
  padding-right: .5rem;
  display: grid;
  overflow: hidden;
}

.result_text {
  padding-top: .88rem;
  padding-bottom: .88rem;
  font-size: .75rem;
}

.result_text-image-wrapper {
  width: 5.5rem;
}

.result_text-number {
  font-size: 2.63rem;
  font-weight: 400;
  line-height: 1;
}

.result_tag-wrapper {
  grid-column-gap: .38rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  margin-top: 2.5rem;
  margin-bottom: 1.88rem;
  display: flex;
}

.result_tag {
  grid-column-gap: .13rem;
  grid-row-gap: .13rem;
  color: #cacace;
  background-color: #ffffff1a;
  border: 1px solid #ffffff24;
  border-radius: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .38rem .63rem .38rem .38rem;
  font-size: .88rem;
  font-weight: 500;
  line-height: 1;
  display: inline-flex;
}

.result_tag.is-mute {
  color: #797c86;
  background-color: #ffffff0d;
}

.result_background-top-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.result_background-bottom-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: auto auto -25% 0%;
}

.section_pricing {
  position: relative;
}

.pricing39_grid-list {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.pricing39_grid-list.swiper-wrapper {
  grid-template-columns: 1fr 1fr 1fr;
  place-items: stretch center;
  display: grid;
}

.pricing_plan {
  z-index: 0;
  background-color: #0b1210;
  border: 1px solid #0000;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  font-size: .94rem;
  transition: border-color .2s, background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing_plan.is-active {
  background-color: #0000;
  border-color: #34d399;
}

.pricing_plan.swiper-slide {
  height: 100%;
  display: flex;
}

.pricing_content-top {
  flex-direction: column;
}

.pricing39_content-title {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.5rem;
  font-size: 1.5rem;
}

.pricing39_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.pricing39_feature {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  justify-content: flex-start;
  align-items: center;
  font-size: .94rem;
  display: flex;
}

.pricing_feature-icon-wrapper {
  flex: none;
  width: 1.13rem;
  height: 1.13rem;
}

.pricing_content-number {
  margin-bottom: 1.5rem;
  font-size: 2.63rem;
  font-weight: 400;
  line-height: 1.1;
}

.pricing_content-number.is-center {
  margin-bottom: .5rem;
}

.pricing_feature-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.no-wrap {
  white-space: nowrap;
}

.pricing39_plan-wrapper {
  position: relative;
}

.pricing39_plan-wrapper.swiper-slide {
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
}

.pricing39_plan-image {
  z-index: -1;
  opacity: 0;
  object-fit: fill;
  width: 70%;
  transition: opacity .2s;
  position: absolute;
  inset: -1.5rem auto auto -1.5rem;
}

.pricing39_plan-image.is-bottom {
  inset: auto -1.5rem -1.5rem auto;
}

.pricing_plan-background-image {
  z-index: -1;
  opacity: 0;
  height: 100%;
  transition: opacity .2s;
  position: absolute;
  inset: 0%;
}

.pricing39_bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0b1210;
  border-radius: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3rem;
  padding: 1.5rem;
  display: grid;
}

.pricing39_bottom-wrapper.s {
  margin-top: 1rem;
}

.pricing39_feature-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  display: grid;
}

.pricing39_bottom-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  flex-flow: column;
  display: flex;
}

.layout45-content-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.layout45-content-wrapper.is-large {
  grid-template-columns: 2.25fr 1fr;
}

.section_value {
  z-index: 0;
  position: relative;
}

.value_grid-list {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.value_row {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1fr;
}

.value_row.v-1 {
  grid-template-columns: 1fr 1fr 1fr;
}

.value_row.swiper-wrapper {
  display: grid;
}

.value_row.swiper-wrapper.s._2 {
  grid-template-columns: 1fr 1fr 1.25fr;
  margin-top: 1rem;
}

.value_card {
  z-index: 0;
  border-radius: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 17.69rem;
  padding: 1.5rem 1.13rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.value_card.border24.is-large {
  min-height: 18.75rem;
}

.value_card.border24.swiper-slide {
  display: flex;
}

.value_background-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.value_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.value_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.value_card-content.is-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.value_card-content-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-end;
  margin-top: auto;
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  font-size: .88rem;
  font-weight: 400;
  display: flex;
}

.value_card-title {
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.2;
}

.value_card-content-right {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  max-width: 12.13rem;
  color: var(--base-color-brand--green);
  flex-flow: column;
  justify-content: flex-end;
  font-size: .88rem;
  display: flex;
}

.value_card-content-link {
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  text-decoration: underline;
}

.section_pricing10 {
  position: relative;
}

.pricing10_component {
  max-width: 56.69rem;
  margin-left: auto;
  margin-right: auto;
}

.pricing10_grid-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
}

.pricing10_plan {
  background-color: #0b16126e;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  margin-right: -3rem;
  display: flex;
  overflow: hidden;
  transform: translate(0, 48px);
}

.pricing10_plan.is-right {
  z-index: 1;
  -webkit-backdrop-filter: blur(36px);
  backdrop-filter: blur(36px);
  margin-left: -3rem;
  margin-right: 0;
  position: relative;
  transform: none;
}

.pricing10_content-top {
  text-align: center;
  background-color: #0b1612;
  padding: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
}

.pricing10_content-top.is-gren {
  background-color: #34d39917;
  border-radius: 3px;
}

.pricing10_feature-list {
  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;
}

.pricing10_feature {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing10_icon-wrapper {
  flex: none;
  width: 1.13rem;
  height: 1.13rem;
}

.pricing10_content-bottom {
  padding: 1.75rem 1.5rem 2rem;
}

.pricing10_icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing10_content-icon {
  width: 125px;
}

.pricing10_plan-image {
  z-index: -1;
  pointer-events: none;
  object-fit: fill;
  height: 100%;
  position: absolute;
}

.section_playbook {
  z-index: 0;
  position: relative;
}

.playbook_component {
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
}

.playbook_content {
  grid-column-gap: 2.63rem;
  grid-row-gap: 2.63rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.playbook_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.playbook_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.playbook_image.hidden {
  display: none;
}

.playbook_content-right {
  max-width: 35rem;
  overflow: hidden;
}

.playbook_tag-wrapper {
  grid-column-gap: .38rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  margin-bottom: 1.88rem;
  display: flex;
}

.playbook_tag {
  grid-column-gap: .13rem;
  grid-row-gap: .13rem;
  color: #cacace;
  border: 1px solid #ffffff24;
  border-radius: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1.13rem .63rem;
  font-size: 1.13rem;
  line-height: 1;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.playbook_tag.is-green {
  color: var(--base-color-brand--green);
}

.playbook_tag-title {
  font-size: 1.25rem;
}

.playbook_tag-title-wrapper {
  margin-top: 1.25rem;
  margin-bottom: .88rem;
}

.playbook_tag-layer {
  z-index: -1;
  opacity: .59;
  position: absolute;
  inset: 0%;
}

.playbook_content-max {
  max-width: 25rem;
  margin-bottom: .88rem;
}

.playbook_content-max.is-large {
  max-width: none;
}

.pricing10-background-top-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
}

.pricing10-background-bottom-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.value_background-top-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(0, -50%);
}

.pricing_background-top-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: auto auto 0% 0%;
}

.pricing_background-bottom-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.playbook-background-bottom-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: auto 0% 0% auto;
}

.reviews-background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 50% 0% auto auto;
  transform: translate(0, -50%);
}

.reviews-background-image {
  height: 100%;
}

.section_header-system {
  position: relative;
}

.header-system_content {
  z-index: 1;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.header_background-image-wrapper {
  z-index: -2;
  aspect-ratio: 1.2;
  opacity: 0;
  position: absolute;
  inset: 0% 0% auto;
}

.header_background-image {
  z-index: -1;
  width: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.header-system_tagline-image {
  width: 1.25rem;
  height: 1.25rem;
}

.header-system_tagline-image.hidden {
  display: none;
}

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

.section_efficiency.atlas {
  height: 570vh;
  padding-top: 0;
  padding-bottom: 0;
}

.efficiency_question-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  max-width: 18.2rem;
  display: flex;
}

.image {
  width: 9.38rem;
}

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

.offer_component {
  container-type: inline-size;
}

.offer_content {
  z-index: 0;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  min-height: 41rem;
  margin-bottom: 10rem;
  display: grid;
  position: relative;
  container-type: inline-size;
}

.offer_list {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  justify-content: space-between;
  place-items: flex-end stretch;
  width: 100%;
  padding-right: 12.1rem;
  display: flex;
}

.offer_list.is-1 {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  justify-content: space-between;
  align-items: flex-start;
  padding-left: 13rem;
  padding-right: 0;
}

.offer_accordion {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: clamp(13.5vw, 25vw, 360px);
  max-width: 22.5rem;
  overflow: visible;
}

.offer_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.75rem 1.5rem 1.25rem;
  display: flex;
}

.offer_icon-wrapper {
  border-radius: 1.5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.offer_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.section_usecase {
  position: relative;
}

.usecase_tabs {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.usecase_tab-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.usecase_tab-wrapper.swiper-slide {
  height: auto;
  display: grid;
}

.usecase_tab-content {
  max-width: 27.6rem;
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
}

.usecase_tag {
  -webkit-backdrop-filter: blur(13px);
  backdrop-filter: blur(13px);
  color: #fff9;
  background-color: #ffffff0d;
  border: 1px solid #ffffff75;
  border-radius: 1.31rem;
  margin-bottom: 1.25rem;
  padding: .31rem .75rem;
  font-size: .75rem;
  line-height: 1;
  display: inline-block;
}

.usecase_tab-right {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.usecase_tab-arrow-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 1.5rem;
  font-size: 2.5rem;
  font-weight: 700;
  display: flex;
}

.usecase_tab-arrow {
  width: 1.75rem;
  height: 3.44rem;
}

.usecase_tab-slider-wrapper.swiper, .usecase_tab-slider-list.swiper-wrapper {
  width: 100%;
}

.usecase_image-wrapper {
  border-radius: 1rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.usecase_image {
  aspect-ratio: 4.84 / 4;
  width: 100%;
  height: 100%;
}

.usecase_tabs-menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  margin-bottom: 3.5rem;
  display: flex;
  overflow: auto;
}

.usecase_tabs-menu.is-bottom {
  order: 9999;
  margin-top: 3.5rem;
  margin-bottom: 0;
}

.usecase-title-wrapper {
  max-width: 25rem;
}

.usecase_list {
  margin-top: 1.5rem;
  font-size: .88rem;
}

.radio2_field {
  color: #91b2a6;
  white-space: nowrap;
  background-color: #34d39903;
  border-radius: 10rem;
  flex: none;
  justify-content: center;
  align-items: center;
  min-width: 5.88rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.radio2_field.w--current {
  color: #34d399;
  background-color: #34d3990d;
  border-color: #2fa87c;
}

.radio2_label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

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

.stats_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  max-width: 26.63rem;
  display: flex;
}

.stats_item {
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  display: flex;
  overflow: hidden;
}

.stats_item-content {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.stats_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.stats_image {
  width: 100%;
}

.stats_item-number {
  margin-bottom: 1.5rem;
  font-size: 3rem;
  font-weight: 500;
  line-height: 1;
}

.search_grid-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.search_card {
  grid-column-gap: .63rem;
  grid-row-gap: .63rem;
  background-color: #08100d;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 16.25rem;
  padding: .75rem;
  font-size: .69rem;
  display: flex;
  overflow: hidden;
}

.search_rating-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.search_image-wrapper {
  border-radius: .5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  overflow: hidden;
}

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

.search_menu {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: center;
  align-items: center;
  margin-bottom: 3rem;
  display: flex;
  overflow: auto;
}

.search_radio_component {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.search_radio_field {
  color: #91b2a6;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 5.88rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.search_radio-icon {
  cursor: pointer;
  background-color: #34d39903;
  border: 1px solid #0e3526;
  border-radius: 1.25rem;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.search_radio-icon.w--redirected-checked {
  background-color: #34d3990d;
  border-width: 1px;
  border-color: #2fa87c;
}

.search_radio-icon.w--redirected-focus {
  border-style: solid;
  box-shadow: 0 0 #0000;
}

.search_image {
  aspect-ratio: 1;
  height: 100%;
}

.section_pricing-system {
  position: relative;
}

.pricing-system_list {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center stretch;
}

.pricing-system_list.swiper-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.pricing-system_list.swiper-wrapper.s {
  grid-template-columns: 1fr 1fr;
}

.pricing-system_plan {
  z-index: 0;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  padding: 1.5rem;
  font-size: .94rem;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.pricing-system_plan.is-active {
  background-color: #0000;
}

.pricing-system_plan.is-left.background-gradiant {
  background-image: linear-gradient(135deg, #ffffff1a, #030b0803 32%, #030b08 41%, #ffffff1a);
}

.pricing-system_plan.is-left.background-gradiant.swiper-slide {
  width: 100%;
  height: auto;
}

.pricing-system_plan.is-right {
  background-image: linear-gradient(125deg, #c94a681a, #030b0803 32% 41%, #030b0805 73%, #c94a684a);
}

.pricing-system_plan.is-right.swiper-slide {
  width: 100%;
  height: auto;
}

.pricing-system_content-top {
  flex-direction: column;
}

.pricing_content-title {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 1.5rem;
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 500;
}

.pricing_content-title.is-green {
  color: var(--base-color-brand--green);
}

.pricing_content-title.is-pink {
  color: #c94a68;
}

.pricing_content-title.is-yellow {
  color: var(--base-color-brand--yellow);
}

.pricing_feature-list {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  display: grid;
}

.pricing_feature {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  justify-content: flex-start;
  align-items: center;
  font-size: .94rem;
  display: flex;
}

.pricing3_plan-wrapper {
  width: 100%;
  position: relative;
}

.pricing3_plan-wrapper.swiper-slide {
  height: auto;
}

.pricing_plan-image {
  z-index: -1;
  opacity: 0;
  object-fit: fill;
  width: 70%;
  transition: opacity .2s;
  position: absolute;
  inset: -1.5rem 0% 0% -1.5rem;
}

.pricing_plan-image.is-bottom {
  inset: auto -1.5rem -1.5rem auto;
}

.pricing_plan-image-number {
  margin-bottom: .5rem;
}

.filters_rangeslider-total {
  color: #fbf093;
  margin-bottom: 1rem;
  font-size: .9rem;
}

.filters_rangeslider-total.hide-tablet {
  display: flex;
}

.filters_rangeslider-total.hide-tablet.s {
  display: none;
}

.opacity-70 {
  opacity: .7;
}

.section_header-website {
  z-index: 0;
  position: relative;
}

.header-website_component {
  max-width: 64.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 13.44rem;
  padding-bottom: 7.63rem;
}

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

.header-website_content-left.s {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header-website_lightbox {
  z-index: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.header-website_lightbox-image {
  object-fit: cover;
  border-radius: 1.5rem;
  width: 100%;
}

.icon-embed-large {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  display: flex;
}

.header-website_tagline-image {
  width: 3.38rem;
  height: 1.88rem;
}

.header-website_background-image-wrapper {
  z-index: -1;
  aspect-ratio: 1;
  pointer-events: none;
  width: 150%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.header-website_lightbox-background {
  z-index: 0;
  object-fit: contain;
}

.section_lose {
  z-index: 1;
  background-color: var(--base-color-brand--green-darker);
  position: relative;
}

.lose_content-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.2fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.lose_left {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.layout_item {
  text-align: center;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 2.25rem 1.13rem;
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  font-weight: 300;
  display: flex;
}

.layout_lose {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
}

.lose_image-wrapper {
  z-index: 1;
  width: 105%;
  margin-left: -2.5%;
  position: relative;
}

.layout_image {
  width: 100%;
  height: auto;
}

.layout_image.hide-tablet {
  width: 98%;
}

.layout_image.is--mobilke {
  display: none;
}

.section_gallery {
  z-index: 1;
  position: relative;
  container-type: inline-size;
}

.gallery_component {
  max-width: 76rem;
  height: 200vh;
  margin-left: auto;
  margin-right: auto;
}

.gallery_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  perspective: 2000px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.gallery_background {
  z-index: -1;
  max-width: 31.25rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.layout_background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: rotate(7deg)translate(0, -50%);
}

.offer_question-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  font-size: 1.38rem;
  font-weight: 500;
  display: flex;
}

.offer_question-icon {
  width: 2rem;
  height: 2rem;
  color: var(--base-color-brand--green);
  justify-content: center;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.offer_plus-icon {
  justify-content: center;
  align-items: center;
  width: .75rem;
  height: .75rem;
  display: flex;
  position: relative;
}

.faq10_plus-line-1 {
  background-color: var(--base-color-neutral--white);
  border-radius: 40rem;
  flex: none;
  width: .09rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.faq10_plus-line-2 {
  background-color: var(--base-color-neutral--white);
  border-radius: 2.5rem;
  flex: none;
  width: 100%;
  height: .09rem;
  position: absolute;
  overflow: hidden;
}

.offer_top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 4rem;
  display: flex;
}

.growth-stalls_card-title {
  letter-spacing: 0;
  font-size: 1.69rem;
  font-weight: 700;
}

.faq_background-image-wrapper {
  z-index: -1;
  min-width: 35%;
  position: absolute;
  inset: 10% 0% auto auto;
}

.faq_background-image {
  display: block;
}

.timeline-background-image-wrapper {
  z-index: -1;
  position: absolute;
  inset: 0% 0% auto auto;
}

.section_build {
  z-index: 0;
  position: relative;
}

.build_content-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(170px, 200px);
  grid-auto-columns: 1fr;
  place-items: end;
  margin-bottom: 3rem;
  display: grid;
}

.build_grid-list {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.build_row {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr 1.25fr;
}

.build_row.v-1 {
  grid-template-columns: 1.25fr 1fr 1fr;
}

.build_card {
  z-index: 0;
  border-radius: 1.5rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-height: 21.56rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.build_background-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.build_background-image {
  height: 100%;
}

.build_card-content-wrap {
  flex-direction: column;
  flex: 1;
  justify-content: flex-end;
  display: flex;
  position: relative;
}

.build_card-content {
  z-index: 0;
  padding: 1.5rem;
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  font-size: .88rem;
  font-weight: 400;
  position: relative;
}

.build_card-title-cop {
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.build_tag {
  grid-column-gap: .13rem;
  grid-row-gap: .13rem;
  color: #cacace;
  background-color: #ffffff0d;
  border: .75px solid #404040;
  border-radius: 6.25rem;
  justify-content: flex-start;
  align-items: center;
  padding: .63rem 1rem;
  font-size: .75rem;
  line-height: 1;
  display: inline-flex;
  position: relative;
  overflow: hidden;
}

.build_tag.is-green {
  border-color: var(--base-color-brand--green-dark);
  color: var(--base-color-brand--green);
}

.build_tag-wrapper {
  margin-top: .38rem;
}

.build_tag-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: wrap;
  display: inline-flex;
}

.build_card-content-layer {
  z-index: -1;
  opacity: .86;
  background-image: linear-gradient(0deg, #030b08, #030b08 52%, #030b0800);
  position: absolute;
  inset: 0%;
}

.workflow_card-title {
  font-size: 5cqw;
}

.workflow_list {
  max-width: 124.38rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.efficiency_content-bottom {
  z-index: 0;
  position: relative;
}

.efficiency_content {
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.efficiency_inner-wrapper {
  width: 51.5%;
  padding-left: 1.5rem;
}

.efficiency_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.efficiency_tabs-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start stretch;
  min-height: 41.25rem;
  display: flex;
}

.efficiency_tab-link {
  opacity: .6;
  color: var(--base-color-neutral--white);
  background-color: #0000;
  border-left: 1px solid #336754;
  border-radius: .75rem;
  padding: 1.25rem 1rem 1.25rem 1.88rem;
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  font-weight: 300;
}

.efficiency_tab-link.w--current {
  opacity: 1;
  background-color: #0000;
  border-left-width: 3px;
}

.efficiency_tab-title-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.efficiency_tab-title {
  font-size: 1.5rem;
  font-weight: 400;
}

.efficiency_tab-icon {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.efficiency_paragraph-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  overflow: hidden;
}

.efficiency_paragraph {
  width: 100%;
  max-width: 31.25rem;
}

.efficiency_tabs-content {
  justify-content: center;
  align-items: center;
  width: 49%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: visible;
}

.efficiency_tab-pane {
  width: 100%;
}

.efficiency_tab-pane-item {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.efficiency_image-wrapper {
  border-radius: 2.25rem;
}

.reviews_card-arrow {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.reviews_card-arrow-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.reviews_card-arrow-icon {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.pricing_grid-wrapper.swiper {
  overflow: visible;
}

.pricing_navigation-wrapper {
  display: block;
}

.swiper_pagination-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 2rem;
  display: none;
}

.swiper_bullet {
  background-color: var(--base-color-neutral--white);
  border-radius: 100%;
  width: .75rem;
  height: .75rem;
}

.swiper_bullet.is-active {
  background-color: var(--base-color-brand--green);
  border-radius: 5.63rem;
  width: 1.88rem;
}

.pricing-system_grid-wrapper.swiper {
  overflow: visible;
}

.reviews2_card-arrow-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  margin-top: 20px;
  display: none;
}

.header-system_image-wrapper {
  z-index: 0;
  width: 90%;
  max-width: 80rem;
  margin-top: 4rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 2rem;
  position: relative;
}

.header-system_content-max {
  color: #abadac;
  max-width: 44.25rem;
}

.header-system_background-image-line {
  z-index: -1;
  width: 25%;
  position: absolute;
  inset: 50% 50% auto auto;
  transform: translate(11%, 8%);
}

.efficiency_background-image-wrapper {
  z-index: -1;
  width: 41%;
  position: absolute;
  inset: 83% auto auto 50%;
  transform: translate(-79%);
}

.offer_image-wrapper {
  z-index: 1;
  pointer-events: none;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-51%, -56%);
}

.opacity-60 {
  opacity: .6;
}

.reviews2_card-arrow {
  border-radius: 1.5rem;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.swiper-number-total {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff, #fff3);
  -webkit-background-clip: text;
  background-clip: text;
}

.offer_line-image {
  z-index: 1;
  width: auto;
  position: absolute;
  inset: 50% auto auto 0%;
  transform: translate(-95%);
}

.offer_line-image.is-1 {
  inset: 50% 0% auto auto;
  transform: translate(98%);
}

.offer_line-image.is-2 {
  inset: 50% 0% auto auto;
  transform: translate(100%, -78%);
}

.offer_line-image.is-3 {
  transform: translate(-100%);
}

.offer_line-image.is-4 {
  inset: auto 0% 0% auto;
  transform: translate(90%, -14%);
}

.offer_line-image.is-5 {
  inset: auto auto 0% 0%;
  transform: translate(-95%, -25%);
}

.offer_backline-image {
  z-index: -1;
  width: auto;
  position: absolute;
  inset: auto auto 0% 50%;
  transform: translate(-97%, 40%);
}

.pricing_plan-wrapper {
  position: relative;
}

.pricing_plan-wrapper.swiper-slide {
  width: 100%;
  height: auto;
}

.pricing_grid-list {
  grid-column-gap: 1.13rem;
  grid-row-gap: 1.13rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.pricing_grid-list.swiper-wrapper {
  grid-column-gap: 1.75rem;
  grid-row-gap: 1.75rem;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  display: grid;
}

.pricing_content-smal-number {
  font-size: 1.5rem;
}

.build_card-content-top {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.build_card-content-button {
  z-index: 3;
  opacity: 0;
  padding: 1.5rem;
  position: absolute;
  inset: auto 0% 0%;
}

.locales-wrapper {
  height: 100%;
  display: block;
}

.padding-page-top {
  padding-top: 13.5rem;
}

.header-system_background-icon-group {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 100%;
}

.header-system_background-icon-wrapper {
  border-radius: .63rem;
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  inset: 0% auto auto 50%;
  transform: translate(-700%, -80%);
}

.header-system_background-icon-wrapper.is-2 {
  transform: translate(-1050%, 160%);
}

.header-system_background-icon-wrapper.is-3 {
  top: auto;
  bottom: 0%;
  transform: translate(-860%, -70%);
}

.header-system_background-icon-wrapper.is-4 {
  inset: auto 50% 0% auto;
  transform: translate(940%, -140%);
}

.header-system_background-icon-wrapper.is-5 {
  inset: 0 50% auto auto;
  transform: translate(1060%, 60%);
}

.header-system_background-icon-wrapper.is-6 {
  inset: 0 50% auto auto;
  transform: translate(750%, -70%);
}

.header-system_background-icon-component {
  z-index: 0;
  border-radius: .75rem;
  width: 3.75rem;
  height: 3.75rem;
  padding: 3px;
  position: relative;
}

.header-system_background-icon {
  filter: drop-shadow(0 2px 8px #0003) drop-shadow(0 1px 1px #0000001a);
  object-fit: contain;
  background-color: #0000001a;
  border-radius: .75rem;
  height: 100%;
}

.header-system_background-icon-border {
  position: absolute;
  inset: 0%;
}

.glowing-wrapper {
  border-radius: 62.5rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper.glowing-wrapper-active.s {
  margin-bottom: .5rem;
}

.glowing-wrapper.glowing-wrapper-active.careers, .glowing-wrapper.glowing-wrapper-active.home {
  margin-bottom: 0;
}

.styles---glowing-button {
  display: none;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-glow {
  opacity: .3;
  filter: blur(8px);
}

.glowing-wrapper-mask-wrapper, .glowing-wrapper-mask {
  opacity: 1;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-button {
  z-index: 1;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  letter-spacing: -.01em;
  background-color: #20202033;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  justify-content: center;
  align-items: center;
  padding: .38rem 1rem .38rem .3rem;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  display: flex;
  position: relative;
}

.glowing-wrapper-button.is-padding-more {
  padding-top: .63rem;
  padding-bottom: .63rem;
  padding-left: .63rem;
}

.glowing-wrapper-button.is-tagline {
  background-color: #34d3990d;
  padding: .56rem 1rem;
}

.glowing-wrapper-button.s {
  padding-left: 1rem;
}

.glowing-wrapper-button.s.p {
  padding-left: .4rem;
}

.home-hero_tagline-image {
  width: 5rem;
  height: auto;
}

.offer_accordion-card {
  height: 5.5rem;
  position: relative;
}

.offer_accordion-card.is-right {
  transform: translate(-5.5rem);
}

.offer_accordion-card.is-right.is-v2 {
  transform: translate(-5rem, -100%);
}

.offer_accordion-card.is-left {
  transform: translate(5.5rem);
}

.offer_accordion-card.is-left.is-v2 {
  transform: translate(9rem);
}

.offer_accordion-card.is-mid-top {
  transform: translate(2rem, -59%);
}

.home-hero_line-wrapper {
  background-color: #121e1a;
  flex: none;
  width: 3px;
  height: 100%;
  position: relative;
}

.home-hero_line-wrapper.is-website {
  background-color: #121e1a1a;
}

.home-hero_line {
  background-image: linear-gradient(#49d3a400, #49d3a4 50%, #49d3a400);
  width: 100%;
  height: 10rem;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(0, -100%);
}

.home-hero_line-blur {
  filter: blur(8px);
  background-image: linear-gradient(#49d3a400, #49d3a4 50%, #49d3a400);
  width: 100%;
  height: 100%;
}

.home-hero_background-line-group {
  z-index: 0;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 31%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.home-hero_background-line-group.is-right {
  justify-content: flex-end;
  inset: 0% 0% 0% auto;
}

.home-hero_background-overlay {
  z-index: 2;
  background-image: linear-gradient(180deg, #060b0a00, var(--base-color-brand--green-darker) 40%);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.layout50_tab-content {
  width: 100%;
  max-width: none;
}

.header_gradient-stars {
  z-index: -2;
  aspect-ratio: 3 / 2;
  flex: none;
  width: 40%;
  position: absolute;
  inset: auto 45% 50% auto;
  overflow: hidden;
}

.star {
  background-image: linear-gradient(125deg, #c6c6c6, #fff);
  border-radius: 50%;
  width: 2px;
  height: 2px;
  position: absolute;
  inset: -5% auto auto -5%;
}

.invest_image-arrow-wrap {
  width: 25%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.invest_image-arrow-wrap.is-right {
  left: auto;
  right: 0%;
}

.invest_image-arrow-wrap.is-right.x, .invest_image-arrow-wrap.x {
  display: none;
}

.invest_image-arrow-path {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.gallery-email_sticky {
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.header-email_image-front {
  z-index: 1;
  border-radius: 1rem;
  width: 70%;
  position: relative;
  overflow: visible;
}

.header-email_image-back {
  border-radius: 1rem;
  width: 30%;
  padding-left: 0;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.header-email_image-icon {
  z-index: 10;
  width: 22%;
  position: absolute;
  inset: 0% auto auto 0%;
  transform: translate(5%, 50%);
}

.header-email_image-icon.is-bottom {
  width: 17%;
  inset: auto auto 0% 0%;
  transform: translate(32%, -146%);
}

.header-email_image-icon.is-right {
  width: 17%;
  inset: 0% 22% auto auto;
  transform: translate(98%, 120%);
}

.header-email_image-tab {
  z-index: 200;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #20202033;
  border: 1px solid #1b6d4f;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% 35% auto auto;
  transform: translate(0, -50%);
}

.header-email_image-tab-button {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: .75rem;
  padding: .56rem .75rem;
}

.header-email_image-tab-button.is-active {
  border-color: var(--base-color-brand--green);
}

.services_tabs-menu-bubble {
  position: absolute;
  inset: 50% auto auto 50%;
}

.services_tabs-menu-bubble.is-1 {
  top: 10%;
  transform: translate(-50%);
}

.services_tabs-menu-bubble.is-2 {
  top: 31%;
  left: 22%;
  transform: translate(-50%);
}

.services_tabs-menu-bubble.is-3 {
  top: 60%;
  left: 18%;
  transform: translate(-50%);
}

.services_tabs-menu-bubble.is-4 {
  top: 82%;
  transform: translate(-50%);
}

.services_tabs-menu-bubble.is-5 {
  top: 59%;
  left: auto;
  right: -4%;
  transform: translate(-50%);
}

.services_tabs-menu-bubble.is-6 {
  top: 27%;
  left: auto;
  right: -10%;
  transform: translate(-50%);
}

.floating-cta {
  z-index: 10000;
  border-top: 1px solid var(--base-color-brand--green-dark);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #020b0833;
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  position: fixed;
  inset: auto 0% 0%;
  transform: translate(0, 110%);
}

.floating-component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.gallery_image {
  aspect-ratio: 2 / 2.5;
  object-position: 50% 0%;
  border-radius: 1.5rem;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.services_tabs-menu-bubble-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  container-type: inline-size;
}

.services_tabs-menu-image-bubble-icon-wrapper {
  background-image: linear-gradient(139deg, var(--base-color-brand--green-light), var(--base-color-brand--green));
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
  overflow: hidden;
}

.services_tabs-menu-image-bubble-icon {
  width: 1rem;
}

.services_tabs-menu-bubble-image {
  width: auto;
  height: 8cqw;
}

.website-hero_background-line-group {
  z-index: -2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  -webkit-mask-image: radial-gradient(circle, #000 40%, #0000 70%);
  mask-image: radial-gradient(circle, #000 40%, #0000 70%);
}

.website-hero_background-line-group.is-right {
  justify-content: flex-end;
  inset: 0% 0% 0% auto;
}

.website-hero_background-line-group-wrapper {
  z-index: -2;
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: flex-start;
  align-items: stretch;
  width: 40%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto auto 60%;
  -webkit-mask-image: linear-gradient(#0000 10%, #000 20% 90%, #0000 100%);
  mask-image: linear-gradient(#0000 10%, #000 20% 90%, #0000 100%);
}

.website-hero_background-line-group-wrapper.is-right {
  justify-content: flex-end;
  inset: 0% 0% 0% auto;
}

.gallery_sticky {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.gallery_image-col {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: minmax(auto, 1fr) minmax(auto, 1fr) minmax(auto, 1fr);
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  display: grid;
}

.gallery_image-col.is-back {
  z-index: 0;
  transform-style: preserve-3d;
  position: relative;
  transform: translate3d(0, 0, -2000px);
}

.gallery_image-col.is-middle {
  z-index: 1;
  transform-style: preserve-3d;
  position: relative;
  transform: translate3d(0, 0, -1000px);
}

.gallery_image-col.is-front {
  z-index: 2;
  position: relative;
}

.gallery_image-wrapper {
  z-index: 1;
  aspect-ratio: 2 / 2.5;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.gallery_image-main {
  border: 1px solid var(--base-color-neutral--white);
  border-radius: 10%;
  flex: none;
  position: absolute;
}

.gallery_image-copy {
  aspect-ratio: 2 / 2.5;
  border: 1px solid var(--base-color-neutral--white);
  border-radius: 10%;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.gallery_video {
  z-index: 0;
  border-radius: 1.5rem;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.gallery_video-wrapper {
  z-index: 1;
  border-radius: 1.5rem;
  flex: none;
  width: 100vw;
  height: 100vh;
  position: absolute;
  inset: 50% auto auto 50%;
  overflow: hidden;
  transform: translate(-50%, -50%);
}

.section_filters2 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.component-instructions-delete {
  z-index: 1;
  background-color: var(--\<unknown\|relume-variable-neutral-shade-1\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.component-instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.component-instructions-list {
  padding-left: 1.25rem;
}

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.component-instructions-image {
  margin-top: 1.5rem;
}

.filters2_layout {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.filters2_filters-wrapper {
  max-width: 19rem;
  position: sticky;
  top: 10vh;
}

.filters2_form-block {
  margin-bottom: 0;
}

.filters2_form {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
}

.filters2_form-header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding-right: 1rem;
  display: flex;
}

.filters2_heading {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.filters2_results-wrapper {
  margin-bottom: 1.5rem;
  display: flex;
}

.filters2_results-text {
  font-size: .875rem;
}

.filters2_scroll-wrapper {
  height: 80vh;
  padding-bottom: 4rem;
  padding-right: 1rem;
  overflow: scroll;
}

.filters2_category-list {
  margin-bottom: 1.5rem;
}

.filters2_category-link {
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: block;
}

.filters2_category-link.w--current {
  text-decoration: underline;
}

.filters2_filter-group-heading {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.filters2_filter-options {
  overflow: hidden;
}

.filters2_list-wrapper {
  margin-bottom: 1.25rem;
}

.filters2_list.is-checkbox2, .filters2_list.is-radio2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.filters2_form-checkbox1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.25rem;
  display: flex;
}

.filters2_form-checkbox1-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin: auto .75rem auto -1.25rem;
  transition: all .2s;
}

.filters2_form-checkbox1-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-image: url('../images/checkbox-check.svg');
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.filters2_form-checkbox1-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.filters2_form-checkbox1-label {
  margin-top: auto;
  margin-bottom: auto;
}

.filters2_form-radio1 {
  align-items: center;
  margin-bottom: 0;
  padding-top: .5rem;
  padding-bottom: .5rem;
  padding-left: 1.125rem;
  display: flex;
}

.filters2_form-radio1-icon {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .75rem;
}

.filters2_form-radio1-icon.w--redirected-checked {
  border-width: 1px;
  border-color: var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-image: url('../images/checkbox-check.svg');
  background-position: 50%;
  background-size: 14px 14px;
  width: 1.125rem;
  height: 1.125rem;
}

.filters2_form-radio1-icon.w--redirected-focus {
  box-shadow: none;
  margin-top: 0;
}

.filters2_form-radio1-label {
  margin-bottom: 0;
}

.filters2_form-checkbox2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.filters2_form-checkbox2-icon {
  border: 1px none var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.filters2_form-checkbox2-icon.w--redirected-checked {
  border-color: var(--\<unknown\|relume-variable-transparent\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
}

.filters2_form-checkbox2-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.filters2_form-checkbox2-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.filters2_form-radio2 {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: inline-block;
  position: relative;
}

.filters2_form-radio2.is-active {
  border-color: var(--base-color-brand--green);
}

.filters2_form-radio2-icon {
  border: 1px none var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  border-radius: 0%;
  width: 100%;
  height: 100%;
  margin: 0;
  position: absolute;
  inset: 0%;
}

.filters2_form-radio2-icon.w--redirected-checked {
  border-color: var(--\<unknown\|relume-variable-transparent\>);
}

.filters2_form-radio2-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.filters2_form-radio2-label {
  z-index: 1;
  margin-bottom: 0;
  position: relative;
}

.filters2_keyword-search {
  align-items: center;
  display: flex;
  position: relative;
}

.form_icon-wrapper {
  position: absolute;
  inset: auto auto auto 12px;
}

.icon-embed-xsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.filters2_rangeslider1-wrapper {
  align-items: center;
  width: 100%;
  padding: 1rem .75rem 3rem;
  display: block;
  position: relative;
}

.filters2_rangeslider1-track {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  width: 100%;
  height: .25rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters2_rangeslider1-handle {
  z-index: 1;
  border: 2px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  cursor: grab;
  border-radius: 100rem;
  flex-direction: column;
  flex: none;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: absolute;
  top: 50%;
  left: .5rem;
  right: .5rem;
  transform: translate(-50%, -50%);
  box-shadow: 1px 1px 10px #0000001a;
}

.filters2_rangeslider1-handle:focus {
  box-shadow: 0 0 0 3px #00000040, 1px 1px 10px #0000001a;
}

.filters2_rangeslider1-handle:focus-visible, .filters2_rangeslider1-handle[data-wf-focus-visible] {
  outline-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters2_rangeslider1-text {
  text-align: center;
  font-size: 1.125rem;
  position: absolute;
  top: 1.5rem;
  left: auto;
  right: auto;
}

.filters2_rangeslider1-fill {
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  width: 20%;
  height: 100%;
  position: absolute;
}

.filters_rangeslider-input {
  display: none;
}

.filters_rangeslider-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  align-items: center;
  width: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.filters_rangeslider-wrapper.s {
  display: none;
}

.filters_rangeslider-track {
  background-color: #3b3b3b;
  border: 1px solid #fff6c74d;
  border-radius: 10rem;
  width: 100%;
  height: .63rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.filters_rangeslider-handle-left {
  z-index: 1;
  cursor: grab;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  display: none;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.filters_rangeslider-handle-left:focus {
  box-shadow: 0 0 0 3px #00000040, 0 0 10px #0000001a;
}

.filters_rangeslider-handle-left:focus-visible, .filters_rangeslider-handle-left[data-wf-focus-visible] {
  outline-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters_rangeslider-handle-right {
  z-index: 1;
  cursor: grab;
  background-color: #fbe152;
  border-radius: 999rem;
  flex: none;
  width: 1.25rem;
  height: 1.25rem;
  position: absolute;
  top: 50%;
  transform: translate(0%, -50%);
  box-shadow: 0 0 10px #0000001a;
}

.filters_rangeslider-handle-right:focus {
  box-shadow: 0 0 0 3px #00000040, 0 0 10px #0000001a;
}

.filters_rangeslider-handle-right:focus-visible, .filters_rangeslider-handle-right[data-wf-focus-visible] {
  outline-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  outline-offset: 0px;
  outline-width: 0;
  outline-style: solid;
}

.filters_rangeslider-fill {
  width: 20%;
  height: 100%;
  display: none;
  position: absolute;
}

.filters2_rangeslider2-input {
  display: none;
}

.filters_rangeslider-values {
  color: #fbe152;
  flex-direction: row;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 2rem;
  padding-left: 0;
  padding-right: 0;
  font-size: 1.25rem;
  font-weight: 500;
  display: flex;
  position: relative;
}

.filters_rangeslider-text {
  text-align: center;
  font-size: 1.125rem;
  position: relative;
}

.filters2_toggle-button {
  cursor: pointer;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 2.5rem;
  margin-bottom: 0;
  margin-right: 1.5rem;
  padding: .25rem;
  display: flex;
  position: relative;
}

.filters2_toggle-button-circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  border-radius: 999rem;
  flex: none;
  width: 1rem;
  height: 1rem;
  display: block;
  position: relative;
}

.filters2_toggle-button-checkbox {
  border-style: none;
  border-radius: 999rem;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.filters2_toggle-button-checkbox:focus-visible, .filters2_toggle-button-checkbox[data-wf-focus-visible] {
  outline-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  outline-offset: 4px;
  outline-width: 2px;
  outline-style: solid;
}

.filters2_toggle-button-checkbox.w--redirected-checked {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  background-image: none;
  border-style: none;
}

.filters2_toggle-button-checkbox.w--redirected-focus {
  box-shadow: none;
}

.filters2_toggle-button-label {
  width: auto;
  margin-bottom: 0;
  font-weight: 500;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.filters2_toggle-button-mask {
  z-index: 1;
  background-color: #c6c6c6;
  border-radius: 999rem;
  position: absolute;
  inset: 0%;
}

.filters2_tablet-modal-menu, .filters2_tablet-modal-close-button {
  display: none;
}

.filters2_tablet-filters-button {
  border: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  text-align: center;
  padding: .75rem 1.5rem;
  display: none;
}

.button-icon-left {
  margin-right: .5rem;
}

.filters2_feed-header {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  display: flex;
}

.filters2_tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.filters2_tag {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  align-items: center;
  padding: .5rem .75rem .5rem 1rem;
  display: flex;
}

.filters2_close-icon {
  cursor: pointer;
  width: 1.5rem;
  height: 1.5rem;
  margin-left: .5rem;
}

.dropdown1_component {
  height: 100%;
  margin-left: 0;
  margin-right: 0;
}

.dropdown1_toggle {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
}

.dropdown1_toggle.centered {
  justify-content: center;
  align-items: center;
}

.dropdown1_dropdown-list.w--open {
  grid-column-gap: .38rem;
  grid-row-gap: .38rem;
  border: 1px solid var(--base-color-brand--green-dark);
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #0000;
  background-image: radial-gradient(circle, #030b0800, #030b0880), linear-gradient(131deg, #ffffff1a, #030b0803 32%, #030b0805 73%, #ffffff1a);
  border-radius: 1rem;
  flex-flow: column;
  margin-top: 0;
  padding: .5rem;
  display: flex;
}

.dropdown1_dropdown-list.is-right {
  justify-content: flex-end;
  inset: 0% 0% 0% auto;
}

.dropdown1_dropdown-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: var(--base-color-neutral--white);
  white-space: nowrap;
  border-radius: .63rem;
  justify-content: flex-start;
  align-items: center;
  padding: .38rem .75rem .38rem .38rem;
  font-size: .88rem;
  font-weight: 700;
  transition: color .2s, background-color .2s;
  display: flex;
}

.dropdown1_dropdown-link:hover {
  background-color: var(--base-color-brand--green);
  color: var(--base-color-brand--green-darker);
}

.dropdown1_dropdown-link.w--current {
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.feed-content-replace-this-div {
  border: 2px dashed #00000026;
  width: 100%;
  min-height: 200vh;
}

.filters2_empty {
  border: var(--\<unknown\|relume-variable-border-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  text-align: center;
  padding: 2.9rem;
}

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

.filters_rangeslider-text-current, .filters_rangeslider-text-total {
  font-weight: 400;
}

.pricing_content-number-small {
  font-size: 1.2rem;
  display: inline-block;
}

.pricing_content-number-small.is-move-top {
  transform: translate(0, -.5em);
}

.social-proof {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 1rem;
}

.brand-img {
  padding: 2rem;
}

.brand-img.hidden {
  display: none;
}

.bold-text {
  color: var(--base-color-brand--light-red);
}

.text-span, .text-span-2, .text-span-3, .text-span-4, .text-span-5 {
  color: var(--base-color-brand--green);
}

.dropdown1_dropdown-link-icon {
  flex: none;
  width: 1.25rem;
  display: block;
}

.header-email_image-tab-active {
  z-index: -1;
  border: 1px solid var(--base-color-brand--green-light);
  border-radius: .75rem;
  width: 50%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.radio2_radio {
  z-index: -2;
  border: 1px solid #0e3526;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .2s, background-color .2s;
  position: absolute;
  inset: 0%;
}

.radio2_radio.w--redirected-checked {
  border-width: 1px;
  border-color: var(--base-color-brand--green);
  background-color: #34d3990d;
}

.radio2_radio.w--redirected-focus {
  box-shadow: none;
}

.display-contents {
  display: contents;
}

.img-carousel__wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
}

.img-carousel__list {
  z-index: 1;
  perspective: 90vw;
  perspective-origin: 50%;
  width: 80vw;
  height: 50vw;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 1vw;
  display: flex;
  position: relative;
}

.img-carousel__panel {
  z-index: 0;
  flex-direction: column;
  flex: none;
  justify-content: space-between;
  align-items: stretch;
  width: 39em;
  display: flex;
  position: absolute;
}

.img-carousel__item {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.img-carousel__img {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.mwg007 {
  position: relative;
}

.mwg007-pin-height {
  height: 400vh;
}

.mwg007-container {
  height: 100vh;
  overflow: hidden;
}

.mwg007-circle {
  aspect-ratio: 1;
  width: 300%;
  position: absolute;
  top: 50%;
  left: -100%;
}

.mwg007-media {
  aspect-ratio: .74;
  object-fit: cover;
  border-radius: .6vw;
  width: 25vw;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
}

.code-embed {
  position: absolute;
  top: 0;
  left: 0;
}

.mwg042 {
  position: relative;
}

.mwg042-pin-height {
  height: 500vh;
}

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

.mwg042-medias {
  aspect-ratio: .75;
  perspective: 25vw;
  width: 22%;
  position: relative;
}

.mwg042-media {
  background-color: var(--base-color-brand--green-darker);
  object-fit: cover;
  border-radius: 1vw;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.overlapping-slider__wrap {
  width: 100%;
}

.overlapping-slider__collection {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.overlapping-slider__list {
  flex-flow: row;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.overlapping-slider__item {
  flex: none;
  margin-right: 1.5em;
}

.demo-card {
  aspect-ratio: 3 / 4;
  width: 24em;
  max-width: 85vw;
}

.demo-card__h {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1.3;
}

.demo-card__bottom {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.demo__card-avatar {
  color: #fff;
  background-color: #ffce16;
  border-radius: 100em;
  flex: none;
  width: 3em;
  height: 3em;
  padding: .625em;
}

.demo-card__avatar-icon {
  width: 100%;
  height: 100%;
}

.demo-card__p {
  font-size: 1.25em;
  font-weight: 600;
  line-height: 1;
}

.flick-group {
  position: relative;
}

.flick-group__relative-object {
  opacity: 0;
  pointer-events: none;
  width: 47em;
  position: relative;
}

.flick-group__relative-object-before {
  padding-top: 75%;
}

.flick-group__collection {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.flick-group__list {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.flick-group__item {
  position: absolute;
}

.flick-card {
  color: #fff;
  -webkit-user-select: none;
  user-select: none;
  background-color: #000;
  border-radius: 1em;
  justify-content: center;
  align-items: center;
  width: 23.5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flick-card__before {
  padding-top: 150%;
}

.flick-card__media {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.cover-image {
  pointer-events: none;
  object-fit: cover;
  -webkit-user-select: none;
  user-select: none;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: auto;
}

.flick-card__btn {
  background-color: #000;
  border-radius: .375em;
  justify-content: center;
  align-items: center;
  width: calc(100% - 4em);
  height: 3.25em;
  text-decoration: none;
  display: flex;
  position: absolute;
  bottom: 2em;
  left: 2em;
}

.flick-card__btn-span {
  color: #fff;
  font-size: 1em;
  font-weight: 500;
}

.flick-card__h3 {
  letter-spacing: -.025em;
  font-size: 4em;
  font-weight: 500;
  line-height: 1;
  position: absolute;
}

.slider__section {
  background-color: #20261b;
  width: 100%;
  min-height: 100vh;
  position: relative;
}

.slider__overlay {
  z-index: 2;
  color: #fff;
  background-image: linear-gradient(90deg, #20261b 85%, #20261b00);
  justify-content: flex-start;
  align-items: center;
  width: 36vw;
  height: 100%;
  padding-left: 2em;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.slider__overlay-inner {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 28.125em;
  display: flex;
}

.slider__overlay-count {
  grid-column-gap: .2em;
  grid-row-gap: .2em;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  font-size: 4.5em;
  font-weight: 700;
  display: flex;
}

.slider__count-col {
  height: 1em;
  overflow: hidden;
}

.slider__count-heading {
  width: 2ch;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.slider__count-divider {
  background-color: #efeeec;
  width: 2px;
  height: .75em;
  transform: rotate(15deg);
}

.slider__overlay-nav {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  display: flex;
}

.slider__btn {
  color: #fff;
  background-color: #0000;
  border: 1px solid #fff3;
  border-radius: .4em;
  justify-content: center;
  align-items: center;
  width: 4em;
  height: 4em;
  padding: 0;
  display: flex;
  position: relative;
}

.slider__btn-arrow {
  flex: none;
  width: 1em;
  height: .75em;
}

.slider__btn-arrow.next {
  transform: rotate(180deg);
}

.slider__btn-overlay {
  z-index: 2;
  position: absolute;
  inset: -1px;
}

.slider__btn-overlay-corner {
  border-top: 1px solid #efeeec;
  border-left: 1px solid #efeeec;
  border-top-left-radius: .4em;
  width: 1em;
  height: 1em;
}

.slider__btn-overlay-corner.top-right {
  position: absolute;
  inset: 0% 0% auto auto;
  transform: rotate(90deg);
}

.slider__btn-overlay-corner.bottom-left {
  position: absolute;
  inset: auto auto 0% 0%;
  transform: rotate(-90deg);
}

.slider__btn-overlay-corner.bottom-right {
  position: absolute;
  inset: auto 0% 0% auto;
  transform: rotate(180deg);
}

.slider__main {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.slider__list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.slider__slide {
  aspect-ratio: 3 / 2;
  flex: none;
  width: 36vw;
  padding-left: 1.25em;
  padding-right: 1.25em;
  transition: opacity .4s;
  position: relative;
}

.slider__slide-inner {
  border-radius: .5em;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.slide__img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.slide__caption {
  z-index: 2;
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  white-space: nowrap;
  background-color: #efeeec26;
  border-radius: .25em;
  justify-content: flex-start;
  align-items: center;
  padding: .4em .75em .4em .5em;
  display: flex;
  position: absolute;
  top: 1.25em;
  left: 1.25em;
  overflow: hidden;
}

.slide__caption-dot {
  background-color: #a1ff62;
  border-radius: 10em;
  flex: none;
  width: .5em;
  height: .5em;
}

.slide__caption-label {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75em;
  line-height: 1.5;
}

.bold-text-2 {
  font-size: 3.2rem;
}

.bold-text-3 {
  font-size: 2.8rem;
}

.text-span-6 {
  color: var(--base-color-brand--light-red);
}

.text-span-7 {
  color: var(--base-color-brand--green);
}

.text-span-8 {
  color: var(--white-80);
}

.text-span-9 {
  color: var(--base-color-brand--green);
}

.image-2 {
  width: 80px;
}

.portfolio_image {
  width: 100%;
  height: auto;
}

.portfolio_image-overlay-layer {
  z-index: 0;
  background-color: #fff0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.locales-list {
  width: 35px;
}

.italic-text {
  color: var(--link-color--link-primary);
  font-style: normal;
}

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

.text-span-10, .text-span-11 {
  color: var(--base-color-brand--green);
}

.image-3 {
  border-radius: 22px;
  height: 100%;
  padding: 0;
}

.image-4 {
  width: 180px;
  margin-left: 3px;
}

.background-video {
  border-radius: 22px;
}

.background-video-2 {
  z-index: 9;
  border-radius: 22px;
  width: 100%;
}

.text-span-12 {
  color: var(--base-color-brand--green);
}

.text-span-13 {
  color: var(--base-color-brand--light-red);
}

.text-span-14 {
  color: var(--base-color-neutral--white);
}

.text-span-15, .text-span-16, .text-span-17 {
  color: var(--base-color-brand--green);
}

.separator {
  margin-top: 40px;
}

.tag-container {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: wrap;
  margin-top: 15px;
  display: flex;
}

.locale {
  width: 40px;
}

.text-span-18 {
  color: var(--white-80);
}

.success-message {
  background-color: #ffffff24;
  border-radius: 16px;
}

.text-block {
  color: #fff;
  font-weight: 500;
}

.error-message {
  background-color: #ffdede3d;
  border-radius: 16px;
}

.body {
  background-color: var(--base-color-brand--green-darker);
  height: auto;
  color: var(--base-color-brand--green-darker);
  -webkit-text-stroke-color: var(--white-70);
}

.confi_rich-text-wrapper {
  margin-top: 1rem;
}

.text-rich-text-confi {
  color: var(--white-70);
  text-align: left;
  border-bottom: 1px #c2f3ff;
}

.blog-grid-twos {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-holder {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-direction: column;
  width: 100%;
  padding-top: 0;
  padding-bottom: 1rem;
  display: flex;
}

.blog-grid-threes {
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-hero-holder {
  display: flex;
}

.featured-blog-list, .featured-blog-item, .featured-blog-list-wrapper {
  width: 100%;
}

.text-span-19 {
  color: var(--white-80);
}

.blog-breadcrumb-links {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  width: 100%;
  font-size: .875em;
  display: none;
}

.blog-breadcrumb-section {
  z-index: 50;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #0d111700;
  border-top: 1px #21262d;
  border-bottom: 1px #21262d;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: space-between;
  margin-bottom: 0;
  position: sticky;
  top: 80px;
}

.category-dropdown-mobile {
  letter-spacing: .2em;
  text-transform: uppercase;
  font-size: .625em;
  font-weight: 600;
  display: none;
}

.blog-breadcrumb-cms-list {
  display: flex;
}

.error {
  color: #e23b3b;
  background-color: #f871711a;
  border-radius: .25em;
  font-size: .75em;
  box-shadow: inset 0 0 0 1px #f871711a;
}

.blog-breadcrumb-link {
  border-bottom: 1px solid #0000;
  margin-bottom: -1px;
  margin-right: .75em;
  font-size: 1em;
  font-weight: 600;
  line-height: 3;
  transition-property: border-color, background-color, color;
}

.blog-breadcrumb-link:hover {
  color: #3aecba;
  border-bottom-color: #3aecba;
}

.blog-breadcrumb-link.w--current {
  border-bottom: 1px solid #3aecba;
}

.blog-breadcrumb-list {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.cms {
  width: 100%;
}

.blog-breadcrumb-cms-item {
  display: flex;
}

.featured-blog-holder {
  background-color: #2c2c2e59;
  border: 1px #3a3a3e;
  border-radius: 14px;
  width: 100%;
  transition: transform .4s cubic-bezier(.175, .885, .32, 1.275), background-color .4s;
  overflow: hidden;
}

.featured-blog-holder:hover {
  background-color: #141414;
  transform: scale(1.05);
}

.featured-blog-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr;
}

.featured-blog-image-holder {
  border-radius: 14px;
  width: auto;
  overflow: hidden;
}

.featured-blog-image {
  object-fit: contain;
  width: auto;
  height: 100%;
}

.featured-blog-content-holder {
  grid-row-gap: 30px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 43px;
  padding-bottom: 43px;
  padding-right: 43px;
  display: flex;
}

.featured-blog-title {
  color: #fff;
  text-align: left;
  font-size: 42px;
  font-weight: 500;
}

.featured-blog-paragraph {
  color: #fff;
  text-align: left;
  font-weight: 500;
}

.button-2 {
  color: #fff;
  background-color: #0266ff;
  background-image: linear-gradient(0deg, #0003, #0000);
  border-radius: 8px;
  padding: 15px 25px;
  font-size: 16px;
  font-weight: 500;
  transition: transform .425s, box-shadow .25s, background-color .45s;
  box-shadow: inset 0 4px 2.5px #ffffff24;
}

.button-2:hover {
  background-color: #0266ff;
  transform: scale(1.05);
  box-shadow: inset 0 7px 7px #ffffff24;
}

.blog-grid-2x {
  grid-row-gap: 18px;
  flex-direction: column;
  transition: transform .3s cubic-bezier(.175, .885, .32, 1.275);
  display: flex;
}

.blog-grid-2x:hover {
  transform: scale(1.05);
}

.blog-grid-2x-image-holder {
  border-radius: 12px;
  width: 100%;
  height: auto;
  overflow: hidden;
}

.blog-grid-2x-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-grid-2x-title {
  color: #fff;
  text-align: left;
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 500;
  line-height: 1;
}

.paragraph-4 {
  color: #fff;
  text-align: left;
}

.column-lg {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
}

.column-lg.content-centered {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.section-under-navbar {
  margin-top: 140px;
  position: relative;
  overflow: hidden;
}

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

.material-icons {
  text-transform: none;
  font-size: 1em;
}

.text-xs {
  font-size: .75em;
  line-height: 1.5;
}

.section {
  background-color: #0000;
  border: 1px #0000;
  width: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  position: relative;
}

.section.more-space {
  padding-top: 10em;
  padding-bottom: 10em;
}

.section.careers {
  margin-top: 120px;
}

.row-xxs {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.row-xxs.items-center {
  grid-column-gap: .7em;
  grid-row-gap: .7em;
  align-items: center;
  margin-bottom: 10px;
  display: grid;
}

.link {
  background-color: #0000001a;
  border-radius: 9999px;
  padding: .5em 1em;
  font-size: .85em;
  font-weight: 500;
  line-height: 1;
  transition-property: box-shadow, background-color, color;
  box-shadow: inset 0 0 0 1px #a5a5a5;
}

.link:hover {
  color: #fff;
  background-color: #3cd89f3b;
  box-shadow: inset 0 0 0 1px #49dca6;
}

.link.ghost {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #00000014;
  box-shadow: inset 0 0 0 1px #a5a5a5;
}

.link.ghost:hover {
  box-shadow: inset 0 0 0 1px var(--base-color-brand--green);
  color: #fff;
  background-color: #55e4b040;
}

.link.ghost.material-icons {
  color: #fff;
  -webkit-text-stroke-color: #fff;
  background-color: #0000000f;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 400;
  box-shadow: inset 0 0 0 1px #a5a5a5;
}

.title-md {
  color: #ccdae7;
  letter-spacing: -.05em;
  font-size: 3.5em;
  font-weight: 700;
  line-height: 1;
}

.bg-pattern-wrap {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.container-sm {
  z-index: 5;
  width: 100%;
  max-width: 48em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.rich-text-block {
  line-height: 1.5;
}

.column-xl {
  z-index: 5;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
}

.image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-cover {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  min-height: auto;
  max-height: none;
}

.square-h2 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.7em;
  height: 2.7em;
  display: flex;
}

.row-sm {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.button-3 {
  color: #fff;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #0052cc;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  padding: .75em 1.25em;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1;
  transition: background-color .3s, opacity .3s, box-shadow .3s, color .3s;
  display: flex;
  box-shadow: inset 0 0 100px 100px #0000;
}

.button-3:hover {
  box-shadow: inset 0 0 200px 200px #00000026;
}

.button-3.button-outline.small {
  color: #000;
  background-color: #fff;
  border-radius: 14px;
}

.post-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1.5fr .25fr;
}

.container-md-copy {
  z-index: 5;
  width: 100%;
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.post-share {
  padding-bottom: 1em;
  position: sticky;
  top: 5em;
}

.post-section {
  background-color: #171e25;
  flex-direction: column;
  align-items: flex-start;
  padding: 4em 6em;
  display: flex;
}

.post-section.rounded-xs {
  background-color: #ffffff08;
  border-radius: 24px;
  padding-left: 4em;
  padding-right: 4em;
}

.heading-h4 {
  color: #ccdae7;
  letter-spacing: -.01em;
  font-size: 1.5em;
  line-height: 1.2;
}

.container-lg {
  z-index: 5;
  width: 100%;
  max-width: 64em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.share-column {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-items: start;
}

.text-2xl {
  z-index: 5;
  color: #ccdae7;
  letter-spacing: -.02em;
  font-size: 1.875em;
  font-weight: 600;
  position: relative;
}

.text-span-20 {
  color: var(--base-color-neutral--white);
}

._1st-image {
  z-index: 1;
  position: absolute;
  inset: 0%;
}

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

.moving-image {
  border-radius: 9999px;
  width: 100%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.logo-levitate-5 {
  object-fit: cover;
  border-radius: 9999px;
  width: 6em;
  height: 6em;
  position: absolute;
  top: 6%;
  right: 32%;
}

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

.cms-careers-list {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.column-md.content-centered {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  display: grid;
}

.avatar-2xl {
  object-fit: cover;
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 6em;
  height: 6em;
  display: flex;
}

.avatar-2xl.outline-white {
  border: 4px solid #fff;
}

.avatar-2xl.outline-white.shadow-md {
  box-shadow: 0 8px 24px -8px #3f4852;
}

.logo-levitate-3 {
  border-radius: 9999px;
  width: 6.25em;
  position: absolute;
  bottom: 29%;
  right: 5%;
}

.logo-levitate-3.fade-in-on-scroll {
  bottom: 21%;
}

.image-bg-cover {
  z-index: 0;
  filter: grayscale();
  mix-blend-mode: multiply;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.image-bg-cover.luminosity {
  mix-blend-mode: luminosity;
}

.rotated-shape-2 {
  border-radius: .5em;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
  transform: scale(.9)rotate(3deg);
}

.logo-levitate-2 {
  border-radius: 9999px;
  width: 4.5em;
  height: 4.5em;
  position: absolute;
  bottom: 12%;
  right: 25%;
}

.cms-careers-header {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-bottom: 1px solid #21262d;
  grid-template-rows: auto;
  margin-bottom: 1em;
  padding-bottom: 1em;
}

.testimonial-list-2x {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
}

.font-title {
  color: #ccdae7;
  letter-spacing: -.025em;
  position: relative;
}

.font-title.text-color-white, .font-title.leading-none {
  color: #fff;
}

.logo-levitate-1 {
  object-fit: cover;
  border-radius: 9999px;
  width: 5em;
  height: 5em;
  position: absolute;
  top: 25%;
  left: 17%;
}

.logo-levitate-1.fade-in-on-scroll {
  top: 17%;
}

.column-sm {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
  position: relative;
}

.column-sm.content-centered {
  align-items: center;
}

.last-image {
  z-index: 50;
  border-radius: 9999px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 20px 32px -24px #000;
}

.text-gradient__indigo {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(351deg, #3ad79e 23%, #48dda6 87%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.page-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.padding-6xl {
  padding: 4em;
  position: relative;
}

.text-gradient__purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(241deg, #60e8b6 20% 56%, #60e8b6 84%);
  -webkit-background-clip: text;
  background-clip: text;
  padding-right: .05em;
}

.text-lg {
  letter-spacing: -.02em;
  font-size: 1.25em;
  line-height: 1.5;
}

.text-lg._36ch {
  max-width: 36ch;
  margin-top: 10px;
}

.text-lg._36ch.a {
  margin-bottom: 20px;
}

._2-columns-paragraph {
  column-count: 2;
  column-gap: 4em;
}

.logo-levitate-9 {
  border-radius: 9999px;
  width: 6.25em;
  height: 6.25em;
  position: absolute;
  top: 45%;
  left: 10%;
}

.logo-levitate-9.fade-in-on-scroll {
  top: 63%;
}

.logo-levitate-6 {
  border-radius: 9999px;
  width: 6.25em;
  position: absolute;
  top: 8%;
  right: 54%;
}

.caption {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .625em;
  font-weight: 600;
}

.container-xl {
  z-index: 5;
  width: 100%;
  max-width: 72em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.image-background {
  z-index: 0;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.logo-levitate-4 {
  object-fit: cover;
  border-radius: 9999px;
  width: 4em;
  height: 4em;
  position: absolute;
  bottom: 58%;
  right: 17%;
}

.logo-levitate-4.fade-in-on-scroll {
  bottom: 65%;
}

.holder {
  width: 64%;
  height: 64%;
  position: relative;
}

.content-centered {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.logo-levitate-7 {
  border-radius: 9999px;
  width: 6.5em;
  height: 6.5em;
  position: absolute;
  bottom: -7%;
  left: 42%;
}

._2nd-image {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.container-md {
  z-index: 5;
  width: 100%;
  max-width: 56em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 1.25em;
  padding-right: 1.25em;
  position: relative;
}

.container-md.s {
  max-width: 100%;
}

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

.rotated-shape-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 3em 4em;
  display: flex;
  position: relative;
}

.title-2xl {
  color: #fff;
  letter-spacing: -.05em;
  margin-top: -20px;
  font-size: 6em;
  font-weight: 700;
  line-height: 1.1;
}

.side-by-side-2-to-3 {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: center;
  width: 100%;
}

.cms-item {
  width: 100%;
  height: 100%;
  display: flex;
}

.logo-levitate-8 {
  object-fit: cover;
  border-radius: 9999px;
  width: 4em;
  height: 4em;
  position: absolute;
  bottom: 16%;
  left: 30%;
}

.text-span-21 {
  color: #49dea7;
}

.title-xs {
  z-index: 5;
  color: #fff;
  letter-spacing: -.03em;
  font-size: 2.5em;
  font-weight: 700;
  line-height: 1.1;
  position: relative;
}

.material-icons-sharp {
  text-transform: none;
  font-weight: 400;
}

.button-animated {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: -.03em;
  background-color: #3ad79e;
  border-radius: 14px;
  justify-content: center;
  align-items: center;
  padding: .75em 1.25em;
  font-size: 1.125em;
  font-weight: 600;
  line-height: 1;
  transition: color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.careers-apply-box {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  background-color: #1e252c;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: -2em;
  margin-right: -2em;
  padding: 2em;
  display: grid;
}

.careers-apply-box.rounded-xs {
  background-color: #ffffff14;
  border-radius: 22px;
}

.button-label {
  z-index: 5;
  color: #000;
  justify-content: center;
  align-items: center;
  font-size: .9em;
  display: flex;
  position: relative;
}

.section-2 {
  width: 100%;
  padding-top: 4em;
  padding-bottom: 2em;
  position: relative;
}

.column-base {
  z-index: 5;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  display: grid;
  position: relative;
}

.careers-sidebar-tablet {
  display: none;
}

.link-2 {
  background-color: #1e252c;
  border-radius: 9999px;
  padding: .5em 1em;
  font-size: .75em;
  font-weight: 500;
  line-height: 1;
  transition-property: box-shadow, background-color, color;
  box-shadow: inset 0 0 0 1px #272e35;
}

.link-2:hover {
  color: #fff;
  background-color: #0052cc40;
  box-shadow: inset 0 0 0 1px #0052cc;
}

.link-2.ghost {
  color: #a7b5c3;
  -webkit-text-stroke-color: #a7b5c300;
  background-color: #0000;
  border-radius: 7px;
  box-shadow: inset 0 0 0 1px #171e25;
}

.link-2.ghost:hover {
  box-shadow: none;
  color: #000;
  background-color: #3ad79d;
}

.link-2.ghost.material-icons {
  -webkit-text-stroke-color: #a7b5c300;
  border-radius: 7px;
  padding-left: 1em;
  padding-right: 1em;
  font-weight: 400;
}

.link-2.ghost.material-icons:hover {
  box-shadow: none;
}

.button-hover-background {
  z-index: 0;
  background-color: #0000001a;
  border-radius: 9999px;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.square-h4 {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.8em;
  height: 1.8em;
  display: flex;
}

.careers-sidebar {
  padding-top: 0;
  position: sticky;
  top: 120px;
}

.careers-section {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

.line-static {
  background-color: #21262d;
  width: 100%;
  height: 1px;
}

.text-sm {
  letter-spacing: -.005em;
  font-size: .875em;
  line-height: 1.25;
  position: relative;
}

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

.text-block-2 {
  font-size: .9em;
  font-weight: 500;
}

.bgv3 {
  width: 100%;
  height: 100%;
  position: absolute;
}

.background-video-3 {
  border-radius: 22px;
}

.background-video-2-copy {
  z-index: 1;
  border-radius: 22px;
  width: 51%;
  height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

.text-block-3, .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
  font-size: 1rem;
}

.text-span-22 {
  color: var(--base-color-brand--green);
}

.efficiency_background-video {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 5.375rem;
  height: 12.6875rem;
  display: flex;
}

.atlas-intro {
  width: 100%;
  height: auto;
}

.image-5 {
  width: 120px;
  margin-top: 20px;
}

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

.saas-atlas {
  border-radius: 22px;
  box-shadow: 0 0 33px #34d19738;
}

.text-span-23 {
  color: var(--base-color-brand--green);
}

.atlas-prev {
  border-radius: 22px;
  width: 100%;
  height: auto;
  box-shadow: 0 0 24px #34d39926;
}

.link-block {
  width: 100%;
}

.text-block-8 {
  color: #fff;
  text-align: center;
}

.link-block-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 7px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 12px;
  display: flex;
}

.link-block-2:hover {
  background-color: #1ed4971f;
}

.text-block-9 {
  font-weight: 700;
}

.image-6 {
  width: 12px;
}

.text-span-24 {
  color: var(--base-color-brand--green);
}

.text-span-25 {
  color: var(--base-color-brand--green-light);
}

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

.div-block-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.type {
  background-color: var(--base-color-brand--green);
  border-radius: 22px;
  padding: 3px 10px;
}

.text-block-10 {
  color: #000;
  font-size: .8rem;
  font-weight: 700;
}

.header-email_item-list-2 {
  margin-top: 2rem;
  display: flex;
}

.header-email_text-wrapper-2 {
  grid-column-gap: .88rem;
  grid-row-gap: .88rem;
  color: #fff6;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1.25rem 1rem .75rem;
  font-weight: 500;
  display: flex;
}

.header-email_text-number-2 {
  color: #fff;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1;
}

.text-block-11 {
  color: var(--base-color-brand--green-lightest);
}

.div-block-3 {
  grid-column-gap: 2.3rem;
  grid-row-gap: 2.3rem;
  display: flex;
}

.n {
  color: var(--white-70);
}

.icon {
  margin-right: 10px;
}

.dropdown {
  width: auto;
}

.div-block-4 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(33px);
  backdrop-filter: blur(33px);
  background-color: #ffffff2e;
  border-radius: 12px;
  flex-flow: column;
  width: auto;
  height: auto;
  margin-top: 7px;
  margin-left: 0%;
  padding: .2rem;
  display: flex;
}

.div-block-4.sp {
  width: 240px;
}

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

.div-block-6 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

.div-block-6.ss {
  cursor: pointer;
  background-color: #ffffff3b;
  border-radius: 100px;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding: 3px 15px 3px 3px;
}

.image-7 {
  border-radius: 7px;
  width: 44px;
  min-width: 44px;
  max-width: 50px;
  height: 44px;
  max-height: 50px;
}

.image-7.ss {
  border-radius: 100px;
  width: 33px;
  min-width: 33px;
  height: 33px;
  min-height: 33px;
}

.text-span-26, .text-span-27 {
  font-size: .8rem;
  line-height: 1;
}

.text-block-13, .text-block-14, .text-block-15, .text-block-16 {
  line-height: 1;
}

.link-block-3 {
  border-radius: 7px;
  padding: 3px;
}

.link-block-3:hover {
  background-color: #fff3;
}

.text-span-28 {
  color: var(--base-color-brand--light-red);
}

.text-span-29 {
  font-size: 1.2rem;
}

.text-span-30 {
  line-height: 1.2;
}

.text-span-31, .text-block-17, .text-block-18 {
  font-size: 1.2rem;
  line-height: 1.2;
}

.text-span-32 {
  color: var(--base-color-brand--light-red);
}

.ticker {
  justify-content: flex-end;
  align-items: center;
  height: 50px;
  margin-top: 3%;
  margin-right: 3%;
  display: flex;
}

.tt, .bold-text-5, .bold-text-6 {
  color: var(--base-color-neutral--white);
}

.text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23, .text-block-24 {
  font-size: 1.3rem;
}

.text-span-33, .text-span-34, .text-span-35 {
  font-size: 1.55rem;
}

.bold-text-7, .text-block-25, .bold-text-8, .text-block-26 {
  line-height: 1;
}

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

.image-8 {
  object-fit: contain;
  border-radius: 12px;
  height: 100%;
}

.collection-list-wrapper, .div-block-7 {
  height: auto;
}

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

.empty-state {
  color: #fff;
  background-color: #dddddd1c;
  border-radius: 12px;
}

.text-block-28 {
  text-align: center;
  border-radius: 12px;
}

.empty-state-2 {
  background-color: #ffffff1f;
  border-radius: 12px;
}

.collection-list-2, .collection-list-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-9 {
  border-radius: 12px;
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .padding-global.atl {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }

  .fs-styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

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

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

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

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

  .section_home-hero {
    height: 100%;
  }

  .services_tabs-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .services_tabs-menu {
    flex-flow: row;
    max-width: none;
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .services_tabs-content {
    max-width: none;
    margin-left: 0;
  }

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

  .services_tabs-content-wrapper {
    max-width: 100%;
  }

  .text-span-block {
    display: inline-block;
  }

  .case-studies_content-bottom {
    grid-template-columns: 1fr 1fr;
  }

  .reviews_collection-liist {
    column-count: 2;
  }

  .reviews_collection-liist.swiper-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .subscribe_content-wrapper {
    grid-template-columns: 1fr;
  }

  .subscribe_content {
    padding-left: 3.5rem;
    padding-right: 3.5rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    margin-bottom: 2rem;
  }

  .footer_left-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_menu-wrapper {
    margin-bottom: 2rem;
  }

  .services_content-button-wrapper {
    inset: 24.1rem auto auto 2rem;
  }

  .timeline_content-left {
    padding-right: 2rem;
  }

  .timeline_item {
    grid-template-columns: 1fr 10rem 1fr;
    padding-left: 2rem;
  }

  .timeline_item.is-top {
    padding-top: 4rem;
  }

  .timeline_item.is-bottom {
    padding-bottom: 4rem;
  }

  .faq_component {
    padding-bottom: 8rem;
  }

  .faq_accordion.border24 {
    z-index: 10;
  }

  .faq_question, .faq_answer {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .faq_list-wrapper {
    grid-template-columns: 2fr;
  }

  .subscribe_content-image-wrapper {
    z-index: -1;
    position: absolute;
  }

  .subscribe_content-image {
    height: 100%;
    max-height: none;
  }

  .subscribe_content-max-width {
    max-width: none;
  }

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

  .navbar2_menu {
    background-color: #0000;
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 100%;
    min-height: 100vh;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_link.hidden {
    z-index: 0;
    justify-content: center;
    align-items: center;
    position: relative;
  }

  .navbar2_link.dd {
    justify-content: center;
    align-items: center;
    padding-right: 0;
    display: flex;
  }

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

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

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

  .navbar2_button-wrapper {
    width: auto;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--\<unknown\|relume-variable-transparent\>);
  }

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

  .menu-icon2_line-top {
    background-color: var(--base-color-neutral--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2_line-middle {
    background-color: var(--base-color-neutral--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

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

  .menu-icon2_line-bottom {
    background-color: var(--base-color-neutral--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-background-image {
    background-color: #000000b8;
  }

  .navbar2_menu-background-image.w--open {
    z-index: 1;
  }

  .header-email_content {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    grid-template-columns: 1fr;
  }

  .header-email_content.agent {
    flex-flow: column wrap;
    grid-template-columns: 1.5fr;
    grid-auto-flow: row;
    display: inline-flex;
  }

  .header-email_image-wrapper {
    width: 100%;
    max-width: 21.5rem;
  }

  .invest_content-bottom {
    grid-template-columns: 1fr;
  }

  .invest_image-wrapper {
    width: 100%;
    padding-top: 20%;
    padding-bottom: 20%;
  }

  .lose_text-wrapper {
    max-width: none;
  }

  .problem_card-content {
    padding: 2rem;
  }

  .workflow_list-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .layout502_tab-content, .layout502_tab-text-wrapper {
    max-width: none;
  }

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

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

  .pricing39_grid-list.swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    display: flex;
  }

  .no-wrap {
    white-space: normal;
  }

  .pricing39_plan-wrapper.swiper-slide {
    height: auto;
    padding: 0;
  }

  .pricing39_plan-image {
    display: none;
  }

  .pricing39_bottom-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 2.25fr;
  }

  .value_grid-list.swiper {
    display: block;
    overflow: visible;
  }

  .value_row {
    grid-template-columns: 1.25fr 1fr;
  }

  .value_row.v-1 {
    grid-template-columns: 1fr 1fr;
  }

  .value_row.swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    display: flex;
  }

  .value_row.swiper-wrapper.s {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .value_row.swiper-wrapper.s._2 {
    margin-top: 2rem;
  }

  .value_card.border24.is-large.swiper-slide {
    width: 30rem;
  }

  .value_card.border24.swiper-slide {
    flex: none;
    width: min(20rem, 90vw);
    height: auto;
  }

  .value_card.border24.swiper-slide.s {
    width: auto;
  }

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

  .pricing10_plan {
    margin-right: 0;
    transform: none;
  }

  .pricing10_plan.is-right {
    margin-left: 0;
  }

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

  .playbook_content-right {
    max-width: none;
  }

  .header-system_content {
    min-height: auto;
  }

  .header_background-image {
    height: 100%;
  }

  .efficiency_question-left {
    max-width: none;
  }

  .offer_content {
    flex-flow: column;
    grid-template-columns: 2.25fr;
    margin-bottom: 0;
  }

  .offer_list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: -9999;
    padding-right: 0;
  }

  .offer_list.is-1 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    order: 9999;
    padding-left: 0;
  }

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

  .usecase_tab-wrapper {
    grid-template-columns: 1fr;
  }

  .usecase_tab-content {
    max-width: none;
  }

  .usecase_image {
    aspect-ratio: 1;
  }

  .usecase_tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    width: 100vw;
    margin-left: -2.5rem;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .stats_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .stats_list {
    max-width: none;
  }

  .search_grid-list {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: center stretch;
    display: grid;
  }

  .search_card {
    max-width: none;
  }

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

  .pricing-system_list.swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    align-items: stretch;
    display: flex;
  }

  .pricing-system_list.swiper-wrapper.s {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .pricing-system_plan.is-left.background-gradiant.swiper-slide {
    height: 100%;
  }

  .pricing3_plan-wrapper.swiper-slide {
    height: auto;
    padding: 0;
  }

  .pricing_plan-image {
    display: none;
  }

  .header-website_component {
    padding-top: 10rem;
  }

  .header-website_content {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .header-website_lightbox {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .header-website_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .header-website_lightbox-background {
    max-width: none;
    inset: auto 0% 0% auto;
    transform: translate(0%, -14%);
  }

  .lose_content-bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .lose_image-wrapper {
    width: 100%;
    margin-left: 0%;
    display: none;
  }

  .layout_image.is--mobilke {
    object-fit: contain;
    height: auto;
    max-height: 31.25rem;
    display: block;
  }

  .offer_top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .build_row {
    grid-template-columns: 1.25fr;
  }

  .build_row.v-1 {
    grid-template-columns: 1fr;
  }

  .efficiency_content {
    flex-flow: column;
  }

  .efficiency_inner-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .efficiency_tabs {
    grid-column-gap: 3rem;
  }

  .efficiency_tabs-menu {
    align-items: stretch;
    min-height: auto;
  }

  .efficiency_tabs-content {
    width: 100%;
    margin-top: 4rem;
    position: static;
  }

  .efficiency_tab-pane-item {
    display: block;
  }

  .swiper_pagination-wrapper {
    margin-bottom: 2rem;
    display: flex;
  }

  .header-system_image-wrapper {
    width: 95%;
    max-width: none;
    margin-top: 0;
    transform: none;
  }

  .efficiency_background-image-wrapper {
    top: 100%;
  }

  .offer_image-wrapper {
    position: relative;
    top: 0%;
    left: 0%;
    transform: none;
  }

  .offer_line-image, .offer_backline-image {
    display: none;
  }

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

  .pricing_grid-list.swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .offer_accordion-card {
    height: auto;
  }

  .offer_accordion-card.is-right, .offer_accordion-card.is-right.is-v2, .offer_accordion-card.is-left, .offer_accordion-card.is-left.is-v2, .offer_accordion-card.is-mid-top {
    transform: none;
  }

  .home-hero_background-line-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: stretch;
  }

  .home-hero_background-line-group.is-right {
    justify-content: space-between;
  }

  .home-hero_background-overlay {
    background-image: linear-gradient(#060b0a00, #060b0a 40%);
  }

  .invest_image-arrow-wrap {
    width: 21%;
    transform: translate(60%, -40%)rotate(90deg);
  }

  .invest_image-arrow-wrap.is-right {
    transform: translate(-320%, 40%)rotate(90deg);
  }

  .website-hero_background-line-group {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: stretch;
  }

  .website-hero_background-line-group.is-right {
    justify-content: space-between;
  }

  .website-hero_background-line-group-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: stretch;
  }

  .website-hero_background-line-group-wrapper.is-right {
    justify-content: space-between;
  }

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

  .filters2_filters-wrapper {
    z-index: 9999;
    background-color: var(--\<unknown\|relume-variable-neutral-white\>);
    width: 100%;
    max-width: none;
    height: auto;
    padding: 3rem 5% 0;
    position: fixed;
    inset: 0%;
    overflow: scroll;
    transform: translate(0, 100%);
  }

  .filters2_form-block {
    z-index: 999;
    max-width: 100%;
  }

  .filters2_form-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .filters2_heading {
    font-size: 2.25rem;
  }

  .filters2_scroll-wrapper {
    height: auto;
    padding-bottom: 0;
    padding-right: 0;
    overflow: visible;
  }

  .filters2_list-wrapper {
    margin-bottom: 1.75rem;
  }

  .filters2_rangeslider1-handle {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_rangeslider1-text {
    top: 2rem;
  }

  .filters_rangeslider-handle-left, .filters_rangeslider-handle-right {
    width: 1.75rem;
    height: 1.75rem;
  }

  .filters2_tablet-modal-menu {
    z-index: 999;
    border-top: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
    background-color: var(--\<unknown\|relume-variable-neutral-white\>);
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    margin-top: 3rem;
    margin-left: -5vw;
    padding: .75rem 5%;
    display: flex;
    position: sticky;
    bottom: 0;
    left: 0%;
    right: 0%;
  }

  .filters2_tablet-modal-close-button {
    display: block;
    position: absolute;
    top: 1.5rem;
    right: 1.5rem;
  }

  .filters2_tablet-filters-button {
    justify-content: center;
    display: flex;
  }

  .dropdown1_toggle {
    align-items: center;
    display: flex;
  }

  .dropdown1_dropdown-list {
    overflow: hidden;
  }

  .dropdown1_dropdown-list.w--open {
    margin-top: 1rem;
  }

  .dropdown1_dropdown-list.is-right {
    justify-content: space-between;
  }

  .slider__overlay {
    width: 100%;
    padding-bottom: 2em;
    position: relative;
    inset: auto;
  }

  .slider__overlay-inner {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    height: auto;
  }

  .slider__main {
    position: relative;
  }

  .slider__slide {
    width: 75vw;
  }

  .body {
    background-color: var(--base-color-brand--green-darker);
  }

  .blog-grid-threes {
    flex-direction: column;
    display: flex;
  }

  .blog-breadcrumb-section {
    position: relative;
    top: 0;
  }

  .featured-blog-grid {
    flex-direction: column;
    display: flex;
  }

  .featured-blog-content-holder {
    padding: 46px;
  }

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

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

  .title-md {
    font-size: 3.5em;
  }

  .post-section {
    padding-left: 2em;
    padding-right: 2em;
  }

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

  .logo-levitate-5 {
    width: 4em;
    height: 4em;
    top: 2%;
    right: 24%;
  }

  .logo-levitate-3 {
    width: 4.25em;
  }

  .logo-levitate-2 {
    width: 2.5em;
    height: 2.5em;
    right: 12%;
  }

  .testimonial-list-2x {
    grid-template-columns: 1fr;
  }

  .logo-levitate-1 {
    left: 8%;
  }

  .last-image {
    overflow: visible;
  }

  .padding-6xl {
    padding: 3.5em;
  }

  .logo-levitate-9 {
    width: 3em;
    height: 3em;
  }

  .logo-levitate-6 {
    width: 4em;
  }

  .logo-levitate-4 {
    bottom: 72%;
    right: 2%;
  }

  .holder {
    width: 12em;
    height: 12em;
  }

  .logo-levitate-7 {
    width: 4em;
    height: 4em;
  }

  .title-2xl {
    font-size: 4em;
  }

  .side-by-side-2-to-3 {
    grid-column-gap: 5em;
    grid-row-gap: 2.5em;
    grid-template-columns: 1fr;
    width: 75%;
    margin-left: auto;
    margin-right: auto;
  }

  .logo-levitate-8 {
    left: 12%;
  }

  .title-xs {
    font-size: 2.25em;
  }

  .careers-apply-box {
    grid-template-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
  }

  .careers-sidebar-tablet {
    display: block;
  }

  .button-hover-background {
    display: none;
  }

  .careers-sidebar {
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .careers-section {
    grid-template-columns: 1fr;
  }

  .careers-sidebar-wrap {
    display: none;
  }

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

  .background-video-2-copy {
    width: 61%;
    height: 62%;
  }

  .dropdown {
    width: 100%;
    height: auto;
  }

  .text-block-12 {
    width: 100px;
  }

  .div-block-4 {
    z-index: 9999;
    width: auto;
    margin-top: 0;
    margin-left: 0%;
    position: relative;
  }

  .div-block-5 {
    flex-flow: column;
    height: 100%;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .hide-mobile-landscape {
    display: none;
  }

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

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .fs-styleguide_section-header {
    font-size: .875rem;
  }

  .text-weight-light.text-style-muted {
    font-size: 5cqw;
  }

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

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

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

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

  .heading-style-h6 {
    font-size: .75rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

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

  .heading-style-h5 {
    font-size: .875rem;
  }

  .button.is-white {
    display: none;
  }

  .button-group.is-left {
    justify-content: flex-start;
    align-items: center;
  }

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .section_home-hero {
    justify-content: center;
    align-items: flex-start;
  }

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

  .text-color-gradiant {
    font-size: 3rem;
  }

  .text-color-gray1 {
    font-size: .9rem;
  }

  .growth-stalls_component {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .growth-stalls_content-bottom {
    grid-template-columns: 1fr;
  }

  .growth-stalls_card-wrapper {
    min-height: 18rem;
  }

  .growth-stalls_card-wrapper.is-large {
    min-height: 35rem;
  }

  .services_tabs-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .services_tabs-content-wrapper {
    font-size: 1.5rem;
  }

  .services_teb-content-background-wrapper {
    width: 80%;
  }

  .case-studies_content-bottom {
    grid-template-columns: 1fr;
    margin-top: -1rem;
  }

  .case-studies_header-wrapper {
    grid-template-columns: 1fr;
  }

  .case-studies_card-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .reviews_collection-list-wrapper.swiper {
    width: 100%;
    overflow: visible;
  }

  .reviews_collection-liist {
    column-count: 1;
    display: flex;
  }

  .reviews_collection-liist.swiper-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    display: flex;
  }

  .reviews_collection-list-item-wrapper.swiper-slide {
    flex: none;
    width: 100%;
  }

  .reviews_card-item-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-radius: 1rem;
  }

  .subscribe_content {
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .subscribe_background-image {
    height: 102%;
  }

  .subscribe_form-field-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-columns: 1fr;
  }

  .footer_top-wrapper {
    grid-row-gap: 3rem;
  }

  .footer_menu-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
  }

  .footer_credit-text {
    font-size: 1rem;
  }

  .footer_legal-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-auto-flow: row;
  }

  .footer_legal-link {
    font-size: 1rem;
  }

  .footer-section-padding {
    padding-top: 4rem;
  }

  .footer_description {
    font-size: 1rem;
  }

  .footer_divider-wrapper {
    display: none;
  }

  .home-padding {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .services_tabs-icon-wrapper {
    margin-top: 0;
  }

  .services_content-absolute {
    margin-left: 1rem;
  }

  .services_content-button-wrapper {
    display: none;
    top: 19rem;
    left: 1rem;
  }

  .case-studies_video-lightbox {
    aspect-ratio: 8 / 5;
    border-radius: 1rem;
  }

  .case-studies_card-number {
    font-size: 2rem;
  }

  .timeline_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .timeline_content-left {
    z-index: 1;
    background-color: var(--base-color-brand--green-darker);
    width: 100%;
    padding-top: 4rem;
    padding-right: 0;
    position: relative;
    top: 0;
  }

  .timeline_circle-wrapper {
    width: 2rem;
    margin-left: 0;
  }

  .timeline_circle {
    margin-top: 2.25rem;
  }

  .timeline_item {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    margin-left: 2rem;
    padding: 1.5rem;
  }

  .timeline_item.is-top {
    margin-left: 2rem;
  }

  .faq_component {
    padding-bottom: 6rem;
  }

  .faq_question {
    padding: 1rem 1.25rem;
    font-size: 1rem;
  }

  .faq_icon-wrappper {
    width: 2rem;
    height: 2rem;
  }

  .plus-icon {
    width: .63rem;
    height: .63rem;
  }

  .faq_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: .88rem;
  }

  .navbar2_component {
    min-height: 4rem;
    margin-top: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar2_dropdwn-toggle {
    padding-right: 0;
  }

  .navbar2_dropdown-list.w--open {
    position: static;
  }

  .hide-in-pc {
    display: block;
  }

  .header-email_component {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .header-email_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header-email_item-list {
    flex-flow: wrap;
  }

  .header-email_text-wrapper.background-gradiant.border {
    flex-flow: row;
  }

  .gallery-email_list {
    column-count: 1;
    column-gap: 1.5rem;
  }

  .invest_content-bottom {
    grid-template-columns: 1fr;
  }

  .problem_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .problem_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
  }

  .problem_card.card-1 {
    top: 1%;
  }

  .problem_card.card-2 {
    top: 2%;
  }

  .problem_card.card-3 {
    top: 3%;
  }

  .problem_card.card-4 {
    top: 4%;
  }

  .problem_card.card-5 {
    top: 5%;
  }

  .problem_card.card-6 {
    top: 6%;
  }

  .problem_image-wrapper {
    height: auto;
  }

  .problem_card-content {
    padding: 1.5rem 0;
  }

  .workflow_component {
    margin-bottom: 4rem;
  }

  .workflow_list-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .workflow_card.border24 {
    aspect-ratio: 3 / 2;
  }

  .problem_content-wrapper {
    grid-template-columns: 1fr;
  }

  .layout502_tab-arrow-icon {
    height: 2.5rem;
  }

  .layout502-background-image-wrapper {
    width: 100%;
    top: 50%;
  }

  .result_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

  .pricing39_grid-list.swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    display: flex;
  }

  .pricing_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .layout45-content-wrapper {
    grid-template-columns: 1.75fr;
  }

  .layout45-content-wrapper.is-large {
    grid-template-columns: 2.25fr;
  }

  .value_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .value_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .value_row.v-1 {
    grid-template-columns: 1fr;
  }

  .value_card {
    padding: 1.5rem;
  }

  .value_card.border24.is-large {
    min-height: 30rem;
  }

  .value_card-content.is-large {
    grid-template-columns: 1.25fr;
    justify-content: flex-end;
    place-items: flex-start start;
    display: flex;
  }

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

  .pricing10_content-bottom {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .playbook_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .playbook_tag {
    font-size: .88rem;
  }

  .offer_content {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .offer_question {
    padding: 1rem 1.25rem;
  }

  .offer_icon-wrapper {
    width: 1.75rem;
  }

  .offer_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .usecase_tab-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .usecase_tabs-menu {
    margin-bottom: 1rem;
    margin-left: -1.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

  .stats_list {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

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

  .search_grid-list.swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .search_card {
    padding: 1.5rem;
  }

  .form-block {
    width: 100%;
  }

  .search_menu {
    margin-bottom: 4rem;
  }

  .search_radio_component {
    justify-content: center;
    align-items: center;
  }

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

  .pricing-system_list.swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .pricing-system_list.swiper-wrapper.s {
    flex-flow: column;
  }

  .pricing-system_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .header-website_component {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .header-website_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header-website_lightbox-background {
    transform: translate(0%, -18%);
  }

  .lose_content-bottom {
    grid-template-columns: 1fr;
  }

  .offer_question-icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .offer_plus-icon {
    width: .63rem;
    height: .63rem;
  }

  .offer_top {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .growth-stalls_card-title.text-color-gradiant {
    font-size: 2rem;
  }

  .build_content-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    place-items: end start;
  }

  .build_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .build_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .build_row.v-1 {
    grid-template-columns: 1fr;
  }

  .build_tag {
    font-size: .88rem;
  }

  .build_tag-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .workflow_card-title {
    margin-bottom: .25rem;
    font-size: 5.5cqw;
  }

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

  .efficiency_inner-wrapper {
    width: 100%;
    padding-left: 0;
  }

  .efficiency_tabs {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .efficiency_tabs-menu {
    justify-items: stretch;
  }

  .efficiency_tab-link {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .efficiency_tab-title-wrapper {
    grid-template-columns: 1fr minmax(min-content, max-content);
  }

  .efficiency_tab-icon {
    width: 1rem;
    height: 1rem;
  }

  .efficiency_paragraph-wrapper {
    grid-template-columns: 1fr;
  }

  .efficiency_tabs-content {
    width: 100%;
    margin-bottom: 1.5rem;
    padding-right: 0;
    position: relative;
  }

  .reviews_card-arrow-wrapper, .reviews2_card-arrow-wrapper {
    display: flex;
  }

  .header-system_background-image-line {
    width: 50%;
    transform: translate(16%, 8%);
  }

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

  .pricing_grid-list.swiper-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    display: flex;
  }

  .padding-page-top {
    padding-top: 8rem;
  }

  .home-hero_background-overlay {
    background-image: linear-gradient(#060b0a00, #060b0a 40%);
  }

  .header_gradient-stars {
    width: 130%;
    transform: translate(0, -20%);
  }

  .gallery_image, .gallery_video-wrapper {
    border-radius: .5rem;
  }

  .filters2_layout {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .filters2_filter-group-heading {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .filters2_tablet-modal-menu {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .social-proof {
    grid-template-columns: 1fr 1fr;
  }

  .img-carousel__list {
    font-size: 2.2vw;
  }

  .img-carousel__panel {
    grid-template-rows: max-content;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .img-carousel__item.is-move-top-mobile {
    transform: translate(0, -55%);
  }

  .img-carousel__item.is-move-bottom-mobile {
    transform: translate(0, 55%);
  }

  .img-carousel__img {
    flex: none;
  }

  .mwg007-circle {
    width: 400%;
    left: -150%;
  }

  .mwg007-media {
    width: 55vw;
  }

  .mwg042-medias {
    perspective: 50vw;
    width: 50%;
  }

  .flick-group {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .flick-group__relative-object {
    width: 120vw;
  }

  .flick-card {
    border-width: .25em;
    width: 60vw;
  }

  .flick-card__btn {
    width: calc(100% - 2em);
    bottom: 1em;
    left: 1em;
  }

  .flick-card__h3 {
    font-size: 10vw;
  }

  .bold-text-2 {
    font-size: 3rem;
  }

  .body {
    background-color: var(--base-color-brand--green-darker);
  }

  .blog-breadcrumb-links {
    background-color: #171e25;
    border-radius: .25em;
    grid-template-rows: auto;
    grid-template-columns: auto;
    grid-auto-columns: auto;
    grid-auto-flow: row;
    justify-items: stretch;
    padding: 1em;
    display: none;
    position: absolute;
    top: 36px;
    box-shadow: inset 0 0 0 1px #1e252c;
  }

  .blog-breadcrumb-section {
    margin-bottom: 2.5em;
    padding-top: .5em;
    padding-bottom: .5em;
  }

  .category-dropdown-mobile {
    border-radius: .25em;
    align-items: center;
    height: 32px;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 10px;
    display: flex;
    box-shadow: inset 0 0 0 1px #21262d;
  }

  .blog-breadcrumb-cms-list {
    flex-direction: column;
    align-items: flex-start;
  }

  .blog-breadcrumb-link {
    margin-bottom: 0;
    margin-right: 0;
    line-height: 2.5;
  }

  .featured-blog-holder:hover {
    background-color: #14141400;
    transform: none;
  }

  .blog-grid-2x-image-holder {
    height: 300px;
  }

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

  .section, .section.more-space {
    padding-top: 4em;
    padding-bottom: 4em;
  }

  .title-md {
    font-size: 3.125em;
  }

  .post-grid {
    grid-row-gap: 2em;
    grid-template-columns: 1fr;
  }

  .post-share {
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: flex;
  }

  .share-column {
    grid-auto-flow: column;
    justify-items: center;
  }

  .text-2xl {
    letter-spacing: 0;
    font-size: 1.5em;
  }

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

  .logo-levitate-5 {
    top: -5%;
  }

  .logo-levitate-3 {
    width: 3.5em;
    right: -2%;
  }

  .logo-levitate-1 {
    width: 4em;
    height: 4em;
    top: 15%;
    left: 2%;
  }

  .padding-6xl {
    padding: 3em;
  }

  .text-lg {
    font-size: 1.125em;
  }

  ._2-columns-paragraph {
    column-count: 1;
  }

  .logo-levitate-9 {
    top: auto;
    bottom: 25%;
    left: 0%;
  }

  .logo-levitate-6 {
    width: 3em;
    top: -5%;
  }

  .logo-levitate-4 {
    right: -5%;
  }

  .title-2xl {
    font-size: 3em;
  }

  .logo-levitate-8 {
    width: 2em;
    height: 2em;
    bottom: 5%;
  }

  .title-xs {
    font-size: 2.125em;
  }

  .careers-apply-box {
    text-align: center;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .section-2 {
    padding-top: 4em;
    padding-bottom: 4em;
  }

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

  .header-email_item-list-2 {
    flex-flow: column;
  }

  .header-email_text-wrapper-2.background-gradiant.border {
    flex-flow: row;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

  .margin-bottom.margin-small {
    line-height: 1;
  }

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

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

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

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

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

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

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

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

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

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

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

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

  .hide-mobile-portrait {
    display: none;
  }

  .heading-style-h2 {
    font-size: 2rem;
    line-height: 1;
  }

  .button.is-green.blog {
    margin-top: 0;
  }

  .button.is-green.blog.q {
    margin-top: 20px;
  }

  .button.is-white {
    display: flex;
  }

  .button-group {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .services_tabs-menu {
    grid-column-gap: .2rem;
    grid-row-gap: .2rem;
    flex-flow: column;
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .services_tabs-content-wrapper {
    font-size: 1.25rem;
  }

  .text-span-block {
    font-size: 2rem;
  }

  .reviews_collection-liist.swiper-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .reviews_collection-list-item-wrapper.swiper-slide {
    flex-flow: column;
    display: flex;
  }

  .subscribe_content-wrapper {
    border-radius: 1.25rem;
  }

  .subscribe_content {
    padding: 3rem 1.25rem;
  }

  .footer_top-wrapper {
    grid-row-gap: 48px;
  }

  .footer_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .footer_legal-list {
    flex-flow: wrap;
  }

  .footer_link-container.blog {
    flex-flow: row;
  }

  .services_content-button-wrapper {
    top: 19.4rem;
    left: 0;
  }

  .timeline_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .timeline_progress {
    width: 1rem;
  }

  .timeline_content-right {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .timeline_row {
    grid-column-gap: 1rem;
  }

  .timeline_circle-wrapper {
    width: 1rem;
  }

  .timeline_item {
    grid-template-columns: 3rem 1fr;
    margin-left: 1.5rem;
    padding-left: 0;
    padding-right: 0;
  }

  .timeline_item.is-top {
    margin-left: 1.5rem;
  }

  .timeline_content-icon {
    width: 3.5rem;
    height: 3.5rem;
  }

  .faq_component.s {
    padding-bottom: 2rem;
  }

  .faq_accordion {
    width: 100%;
  }

  .faq_question {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .faq_card-image-wrapper {
    width: 5rem;
    height: 5rem;
  }

  .navbar2_dropdwn-toggle, .hide-in-pc {
    display: none;
  }

  .header-email_component.agent {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .header-email_item-list {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .header-email_text-wrapper {
    width: 100%;
  }

  .gallery-email_image-wrapper {
    width: 50vw;
  }

  .invest_content-bottom {
    grid-template-columns: 1fr;
  }

  .workflow_card {
    padding: 1rem 1.25rem;
  }

  .workflow_card.border24 {
    max-width: 20rem;
  }

  .result_content, .result_item-list {
    grid-template-columns: 1fr;
  }

  .value_card {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .efficiency_question-left {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .usecase_tab-wrapper {
    grid-row-gap: 3rem;
  }

  .stats_content {
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

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

  .stats_item-number {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    font-size: 2rem;
    display: flex;
  }

  .pricing-system_list.swiper-wrapper.s {
    flex-flow: column;
  }

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

  .header-website_lightbox-background {
    transform: translate(0%, -30%);
  }

  .lose_content-bottom {
    grid-template-columns: 1fr;
  }

  .layout_image.is--mobilke {
    max-height: 20rem;
  }

  .growth-stalls_card-title.text-color-gradiant {
    font-size: 1.2rem;
  }

  .build_card.border24 {
    min-height: 21.56svh;
    padding-top: 220px;
  }

  .build_card-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .efficiency_tab-title {
    font-size: 1.5rem;
  }

  .build_card-content-button {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .header_gradient-stars {
    flex: none;
    width: 170%;
  }

  .brand-img {
    padding: .5rem;
  }

  .img-carousel__list {
    grid-row-gap: 1em;
  }

  .img-carousel__panel {
    grid-column-gap: 1em;
  }

  .slider__overlay {
    padding-left: 1.25em;
  }

  .slider__slide {
    width: 90vw;
    padding-left: .5em;
    padding-right: .5em;
  }

  .slide__caption {
    top: .5em;
    left: .5em;
  }

  .bold-text-2 {
    font-size: 2rem;
    line-height: 1;
  }

  .paragraph, .paragraph-2, .paragraph-3 {
    margin-top: 6px;
  }

  .image-4 {
    width: 130px;
  }

  .body {
    background-color: var(--base-color-brand--green-darker);
  }

  .bold-text-4 {
    font-size: 2.6rem;
  }

  .blog-grid-twos {
    flex-direction: column;
    display: flex;
  }

  .featured-blog-holder {
    border-radius: 18px;
  }

  .featured-blog-content-holder {
    grid-row-gap: 12px;
    padding: 13px;
  }

  .featured-blog-title {
    font-size: 28px;
  }

  .blog-grid-2x:hover {
    transform: none;
  }

  .blog-grid-2x-image-holder, .blog-grid-2x-image {
    height: auto;
  }

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

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

  .row-xxs.items-center {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: none;
  }

  .link {
    font-size: .75em;
  }

  .title-md {
    font-size: 2.5em;
  }

  .column-xl {
    grid-column-gap: 3em;
    grid-row-gap: 1.5em;
  }

  .post-section {
    background-color: #0000;
    border-radius: 0;
    padding: 0;
  }

  .post-section.rounded-xs {
    padding: 1em;
  }

  .share-column {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }

  .text-2xl {
    font-size: 1.375em;
    line-height: 1.25;
  }

  ._1st-image {
    align-items: center;
    display: flex;
  }

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

  .logo-levitate-5 {
    width: 2em;
    height: 2em;
  }

  .logo-levitate-3 {
    width: 2em;
  }

  .logo-levitate-2 {
    bottom: 4%;
  }

  .logo-levitate-1 {
    width: 2em;
    height: 2em;
    left: 2%;
  }

  .padding-6xl {
    padding: 2.5em;
  }

  .text-lg {
    font-size: 1.125em;
  }

  .logo-levitate-9 {
    width: 2em;
    height: 2em;
    top: 44%;
    left: 0%;
  }

  .logo-levitate-6 {
    width: 3em;
    top: -6%;
  }

  .logo-levitate-4 {
    width: 2em;
    height: 2em;
  }

  .holder {
    flex-direction: column;
    justify-content: center;
    width: 8em;
    display: flex;
  }

  ._2nd-image {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .rotated-shape-wrap {
    padding: 0;
  }

  .title-2xl {
    font-size: 2.5em;
  }

  .side-by-side-2-to-3 {
    grid-column-gap: 5em;
    grid-row-gap: 2em;
    width: 100%;
  }

  .logo-levitate-8 {
    bottom: 2%;
  }

  .title-xs {
    font-size: 1.75em;
  }

  .button-animated {
    font-size: 1em;
  }

  .link-2 {
    font-size: .75em;
  }

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

  .header-email_item-list-2 {
    flex-flow: column;
    grid-template-columns: 1fr;
  }

  .header-email_text-wrapper-2 {
    width: 100%;
  }

  .div-block-3 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .text-span-29 {
    font-size: 1rem;
  }
}

#w-node-b914cb98-50e3-399e-26de-f5f556f685c7-e45c4f08 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_7c185745-b88c-fef9-ee65-944449b142b2-e45c4f08, #w-node-_1fc24049-11aa-fdb2-8d66-13af085a6bb2-085a6b91, #w-node-_1fc24049-11aa-fdb2-8d66-13af085a6bc9-085a6b91 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_97ba5c61-1702-85b0-c4b7-23bfe6769a3c-e663a597 {
  justify-self: start;
}

#w-node-_85dd9792-f883-74f5-227a-afd1e663a5a0-e663a597 {
  justify-self: center;
}

#w-node-_85dd9792-f883-74f5-227a-afd1e663a5bc-e663a597 {
  justify-self: end;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-e45c4f0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-e45c4f0b {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-e45c4f0b, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-e45c4f0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-e45c4f0b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-e45c4f0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-e45c4f0b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-e45c4f0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-e45c4f0b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-e45c4f0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-e45c4f0b {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-e45c4f0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-e45c4f0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-e45c4f0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-e45c4f0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-e45c4f0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-e45c4f0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-e45c4f0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-e45c4f0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-e45c4f0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-e45c4f0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-e45c4f0b, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-e45c4f0b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-e45c4f0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-e45c4f0b {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-e45c4f0b, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-e45c4f0b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-e45c4f0b {
  justify-self: start;
}

#w-node-_048da7ba-b457-62b4-a7cb-52d1711e9e44-d74a32ca {
  place-self: auto;
}

#w-node-_911f5fec-9253-8a28-7c42-43a76452bcca-d74a32ca {
  align-self: stretch;
}

#w-node-c238983c-feaa-93cb-ae0e-16e7e676aa0d-d74a32ca, #w-node-_68b35868-66c7-03a4-a3c6-e5382853a75c-d74a32ca {
  align-self: end;
}

#w-node-_42ba4feb-2505-0c29-ba57-44d70ba8ba22-d74a32ca, #w-node-_4416246e-5a31-3dc7-cd0b-4b89f546d7ae-d74a32ca, #w-node-ae1aec70-340a-18ef-ac32-8a7e130dd4b4-d74a32ca, #w-node-_7ea05150-3525-b09b-49d5-1b5de086c4d3-d74a32ca, #w-node-_174f6482-9b49-4d50-d58f-5d39d72cc819-d74a32ca, #w-node-_79f7b3c5-3ba1-329f-3ddd-659c626566b0-d74a32ca, #w-node-_79f7b3c5-3ba1-329f-3ddd-659c626566b5-d74a32ca, #w-node-_79f7b3c5-3ba1-329f-3ddd-659c626566ba-d74a32ca, #w-node-_79f7b3c5-3ba1-329f-3ddd-659c626566bf-d74a32ca, #w-node-f1d7a837-b6c4-1126-7470-43e0a02a4d33-d74a32ca, #w-node-f1d7a837-b6c4-1126-7470-43e0a02a4d38-d74a32ca, #w-node-f1d7a837-b6c4-1126-7470-43e0a02a4d3d-d74a32ca, #w-node-f1d7a837-b6c4-1126-7470-43e0a02a4d42-d74a32ca, #w-node-ccdf64e5-0238-68fb-f95e-6f223ffff636-d74a32ca, #w-node-ccdf64e5-0238-68fb-f95e-6f223ffff645-d74a32ca, #w-node-ccdf64e5-0238-68fb-f95e-6f223ffff63b-d74a32ca, #w-node-ccdf64e5-0238-68fb-f95e-6f223ffff640-d74a32ca {
  align-self: start;
}

#w-node-_4d9cb217-da90-0ec4-6620-aa88fda63d2b-fda63d1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d9cb217-da90-0ec4-6620-aa88fda63d31-fda63d1a, #w-node-_4d9cb217-da90-0ec4-6620-aa88fda63d36-fda63d1a, #w-node-_4d9cb217-da90-0ec4-6620-aa88fda63d3b-fda63d1a, #w-node-_4d9cb217-da90-0ec4-6620-aa88fda63d40-fda63d1a, #w-node-_4d9cb217-da90-0ec4-6620-aa88fda63d45-fda63d1a {
  align-self: start;
}

#w-node-_4d9cb217-da90-0ec4-6620-aa88fda63d4a-fda63d1a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4d9cb217-da90-0ec4-6620-aa88fda63d54-fda63d1a, #w-node-_4d9cb217-da90-0ec4-6620-aa88fda63d59-fda63d1a, #w-node-_4d9cb217-da90-0ec4-6620-aa88fda63d5e-fda63d1a, #w-node-_4d9cb217-da90-0ec4-6620-aa88fda63d63-fda63d1a, #w-node-_4d9cb217-da90-0ec4-6620-aa88fda63d68-fda63d1a {
  align-self: start;
}

#w-node-_7f6805df-790d-38d1-0965-70443c25c0b1-3c25c09b, #w-node-_7f6805df-790d-38d1-0965-70443c25c0b2-3c25c09b, #w-node-_7f6805df-790d-38d1-0965-70443c25c0bb-3c25c09b, #w-node-_7f6805df-790d-38d1-0965-70443c25c0c4-3c25c09b, #w-node-_7f6805df-790d-38d1-0965-70443c25c0ce-3c25c09b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7f6805df-790d-38d1-0965-70443c25c0d7-3c25c09b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7f6805df-790d-38d1-0965-70443c25c0e0-3c25c09b {
  justify-self: end;
}

#w-node-_0ff62b6d-0de3-f443-b542-fa66d375d1cf-b6499149 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_0ff62b6d-0de3-f443-b542-fa66d375d1d0-b6499149 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_0ff62b6d-0de3-f443-b542-fa66d375d1d4-b6499149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0ff62b6d-0de3-f443-b542-fa66d375d1d6-b6499149 {
  justify-self: end;
}

#w-node-_0ff62b6d-0de3-f443-b542-fa66d375d1e1-b6499149, #w-node-_0ff62b6d-0de3-f443-b542-fa66d375d1ed-b6499149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f8b1ace0-a23f-b6cf-ac9c-cd1cf124806f-b6499149 {
  justify-self: start;
}

#w-node-cf8b8db2-449b-7264-09a9-6f904f72e84f-b6499149 {
  justify-self: center;
}

#w-node-_39da8773-6bc9-8f4f-3250-47b0810e6554-b6499149, #w-node-ce16d519-69e8-2024-c2a9-82fe087c58b4-b6499149 {
  justify-self: end;
}

#w-node-c12efcf5-2875-bafd-3910-fcde5190d8b8-b6499149 {
  align-self: stretch;
}

#w-node-ce251f07-6763-07df-9a21-810a0801fcd3-b6499149, #w-node-f03a61fe-b568-daed-92d8-8df46e4ddf0b-b6499149, #w-node-_3d10459a-fb98-ee7c-320f-024f9a8ce662-b6499149, #w-node-_9bea6bbe-add1-7840-f810-9b38e8ddd1fa-b6499149, #w-node-fe38a64c-33b8-def4-95b8-646da9f4db7f-b6499149, #w-node-fe38a64c-33b8-def4-95b8-646da9f4db85-b6499149, #w-node-fe38a64c-33b8-def4-95b8-646da9f4db8b-b6499149, #w-node-fe38a64c-33b8-def4-95b8-646da9f4db91-b6499149, #w-node-fe38a64c-33b8-def4-95b8-646da9f4db97-b6499149, #w-node-_8443683c-ec86-8438-41d3-f7022e194697-b6499149, #w-node-_8443683c-ec86-8438-41d3-f7022e19469c-b6499149, #w-node-_8443683c-ec86-8438-41d3-f7022e1946a1-b6499149, #w-node-_8443683c-ec86-8438-41d3-f7022e1946a6-b6499149, #w-node-e1e632ca-5cc8-1ea7-dbb9-3d0bfa0b911a-b6499149 {
  align-self: start;
}

#w-node-_49cd4132-d8d6-9bac-aba2-f4415a100a3c-b6499149, #w-node-_49cd4132-d8d6-9bac-aba2-f4415a100a3d-b6499149, #w-node-_49cd4132-d8d6-9bac-aba2-f4415a100a46-b6499149, #w-node-_49cd4132-d8d6-9bac-aba2-f4415a100a4f-b6499149, #w-node-_49cd4132-d8d6-9bac-aba2-f4415a100a58-b6499149 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_49cd4132-d8d6-9bac-aba2-f4415a100a61-b6499149 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49cd4132-d8d6-9bac-aba2-f4415a100a6a-b6499149 {
  justify-self: end;
}

#w-node-_92b87173-a23b-8bbf-dc21-da348f016500-8d4476e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a913f4e-a1f0-9439-e1ca-c84a8a1ac7bd-8d4476e3, #w-node-ac7e58ec-1dc9-e261-fe08-5f61a899d64b-8d4476e3 {
  align-self: start;
}

#w-node-a2d70991-58c6-4de7-eff9-53d17cbc4bd2-8d4476e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a2d70991-58c6-4de7-eff9-53d17cbc4bd3-8d4476e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a9511797-4890-8428-444b-ac5dfded8282-8d4476e3, #w-node-fa6e5cda-0c87-dfe1-d26d-864eb3a4c2fa-8d4476e3, #w-node-fa6e5cda-0c87-dfe1-d26d-864eb3a4c304-8d4476e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fa6e5cda-0c87-dfe1-d26d-864eb3a4c2fb-8d4476e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34e5768e-39e2-14cc-2294-c154ff2f0a5f-8d4476e3, #w-node-_34e5768e-39e2-14cc-2294-c154ff2f0a64-8d4476e3, #w-node-_34e5768e-39e2-14cc-2294-c154ff2f0a69-8d4476e3, #w-node-_34e5768e-39e2-14cc-2294-c154ff2f0a6e-8d4476e3, #w-node-_380751c3-1c6b-dcb9-afc4-f4876c2034c4-8d4476e3, #w-node-_4df2cf26-41b0-8a8b-e442-0115392baa39-8d4476e3, #w-node-_380751c3-1c6b-dcb9-afc4-f4876c2034c9-8d4476e3, #w-node-_380751c3-1c6b-dcb9-afc4-f4876c2034ce-8d4476e3, #w-node-_380751c3-1c6b-dcb9-afc4-f4876c2034d3-8d4476e3, #w-node-_34e5768e-39e2-14cc-2294-c154ff2f0ab0-8d4476e3, #w-node-_34e5768e-39e2-14cc-2294-c154ff2f0ab5-8d4476e3, #w-node-_34e5768e-39e2-14cc-2294-c154ff2f0aba-8d4476e3, #w-node-_34e5768e-39e2-14cc-2294-c154ff2f0abf-8d4476e3 {
  align-self: start;
}

#w-node-_4685f62b-afc4-687d-28ec-f4bff7d9547d-8d4476e3, #w-node-_4685f62b-afc4-687d-28ec-f4bff7d9547e-8d4476e3, #w-node-_4685f62b-afc4-687d-28ec-f4bff7d95487-8d4476e3, #w-node-_4685f62b-afc4-687d-28ec-f4bff7d95490-8d4476e3, #w-node-_4685f62b-afc4-687d-28ec-f4bff7d95499-8d4476e3, #w-node-_4685f62b-afc4-687d-28ec-f4bff7d9549a-8d4476e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4685f62b-afc4-687d-28ec-f4bff7d954a3-8d4476e3 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f4a12e03-c726-7b7e-d4e9-fe8ffa801311-8d4476e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4a12e03-c726-7b7e-d4e9-fe8ffa801317-8d4476e3, #w-node-f4a12e03-c726-7b7e-d4e9-fe8ffa80131c-8d4476e3, #w-node-f4a12e03-c726-7b7e-d4e9-fe8ffa801321-8d4476e3, #w-node-f4a12e03-c726-7b7e-d4e9-fe8ffa801326-8d4476e3, #w-node-f4a12e03-c726-7b7e-d4e9-fe8ffa80132b-8d4476e3 {
  align-self: start;
}

#w-node-f4a12e03-c726-7b7e-d4e9-fe8ffa801330-8d4476e3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f4a12e03-c726-7b7e-d4e9-fe8ffa80133a-8d4476e3, #w-node-f4a12e03-c726-7b7e-d4e9-fe8ffa80133f-8d4476e3, #w-node-f4a12e03-c726-7b7e-d4e9-fe8ffa801344-8d4476e3, #w-node-f4a12e03-c726-7b7e-d4e9-fe8ffa801349-8d4476e3, #w-node-f4a12e03-c726-7b7e-d4e9-fe8ffa80134e-8d4476e3 {
  align-self: start;
}

#w-node-_51d5298d-ce6a-06f8-c339-f09316583471-6d2b7377, #w-node-_51d5298d-ce6a-06f8-c339-f09316583472-6d2b7377, #w-node-_51d5298d-ce6a-06f8-c339-f09316583474-6d2b7377, #w-node-_51d5298d-ce6a-06f8-c339-f09316583475-6d2b7377, #w-node-_51d5298d-ce6a-06f8-c339-f09316583477-6d2b7377, #w-node-_51d5298d-ce6a-06f8-c339-f09316583479-6d2b7377, #w-node-_51d5298d-ce6a-06f8-c339-f0931658347a-6d2b7377, #w-node-_51d5298d-ce6a-06f8-c339-f0931658347c-6d2b7377, #w-node-_51d5298d-ce6a-06f8-c339-f0931658347e-6d2b7377, #w-node-f86306f6-6fc3-5da5-1f1e-a66cce83d567-055153e7, #w-node-f86306f6-6fc3-5da5-1f1e-a66cce83d568-055153e7, #w-node-f86306f6-6fc3-5da5-1f1e-a66cce83d56a-055153e7, #w-node-f86306f6-6fc3-5da5-1f1e-a66cce83d56b-055153e7, #w-node-f86306f6-6fc3-5da5-1f1e-a66cce83d56d-055153e7, #w-node-f86306f6-6fc3-5da5-1f1e-a66cce83d56f-055153e7, #w-node-f86306f6-6fc3-5da5-1f1e-a66cce83d570-055153e7, #w-node-f86306f6-6fc3-5da5-1f1e-a66cce83d572-055153e7, #w-node-f86306f6-6fc3-5da5-1f1e-a66cce83d574-055153e7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e5fd313-81b7-cdb6-ab7b-7207fb445843-d80de3c8 {
  align-self: center;
}

#w-node-_2e5fd313-81b7-cdb6-ab7b-7207fb445846-d80de3c8, #w-node-_2e5fd313-81b7-cdb6-ab7b-7207fb445849-d80de3c8, #w-node-_2e5fd313-81b7-cdb6-ab7b-7207fb44584c-d80de3c8, #w-node-_2e5fd313-81b7-cdb6-ab7b-7207fb44584f-d80de3c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e5fd313-81b7-cdb6-ab7b-7207fb445850-d80de3c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_2e5fd313-81b7-cdb6-ab7b-7207fb445852-d80de3c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2e5fd313-81b7-cdb6-ab7b-7207fb445854-d80de3c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_9fc42456-d9d0-990f-f037-aafb94e72008-86a34799, #w-node-_9fc42456-d9d0-990f-f037-aafb94e72009-86a34799, #w-node-_9fc42456-d9d0-990f-f037-aafb94e7200b-86a34799, #w-node-_9fc42456-d9d0-990f-f037-aafb94e7200c-86a34799, #w-node-_9fc42456-d9d0-990f-f037-aafb94e7200e-86a34799, #w-node-_9fc42456-d9d0-990f-f037-aafb94e72010-86a34799, #w-node-_9fc42456-d9d0-990f-f037-aafb94e72011-86a34799, #w-node-_9fc42456-d9d0-990f-f037-aafb94e72013-86a34799, #w-node-_9fc42456-d9d0-990f-f037-aafb94e72015-86a34799 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e658cbb8-8e06-f1a2-7574-40c82e74f0c4-6154609a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e658cbb8-8e06-f1a2-7574-40c82e74f0c7-6154609a, #w-node-c8af8831-40ee-e0d1-7d7d-1c62b9a1aeaa-6154609a, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a650d-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a650e-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6514-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6516-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6518-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a651a-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a651c-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a651e-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6520-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6522-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6524-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6526-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6528-2248f8d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51833af9-d358-78c8-a2c0-1027ec9a6539-2248f8d3 {
  justify-self: stretch;
}

#w-node-_51833af9-d358-78c8-a2c0-1027ec9a653a-2248f8d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_51833af9-d358-78c8-a2c0-1027ec9a653b-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a653c-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a653e-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a653f-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6541-2248f8d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51833af9-d358-78c8-a2c0-1027ec9a6543-2248f8d3 {
  justify-self: stretch;
}

#w-node-_51833af9-d358-78c8-a2c0-1027ec9a6545-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a657b-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a657c-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a657e-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6580-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6582-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6584-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6586-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6588-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a658a-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a658c-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a658e-2248f8d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_51833af9-d358-78c8-a2c0-1027ec9a6599-2248f8d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-_51833af9-d358-78c8-a2c0-1027ec9a659a-2248f8d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-deeb404b-064f-ee34-6c98-f85b8bacaa92-2248f8d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-deeb404b-064f-ee34-6c98-f85b8bacaa94-2248f8d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-deeb404b-064f-ee34-6c98-f85b8bacaa96-2248f8d3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-_7458cde4-85d8-c57b-6905-3c0234820ac5-805062f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
}

#w-node-_7458cde4-85d8-c57b-6905-3c0234820ac7-805062f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7458cde4-85d8-c57b-6905-3c0234820ac9-805062f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: end;
}

#w-node-aa24120b-9482-ff9a-7185-daec7c56d59c-7241ac1b, #w-node-aa24120b-9482-ff9a-7185-daec7c56d59d-7241ac1b, #w-node-aa24120b-9482-ff9a-7185-daec7c56d59f-7241ac1b, #w-node-aa24120b-9482-ff9a-7185-daec7c56d5a0-7241ac1b, #w-node-aa24120b-9482-ff9a-7185-daec7c56d5a2-7241ac1b, #w-node-aa24120b-9482-ff9a-7185-daec7c56d5a4-7241ac1b, #w-node-aa24120b-9482-ff9a-7185-daec7c56d5a5-7241ac1b, #w-node-aa24120b-9482-ff9a-7185-daec7c56d5a7-7241ac1b, #w-node-aa24120b-9482-ff9a-7185-daec7c56d5a9-7241ac1b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_048da7ba-b457-62b4-a7cb-52d1711e9e44-d74a32ca {
    justify-self: center;
  }

  #w-node-_911f5fec-9253-8a28-7c42-43a76452bcca-d74a32ca, #w-node-_32196cea-7aaa-663e-2228-802ff40e6de7-d74a32ca {
    order: -9999;
  }

  #w-node-_722fa677-1d5a-86f1-07f0-57e01ded421f-d74a32ca {
    justify-self: center;
  }

  #w-node-_722fa677-1d5a-86f1-07f0-57e01ded4221-d74a32ca {
    order: -9999;
  }

  #w-node-_7f6805df-790d-38d1-0965-70443c25c0d7-3c25c09b {
    grid-column: span 2 / span 2;
  }

  #w-node-c12efcf5-2875-bafd-3910-fcde5190d8b8-b6499149 {
    order: -9999;
  }

  #w-node-_49cd4132-d8d6-9bac-aba2-f4415a100a61-b6499149 {
    grid-column: span 2 / span 2;
  }

  #w-node-_5bbfae87-f36f-22f6-69ed-61f78be4a575-b6499149 {
    order: -9999;
  }

  #w-node-a2d70991-58c6-4de7-eff9-53d17cbc4bd3-8d4476e3, #w-node-fa6e5cda-0c87-dfe1-d26d-864eb3a4c2fb-8d4476e3 {
    grid-column: span 1 / span 1;
  }

  #w-node-_4685f62b-afc4-687d-28ec-f4bff7d954a3-8d4476e3 {
    grid-column: span 2 / span 2;
  }

  #w-node-f70a3540-06a3-9579-0b72-898d425bc471-8d4476e3 {
    order: -9999;
  }

  #w-node-_2e5fd313-81b7-cdb6-ab7b-7207fb445846-d80de3c8 {
    justify-self: center;
  }

  #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6510-2248f8d3 {
    align-self: start;
  }

  #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6539-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6549-2248f8d3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_51833af9-d358-78c8-a2c0-1027ec9a657b-2248f8d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: stretch;
  }
}

@media screen and (max-width: 767px) {
  #w-node-b914cb98-50e3-399e-26de-f5f556f685c7-e45c4f08 {
    order: 9999;
  }

  #w-node-_5eac9807-d076-c626-d5b0-4ad14242120a-e45c4f08 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-fd6de4d2-6684-04b9-e5af-8f8c6c8b29a8-d74a32ca, #w-node-b064db1f-e006-ec13-8dde-b1329c443f11-d74a32ca, #w-node-_43944f97-72d9-b107-cf8a-9a3a3baa98b5-d74a32ca, #w-node-_3210b315-164f-7c69-db5f-c04bef9810e8-d74a32ca, #w-node-e04780ec-0a5c-a7dc-d485-3692a4a43b9b-d74a32ca, #w-node-_120fc32b-93fe-33fa-9473-f4a198c742ca-d74a32ca {
    order: 9999;
  }

  #w-node-_6f7d7a0a-b240-257e-d96e-057c72423fa7-d74a32ca {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_32196cea-7aaa-663e-2228-802ff40e6de7-d74a32ca, #w-node-_722fa677-1d5a-86f1-07f0-57e01ded4221-d74a32ca {
    order: -9999;
  }

  #w-node-_7f6805df-790d-38d1-0965-70443c25c0d7-3c25c09b {
    grid-column: span 1 / span 1;
  }

  #w-node-_7f6805df-790d-38d1-0965-70443c25c0e0-3c25c09b {
    justify-self: auto;
  }

  #w-node-_35bd0619-cae2-4e32-e731-65c754e34963-b6499149 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-_49cd4132-d8d6-9bac-aba2-f4415a100a61-b6499149 {
    grid-column: span 1 / span 1;
  }

  #w-node-_49cd4132-d8d6-9bac-aba2-f4415a100a6a-b6499149 {
    justify-self: auto;
  }

  #w-node-_5bbfae87-f36f-22f6-69ed-61f78be4a575-b6499149 {
    order: -9999;
  }

  #w-node-_655262aa-d210-0cd4-bc3f-bc2eb06c3129-8d4476e3 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: start;
  }

  #w-node-a2d70991-58c6-4de7-eff9-53d17cbc4bd3-8d4476e3 {
    grid-column: span 1 / span 1;
  }

  #w-node-fa6e5cda-0c87-dfe1-d26d-864eb3a4c304-8d4476e3 {
    order: 9999;
  }

  #w-node-fa6e5cda-0c87-dfe1-d26d-864eb3a4c2fb-8d4476e3, #w-node-_4685f62b-afc4-687d-28ec-f4bff7d954a3-8d4476e3 {
    grid-column: span 1 / span 1;
  }

  #w-node-f70a3540-06a3-9579-0b72-898d425bc471-8d4476e3 {
    order: -9999;
  }

  #w-node-_51d5298d-ce6a-06f8-c339-f0931658348e-6d2b7377, #w-node-d7bc22e2-4280-32c3-b151-d51831ad8425-055153e7, #w-node-_78473060-2efb-96db-e02c-71238f366e24-86a34799 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-e658cbb8-8e06-f1a2-7574-40c82e74f0c1-6154609a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6539-2248f8d3, #w-node-_51833af9-d358-78c8-a2c0-1027ec9a6549-2248f8d3 {
    grid-column: span 1 / span 1;
  }

  #w-node-aa24120b-9482-ff9a-7185-daec7c56d5b9-7241ac1b {
    grid-area: 2 / 1 / 3 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4587c22f-31f1-0ba4-3317-e689abfacb14-d74a32ca, #w-node-f59350d7-df1e-e8c9-254f-d5ac0bb035cf-8d4476e3 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: Satoshi, "Satoshi Fallback", Arial, sans-serif;
  src: url('../fonts/Satoshi-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Satoshi, "Satoshi Fallback", Arial, sans-serif;
  src: url('../fonts/Satoshi-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Satoshi, "Satoshi Fallback", Arial, sans-serif;
  src: url('../fonts/Satoshi-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Satoshi, "Satoshi Fallback", Arial, sans-serif;
  src: url('../fonts/Satoshi-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Satoshi, "Satoshi Fallback", Arial, sans-serif;
  src: url('../fonts/Satoshi-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Aktiv grotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Aktivgrotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Medium-1.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Aktivgrotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Hairline.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: Aktivgrotesk, "Aktiv Fallback", Arial, sans-serif;
  src: url('../fonts/AktivGrotesk-Bold-1.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* A11y: inactive services tab labels must meet WCAG AA contrast on the dark canvas */
.services_tab-links {
  color: rgba(255, 255, 255, .58);
}

/* A11y utility: screen-reader-only page titles */
.u-visually-hidden {
  clip: rect(0 0 0 0);
  clip-path: inset(50%);
  width: 1px;
  height: 1px;
  white-space: nowrap;
  position: absolute;
  overflow: hidden;
}

/* A11y: footer legal links must meet WCAG AA contrast */
.footer_legal-link {
  opacity: .82;
}

/* A11y: CMS empty-state boxes are light gray; force dark readable text */
.w-dyn-empty, .w-dyn-empty div {
  color: #030b08;
}

/* A11y: muted result tags were 4.36:1, WCAG AA needs 4.5:1 */
.result_tag.is-mute, .result_tag.is-mute div {
  color: #858894;
}

/* A11y: the careers empty state sits on a translucent red-on-dark bg; needs light text */
.error.w-dyn-empty, .error.w-dyn-empty div {
  color: #f5c6c6;
}

/* ---- swiper-bundle.min.css ---- */
/**
 * Swiper 12.2.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2026 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: May 27, 2026
 */

:root{--swiper-theme-color:#007aff}:host{display:block;margin-left:auto;margin-right:auto;position:relative;z-index:1}.swiper{display:block;list-style:none;margin-left:auto;margin-right:auto;overflow:hidden;padding:0;position:relative;z-index:1}.swiper-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{box-sizing:initial;display:flex;height:100%;position:relative;transition-property:transform;transition-timing-function:var(--swiper-wrapper-transition-timing-function,initial);width:100%;z-index:1}.swiper-android .swiper-slide,.swiper-ios .swiper-slide,.swiper-wrapper{transform:translateZ(0)}.swiper-horizontal{touch-action:pan-y}.swiper-vertical{touch-action:pan-x}.swiper-slide{display:block;flex-shrink:0;height:100%;position:relative;transition-property:transform;width:100%}.swiper-slide-invisible-blank{visibility:hidden}.swiper-autoheight,.swiper-autoheight .swiper-slide{height:auto}.swiper-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-backface-hidden .swiper-slide{backface-visibility:hidden;transform:translateZ(0)}.swiper-3d.swiper-css-mode .swiper-wrapper{perspective:1200px}.swiper-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-3d{perspective:1200px;.swiper-cube-shadow,.swiper-slide{transform-style:preserve-3d}}.swiper-css-mode{>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none;&::-webkit-scrollbar{display:none}}>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}&.swiper-horizontal{>.swiper-wrapper{scroll-snap-type:x mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-slides-offset-before);scroll-margin-inline-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-inline-end:var(--swiper-slides-offset-after)}}&.swiper-vertical{>.swiper-wrapper{scroll-snap-type:y mandatory}>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-slides-offset-before);scroll-margin-block-start:var(--swiper-slides-offset-before)}>.swiper-wrapper>.swiper-slide:last-child{margin-block-end:var(--swiper-slides-offset-after)}}&.swiper-free-mode{>.swiper-wrapper{scroll-snap-type:none}>.swiper-wrapper>.swiper-slide{scroll-snap-align:none}}&.swiper-centered{>.swiper-wrapper:before{content:"";flex-shrink:0;order:9999}>.swiper-wrapper>.swiper-slide{scroll-snap-align:center center;scroll-snap-stop:always}}&.swiper-centered.swiper-horizontal{>.swiper-wrapper>.swiper-slide:first-child{margin-inline-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:100%;min-height:1px;width:var(--swiper-centered-offset-after)}}&.swiper-centered.swiper-vertical{>.swiper-wrapper>.swiper-slide:first-child{margin-block-start:var(--swiper-centered-offset-before)}>.swiper-wrapper:before{height:var(--swiper-centered-offset-after);min-width:1px;width:100%}}}.swiper-3d{.swiper-slide-shadow,.swiper-slide-shadow-bottom,.swiper-slide-shadow-left,.swiper-slide-shadow-right,.swiper-slide-shadow-top{height:100%;left:0;pointer-events:none;position:absolute;top:0;width:100%;z-index:10}.swiper-slide-shadow{background:#00000026}.swiper-slide-shadow-left{background-image:linear-gradient(270deg,#00000080,#0000)}.swiper-slide-shadow-right{background-image:linear-gradient(90deg,#00000080,#0000)}.swiper-slide-shadow-top{background-image:linear-gradient(0deg,#00000080,#0000)}.swiper-slide-shadow-bottom{background-image:linear-gradient(180deg,#00000080,#0000)}}.swiper-lazy-preloader{border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top:4px solid #0000;box-sizing:border-box;height:42px;left:50%;margin-left:-21px;margin-top:-21px;position:absolute;top:50%;transform-origin:50%;width:42px;z-index:10}.swiper-watch-progress .swiper-slide-visible,.swiper:not(.swiper-watch-progress){.swiper-lazy-preloader{animation:swiper-preloader-spin 1s linear infinite}}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.swiper-virtual .swiper-slide{-webkit-backface-visibility:hidden;transform:translateZ(0)}.swiper-virtual.swiper-css-mode{.swiper-wrapper:after{content:"";left:0;pointer-events:none;position:absolute;top:0}}.swiper-virtual.swiper-css-mode.swiper-horizontal{.swiper-wrapper:after{height:1px;width:var(--swiper-virtual-size)}}.swiper-virtual.swiper-css-mode.swiper-vertical{.swiper-wrapper:after{height:var(--swiper-virtual-size);width:1px}}:root{--swiper-navigation-size:44px}.swiper-button-next,.swiper-button-prev{align-items:center;color:var(--swiper-navigation-color,var(--swiper-theme-color));cursor:pointer;display:flex;height:var(--swiper-navigation-size);justify-content:center;position:absolute;width:var(--swiper-navigation-size);z-index:10;&.swiper-button-disabled{cursor:auto;opacity:.35;pointer-events:none}&.swiper-button-hidden{cursor:auto;opacity:0;pointer-events:none}.swiper-navigation-disabled &{display:none!important}::slotted(svg),svg{height:100%;object-fit:contain;transform-origin:center;width:100%;fill:currentColor;pointer-events:none}}.swiper-button-lock{display:none}.swiper-button-next,.swiper-button-prev{margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}.swiper-horizontal{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{margin-left:0;margin-top:calc(0px - var(--swiper-navigation-size)/2);top:var(--swiper-navigation-top-offset,50%)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{left:var(--swiper-navigation-sides-offset,4px);right:auto}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev,&~.swiper-button-next,.swiper-button-next{left:auto;right:var(--swiper-navigation-sides-offset,4px)}&.swiper-rtl .swiper-button-next,&.swiper-rtl~.swiper-button-next,&~.swiper-button-prev,.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(180deg)}}&.swiper-rtl .swiper-button-prev,&.swiper-rtl~.swiper-button-prev{.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(0deg)}}}.swiper-vertical{.swiper-button-next,.swiper-button-prev,~.swiper-button-next,~.swiper-button-prev{left:var(--swiper-navigation-top-offset,50%);margin-left:calc(0px - var(--swiper-navigation-size)/2);margin-top:0;right:auto}.swiper-button-prev,~.swiper-button-prev{bottom:auto;top:var(--swiper-navigation-sides-offset,4px);.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(-90deg)}}.swiper-button-next,~.swiper-button-next{bottom:var(--swiper-navigation-sides-offset,4px);top:auto;.swiper-navigation-icon,::slotted(.swiper-navigation-icon){transform:rotate(90deg)}}}.swiper-pagination{position:absolute;text-align:center;transform:translateZ(0);transition:opacity .3s;z-index:10;&.swiper-pagination-hidden{opacity:0}&.swiper-pagination-disabled,.swiper-pagination-disabled>&{display:none!important}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-bullets.swiper-pagination-horizontal,.swiper-pagination-custom,.swiper-pagination-fraction{bottom:var(--swiper-pagination-bottom,8px);left:0;top:var(--swiper-pagination-top,auto);width:100%}.swiper-pagination-bullets-dynamic{font-size:0;overflow:hidden;.swiper-pagination-bullet{position:relative;transform:scale(.33)}.swiper-pagination-bullet-active,.swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullet-active-next-next{transform:scale(.33)}}.swiper-pagination-bullet{background:var(--swiper-pagination-bullet-inactive-color,#000);border-radius:var(--swiper-pagination-bullet-border-radius,50%);display:inline-block;height:var(--swiper-pagination-bullet-height,var(--swiper-pagination-bullet-size,8px));opacity:var(--swiper-pagination-bullet-inactive-opacity,.2);width:var(--swiper-pagination-bullet-width,var(--swiper-pagination-bullet-size,8px));button&{appearance:none;border:none;box-shadow:none;margin:0;padding:0}.swiper-pagination-clickable &{cursor:pointer}&:only-child{display:none!important}}.swiper-pagination-bullet-active{background:var(--swiper-pagination-color,var(--swiper-theme-color));opacity:var(--swiper-pagination-bullet-opacity,1)}.swiper-pagination-vertical.swiper-pagination-bullets,.swiper-vertical>.swiper-pagination-bullets{left:var(--swiper-pagination-left,auto);right:var(--swiper-pagination-right,8px);top:50%;transform:translate3d(0,-50%,0);.swiper-pagination-bullet{display:block;margin:var(--swiper-pagination-bullet-vertical-gap,6px) 0}&.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px;.swiper-pagination-bullet{display:inline-block;transition:transform .2s,top .2s}}}.swiper-horizontal>.swiper-pagination-bullets,.swiper-pagination-horizontal.swiper-pagination-bullets{.swiper-pagination-bullet{margin:0 var(--swiper-pagination-bullet-horizontal-gap,4px)}&.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap;.swiper-pagination-bullet{transition:transform .2s,left .2s}}}.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:transform .2s,right .2s}.swiper-pagination-fraction{color:var(--swiper-pagination-fraction-color,inherit)}.swiper-pagination-progressbar{background:var(--swiper-pagination-progressbar-bg-color,#00000040);position:absolute;.swiper-pagination-progressbar-fill{background:var(--swiper-pagination-color,var(--swiper-theme-color));height:100%;left:0;position:absolute;top:0;transform:scale(0);transform-origin:left top;width:100%}.swiper-rtl & .swiper-pagination-progressbar-fill{transform-origin:right top}&.swiper-pagination-horizontal,&.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,.swiper-horizontal>&,.swiper-vertical>&.swiper-pagination-progressbar-opposite{height:var(--swiper-pagination-progressbar-size,4px);left:0;top:0;width:100%}&.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,&.swiper-pagination-vertical,.swiper-horizontal>&.swiper-pagination-progressbar-opposite,.swiper-vertical>&{height:100%;left:0;top:0;width:var(--swiper-pagination-progressbar-size,4px)}}.swiper-pagination-lock{display:none}.swiper-scrollbar{background:var(--swiper-scrollbar-bg-color,#0000001a);border-radius:var(--swiper-scrollbar-border-radius,10px);position:relative;touch-action:none;&.swiper-scrollbar-disabled,.swiper-scrollbar-disabled>&{display:none!important}&.swiper-scrollbar-horizontal,.swiper-horizontal>&{bottom:var(--swiper-scrollbar-bottom,4px);height:var(--swiper-scrollbar-size,4px);left:var(--swiper-scrollbar-sides-offset,1%);position:absolute;top:var(--swiper-scrollbar-top,auto);width:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);z-index:50}&.swiper-scrollbar-vertical,.swiper-vertical>&{height:calc(100% - var(--swiper-scrollbar-sides-offset, 1%)*2);left:var(--swiper-scrollbar-left,auto);position:absolute;right:var(--swiper-scrollbar-right,4px);top:var(--swiper-scrollbar-sides-offset,1%);width:var(--swiper-scrollbar-size,4px);z-index:50}}.swiper-scrollbar-drag{background:var(--swiper-scrollbar-drag-bg-color,#00000080);border-radius:var(--swiper-scrollbar-border-radius,10px);height:100%;left:0;position:relative;top:0;width:100%}.swiper-scrollbar-cursor-drag{cursor:move}.swiper-scrollbar-lock{display:none}.swiper-zoom-container{align-items:center;display:flex;height:100%;justify-content:center;text-align:center;width:100%;>canvas,>img,>svg{max-height:100%;max-width:100%;object-fit:contain}}.swiper-slide-zoomed{cursor:move;touch-action:none}.swiper .swiper-notification{left:0;opacity:0;pointer-events:none;position:absolute;top:0;z-index:-1000}.swiper-free-mode>.swiper-wrapper{margin:0 auto;transition-timing-function:ease-out}.swiper-grid>.swiper-wrapper{flex-wrap:wrap}.swiper-grid-column>.swiper-wrapper{flex-direction:column;flex-wrap:wrap}.swiper-fade{&.swiper-free-mode{.swiper-slide{transition-timing-function:ease-out}}.swiper-slide{pointer-events:none;transition-property:opacity;.swiper-slide{pointer-events:none}}.swiper-slide-active{pointer-events:auto;& .swiper-slide-active{pointer-events:auto}}}.swiper.swiper-cube{overflow:visible}.swiper-cube{.swiper-slide{backface-visibility:hidden;height:100%;pointer-events:none;transform-origin:0 0;visibility:hidden;width:100%;z-index:1;.swiper-slide{pointer-events:none}}&.swiper-rtl .swiper-slide{transform-origin:100% 0}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}.swiper-slide-active,.swiper-slide-next,.swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-cube-shadow{bottom:0;height:100%;left:0;opacity:.6;position:absolute;width:100%;z-index:0;&:before{background:#000;bottom:0;content:"";filter:blur(50px);left:0;position:absolute;right:0;top:0}}}.swiper-cube{.swiper-slide-next+.swiper-slide{pointer-events:auto;visibility:visible}}.swiper-cube{.swiper-slide-shadow-cube.swiper-slide-shadow-bottom,.swiper-slide-shadow-cube.swiper-slide-shadow-left,.swiper-slide-shadow-cube.swiper-slide-shadow-right,.swiper-slide-shadow-cube.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper.swiper-flip{overflow:visible}.swiper-flip{.swiper-slide{backface-visibility:hidden;pointer-events:none;z-index:1;.swiper-slide{pointer-events:none}}.swiper-slide-active{&,& .swiper-slide-active{pointer-events:auto}}}.swiper-flip{.swiper-slide-shadow-flip.swiper-slide-shadow-bottom,.swiper-slide-shadow-flip.swiper-slide-shadow-left,.swiper-slide-shadow-flip.swiper-slide-shadow-right,.swiper-slide-shadow-flip.swiper-slide-shadow-top{backface-visibility:hidden;z-index:0}}.swiper-creative{.swiper-slide{backface-visibility:hidden;overflow:hidden;transition-property:transform,opacity,height}}.swiper.swiper-cards{overflow:visible}.swiper-cards{.swiper-slide{backface-visibility:hidden;overflow:hidden;transform-origin:center bottom}}
/* ---- site.css ---- */
/* ============================================================
   Arthea site layer (post-export)
   App-grade mobile navigation + shared utilities.

   The exported mobile nav shipped broken (menu translated off-screen,
   on production too). Below 992px we hide it entirely and render an
   app-style bottom bar + slide-up bottom sheet (built in site.js).
   ============================================================ */

/* ---- Mobile bottom bar (app tab bar) ---- */
.app-bar {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1001;
  display: none;
  align-items: stretch;
  justify-content: space-around;
  gap: .25rem;
  padding: .45rem .4rem calc(.45rem + env(safe-area-inset-bottom));
  background: rgba(9, 14, 12, .82);
  -webkit-backdrop-filter: blur(20px) saturate(150%);
  backdrop-filter: blur(20px) saturate(150%);
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.app-bar__item {
  flex: 1 1 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  gap: .18rem;
  min-height: 52px;
  padding: .3rem .2rem;
  margin: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, .52);
  font: inherit;
  text-decoration: none;
  cursor: pointer;
  -webkit-tap-highlight-color: transparent;
  transition: color .2s ease;
}
.app-bar__icon {
  width: 24px;
  height: 24px;
  flex: none;
}
.app-bar__label {
  font-size: .66rem;
  font-weight: 500;
  letter-spacing: .01em;
  line-height: 1;
}
.app-bar__item { position: relative; }
.app-bar__item.is-active { color: #fff; }
.app-bar__item.is-active .app-bar__icon {
  color: #5ef4a5;
  transform: translateY(-1px) scale(1.04);
}
.app-bar__icon { transition: transform .28s cubic-bezier(.34, 1.56, .64, 1), color .2s; }
.app-bar__item:active .app-bar__icon { transform: scale(.9); }
.app-bar__item:active { color: #8af5bd; }
/* active indicator pill (iOS-style), not on the elevated CTA */
.app-bar__item.is-active:not(.app-bar__item--cta)::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 50%;
  width: 20px;
  height: 3px;
  border-radius: 999px;
  background: #5ef4a5;
  box-shadow: 0 0 10px rgba(94, 244, 165, .8);
  transform: translateX(-50%);
}

/* center elevated CTA */
.app-bar__item--cta { color: rgba(255, 255, 255, .72); }
.app-bar__item--cta .app-bar__icon {
  box-sizing: border-box;
  width: 54px;
  height: 54px;
  margin-top: -24px;
  padding: 14px;
  border-radius: 50%;
  background: linear-gradient(135deg, #8af5bd, #5ef4a5);
  color: #04130b;
  box-shadow: 0 8px 22px rgba(94, 244, 165, .38), 0 0 0 5px rgba(9, 14, 12, .82);
  transition: transform .2s ease;
}
.app-bar__item--cta:active .app-bar__icon { transform: scale(.94); }
/* the FAB keeps its dark glyph on the green disc even when the tab is active —
   the generic .is-active green tint made the icon vanish (green on green) */
.app-bar__item--cta { gap: .34rem; }
.app-bar__item--cta.is-active { color: #fff; }
.app-bar__item--cta.is-active .app-bar__icon { color: #04130b; transform: none; }
.app-bar__item--cta.is-active:active .app-bar__icon { transform: scale(.94); }

/* ---- Bottom sheet (slide-up nav) ---- */
/* Always mounted (painted off-screen), so the open transition never races the
   display:none→flex boundary — only a class toggles. */
.app-scrim {
  position: fixed;
  inset: 0;
  z-index: 1002;
  background: rgba(0, 0, 0, .5);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity .3s ease, visibility 0s linear .3s;
}
html.app-sheet-open .app-scrim {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity .3s ease, visibility 0s;
}

.app-sheet {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1003;
  display: flex;
  flex-direction: column;
  max-height: 90vh;
  background:
    radial-gradient(120% 55% at 50% 0%, rgba(94, 244, 165, .09), transparent 55%),
    #0a0f0d;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  border-top: 1px solid rgba(255, 255, 255, .1);
  box-shadow: 0 -22px 60px rgba(0, 0, 0, .55);
  transform: translateY(100%);
  visibility: hidden;
  transition: transform .36s cubic-bezier(.22, 1, .36, 1), visibility 0s linear .36s;
}
html.app-sheet-open .app-sheet {
  transform: translateY(0);
  visibility: visible;
  transition: transform .36s cubic-bezier(.22, 1, .36, 1), visibility 0s;
}
html.app-sheet-open,
html.app-sheet-open body { overflow: hidden; }
/* while the sheet is open, keep the floating cookie badge out of the way */
html.app-sheet-open #cc-manage-btn { opacity: 0; pointer-events: none; }

.app-sheet__grab {
  width: 40px;
  height: 4px;
  border-radius: 999px;
  background: rgba(255, 255, 255, .22);
  margin: 10px auto 2px;
}
.app-sheet__head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: .35rem 1.25rem .4rem;
}
.app-sheet__logo {
  display: inline-flex;
  align-items: center;
  width: 104px;
  color: #fff;
}
.app-sheet__logo svg { width: 100%; height: auto; }
.app-sheet__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 44px;
  height: 44px;
  margin-right: -8px;
  padding: 0;
  border: 0;
  border-radius: 50%;
  background: rgba(255, 255, 255, .06);
  color: #fff;
  cursor: pointer;
}
.app-sheet__close svg { width: 20px; height: 20px; }
.app-sheet__close:active { background: rgba(255, 255, 255, .12); }

.app-sheet__scroll {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: .25rem 1.25rem .5rem;
}
.app-sheet__eyebrow {
  color: rgba(255, 255, 255, .5);
  text-transform: uppercase;
  letter-spacing: .14em;
  font-size: .7rem;
  font-weight: 500;
  margin: 1.25rem 0 .35rem;
}
.app-sheet__eyebrow:first-child { margin-top: .35rem; }
.app-sheet__link {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  min-height: 48px;
  padding: .8rem .25rem;
  color: #fff;
  text-decoration: none;
  border-bottom: 1px solid rgba(255, 255, 255, .06);
}
.app-sheet__link-label {
  display: flex;
  flex-direction: column;
  font-size: 1.15rem;
  font-weight: 500;
  line-height: 1.25;
}
.app-sheet__link-sub {
  margin-top: .12rem;
  color: rgba(255, 255, 255, .5);
  font-size: .8rem;
  font-weight: 400;
}
.app-sheet__chev {
  width: 18px;
  height: 18px;
  flex: none;
  color: rgba(255, 255, 255, .32);
}
.app-sheet__link:active { color: #8af5bd; }
.app-sheet__link[aria-current="page"] { color: #5ef4a5; }
.app-sheet__link[aria-current="page"] .app-sheet__chev { color: #5ef4a5; }

.app-sheet__foot {
  padding: 1rem 1.25rem calc(1.1rem + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 255, 255, .08);
}
.app-sheet__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  padding: 1rem 1.25rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #8af5bd, #5ef4a5);
  color: #04130b;
  font-weight: 600;
  font-size: 1.05rem;
  text-decoration: none;
}
.app-sheet__cta:active { transform: scale(.98); }
.app-sheet__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: 1.1rem;
}
.app-sheet__social { display: flex; flex-wrap: wrap; gap: 1.1rem; }
.app-sheet__social a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  color: rgba(255, 255, 255, .55);
  text-decoration: none;
  font-size: .85rem;
}
.app-sheet__social a:active { color: #5ef4a5; }

/* ---- Mobile scoping: show app nav, hide the broken exported one ---- */
@media (max-width: 991px) {
  .app-bar { display: flex; }
  body { padding-bottom: calc(66px + env(safe-area-inset-bottom)); }
  .navbar2_menu-button,
  .w-nav-button,
  .w-nav-overlay { display: none !important; }
  /* lift the floating cookie badge clear of the tab bar */
  #cc-manage-btn {
    bottom: calc(80px + env(safe-area-inset-bottom)) !important;
  }
}
@media (min-width: 992px) {
  .app-bar,
  .app-sheet,
  .app-scrim { display: none !important; }
}
@media (prefers-reduced-motion: reduce) {
  .app-sheet,
  .app-scrim,
  .app-bar__item--cta .app-bar__icon { transition: none !important; }
}

/* ============================================================
   Solutions — premium landscape Bento (/solutions)
   Desktop: one screen, no page scroll. Native components, brand
   emerald, real product app-icons. Mobile: stacks and scrolls.
   ============================================================ */
.sol-screen {
  min-height: 100svh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7.5rem 1.5rem calc(2.5rem + env(safe-area-inset-bottom));
  background:
    radial-gradient(85% 55% at 12% 0%, rgba(52, 211, 153, .12), transparent 55%),
    radial-gradient(70% 60% at 100% 100%, rgba(52, 211, 153, .08), transparent 55%),
    #060b0a;
}
.sol-bento {
  width: 100%;
  max-width: 1140px;
  display: grid;
  grid-template-columns: minmax(0, .92fr) minmax(0, 1.35fr);
  gap: 1.15rem;
  align-items: stretch;
}

/* ---- left: intro + CTA ---- */
.sol-intro { display: flex; flex-direction: column; }
.sol-intro__top { margin-bottom: 1.5rem; }
.sol-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: .55rem;
  color: #8af5bd;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .18em;
  text-transform: uppercase;
  margin-bottom: 1.1rem;
}
.sol-eyebrow::before { content: ""; width: 22px; height: 1px; background: rgba(138, 245, 189, .55); }
.sol-headline {
  margin: 0;
  color: #fff;
  font-weight: 700;
  font-size: clamp(1.9rem, 2.9vw, 2.7rem);
  line-height: 1.06;
  letter-spacing: -.025em;
}
.sol-subline {
  margin: 1.15rem 0 0;
  max-width: 32ch;
  color: rgba(255, 255, 255, .58);
  font-size: 1rem;
  line-height: 1.55;
}
.sol-cta {
  margin-top: auto; /* pin to the bottom of the column */
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  column-gap: 1rem;
  padding: 1.1rem 1.35rem;
  border-radius: 18px;
  background: linear-gradient(135deg, #8af5bd, #34d399);
  color: #04130b;
  text-decoration: none;
  box-shadow: 0 18px 42px -20px rgba(52, 211, 153, .7);
  transition: transform .22s cubic-bezier(.16, 1, .3, 1), box-shadow .22s ease;
}
.sol-cta:hover { transform: translateY(-2px); box-shadow: 0 26px 54px -20px rgba(52, 211, 153, .85); }
.sol-cta:active { transform: translateY(0); }
.sol-cta__main { grid-column: 1; font-weight: 700; font-size: 1.08rem; }
.sol-cta__sub { grid-column: 1; font-size: .82rem; font-weight: 500; color: rgba(4, 19, 11, .72); }
.sol-cta__arrow { grid-column: 2; grid-row: 1 / span 2; width: 22px; height: 22px; }

/* ---- right: card groups ---- */
.sol-grid { display: flex; flex-direction: column; gap: 1.1rem; }
.sol-group { display: flex; flex-direction: column; gap: .65rem; }
.sol-group__label {
  color: rgba(255, 255, 255, .42);
  font-size: .72rem;
  font-weight: 600;
  letter-spacing: .13em;
  text-transform: uppercase;
  padding-left: .15rem;
}
.sol-group__cards { display: grid; gap: .8rem; }
.sol-group__cards--2 { grid-template-columns: 1fr 1fr; }
.sol-group__cards--3 { grid-template-columns: 1fr 1fr 1fr; }

.sol-card {
  position: relative;
  display: flex;
  flex-direction: column;
  padding: 1.05rem 1.1rem;
  border-radius: 18px;
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, .09);
  background: linear-gradient(180deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .018));
  overflow: hidden;
  transition: transform .24s cubic-bezier(.16, 1, .3, 1), border-color .24s ease, background .24s ease;
}
.sol-card::after { /* emerald wash on hover */
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: radial-gradient(130% 100% at 50% 0%, rgba(52, 211, 153, .14), transparent 62%);
  opacity: 0;
  transition: opacity .24s ease;
  pointer-events: none;
}
.sol-card:hover {
  transform: translateY(-3px);
  border-color: rgba(52, 211, 153, .4);
  background: linear-gradient(180deg, rgba(255, 255, 255, .06), rgba(255, 255, 255, .025));
}
.sol-card:hover::after { opacity: 1; }

/* product cards (Kleos / Atlas) */
.sol-card--product { min-height: 152px; }
.sol-card__logo {
  width: 46px;
  height: 46px;
  border-radius: 13px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .12);
  box-shadow: 0 6px 18px -8px rgba(0, 0, 0, .7);
}
.sol-card__logo img { width: 100%; height: 100%; object-fit: cover; display: block; }
.sol-card__name { margin-top: .85rem; color: #fff; font-size: 1.15rem; font-weight: 700; letter-spacing: -.01em; }
.sol-card__tag { margin-top: .12rem; color: #8af5bd; font-size: .8rem; font-weight: 600; }
.sol-card__desc { margin-top: .5rem; color: rgba(255, 255, 255, .55); font-size: .86rem; line-height: 1.45; }
.sol-card__open {
  position: absolute;
  top: 1.05rem;
  right: 1.05rem;
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  color: rgba(255, 255, 255, .38);
  font-size: .76rem;
  font-weight: 600;
  transition: color .2s ease;
}
.sol-card:hover .sol-card__open { color: #5ef4a5; }
.sol-card__open svg { width: 14px; height: 14px; }

/* service cards (AI Systems / Websites & CRO / Retention) */
.sol-card--svc { min-height: 120px; padding-bottom: 1.4rem; }
.sol-card__icon {
  width: 40px;
  height: 40px;
  border-radius: 11px;
  display: grid;
  place-items: center;
  background: rgba(52, 211, 153, .12);
  color: #5ef4a5;
}
.sol-card__icon svg { width: 21px; height: 21px; }
.sol-card--svc .sol-card__name { margin-top: .7rem; font-size: 1rem; }
.sol-card__sub { margin-top: .15rem; color: rgba(255, 255, 255, .5); font-size: .8rem; line-height: 1.35; }
.sol-card__chev {
  position: absolute;
  right: 1rem;
  bottom: 1rem;
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, .28);
  transition: transform .22s ease, color .22s ease;
}
.sol-card:hover .sol-card__chev { color: #5ef4a5; transform: translateX(3px); }

/* ---- responsive: stack + scroll below landscape ---- */
@media (max-width: 900px) {
  .sol-screen { padding: 6.5rem 1.15rem calc(6rem + env(safe-area-inset-bottom)); align-items: flex-start; }
  .sol-bento { grid-template-columns: 1fr; gap: 1.4rem; max-width: 30rem; }
  .sol-intro__top { margin-bottom: 0; }
  .sol-cta { margin-top: .4rem; }
}
@media (max-width: 460px) {
  .sol-group__cards--2, .sol-group__cards--3 { grid-template-columns: 1fr; }
  .sol-card--product, .sol-card--svc { min-height: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .sol-card, .sol-cta, .sol-card__chev, .sol-card__open { transition: none !important; }
}

/* ---- Blog (git-based CMS output — scripts/build-blog.mjs) ---- */
.b-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5rem;
  margin-top: 2.5rem;
}
@media (max-width: 991px) { .b-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 640px) { .b-grid { grid-template-columns: 1fr; } }
.b-card {
  display: flex;
  flex-direction: column;
  border: 1px solid rgba(255, 255, 255, .08);
  border-radius: 20px;
  background: linear-gradient(160deg, rgba(255, 255, 255, .04), rgba(255, 255, 255, .01));
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  transition: transform .24s cubic-bezier(.22, 1, .36, 1), border-color .24s;
}
.b-card:hover {
  transform: translateY(-4px);
  border-color: rgba(94, 244, 165, .35);
}
.b-card__img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}
.b-card__img--empty {
  background:
    radial-gradient(80% 120% at 20% 0%, rgba(94, 244, 165, .16), transparent 60%),
    #0a120e;
}
.b-card__body {
  display: flex;
  flex-direction: column;
  gap: .55rem;
  padding: 1.25rem 1.25rem 1.4rem;
  text-align: left;
}
.b-card__title {
  margin: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.3;
}
.b-card__desc {
  margin: 0;
  color: rgba(255, 255, 255, .6);
  font-size: .95rem;
  line-height: 1.5;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.b-card__meta {
  margin-top: .3rem;
  color: rgba(255, 255, 255, .55);
  font-size: .82rem;
}
.b-tag {
  align-self: flex-start;
  display: inline-block;
  padding: .28rem .7rem;
  border: 1px solid rgba(94, 244, 165, .3);
  border-radius: 999px;
  color: #8af5bd;
  font-size: .74rem;
  letter-spacing: .06em;
  text-transform: uppercase;
}
.b-cats {
  display: flex;
  flex-wrap: wrap;
  gap: .5rem;
}
.b-dot {
  margin: 0 .45rem;
  color: rgba(255, 255, 255, .35);
}
.b-article-meta {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .4rem;
  margin: 1rem 0 .5rem;
  color: rgba(255, 255, 255, .6);
  font-size: .92rem;
}
.b-empty {
  border: 1px dashed rgba(255, 255, 255, .14);
  border-radius: 20px;
  padding: 3.5rem 2rem;
  text-align: center;
  margin-top: 2.5rem;
}
.b-empty__title {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 600;
  margin: 0 0 .5rem;
}
.b-empty__sub {
  color: rgba(255, 255, 255, .55);
  margin: 0;
}

/* the exported holder laid its CMS lists in columns; our listing stacks */
.blog-hero-holder { display: block; width: 100%; }

/* featured (newest) post — wide card above the grid */
.b-kicker {
  display: inline-block;
  color: #8af5bd;
  font-size: .74rem;
  font-weight: 600;
  letter-spacing: .12em;
  text-transform: uppercase;
  margin-bottom: .3rem;
}
.b-featured {
  display: grid;
  grid-template-columns: 1.1fr 1fr;
  gap: 0;
  margin-top: 2.5rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 24px;
  overflow: hidden;
  text-decoration: none;
  color: #fff;
  background: linear-gradient(160deg, rgba(255, 255, 255, .045), rgba(255, 255, 255, .012));
  transition: border-color .24s, transform .24s cubic-bezier(.22, 1, .36, 1);
}
.b-featured:hover { border-color: rgba(94, 244, 165, .4); transform: translateY(-3px); }
.b-featured__media { position: relative; min-height: 260px; }
.b-featured__media img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.b-featured__media--empty {
  position: absolute; inset: 0;
  background:
    radial-gradient(90% 90% at 25% 15%, rgba(94, 244, 165, .28), transparent 60%),
    linear-gradient(160deg, #0d1a14, #070d0b);
}
.b-featured__body {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .5rem;
  padding: 2.25rem;
}
.b-featured__title {
  margin: .3rem 0 .1rem;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
  font-weight: 700;
  line-height: 1.15;
  letter-spacing: -.015em;
}
.b-featured__desc { margin: 0; color: rgba(255, 255, 255, .64); font-size: 1.05rem; line-height: 1.55; }
.b-featured__go { margin-top: .8rem; color: #8af5bd; font-weight: 600; }
.b-featured .b-card__meta { margin-top: .4rem; }
@media (max-width: 720px) {
  .b-featured { grid-template-columns: 1fr; }
  .b-featured__media { min-height: 180px; }
  .b-featured__body { padding: 1.5rem; }
}

/* article reading experience */
.b-article {
  max-width: 44rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.12rem;
  line-height: 1.75;
  color: rgba(255, 255, 255, .82);
}
.b-article > *:first-child { margin-top: 0; }
.b-article h2 {
  margin: 2.6rem 0 .9rem;
  font-size: clamp(1.5rem, 3.5vw, 2rem);
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -.01em;
  color: #fff;
}
.b-article h3 {
  margin: 2rem 0 .7rem;
  font-size: 1.3rem;
  font-weight: 600;
  color: #fff;
}
.b-article p { margin: 0 0 1.25rem; }
.b-article a { color: #8af5bd; text-decoration: underline; text-underline-offset: 3px; }
.b-article a:hover { color: #5ef4a5; }
.b-article strong { color: #fff; font-weight: 600; }
.b-article ul, .b-article ol { margin: 0 0 1.4rem; padding-left: 1.4rem; }
.b-article li { margin-bottom: .6rem; }
.b-article ul li::marker { color: #5ef4a5; }
.b-article blockquote {
  margin: 1.6rem 0;
  padding: .4rem 0 .4rem 1.4rem;
  border-left: 3px solid #5ef4a5;
  color: rgba(255, 255, 255, .72);
  font-style: italic;
}
.b-article code {
  padding: .15em .45em;
  border-radius: 6px;
  background: rgba(255, 255, 255, .08);
  font-size: .9em;
}
.b-article pre {
  margin: 1.5rem 0;
  padding: 1.1rem 1.25rem;
  border-radius: 14px;
  border: 1px solid rgba(255, 255, 255, .1);
  background: #0a120e;
  overflow-x: auto;
}
.b-article pre code { padding: 0; background: none; }
.b-article table {
  width: 100%;
  margin: 1.5rem 0;
  border-collapse: collapse;
  font-size: 1rem;
}
.b-article th, .b-article td {
  padding: .7rem .9rem;
  border-bottom: 1px solid rgba(255, 255, 255, .1);
  text-align: left;
}
.b-article th { color: #fff; font-weight: 600; }
.b-article td { color: rgba(255, 255, 255, .72); }
@media (prefers-reduced-motion: reduce) { .b-featured { transition: none !important; } }

/* ---- Service accordion (ai-workflows "efficiency" section) ----
   The IX2 accordion is broken — it collapses every panel
   to height:0 and never expands the active one. the native Tabs still
   toggle `.w--current`, so we drive the reveal from pure CSS. `height:auto
   !important` overrides IX2's inline `height:0`; `max-height` gates the visible
   height and animates. No JS, immune to IX2 re-runs. */
.efficiency_paragraph-wrapper {
  height: auto !important;
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height .45s cubic-bezier(.22, 1, .36, 1), opacity .35s ease;
}
.efficiency_tab-link.w--current .efficiency_paragraph-wrapper {
  max-height: 40rem;
  opacity: 1;
}
.efficiency_tab-icon { transition: transform .3s cubic-bezier(.22, 1, .36, 1) !important; }
.efficiency_tab-link .efficiency_tab-icon { transform: rotate(0deg) !important; }
.efficiency_tab-link.w--current .efficiency_tab-icon { transform: rotate(180deg) !important; }
@media (prefers-reduced-motion: reduce) {
  .efficiency_paragraph-wrapper,
  .efficiency_tab-icon { transition: none !important; }
}

/* ---- Language switcher — accessible dropdown (built in site.js) ---- */
.lang-dd { position: relative; margin-right: 1rem; }
.lang-dd__btn {
  display: inline-flex;
  align-items: center;
  gap: .48rem;
  padding: .5rem .8rem;
  border: 1px solid rgba(255, 255, 255, .1);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(255, 255, 255, .055), rgba(255, 255, 255, .015));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .06);
  color: #fff;
  font: inherit;
  font-size: .8rem;
  font-weight: 600;
  letter-spacing: .04em;
  cursor: pointer;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease;
}
.lang-dd__btn:hover,
.lang-dd.is-open .lang-dd__btn {
  border-color: rgba(94, 244, 165, .38);
  background: linear-gradient(180deg, rgba(94, 244, 165, .1), rgba(94, 244, 165, .04));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .08), 0 0 18px rgba(94, 244, 165, .12);
}
.lang-dd__globe { width: 15px; height: 15px; opacity: .8; flex: none; }
.lang-dd__code { line-height: 1; }
.lang-dd__chev {
  width: 12px;
  height: 12px;
  opacity: .6;
  flex: none;
  transition: transform .28s cubic-bezier(.16, 1, .3, 1);
}
.lang-dd.is-open .lang-dd__chev { transform: rotate(180deg); }

.lang-dd__menu {
  position: absolute;
  top: calc(100% + 11px);
  right: 0;
  min-width: 188px;
  padding: .5rem;
  z-index: 70;
  background: linear-gradient(180deg, rgba(20, 30, 26, .94), rgba(9, 15, 13, .94));
  -webkit-backdrop-filter: blur(26px) saturate(1.5);
  backdrop-filter: blur(26px) saturate(1.5);
  border: 1px solid rgba(255, 255, 255, .09);
  border-radius: 18px;
  box-shadow:
    0 28px 64px -16px rgba(0, 0, 0, .7),
    0 2px 8px rgba(0, 0, 0, .3),
    inset 0 1px 0 rgba(255, 255, 255, .07);
  opacity: 0;
  visibility: hidden;
  transform: translateY(7px) scale(.96);
  transform-origin: top right;
  transition: opacity .2s ease, transform .32s cubic-bezier(.16, 1, .3, 1), visibility .2s;
}
.lang-dd.is-open .lang-dd__menu {
  opacity: 1;
  visibility: visible;
  transform: none;
}
.lang-dd__opt {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .6rem .7rem;
  border-radius: 11px;
  color: rgba(255, 255, 255, .72);
  text-decoration: none;
  font-size: .86rem;
  font-weight: 500;
  transition: background-color .15s ease, color .15s ease;
}
.lang-dd__opt:hover { background: rgba(94, 244, 165, .08); color: #eafff4; }
.lang-dd__opt.is-current { color: #eafff4; background: rgba(255, 255, 255, .04); }
.lang-dd__check { width: 16px; height: 16px; color: #5ef4a5; flex: none; }

/* sheet variant — opens upward (it sits near the bottom of the sheet) */
.lang-dd--sheet { margin-right: 0; }
.lang-dd--sheet .lang-dd__menu {
  top: auto;
  bottom: calc(100% + 8px);
  transform-origin: bottom right;
  transform: translateY(-6px) scale(.97);
}
.lang-dd--sheet.is-open .lang-dd__menu { transform: none; }

@media (max-width: 991px) {
  .navbar2_button-wrapper .lang-dd { display: none; } /* mobile uses the sheet switcher */
}
@media (prefers-reduced-motion: reduce) {
  .lang-dd__menu, .lang-dd__chev { transition: none !important; }
}

/* ---- Load microanimations (CSS-only, blink-free) ----
   A CSS animation applies its 0% frame before the first paint, so the element
   never flashes in at full opacity first (unlike a JS-toggled class). Chrome
   (nav) and the mobile app bar settle in on load. Transform + opacity only →
   no CLS, no LCP impact (neither element is the LCP hero). The site's own
   the export's GSAP scroll animations handle in-page section reveals. ---- */
.navbar2_component { animation: artheaNavIn .7s cubic-bezier(.16, 1, .3, 1) both; }
.app-bar { animation: artheaBarIn .5s ease both .12s; }
@keyframes artheaNavIn {
  from { opacity: 0; transform: translateY(-14px); }
  to { opacity: 1; transform: none; }
}
@keyframes artheaBarIn {
  from { opacity: 0; transform: translateY(100%); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .navbar2_component, .app-bar { animation: none !important; }
}

/* ---- Shared: visible focus for keyboard users, invisible for mouse ---- */
a:focus-visible,
button:focus-visible,
[role="button"]:focus-visible,
input:focus-visible,
textarea:focus-visible {
  outline: 2px solid #5ef4a5;
  outline-offset: 3px;
  border-radius: 4px;
}

/* ---- CLS: metric-matched fallback fonts (web.dev size-adjust technique).
   While Satoshi/Aktiv load, Arial renders at the same physical size, so the
   swap does not move layout. Metrics extracted from the .woff2 files. ---- */
@font-face {
  font-family: "Satoshi Fallback";
  src: local("Arial");
  size-adjust: 123.24%;
  ascent-override: 81.95%;
  descent-override: 19.47%;
  line-gap-override: 8.11%;
}
@font-face {
  font-family: "Aktiv Fallback";
  src: local("Arial");
  size-adjust: 132.30%;
  ascent-override: 58.88%;
  descent-override: 16.70%;
  line-gap-override: 12.32%;
}

/* ============================================================
   Desktop navigation — premium dropdowns (≥992px)
   The runtime toggles only the `w--open` class (no inline display),
   so we keep the panel rendered and drive open AND close from
   opacity/visibility/transform — a real spring both ways.
   Glass card, hover microinteractions, chevron rotation, row
   stagger. CSS-only: no per-page markup changes.
   ============================================================ */
@media screen and (min-width: 992px) {
  .navbar2_menu .dropdown .navbar2_link.dd {
    display: flex;
    align-items: center;
    cursor: pointer;
    padding-right: 1.7rem;
    transition: color .2s ease, background-color .2s ease;
  }
  .navbar2_menu .dropdown .navbar2_link.dd:hover { color: #fff; }
  /* the runtime chevron glyph (absolute-right) → rotate on open */
  .navbar2_menu .dropdown .w-icon-dropdown-toggle {
    margin-right: .5rem;
    font-size: .62rem;
    opacity: .55;
    transition: transform .3s cubic-bezier(.16, 1, .3, 1), opacity .2s ease;
  }
  .navbar2_menu .dropdown .w-dropdown-toggle.w--open .w-icon-dropdown-toggle {
    transform: rotate(180deg);
    opacity: 1;
  }

  /* panel: always in the DOM, hidden until open so both directions animate.
     background: transparent kills the runtime's default #ddd fill that flashed
     as white corners behind the rounded glass card when switching menus. */
  .navbar2_menu .dropdown .w-dropdown-list {
    display: block !important;
    background: transparent;
    top: calc(100% + 11px);
    left: 50%;
    z-index: 60;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transform: translate(-50%, 7px) scale(.96);
    transform-origin: top center;
    transition: opacity .2s ease, transform .32s cubic-bezier(.16, 1, .3, 1), visibility .2s;
    will-change: opacity, transform;
  }
  .navbar2_menu .dropdown .w-dropdown-list.w--open {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
    transform: translate(-50%, 0) scale(1);
  }

  /* the glass card inside the list */
  .navbar2_menu .dropdown .w-dropdown-list .div-block-4 {
    margin: 0;
    min-width: 292px;
    padding: .5rem;
    background: linear-gradient(180deg, rgba(20, 30, 26, .94), rgba(9, 15, 13, .94));
    -webkit-backdrop-filter: blur(26px) saturate(1.5);
    backdrop-filter: blur(26px) saturate(1.5);
    border: 1px solid rgba(255, 255, 255, .09);
    border-radius: 18px;
    box-shadow:
      0 28px 64px -16px rgba(0, 0, 0, .7),
      0 2px 8px rgba(0, 0, 0, .3),
      inset 0 1px 0 rgba(255, 255, 255, .07);
  }
  .navbar2_menu .dropdown .w-dropdown-list .div-block-4.sp { min-width: 316px; }

  /* Product rows (logo + name + subtitle) */
  .navbar2_menu .dropdown .link-block-3 {
    display: block;
    padding: .5rem .55rem;
    border-radius: 13px;
    transition: background-color .18s ease;
  }
  .navbar2_menu .dropdown .link-block-3:hover { background: rgba(94, 244, 165, .1); }
  .navbar2_menu .dropdown .link-block-3 .image-7 {
    transition: transform .28s cubic-bezier(.16, 1, .3, 1);
  }
  .navbar2_menu .dropdown .link-block-3:hover .image-7 { transform: scale(1.06); }

  /* Solutions text rows → tidy list with a chevron affordance */
  .navbar2_menu .dropdown .navbar2_link.s {
    display: flex;
    align-items: center;
    border-radius: 11px;
    padding: .62rem .8rem;
    transition: background-color .18s ease, padding-left .2s ease, color .18s ease;
  }
  .navbar2_menu .dropdown .navbar2_link.s::after {
    content: "";
    margin-left: auto;
    width: 6px;
    height: 6px;
    border-top: 1.6px solid currentColor;
    border-right: 1.6px solid currentColor;
    transform: rotate(45deg) translateX(-2px);
    opacity: 0;
    transition: opacity .18s ease, transform .2s ease;
  }
  .navbar2_menu .dropdown .navbar2_link.s:hover {
    background: rgba(94, 244, 165, .1);
    color: #eafff4;
    padding-left: 1rem;
  }
  .navbar2_menu .dropdown .navbar2_link.s:hover::after {
    opacity: .55;
    transform: rotate(45deg) translateX(0);
  }

  /* row entrance stagger when the panel opens */
  .navbar2_menu .dropdown .w-dropdown-list.w--open .div-block-4 > * {
    animation: navRowIn .34s cubic-bezier(.16, 1, .3, 1) both;
  }
  .navbar2_menu .dropdown .w-dropdown-list.w--open .div-block-4 > :nth-child(2) { animation-delay: .05s; }
  .navbar2_menu .dropdown .w-dropdown-list.w--open .div-block-4 > :nth-child(3) { animation-delay: .1s; }
  .navbar2_menu .dropdown .w-dropdown-list.w--open .div-block-4 > :nth-child(4) { animation-delay: .15s; }
}
@keyframes navRowIn {
  from { opacity: 0; transform: translateY(7px); }
  to { opacity: 1; transform: none; }
}
@media (prefers-reduced-motion: reduce) {
  .navbar2_menu .dropdown .w-dropdown-list,
  .navbar2_menu .dropdown .w-icon-dropdown-toggle,
  .navbar2_menu .dropdown .link-block-3,
  .navbar2_menu .dropdown .link-block-3 .image-7,
  .navbar2_menu .dropdown .navbar2_link.s {
    transition: none !important;
    animation: none !important;
  }
}

/* ============================================================
   Home — Atlas / Kleos / Arthea selector
   Desktop keeps the exported tall left rail. On phones the export
   crammed three large titles into a row and clipped "Arthea:" — and
   it ate the space the orbital animation needs. It's a tab, so on
   mobile it collapses to a tight segmented control (names only), and
   the rotating-tags orbital shows right below. Light desktop hover.
   ============================================================ */
/* desktop: give the (otherwise flat) tabs a hover affordance */
@media (min-width: 768px) {
  .services_tab-links:not(.w--current) { transition: color .2s ease, opacity .2s ease; }
  .services_tab-links:not(.w--current):hover { color: rgba(255, 255, 255, .78); }
}

@media (max-width: 767px) {
  /* pull the orbital up close under the tab bar */
  .services_tabs-wrapper { grid-row-gap: 1.25rem; grid-column-gap: 1.25rem; }
  /* compact segmented control — one tight row */
  .services_tabs-menu {
    flex-flow: row;
    gap: .4rem;
    max-width: none;
    padding: 1rem .25rem 0;
  }
  .services_tab-links {
    flex: 1 1 0;
    min-width: 0;
    min-height: 42px;
    padding: .5rem .4rem;
    font-size: .95rem;
    font-weight: 600;
    line-height: 1;
    border-radius: 999px;
    border: 1px solid rgba(255, 255, 255, .1);
    background: rgba(255, 255, 255, .03);
    color: rgba(255, 255, 255, .62);
    transition: color .2s ease, background .2s ease, border-color .2s ease, transform .18s ease;
  }
  /* neutralize the exported gradient text-clip so a filled pill + plain text work */
  .services_tab-links,
  .services_tab-links .text-span-block {
    -webkit-text-fill-color: currentColor;
    -webkit-background-clip: border-box;
    background-clip: border-box;
  }
  .services_tab-links:active { transform: scale(.96); }
  .services_tab-links.w--current {
    color: #04130b;
    background: linear-gradient(135deg, #8af5bd, #34d399);
    border-color: transparent;
  }
  .services_tab-links.w--current .text-span-block { -webkit-text-fill-color: #04130b; color: #04130b; }
  /* names only: drop the subtitle, the "+" icon and the title's <br> */
  .text-span-29,
  .services_tabs-icon-wrapper { display: none; }
  .text-span-block br { display: none; }
  .services_tabs-content-wrapper { justify-content: center; align-items: center; gap: 0; width: auto; }
  .services_tab-text { font-size: .95rem; line-height: 1; }
  .text-span-block { font-size: .95rem; line-height: 1; display: inline; }
}
@media (prefers-reduced-motion: reduce) {
  .services_tab-links { transition: none !important; }
}
/* tab-switch fade (pane swap driven by site.js, all breakpoints) */
.services_tab-pane.w--tab-active { animation: artheaTabFade .35s ease both; }
@keyframes artheaTabFade { from { opacity: 0; } to { opacity: 1; } }
@media (prefers-reduced-motion: reduce) {
  .services_tab-pane.w--tab-active { animation: none !important; }
}

/* ============================================================
   Home selector orbit — IX2 parity, CSS edition. The export's a-35
   action list spun .services_tabs-menu-bubble-wrapper +360° and
   counter-spun each .services_tabs-menu-bubble-image −360° over 20s
   (badges orbit the core, labels stay upright). The IX2 trigger was
   lost in the selector redesign; a linear infinite animation is the
   same visual with none of the runtime plumbing.
   ============================================================ */
.services_tabs-menu-bubble-wrapper {
  animation: arthea-orbit 20s linear infinite;
  will-change: transform;
}
.services_tabs-menu-bubble-image {
  animation: arthea-orbit-ccw 20s linear infinite;
  will-change: transform;
}
@keyframes arthea-orbit { to { transform: rotate(360deg); } }
@keyframes arthea-orbit-ccw { to { transform: rotate(-360deg); } }
@media (prefers-reduced-motion: reduce) {
  .services_tabs-menu-bubble-wrapper,
  .services_tabs-menu-bubble-image { animation: none !important; }
}

/* ============================================================
   FAQ accordion (home) — the exported IX2 accordion is broken: it
   pins .faq_content to an inline height:0 and a stale height-transition
   swallows any change, so it never opens. Fix: kill that transition and
   let height:auto win, toggling max-height via .is-open (set in site.js).
   The height snap is instant (reliable); the answer fades/slides in for
   the premium feel, and the "+" turns into an "x". Every breakpoint.
   ============================================================ */
.faq_accordion .faq_content {
  height: auto !important; /* defeat the IX2 inline height:0 */
  max-height: 0 !important;
  overflow: hidden;
  transition: none !important; /* the exported height-transition swallows changes */
}
.faq_accordion.is-open .faq_content { max-height: 60rem !important; }
.faq_accordion .faq_question { cursor: pointer; }
.faq_accordion .plus-icon { transition: transform .3s cubic-bezier(.16, 1, .3, 1); }
.faq_accordion.is-open .plus-icon { transform: rotate(45deg); }
@media (prefers-reduced-motion: reduce) {
  .faq_accordion .faq_answer, .faq_accordion .plus-icon { transition: none !important; }
}
