/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
@font-face {
  font-family: 'webflow-icons';
  src: url("data:application/x-font-ttf;charset=utf-8;base64,AAEAAAALAIAAAwAwT1MvMg8SBiUAAAC8AAAAYGNtYXDpP+a4AAABHAAAAFxnYXNwAAAAEAAAAXgAAAAIZ2x5ZmhS2XEAAAGAAAADHGhlYWQTFw3HAAAEnAAAADZoaGVhCXYFgQAABNQAAAAkaG10eCe4A1oAAAT4AAAAMGxvY2EDtALGAAAFKAAAABptYXhwABAAPgAABUQAAAAgbmFtZSoCsMsAAAVkAAABznBvc3QAAwAAAAAHNAAAACAAAwP4AZAABQAAApkCzAAAAI8CmQLMAAAB6wAzAQkAAAAAAAAAAAAAAAAAAAABEAAAAAAAAAAAAAAAAAAAAABAAADpAwPA/8AAQAPAAEAAAAABAAAAAAAAAAAAAAAgAAAAAAADAAAAAwAAABwAAQADAAAAHAADAAEAAAAcAAQAQAAAAAwACAACAAQAAQAg5gPpA//9//8AAAAAACDmAOkA//3//wAB/+MaBBcIAAMAAQAAAAAAAAAAAAAAAAABAAH//wAPAAEAAAAAAAAAAAACAAA3OQEAAAAAAQAAAAAAAAAAAAIAADc5AQAAAAABAAAAAAAAAAAAAgAANzkBAAAAAAEBIAAAAyADgAAFAAAJAQcJARcDIP5AQAGA/oBAAcABwED+gP6AQAABAOAAAALgA4AABQAAEwEXCQEH4AHAQP6AAYBAAcABwED+gP6AQAAAAwDAAOADQALAAA8AHwAvAAABISIGHQEUFjMhMjY9ATQmByEiBh0BFBYzITI2PQE0JgchIgYdARQWMyEyNj0BNCYDIP3ADRMTDQJADRMTDf3ADRMTDQJADRMTDf3ADRMTDQJADRMTAsATDSANExMNIA0TwBMNIA0TEw0gDRPAEw0gDRMTDSANEwAAAAABAJ0AtAOBApUABQAACQIHCQEDJP7r/upcAXEBcgKU/usBFVz+fAGEAAAAAAL//f+9BAMDwwAEAAkAABcBJwEXAwE3AQdpA5ps/GZsbAOabPxmbEMDmmz8ZmwDmvxmbAOabAAAAgAA/8AEAAPAAB0AOwAABSInLgEnJjU0Nz4BNzYzMTIXHgEXFhUUBw4BBwYjNTI3PgE3NjU0Jy4BJyYjMSIHDgEHBhUUFx4BFxYzAgBqXV6LKCgoKIteXWpqXV6LKCgoKIteXWpVSktvICEhIG9LSlVVSktvICEhIG9LSlVAKCiLXl1qal1eiygoKCiLXl1qal1eiygoZiEgb0tKVVVKS28gISEgb0tKVVVKS28gIQABAAABwAIAA8AAEgAAEzQ3PgE3NjMxFSIHDgEHBhUxIwAoKIteXWpVSktvICFmAcBqXV6LKChmISBvS0pVAAAAAgAA/8AFtgPAADIAOgAAARYXHgEXFhUUBw4BBwYHIxUhIicuAScmNTQ3PgE3NjMxOAExNDc+ATc2MzIXHgEXFhcVATMJATMVMzUEjD83NlAXFxYXTjU1PQL8kz01Nk8XFxcXTzY1PSIjd1BQWlJJSXInJw3+mdv+2/7c25MCUQYcHFg5OUA/ODlXHBwIAhcXTzY1PTw1Nk8XF1tQUHcjIhwcYUNDTgL+3QFt/pOTkwABAAAAAQAAmM7nP18PPPUACwQAAAAAANciZKUAAAAA1yJkpf/9/70FtgPDAAAACAACAAAAAAAAAAEAAAPA/8AAAAW3//3//QW2AAEAAAAAAAAAAAAAAAAAAAAMBAAAAAAAAAAAAAAAAgAAAAQAASAEAADgBAAAwAQAAJ0EAP/9BAAAAAQAAAAFtwAAAAAAAAAKABQAHgAyAEYAjACiAL4BFgE2AY4AAAABAAAADAA8AAMAAAAAAAIAAAAAAAAAAAAAAAAAAAAAAAAADgCuAAEAAAAAAAEADQAAAAEAAAAAAAIABwCWAAEAAAAAAAMADQBIAAEAAAAAAAQADQCrAAEAAAAAAAUACwAnAAEAAAAAAAYADQBvAAEAAAAAAAoAGgDSAAMAAQQJAAEAGgANAAMAAQQJAAIADgCdAAMAAQQJAAMAGgBVAAMAAQQJAAQAGgC4AAMAAQQJAAUAFgAyAAMAAQQJAAYAGgB8AAMAAQQJAAoANADsd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzVmVyc2lvbiAxLjAAVgBlAHIAcwBpAG8AbgAgADEALgAwd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzUmVndWxhcgBSAGUAZwB1AGwAYQByd2ViZmxvdy1pY29ucwB3AGUAYgBmAGwAbwB3AC0AaQBjAG8AbgBzRm9udCBnZW5lcmF0ZWQgYnkgSWNvTW9vbi4ARgBvAG4AdAAgAGcAZQBuAGUAcgBhAHQAZQBkACAAYgB5ACAASQBjAG8ATQBvAG8AbgAuAAAAAwAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAA==") format('truetype');
  font-weight: normal;
  font-style: normal;
}
[class^="w-icon-"],
[class*=" w-icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'webflow-icons' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.w-icon-slider-right:before {
  content: "\e600";
}
.w-icon-slider-left:before {
  content: "\e601";
}
.w-icon-nav-menu:before {
  content: "\e602";
}
.w-icon-arrow-down:before,
.w-icon-dropdown-toggle:before {
  content: "\e603";
}
.w-icon-file-upload-remove:before {
  content: "\e900";
}
.w-icon-file-upload-icon:before {
  content: "\e903";
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  height: 100%;
}
body {
  margin: 0;
  min-height: 100%;
  background-color: #fff;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
  color: #333;
}
img {
  max-width: 100%;
  vertical-align: middle;
  display: inline-block;
}
html.w-mod-touch * {
  background-attachment: scroll !important;
}
.w-block {
  display: block;
}
.w-inline-block {
  max-width: 100%;
  display: inline-block;
}
.w-clearfix:before,
.w-clearfix:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-clearfix:after {
  clear: both;
}
.w-hidden {
  display: none;
}
.w-button {
  display: inline-block;
  padding: 9px 15px;
  background-color: #3898EC;
  color: white;
  border: 0;
  line-height: inherit;
  text-decoration: none;
  cursor: pointer;
  border-radius: 0;
}
input.w-button {
  -webkit-appearance: button;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
.w-optimization {
  display: contents;
}
.w-webflow-badge,
.w-webflow-badge > img {
  box-sizing: unset;
  width: unset;
  height: unset;
  max-height: unset;
  max-width: unset;
  min-height: unset;
  min-width: unset;
  margin: unset;
  padding: unset;
  float: unset;
  clear: unset;
  border: unset;
  border-radius: unset;
  background: unset;
  background-image: unset;
  background-position: unset;
  background-size: unset;
  background-repeat: unset;
  background-origin: unset;
  background-clip: unset;
  background-attachment: unset;
  background-color: unset;
  box-shadow: unset;
  transform: unset;
  transition: unset;
  direction: unset;
  font-family: unset;
  font-weight: unset;
  color: unset;
  font-size: unset;
  line-height: unset;
  font-style: unset;
  font-variant: unset;
  text-align: unset;
  letter-spacing: unset;
  text-decoration: unset;
  text-indent: unset;
  text-transform: unset;
  list-style-type: unset;
  text-shadow: unset;
  vertical-align: unset;
  cursor: unset;
  white-space: unset;
  word-break: unset;
  word-spacing: unset;
  word-wrap: unset;
}
.w-webflow-badge {
  position: fixed !important;
  display: inline-block !important;
  visibility: visible !important;
  opacity: 1 !important;
  z-index: 2147483647 !important;
  top: auto !important;
  right: 12px !important;
  bottom: 12px !important;
  left: auto !important;
  color: #aaadb0 !important;
  background-color: #fff !important;
  border-radius: 3px !important;
  padding: 6px !important;
  font-size: 12px !important;
  line-height: 14px !important;
  text-decoration: none !important;
  transform: none !important;
  margin: 0 !important;
  width: auto !important;
  height: auto !important;
  overflow: unset !important;
  white-space: nowrap;
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.1), 0px 1px 3px rgba(0, 0, 0, 0.1);
  cursor: pointer;
}
.w-webflow-badge > img {
  position: unset;
  display: inline-block !important;
  visibility: unset !important;
  opacity: 1 !important;
  vertical-align: middle !important;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: bold;
  margin-bottom: 10px;
}
h1 {
  font-size: 38px;
  line-height: 44px;
  margin-top: 20px;
}
h2 {
  font-size: 32px;
  line-height: 36px;
  margin-top: 20px;
}
h3 {
  font-size: 24px;
  line-height: 30px;
  margin-top: 20px;
}
h4 {
  font-size: 18px;
  line-height: 24px;
  margin-top: 10px;
}
h5 {
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
}
h6 {
  font-size: 12px;
  line-height: 18px;
  margin-top: 10px;
}
p {
  margin-top: 0;
  margin-bottom: 10px;
}
blockquote {
  margin: 0 0 10px 0;
  padding: 10px 20px;
  border-left: 5px solid #E2E2E2;
  font-size: 18px;
  line-height: 22px;
}
figure {
  margin: 0;
  margin-bottom: 10px;
}
figcaption {
  margin-top: 5px;
  text-align: center;
}
ul,
ol {
  margin-top: 0px;
  margin-bottom: 10px;
  padding-left: 40px;
}
.w-list-unstyled {
  padding-left: 0;
  list-style: none;
}
.w-embed:before,
.w-embed:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-embed:after {
  clear: both;
}
.w-video {
  width: 100%;
  position: relative;
  padding: 0;
}
.w-video iframe,
.w-video object,
.w-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.w-form {
  margin: 0 0 15px;
}
.w-form-done {
  display: none;
  padding: 20px;
  text-align: center;
  background-color: #dddddd;
}
.w-form-fail {
  display: none;
  margin-top: 10px;
  padding: 10px;
  background-color: #ffdede;
}
label {
  display: block;
  margin-bottom: 5px;
  font-weight: bold;
}
.w-input,
.w-select {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  vertical-align: middle;
  background-color: #ffffff;
  border: 1px solid #cccccc;
}
.w-input::placeholder,
.w-select::placeholder {
  color: #999;
}
.w-input:focus,
.w-select:focus {
  border-color: #3898EC;
  outline: 0;
}
.w-input[disabled],
.w-select[disabled],
.w-input[readonly],
.w-select[readonly],
fieldset[disabled] .w-input,
fieldset[disabled] .w-select {
  cursor: not-allowed;
}
.w-input[disabled]:not(.w-input-disabled),
.w-select[disabled]:not(.w-input-disabled),
.w-input[readonly],
.w-select[readonly],
fieldset[disabled]:not(.w-input-disabled) .w-input,
fieldset[disabled]:not(.w-input-disabled) .w-select {
  background-color: #eeeeee;
}
textarea.w-input,
textarea.w-select {
  height: auto;
}
.w-select {
  background-color: #f3f3f3;
}
.w-select[multiple] {
  height: auto;
}
.w-form-label {
  display: inline-block;
  cursor: pointer;
  font-weight: normal;
  margin-bottom: 0px;
}
.w-radio {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}
.w-radio:before,
.w-radio:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-radio:after {
  clear: both;
}
.w-radio-input {
  margin: 4px 0 0;
  line-height: normal;
  float: left;
  margin-left: -20px;
}
.w-radio-input {
  margin-top: 3px;
}
.w-file-upload {
  display: block;
  margin-bottom: 10px;
}
.w-file-upload-input {
  width: 0.1px;
  height: 0.1px;
  opacity: 0;
  overflow: hidden;
  position: absolute;
  z-index: -100;
}
.w-file-upload-default,
.w-file-upload-uploading,
.w-file-upload-success {
  display: inline-block;
  color: #333333;
}
.w-file-upload-error {
  display: block;
  margin-top: 10px;
}
.w-file-upload-default.w-hidden,
.w-file-upload-uploading.w-hidden,
.w-file-upload-error.w-hidden,
.w-file-upload-success.w-hidden {
  display: none;
}
.w-file-upload-uploading-btn {
  display: flex;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file {
  display: flex;
  flex-grow: 1;
  justify-content: space-between;
  margin: 0;
  padding: 8px 9px 8px 11px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-file-upload-file-name {
  font-size: 14px;
  font-weight: normal;
  display: block;
}
.w-file-remove-link {
  margin-top: 3px;
  margin-left: 10px;
  width: auto;
  height: auto;
  padding: 3px;
  display: block;
  cursor: pointer;
}
.w-icon-file-upload-remove {
  margin: auto;
  font-size: 10px;
}
.w-file-upload-error-msg {
  display: inline-block;
  color: #ea384c;
  padding: 2px 0;
}
.w-file-upload-info {
  display: inline-block;
  line-height: 38px;
  padding: 0 12px;
}
.w-file-upload-label {
  display: inline-block;
  font-size: 14px;
  font-weight: normal;
  cursor: pointer;
  margin: 0;
  padding: 8px 12px;
  border: 1px solid #cccccc;
  background-color: #fafafa;
}
.w-icon-file-upload-icon,
.w-icon-file-upload-uploading {
  display: inline-block;
  margin-right: 8px;
  width: 20px;
}
.w-icon-file-upload-uploading {
  height: 20px;
}
.w-container {
  margin-left: auto;
  margin-right: auto;
  max-width: 940px;
}
.w-container:before,
.w-container:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-container:after {
  clear: both;
}
.w-container .w-row {
  margin-left: -10px;
  margin-right: -10px;
}
.w-row:before,
.w-row:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-row:after {
  clear: both;
}
.w-row .w-row {
  margin-left: 0;
  margin-right: 0;
}
.w-col {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding-left: 10px;
  padding-right: 10px;
}
.w-col .w-col {
  padding-left: 0;
  padding-right: 0;
}
.w-col-1 {
  width: 8.33333333%;
}
.w-col-2 {
  width: 16.66666667%;
}
.w-col-3 {
  width: 25%;
}
.w-col-4 {
  width: 33.33333333%;
}
.w-col-5 {
  width: 41.66666667%;
}
.w-col-6 {
  width: 50%;
}
.w-col-7 {
  width: 58.33333333%;
}
.w-col-8 {
  width: 66.66666667%;
}
.w-col-9 {
  width: 75%;
}
.w-col-10 {
  width: 83.33333333%;
}
.w-col-11 {
  width: 91.66666667%;
}
.w-col-12 {
  width: 100%;
}
.w-hidden-main {
  display: none !important;
}
@media screen and (max-width: 991px) {
  .w-container {
    max-width: 728px;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: none !important;
  }
  .w-col-medium-1 {
    width: 8.33333333%;
  }
  .w-col-medium-2 {
    width: 16.66666667%;
  }
  .w-col-medium-3 {
    width: 25%;
  }
  .w-col-medium-4 {
    width: 33.33333333%;
  }
  .w-col-medium-5 {
    width: 41.66666667%;
  }
  .w-col-medium-6 {
    width: 50%;
  }
  .w-col-medium-7 {
    width: 58.33333333%;
  }
  .w-col-medium-8 {
    width: 66.66666667%;
  }
  .w-col-medium-9 {
    width: 75%;
  }
  .w-col-medium-10 {
    width: 83.33333333%;
  }
  .w-col-medium-11 {
    width: 91.66666667%;
  }
  .w-col-medium-12 {
    width: 100%;
  }
  .w-col-stack {
    width: 100%;
    left: auto;
    right: auto;
  }
}
@media screen and (max-width: 767px) {
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: none !important;
  }
  .w-row,
  .w-container .w-row {
    margin-left: 0;
    margin-right: 0;
  }
  .w-col {
    width: 100%;
    left: auto;
    right: auto;
  }
  .w-col-small-1 {
    width: 8.33333333%;
  }
  .w-col-small-2 {
    width: 16.66666667%;
  }
  .w-col-small-3 {
    width: 25%;
  }
  .w-col-small-4 {
    width: 33.33333333%;
  }
  .w-col-small-5 {
    width: 41.66666667%;
  }
  .w-col-small-6 {
    width: 50%;
  }
  .w-col-small-7 {
    width: 58.33333333%;
  }
  .w-col-small-8 {
    width: 66.66666667%;
  }
  .w-col-small-9 {
    width: 75%;
  }
  .w-col-small-10 {
    width: 83.33333333%;
  }
  .w-col-small-11 {
    width: 91.66666667%;
  }
  .w-col-small-12 {
    width: 100%;
  }
}
@media screen and (max-width: 479px) {
  .w-container {
    max-width: none;
  }
  .w-hidden-main {
    display: inherit !important;
  }
  .w-hidden-medium {
    display: inherit !important;
  }
  .w-hidden-small {
    display: inherit !important;
  }
  .w-hidden-tiny {
    display: none !important;
  }
  .w-col {
    width: 100%;
  }
  .w-col-tiny-1 {
    width: 8.33333333%;
  }
  .w-col-tiny-2 {
    width: 16.66666667%;
  }
  .w-col-tiny-3 {
    width: 25%;
  }
  .w-col-tiny-4 {
    width: 33.33333333%;
  }
  .w-col-tiny-5 {
    width: 41.66666667%;
  }
  .w-col-tiny-6 {
    width: 50%;
  }
  .w-col-tiny-7 {
    width: 58.33333333%;
  }
  .w-col-tiny-8 {
    width: 66.66666667%;
  }
  .w-col-tiny-9 {
    width: 75%;
  }
  .w-col-tiny-10 {
    width: 83.33333333%;
  }
  .w-col-tiny-11 {
    width: 91.66666667%;
  }
  .w-col-tiny-12 {
    width: 100%;
  }
}
.w-widget {
  position: relative;
}
.w-widget-map {
  width: 100%;
  height: 400px;
}
.w-widget-map label {
  width: auto;
  display: inline;
}
.w-widget-map img {
  max-width: inherit;
}
.w-widget-map .gm-style-iw {
  text-align: center;
}
.w-widget-map .gm-style-iw > button {
  display: none !important;
}
.w-widget-twitter {
  overflow: hidden;
}
.w-widget-twitter-count-shim {
  display: inline-block;
  vertical-align: top;
  position: relative;
  width: 28px;
  height: 20px;
  text-align: center;
  background: white;
  border: #758696 solid 1px;
  border-radius: 3px;
}
.w-widget-twitter-count-shim * {
  pointer-events: none;
  user-select: none;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-inner {
  position: relative;
  font-size: 15px;
  line-height: 12px;
  text-align: center;
  color: #999;
  font-family: serif;
}
.w-widget-twitter-count-shim .w-widget-twitter-count-clear {
  position: relative;
  display: block;
}
.w-widget-twitter-count-shim.w--large {
  width: 36px;
  height: 28px;
}
.w-widget-twitter-count-shim.w--large .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 18px;
}
.w-widget-twitter-count-shim:not(.w--vertical) {
  margin-left: 5px;
  margin-right: 8px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large {
  margin-left: 6px;
}
.w-widget-twitter-count-shim:not(.w--vertical):before,
.w-widget-twitter-count-shim:not(.w--vertical):after {
  top: 50%;
  left: 0;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim:not(.w--vertical):before {
  border-color: rgba(117, 134, 150, 0);
  border-right-color: #5d6c7b;
  border-width: 4px;
  margin-left: -9px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:before {
  border-width: 5px;
  margin-left: -10px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim:not(.w--vertical):after {
  border-color: rgba(255, 255, 255, 0);
  border-right-color: white;
  border-width: 4px;
  margin-left: -8px;
  margin-top: -4px;
}
.w-widget-twitter-count-shim:not(.w--vertical).w--large:after {
  border-width: 5px;
  margin-left: -9px;
  margin-top: -5px;
}
.w-widget-twitter-count-shim.w--vertical {
  width: 61px;
  height: 33px;
  margin-bottom: 8px;
}
.w-widget-twitter-count-shim.w--vertical:before,
.w-widget-twitter-count-shim.w--vertical:after {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: ' ';
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}
.w-widget-twitter-count-shim.w--vertical:before {
  border-color: rgba(117, 134, 150, 0);
  border-top-color: #5d6c7b;
  border-width: 5px;
  margin-left: -5px;
}
.w-widget-twitter-count-shim.w--vertical:after {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: white;
  border-width: 4px;
  margin-left: -4px;
}
.w-widget-twitter-count-shim.w--vertical .w-widget-twitter-count-inner {
  font-size: 18px;
  line-height: 22px;
}
.w-widget-twitter-count-shim.w--vertical.w--large {
  width: 76px;
}
.w-background-video {
  position: relative;
  overflow: hidden;
  height: 500px;
  color: white;
}
.w-background-video > video {
  background-size: cover;
  background-position: 50% 50%;
  position: absolute;
  margin: auto;
  width: 100%;
  height: 100%;
  right: -100%;
  bottom: -100%;
  top: -100%;
  left: -100%;
  object-fit: cover;
  z-index: -100;
}
.w-background-video > video::-webkit-media-controls-start-playback-button {
  display: none !important;
  -webkit-appearance: none;
}
.w-background-video--control {
  position: absolute;
  bottom: 1em;
  right: 1em;
  background-color: transparent;
  padding: 0;
}
.w-background-video--control > [hidden] {
  display: none !important;
}
.w-slider {
  position: relative;
  height: 300px;
  text-align: center;
  background: #dddddd;
  clear: both;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-mask {
  position: relative;
  display: block;
  overflow: hidden;
  z-index: 1;
  left: 0;
  right: 0;
  height: 100%;
  white-space: nowrap;
}
.w-slide {
  position: relative;
  display: inline-block;
  vertical-align: top;
  width: 100%;
  height: 100%;
  white-space: normal;
  text-align: left;
}
.w-slider-nav {
  position: absolute;
  z-index: 2;
  top: auto;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  padding-top: 10px;
  height: 40px;
  text-align: center;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
}
.w-slider-nav.w-round > div {
  border-radius: 100%;
}
.w-slider-nav.w-num > div {
  width: auto;
  height: auto;
  padding: 0.2em 0.5em;
  font-size: inherit;
  line-height: inherit;
}
.w-slider-nav.w-shadow > div {
  box-shadow: 0 0 3px rgba(51, 51, 51, 0.4);
}
.w-slider-nav-invert {
  color: #fff;
}
.w-slider-nav-invert > div {
  background-color: rgba(34, 34, 34, 0.4);
}
.w-slider-nav-invert > div.w-active {
  background-color: #222;
}
.w-slider-dot {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4);
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
}
.w-slider-dot.w-active {
  background-color: #fff;
}
.w-slider-dot:focus {
  outline: none;
  box-shadow: 0px 0px 0px 2px #fff;
}
.w-slider-dot:focus.w-active {
  box-shadow: none;
}
.w-slider-arrow-left,
.w-slider-arrow-right {
  position: absolute;
  width: 80px;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  cursor: pointer;
  overflow: hidden;
  color: white;
  font-size: 40px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-slider-arrow-left [class^='w-icon-'],
.w-slider-arrow-right [class^='w-icon-'],
.w-slider-arrow-left [class*=' w-icon-'],
.w-slider-arrow-right [class*=' w-icon-'] {
  position: absolute;
}
.w-slider-arrow-left:focus,
.w-slider-arrow-right:focus {
  outline: 0;
}
.w-slider-arrow-left {
  z-index: 3;
  right: auto;
}
.w-slider-arrow-right {
  z-index: 4;
  left: auto;
}
.w-icon-slider-left,
.w-icon-slider-right {
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 1em;
  height: 1em;
}
.w-slider-aria-label {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.w-slider-force-show {
  display: block !important;
}
.w-dropdown {
  display: inline-block;
  position: relative;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  z-index: 900;
}
.w-dropdown-btn,
.w-dropdown-toggle,
.w-dropdown-link {
  position: relative;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
  white-space: nowrap;
}
.w-dropdown-toggle {
  user-select: none;
  display: inline-block;
  cursor: pointer;
  padding-right: 40px;
}
.w-dropdown-toggle:focus {
  outline: 0;
}
.w-icon-dropdown-toggle {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  margin-right: 20px;
  width: 1em;
  height: 1em;
}
.w-dropdown-list {
  position: absolute;
  background: #dddddd;
  display: none;
  min-width: 100%;
}
.w-dropdown-list.w--open {
  display: block;
}
.w-dropdown-link {
  padding: 10px 20px;
  display: block;
  color: #222222;
}
.w-dropdown-link.w--current {
  color: #0082f3;
}
.w-dropdown-link:focus {
  outline: 0;
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
@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;
}
@font-face {
  font-family: Inter VF;
  src: url('../fonts/InterVariable.woff2') format("woff2");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Roboto Mono VF;
  src: url('../fonts/RobotoMono-VariableFont_wght.woff2') format("woff2");
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: BDO Grotesk VF;
  src: url('../fonts/BDOGrotesk-VF.ttf') format("truetype");
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --_colors---primary--paper: #f8f7f3;
  --_typography---font-family--primary: "Inter VF", Arial, sans-serif;
  --fixed--1rem: 1rem;
  --_typography---font-weight--regular: 400;
  --fixed--0rem: 0rem;
  --_typography---h1--font-family: var(--_typography---font-family--primary);
  --_typography---h1--font-size: var(--fixed--6rem);
  --_typography---h1--line-height: 95%;
  --_typography---h1--font-weight: var(--_typography---font-weight--semibold);
  --_typography---h1--letter-spacing: -.02em;
  --_typography---h2--font-family: var(--_typography---font-family--primary);
  --_typography---h2--font-size: var(--fixed--4-5rem);
  --_typography---h2--font-weight: var(--_typography---font-weight--semibold);
  --_typography---h2--letter-spacing: -.02em;
  --_typography---h3--font-family: var(--_typography---font-family--primary);
  --_typography---h3--font-size: var(--fixed--3-5rem);
  --_typography---h3--line-height: 100%;
  --_typography---h3--font-weight: var(--_typography---font-weight--semibold);
  --_typography---h3--letter-spacing: -.02em;
  --_typography---h4--font-family: var(--_typography---font-family--primary);
  --_typography---h4--font-size: var(--fixed--2-75rem);
  --_typography---h4--line-height: 110%;
  --_typography---h4--font-weight: var(--_typography---font-weight--semibold);
  --_typography---h4--letter-spacing: -.02em;
  --_typography---h5--font-family: var(--_typography---font-family--primary);
  --_typography---h5--font-size: var(--fixed--2rem);
  --_typography---h5--line-height: 115%;
  --_typography---h5--font-weight: var(--_typography---font-weight--semibold);
  --_typography---h5--letter-spacing: -.02em;
  --_typography---h6--font-family: var(--_typography---font-family--primary);
  --_typography---h6--font-size: var(--fixed--1-5rem);
  --_typography---h6--line-height: 120%;
  --_typography---h6--font-weight: var(--_typography---font-weight--semibold);
  --_typography---h6--letter-spacing: -.02em;
  --fixed--2-5rem: 2.5rem;
  --_typography---font-family--secondary: "BDO Grotesk VF", Arial, sans-serif;
  --fixed--1-25rem: 1.25rem;
  --_typography---font-weight--semibold: 600;
  --fixed--1-125rem: 1.125rem;
  --border-radius--xsmall: var(--fixed--0-5rem);
  --_colors---primary--white: white;
  --fixed--1-5rem: 1.5rem;
  --_typography---font-weight--medium: 500;
  --fixed--0-875rem: .875rem;
  --_typography---font-weight--thin: 100;
  --spacer--xxhuge: var(--fixed--12rem);
  --fixed--2rem: 2rem;
  --spacer--custom-1: var(--fixed--1-25rem);
  --fixed--4rem: 4rem;
  --fixed--3rem: 3rem;
  --fixed--1-75rem: 1.75rem;
  --spacer--custom-3: var(--fixed--2-5rem);
  --section--medium: var(--fixed--8rem);
  --section--xsmall: var(--fixed--4rem);
  --section--large: var(--fixed--10rem);
  --fixed--6-5rem: 6.5rem;
  --fixed--2-25rem: 2.25rem;
  --spacer--tiny: var(--fixed--0-125rem);
  --_typography---font-weight--extra-bold: 800;
  --spacer--medium: var(--fixed--2rem);
  --spacer--custom-2: var(--fixed--1-5rem);
  --_typography---font-weight--light: 300;
  --fixed--5rem: 5rem;
  --fixed--2-75rem: 2.75rem;
  --fixed--0-5rem: .5rem;
  --spacer--xhuge: var(--fixed--8rem);
  --fixed--0-75rem: .75rem;
  --section--small: var(--fixed--6rem);
  --_typography---font-weight--bold: 700;
  --spacer--small: var(--fixed--1rem);
  --section--xxlarge: var(--fixed--13rem);
  --fixed--7rem: 7rem;
  --_typography---font-family--detail: "Roboto Mono VF", Arial, sans-serif;
  --spacer--xxlarge: var(--fixed--5rem);
  --spacer--xlarge: var(--fixed--4rem);
  --_typography---font-weight--black: 900;
  --section--xlarge: var(--fixed--12rem);
  --spacer--xsmall: var(--fixed--0-5rem);
  --_typography---font-weight--extra-light: 200;
  --spacer--xxsmall: var(--fixed--0-25rem);
  --spacer--huge: var(--fixed--6rem);
  --_typography---h2--line-height: 105%;
  --spacer--large: var(--fixed--3rem);
  --fixed--3-5rem: 3.5rem;
  --_colors---grey--200: #b6b6b6;
  --border-radius--large: var(--fixed--1-125rem);
  --_colors---white--50: #ffffff80;
  --_colors---grey--100: #ddd;
  --fixed--8rem: 8rem;
  --_colors---white--70: #ffffffb3;
  --border-radius--small: var(--fixed--0-75rem);
  --_colors---primary--black: #000;
  --border-radius--ultra: var(--fixed--3rem);
  --_colors---primary--accent: #f3350c;
  --border-radius--xhuge: var(--fixed--2rem);
  --_colors---grey--50: #f1efed;
  --_colors---grey--400: #666;
  --fixed--0-125rem: .125rem;
  --_colors---white--15: #ffffff26;
  --fixed--0-25rem: .25rem;
  --fixed--4-5rem: 4.5rem;
  --_colors---grey--500: #4d4d4d;
  --border-radius--xlarge: var(--fixed--1-25rem);
  --_colors---grey--600: #292929;
  --_colors---grey--300: #707070;
  --fixed--5-5rem: 5.5rem;
  --_animations---animation-border-radius: 0px;
  --border-radius--huge: var(--fixed--1-75rem);
  --_animations---animation-padding: 0px;
  --border-radius--medium: var(--fixed--1rem);
  --fixed--9rem: 9rem;
  --fixed--15rem: 15rem;
  --border-radius--xxhuge: var(--fixed--2-5rem);
  --_colors---grey--250: grey;
  --fixed--6rem: 6rem;
  --_colors---grey--700: #171717;
  --_colors---grey--800: #0f0f0f;
  --_colors---grey--900: #0a0a0a;
  --_colors---white--transparent: transparent;
  --_colors---white--10: #ffffff1a;
  --_colors---white--20: #fff3;
  --_colors---white--30: #ffffff4d;
  --_colors---white--40: #fff6;
  --_colors---white--60: #fffc;
  --_colors---white--80: #fffc;
  --_colors---white--90: #fffc;
  --fixed--10rem: 10rem;
  --fixed--11rem: 11rem;
  --fixed--12rem: 12rem;
  --fixed--13rem: 13rem;
  --fixed--14rem: 14rem;
  --fixed--16rem: 16rem;
  --border-radius--tiny: var(--fixed--0-125rem);
  --border-radius--xxsmall: var(--fixed--0-25rem);
  --border-radius--xxlarge: var(--fixed--1-5rem);
}

.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-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.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;
}

body {
  background-color: var(--_colors---primary--paper);
  font-family: var(--_typography---font-family--primary);
  color: #000;
  font-size: var(--fixed--1rem);
  line-height: 1.4;
  font-weight: var(--_typography---font-weight--regular);
  letter-spacing: -.02em;
}

h1 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h1--font-family);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h1--font-weight);
  letter-spacing: var(--_typography---h1--letter-spacing);
}

h2 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h2--font-family);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h2--font-weight);
  letter-spacing: var(--_typography---h2--letter-spacing);
}

h3 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h3--font-family);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h3--font-weight);
  letter-spacing: var(--_typography---h3--letter-spacing);
}

h4 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h4--font-family);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---h4--line-height);
  font-weight: var(--_typography---h4--font-weight);
  letter-spacing: var(--_typography---h4--letter-spacing);
}

h5 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h5--font-family);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---h5--line-height);
  font-weight: var(--_typography---h5--font-weight);
  letter-spacing: var(--_typography---h5--letter-spacing);
}

h6 {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  font-family: var(--_typography---h6--font-family);
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---h6--line-height);
  font-weight: var(--_typography---h6--font-weight);
  letter-spacing: var(--_typography---h6--letter-spacing);
}

p {
  margin-bottom: var(--fixed--0rem);
}

a {
  color: #000;
  text-decoration: none;
}

ul, ol {
  margin-top: var(--fixed--0rem);
  margin-bottom: var(--fixed--0rem);
  padding-left: var(--fixed--2-5rem);
}

blockquote {
  margin-bottom: var(--fixed--0rem);
  padding: var(--fixed--0rem);
  font-family: var(--_typography---font-family--secondary);
  font-size: var(--fixed--1-25rem);
  line-height: 130%;
  font-weight: var(--_typography---font-weight--semibold);
  border-left: 5px #e2e2e2;
}

.nav_button {
  grid-column-gap: .35rem;
  grid-row-gap: .35rem;
  color: #ededed;
  cursor: pointer;
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  padding: .35rem .6rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .8rem;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.nav_button:hover {
  background-color: #3b3b3b;
}

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

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

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

.resources_item {
  border-radius: var(--border-radius--xsmall);
  background-color: var(--_colors---primary--white);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.resources_heading {
  padding-bottom: var(--fixed--1-25rem);
  font-size: var(--fixed--1-5rem);
  line-height: 1.4;
  font-weight: var(--_typography---font-weight--medium);
  border-bottom: 1px dashed #474747;
}

.display-flex {
  display: flex;
}

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

.heading-style-h5 {
  font-family: var(--_typography---h5--font-family);
  font-size: var(--_typography---h5--font-size);
  line-height: var(--_typography---h5--line-height);
  font-weight: var(--_typography---h5--font-weight);
  letter-spacing: var(--_typography---h5--letter-spacing);
}

.text-weight-thin {
  font-weight: var(--_typography---font-weight--thin);
}

.text-style-link {
  color: #000;
  text-decoration: underline;
}

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

.main-wrapper {
  position: relative;
  overflow: clip;
}

.spacer-xxhuge {
  padding-top: var(--spacer--xxhuge);
  width: 100%;
}

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

.hide {
  display: none;
}

.icon-height-small {
  height: var(--fixed--1-5rem);
}

.resources_group {
  grid-row-gap: var(--fixed--2rem);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.spacer-custom-1 {
  padding-top: var(--spacer--custom-1);
  width: 100%;
}

.icon-height-xlarge {
  height: var(--fixed--4rem);
}

.overflow-scroll {
  overflow: scroll;
}

.resources_items {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.resources_items.single {
  flex-flow: column;
  display: flex;
}

.resources_items.more-columns {
  grid-template-columns: 1fr 1fr 1fr;
}

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

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

.text-rich-text {
  line-height: 1.5;
}

.text-rich-text figure {
  margin-bottom: 3rem;
}

.text-rich-text h2 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--2-5rem);
}

.text-rich-text p {
  margin-bottom: var(--fixed--2-5rem);
  line-height: 1.5;
}

.text-rich-text h4 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--1-75rem);
}

.text-rich-text h3 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--2rem);
}

.text-rich-text h6 {
  margin-bottom: var(--fixed--1rem);
  font-size: var(--fixed--1-25rem);
}

.text-rich-text blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
  font-weight: 500;
}

.text-rich-text h1 {
  font-size: var(--fixed--4rem);
  margin-bottom: 1.5rem;
}

.text-rich-text h5 {
  margin-bottom: var(--fixed--1rem);
  font-size: var(--fixed--1-5rem);
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: var(--fixed--1-5rem);
}

.spacer-custom-3 {
  padding-top: var(--spacer--custom-3);
  width: 100%;
}

.padding-section-medium {
  padding-top: var(--section--medium);
}

.spacer-tiny {
  padding-top: var(--spacer--tiny);
  width: 100%;
}

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

.text-size-medium {
  font-size: var(--fixed--1-125rem);
}

.text-weight-xbold {
  font-weight: var(--_typography---font-weight--extra-bold);
}

.spacer-medium {
  padding-top: var(--spacer--medium);
  width: 100%;
}

.resources_section {
  grid-row-gap: var(--fixed--1-5rem);
  flex-direction: column;
  display: flex;
}

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

.template-style-heading-split {
  background-color: #d2d6d9;
  width: 1px;
  height: 100%;
  margin-left: 1.25rem;
  margin-right: 1.25rem;
  transform: rotate(7deg);
}

.template-style-heading-split.margin-small {
  margin-left: 1rem;
  margin-right: 1rem;
}

.template-style-heading-split.margin-large {
  margin-left: 2rem;
  margin-right: 2rem;
}

.template-style-heading-split.margin-smaller {
  margin-left: .5rem;
  margin-right: .5rem;
}

.spacer-custom-2 {
  padding-top: var(--spacer--custom-2);
  width: 100%;
}

.text-weight-light {
  font-weight: var(--_typography---font-weight--light);
}

.overflow-visible {
  overflow: visible;
}

.resources_component {
  grid-column-gap: var(--fixed--5rem);
  grid-row-gap: var(--fixed--5rem);
  flex-direction: column;
  display: flex;
}

.resources_component.smaller-gap {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
}

.resources_item-content {
  padding: var(--fixed--2-25rem) var(--fixed--2-5rem) var(--fixed--4rem);
  flex-direction: column;
  flex: 1;
  width: 100%;
  display: flex;
}

.resources_item-content.center-horizontal {
  flex-flow: row;
  justify-content: center;
  align-items: center;
}

.spacer-xhuge {
  padding-top: var(--spacer--xhuge);
  width: 100%;
}

.padding-global {
  padding-right: var(--fixed--3rem);
  padding-left: var(--fixed--3rem);
}

.padding-global.is-tiny {
  padding-right: var(--fixed--0-75rem);
  padding-left: var(--fixed--0-75rem);
}

.padding-global.is-small {
  padding-right: var(--fixed--2rem);
  padding-left: var(--fixed--2rem);
}

.padding-section-large {
  padding-top: var(--section--large);
}

.text-size-large {
  font-size: var(--fixed--1-25rem);
}

.icon-height-medium {
  height: var(--fixed--2rem);
  max-width: none;
  display: inline;
}

.heading-style-h1 {
  font-family: var(--_typography---h1--font-family);
  font-size: var(--_typography---h1--font-size);
  line-height: var(--_typography---h1--line-height);
  font-weight: var(--_typography---h1--font-weight);
  letter-spacing: var(--_typography---h1--letter-spacing);
}

.heading-style-h1.font-weight-medium {
  font-weight: var(--_typography---font-weight--medium);
}

.text-weight-bold {
  font-weight: var(--_typography---font-weight--bold);
}

.spacer-small {
  padding-top: var(--spacer--small);
  width: 100%;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.padding-section-xxlarge {
  padding-top: var(--section--xxlarge);
}

.overflow-auto {
  overflow: auto;
}

.heading-style-h4 {
  font-family: var(--_typography---h4--font-family);
  font-size: var(--_typography---h4--font-size);
  line-height: var(--_typography---h4--line-height);
  font-weight: var(--_typography---h4--font-weight);
  letter-spacing: var(--_typography---h4--letter-spacing);
}

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

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

.resources_structure-out {
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.resources_structure-out.fill-bg {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 80px;
}

.heading-style-h6 {
  font-family: var(--_typography---h6--font-family);
  font-size: var(--_typography---h6--font-size);
  line-height: var(--_typography---h6--line-height);
  font-weight: var(--_typography---h6--font-weight);
  letter-spacing: var(--_typography---h6--letter-spacing);
}

.heading-style-h6.font-size-smaller {
  font-size: var(--fixed--1-25rem);
}

.text-style-all-caps {
  text-transform: uppercase;
}

.resources_groups {
  grid-row-gap: var(--fixed--4rem);
  flex-direction: column;
  display: flex;
}

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

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

.ss_structure-box {
  pointer-events: none;
  background-color: #fff;
  height: 3rem;
  position: relative;
}

.text-style-label {
  font-family: var(--_typography---font-family--detail);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--semibold);
  letter-spacing: .05em;
  text-transform: uppercase;
}

.display-inline-block {
  display: inline-block;
}

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

.icon-height-large {
  height: var(--fixed--2-5rem);
  aspect-ratio: 1;
  position: relative;
}

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

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

.text-weight-normal {
  font-weight: var(--_typography---font-weight--regular);
}

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

.spacer-xxlarge {
  padding-top: var(--spacer--xxlarge);
  width: 100%;
}

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

.display-block {
  display: block;
}

.padding-section-xsmall {
  padding-top: var(--section--xsmall);
}

.padding-section-small {
  padding-top: var(--section--small);
}

.resources_item-label {
  grid-column-gap: .5rem;
  color: #8c9399;
  border-bottom: 1px solid #ebebec;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  min-height: 3rem;
  margin-right: 0;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
  position: relative;
}

.text-size-regular {
  font-size: var(--fixed--1rem);
}

.resources_structure-in {
  pointer-events: none;
  background-color: #fff;
  width: 100%;
  height: 3rem;
  position: relative;
}

.resources_structure-in.utility {
  background-color: #2d40ea1a;
}

.resources_structure-in.utility.full-height {
  height: 100%;
}

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

.spacer-xlarge {
  padding-top: var(--spacer--xlarge);
  width: 100%;
}

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

.section_resources.min-height {
  min-height: 80vh;
}

.text-weight-black {
  font-weight: var(--_typography---font-weight--black);
}

.padding-section-xlarge {
  padding-top: var(--section--xlarge);
}

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

.heading-style-h3 {
  font-family: var(--_typography---h3--font-family);
  font-size: var(--_typography---h3--font-size);
  line-height: var(--_typography---h3--line-height);
  font-weight: var(--_typography---h3--font-weight);
  letter-spacing: var(--_typography---h3--letter-spacing);
}

.display-inline {
  display: inline;
}

.text-size-tiny {
  font-size: var(--fixed--0-75rem);
}

.spacer-xsmall {
  padding-top: var(--spacer--xsmall);
  width: 100%;
}

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

.text-weight-xlight {
  font-weight: var(--_typography---font-weight--extra-light);
}

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

.text-size-small {
  font-size: var(--fixed--0-875rem);
}

.text-weight-semibold {
  font-weight: var(--_typography---font-weight--semibold);
}

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

.resources_class {
  padding: var(--fixed--0-5rem) .625rem;
  color: #fff;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: var(--fixed--0-75rem);
  line-height: 1.3;
  font-weight: var(--_typography---font-weight--medium);
  background-color: #1e7bfa;
  border-radius: 4px;
}

.resources_class.custom-border {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.resources_class.html-tag {
  color: #f6f6f3;
  background-color: #cf4bb3;
  border-style: none;
}

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

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

.container-full {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.page-wrapper.full-height {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
}

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

.spacer-xxsmall {
  padding-top: var(--spacer--xxsmall);
  width: 100%;
}

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

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

.resources_subheading {
  font-size: var(--fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
}

.spacer-huge {
  padding-top: var(--spacer--huge);
  width: 100%;
}

.resources_class-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.heading-style-h2 {
  font-family: var(--_typography---h2--font-family);
  font-size: var(--_typography---h2--font-size);
  line-height: var(--_typography---h2--line-height);
  font-weight: var(--_typography---h2--font-weight);
  letter-spacing: var(--_typography---h2--letter-spacing);
}

.container-large {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.overflow-hidden {
  overflow: hidden;
}

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

.text-weight-medium {
  font-size: 6rem;
  font-weight: var(--_typography---font-weight--medium);
  white-space: nowrap;
}

.spacer-large {
  padding-top: var(--spacer--large);
  width: 100%;
}

.resources_fonts {
  grid-column-gap: 5.5rem;
  grid-row-gap: 16px;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: flex;
}

.resources_license-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.resources_license-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.resources_font-1 {
  font-family: var(--_typography---font-family--primary);
  font-size: var(--fixed--5rem);
  line-height: 1;
  font-weight: var(--_typography---font-weight--regular);
}

.resources_license-wrap {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.resources_licenses-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.resources_font-block {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  transition: opacity .2s;
  display: flex;
}

.resources_font-block:hover {
  opacity: .7;
}

.resources_licenses-group {
  grid-row-gap: 1.25rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.resources_license-image-link {
  aspect-ratio: 1;
  border-radius: var(--border-radius--xsmall);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.resources_grid {
  grid-column-gap: 1.5rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.resources_font-2 {
  font-family: var(--_typography---font-family--secondary);
  font-size: var(--fixed--5rem);
  line-height: 1;
  font-weight: var(--_typography---font-weight--regular);
}

.resources_changelog-list {
  grid-row-gap: 3rem;
  flex-direction: column;
  display: flex;
}

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

.buy-template {
  z-index: 98;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  letter-spacing: -.02em;
  background-color: #fff;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  display: flex;
  position: fixed;
  inset: auto 1rem 1rem auto;
  box-shadow: 0 10px 10px -5px #0003;
}

.section_home-header {
  flex-flow: column;
  min-height: 100vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-header_heading {
  z-index: 5;
  font-size: 12vw;
  line-height: 90%;
  font-weight: var(--_typography---font-weight--semibold);
  letter-spacing: -.03em;
}

.home-header_content {
  padding: var(--fixed--1-125rem) var(--fixed--2rem) var(--fixed--2rem);
  grid-column-gap: var(--fixed--2-75rem);
  grid-row-gap: var(--fixed--2-75rem);
  border-radius: var(--fixed--2rem);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-header_mark {
  font-family: var(--_typography---font-family--primary);
  font-size: 5.5vw;
  font-weight: var(--_typography---font-weight--extra-bold);
  vertical-align: top;
  position: relative;
  top: -1.75vw;
  left: -.25vw;
}

.home-header_video {
  padding: var(--fixed--2rem) var(--fixed--2rem) var(--fixed--3-5rem);
  object-fit: cover;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.home-header_headings {
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.navbar {
  z-index: 100;
  padding-top: var(--fixed--0-5rem);
  background-color: var(--_colors---primary--paper);
  width: 100%;
  position: fixed;
  top: 0;
}

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

.navbar_logo {
  width: var(--fixed--5rem);
}

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

.navbar_link-text {
  font-family: var(--_typography---font-family--secondary);
  font-weight: var(--_typography---font-weight--semibold);
}

.navbar_link-text._2 {
  position: absolute;
  top: 100%;
}

.navbar_links {
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navbar_component {
  grid-column-gap: var(--fixed--0-5rem);
  grid-row-gap: var(--fixed--0-5rem);
  flex-flow: column;
  display: flex;
}

.navbar_line {
  border-top: 1px dotted var(--_colors---grey--200);
  width: 100%;
  height: 1px;
}

.home-header_component {
  padding-right: var(--fixed--0-75rem);
  padding-bottom: var(--fixed--0-75rem);
  padding-left: var(--fixed--0-75rem);
  flex: 1;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

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

.navbar_creative {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar_barcode {
  width: var(--fixed--3-5rem);
}

.navbar_creative-text {
  font-family: var(--_typography---font-family--secondary);
  font-size: var(--fixed--0-75rem);
  font-weight: var(--_typography---font-weight--bold);
  text-transform: uppercase;
}

.home-header_contact {
  z-index: 3;
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.home-header_contact-infos {
  padding: var(--fixed--1rem) var(--fixed--1-5rem) var(--fixed--1rem) var(--fixed--1rem);
  border-radius: var(--border-radius--large);
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #fff3;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.home-header_contact-pic {
  aspect-ratio: 1;
  border-radius: var(--border-radius--large);
  width: 4.4rem;
  position: static;
}

.home-header_contact-texts {
  grid-column-gap: var(--fixed--0rem);
  grid-row-gap: var(--fixed--0rem);
  cursor: default;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: clip;
}

.home-header_contact-cta {
  font-family: var(--_typography---font-family--secondary);
  color: var(--_colors---primary--white);
  font-weight: var(--_typography---font-weight--semibold);
}

.home-header_contact-text {
  color: var(--_colors---white--50);
  font-size: var(--fixed--0-75rem);
  font-weight: var(--_typography---font-weight--medium);
}

.home-header_services {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.home-header_service {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-header_service-line {
  border-bottom: 1px dotted var(--_colors---white--50);
  width: 100%;
  height: 1px;
}

.home-header_service-text {
  color: var(--_colors---grey--100);
  font-size: var(--fixed--1rem);
  font-weight: var(--_typography---font-weight--semibold);
}

.home-header_bottom {
  z-index: 2;
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.home-header_subheading {
  z-index: 5;
  color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 19.375rem;
  display: flex;
  position: relative;
}

.home-header_subhead {
  letter-spacing: -.02em;
  font-family: BDO Grotesk VF, Arial, sans-serif;
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 115%;
}

.home-header_words-wrap {
  width: 100%;
  position: relative;
  overflow: clip;
}

.home-header_words {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.home-header_word._2 {
  position: absolute;
  top: 100%;
}

.home-header_word._3 {
  position: absolute;
  top: 200%;
}

.home-header_label {
  font-family: var(--_typography---font-family--detail);
  color: var(--_colors---white--70);
  font-size: var(--fixed--0-875rem);
  letter-spacing: .05em;
  text-transform: uppercase;
}

.note-marquee_component {
  z-index: 3;
  white-space: nowrap;
  width: 16.25rem;
  position: relative;
  overflow: clip;
}

.note-marquee_in {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  -webkit-mask: linear-gradient(270deg, #0000, #000 50%, #0000);
  mask: linear-gradient(270deg, #0000, #000 50%, #0000);
}

.note-marquee_text {
  font-family: var(--_typography---font-family--detail);
  color: #fff;
  font-size: var(--fixed--0-875rem);
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-right: .75rem;
}

.navbar_links-menu {
  grid-column-gap: var(--fixed--1-25rem);
  grid-row-gap: var(--fixed--1-25rem);
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-header_mark-2 {
  font-size: var(--fixed--0-875rem);
}

.hamburger {
  z-index: 2;
  width: var(--fixed--3-5rem);
  height: var(--fixed--2-5rem);
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border-radius: var(--border-radius--small);
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-right: -.625rem;
  display: flex;
  position: relative;
}

.hamburger_line {
  width: var(--fixed--2-25rem);
  background-color: var(--_colors---primary--black);
  height: 2px;
}

.menu_component {
  z-index: 99;
  position: relative;
}

.menu {
  z-index: 3;
  padding: var(--fixed--0-75rem);
  width: 50vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu_bg-blur {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.menu_in {
  border-radius: var(--border-radius--ultra);
  background-color: var(--_colors---primary--white);
  perspective-origin: 100% 0;
  transform-origin: 100% 0;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

.menu_content {
  padding: var(--fixed--2-25rem);
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.menu_links {
  grid-column-gap: var(--fixed--0-5rem);
  grid-row-gap: var(--fixed--0-5rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.menu_link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.menu_link-texts {
  position: relative;
  overflow: clip;
}

.menu_link-text {
  font-size: var(--fixed--2-25rem);
  line-height: 1.1;
  font-weight: var(--_typography---font-weight--medium);
  letter-spacing: -.04em;
}

.menu_link-text._2 {
  position: absolute;
  top: 100%;
}

.navbar_link-dot {
  background-color: var(--_colors---primary--accent);
  opacity: 0;
  border-radius: 50%;
  width: 4px;
  height: 4px;
  position: absolute;
  inset: .125rem -.4rem auto auto;
}

.menu_actions {
  grid-column-gap: var(--fixed--1-25rem);
  grid-row-gap: var(--fixed--1-25rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.menu_contact-img {
  object-fit: scale-down;
  background-color: #000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.menu_contact {
  border-radius: var(--border-radius--xhuge);
  height: 28vh;
  max-height: 21.25rem;
  position: relative;
  overflow: hidden;
}

.menu_contact-text {
  color: var(--_colors---primary--white);
  font-size: var(--fixed--1-25rem);
  line-height: 1.2;
}

.menu-contact-link {
  grid-column-gap: var(--fixed--0-5rem);
  grid-row-gap: var(--fixed--0-5rem);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 1.5rem auto auto 1.5rem;
}

.menu_contact-arrow {
  width: var(--fixed--0-75rem);
}

.button_dot-scale {
  background-color: var(--_colors---primary--accent);
  border-radius: 50%;
  width: 2rem;
  height: 2rem;
  display: none;
  position: absolute;
}

.button-line_space {
  width: 1.5rem;
}

.button-line_space.blue-dark-36:where(.w-variant-52580813-754d-cbf1-ebf9-3d524b86b25c) {
  width: var(--fixed--0-75rem);
}

.button_text._2 {
  opacity: 0;
  margin-bottom: -1.5rem;
}

.button_text._2:where(.w-variant-52580813-754d-cbf1-ebf9-3d524b86b25c) {
  margin-bottom: -1.25rem;
}

.button-line_dot {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

.button_dot {
  z-index: 4;
  background-color: var(--_colors---primary--accent);
  border-radius: 50%;
  width: .25rem;
  height: .25rem;
  position: relative;
}

.menu_social-wrap {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_buttons {
  grid-column-gap: var(--fixed--0-875rem);
  grid-row-gap: var(--fixed--0-875rem);
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-secondary {
  background-color: var(--_colors---grey--50);
  font-family: var(--_typography---font-family--secondary);
  color: #000;
  font-size: .875rem;
  line-height: 1.6;
  font-weight: var(--_typography---font-weight--semibold);
  text-align: center;
  border-radius: 9rem;
  justify-content: flex-start;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  overflow: clip;
}

.button-secondary:where(.w-variant-f874b9ba-24b5-50ff-0733-53dd5363b8cf) {
  background-color: var(--_colors---primary--black);
  color: var(--_colors---primary--white);
}

.button-secondary:where(.w-variant-52580813-754d-cbf1-ebf9-3d524b86b25c) {
  padding: var(--fixed--0-5rem) var(--fixed--0-75rem);
  font-size: var(--fixed--0-75rem);
  line-height: 1.6;
}

.button-secondary:where(.w-variant-084c35ac-0c40-f906-a9cd-0d43386a2d5d), .button-secondary.white {
  background-color: var(--_colors---primary--white);
}

.menu_legal {
  grid-column-gap: var(--fixed--1-25rem);
  grid-row-gap: var(--fixed--1-25rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu_legal-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: var(--_typography---font-family--secondary);
  color: var(--_colors---grey--400);
  font-size: .875rem;
  line-height: 1.1;
  font-weight: var(--_typography---font-weight--medium);
  justify-content: center;
  align-items: flex-start;
  padding-bottom: .25rem;
  display: inline-flex;
  position: relative;
  bottom: -2px;
  overflow: hidden;
}

.menu_legal-line {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  top: auto;
  bottom: 0;
  right: 100.4%;
}

.menu_legal-line.grey {
  background-color: gray;
}

.menu_social {
  grid-column-gap: .875rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.menu_social-link {
  aspect-ratio: 1;
  border: 1px solid #ececec;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  transition: opacity .2s;
  display: flex;
}

.menu_social-link:hover {
  opacity: .6;
}

.menu_social-icon {
  width: var(--fixed--1-25rem);
}

.menu_close {
  width: var(--fixed--4rem);
  aspect-ratio: 1;
  background-color: var(--_colors---grey--50);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  transition: transform .2s;
  display: flex;
  position: absolute;
  inset: 1rem 1rem auto auto;
}

.menu_close:hover {
  transform: scale(.9);
}

.menu_close-icon {
  width: var(--fixed--1rem);
}

.home-header_infos {
  display: none;
}

.home-header_info {
  padding-top: var(--fixed--0-5rem);
  grid-column-gap: var(--fixed--0-125rem);
  grid-row-gap: var(--fixed--0-125rem);
  border-top: 1px dotted var(--_colors---white--15);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.home-header_info.first {
  padding-top: var(--fixed--0rem);
  border-top-style: none;
}

.home-header_infos-in {
  grid-column-gap: var(--fixed--0-875rem);
  grid-row-gap: var(--fixed--0-875rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.home-header_contact-link {
  color: var(--_colors---primary--white);
  font-weight: var(--_typography---font-weight--semibold);
}

.home-header_contact-link:hover {
  text-underline-offset: 2px;
  -webkit-text-decoration: underline dotted #ffffff80;
  text-decoration: underline dotted #ffffff80;
  text-decoration-thickness: 1px;
}

.home-header_contact-dot-wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -.15rem 1rem auto auto;
}

.home-header_contact-dot {
  z-index: 4;
  background-color: var(--_colors---primary--accent);
  border-radius: 50%;
  width: .4rem;
  height: .4rem;
  position: relative;
}

.home-header_contact-dot-scale {
  width: var(--fixed--2-5rem);
  height: var(--fixed--2-5rem);
  background-color: var(--_colors---primary--accent);
  border-radius: 50%;
  display: none;
  position: absolute;
}

.navbar_link-texts {
  position: relative;
  overflow: clip;
}

.menu_link-dot {
  background-color: var(--_colors---primary--accent);
  opacity: 0;
  border-radius: 50%;
  width: 6px;
  height: 6px;
  position: absolute;
  inset: .125rem -.5rem auto auto;
}

.brands_item-block {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-right: 1.125rem;
  display: flex;
}

.brands_list-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  -webkit-mask: linear-gradient(270deg, #0000, #000 25% 75%, #0000);
  mask: linear-gradient(270deg, #0000, #000 25% 75%, #0000);
}

.head-grid {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

/* Sticky positioning for Our Products section header */
.section_home-services .head-grid:first-of-type {
  position: sticky;
  top: 4rem;
  z-index: 10;
  background: var(--_colors---black, #000);
  padding: 2rem 0;
  margin: -2rem 0;
}

/* Sticky positioning for products page header */
.section_work-list .work-list_head {
  position: sticky;
  top: 4rem;
  z-index: 10;
  background: var(--_colors---black, #000);
  padding: 2rem 0;
  margin: -2rem 0;
}

.brands_item-desc {
  color: gray;
  text-align: center;
  font-size: .75rem;
  font-weight: 600;
}

.brands_item-logo {
  height: 21%;
}

.brands_heading {
  max-width: 50.625rem;
}

.brands_item-logo-wrap {
  aspect-ratio: 1;
  border-radius: var(--border-radius--large);
  background-color: var(--_colors---primary--white);
  justify-content: center;
  align-items: center;
  width: 16rem;
  display: flex;
}

.brands_item-texts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 70%;
  display: flex;
}

.brands_item-name {
  text-align: center;
  font-size: 1rem;
}

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

.navbar_works-link {
  grid-column-gap: var(--fixed--0-25rem);
  grid-row-gap: var(--fixed--0-25rem);
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.navbar_works-number-wrap {
  color: #fff;
  text-align: center;
  background-color: #f3350c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  font-size: .75rem;
  line-height: 1;
  display: flex;
}

.navbar_works-number {
  margin-left: -1px;
}

.work-list_heading-wrap {
  position: relative;
}

.work-list_number {
  color: #fff;
  text-align: center;
  background-color: #f3350c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  font-size: .75rem;
  display: flex;
  position: absolute;
  inset: 0 -1.25rem auto auto;
}

.work-list_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-display {
  font-size: var(--fixed--8rem);
  line-height: 85%;
  font-weight: var(--_typography---font-weight--semibold);
  letter-spacing: -.02em;
  white-space: nowrap;
}

.work-list_head-texts {
  grid-column-gap: var(--fixed--2-5rem);
  grid-row-gap: var(--fixed--2-5rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 22rem;
  display: flex;
}

.work-list_head {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr .5fr;
  grid-auto-columns: 1fr;
  place-items: end start;
  width: 100%;
  display: grid;
}

.text-size-grey-400 {
  color: var(--_colors---grey--400);
}

.work-list_wrapper {
  width: 100%;
  max-width: 100%;
}

.work-list_list {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  font-family: Inter VF, Arial, sans-serif;
  font-weight: 400;
  display: flex;
}

.work-list_item {
  font-size: 1rem;
}

.work-list_block {
  perspective: 100vw;
  font-family: Inter VF, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  transform: none;
}

.work-list_link {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius--ultra);
  height: 50vh;
  position: relative;
  overflow: clip;
}

.work-list_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  font-family: Inter VF, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.work-list_name {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  background-color: #fff;
  border-radius: 9rem;
  justify-content: flex-start;
  align-items: center;
  padding: .35rem .75rem;
  display: flex;
  position: absolute;
  bottom: 1.5rem;
  left: 1.5rem;
}

.work-list_dot {
  background-color: #f3350c;
  border-radius: 50%;
  width: .25rem;
  height: .25rem;
}

.hover_wrap {
  z-index: 99;
  pointer-events: none;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: .5rem;
  padding-left: .5rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.hover_pill {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  text-transform: uppercase;
  background-color: #0000004d;
  border-radius: 4rem;
  padding: .75rem 1rem;
  font-size: .75rem;
  font-weight: 500;
}

.hover_text-wrap {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.hover_text {
  font-family: var(--_typography---font-family--detail);
  white-space: nowrap;
}

.line {
  border-top: 1px dotted var(--_colors---grey--200);
  width: 100%;
}

.line.is-darker {
  border-top-color: var(--_colors---grey--500);
}

.label_wrap {
  grid-column-gap: var(--fixed--0-5rem);
  grid-row-gap: var(--fixed--0-5rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label_dot {
  background-color: var(--_colors---primary--accent);
  border-radius: 50%;
  width: .25rem;
  height: .25rem;
}

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

.home-grid_team {
  padding: var(--fixed--3rem);
  aspect-ratio: 1;
  background-image: linear-gradient(#000, #292929);
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  font-family: Inter VF, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-grid_team-heading {
  z-index: 5;
  color: var(--_colors---primary--white);
  font-size: var(--fixed--1-75rem);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  max-width: 13.125rem;
  position: relative;
}

/* Globe card inside the home-grid_team */
.globe-card {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 1.25rem;
  overflow: hidden;
}

/* Keep same layout behavior for the replacement video */
#globe-canvas, #globe-video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: fill;
}

.globe-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  width: fit-content;
  padding: .5rem .75rem;
  border-radius: .75rem;
  background: rgba(0,0,0,.35);
  color: #fff;
  font-size: .875rem;
  backdrop-filter: blur(6px);
}

.globe-title {
  color: var(--_colors---primary--white);
  font-size: var(--fixed--1-75rem);
  font-weight: var(--_typography---font-weight--medium);
  text-align: left;
  max-width: 13.125rem;
  position: absolute;
  top: 1rem;
  left: 1.5rem;
  z-index: 2;
}

.home-grid_circle-1 {
  aspect-ratio: 1;
  border: 1px solid var(--_colors---white--15);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 70%;
  display: flex;
  position: absolute;
}

.home-grid_member {
  border-radius: 50%;
  width: 12%;
  position: absolute;
}

.home-grid_member._1 {
  top: -7.5%;
}

.home-grid_member._2 {
  right: -7.5%;
}

.home-grid_member._3 {
  bottom: -7.5%;
}

.home-grid_member._4 {
  left: -7.5%;
}

.home-grid_member-in {
  border-radius: 50%;
  width: 13.5%;
  position: absolute;
}

.home-grid_member-in._1 {
  top: 7.5%;
  left: 7.5%;
}

.home-grid_member-in._2 {
  top: 37%;
  right: -5%;
}

.home-grid_member-in._3 {
  bottom: 0%;
  left: 22.5%;
}

.home-grid_circle-2 {
  aspect-ratio: 1;
  border: 1px solid var(--_colors---white--15);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 47%;
  display: flex;
  position: absolute;
}

.home-grid_chat {
  padding: var(--fixed--2-25rem) var(--fixed--3rem) var(--fixed--3rem);
  border-radius: var(--border-radius--xlarge);
  background: transparent;
  /* Palette for assistant section (Bone/Gold only) */
  --bone-1: #e4ddd1; /* lightest */
  --bone-2: #d8d0c0;
  --bone-3: #cbbd9f;
  --bone-4: #b9a98f;
  --bone-5: #8c7b67; /* darkest */
  --gold-3: #d4a848;
  --gold-4: #b8832f;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

/* Animated liquid gradient background behind chat (Vision Pro-like material) */
.home-grid_chat::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  /* Static layered gradient plate (no rotation) */
  background:
    radial-gradient(140% 140% at 22% 18%, rgba(228,221,209,.35) 0%, rgba(216,208,192,.18) 42%, rgba(185,169,143,.55) 100%),
    linear-gradient(120deg, rgba(212,168,72,.18), rgba(184,131,47,.12), rgba(140,123,103,.10));
  filter: saturate(110%);
}

/* Subtle internal motion: drift the highlight only (container stays still) */
.home-grid_chat::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  /* Subtle drifting highlight using palette */
  background: radial-gradient(60% 70% at 50% 50%, rgba(212,168,72,.16), rgba(216,208,192,.12) 40%, rgba(185,169,143,.10) 70%, transparent 100%);
  background-size: 200% 200%;
  animation: liquid-drift 18s ease-in-out infinite alternate;
  pointer-events: none;
}

@keyframes liquid-drift {
  0% { background-position: 40% 45%; }
  50% { background-position: 60% 55%; }
  100% { background-position: 45% 60%; }
}

/* Typing indicator & entrance animation for assistant only */
.home-grid_chat .typing { display:inline-flex; align-items:center; gap:.22rem; padding:.35rem .5rem; border-radius:9999px; background:linear-gradient(180deg, rgba(255,255,255,.55), rgba(255,255,255,.38)); border:1px solid rgba(255,255,255,.25); backdrop-filter: blur(10px) saturate(120%); -webkit-backdrop-filter: blur(10px) saturate(120%); }
.home-grid_chat .typing .dot { width:.35rem; height:.35rem; border-radius:50%; background: rgba(0,0,0,.45); animation: typing-bounce 1.1s infinite ease-in-out; }
.home-grid_chat .typing .dot:nth-child(2){ animation-delay:.12s; }
.home-grid_chat .typing .dot:nth-child(3){ animation-delay:.24s; }
@keyframes typing-bounce { 0%,80%,100%{ transform:translateY(0); opacity:.55;} 40%{ transform:translateY(-3px); opacity:.95;} }

.home-grid_chat .chat-enter { animation: chat-pop .28s cubic-bezier(.18,.89,.32,1.28); }
@keyframes chat-pop { 0%{ transform: translateY(6px) scale(.98); opacity:0; } 100%{ transform: translateY(0) scale(1); opacity:1; } }

/* Lift chat content above animated background */
.home-grid_chat > * { position: relative; z-index: 1; }

.home-grid_pricing {
  padding: var(--fixed--3rem);
  border-radius: var(--border-radius--xlarge);
  background-color: #0a0a0a;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-grid_chat-in {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  flex-flow: column;
  flex: 1;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-grid_chat-group {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.home-grid_chat-group._2 {
  justify-content: flex-end;
  align-items: flex-start;
  margin-left: auto;
}

.chat_pic {
  border-radius: 50%;
  width: 2.5rem;
}

.home-grid_chats {
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-grid_chats._2 {
  justify-content: flex-start;
  align-items: flex-end;
}

.chat_message {
  border-radius: var(--fixed--1-75rem);
  background-color: var(--_colors---primary--white);
  transform-origin: 0 100%;
  color: var(--_colors---grey--500);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  overflow: clip;
}

.chat_message._5, .chat_message._4 {
  background-color: var(--_colors---primary--black);
  color: var(--_colors---primary--white);
}

.home-grid_message-text {
  white-space: nowrap;
}

.home-grid_label {
  opacity: .45;
  font-family: var(--_typography---font-family--detail);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--semibold);
  letter-spacing: .05em;
  text-transform: uppercase;
}

.home-grid_pricing-img {
  z-index: 2;
  width: 60%;
  max-width: 500px;
  position: absolute;
  top: 40%;
  right: 24%;
}

.home-grid_pricing-title {
  color: var(--_colors---primary--white);
  font-size: var(--fixed--1-75rem);
  font-weight: var(--_typography---font-weight--medium);
  text-align: left;
  max-width: 13.125rem;
}

.section_work-list {
  overflow: clip;
}

.home-grid_message {
  padding: var(--fixed--0-75rem) var(--fixed--1rem);
}

.chat_spacing {
  height: var(--fixed--0-5rem);
  width: 100%;
}

.home-services_component {
  border-radius: var(--border-radius--xlarge);
  background-color: var(--_colors---primary--black);
}

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

.home-services_item {
  padding-bottom: var(--fixed--3rem);
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_colors---primary--black);
  flex-flow: column;
  display: flex;
  position: sticky;
  top: 20vh;
}

.home-services_item.padding-small {
  padding-bottom: var(--fixed--1-5rem);
}

.home-services_text-wrap {
  max-width: 36rem;
}

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

.home-services_img-wrap {
  aspect-ratio: 16 / 9;
  border-radius: var(--border-radius--small);
  width: 50%;
  position: relative;
  overflow: clip;
}

.home-services_title {
  color: #e5e3dc;
  font-size: var(--fixed--1-75rem);
  font-weight: var(--_typography---font-weight--semibold);
}

.home-services_desc {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-color-grey-300 {
  color: gray;
}

.home-services_item-in {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: grid;
  position: relative;
}

.home-services_item-in.w--current {
  background-color: #0000;
}

.home-services_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.home-services_item-head {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-services_number {
  aspect-ratio: 1;
  color: #ddd;
  text-align: center;
  background-color: #f3350c;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  font-size: .75rem;
  font-weight: 500;
  display: flex;
}

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

.home-services_head {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-services_icons {
  justify-content: space-between;
  align-items: center;
  width: 70%;
  display: flex;
}

.home-services_icon {
  width: .75rem;
}

.home-services_examples {
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.home-services_service {
  padding: var(--fixed--0-5rem) var(--fixed--0-75rem);
  background-color: var(--_colors---grey--600);
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  border-radius: 3rem;
}

.home-services_services {
  grid-column-gap: var(--fixed--0-5rem);
  grid-row-gap: var(--fixed--0-5rem);
  flex-flow: wrap;
  max-width: 300px;
  display: flex;
}

.button-underline {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  letter-spacing: -.01em;
  border-bottom-color: #000;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: .5rem;
  font-size: 1.25rem;
  line-height: 1.3;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-about_component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.home-about_video-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: 1;
  border-radius: var(--border-radius--xlarge);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.home-about_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 34.875rem;
  display: flex;
  position: relative;
}

.home-about_content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 50rem;
  padding: 5rem;
  display: flex;
}

.home-about_video {
  filter: blur(20px);
  width: 120%;
  height: 200%;
  position: absolute;
  bottom: -5%;
}

.home-about_text-wrap {
  max-width: 380px;
}

.text-color-grey-500 {
  color: var(--_colors---grey--500);
}

.home-about_quote-wrap {
  z-index: 3;
  padding: var(--fixed--3rem) var(--fixed--3rem) var(--fixed--5-5rem);
  border-radius: var(--border-radius--small);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #0003;
  flex-flow: column;
  width: 65%;
  max-width: 30rem;
  display: flex;
  position: relative;
}

.home-about_quote {
  font-family: var(--_typography---font-family--secondary);
  color: var(--_colors---primary--white);
  font-size: var(--fixed--1-25rem);
  line-height: 130%;
  font-weight: var(--_typography---font-weight--semibold);
  text-align: center;
}

.home-about_quote-author {
  grid-column-gap: var(--fixed--0rem);
  grid-row-gap: var(--fixed--0rem);
  cursor: default;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: auto auto 1rem 1rem;
  overflow: clip;
}

.home-about_title {
  color: var(--_colors---white--50);
  font-size: var(--fixed--0-75rem);
  font-weight: var(--_typography---font-weight--medium);
}

.home-about_author {
  font-family: var(--_typography---font-family--secondary);
  color: var(--_colors---primary--white);
  font-weight: var(--_typography---font-weight--semibold);
}

.home-about_logo {
  bottom: var(--fixed--2-5rem);
  z-index: 4;
  width: var(--fixed--7rem);
  position: absolute;
}

.progressive-blur_panel {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  width: 100%;
  height: 100%;
  padding: 0;
  position: absolute;
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
}

.progressive-blur_panel.is-3 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
  mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
}

.progressive-blur_panel.is-9 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
  mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
}

.progressive-blur_panel.is-4 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
  mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
}

.progressive-blur_panel.is-8 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
  mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
}

.progressive-blur_panel.is-7 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
  mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
}

.progressive-blur_panel.is-6 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
  mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
}

.progressive-blur_panel.is-5 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
  mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
}

.progressive-blur_panel.is-2 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  -webkit-mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
  mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
}

.progressive-blur_panel.is-1 {
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  -webkit-mask: linear-gradient(#000 0% 10%, #0000 30%);
  mask: linear-gradient(#000 0% 10%, #0000 30%);
}

.progressive-blur_panel.is-10 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
  mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
}

.progressive-blur_wrap {
  z-index: 99;
  pointer-events: none;
  width: 100%;
  height: 6rem;
  position: fixed;
  inset: auto 0% 0%;
  overflow: clip;
  transform: rotate(180deg);
}

.showreel_wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 200rem;
  display: flex;
  position: relative;
}

.showreel_img-wrap {
  border-radius: var(--_animations---animation-border-radius);
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.showreel_heading {
  font-size: 3.5rem;
  line-height: 105%;
  font-weight: var(--_typography---font-weight--semibold);
  letter-spacing: -.02em;
  white-space: nowrap;
  position: absolute;
}

.showreel_heading._1 {
  right: calc(100% + .25rem);
}

.showreel_heading._2 {
  left: calc(100% + .25rem);
}

.showreel_play-text {
  color: #fff;
  font-size: var(--fixed--3-5rem);
  line-height: 105%;
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  letter-spacing: -.02em;
}

.showreel_lightbox {
  padding: var(--_animations---animation-padding);
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: relative;
}

.showreel_sticky {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.showreel_img {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
}

.showreel_scroll-note {
  z-index: 2;
  color: var(--_colors---grey--300);
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
  position: absolute;
  top: 4rem;
}

.showreel_play-wrapper {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.showreel_play-icon-wrap {
  width: var(--fixed--4rem);
  aspect-ratio: 1;
  background-color: #0009;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.showreel_play-icon {
  width: 1rem;
}

.testimonials_heading {
  max-width: 36.25rem;
}

.testimonials_main {
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.testimonials_items {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.testimonials_cover {
  border-radius: var(--border-radius--medium);
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

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

.testimonials_blur {
  z-index: 2;
  -webkit-backdrop-filter: blur(60px);
  backdrop-filter: blur(60px);
  pointer-events: none;
  background-color: #2d31314d;
  width: 100%;
  height: 80%;
  position: absolute;
  bottom: 0%;
  -webkit-mask-image: linear-gradient(#0000, #000 40%);
  mask-image: linear-gradient(#0000, #000 40%);
}

.testimonials_main-wrap {
  z-index: 10;
  padding: var(--fixed--2-75rem) var(--fixed--4-5rem) var(--fixed--2-75rem) var(--fixed--2-75rem);
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  flex-flow: column;
  display: flex;
  position: relative;
}

.number_desc {
  font-size: var(--fixed--1-5rem);
  line-height: 1.2;
  font-weight: var(--_typography---font-weight--semibold);
  max-width: 15rem;
}

.testimonials_author-wrap {
  grid-column-gap: var(--fixed--0rem);
  grid-row-gap: var(--fixed--0rem);
  cursor: default;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: clip;
}

.testimonials_author-main {
  font-family: var(--_typography---font-family--secondary);
  color: var(--_colors---primary--white);
  font-weight: var(--_typography---font-weight--semibold);
}

.testimonials_title-main {
  color: var(--_colors---white--50);
  font-size: var(--fixed--0-75rem);
  font-weight: var(--_typography---font-weight--medium);
}

.testimonials_head {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 21.875rem;
  display: flex;
}

.testimonials_card {
  padding: var(--fixed--2-5rem);
  grid-column-gap: var(--fixed--4-5rem);
  grid-row-gap: var(--fixed--4-5rem);
  border-radius: var(--border-radius--small);
  background-color: var(--_colors---primary--white);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonials_wrap {
  z-index: 10;
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  flex-flow: column;
  display: flex;
  position: relative;
}

.testimonials_quote {
  font-size: var(--fixed--1-125rem);
}

.testimonials_author {
  font-family: var(--_typography---font-family--secondary);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--semibold);
}

.testimonials_title {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-75rem);
  font-weight: var(--_typography---font-weight--medium);
}

.testimonials_stars {
  grid-column-gap: var(--fixed--0-25rem);
  grid-row-gap: var(--fixed--0-25rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials_star {
  width: .75rem;
}

.testimonials_author-infos {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.testimonials_author-pic {
  width: var(--fixed--2-5rem);
  aspect-ratio: 1;
  border-radius: var(--border-radius--xsmall);
  object-fit: cover;
}

.testimonials_data-items {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.testimonials_data-item {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.testimonials_data-number {
  font-size: var(--fixed--1-5rem);
  font-weight: var(--_typography---font-weight--semibold);
}

.testimonials_data-label {
  color: var(--_colors---grey--400);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--semibold);
}

.testimonials_data-bar {
  background-color: #e2e0da;
  width: 100%;
  height: 2px;
}

.testimonials_data-bar-in {
  background-color: var(--_colors---primary--black);
  width: 100%;
  height: 100%;
}

.testimonials_data-bar-in._1 {
  width: 92%;
}

.testimonials_data-bar-in._2 {
  width: 87%;
}

.testimonials_data-bar-in._3 {
  width: 74%;
}

.testimonials_data-head {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.testimonials_data {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.testimonials_data-head-text {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.testimonials_text-wrap {
  grid-column-gap: var(--fixed--1-125rem);
  grid-row-gap: var(--fixed--1-125rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.number_number {
  font-family: var(--_typography---font-family--primary);
  font-size: 9rem;
  line-height: 1;
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  letter-spacing: -.03em;
}

.number_number.final-number {
  position: absolute;
  top: 100%;
}

.testimonials_numbers-main {
  grid-column-gap: var(--fixed--2-5rem);
  grid-row-gap: var(--fixed--2-5rem);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start start;
  display: flex;
}

.number_wrap {
  align-items: flex-start;
  display: flex;
  position: relative;
  overflow: hidden;
}

.number_group {
  position: relative;
}

.testimonials_legal-text {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-75rem);
  font-weight: var(--_typography---font-weight--medium);
}

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

.number_block {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  flex-flow: column;
  display: flex;
}

.testimonials_main-quote {
  color: var(--_colors---primary--white);
  font-size: var(--fixed--1-5rem);
  font-weight: var(--_typography---font-weight--medium);
}

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

.number_others {
  position: absolute;
  top: 0%;
}

.number_main {
  opacity: 0;
  display: block;
}

.pricing_component {
  border-radius: var(--border-radius--xlarge);
  background-color: var(--_colors---primary--black);
  position: relative;
}

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

.pricing_heading {
  color: var(--_colors---primary--white);
  font-size: var(--fixed--15rem);
  line-height: 100%;
  font-weight: var(--_typography---font-weight--semibold);
  letter-spacing: -.02em;
}

.pricing_blocks {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-top: -5rem;
  display: grid;
}

.pricing_block {
  padding: var(--fixed--7rem) var(--fixed--3rem) var(--fixed--3rem);
  grid-column-gap: var(--fixed--3-5rem);
  grid-row-gap: var(--fixed--3-5rem);
  border-radius: var(--border-radius--xxhuge);
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-image: linear-gradient(#00000080 49%, #292929b3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  box-shadow: inset 0 5px 3px -3px #ffffff69, inset 0 4px 20px -5px #4e4e4e;
}

.pricing_money {
  color: var(--_colors---grey--50);
  font-size: var(--fixed--4rem);
  line-height: 1;
  font-weight: var(--_typography---font-weight--semibold);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(131deg, #fff, #353535);
  -webkit-background-clip: text;
  background-clip: text;
}

.pricing_detail {
  font-family: var(--_typography---font-family--detail);
  color: var(--_colors---grey--200);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  text-transform: uppercase;
  position: absolute;
  top: 1.5rem;
  bottom: auto;
  right: 1.5rem;
}

.pricing_value {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.pricing_plan-info {
  color: var(--_colors---grey--400);
  margin-bottom: 6px;
}

.pricing_features {
  padding-left: var(--fixed--0rem);
  grid-column-gap: var(--fixed--0-5rem);
  grid-row-gap: var(--fixed--0-5rem);
  flex-flow: column;
  width: 100%;
  list-style-type: none;
  display: flex;
}

.pricing_main {
  grid-column-gap: var(--fixed--2-25rem);
  grid-row-gap: var(--fixed--2-25rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.pricing_feature {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: var(--fixed--2rem);
  background-image: url('../images/checkbox_1checkbox.png');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1.35rem;
}

.pricing_feature-text {
  color: var(--_colors---grey--300);
  font-weight: var(--_typography---font-weight--medium);
}

.pricing_feature-detail {
  color: var(--_colors---grey--200);
}

.pricing_divider {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.pricing_divider-label {
  color: var(--_colors---grey--250);
}

.pricing_divider-line {
  border-bottom: 1px dotted var(--_colors---grey--500);
  flex: 1;
  height: 1px;
}

.pricing_dollar {
  font-size: var(--fixed--1-5rem);
  vertical-align: top;
}

.pricing_button-wrapper {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  flex-flow: column;
  width: 100%;
  margin-top: auto;
  display: flex;
}

.button-gradient {
  border-radius: var(--fixed--1-125rem);
  color: #fff;
  font-size: var(--fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
  transition: transform .2s, box-shadow .2s;
  position: relative;
  box-shadow: 0 16px 20px #0006;
}

.button-gradient:active {
  transform: translate(0, 2px);
  box-shadow: 0 4px 4px #0000004d;
}

.button-gradient.is-light {
  background-color: var(--_colors---primary--paper);
  color: var(--_colors---primary--black);
}

.button-grad_inner {
  padding: var(--fixed--1-5rem) var(--fixed--2rem);
  border-radius: var(--fixed--1-125rem);
  transition: box-shadow .2s;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 7px #ffffff47;
}

.button-grad_inner:hover {
  box-shadow: inset 0 0 7px #fff6;
}

.button-grad_gradient {
  z-index: 1;
  pointer-events: none;
  border-radius: 12px;
  position: absolute;
  inset: 0%;
}

.button-grad_ball {
  filter: blur(20px);
  mix-blend-mode: overlay;
  border-radius: 50%;
  width: 50%;
  height: 50%;
}

.button-grad_ball.ball-1 {
  background-color: #fd3846;
  background-image: linear-gradient(to right, #fd3846, #ffd000);
  position: absolute;
  bottom: 0;
}

.button-grad_ball.gradient__ball--2 {
  background-image: linear-gradient(78deg, #a600ff, #2bff00);
  position: absolute;
  bottom: 0;
  left: 50%;
}

.button-grad_text {
  z-index: 5;
  position: relative;
}

.button-grad_glow {
  opacity: .25;
  pointer-events: none;
  position: absolute;
  inset: 0%;
}

.pricing_guarantee {
  color: var(--_colors---grey--250);
  font-size: var(--fixed--0-75rem);
  text-align: center;
}

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

.pricing_plan-name {
  color: var(--_colors---primary--white);
  font-size: var(--fixed--2rem);
  font-weight: var(--_typography---font-weight--medium);
  -webkit-text-stroke-width: .25px;
}

.pricing_info-text {
  color: var(--_colors---grey--250);
  font-size: var(--fixed--0-75rem);
  font-weight: var(--_typography---font-weight--medium);
  text-align: center;
}

.pricing_info-wrap {
  max-width: 540px;
}

.faq_component {
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.faq_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 41.875rem;
  display: flex;
}

.faq_list {
  grid-column-gap: var(--fixed--0-5rem);
  grid-row-gap: var(--fixed--0-5rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq_answer-spacing {
  height: var(--fixed--1rem);
  min-height: var(--fixed--1rem);
  width: 100%;
}

.faq_answer-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 7.9922% 1fr;
  grid-auto-columns: 1fr;
  display: flex;
  overflow: hidden;
}

.faq_question {
  font-size: var(--fixed--1-125rem);
  line-height: 1.3;
  font-weight: var(--_typography---font-weight--semibold);
  letter-spacing: -.01em;
}

.faq_question-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 5.65302% 1fr 5.89864%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.faq_accordion {
  padding: var(--fixed--1-5rem);
  border-radius: var(--border-radius--small);
  background-color: var(--_colors---primary--white);
  cursor: pointer;
}

.faq_answer {
  color: var(--_colors---grey--300);
  font-weight: var(--_typography---font-weight--medium);
}

.faq_button {
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.div-block-34-copy {
  background-color: var(--_colors---primary--accent);
  color: #fff;
  text-align: center;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  min-width: 1.25rem;
  height: 1.25rem;
  min-height: 1.25rem;
  font-size: .75rem;
  line-height: 1;
  display: flex;
}

.faq_button-line {
  background-color: #011d3f;
  flex: none;
  width: 1.25rem;
  height: 2px;
}

.faq_button-line.is-second {
  position: absolute;
  transform: rotate(90deg);
}

.div-block-124 {
  grid-column-gap: var(--fixed--1-25rem);
  grid-row-gap: var(--fixed--1-25rem);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.faq_img-wrap {
  border-radius: var(--border-radius--xlarge);
  width: 100%;
  height: 100%;
  position: relative;
  overflow: clip;
}

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

.blog-list_head {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .75fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.blog-list_list {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-list_list.v2 {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-list_list.v3 {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blog-list_block {
  grid-column-gap: var(--fixed--1-125rem);
  grid-row-gap: var(--fixed--1-125rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-list_block.v2 {
  padding: var(--fixed--0-75rem);
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  border-radius: var(--border-radius--small);
  background-color: var(--_colors---primary--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.blog-list_img-wrap {
  aspect-ratio: 2.8 / 2;
  border-radius: var(--border-radius--small);
  width: 100%;
  position: relative;
  overflow: clip;
}

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

.blog-list_texts {
  grid-column-gap: var(--fixed--0-5rem);
  grid-row-gap: var(--fixed--0-5rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.blog-list_texts.large-width {
  width: 90%;
}

.blog-list_date {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.cta_component {
  border-radius: var(--border-radius--xlarge);
  background-color: var(--_colors---primary--black);
  background-image: url('../images/pixel.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
  position: relative;
}

.cta_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.interaction_visual_wrap {
  z-index: 20;
  pointer-events: none;
  height: 100vh;
  position: fixed;
  inset: 0% 0% auto;
}

.interaction_template {
  display: none;
}

.interaction_img_wrap {
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.interaction_img {
  aspect-ratio: 2 / 2.7;
  object-fit: cover;
  border-radius: 20px;
  flex: none;
  width: 200px;
  min-width: 200px;
  max-width: none;
  height: 200px;
  min-height: 200px;
  overflow: clip;
}

.interaction_cms_wrap {
  font-family: Inter VF, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: none;
}

.interaction_cms-img_img {
  overflow: visible;
}

.cta_note {
  position: absolute;
  top: 2rem;
}

.footer_links-groups {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 80%;
  display: flex;
}

.footer_brand {
  letter-spacing: -.05em;
  margin-right: auto;
  font-size: 18vw;
  font-weight: 500;
  line-height: 1;
}

.footer_template-links {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.footer_component {
  grid-column-gap: var(--fixed--3rem);
  grid-row-gap: var(--fixed--3rem);
  flex-flow: column;
  width: 100%;
  display: flex;
}

.footer_social-link {
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.footer_social-link:hover {
  opacity: .6;
}

.footer_links-list {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_lists {
  grid-column-gap: var(--fixed--3-5rem);
  grid-row-gap: var(--fixed--3-5rem);
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.footer_copyright {
  color: #6b6b6b;
  font-size: .75rem;
  font-weight: 400;
}

.footer_wrap {
  z-index: 0;
  grid-column-gap: var(--fixed--6rem);
  grid-row-gap: var(--fixed--6rem);
  border-radius: var(--border-radius--xlarge);
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 4rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  overflow: clip;
}

.footer_social-icon {
  width: 1.5rem;
}

.footer_link-label {
  color: #000;
  font-weight: var(--_typography---font-weight--semibold);
}

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

.footer_legal-divider {
  background-color: #b6b6b6;
  width: 1px;
  height: 1.25rem;
}

.footer_template-link {
  color: #6b6b6b;
  font-size: .75rem;
  font-weight: 500;
  transition: background-color .2s;
}

.footer_template-link:hover {
  color: #000;
}

.footer_main {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer_social {
  grid-column-gap: 1rem;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.footer_legal-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center;
  display: flex;
}

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

.footer_link {
  color: #474747;
  font-size: .875rem;
  font-weight: 500;
}

.footer_link:hover {
  color: #000;
}

.footer {
  padding-top: var(--fixed--0-75rem);
  padding-bottom: var(--fixed--0-75rem);
}

.footer_mark {
  font-size: 10vw;
  font-weight: var(--_typography---font-weight--semibold);
  vertical-align: super;
}

.footer_secondary {
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.form_error-message {
  color: #0a0a0a;
  border-radius: .75rem;
}

.form_success-message-2 {
  background-color: var(--_colors---primary--paper);
  outline-color: var(--_colors---primary--accent);
  outline-offset: 4px;
  color: #0a0a0a;
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
  border-radius: .5rem;
  outline-width: 1px;
  outline-style: dotted;
}

.footer_newsletter-button {
  z-index: 2;
  color: #fff;
  text-align: center;
  background-color: #242424;
  background-image: linear-gradient(#242424, #131313);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.5;
  transition: border .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 22px 33px #00000040, inset 0 1px #ffffff1f;
}

.footer_newsletter-button:hover {
  background-image: linear-gradient(#333, #141414);
}

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

.footer_field {
  padding-right: var(--fixed--1-5rem);
  padding-left: var(--fixed--1-5rem);
  background-color: var(--_colors---grey--50);
  color: var(--_colors---primary--black);
  font-weight: var(--_typography---font-weight--medium);
  border: 1px #000;
  border-radius: 1.125rem;
  flex: 1;
  height: 4rem;
  margin-bottom: 0;
}

.footer_field:focus {
  border-color: #fff6;
}

.footer_field::placeholder {
  color: var(--_colors---grey--300);
}

.footer_field-wrap {
  grid-column-gap: var(--fixed--0-875rem);
  grid-row-gap: var(--fixed--0-875rem);
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
  position: relative;
}

.field-label {
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--regular);
  margin-bottom: 10px;
}

.brand_wrap {
  z-index: 102;
  background-color: var(--_colors---primary--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.brand_logo {
  width: var(--fixed--12rem);
}

.brand_lines {
  width: 100%;
  height: 20vh;
  position: absolute;
  top: 100%;
}

.work-list_title {
  font-family: Inter VF, Arial, sans-serif;
  font-size: .875rem;
  font-weight: 600;
  line-height: 120%;
}

.sdadasasd {
  margin-top: .375rem;
}

.pricing_value-wrap {
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.section_about-header {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.about-header_component {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.about-header_headings {
  z-index: 10;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.about-header_imgs {
  aspect-ratio: 1 / 1.2;
  border-radius: 2vh;
  height: 60vh;
  position: relative;
  overflow: clip;
}

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

.about-header_img._2 {
  display: none;
}

.about-header_img._1 {
  font-family: Inter VF, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.about-header_img._3, .about-header_img._4 {
  display: none;
}

.about-header_infos {
  position: absolute;
  inset: auto 0% 3rem;
}

.about-header_infos-in {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  display: grid;
}

.about-header_imgs-wrapper {
  z-index: 2;
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: absolute;
}

.about-header_location {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.about-header_globe {
  width: 1.5rem;
  height: 1.5rem;
}

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

.about_component {
  border-radius: var(--border-radius--xlarge);
  background-color: var(--_colors---primary--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 90vh;
  display: flex;
  position: relative;
  overflow: clip;
}

.about_block {
  z-index: 3;
  padding: var(--fixed--3rem);
  grid-column-gap: var(--fixed--1-5rem);
  grid-row-gap: var(--fixed--1-5rem);
  border-radius: var(--border-radius--small);
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #0003;
  flex-flow: column;
  width: 100%;
  max-width: 40rem;
  display: flex;
  position: relative;
}

.about_quote {
  font-family: var(--_typography---font-family--secondary);
  color: var(--_colors---primary--white);
  font-size: var(--fixed--1-25rem);
  line-height: 130%;
  font-weight: var(--_typography---font-weight--semibold);
  text-align: center;
}

.about_title {
  font-family: var(--_typography---font-family--secondary);
  color: var(--_colors---primary--white);
  font-weight: var(--_typography---font-weight--semibold);
}

.about_subtitle {
  color: var(--_colors---white--50);
  font-size: var(--fixed--0-75rem);
  font-weight: var(--_typography---font-weight--medium);
}

.about_bg-img {
  filter: blur(20px);
  width: 120%;
  max-width: none;
  height: 120%;
  position: absolute;
  inset: -10% 0% 0% -10%;
}

.team_component {
  height: 150vh;
  max-height: 110rem;
  position: relative;
}

.team_heading {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 35rem;
  display: flex;
  position: static;
  top: 15vh;
}

.home-all_content-block {
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  flex-flow: column;
  display: flex;
}

.team_img {
  width: 100%;
}

.team_imgs-wrap {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
  top: 0;
  transform: translate(0, -35%);
}

.team_content-items {
  width: 32%;
  padding-right: 2.5rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.team_content-items.is-inverted {
  grid-column-gap: var(--fixed--2-25rem);
  grid-row-gap: var(--fixed--2-25rem);
  flex-flow: column;
  padding-left: 2.5rem;
  padding-right: 0;
  display: flex;
  left: auto;
  right: 0%;
}

.team_content-items.is-left {
  bottom: 9.5%;
}

.team_img-wrap {
  border-radius: var(--border-radius--small);
  width: 15%;
  max-width: 11.25rem;
  position: absolute;
  overflow: hidden;
}

.team_img-wrap.is-third {
  z-index: 2;
  top: 28%;
  right: -1%;
}

.team_img-wrap.is-first {
  z-index: 3;
  max-width: 24rem;
  margin: 0 auto 11.5%;
  transition: all 50ms linear;
  position: sticky;
  top: 30%;
  left: 0;
  right: 0;
}

.team_img-wrap.is-second {
  top: 33%;
  left: 12%;
}

.team_img-wrap.is-fifth {
  z-index: 2;
  top: 65%;
  right: 13%;
}

.team_img-wrap.is-fourth {
  top: 61%;
  left: 4%;
}

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

.members_items {
  grid-column-gap: var(--fixed--0-875rem);
  grid-row-gap: var(--fixed--0-875rem);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.members_item {
  padding: var(--fixed--0-5rem);
  grid-column-gap: var(--fixed--1rem);
  grid-row-gap: var(--fixed--1rem);
  border-radius: var(--border-radius--xsmall);
  background-color: var(--_colors---primary--white);
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.members_pic {
  width: var(--fixed--5rem);
  aspect-ratio: 1;
  border-radius: var(--border-radius--xsmall);
  object-fit: cover;
}

.members_position {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--semibold);
}

.members_infos {
  grid-column-gap: var(--fixed--0-875rem);
  grid-row-gap: var(--fixed--0-875rem);
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: .25rem;
  padding-right: .25rem;
  display: flex;
}

.members_info {
  grid-column-gap: var(--fixed--0-125rem);
  grid-row-gap: var(--fixed--0-125rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.members_name {
  font-size: var(--fixed--1-125rem);
  font-weight: var(--_typography---font-weight--semibold);
  letter-spacing: -.02em;
}

.members_linkedin-icon {
  width: var(--fixed--1-125rem);
}

.members_linkedin {
  display: flex;
}

.approach_img-wrap {
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius--small);
  object-fit: cover;
  width: 100%;
  position: relative;
  overflow: clip;
}

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

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

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

.approach_item-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.approach_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.awards_component {
  border-radius: var(--border-radius--xlarge);
  background-color: var(--_colors---primary--black);
}

.awards_heading {
  max-width: 50rem;
}

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

.awards_row {
  padding-top: var(--fixed--0-5rem);
  padding-bottom: var(--fixed--0-5rem);
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px dotted var(--_colors---grey--500);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.awards_data {
  color: var(--_colors---grey--250);
  font-size: var(--fixed--0-875rem);
  font-weight: var(--_typography---font-weight--medium);
}

.about_head {
  grid-column-gap: var(--fixed--0rem);
  grid-row-gap: var(--fixed--0rem);
  cursor: default;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: clip;
}

.blog-list_desc {
  color: var(--_colors---grey--300);
  font-size: var(--fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
}

.blog-header_content {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.blog-list_texts-v2 {
  grid-column-gap: var(--fixed--1-125rem);
  grid-row-gap: var(--fixed--1-125rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60%;
  display: flex;
}

.blog-list_infos {
  grid-column-gap: var(--fixed--0-75rem);
  grid-row-gap: var(--fixed--0-75rem);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.blog-list_item-block {
  grid-column-gap: var(--fixed--2rem);
  grid-row-gap: var(--fixed--2rem);
  aspect-ratio: 2 / 2.2;
  background-color: #fff;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 2rem;
  transition: border-color .2s, transform .2s;
  display: flex;
}

.blog-list_texts-v3 {
  grid-row-gap: 2rem;
  flex-direction: column;
  display: flex;
}

.blog-list_description {
  color: var(--_colors---grey--250);
  font-size: var(--fixed--1rem);
  font-weight: var(--_typography---font-weight--medium);
}

.blog-list_bottom-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.blog-list_image-wrap {
  aspect-ratio: 16 / 9;
  border-radius: .5rem;
  width: 55%;
  overflow: hidden;
}

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

.projects-list_block {
  width: 100%;
  height: 200vh;
}

.projects-list_block-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.projects-list_block-wrap {
  border-radius: var(--border-radius--xlarge);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-list_image {
  object-fit: cover;
  width: 100vw;
  min-width: 100vw;
  max-width: none;
  height: 100vh;
  min-height: 100vh;
}

.work-list_name-v2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  background-color: #fff;
  border-radius: 9rem;
  justify-content: flex-start;
  align-items: center;
  padding: .35rem .75rem;
  display: flex;
  position: absolute;
  top: 2rem;
  left: 2rem;
}

.cta-top-padding {
  padding-top: var(--fixed--0-75rem);
}

.work-list_image-wrap-v2 {
  aspect-ratio: 1;
  border-radius: var(--border-radius--xlarge);
  object-fit: cover;
  width: 100%;
  position: relative;
  overflow: clip;
}

.work-list_about {
  font-size: .875rem;
}

.text-color-white-50 {
  color: #ffffff80;
}

.work-list_texts {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  display: flex;
}

.work-list_infos-v2 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  border-radius: var(--border-radius--xlarge);
  background-color: #632f1b;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem 2rem;
  display: flex;
}

.work-list_title-2 {
  color: #fff;
  font-size: 1.125rem;
}

.work-list_block-v2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: flex;
}

.work-list_image-v2 {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.work-list_list-v3 {
  grid-column-gap: var(--fixed--2-5rem);
  grid-row-gap: var(--fixed--2-5rem);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-header_text-wrapper {
  display: flex;
}

.contact-header_text-wrap {
  padding-right: 2rem;
  display: flex;
}

.contact-header_text {
  font-size: 10rem;
  line-height: 1;
  font-weight: var(--_typography---font-weight--semibold);
  letter-spacing: -.04em;
  white-space: nowrap;
}

.contact-form_checkbox {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.contact-form_error-wrap {
  color: #901517;
  padding: 2rem;
}

.button-solid {
  z-index: 2;
  color: #fff;
  text-align: center;
  background-color: #242424;
  background-image: linear-gradient(#242424, #131313);
  border: 1px solid #0000;
  border-bottom-style: none;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 1.75rem;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  transition: border .2s;
  position: relative;
  overflow: hidden;
  box-shadow: 0 0 #0000, -1.1px 1.2px .1px #00000006, -2.2px 2.4px .3px #00000008, -3.3px 3.7px .5px #00000009, -4.6px 5.1px .7px #00000009, -6px 6.6px .9px #0000000a, -7.6px 8.4px 1.3px #0000000a, -9.5px 10.5px 1.8px #0000000b, -11.8px 13px 2.4px #0000000b, -14.7px 16.2px 3.2px #0000000b, -18.3px 20.2px 4.4px #0000000b, -23px 25.4px 6px #0000000b, -29.3px 32.3px 8.2px #0000000c, -37.8px 41.8px 11.3px #0000000c, -49.9px 55.1px 15.9px #0000000c, -67.7px 74.8px 22.7px #0000000d, -96.7px 106.8px 34px #0000000e, -152.5px 168.5px 56.1px #0000000e;
}

.button-solid:hover {
  background-image: linear-gradient(#585858, #141414);
}

.contact-form_grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-form_success-wrap {
  background-color: #fff;
  padding: 0;
}

.contact-form_field {
  color: #000;
  background-color: #0000;
  border-top: 1px #000;
  border-bottom: 1px solid #b6b6b6;
  border-left: 1px #000;
  border-right: 1px #b6b6b6;
  height: 5rem;
  margin-bottom: 0;
  padding: .5rem 2rem;
  font-size: .875rem;
  font-weight: 500;
}

.contact-form_field:hover {
  background-color: #fff;
}

.contact-form_field:focus {
  border-bottom-width: 2px;
  border-bottom-color: #000;
}

.contact-form_field::placeholder {
  color: #9e9b8f;
}

.contact-form_field.is-message {
  resize: none;
  height: 12rem;
  padding-top: 1.125rem;
}

.contact-form_form-block {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  margin-bottom: 0;
  overflow: hidden;
}

.contact-form_checkbox-check {
  cursor: pointer;
  background-color: #ccc;
  border-style: none;
  border-radius: 50%;
  width: 1.5rem;
  min-width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  margin-top: 0;
  margin-right: .75rem;
}

.contact-form_checkbox-check.w--redirected-checked {
  background-color: #000;
  background-size: 12px;
  border-style: none;
}

.contact-form_checkbox-check.w--redirected-focus {
  box-shadow: none;
}

.contact-form_label-wrap {
  padding: 1.75rem 2rem .125rem;
}

.contact-form_checkbox-label {
  color: #101010;
  font-size: .875rem;
  font-weight: 500;
}

.contact-form_input.border-right {
  border-right: 1px solid #dadada;
}

.contact-form_actions {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.75rem 1.75rem 2.5rem;
  display: flex;
}

.contact-form_component {
  display: flex;
}

.contact-form_field-label {
  color: #101010;
  font-weight: 600;
}

.contact-form_success {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #101010;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 20rem;
  display: flex;
}

.contact_images-wrap {
  aspect-ratio: 2 / 2.4;
  border-radius: var(--border-radius--xlarge);
  width: 26%;
  max-width: 20rem;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: clip;
}

.contact_info-wrap {
  grid-row-gap: .5rem;
  flex-direction: column;
  max-width: 360px;
  display: flex;
}

.contact_info-text {
  font-size: 1rem;
  font-weight: 700;
}

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

.contact_image._3 {
  z-index: 3;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact_image._2 {
  z-index: 2;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact_image._4 {
  z-index: 4;
  position: absolute;
  inset: 0% auto auto 0%;
}

.contact_grid {
  grid-column-gap: 16px;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr .75fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

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

.contact_component-v2 {
  grid-row-gap: 6rem;
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.section_contact {
  position: relative;
}

.form_success-message {
  color: #0a0a0a;
  background-color: #c5e0fd;
  border-radius: .25rem;
}

.contact_form {
  display: block;
}

.contact_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 32.6308% 49.4186%;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

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

.form_field {
  color: #000;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #011d3f;
  border-radius: 0;
  height: 3.5rem;
  margin-bottom: 0;
  padding: 1rem 0;
  font-size: 1rem;
}

.form_field::placeholder {
  color: #000;
}

.form_field.message {
  height: 8rem;
}

.error-message {
  color: #a12c2e;
  border-radius: .5rem;
  font-size: 1rem;
}

.contact_fields {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.contact_form-block {
  margin-bottom: 0;
  display: block;
}

.contact_field-wrap-v3 {
  display: block;
}

.contact_form-wrap {
  flex-flow: column;
  max-width: 40rem;
  display: flex;
}

.contact_desc-wrap {
  max-width: 19rem;
}

.faq_component-v3 {
  flex-flow: column;
  display: flex;
}

.work-list_wrapper-v1 {
  max-width: 100%;
}

.work-content_head {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-content_imgs-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.collection-list-wrapper {
  width: 100%;
}

.case-content_component {
  flex-flow: column;
  display: flex;
}

.work-content_content {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 21.875rem;
  display: flex;
  position: sticky;
  top: 4rem;
}

.case-content_imgs-item {
  width: 100%;
}

.empty-state {
  background-color: var(--_colors---primary--white);
  text-align: left;
  border-radius: .5rem;
  padding: 1.5rem;
  font-size: .875rem;
  font-weight: 600;
}

.case-content_final {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end stretch;
  display: grid;
}

.case-content_head {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-header_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.work-header_info-text {
  color: #6b6b6b;
  font-size: .875rem;
  font-weight: 500;
}

.work_img-wrap {
  aspect-ratio: 2;
  border-radius: var(--border-radius--medium);
  width: 100%;
  position: relative;
  overflow: clip;
}

.case-content_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.work-header_img-wrap {
  aspect-ratio: 2;
  border-radius: var(--border-radius--medium);
  width: 100%;
  position: relative;
  overflow: clip;
}

.case-content_image-wrap {
  aspect-ratio: 3 / 2;
  border-radius: var(--border-radius--medium);
  width: 100%;
  position: relative;
  overflow: clip;
}

.work-header_head {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 50rem;
  display: flex;
}

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

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

.case-content_final-head {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 26rem;
  display: flex;
}

.work-content_grid {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: .45fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.work-header_img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
}

.work-content_heading {
  font-size: var(--fixed--2-5rem);
  line-height: 110%;
  font-weight: var(--_typography---font-weight--semibold);
  letter-spacing: -.02em;
}

.work-header_infos {
  grid-column-gap: 2.75rem;
  grid-row-gap: 2.75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.case-content_imgs-wrap {
  width: 100%;
}

.work-related_infos {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block {
  color: #474747;
  font-size: .875rem;
  font-weight: 500;
}

.pill_wrap {
  z-index: 5;
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #e7e6e0;
  border-radius: 15rem;
  justify-content: center;
  align-items: center;
  padding: .35rem 1.125rem;
  display: flex;
}

.work-related_img {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: .75rem;
  width: 100%;
}

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

.post-header_image-wrap {
  border-radius: var(--border-radius--small);
  width: 100%;
  overflow: clip;
}

.post-header_image {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  position: static;
}

.post-header_infos {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-color-grey-400 {
  color: var(--_colors---grey--400);
}

.text-rich-text_legal {
  line-height: 1.5;
}

.text-rich-text_legal figure {
  margin-bottom: 3rem;
}

.text-rich-text_legal h2 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--2rem);
}

.text-rich-text_legal p {
  margin-bottom: var(--fixed--2-5rem);
  line-height: 1.5;
}

.text-rich-text_legal h4, .text-rich-text_legal h3 {
  margin-bottom: var(--fixed--1-5rem);
  font-size: var(--fixed--1-75rem);
}

.text-rich-text_legal h6 {
  margin-bottom: var(--fixed--1rem);
  font-size: var(--fixed--1-25rem);
}

.text-rich-text_legal blockquote {
  margin-top: 3rem;
  margin-bottom: 3rem;
  padding-left: 4rem;
  font-weight: 500;
}

.text-rich-text_legal h1 {
  font-size: var(--fixed--4rem);
  margin-bottom: 1.5rem;
}

.text-rich-text_legal h5 {
  margin-bottom: var(--fixed--1rem);
  font-size: var(--fixed--1-5rem);
}

.text-rich-text_legal ul, .text-rich-text_legal ol {
  margin-bottom: var(--fixed--1-5rem);
}

.instructions_rich-text {
  line-height: 1.5;
}

.instructions_rich-text h2 {
  border-left: 3px solid #b6b4ad;
  margin-top: 3rem;
  margin-bottom: 2.25rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  padding-left: 1.5rem;
  font-size: 1.75rem;
}

.instructions_rich-text h1 {
  margin-bottom: 1.5rem;
  font-size: 4rem;
}

.instructions_rich-text p {
  margin-bottom: 2rem;
  line-height: 1.5;
}

.instructions_rich-text figcaption {
  color: #6b6b6b;
  margin-top: .75rem;
  font-size: .875rem;
  font-weight: 400;
}

.instructions_rich-text code {
  font-family: var(--_typography---font-family--primary);
  color: var(--_colors---primary--white);
  background-color: #037ff1;
  border-radius: .25rem;
  padding-left: 4px;
  padding-right: 4px;
  display: inline-block;
}

.instructions_rich-text ul {
  margin-top: -.5rem;
  margin-bottom: 2rem;
}

.instructions_rich-text h5 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
}

.instructions_rich-text ol {
  margin-bottom: 2.5rem;
}

.instructions_rich-text h4 {
  margin-bottom: 1.5rem;
  font-size: 1.75rem;
}

.instructions_rich-text figure {
  margin-bottom: 3rem;
}

.instructions_rich-text h6 {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}

.instructions_rich-text a {
  color: #2d62ff;
  background-color: #dfeaff;
  background-image: url('../images/link.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: .75rem;
  border-radius: .5rem;
  padding: .125rem .5rem .125rem 1.65rem;
  font-weight: 500;
  display: inline-block;
}

.instructions_rich-text h3 {
  border-bottom: 1px dotted #6b6b6b;
  margin-top: 2.5rem;
  margin-bottom: 1.5rem;
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.instructions_rich-text blockquote {
  outline-offset: 4px;
  background-color: #a3c9e542;
  border-radius: .5rem;
  outline: 1px dashed #0073ff;
  margin-top: 2rem;
  margin-bottom: 2.5rem;
  padding: 1.5rem;
  font-size: 1rem;
}

.instructions_rich-text img {
  border-radius: 1rem;
}

.instructions_rich-text pre {
  margin-bottom: var(--fixed--1-125rem);
  border-radius: var(--fixed--0-5rem);
}

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

.resources_font-3 {
  font-family: var(--_typography---font-family--detail);
  font-size: var(--fixed--5rem);
  line-height: 1;
  font-weight: var(--_typography---font-weight--regular);
}

.work-list_block-copy {
  perspective: 100vw;
  transform: none;
}

.spacing {
  padding-bottom: 140px;
}

.style-inner-ttile-box {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.nav-button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  display: flex;
}

.style-container {
  max-width: 1274px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.style-scale-category-box {
  justify-content: flex-start;
  align-items: center;
}

.typography-wrap {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: column;
  display: flex;
}

.typography-content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.secondary-button {
  background-color: #000;
  border-radius: 8px;
  padding: 14px 20px;
}

.secondary-button.full-radius {
  border-radius: 40px;
}

.short-description-regular {
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.short-description-regular.white {
  color: #000;
}

.color-wrap {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  display: flex;
}

.inter-tight-description-box {
  max-width: 400px;
}

.secondary-button-text-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.primary-button {
  z-index: 1;
  background-color: #8aebfc;
  border-radius: 6px;
  padding: 8px 16px;
  text-decoration: none;
  position: relative;
}

.primary-button.style-guide {
  background-color: #000;
  padding-left: 16px;
  padding-right: 16px;
}

.nav-button-hover-text {
  color: #090910;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
}

.color-right-box {
  margin-top: 8px;
}

.color-code-box {
  color: #000410;
  background-color: #f3f3f3;
  border-radius: 40px;
  padding: 10px 16px;
  position: absolute;
  bottom: 18px;
  left: 18px;
}

.section {
  padding-top: 90px;
  padding-bottom: 90px;
}

.section.utlity {
  padding-top: 228px;
}

.section.license {
  padding-top: 30px;
  padding-bottom: 110px;
}

.nav-button-text {
  z-index: 1;
  color: #090910;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.font-size {
  font-size: 22px;
}

.primary-button-icon {
  z-index: 1;
  color: #fff;
  position: relative;
}

.style-category-grid-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Inter VF, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  display: flex;
}

.inter-tight-wrap {
  max-width: 154px;
}

.primary-button-icon-box {
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 28px;
  min-width: 28px;
  height: 28px;
  min-height: 28px;
  display: flex;
}

.color-card {
  min-height: 315px;
}

.color-card.abyss-blue {
  background-color: #000410;
}

.color-card.sky-blue {
  background-color: #8aebfc;
}

.color-card.strock-color {
  background-color: #1d2535;
}

.color-card.white {
  background-color: #fff;
}

.color-card.white-copy {
  background-image: linear-gradient(103deg, #fff, #8aebfc);
}

.color-card.alate-gray {
  background-color: #80848a;
}

.color-card.absidian-blue {
  background-color: #0b0e19;
}

.description {
  font-weight: 400;
}

.description.white {
  color: #000;
}

.short-description-2 {
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.short-description-2.inter-tight {
  color: #909090;
}

.style-category-tob-box {
  border-radius: 12px;
  margin-bottom: 9px;
  padding: 24px 18px;
}

.style-category-tob-box.secondary-color {
  color: #fff;
  background-color: #151b27;
}

.style-single-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.style-single-wrap.color {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.utlity-container {
  max-width: 1278px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.color-card-wrap {
  position: relative;
}

.color-card-wrap.border {
  border: 1px solid #444;
}

.nav-button-text-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.utlity-page-title {
  font-size: 150px;
}

.dot {
  background-color: #8aebfc;
  border-radius: 50%;
  width: 8px;
  min-width: 8px;
  height: 8px;
  min-height: 8px;
}

.single-button-box {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-wrap {
  grid-column-gap: 130px;
  grid-row-gap: 130px;
  flex-flow: column;
  display: flex;
}

.secondary-button-text {
  z-index: 1;
  color: #fff;
  font-size: 16px;
  font-weight: 500;
  position: relative;
}

.primary-button-hover-icon {
  position: absolute;
}

.style-category-box {
  justify-content: space-between;
  align-items: stretch;
}

.medium-description {
  font-size: 20px;
}

.medium-description.white {
  color: #fff;
}

.typography-bottom-left-box {
  grid-column-gap: 55px;
  grid-row-gap: 55px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.utlity-page-wrappers {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.small-description-regular {
  color: #202020;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
}

.small-description-regular.white {
  color: #000;
}

.style-size-box {
  color: #000;
  justify-content: flex-start;
  align-items: center;
}

.color-grid-box-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.color-grid-box-wrap.two {
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
}

.style-wrapper {
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
}

.primary-button-text-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inter-tight-title {
  font-size: 70px;
  font-weight: 600;
}

.primary-button-icon-wrap {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.small-description {
  font-size: 16px;
  font-weight: 500;
  line-height: 140%;
}

.small-description.white {
  color: #000;
}

.short-description {
  color: #80848a;
  font-size: 18px;
  font-weight: 400;
}

.short-description.white {
  color: #fff;
}

.primary-button-text {
  z-index: 1;
  color: #fff;
  position: relative;
}

.style-color-box-wrapper {
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.secondary-button-hover-text {
  color: #090910;
  font-size: 16px;
  font-weight: 500;
  position: absolute;
}

.primary-button-hover-text {
  color: #011412;
  position: absolute;
}

.style-category-box-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.style-color-title {
  color: #000410;
  font-size: 14px;
  font-weight: 400;
}

.style-catagory-text {
  font-size: 22px;
  font-weight: 400;
  line-height: 26px;
}

.primary-button-content {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.style-sub-title {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.black-dot {
  background-color: #090910;
  border-radius: 50%;
  width: 10px;
  min-width: 10px;
  height: 10px;
  min-height: 10px;
}

.style-single-title.color {
  margin-bottom: 28px;
}

.style-guide-buttion-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.background-video {
  width: 100vw;
  min-width: 100vw;
  height: 100vh;
  min-height: 100vh;
  display: block;
  position: static;
  overflow: clip;
}

.section-2 {
  padding-bottom: 106px;
}

.text-style-label-2 {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: .875rem;
  font-weight: 500;
}

.heading-style-h3-2 {
  letter-spacing: -.02em;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 105%;
}

.line-2 {
  border-top: 1px dotted #6b6b6b;
  width: 100%;
  height: 1px;
}

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

.work-final_img-wrap {
  aspect-ratio: 2;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  overflow: clip;
}

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

.padding-global-2 {
  padding-left: 3rem;
  padding-right: 3rem;
}

.padding-global-2.is-tiny {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.work-header_img-wrap-2 {
  aspect-ratio: 2;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  overflow: clip;
}

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

.case-content_image-wrap-2 {
  aspect-ratio: 3 / 2;
  border-radius: 1.5rem;
  width: 100%;
  position: relative;
  overflow: clip;
}

.work-related_img-2 {
  aspect-ratio: 2;
  object-fit: cover;
  border-radius: .75rem;
}

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

.padding-section-medium-2 {
  padding-top: 8rem;
}

.work-content_heading-2 {
  letter-spacing: -.02em;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 110%;
}

/* Utility: smaller variant used on point-cloud results heading */
.work-content_heading-2.is-small {
  font-size: 1.75rem;
}

.main-wrapper-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  height: 100vh;
  display: grid;
  overflow: hidden;
}

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

.matrix-animation_component {
  display: block;
  position: absolute;
  inset: 0%;
}

.container-13 {
  z-index: 10;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #0000;
  border: 1px solid #303030;
  border-radius: 20px;
  max-width: 400px;
  padding: 40px;
  position: relative;
  box-shadow: 0 5px 20px #0003;
}

.h1 {
  color: #000;
  margin-top: 0;
  font-weight: 500;
}

.p {
  color: #000;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.6;
}

.button-11 {
  color: #fff;
  background-color: #000;
  border-radius: 50px;
  padding: 13px 30px;
}

@media screen and (max-width: 991px) {
  body {
    --fixed--1rem: 1rem;
    --fixed--0rem: 0rem;
    --fixed--2-5rem: 2.5rem;
    --fixed--1-25rem: 1.25rem;
    --fixed--1-125rem: 1.125rem;
    --border-radius--xsmall: var(--fixed--0-25rem);
    --fixed--1-5rem: 1.5rem;
    --fixed--0-875rem: .875rem;
    --spacer--xxhuge: var(--fixed--12rem);
    --fixed--2rem: 2rem;
    --spacer--custom-1: var(--fixed--1-25rem);
    --fixed--4rem: 4rem;
    --fixed--3rem: 3rem;
    --fixed--1-75rem: 1.75rem;
    --spacer--custom-3: var(--fixed--2-5rem);
    --section--medium: var(--fixed--7rem);
    --section--xsmall: var(--fixed--2-75rem);
    --section--large: var(--fixed--8rem);
    --fixed--6-5rem: 6.5rem;
    --fixed--2-25rem: 2.25rem;
    --spacer--tiny: var(--fixed--0-125rem);
    --spacer--medium: var(--fixed--2rem);
    --spacer--custom-2: var(--fixed--1-5rem);
    --fixed--5rem: 5rem;
    --fixed--2-75rem: 2.75rem;
    --fixed--0-5rem: .5rem;
    --spacer--xhuge: var(--fixed--8rem);
    --fixed--0-75rem: .75rem;
    --section--small: var(--fixed--5rem);
    --spacer--small: var(--fixed--1rem);
    --section--xxlarge: var(--fixed--10rem);
    --fixed--7rem: 7rem;
    --spacer--xxlarge: var(--fixed--4rem);
    --spacer--xlarge: var(--fixed--4rem);
    --section--xlarge: var(--fixed--9rem);
    --spacer--xsmall: var(--fixed--0-5rem);
    --spacer--xxsmall: var(--fixed--0-25rem);
    --spacer--huge: var(--fixed--6rem);
    --spacer--large: var(--fixed--3rem);
    --fixed--3-5rem: 3.5rem;
    --border-radius--large: var(--fixed--0-75rem);
    --fixed--8rem: 8rem;
    --border-radius--small: var(--fixed--0-5rem);
    --border-radius--ultra: var(--fixed--1-5rem);
    --border-radius--xhuge: var(--fixed--0-875rem);
    --fixed--0-125rem: .125rem;
    --fixed--0-25rem: .25rem;
    --fixed--4-5rem: 4.5rem;
    --border-radius--xlarge: var(--fixed--0-75rem);
    --fixed--5-5rem: 5.5rem;
    --border-radius--huge: var(--fixed--0-875rem);
    --border-radius--medium: var(--fixed--0-5rem);
    --fixed--9rem: 9rem;
    --fixed--15rem: 15rem;
    --border-radius--xxhuge: var(--fixed--1-25rem);
    --fixed--6rem: 6rem;
    --fixed--10rem: 10rem;
    --fixed--11rem: 11rem;
    --fixed--12rem: 12rem;
    --fixed--13rem: 13rem;
    --fixed--14rem: 14rem;
    --fixed--16rem: 16rem;
    --border-radius--tiny: var(--fixed--0-125rem);
    --border-radius--xxsmall: var(--fixed--0-25rem);
    --border-radius--xxlarge: var(--fixed--0-875rem);
    --_typography---font-family--primary: "Inter VF", Arial, sans-serif;
    --_typography---font-weight--regular: 400;
    --_typography---h1--font-family: var(--_typography---font-family--primary);
    --_typography---h1--font-size: var(--fixed--5rem);
    --_typography---h1--line-height: 95%;
    --_typography---h1--font-weight: var(--_typography---font-weight--semibold);
    --_typography---h1--letter-spacing: -.02em;
    --_typography---h2--font-family: var(--_typography---font-family--primary);
    --_typography---h2--font-size: var(--fixed--4rem);
    --_typography---h2--font-weight: var(--_typography---font-weight--semibold);
    --_typography---h2--letter-spacing: -.02em;
    --_typography---h3--font-family: var(--_typography---font-family--primary);
    --_typography---h3--font-size: var(--fixed--3rem);
    --_typography---h3--line-height: 100%;
    --_typography---h3--font-weight: var(--_typography---font-weight--semibold);
    --_typography---h3--letter-spacing: -.02em;
    --_typography---h4--font-family: var(--_typography---font-family--primary);
    --_typography---h4--font-size: var(--fixed--2-5rem);
    --_typography---h4--line-height: 110%;
    --_typography---h4--font-weight: var(--_typography---font-weight--semibold);
    --_typography---h4--letter-spacing: -.02em;
    --_typography---h5--font-family: var(--_typography---font-family--primary);
    --_typography---h5--font-size: var(--fixed--2rem);
    --_typography---h5--line-height: 115%;
    --_typography---h5--font-weight: var(--_typography---font-weight--semibold);
    --_typography---h5--letter-spacing: -.02em;
    --_typography---h6--font-family: var(--_typography---font-family--primary);
    --_typography---h6--font-size: var(--fixed--1-5rem);
    --_typography---h6--line-height: 120%;
    --_typography---h6--font-weight: var(--_typography---font-weight--semibold);
    --_typography---h6--letter-spacing: -.02em;
    --_typography---font-family--secondary: "BDO Grotesk VF", Arial, sans-serif;
    --_typography---font-weight--semibold: 600;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--thin: 100;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--bold: 700;
    --_typography---font-family--detail: "Roboto Mono VF", Arial, sans-serif;
    --_typography---font-weight--black: 900;
    --_typography---font-weight--extra-light: 200;
    --_typography---h2--line-height: 105%;
  }

  .resources_heading {
    font-size: 1.25rem;
  }

  .icon-height-xlarge {
    height: var(--fixed--3rem);
  }

  .text-rich-text h2 {
    font-size: var(--fixed--2rem);
  }

  .text-rich-text h4, .text-rich-text h3 {
    font-size: var(--fixed--1-75rem);
  }

  .text-rich-text h6 {
    font-size: var(--fixed--1-25rem);
  }

  .text-rich-text h1 {
    font-size: var(--fixed--3rem);
  }

  .text-rich-text h5 {
    font-size: var(--fixed--1-5rem);
  }

  .padding-section-medium.is-tablet-xsmall {
    padding-top: var(--section--xsmall);
  }

  .padding-section-medium.is-tablet-large {
    padding-top: var(--section--large);
  }

  .padding-section-medium.is-tablet-xxsmall {
    padding-top: var(--fixed--2-25rem);
  }

  .text-size-medium {
    font-size: var(--fixed--1rem);
  }

  .spacer-medium.is-tablet-smaller {
    padding-top: var(--fixed--1-5rem);
  }

  .resources_component {
    grid-column-gap: var(--fixed--4rem);
    grid-row-gap: var(--fixed--4rem);
  }

  .resources_item-content {
    grid-row-gap: var(--fixed--0-5rem);
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .padding-global, .padding-global.is-tiny.tablet-bigger, .padding-global.is-small {
    padding-right: var(--fixed--2-25rem);
    padding-left: var(--fixed--2-25rem);
  }

  .padding-section-large.is-tablet-small {
    padding-top: var(--section--small);
  }

  .text-size-large {
    font-size: var(--fixed--1-125rem);
  }

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

  .spacer-xlarge.is-tablet-medium {
    padding-top: var(--spacer--medium);
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h3.is-tablet-h4 {
    font-family: var(--_typography---h4--font-family);
    font-size: var(--_typography---h4--font-size);
    line-height: var(--_typography---h4--line-height);
    font-weight: var(--_typography---h4--font-weight);
    letter-spacing: var(--_typography---h4--letter-spacing);
  }

  .container-medium {
    max-width: none;
  }

  .hide-tablet {
    display: none;
  }

  .spacer-huge {
    padding-top: 5rem;
  }

  .container-large {
    max-width: none;
  }

  .spacer-large.is-tablet-smaller {
    padding-top: var(--fixed--1-75rem);
  }

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

  .navbar_links {
    display: none;
  }

  .home-header_subhead {
    font-size: var(--fixed--2-5rem);
    -webkit-text-stroke-width: 0px;
  }

  .home-header_words-wrap {
    height: 3.2rem;
    margin-top: 0;
  }

  .note-marquee_component {
    display: none;
  }

  .menu {
    width: 100vw;
    display: none;
  }

  .menu_legal-link {
    padding-bottom: 0;
  }

  .head-grid {
    grid-column-gap: var(--fixed--2rem);
    grid-row-gap: var(--fixed--2rem);
    flex-flow: column;
    display: flex;
  }

  .heading-style-display {
    font-size: var(--fixed--6-5rem);
  }

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

  .work-list_list {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .work-list_link {
    height: auto;
  }

  .home-grid_component {
    grid-template-columns: 1fr;
  }

  .home-grid_chat, .home-grid_pricing {
    aspect-ratio: 16 / 9;
  }

  .home-services_item {
    grid-column-gap: var(--fixed--1-25rem);
    grid-row-gap: var(--fixed--1-25rem);
    position: relative;
    top: auto;
  }

  .home-services_title {
    font-size: 1rem;
  }

  .button-underline {
    font-size: 1.125rem;
  }

  .home-about_component {
    grid-column-gap: var(--fixed--3rem);
    grid-row-gap: var(--fixed--3rem);
    flex-flow: column;
    display: flex;
  }

  .home-about_video-wrap {
    padding: var(--fixed--3rem);
    grid-column-gap: var(--fixed--2rem);
    grid-row-gap: var(--fixed--2rem);
    aspect-ratio: auto;
    flex-flow: column;
    order: 1;
  }

  .home-about_content-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 0;
  }

  .home-about_quote-wrap {
    width: 100%;
    max-width: none;
  }

  .home-about_logo {
    position: relative;
    bottom: auto;
  }

  .showreel_wrap {
    padding: var(--fixed--0-75rem);
    height: auto;
  }

  .showreel_img-wrap {
    border-radius: var(--border-radius--huge);
  }

  .showreel_heading {
    -webkit-text-stroke-width: 0px;
    font-size: 3rem;
    display: none;
  }

  .showreel_play-text {
    font-size: var(--fixed--2-5rem);
    -webkit-text-stroke-width: 0px;
  }

  .showreel_lightbox {
    padding: var(--fixed--0rem);
    aspect-ratio: 2;
    height: auto;
  }

  .showreel_sticky {
    height: auto;
    position: relative;
    top: auto;
  }

  .showreel_img {
    width: 100%;
    min-width: auto;
    height: 100%;
    min-height: auto;
  }

  .showreel_scroll-note {
    display: none;
  }

  .showreel_play-icon-wrap {
    width: var(--fixed--3-5rem);
  }

  .showreel_play-icon {
    width: .75rem;
  }

  .testimonials_main {
    flex-flow: column;
    grid-template-rows: auto auto;
    display: flex;
  }

  .testimonials_main-wrap {
    padding: var(--fixed--2rem);
  }

  .number_desc {
    font-size: var(--fixed--1rem);
  }

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

  .testimonials_card {
    padding: var(--fixed--2rem);
    grid-column-gap: var(--fixed--2-5rem);
    grid-row-gap: var(--fixed--2-5rem);
  }

  .testimonials_data-items {
    grid-column-gap: var(--fixed--1rem);
    grid-row-gap: var(--fixed--1rem);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .testimonials_data-bar {
    margin-top: auto;
  }

  .number_number {
    font-size: var(--fixed--5rem);
  }

  .testimonials_numbers-main {
    grid-column-gap: var(--fixed--2-5rem);
    grid-row-gap: var(--fixed--2-5rem);
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .pricing_heading {
    font-size: 26vw;
  }

  .pricing_blocks {
    margin-top: -3.5rem;
  }

  .pricing_block {
    padding: var(--fixed--3-5rem) var(--fixed--2-5rem) var(--fixed--2-5rem);
    grid-column-gap: var(--fixed--2rem);
    grid-row-gap: var(--fixed--2rem);
  }

  .pricing_detail {
    font-size: var(--fixed--0-75rem);
  }

  .pricing_feature-text, .pricing_divider-label {
    font-size: var(--fixed--0-875rem);
  }

  .pricing_plan-name {
    font-size: var(--fixed--1-75rem);
  }

  .faq_component {
    display: block;
  }

  .faq_content {
    max-width: none;
  }

  .faq_answer-spacing {
    height: 1.25rem;
    min-height: 1.25rem;
  }

  .faq_question-wrap {
    grid-template-columns: 5.65302% 1fr 5%;
  }

  .faq_img-wrap {
    display: none;
  }

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

  .blog-list_block.v2 {
    place-items: stretch stretch;
  }

  .blog-list_img-wrap {
    aspect-ratio: auto;
  }

  .blog-list_texts {
    width: 100%;
  }

  .cta_component {
    min-height: auto;
  }

  .footer_links-groups {
    grid-column-gap: 4.5rem;
    grid-row-gap: 4.5rem;
    width: 100%;
  }

  .footer_brand {
    font-size: 25vw;
  }

  .footer_component {
    grid-column-gap: var(--fixed--1-5rem);
    grid-row-gap: var(--fixed--1-5rem);
  }

  .footer_copyright {
    font-weight: 500;
  }

  .footer_wrap {
    grid-column-gap: var(--fixed--3-5rem);
    grid-row-gap: var(--fixed--3-5rem);
    padding-top: 2.25rem;
    padding-bottom: 1rem;
  }

  .footer_legal-wrap {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_legal-divider {
    width: 100%;
    height: 1px;
    display: none;
  }

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

  .footer_legal-links {
    place-items: end center;
  }

  .footer_secondary {
    grid-column-gap: var(--fixed--0-875rem);
    grid-row-gap: var(--fixed--0-875rem);
    width: 100%;
  }

  .section_about-header {
    min-height: auto;
  }

  .about-header_component {
    grid-column-gap: var(--fixed--2rem);
    grid-row-gap: var(--fixed--2rem);
    position: relative;
  }

  .about-header_headings {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    position: relative;
  }

  .about-header_imgs {
    border-radius: 2vw;
    width: 40vw;
    height: auto;
  }

  .about-header_infos {
    margin-top: var(--fixed--2-75rem);
    position: relative;
    inset: auto;
  }

  .about-header_imgs-wrapper {
    position: relative;
    right: auto;
  }

  .about-header_location {
    display: none;
  }

  .about_component {
    min-height: auto;
  }

  .about_block {
    width: 100%;
    max-width: none;
    margin-left: auto;
    margin-right: auto;
  }

  .about_quote {
    font-size: var(--fixed--1-125rem);
  }

  .team_component {
    grid-column-gap: var(--fixed--2-5rem);
    grid-row-gap: var(--fixed--2-5rem);
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    height: auto;
    max-height: none;
    display: flex;
  }

  .team_imgs-wrap {
    height: auto;
    position: relative;
    top: auto;
    transform: none;
  }

  .team_content-items.is-inverted {
    grid-column-gap: var(--fixed--1-5rem);
    grid-row-gap: var(--fixed--1-5rem);
    width: 100%;
    padding-left: 0;
    display: none;
    position: relative;
    inset: auto;
  }

  .team_content-items.is-left {
    width: 100%;
    padding-right: 0;
    display: none;
    position: relative;
    bottom: auto;
  }

  .team_img-wrap {
    width: 20%;
    display: none;
  }

  .team_img-wrap.is-first {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .team_img-wrap.is-second {
    left: 3%;
  }

  .team_img-wrap.is-fifth {
    right: 5%;
  }

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

  .approach_items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .blog-list_texts-v2 {
    padding-top: var(--fixed--2rem);
    padding-right: var(--fixed--1rem);
    padding-bottom: var(--fixed--2rem);
    width: 100%;
  }

  .blog-list_item-block:hover {
    box-shadow: none;
    border-color: #3c3c3f29;
    transform: none;
  }

  .projects-list_block {
    height: auto;
  }

  .projects-list_block-wrapper {
    height: auto;
    position: relative;
    top: auto;
  }

  .projects-list_image {
    aspect-ratio: 3 / 2;
    width: 100%;
    min-width: 100%;
    height: 100%;
    min-height: 100%;
  }

  .work-list_list-v2 {
    grid-column-gap: var(--fixed--0-75rem);
    grid-row-gap: var(--fixed--0-75rem);
    flex-flow: column;
    display: flex;
  }

  .work-list_list-v3 {
    grid-column-gap: var(--fixed--3-5rem);
    grid-row-gap: var(--fixed--3-5rem);
    flex-flow: column;
    display: flex;
  }

  .contact-header_text {
    font-size: 8rem;
  }

  .contact-form_label-wrap {
    padding-top: 1.25rem;
    padding-bottom: 1.25rem;
  }

  .contact_grid {
    grid-row-gap: 3rem;
    grid-template-columns: .75fr 1fr 1fr;
  }

  .contact_head {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact_component-v2 {
    grid-row-gap: 3.5rem;
  }

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

  .work-content_head {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
  }

  .case-content_imgs-list {
    grid-column-gap: var(--fixed--2-25rem);
    grid-row-gap: var(--fixed--2-25rem);
  }

  .work-content_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 100%;
    position: relative;
    top: auto;
  }

  .case-content_final {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .work_img-wrap, .work-header_img-wrap {
    aspect-ratio: auto;
  }

  .work_img {
    position: relative;
  }

  .work-content_grid {
    flex-flow: column;
    display: flex;
  }

  .work-header_img {
    position: relative;
  }

  .work-content_heading {
    font-size: var(--fixed--2rem);
  }

  .work-header_infos {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .text-rich-text_legal h2 {
    font-size: var(--fixed--2rem);
  }

  .text-rich-text_legal h4, .text-rich-text_legal h3 {
    font-size: var(--fixed--1-75rem);
  }

  .text-rich-text_legal h6 {
    font-size: var(--fixed--1-25rem);
  }

  .text-rich-text_legal h1 {
    font-size: var(--fixed--3rem);
  }

  .text-rich-text_legal h5 {
    font-size: var(--fixed--1-5rem);
  }

  .instructions_rich-text h1 {
    font-size: 3rem;
  }

  .instructions_rich-text h5 {
    font-size: 1.5rem;
  }

  .instructions_rich-text h4 {
    font-size: 1.75rem;
  }

  .instructions_rich-text h6 {
    font-size: 1.25rem;
  }

  .nav-button.desktops {
    display: none;
  }

  .typography-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .color-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .color-right-box {
    width: 100%;
  }

  .section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section.utlity {
    padding-top: 200px;
  }

  .section.license {
    padding-bottom: 90px;
  }

  .style-category-grid-box {
    grid-template-columns: minmax(30%, 1fr) minmax(26%, 1fr) minmax(23%, .75fr) minmax(15px, 1fr);
  }

  .style-category-tob-box.secondary-color {
    margin-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-single-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .utlity-page-title {
    font-size: 90px;
  }

  .style-wrap {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .style-category-box {
    padding-top: 30px;
    padding-bottom: 25px;
  }

  .color-grid-box-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .style-color-box-wrapper {
    flex-flow: column;
  }

  .style-guide-buttion-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .heading-style-h3-2 {
    -webkit-text-stroke-width: 0px;
  }

  .work-final_img-wrap {
    aspect-ratio: auto;
  }

  .padding-section-large-2.is-tablet-smaller {
    padding-top: 3rem;
  }

  .padding-global-2 {
    padding-left: 2.25rem;
    padding-right: 2.25rem;
  }

  .work-header_img-wrap-2 {
    aspect-ratio: auto;
  }

  .work-final_img {
    position: relative;
  }

  .padding-section-medium-2.is-tablet-smaller {
    padding-top: 3rem;
  }

  .work-content_heading-2 {
    font-size: 1.75rem;
  }
}

@media screen and (max-width: 767px) {
  body {
    --fixed--1rem: 1rem;
    --fixed--0rem: 0rem;
    --fixed--2-5rem: 2.5rem;
    --fixed--1-25rem: 1.25rem;
    --fixed--1-125rem: 1.125rem;
    --border-radius--xsmall: var(--fixed--0-25rem);
    --fixed--1-5rem: 1.5rem;
    --fixed--0-875rem: .875rem;
    --spacer--xxhuge: var(--fixed--6rem);
    --fixed--2rem: 2rem;
    --spacer--custom-1: var(--fixed--1-125rem);
    --fixed--4rem: 4rem;
    --fixed--3rem: 3rem;
    --fixed--1-75rem: 1.75rem;
    --spacer--custom-3: var(--fixed--2rem);
    --section--medium: var(--fixed--5rem);
    --section--xsmall: var(--fixed--2-25rem);
    --section--large: var(--fixed--5rem);
    --fixed--6-5rem: 6.5rem;
    --fixed--2-25rem: 2.25rem;
    --spacer--tiny: var(--fixed--0-125rem);
    --spacer--medium: var(--fixed--1-5rem);
    --spacer--custom-2: var(--fixed--1-125rem);
    --fixed--5rem: 5rem;
    --fixed--2-75rem: 2.75rem;
    --fixed--0-5rem: .5rem;
    --spacer--xhuge: var(--fixed--6rem);
    --fixed--0-75rem: .75rem;
    --section--small: var(--fixed--3rem);
    --spacer--small: var(--fixed--1rem);
    --section--xxlarge: var(--fixed--5rem);
    --fixed--7rem: 7rem;
    --spacer--xxlarge: var(--fixed--3rem);
    --spacer--xlarge: var(--fixed--3rem);
    --section--xlarge: var(--fixed--5rem);
    --spacer--xsmall: var(--fixed--0-5rem);
    --spacer--xxsmall: var(--fixed--0-25rem);
    --spacer--huge: var(--fixed--5rem);
    --spacer--large: var(--fixed--2rem);
    --fixed--3-5rem: 3.5rem;
    --border-radius--large: var(--fixed--0-75rem);
    --fixed--8rem: 8rem;
    --border-radius--small: var(--fixed--0-5rem);
    --border-radius--ultra: var(--fixed--1-25rem);
    --border-radius--xhuge: var(--fixed--0-875rem);
    --fixed--0-125rem: .125rem;
    --fixed--0-25rem: .25rem;
    --fixed--4-5rem: 4.5rem;
    --border-radius--xlarge: var(--fixed--0-75rem);
    --fixed--5-5rem: 5.5rem;
    --border-radius--huge: var(--fixed--0-875rem);
    --border-radius--medium: var(--fixed--0-5rem);
    --fixed--9rem: 9rem;
    --fixed--15rem: 15rem;
    --border-radius--xxhuge: var(--fixed--1rem);
    --fixed--6rem: 6rem;
    --fixed--10rem: 10rem;
    --fixed--11rem: 11rem;
    --fixed--12rem: 12rem;
    --fixed--13rem: 13rem;
    --fixed--14rem: 14rem;
    --fixed--16rem: 16rem;
    --border-radius--tiny: var(--fixed--0-125rem);
    --border-radius--xxsmall: var(--fixed--0-25rem);
    --border-radius--xxlarge: var(--fixed--0-875rem);
    --_typography---font-family--primary: "Inter VF", Arial, sans-serif;
    --_typography---font-weight--regular: 400;
    --_typography---h1--font-family: var(--_typography---font-family--primary);
    --_typography---h1--font-size: var(--fixed--3rem);
    --_typography---h1--line-height: 95%;
    --_typography---h1--font-weight: var(--_typography---font-weight--semibold);
    --_typography---h1--letter-spacing: -.02em;
    --_typography---h2--font-family: var(--_typography---font-family--primary);
    --_typography---h2--font-size: var(--fixed--2-5rem);
    --_typography---h2--font-weight: var(--_typography---font-weight--semibold);
    --_typography---h2--letter-spacing: -.02em;
    --_typography---h3--font-family: var(--_typography---font-family--primary);
    --_typography---h3--font-size: var(--fixed--2-25rem);
    --_typography---h3--line-height: 100%;
    --_typography---h3--font-weight: var(--_typography---font-weight--semibold);
    --_typography---h3--letter-spacing: -.02em;
    --_typography---h4--font-family: var(--_typography---font-family--primary);
    --_typography---h4--font-size: var(--fixed--1-75rem);
    --_typography---h4--line-height: 110%;
    --_typography---h4--font-weight: var(--_typography---font-weight--semibold);
    --_typography---h4--letter-spacing: -.02em;
    --_typography---h5--font-family: var(--_typography---font-family--primary);
    --_typography---h5--font-size: var(--fixed--1-5rem);
    --_typography---h5--line-height: 115%;
    --_typography---h5--font-weight: var(--_typography---font-weight--semibold);
    --_typography---h5--letter-spacing: -.02em;
    --_typography---h6--font-family: var(--_typography---font-family--primary);
    --_typography---h6--font-size: var(--fixed--1-25rem);
    --_typography---h6--line-height: 120%;
    --_typography---h6--font-weight: var(--_typography---font-weight--semibold);
    --_typography---h6--letter-spacing: -.02em;
    --_typography---font-family--secondary: "BDO Grotesk VF", Arial, sans-serif;
    --_typography---font-weight--semibold: 600;
    --_typography---font-weight--medium: 500;
    --_typography---font-weight--thin: 100;
    --_typography---font-weight--extra-bold: 800;
    --_typography---font-weight--light: 300;
    --_typography---font-weight--bold: 700;
    --_typography---font-family--detail: "Roboto Mono VF", Arial, sans-serif;
    --_typography---font-weight--black: 900;
    --_typography---font-weight--extra-light: 200;
    --_typography---h2--line-height: 105%;
  }

  blockquote {
    font-size: var(--fixed--1-125rem);
  }

  .resources_heading {
    padding-bottom: var(--fixed--0-875rem);
    font-size: 1.125rem;
  }

  .resources_items {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .resources_items.more-columns {
    grid-template-columns: 1fr 1fr;
  }

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

  .text-rich-text h2 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--1-5rem);
  }

  .text-rich-text p {
    margin-bottom: var(--fixed--1-75rem);
  }

  .text-rich-text h4 {
    margin-bottom: var(--fixed--1-125rem);
    font-size: var(--fixed--1-5rem);
  }

  .text-rich-text h3 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--1-5rem);
  }

  .text-rich-text h6 {
    font-size: var(--fixed--1-125rem);
  }

  .text-rich-text h1 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--2-5rem);
  }

  .text-rich-text h5 {
    font-size: var(--fixed--1-25rem);
  }

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

  .padding-section-medium.is-tablet-large.is-mobile-bigger {
    padding-top: var(--fixed--6-5rem);
  }

  .padding-section-medium.is-mobile-large {
    padding-top: var(--section--large);
  }

  .text-size-medium {
    font-size: var(--fixed--1rem);
  }

  .resources_section {
    grid-row-gap: var(--fixed--1-125rem);
  }

  .template-style-heading-split, .template-style-heading-split.margin-small {
    margin-left: .75rem;
    margin-right: .75rem;
  }

  .template-style-heading-split.margin-large {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .resources_component {
    grid-column-gap: var(--fixed--2-75rem);
    grid-row-gap: var(--fixed--2-75rem);
  }

  .resources_item-content {
    padding: var(--fixed--1-5rem);
  }

  .padding-global, .padding-global.is-tiny.tablet-bigger, .padding-global.is-small {
    padding-right: var(--fixed--1-5rem);
    padding-left: var(--fixed--1-5rem);
  }

  .text-size-large {
    font-size: var(--fixed--1rem);
  }

  .padding-section-xxlarge.is-mobile-larger {
    padding-top: var(--fixed--7rem);
  }

  .heading-style-h4 {
    -webkit-text-stroke-width: 0px;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .text-style-label {
    font-size: var(--fixed--0-75rem);
  }

  .padding-section-small.is-mobile-medium {
    padding-top: var(--section--medium);
  }

  .spacer-xlarge.is-mobile-medium {
    padding-top: var(--spacer--medium);
  }

  .heading-style-h3 {
    -webkit-text-stroke-width: 0px;
  }

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

  .resources_license-wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .section_home-header {
    min-height: auto;
  }

  .home-header_content {
    padding-right: var(--fixed--1-5rem);
    padding-bottom: var(--fixed--1-5rem);
    padding-left: var(--fixed--1-5rem);
    border-radius: var(--fixed--1rem);
  }

  .home-header_video {
    padding-bottom: var(--fixed--2rem);
  }

  .navbar_link {
    font-size: 2rem;
  }

  .navbar_brand {
    grid-column-gap: var(--fixed--0-875rem);
    grid-row-gap: var(--fixed--0-875rem);
  }

  .navbar_barcode {
    width: var(--fixed--2-5rem);
  }

  .home-header_contact {
    grid-column-gap: var(--fixed--0-5rem);
    grid-row-gap: var(--fixed--0-5rem);
  }

  .home-header_contact-pic {
    width: 4.15rem;
  }

  .home-header_contact-cta {
    font-size: var(--fixed--0-875rem);
  }

  .home-header_contact-text {
    font-size: .65rem;
  }

  .home-header_bottom {
    grid-column-gap: var(--fixed--1rem);
    grid-row-gap: var(--fixed--1rem);
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
  }

  .home-header_subheading {
    max-width: 14rem;
  }

  .home-header_subhead {
    font-size: var(--fixed--1-75rem);
    -webkit-text-stroke-width: 0px;
  }

  .home-header_words-wrap {
    height: 2.2rem;
  }

  .hamburger {
    margin-right: -.5rem;
  }

  .menu {
    display: none;
  }

  .menu_link-text {
    font-size: var(--fixed--1-75rem);
  }

  .menu_contact {
    aspect-ratio: 2;
    height: auto;
  }

  .button-line_space.blue-dark-36 {
    width: 1rem;
  }

  .menu_buttons {
    display: none;
  }

  .menu_legal-link {
    padding-bottom: .125rem;
    line-height: 1.2;
  }

  .menu_social {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .menu_close {
    width: var(--fixed--3-5rem);
  }

  .menu_close-icon {
    width: var(--fixed--0-875rem);
  }

  .head-grid {
    grid-column-gap: var(--fixed--1-25rem);
    grid-row-gap: var(--fixed--1-25rem);
  }

  .brands_item-logo-wrap {
    width: 12rem;
  }

  .heading-style-display {
    font-size: var(--fixed--4-5rem);
  }

  .work-list_list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-grid_team {
    padding: var(--fixed--2rem);
    aspect-ratio: 3 / 2;
  }

  .home-grid_chat {
    padding-right: var(--fixed--2rem);
    padding-bottom: var(--fixed--2rem);
    padding-left: var(--fixed--2rem);
    aspect-ratio: 3 / 2;
  }

  .home-grid_pricing {
    padding: var(--fixed--2rem);
  }

  .home-grid_chat-group._1 {
    max-width: none;
  }

  .home-services_item {
    padding-bottom: var(--fixed--2-25rem);
  }

  .home-services_img-wrap {
    width: 70%;
  }

  .home-services_service {
    font-size: var(--fixed--0-75rem);
  }

  .button-underline {
    font-size: 1rem;
  }

  .home-about_component {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .home-about_video-wrap {
    padding: var(--fixed--2rem);
    border-radius: 1rem;
  }

  .home-about_quote-wrap {
    padding-top: var(--fixed--2rem);
    padding-right: var(--fixed--2rem);
    padding-left: var(--fixed--2rem);
  }

  .home-about_logo {
    width: var(--fixed--5rem);
  }

  .progressive-blur_wrap {
    display: none;
  }

  .showreel_heading, .showreel_play-text {
    -webkit-text-stroke-width: 0px;
  }

  .testimonials_numbers-main {
    display: flex;
  }

  .pricing_blocks {
    flex-flow: column;
    margin-top: -3rem;
    display: flex;
  }

  .pricing_block {
    -webkit-backdrop-filter: blur(10px);
    backdrop-filter: blur(10px);
  }

  .faq_question {
    font-size: var(--fixed--1rem);
  }

  .faq_question-wrap {
    flex-flow: row;
    grid-template-columns: 5.65302% 1fr 6%;
  }

  .faq_accordion {
    padding: var(--fixed--1-25rem);
  }

  .faq_answer {
    font-size: var(--fixed--0-875rem);
  }

  .footer_links-groups {
    grid-column-gap: 2.25rem;
    grid-row-gap: 1.75rem;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    display: flex;
  }

  .footer_template-links {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .footer_lists {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_wrap {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .footer_social-icon {
    width: 1.25rem;
  }

  .footer_link-label {
    font-size: .875rem;
  }

  .footer_legal-divider {
    width: 1px;
    height: 1.5rem;
    display: none;
  }

  .footer_main {
    grid-template-rows: auto;
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
  }

  .footer_social {
    grid-column-gap: 1rem;
    justify-content: center;
    align-items: flex-start;
  }

  .footer_legal-links {
    grid-template-columns: 1fr .5fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .footer_group {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer_link {
    font-size: .75rem;
  }

  .footer_newsletter-button {
    border-radius: .75rem;
    padding-top: .875rem;
    padding-bottom: .875rem;
    font-size: .875rem;
  }

  .about-header_infos {
    margin-top: var(--fixed--1-5rem);
  }

  .about-header_globe {
    width: 1.25rem;
    height: 1.25rem;
  }

  .about-header_location-text {
    font-size: .75rem;
  }

  .about_block {
    padding-top: var(--fixed--2rem);
    padding-right: var(--fixed--2rem);
    padding-left: var(--fixed--2rem);
  }

  .about_quote {
    font-size: var(--fixed--1rem);
  }

  .team_component {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    height: auto;
    display: flex;
  }

  .team_heading {
    position: static;
    top: 0;
  }

  .team_imgs-wrap {
    transform: none;
  }

  .team_content-items.is-inverted {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .team_content-items.is-left {
    width: 100%;
    margin-bottom: 2.5rem;
    padding-right: 0;
    position: relative;
  }

  .team_img-wrap {
    flex: none;
    width: 45%;
    max-width: 11.25rem;
    position: static;
  }

  .team_img-wrap.is-third {
    position: absolute;
    inset: 0% 0% auto auto;
    transform: translate(53%, -95%);
  }

  .team_img-wrap.is-first {
    max-width: 11.25rem;
    margin-bottom: 0%;
    position: static;
    top: 0;
  }

  .team_img-wrap.is-second {
    position: absolute;
    top: 0%;
    left: 0%;
    transform: translate(-53%, -77%);
  }

  .team_img-wrap.is-fifth {
    position: absolute;
    inset: auto 0% 0% auto;
    transform: translate(17%, -35%);
  }

  .team_img-wrap.is-fourth {
    margin-top: 4.5rem;
    top: 121%;
    left: -9%;
    transform: translate(-90%);
  }

  .members_name {
    font-size: var(--fixed--1rem);
  }

  .blog-list_item-block {
    grid-row-gap: 2rem;
    aspect-ratio: auto;
    justify-content: space-between;
  }

  .blog-list_texts-v3 {
    grid-row-gap: 1rem;
  }

  .blog-list_bottom-wrap {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .projects-list_block {
    height: auto;
  }

  .projects-list_block-wrapper {
    height: 100%;
  }

  .projects-list_block-wrap {
    height: auto;
  }

  .work-list_name-v2 {
    top: 1rem;
    left: 1rem;
  }

  .work-list_infos-v2 {
    border-radius: .875rem;
  }

  .contact-header_text {
    font-size: 4rem;
  }

  .button-solid {
    border-radius: .75rem;
    padding-top: .875rem;
    padding-bottom: .875rem;
    font-size: .875rem;
  }

  .contact-form_field {
    height: 3.25rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .contact-form_field.is-message {
    height: 9rem;
  }

  .contact-form_form-block {
    border-radius: .5rem;
  }

  .contact-form_label-wrap {
    padding: .875rem 1rem;
  }

  .contact-form_checkbox-label {
    font-size: .875rem;
  }

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

  .contact_grid {
    grid-row-gap: 2rem;
  }

  .contact_component-v2 {
    grid-row-gap: 2.75rem;
  }

  .contact_content {
    max-width: none;
  }

  .contact_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .case-content_imgs-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .work-header_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .work-header_info-text {
    display: none;
  }

  .work-content_heading {
    -webkit-text-stroke-width: 0px;
    font-size: 1.5rem;
  }

  .work-header_infos {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
  }

  .post-header_infos {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .text-rich-text_legal h2 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--1-5rem);
  }

  .text-rich-text_legal p {
    margin-bottom: var(--fixed--1-75rem);
  }

  .text-rich-text_legal h4 {
    margin-bottom: var(--fixed--1-125rem);
    font-size: var(--fixed--1-5rem);
  }

  .text-rich-text_legal h3 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--1-5rem);
  }

  .text-rich-text_legal h6 {
    font-size: var(--fixed--1-125rem);
  }

  .text-rich-text_legal h1 {
    margin-bottom: var(--fixed--1-25rem);
    font-size: var(--fixed--2-5rem);
  }

  .text-rich-text_legal h5 {
    font-size: var(--fixed--1-25rem);
  }

  .instructions_rich-text h2 {
    border-left-width: 2px;
    margin-top: 1.25rem;
    margin-bottom: 1.25rem;
    padding-top: 1.125rem;
    padding-bottom: 1.125rem;
    padding-left: 1rem;
    font-size: 1.35rem;
  }

  .instructions_rich-text h1 {
    margin-bottom: 1.25rem;
    font-size: 2.5rem;
  }

  .instructions_rich-text p {
    margin-bottom: 1.75rem;
  }

  .instructions_rich-text h5 {
    font-size: 1.25rem;
  }

  .instructions_rich-text h4 {
    margin-bottom: 1.125rem;
    font-size: 1.25rem;
  }

  .instructions_rich-text figure {
    margin-bottom: 2rem;
  }

  .instructions_rich-text h6 {
    font-size: 1.125rem;
  }

  .instructions_rich-text h3 {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem;
    font-size: 1.125rem;
  }

  .typography-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .typography-content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .color-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .section.utlity {
    padding-top: 180px;
  }

  .section.license {
    padding-bottom: 60px;
  }

  .style-category-grid-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: minmax(auto, 1fr) minmax(auto, 1fr);
  }

  .style-category-tob-box.secondary-color {
    margin-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .style-single-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .utlity-page-title {
    font-size: 70px;
  }

  .style-wrap {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .typography-bottom-left-box {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .color-grid-box-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .style-guide-buttion-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-style-label-2 {
    letter-spacing: .05em;
  }

  .heading-style-h3-2 {
    -webkit-text-stroke-width: 0px;
  }

  .heading-style-h3-2.is-mobile-h4 {
    letter-spacing: -.02em;
    font-size: 2.75rem;
    font-weight: 500;
    line-height: 110%;
  }

  .padding-global-2 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section-medium-2.is-tablet-smaller {
    padding-top: 1.5rem;
  }

  .work-content_heading-2 {
    -webkit-text-stroke-width: 0px;
    font-size: 1.5rem;
  }

  .main-wrapper-7 {
    grid-template-columns: 100%;
    width: 100%;
  }

  .section_tip {
    align-items: center;
    overflow: auto;
  }
}

@media screen and (max-width: 479px) {
  .resources_items, .resources_items.more-columns {
    grid-template-columns: 1fr;
  }

  .padding-global.is-mobile-tiny {
    padding-right: var(--fixed--0-75rem);
    padding-left: var(--fixed--0-75rem);
  }

  .hide-mobile-portrait {
    display: none;
  }

  .padding-section-xsmall.is-mobile-smaller {
    padding-top: var(--fixed--1-25rem);
  }

  .padding-section-xsmall.is-mobile-small {
    padding-top: var(--fixed--1-5rem);
  }

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

  .resources_font-1 {
    font-size: 5rem;
  }

  .resources_license-wrap {
    grid-template-columns: 1fr 1fr;
  }

  .resources_licenses-links {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .resources_font-2 {
    font-size: 5rem;
  }

  .home-header_heading {
    font-size: 14vw;
  }

  .navbar_creative {
    display: none;
  }

  .home-header_services {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    display: none;
  }

  .home-header_bottom {
    grid-column-gap: var(--fixed--8rem);
    grid-row-gap: var(--fixed--8rem);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-style-display {
    font-size: var(--fixed--3-5rem);
  }

  .work-list_name {
    bottom: 1rem;
    left: 1rem;
  }

  .home-grid_team {
    aspect-ratio: 1;
  }

  .home-grid_team-heading {
    font-size: var(--fixed--1-25rem);
  }

  .home-grid_circle-1 {
    width: 95%;
  }

  .home-grid_circle-2 {
    width: 74%;
  }

  .home-grid_chat {
    padding: var(--fixed--1-25rem);
    grid-column-gap: var(--fixed--1-5rem);
    grid-row-gap: var(--fixed--1-5rem);
    aspect-ratio: auto;
  }

  .home-grid_pricing {
    padding-bottom: var(--fixed--8rem);
    grid-column-gap: var(--fixed--2rem);
    grid-row-gap: var(--fixed--2rem);
    aspect-ratio: auto;
    flex-flow: column;
  }

  .home-grid_chat-in {
    grid-column-gap: var(--fixed--1-25rem);
    grid-row-gap: var(--fixed--1-25rem);
  }

  .home-grid_message-text {
    font-size: var(--fixed--0-75rem);
    white-space: normal;
  }

  .home-grid_label {
    font-size: var(--fixed--0-75rem);
  }

  .home-grid_pricing-img {
    width: 80%;
    top: 70%;
    right: auto;
  }

  .home-grid_pricing-title {
    font-size: var(--fixed--1-25rem);
  }

  .home-grid_message {
    padding: var(--fixed--0-5rem) var(--fixed--0-875rem);
  }

  .home-services_item-in {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    display: flex;
  }

  .home-services_item-head {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .home-services_services {
    display: none;
  }

  .home-about_video-wrap {
    padding-right: var(--fixed--1-25rem);
    padding-left: var(--fixed--1-25rem);
    width: 100vw;
    min-width: 100vw;
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .home-about_quote {
    font-size: var(--fixed--1rem);
  }

  .progressive-blur_wrap {
    display: block;
  }

  .showreel_play-text {
    font-size: var(--fixed--1-75rem);
  }

  .showreel_lightbox {
    aspect-ratio: 1;
  }

  .showreel_play-wrapper {
    flex-flow: wrap;
    width: 90%;
  }

  .showreel_play-icon-wrap {
    width: var(--fixed--3rem);
  }

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

  .testimonials_main-wrap {
    padding-top: var(--fixed--9rem);
    padding-right: var(--fixed--1-5rem);
    padding-left: var(--fixed--1-5rem);
  }

  .testimonials_author-main {
    font-size: var(--fixed--0-75rem);
  }

  .testimonials_quote {
    font-size: var(--fixed--1rem);
  }

  .testimonials_data {
    display: none;
  }

  .number_number {
    font-size: var(--fixed--4rem);
  }

  .testimonials_numbers-main {
    grid-column-gap: var(--fixed--1-25rem);
    grid-row-gap: var(--fixed--1-25rem);
  }

  .testimonials_main-quote {
    font-size: var(--fixed--1rem);
  }

  .pricing_component {
    width: 100vw;
    min-width: 100vw;
    margin-left: -.75rem;
    margin-right: -.75rem;
  }

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

  .pricing_block {
    padding-right: var(--fixed--1-5rem);
    padding-left: var(--fixed--1-5rem);
    -webkit-backdrop-filter: blur(6px);
    backdrop-filter: blur(6px);
  }

  .pricing_money {
    font-size: var(--fixed--3rem);
  }

  .pricing_plan-name {
    font-size: var(--fixed--1-25rem);
  }

  .faq_answer-wrap {
    padding-left: 0;
  }

  .faq_question-wrap {
    grid-template-columns: 5.65302% 1fr 10%;
  }

  .faq_button {
    width: 2rem;
    height: 2rem;
  }

  .blog-list_head {
    flex-flow: column;
    display: flex;
  }

  .blog-list_list {
    grid-column-gap: var(--fixed--2-25rem);
    grid-row-gap: var(--fixed--2-25rem);
    flex-flow: column;
    display: flex;
  }

  .blog-list_list.v3 {
    grid-column-gap: var(--fixed--1-25rem);
    grid-row-gap: var(--fixed--1-25rem);
    flex-flow: column;
    display: flex;
  }

  .blog-list_block.v2 {
    padding-bottom: var(--fixed--2rem);
    grid-column-gap: var(--fixed--1-25rem);
    grid-row-gap: var(--fixed--1-25rem);
    flex-flow: column;
    display: flex;
  }

  .blog-list_img-wrap {
    aspect-ratio: 3 / 2;
  }

  .cta_component {
    background-size: auto 120%;
  }

  .footer_links-groups {
    padding-right: 1.75rem;
  }

  .footer_template-links {
    justify-content: flex-start;
    align-items: flex-start;
    margin-right: auto;
  }

  .footer_lists {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_wrap {
    padding-bottom: 1.5rem;
  }

  .footer_legal-wrap {
    margin-right: auto;
  }

  .footer_legal-divider {
    display: none;
  }

  .footer_main {
    grid-column-gap: 2.75rem;
    grid-row-gap: 2.75rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_legal-links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer_newsletter-button {
    padding-top: var(--fixed--1-25rem);
    padding-bottom: var(--fixed--1-25rem);
  }

  .footer_field {
    border-radius: .875rem;
    flex: none;
  }

  .footer_field-wrap {
    grid-column-gap: .875rem;
    grid-row-gap: .875rem;
    flex-flow: column;
  }

  .blog-list_button {
    align-self: auto;
    margin-right: auto;
  }

  .pricing_value-wrap {
    grid-column-gap: var(--fixed--1-125rem);
    grid-row-gap: var(--fixed--1-125rem);
  }

  .about-header_component {
    flex-flow: column;
  }

  .about-header_imgs {
    width: 100%;
  }

  .about-header_infos-in {
    grid-template-columns: 1fr 1fr;
    display: block;
  }

  .about-header_imgs-wrapper {
    width: 100%;
  }

  .about_quote {
    font-size: var(--fixed--1rem);
  }

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

  .approach_items {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    display: flex;
  }

  .blog-list_texts-v2 {
    padding: var(--fixed--0rem) var(--fixed--1rem);
  }

  .blog-list_item-block {
    padding: 1.5rem;
  }

  .blog-list_image-wrap {
    width: 100%;
  }

  .projects-list_block-wrapper {
    height: auto;
  }

  .work-list_infos-v2 {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.5rem;
  }

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

  .contact-form_input.border-right {
    border-right-style: none;
  }

  .contact-form_actions {
    padding-bottom: 2rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact_images-wrap {
    width: 100%;
    position: relative;
  }

  .contact_grid {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .work-content_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .case-content_final {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

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

  .work-related_img, .post-header_image {
    aspect-ratio: 3 / 2;
  }

  .resources_font-3 {
    font-size: 5rem;
  }

  .typography-content-wrap {
    flex-flow: column;
  }

  .section {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section.utlity {
    padding-top: 150px;
    padding-bottom: 40px;
  }

  .section.license {
    padding-bottom: 50px;
  }

  .style-category-grid-box {
    grid-template-columns: minmax(auto, 1fr);
  }

  .short-description-2 {
    font-size: 16px;
  }

  .short-description-2.inter-tight {
    font-size: 14px;
  }

  .style-single-wrap {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .utlity-page-title {
    font-size: 40px;
  }

  .style-wrap {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .style-category-box {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .medium-description {
    font-size: 18px;
  }

  .color-grid-box-wrap {
    grid-template-columns: 1fr;
  }

  .style-single-title.color {
    margin-bottom: 20px;
  }

  .work-related_img-2 {
    aspect-ratio: 3 / 2;
  }

  .section_tip {
    overflow: visible;
  }
}

#w-node-e9a97131-8855-95c0-d8dd-d2a7a42d1ea8-18ff8b62, #w-node-e9a97131-8855-95c0-d8dd-d2a7a42d1ebe-18ff8b62, #w-node-e9a97131-8855-95c0-d8dd-d2a7a42d1ecd-18ff8b62, #w-node-e9a97131-8855-95c0-d8dd-d2a7a42d1edc-18ff8b62, #w-node-e9a97131-8855-95c0-d8dd-d2a7a42d1eeb-18ff8b62 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-e350f601-f47b-bc74-3ba9-1a4e5d11a3e3-18ff8b62 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_49f89e0f-c321-7bff-a29b-8acdeddf7dc8-eddf7dc2 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_49f89e0f-c321-7bff-a29b-8acdeddf7dfe-eddf7dc2 {
  order: 0;
  place-self: end start;
}

#w-node-_49f89e0f-c321-7bff-a29b-8acdeddf7e0b-eddf7dc2 {
  place-self: end;
}

#w-node-_63e973d5-4c8d-8c2a-0a95-49ce987532d7-987532d1 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_63e973d5-4c8d-8c2a-0a95-49ce987532dd-987532d1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_63e973d5-4c8d-8c2a-0a95-49ce987532de-987532d1 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-bb79696d-f70d-2b0f-75d1-8f7cb28971c1-18ff8b6f {
  justify-self: center;
}

#w-node-_99a0492c-2515-7609-9757-7c702f76ccde-18ff8b6f {
  justify-self: end;
}

#w-node-b6de4e29-e0e7-22f5-a3fb-f6f4ae8848d0-18ff8b70 {
  justify-self: center;
}

#w-node-fd189f4e-bb1d-3d0d-a032-00be0c82ab01-18ff8b70 {
  justify-self: end;
}

#w-node-fe4f6338-889a-d7b2-04b5-17e56d36b923-18ff8b79, #w-node-fe4f6338-889a-d7b2-04b5-17e56d36b928-18ff8b79 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fe4f6338-889a-d7b2-04b5-17e56d36b92d-18ff8b79 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

@media screen and (max-width: 991px) {
  #w-node-e9a97131-8855-95c0-d8dd-d2a7a42d1ea8-18ff8b62 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d3743e10-20e5-56f2-c437-41115e695d60-18ff8b62 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_49f89e0f-c321-7bff-a29b-8acdeddf7e0b-eddf7dc2 {
    justify-self: start;
  }
}

@media screen and (max-width: 479px) {
  #w-node-fe4f6338-889a-d7b2-04b5-17e56d36b92d-18ff8b79 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Inter VF';
  src: url('../fonts/InterVariable.woff2') format('woff2');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Roboto Mono VF';
  src: url('../fonts/RobotoMono-VariableFont_wght.woff2') format('woff2');
  font-weight: 100 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'BDO Grotesk VF';
  src: url('../fonts/BDOGrotesk-VF.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}

/* Custom overrides for Products section layout */
@media (min-width: 992px) {
  .section_home-services .container-medium {
    max-width: none;
    width: 100%;
  }
  .section_home-services .home-services_item-in {
    grid-template-columns: 1fr 1fr;
    align-items: center;
  }
  .section_home-services .home-services_item {
    position: sticky;
    top: 20vh;
  }
  /* Place image column on the left */
  .section_home-services .home-services_desc {
    grid-column: 1;
  }
  .section_home-services .home-services_examples {
    grid-column: 2;
  }
  .section_home-services .home-services_img-wrap {
    width: 100%;
    aspect-ratio: 16 / 9;
  }
  .section_home-services .home-services_services {
    max-width: none;
  }
  /* Center the View All Products button */
  .section_home-services .button-secondary {
    position: relative;
    left: calc(50vw - 50%);
    transform: translateX(-50%);
    margin-left: 0;
    margin-right: 0;
  }
}

/* Force the image wrapper (desc) to occupy the left grid column on desktop */
@media (min-width: 992px) {
  /* Make the content area span both head-grid columns so layout is centered to screen */
  .section_home-services #w-node-e9a97131-8855-95c0-d8dd-d2a7a42d1ea8-18ff8b62 {
    grid-area: 1 / 1 / 2 / 3;
  }
  .section_home-services #w-node-e9a97131-8855-95c0-d8dd-d2a7a42d1ebe-18ff8b62,
  .section_home-services #w-node-e9a97131-8855-95c0-d8dd-d2a7a42d1ecd-18ff8b62,
  .section_home-services #w-node-e9a97131-8855-95c0-d8dd-d2a7a42d1edc-18ff8b62,
  .section_home-services #w-node-e9a97131-8855-95c0-d8dd-d2a7a42d1eeb-18ff8b62 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

/* Typography sizing and text block width for readability */
@media (min-width: 992px) {
  .section_home-services .home-services_title { font-size: 1.75rem; }
  .section_home-services .home-services_text-wrap { max-width: 44rem; }
  .section_home-services .home-services_service { font-size: 1rem; }
  .section_home-services .home-services_text-wrap p { font-size: 1.125rem; line-height: 1.6; }
}

/* Full-bleed horizontal lines in this section */
.section_home-services .line, .section_home-services .line.is-darker {
  width: 100vw;
  margin-left: 50%;
  transform: translateX(-50%);
}

/* Invert chat speaker sides: first person left, second right */
.home-grid_chat-group._1 {
  justify-content: flex-end;
  margin-left: auto;
  flex-direction: row-reverse; /* avatar on right, messages left */
}
.home-grid_chat-group._2 {
  justify-content: flex-start;
  margin-left: 0;
  flex-direction: row; /* avatar on left, messages right */
}
.home-grid_chat-group._1 .home-grid_chats { align-items: flex-end; text-align: right; }
.home-grid_chat-group._2 .home-grid_chats { align-items: flex-start; text-align: left; }

/* Ensure bubbles hug their side nicely */
.home-grid_chat-group._1 .chat_message { margin-left: auto; }
.home-grid_chat-group._2 .chat_message { margin-right: auto; }
.home-grid_chat-group._1 .chat_spacing { margin-left: auto; }
.home-grid_chat-group._2 .chat_spacing { margin-right: auto; }

/* Put second speaker avatar on the left side */
.home-grid_chat-group._2 .chat_pic { order: -1; margin-right: var(--fixed--0-75rem); margin-left: 0; }
.home-grid_chat-group._1 .chat_pic { margin-left: var(--fixed--0-75rem); margin-right: 0; }

/* Apple-like smooth chat bubbles */
.home-grid_chat .chat_message {
  border-radius: 9999px;
  border: 1px solid rgba(255,255,255,.28);
  background: linear-gradient(180deg, rgba(255,255,255,.65), rgba(255,255,255,.45));
  backdrop-filter: blur(12px) saturate(120%);
  -webkit-backdrop-filter: blur(12px) saturate(120%);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.45),
    0 8px 24px rgba(2,6,23,.22);
  transition: transform .18s ease, box-shadow .22s ease;
  /* Unified flowing entry for all bubbles (luxurious pace) */
  animation: chat-flow var(--chat-duration, 520ms) cubic-bezier(.16,1,.3,1) both;
  animation-delay: var(--chat-delay, 0s);
  will-change: transform, opacity, filter;
}
.home-grid_chat .chat_message._4, .home-grid_chat .chat_message._5 {
  background: linear-gradient(180deg, rgba(10,10,10,.7), rgba(18,18,18,.6));
  border-color: rgba(255,255,255,.12);
  color: var(--_colors---primary--white);
}
.home-grid_chat .chat_message:hover { box-shadow: 0 10px 28px rgba(0,0,0,.12); transform: translateY(-1px); }

/* Side-specific spring origin so motion feels native to side */
.home-grid_chat-group._1 .chat_message { transform-origin: 100% 100%; }
.home-grid_chat-group._2 .chat_message { transform-origin: 0% 100%; }

@keyframes chat-flow {
  0% { opacity: 0; transform: translateY(12px) scale(.985); filter: blur(8px); }
  60% { opacity: 1; transform: translateY(0) scale(1.006); filter: blur(0); }
  100% { opacity: 1; transform: translateY(0) scale(1); }
}

@media (prefers-reduced-motion: reduce) {
  .home-grid_chat .chat_message { animation: none; transition: none; }
}

/* Glassy avatars */
.chat_pic {
  padding: .25rem;
  background: linear-gradient(180deg, rgba(255,255,255,.28), rgba(255,255,255,.08));
  border: 1px solid rgba(255,255,255,.28);
  backdrop-filter: blur(8px) saturate(120%);
  -webkit-backdrop-filter: blur(8px) saturate(120%);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.35), 0 6px 18px rgba(2,6,23,.25);
}

/* Gentle hover accent on item divider line */
@media (hover: hover) and (pointer: fine) {
  .section_home-services .home-services_item:hover .line.is-darker {
    border-top-color: var(--_colors---grey--400);
  }
}
