/* ---- normalize.css ---- */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM 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;
}

/* ---- webflow.css ---- */
@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;
}
:where(button.w-popover-trigger) {
  background-color: transparent;
  border: 0;
  color: inherit;
  cursor: pointer;
  font: inherit;
  line-height: inherit;
  margin: 0;
  padding: 0;
  text-align: inherit;
  text-decoration: inherit;
}
.w-popover {
  position-anchor: none;
}
.w-popover[popover]:not(:popover-open) {
  display: none;
}
html[data-w-dynpage] [data-w-cloak] {
  color: transparent !important;
}
.w-code-block {
  margin: unset;
}
pre.w-code-block code {
  all: inherit;
}
pre.w-code-block code > span {
  display: block !important;
}
.w-optimization {
  display: contents;
}
.w-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;
}
/**
 * ## Note
 * Safari (on both iOS and OS X) does not handle viewport units (vh, vw) well.
 * For example percentage units do not work on descendants of elements that
 * have any dimensions expressed in viewport units. It also doesn’t handle them at
 * all in `calc()`.
 */
/**
 * Wrapper around all lightbox elements
 *
 * 1. Since the lightbox can receive focus, IE also gives it an outline.
 * 2. Fixes flickering on Chrome when a transition is in progress
 *    underneath the lightbox.
 */
.w-lightbox-backdrop {
  cursor: auto;
  font-style: normal;
  letter-spacing: normal;
  list-style: disc;
  text-indent: 0;
  text-shadow: none;
  text-transform: none;
  visibility: visible;
  white-space: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #fff;
  font-family: "Helvetica Neue", Helvetica, Ubuntu, "Segoe UI", Verdana, sans-serif;
  font-size: 17px;
  line-height: 1.2;
  font-weight: 300;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 2000;
  outline: 0;
  /* 1 */
  opacity: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-transform: translate(0, 0);
  /* 2 */
}
/**
 * Neat trick to bind the rubberband effect to our canvas instead of the whole
 * document on iOS. It also prevents a bug that causes the document underneath to scroll.
 */
.w-lightbox-backdrop,
.w-lightbox-container {
  height: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.w-lightbox-content {
  position: relative;
  height: 100vh;
  overflow: hidden;
}
.w-lightbox-view {
  position: absolute;
  width: 100vw;
  height: 100vh;
  opacity: 0;
}
.w-lightbox-view:before {
  content: "";
  height: 100vh;
}
/* .w-lightbox-content */
.w-lightbox-group,
.w-lightbox-group .w-lightbox-view,
.w-lightbox-group .w-lightbox-view:before {
  height: 86vh;
}
.w-lightbox-frame,
.w-lightbox-view:before {
  display: inline-block;
  vertical-align: middle;
}
/*
 * 1. Remove default margin set by user-agent on the <figure> element.
 */
.w-lightbox-figure {
  position: relative;
  margin: 0;
  /* 1 */
}
.w-lightbox-group .w-lightbox-figure {
  cursor: pointer;
}
/**
 * IE adds image dimensions as width and height attributes on the IMG tag,
 * but we need both width and height to be set to auto to enable scaling.
 */
.w-lightbox-img {
  width: auto;
  height: auto;
  max-width: none;
}
/**
 * 1. Reset if style is set by user on "All Images"
 */
.w-lightbox-image {
  display: block;
  float: none;
  /* 1 */
  max-width: 100vw;
  max-height: 100vh;
}
.w-lightbox-group .w-lightbox-image {
  max-height: 86vh;
}
.w-lightbox-caption {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 0.5em 1em;
  background: rgba(0, 0, 0, 0.4);
  text-align: left;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
.w-lightbox-embed {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-lightbox-control {
  position: absolute;
  top: 0;
  width: 4em;
  background-size: 24px;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.w-lightbox-left {
  display: none;
  bottom: 0;
  left: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-20 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0 0h5v23h23v5h-28z" opacity=".4"/><path d="m1 1h3v23h23v3h-26z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii0yMCAwIDI0IDQwIiB3aWR0aD0iMjQiIGhlaWdodD0iNDAiPjxnIHRyYW5zZm9ybT0icm90YXRlKDQ1KSI+PHBhdGggZD0ibTAgMGg1djIzaDIzdjVoLTI4eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDN2MjNoMjN2M2gtMjZ6IiBmaWxsPSIjZmZmIi8+PC9nPjwvc3ZnPg==");
}
.w-lightbox-right {
  display: none;
  right: 0;
  bottom: 0;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 24 40" width="24" height="40"><g transform="rotate(45)"><path d="m0-0h28v28h-5v-23h-23z" opacity=".4"/><path d="m1 1h26v26h-3v-23h-23z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMjQgNDAiIHdpZHRoPSIyNCIgaGVpZ2h0PSI0MCI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMC0waDI4djI4aC01di0yM2gtMjN6IiBvcGFjaXR5PSIuNCIvPjxwYXRoIGQ9Im0xIDFoMjZ2MjZoLTN2LTIzaC0yM3oiIGZpbGw9IiNmZmYiLz48L2c+PC9zdmc+");
}
/*
 * Without specifying the with and height inside the SVG, all versions of IE render the icon too small.
 * The bug does not seem to manifest itself if the elements are tall enough such as the above arrows.
 * (http://stackoverflow.com/questions/16092114/background-size-differs-in-internet-explorer)
 */
.w-lightbox-close {
  right: 0;
  height: 2.6em;
  /* <svg xmlns="http://www.w3.org/2000/svg" viewBox="-4 0 18 17" width="18" height="17"><g transform="rotate(45)"><path d="m0 0h7v-7h5v7h7v5h-7v7h-5v-7h-7z" opacity=".4"/><path d="m1 1h7v-7h3v7h7v3h-7v7h-3v-7h-7z" fill="#fff"/></g></svg> */
  background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9Ii00IDAgMTggMTciIHdpZHRoPSIxOCIgaGVpZ2h0PSIxNyI+PGcgdHJhbnNmb3JtPSJyb3RhdGUoNDUpIj48cGF0aCBkPSJtMCAwaDd2LTdoNXY3aDd2NWgtN3Y3aC01di03aC03eiIgb3BhY2l0eT0iLjQiLz48cGF0aCBkPSJtMSAxaDd2LTdoM3Y3aDd2M2gtN3Y3aC0zdi03aC03eiIgZmlsbD0iI2ZmZiIvPjwvZz48L3N2Zz4=");
  background-size: 18px;
}
/**
 * 1. All IE versions add extra space at the bottom without this.
 */
.w-lightbox-strip {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 0 1vh;
  line-height: 0;
  /* 1 */
  white-space: nowrap;
  overflow-x: auto;
  overflow-y: hidden;
}
/*
 * 1. We use content-box to avoid having to do `width: calc(10vh + 2vw)`
 *    which doesn’t work in Safari anyway.
 * 2. Chrome renders images pixelated when switching to GPU. Making sure
 *    the parent is also rendered on the GPU (by setting translate3d for
 *    example) fixes this behavior.
 */
.w-lightbox-item {
  display: inline-block;
  width: 10vh;
  padding: 2vh 1vh;
  box-sizing: content-box;
  /* 1 */
  cursor: pointer;
  -webkit-transform: translate3d(0, 0, 0);
  /* 2 */
}
.w-lightbox-active {
  opacity: 0.3;
}
.w-lightbox-thumbnail {
  position: relative;
  height: 10vh;
  background: #222;
  overflow: hidden;
}
.w-lightbox-thumbnail-image {
  position: absolute;
  top: 0;
  left: 0;
}
.w-lightbox-thumbnail .w-lightbox-tall {
  top: 50%;
  width: 100%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
}
.w-lightbox-thumbnail .w-lightbox-wide {
  left: 50%;
  height: 100%;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
/*
 * Spinner
 *
 * Absolute pixel values are used to avoid rounding errors that would cause
 * the white spinning element to be misaligned with the track.
 */
.w-lightbox-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  box-sizing: border-box;
  width: 40px;
  height: 40px;
  margin-top: -20px;
  margin-left: -20px;
  border: 5px solid rgba(0, 0, 0, 0.4);
  border-radius: 50%;
  -webkit-animation: spin 0.8s infinite linear;
  animation: spin 0.8s infinite linear;
}
.w-lightbox-spinner:after {
  content: "";
  position: absolute;
  top: -4px;
  right: -4px;
  bottom: -4px;
  left: -4px;
  border: 3px solid transparent;
  border-bottom-color: #fff;
  border-radius: 50%;
}
/*
 * Utility classes
 */
.w-lightbox-hide {
  display: none;
}
.w-lightbox-noscroll {
  overflow: hidden;
}
@media (min-width: 768px) {
  .w-lightbox-content {
    height: 96vh;
    margin-top: 2vh;
  }
  .w-lightbox-view,
  .w-lightbox-view:before {
    height: 96vh;
  }
  /* .w-lightbox-content */
  .w-lightbox-group,
  .w-lightbox-group .w-lightbox-view,
  .w-lightbox-group .w-lightbox-view:before {
    height: 84vh;
  }
  .w-lightbox-image {
    max-width: 96vw;
    max-height: 96vh;
  }
  .w-lightbox-group .w-lightbox-image {
    max-width: 82.3vw;
    max-height: 84vh;
  }
  .w-lightbox-left,
  .w-lightbox-right {
    display: block;
    opacity: 0.5;
  }
  .w-lightbox-close {
    opacity: 0.8;
  }
  .w-lightbox-control:hover {
    opacity: 1;
  }
}
.w-lightbox-inactive,
.w-lightbox-inactive:hover {
  opacity: 0;
}
.w-richtext:before,
.w-richtext:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-richtext:after {
  clear: both;
}
.w-richtext[contenteditable="true"]:before,
.w-richtext[contenteditable="true"]:after {
  white-space: initial;
}
.w-richtext ol,
.w-richtext ul {
  overflow: hidden;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-video div:after,
.w-richtext .w-richtext-figure-selected[data-rt-type="video"] div:after {
  outline: 2px solid #2895f7;
}
.w-richtext .w-richtext-figure-selected.w-richtext-figure-type-image div,
.w-richtext .w-richtext-figure-selected[data-rt-type="image"] div {
  outline: 2px solid #2895f7;
}
.w-richtext figure.w-richtext-figure-type-video > div:after,
.w-richtext figure[data-rt-type="video"] > div:after {
  content: '';
  position: absolute;
  display: none;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
}
.w-richtext figure {
  position: relative;
  max-width: 60%;
}
.w-richtext figure > div:before {
  cursor: default!important;
}
.w-richtext figure img {
  width: 100%;
}
.w-richtext figure figcaption.w-richtext-figcaption-placeholder {
  opacity: 0.6;
}
.w-richtext figure div {
  /* fix incorrectly sized selection border in the data manager */
  font-size: 0px;
  color: transparent;
}
.w-richtext figure.w-richtext-figure-type-image,
.w-richtext figure[data-rt-type="image"] {
  display: table;
}
.w-richtext figure.w-richtext-figure-type-image > div,
.w-richtext figure[data-rt-type="image"] > div {
  display: inline-block;
}
.w-richtext figure.w-richtext-figure-type-image > figcaption,
.w-richtext figure[data-rt-type="image"] > figcaption {
  display: table-caption;
  caption-side: bottom;
}
.w-richtext figure.w-richtext-figure-type-video,
.w-richtext figure[data-rt-type="video"] {
  width: 60%;
  height: 0;
}
.w-richtext figure.w-richtext-figure-type-video iframe,
.w-richtext figure[data-rt-type="video"] iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.w-richtext figure.w-richtext-figure-type-video > div,
.w-richtext figure[data-rt-type="video"] > div {
  width: 100%;
}
.w-richtext figure.w-richtext-align-center {
  margin-right: auto;
  margin-left: auto;
  clear: both;
}
.w-richtext figure.w-richtext-align-center.w-richtext-figure-type-image > div,
.w-richtext figure.w-richtext-align-center[data-rt-type="image"] > div {
  max-width: 100%;
}
.w-richtext figure.w-richtext-align-normal {
  clear: both;
}
.w-richtext figure.w-richtext-align-fullwidth {
  width: 100%;
  max-width: 100%;
  text-align: center;
  clear: both;
  display: block;
  margin-right: auto;
  margin-left: auto;
}
.w-richtext figure.w-richtext-align-fullwidth > div {
  display: inline-block;
  /* padding-bottom is used for aspect ratios in video figures
      we want the div to inherit that so hover/selection borders in the designer-canvas
      fit right*/
  padding-bottom: inherit;
}
.w-richtext figure.w-richtext-align-fullwidth > figcaption {
  display: block;
}
.w-richtext figure.w-richtext-align-floatleft {
  float: left;
  margin-right: 15px;
  clear: none;
}
.w-richtext figure.w-richtext-align-floatright {
  float: right;
  margin-left: 15px;
  clear: none;
}
.w-nav {
  position: relative;
  background: #dddddd;
  z-index: 1000;
}
.w-nav:before,
.w-nav:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-nav:after {
  clear: both;
}
.w-nav-brand {
  position: relative;
  float: left;
  text-decoration: none;
  color: #333333;
}
.w-nav-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  color: #222222;
  padding: 20px;
  text-align: left;
  margin-left: auto;
  margin-right: auto;
}
.w-nav-link.w--current {
  color: #0082f3;
}
.w-nav-menu {
  position: relative;
  float: right;
}
[data-nav-menu-open] {
  display: block !important;
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  background: #C8C8C8;
  text-align: center;
  overflow: visible;
  min-width: 200px;
}
.w--nav-link-open {
  display: block;
  position: relative;
}
.w-nav-overlay {
  position: absolute;
  overflow: hidden;
  display: none;
  top: 100%;
  left: 0;
  right: 0;
  width: 100%;
}
.w-nav-overlay [data-nav-menu-open] {
  top: 0;
}
.w-nav[data-animation='over-left'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-left'] .w-nav-overlay,
.w-nav[data-animation='over-left'] [data-nav-menu-open] {
  right: auto;
  z-index: 1;
  top: 0;
}
.w-nav[data-animation='over-right'] .w-nav-overlay {
  width: auto;
}
.w-nav[data-animation='over-right'] .w-nav-overlay,
.w-nav[data-animation='over-right'] [data-nav-menu-open] {
  left: auto;
  z-index: 1;
  top: 0;
}
.w-nav-button {
  position: relative;
  float: right;
  padding: 18px;
  font-size: 24px;
  display: none;
  cursor: pointer;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  tap-highlight-color: rgba(0, 0, 0, 0);
  user-select: none;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #C8C8C8;
  color: white;
}
.w-nav[data-collapse='all'] .w-nav-menu {
  display: none;
}
.w-nav[data-collapse='all'] .w-nav-button {
  display: block;
}
.w--nav-dropdown-open {
  display: block;
}
.w--nav-dropdown-toggle-open {
  display: block;
}
.w--nav-dropdown-list-open {
  position: static;
}
/**
 * NOTE: These rules are overridden in site-designer.less to use container queries instead of media queries
 * when the navbar is inside a Frame on the Open Canvas.
 */
@media screen and (max-width: 991px) {
  .w-nav[data-collapse='medium'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='medium'] .w-nav-button {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .w-nav[data-collapse='small'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='small'] .w-nav-button {
    display: block;
  }
  .w-nav-brand {
    padding-left: 10px;
  }
}
@media screen and (max-width: 479px) {
  .w-nav[data-collapse='tiny'] .w-nav-menu {
    display: none;
  }
  .w-nav[data-collapse='tiny'] .w-nav-button {
    display: block;
  }
}
.w-tabs {
  position: relative;
}
.w-tabs:before,
.w-tabs:after {
  content: " ";
  display: table;
  grid-column-start: 1;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-row-end: 2;
}
.w-tabs:after {
  clear: both;
}
.w-tab-menu {
  position: relative;
}
.w-tab-link {
  position: relative;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  padding: 9px 30px;
  text-align: left;
  cursor: pointer;
  color: #222222;
  background-color: #dddddd;
}
.w-tab-link.w--current {
  background-color: #C8C8C8;
}
.w-tab-link:focus {
  outline: 0;
}
.w-tab-content {
  position: relative;
  display: block;
  overflow: hidden;
}
.w-tab-pane {
  position: relative;
  display: none;
}
.w--tab-active {
  display: block;
}
@media screen and (max-width: 479px) {
  .w-tab-link {
    display: block;
  }
}
.w-ix-emptyfix:after {
  content: "";
}
@keyframes spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.w-dyn-empty {
  padding: 10px;
  background-color: #dddddd;
}
.w-dyn-hide {
  display: none !important;
}
.w-dyn-bind-empty {
  display: none !important;
}
.w-condition-invisible {
  display: none !important;
}
.wf-layout-layout {
  display: grid;
}
.w-layout-grid {
  display: grid;
  grid-auto-columns: 1fr;
  grid-template-columns: 1fr 1fr;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}

/* ---- mxtheus.webflow.css ---- */
@font-face {
  font-family: Matter;
  src: url('../fonts/Matter-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/Matter-Heavy.woff2') format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/Matter-Light.woff2') format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/Matter-Regular.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/Matter-SemiBold.woff2') format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Matter;
  src: url('../fonts/Matter-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue haas display roman;
  src: url('../fonts/NeueHaasDisplayRoman.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neue Haas Display Medium;
  src: url('../fonts/NeueHaasDisplayMedium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-gray: #eff1f3;
  --dark-65: #181818;
  --red: #e53f2c;
  --gray: #6c6c6c;
  --dark-64: #2c2c2ca3;
  --dark-two: #141414;
  --light: white;
  --opacity-54: #ffffff8a;
  --medium-grey: #a5a5a5;
}

.w-users-userformpagewrap {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  max-width: 340px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.w-users-userformheader {
  text-align: center;
}

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

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

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

.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-users-userloginformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformbutton {
  text-align: center;
  width: 100%;
}

.w-users-userformfooter {
  justify-content: space-between;
  margin-top: 12px;
  display: flex;
}

.w-users-userformerrorstate {
  margin-left: 20px;
  margin-right: 20px;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.w-users-userresetpasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

.w-users-userformsuccessstate {
  display: none;
}

.w-users-usersignupformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

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

.w-users-usersignupverificationmessage {
  display: none;
}

.w-users-userupdatepasswordformwrapper {
  margin-bottom: 0;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
}

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

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

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

.w-users-useraccountformsavebutton {
  text-align: center;
  margin-right: 8px;
}

.w-users-useraccountformcancelbutton {
  text-align: center;
  color: #333;
  background-color: #d3d3d3;
}

body {
  background-color: var(--light-gray);
  color: var(--dark-65);
  letter-spacing: -.5px;
  font-family: Matter, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

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

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

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

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

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

p {
  margin-bottom: 0;
}

a {
  text-decoration: none;
}

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

ol {
  margin-top: 0;
  margin-bottom: .625rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .625rem;
}

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

label {
  margin-bottom: 8px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1.2;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

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

figure {
  margin-top: 32px;
  margin-bottom: 32px;
}

figcaption {
  text-align: center;
  margin-top: .75rem;
  font-size: .8rem;
}

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

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

.text-weight-light {
  letter-spacing: -.5px;
  font-weight: 300;
}

.overflow-hidden {
  overflow: hidden;
}

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

.button {
  color: #fff;
  text-align: center;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 1.25rem 2rem;
  font-weight: 600;
}

.button.is-small {
  padding: 1rem 1.5rem;
}

.button.is-large {
  padding: 1.5rem 3rem;
}

.button.is-light {
  color: #000;
  background-color: #fff;
}

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

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

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

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

.hide {
  display: none;
}

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

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

.rich-text h1 {
  margin-bottom: 1.875rem;
}

.rich-text h2 {
  margin-bottom: 1.5rem;
}

.rich-text h3 {
  margin-bottom: 1.25rem;
}

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

.rich-text h5, .rich-text h6 {
  margin-bottom: .5rem;
}

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

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

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

.rich-text ol {
  list-style-type: decimal;
}

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

.container-large.projects-hero-container {
  height: 100%;
}

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

.padding-global.nav-desktop-padding {
  padding-left: 6.625rem;
}

.padding-global.padding-global-hero {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 4rem;
  display: flex;
}

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

.show-tablet {
  display: none;
}

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

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

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

.main-wrapper {
  z-index: 1;
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.ss_utility_class {
  color: #fff;
  background-color: #1e7bfa;
  border-radius: 4px;
  padding: .5rem .625rem;
  font-size: .8rem;
  line-height: 1.3;
}

.ss_utility_class.html-class {
  background-color: #cf4bb3;
}

.ss_utility_class.remove-half-borders {
  border-radius: 4px 4px 0 0;
}

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

.ss_utility_spacing-item {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.overflow-visible {
  overflow: visible;
}

.text-size-medium {
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5;
}

.ss_text_item-label {
  color: #333333a6;
  flex: none;
  font-size: 1rem;
}

.ss_utility_spacing-items {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: 2rem;
  font-size: 15px;
  line-height: 150%;
  display: grid;
}

.ss_content_item-label-wrap {
  grid-row-gap: .75rem;
  flex-direction: column;
  place-content: flex-start;
  align-items: flex-start;
  width: 12rem;
  min-width: 12rem;
  display: flex;
}

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

.show-mobile {
  display: none;
}

.text-size-small {
  letter-spacing: -.2px;
  font-size: .875rem;
  line-height: 1.5;
}

.text-size-huge {
  font-size: 2.625rem;
  line-height: 1.5;
}

.ss_utility_alignment-wrap {
  flex: 1;
}

.ss_utility_headings-wrap {
  z-index: 5;
  flex-direction: column;
  display: flex;
  position: relative;
}

.heading-style-h1 {
  letter-spacing: -4px;
  font-size: 5rem;
  font-weight: 600;
  line-height: 1.1;
}

.heading-style-h2 {
  letter-spacing: -1.8px;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.4;
}

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

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

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

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

.ss_utility_class-wrap {
  position: absolute;
  inset: -2.1rem auto auto -1px;
}

.ss_utility_color-items {
  grid-column-gap: 0rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  display: grid;
}

.ss_utility_color-item {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.background-color-dark.zy-stylesystem-color {
  min-height: 1px;
}

.zy-stylesystem-color {
  border-radius: 50%;
  width: 5rem;
  height: 5rem;
}

.ss_utility_color-block {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.ss_utility_color-block.is-gap-smaller {
  grid-row-gap: .75rem;
}

.ss_utility_color-text-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
  display: flex;
}

.text-color-dark {
  color: #181818;
}

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

.background-color-red.zy-stylesystem-color {
  min-height: 1px;
}

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

.background-color-light-gray.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-red {
  color: #e53f2c;
}

.text-color-red.is--contact {
  margin-left: -4px;
}

.text-color-light-gray {
  color: #eff1f3;
}

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

.background-color-gray.zy-stylesystem-color {
  min-height: 1px;
}

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

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

.background-color-dark-blur {
  background-color: var(--dark-64);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.background-color-dark-blur.zy-stylesystem-color {
  min-height: 1px;
}

.text-color-5 {
  color: #b8b8b8;
}

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

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

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

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

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

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

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

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

.ss_utility_max {
  border: 1px solid #1e7bfa;
  width: 100%;
  height: 3rem;
  display: flex;
  position: relative;
}

.ss_utility_max-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.ss_utility_spacing-box {
  background-image: url('../images/webflow-spacing-bg-final_1webflow-spacing-bg-final.png');
  background-position: 0 0;
  background-size: 122px;
  border: 1px solid #1e7bfa;
  width: 100%;
  position: relative;
}

.ss_utility_structure-wrap {
  border: 1px solid #1e7bfa;
  margin-top: 2rem;
  position: relative;
}

.ss_utility_structure-box {
  z-index: -1;
  border: 1px #acacac;
  border-style: none dashed;
  height: 3rem;
  position: relative;
}

.display-block {
  display: block;
}

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

.display-flex {
  display: flex;
}

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

.display-inline {
  display: inline;
}

.spacing-block-tiny {
  width: 100%;
  height: .125rem;
}

.spacing-block-xxsmall {
  width: 100%;
  height: .25rem;
}

.spacing-block-xsmall {
  width: 100%;
  height: .5rem;
}

.spacing-block-small {
  width: 100%;
  height: 1rem;
}

.spacing-block-medium {
  width: 100%;
  height: 2rem;
}

.spacing-block-large {
  width: 100%;
  height: 3rem;
}

.spacing-block-xlarge {
  width: 100%;
  height: 4rem;
}

.spacing-block-xxlarge {
  width: 100%;
  height: 5rem;
}

.spacing-block-huge {
  width: 100%;
  height: 6rem;
}

.spacing-block-xhuge {
  width: 100%;
  height: 8rem;
}

.spacing-block-xxhuge {
  width: 100%;
  height: 12rem;
}

.spacing-section-small {
  width: 100%;
  height: 6.25rem;
}

.spacing-section-medium {
  width: 100%;
  height: 7.5rem;
}

.spacing-section-large {
  width: 100%;
  height: 9.375rem;
  color: var(--dark-two);
}

.spacing-section-xlarge {
  width: 100%;
  height: 12.5rem;
}

.spacing-section-xxlarge {
  width: 100%;
  height: 13.75rem;
}

.spacing-section-huge {
  width: 100%;
  height: 15.625rem;
}

.spacing-block-custom1 {
  width: 100%;
  height: .625rem;
}

.spacing-block-custom2 {
  width: 100%;
  height: 1.25rem;
}

.spacing-block-custom3 {
  width: 100%;
  height: 1.5rem;
}

.spacing-block-custom5 {
  width: 100%;
  height: 2.5rem;
}

.spacing-block-custom4 {
  width: 100%;
  height: 1.875rem;
  font-weight: 300;
}

.ss_text_item-description {
  font-size: 1rem;
  line-height: 1.5;
}

.ss_text_sidebar-heading {
  margin-bottom: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.ss_content {
  width: 100%;
  max-width: 62em;
  margin-left: auto;
  margin-right: auto;
  padding: 1.25rem 2rem 15em;
}

.ss_sidebar_sticky {
  padding-bottom: 5rem;
  position: sticky;
  top: 5rem;
}

.ss_nav_content {
  -webkit-backdrop-filter: saturate(150%) blur(7px);
  backdrop-filter: saturate(150%) blur(7px);
  background-color: #000c;
  justify-content: center;
  align-items: center;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_footer_item {
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_sections {
  max-width: 100rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 62px;
}

.ss_content_items-wrap {
  border-bottom: 1px solid #ddd;
  flex-flow: column wrap;
  justify-content: flex-start;
  margin-bottom: -2rem;
  display: flex;
}

.ss_content_items-wrap.with-gap-row {
  grid-row-gap: 6rem;
}

.ss_content_items-wrap.remove-border {
  border-bottom-style: none;
}

.ss_text_sidebar-description {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1.4;
}

.ss_text_heading {
  color: #fff;
  letter-spacing: -.01em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 8em;
  font-weight: 300;
  line-height: 1;
}

.ss_nav {
  z-index: 99999;
  max-width: 100rem;
  margin-bottom: .75rem;
  margin-left: auto;
  margin-right: auto;
  position: fixed;
  inset: 0% 0% auto;
}

.ss_content_item {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-top: 1px solid #ddd;
  flex-direction: column;
  width: 100%;
  padding-top: 1.5rem;
  padding-bottom: 4rem;
  display: flex;
  position: relative;
}

.ss_content_item.is-horizontal {
  flex-direction: row;
  align-items: flex-start;
}

.ss_text_label {
  letter-spacing: .01em;
  text-transform: uppercase;
  margin-bottom: 8rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .625rem;
  font-weight: 600;
  line-height: 1.2;
}

.ss_sidebar {
  flex: none;
  width: 16rem;
  padding: 1.25rem 2.5em 1.5rem;
  box-shadow: 2px 0 4px #0000000d, inset -1px 0 #0000001a;
}

.ss_section {
  background-color: #fff;
  flex-direction: row-reverse;
  justify-content: flex-end;
  margin-bottom: .75rem;
  margin-left: .75rem;
  margin-right: .75rem;
  display: flex;
}

.ss_section.light {
  background-color: #fff;
}

.ss_section.is-header {
  color: #acacac;
  background-color: #1a1a1a;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 50rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
  position: relative;
}

.ss_footer {
  text-align: center;
  justify-content: center;
  padding-top: 6rem;
  padding-bottom: 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 11px;
  line-height: 20px;
  display: flex;
}

.ss_nav_link {
  opacity: .5;
  color: #f5f5f7;
  margin-left: .75rem;
  margin-right: .75rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  line-height: 20px;
  transition: background-color .25s, opacity .25s;
}

.ss_nav_link:hover {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -3px #0003;
}

.ss_nav_link.w--current {
  opacity: 1;
  color: #fff;
  box-shadow: inset 0 -2px #121619;
}

.ss_nav_link.is--docs {
  border-left: 1px solid #000;
  border-right: 1px solid #000;
  padding-left: .75rem;
  padding-right: .75rem;
}

.ss_body {
  background-color: #ddd;
}

.ss_utility_paragraph-wrap {
  max-width: 24rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.ss_utility_paragraph-wrap.is-top-smaller {
  margin-top: 1.5rem;
}

.ss_utility_heading-asterisk-blue {
  color: #227bfa;
}

.ss_utility_heading-asterisk-pink {
  color: #cf4bb4;
}

.spacing-section-xsmall {
  width: 100%;
  height: 4rem;
}

.ss_utility_visibility-bg {
  opacity: .7;
  background-image: url('../images/grey-transparent_1grey-transparent.avif');
  background-position: 50%;
  background-size: 40px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.ss_utility_visibility-wrap {
  padding: 1.5rem 2rem;
  position: relative;
}

.ss_utility_visibility-text {
  z-index: 4;
  position: relative;
}

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

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

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

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

.form_component {
  margin-bottom: 0;
}

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

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

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

.form_input {
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: 0;
  padding: .5rem 1rem;
}

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

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

.form_message-success {
  padding: 1.25rem;
}

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

.ss_utility_combo-classes-wrap {
  grid-column-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.ss_utility_button-wrap {
  background-color: #000;
  border-radius: .25rem;
  padding: 1.5rem 2rem;
}

.ss_text_heading-description {
  color: #727272;
  text-align: center;
  margin-top: 2rem;
}

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

.background-color-light.zy-stylesystem-color {
  border: 1px solid #000;
  min-height: 1px;
}

.text-color-light {
  color: #fff;
}

.navbar {
  z-index: 998;
  border-radius: 2rem;
  position: relative;
}

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

.navbar_logo {
  width: 14rem;
  margin-bottom: .3rem;
}

.section_home-header {
  z-index: 2;
  background-color: #eff1f300;
  height: 100vh;
  margin-bottom: 4rem;
  position: relative;
  overflow: visible;
}

.home-header_50vh-black {
  background-color: var(--dark-65);
  border-radius: 1rem;
  align-items: flex-end;
  height: 50vh;
  margin-top: .75rem;
  margin-left: .625rem;
  margin-right: .625rem;
  display: flex;
  position: relative;
}

.home-header_50vh-light {
  background-color: #eff1f300;
  height: 50vh;
  position: relative;
}

.home-header_component-black {
  letter-spacing: -1.2px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.home-header_content-black {
  width: 100%;
  max-width: 42rem;
  padding-bottom: 3.5rem;
  padding-right: 0;
}

.home-header_video-black {
  position: absolute;
}

.home-header_text-hero {
  color: #5e5e5e;
  letter-spacing: -.7px;
  font-size: 1.5rem;
  font-weight: 400;
}

.home-header_heading {
  color: var(--light);
  letter-spacing: -2px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.3;
}

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

.navbar_text-localization {
  color: #ffffff4d;
  letter-spacing: -.6px;
  font-size: 1.125rem;
  font-weight: 300;
  line-height: 1;
}

.navbar_text-localization.day-24h-sec {
  color: #ffffff8a;
  font-size: 1.125rem;
  font-weight: 300;
}

.navbar_links {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  display: flex;
}

.navbar_link {
  color: var(--light);
  font-size: 1.125rem;
  font-weight: 400;
}

.navbar_link-wrapper {
  transition: opacity 80ms, transform .5s;
  transform: translate(0);
}

.navbar_link-wrapper:hover {
  transform: translate(0, -4px);
}

.home-header_video-wrapper {
  justify-content: center;
  align-items: center;
  width: 22.1875rem;
  max-width: 100%;
  margin-bottom: -5.84rem;
  display: flex;
  position: relative;
}

.home-header_video-bg {
  width: 22.1875rem;
  position: absolute;
  inset: 0%;
}

.home-header_video {
  z-index: 2;
  border: 8px solid var(--light-gray);
  border-radius: 50vh;
  width: 15.7rem;
  height: 15.7rem;
  position: relative;
}

.home-header_component-light {
  grid-column-gap: 8.25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 50vh;
  font-weight: 500;
  display: flex;
}

.home-header_ball-wrapper {
  position: relative;
}

.home-header_ball-embed {
  z-index: 2;
  flex: 1;
  width: 16.2rem;
  max-width: 1000px;
  margin-left: -.5rem;
  position: relative;
}

.home-header_content-light {
  padding-bottom: 2rem;
  padding-left: 2px;
}

.home-header_par-light {
  max-width: 32rem;
  color: var(--dark-65);
  font-size: 1.5rem;
}

.social-fixed_text {
  letter-spacing: -.6px;
  white-space: nowrap;
  margin-right: 2px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
  transform: rotate(-90deg);
}

.social-fixed_text-wrapper {
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 16%;
  display: flex;
  position: relative;
}

.social-fixed_text-wrapper.hide {
  display: none;
}

.social-fixed_links-wrapper {
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 16vh;
  display: flex;
}

.social_media-wrapper {
  background-color: var(--light);
  color: #000;
  border: 1px solid #e4ebf3;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .25s, border-color .25s, background-color .25s, transform .25s;
  display: flex;
}

.social_media-wrapper:hover {
  border-color: var(--red);
  background-color: var(--red);
  color: #fff;
  transform: translate(0, -5px);
}

.social_media-icon {
  max-width: 100%;
  display: flex;
}

.section_home-purpose {
  background-color: var(--dark-65);
  border-radius: 2rem;
  margin-left: .625rem;
  margin-right: .625rem;
}

.home_purpose-heading-wrap {
  width: 100%;
  max-width: 48rem;
}

.home_purpose-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 23.75rem;
  display: flex;
}

.home-purpose_component {
  display: flex;
}

.section_home-projects {
  background-color: var(--light-gray);
  margin-right: -5rem;
  overflow: hidden;
}

.home-projects_component {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.home_container-slider {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  min-height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0 4rem 0 0;
  display: flex;
}

.home-projects_content-slider {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-project_image-slider {
  z-index: 1;
  object-fit: cover;
  width: 150%;
  max-width: none;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.progress_fill {
  background-color: var(--red);
  width: 0%;
  height: 100%;
  position: relative;
}

.home-projects_progress-slider {
  background-color: #00000017;
  border-radius: 1rem;
  width: 80%;
  height: 4px;
  margin-top: 2.5em;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.home-project_wrapper-slider {
  color: #fff;
  text-align: center;
  border-radius: 24px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 72%;
  height: 80vh;
  max-height: 80vw;
  margin-right: 1em;
  padding: 2em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.home-project_wrapper-slider.hide {
  display: none;
}

.home-project_content-wrapper {
  z-index: 3;
  background-color: var(--dark-64);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border: 1px solid #ffffff1a;
  border-radius: 1.5rem;
  justify-content: space-between;
  height: 10rem;
  margin: 1.5rem;
  padding: .5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.home-project_content {
  grid-row-gap: .5rem;
  background-color: var(--dark-65);
  text-align: left;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  width: 72%;
  height: 100%;
  padding: 1.5rem 1.75rem;
  display: flex;
}

.home-project_button {
  background-color: var(--red);
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 9rem;
  height: 9rem;
  transition: all .2s;
  display: flex;
}

.home-project_button:hover {
  background-color: #cc311f;
  border-radius: 2rem;
}

.home-project_button.is-light {
  color: #fff;
  height: 100%;
}

.home-project_text-description {
  color: #9f9f9f;
  letter-spacing: -.6px;
  font-size: 1.125rem;
}

.home-project_globe {
  z-index: 2;
  background-color: var(--dark-64);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 3.75rem;
  margin-top: 1.5rem;
  margin-right: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.home-project_globe.is-text-soon {
  grid-column-gap: 1rem;
  width: 12rem;
  height: 4rem;
}

.home_icon-globe {
  width: 2rem;
}

.home-project_text-button {
  width: 5rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.home-project_circle {
  z-index: 2;
  background-color: var(--light-gray);
  border-radius: 16px;
  width: 12px;
  height: 12px;
  margin-top: 2rem;
  margin-left: 2rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-color-white {
  color: #fff;
}

.home-services_line {
  background-color: #ffffff29;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.home-services_heading-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-size-big {
  font-size: 1.25rem;
  line-height: 1.5;
}

.home-services_line-black {
  background-color: #ffffff1a;
  width: 100%;
  height: 2px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

.section_home-testimonials {
  background-color: var(--light);
  border-top-left-radius: 2rem;
  border-top-right-radius: 2rem;
  margin-top: -2.5rem;
  margin-left: .6rem;
  margin-right: .625rem;
  position: relative;
  overflow: hidden;
}

.home-testimonial_component {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.swiper {
  width: 100%;
}

.swiper-wrapper {
  align-items: flex-start;
  display: flex;
}

.swiper-slide {
  flex: none;
  width: 100%;
}

.swiper-slide.testimonial_item {
  flex-direction: row;
  width: 100%;
}

.home-testimonial_slide {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  letter-spacing: -.6px;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 1.5rem;
  padding-right: 4rem;
  font-weight: 400;
  display: flex;
}

.home-testimonial_author {
  align-items: center;
  font-weight: 400;
  display: flex;
}

.home-testimonial_avatar {
  object-fit: cover;
  border-radius: 5rem;
  width: 8rem;
  height: 8rem;
  margin-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

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

.home-testimonial_arrow-wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: flex-start;
  margin-top: 2rem;
  display: flex;
}

.testimonial_arrow-left {
  background-color: var(--light-gray);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial_arrow-left:hover {
  background-color: var(--dark-65);
  color: var(--light);
}

.testimonial_arrow-right {
  background-color: var(--light-gray);
  width: 3.5rem;
  height: 3.5rem;
  color: var(--dark-65);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.testimonial_arrow-right:hover {
  background-color: var(--dark-65);
  color: var(--light);
}

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

.home-slider_line {
  border-top: 1px solid #dcdee0;
  width: 100%;
  position: absolute;
}

.section_home-about {
  z-index: 1;
  background-color: var(--light);
  margin-bottom: -4vh;
  margin-left: .625rem;
  margin-right: .625rem;
  position: relative;
}

.home-about_image-perfil-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.home-about_image-perfil-wrapper {
  justify-content: center;
  align-items: center;
  width: 22.1875rem;
  max-width: 100%;
  margin-top: -5.82rem;
  display: flex;
  position: relative;
}

.home-about_image-perfil-bg {
  width: 22.1875rem;
  position: absolute;
  inset: auto 0% 0%;
}

.home-about_image-perfil {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  border: 8px solid #fff;
  border-radius: 50vh;
  width: 15.7rem;
  height: 15.7rem;
  position: relative;
}

.home-about_photo-perfil-white {
  position: relative;
}

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

.home-about_span {
  color: #fff;
  letter-spacing: -1px;
  font-size: 1.25rem;
  font-weight: 300;
  position: relative;
  top: -.6rem;
}

.home-about_span-point {
  color: var(--red);
  font-size: 1.25rem;
  position: relative;
  top: -.75rem;
}

.home-about_images-wrapper {
  z-index: 3;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--dark-64);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  text-align: center;
  border-radius: 1.5rem;
  justify-content: space-between;
  align-items: center;
  height: 11rem;
  padding: .5rem;
  display: flex;
  position: relative;
  inset: auto 0% 0%;
}

.home-about_images-grid {
  text-align: left;
  border-radius: 1.25rem;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.home_about-image-grid {
  filter: grayscale(24%);
  object-fit: cover;
  width: 100%;
  margin-bottom: -.125rem;
}

.home-about_icon-arrow {
  margin-top: 6px;
}

.section_footer {
  z-index: 0;
  width: 100%;
  height: 56rem;
  margin-bottom: .625rem;
  padding-left: .625rem;
  padding-right: .625rem;
  position: relative;
  overflow: hidden;
}

.footer_component {
  grid-column-gap: .75rem;
  grid-row-gap: 1rem;
  background-color: var(--light);
  border-bottom-right-radius: 1rem;
  border-bottom-left-radius: 1rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto auto auto auto auto auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  width: 100%;
  height: 100%;
  padding: 6rem .625rem 4rem;
  display: flex;
}

.footer_bg-red-wrapper {
  z-index: 5;
  background-color: var(--red);
  border-radius: 2rem 2rem 0 0;
  justify-content: flex-end;
  height: 32vh;
  display: none;
  position: relative;
}

.footer_content-wrapper {
  z-index: 2;
  grid-row-gap: 5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.footer_content-title {
  width: 100%;
}

.heading-style-footer {
  text-align: center;
  letter-spacing: -3.8px;
  font-size: 6.85rem;
  font-weight: 400;
  line-height: 1.2;
}

.home-about_color-content {
  background-color: var(--dark-65);
  border-radius: 2rem;
  margin-left: .625rem;
  margin-right: .625rem;
  position: relative;
}

.home-about_detail {
  z-index: -1;
  background-color: var(--light);
  width: 3rem;
  height: 3rem;
  margin-top: -4px;
  margin-left: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.home-about_detail.is-right {
  margin-top: -4px;
  margin-left: 0;
  margin-right: 0;
  inset: 0% 0% auto auto;
}

.footer_main-button-wrapper {
  z-index: 2;
  cursor: pointer;
  margin-top: -5.8125rem;
  position: relative;
}

.footer_main-button-content {
  justify-content: center;
  align-items: center;
  width: 22.1875rem;
  max-width: 100%;
  display: flex;
  position: relative;
}

.footer_main-button {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark-65);
  color: #fff;
  object-fit: cover;
  object-position: 50% 50%;
  border: 8px solid #fff;
  border-radius: 50vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15.7rem;
  height: 15.7rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.footer_main-button:hover {
  background-color: #303030;
}

.footer_main-bg-button {
  width: 22.1875rem;
  position: absolute;
  inset: auto 0% 0%;
}

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

.footer_main-button-icon {
  width: 50px;
  margin-top: 6px;
  transform: rotate(123deg);
}

.footer_main-button-text {
  font-size: 1.5rem;
  font-weight: 500;
}

.section_home-servicess {
  background-color: var(--light-gray);
}

.card-services-content {
  z-index: 0;
  object-fit: cover;
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  padding: 3.375rem 4rem;
  display: flex;
  position: relative;
}

.card-services-content.is-card2, .card-services-content.is-card3, .card-services-content.is-card4 {
  display: none;
}

.card-services-4 {
  background-color: var(--dark-65);
  border-radius: 20px;
  flex: none;
  width: 10%;
  min-width: 10%;
  max-width: 70%;
  position: relative;
  overflow: hidden;
}

.home-services_component {
  position: relative;
}

.sticky-services_component {
  border-radius: 1.5rem;
  position: sticky;
  top: 4rem;
}

.card-services-1 {
  background-color: var(--light);
  border-radius: 20px;
  flex: none;
  width: 70%;
  min-width: 10%;
  position: relative;
  overflow: hidden;
}

.card-services-2 {
  background-color: #4e565b;
  border-radius: 20px;
  flex: none;
  width: 10%;
  min-width: 10%;
  max-width: 70%;
  position: relative;
  overflow: hidden;
}

.card-services-3 {
  background-color: #3e484a;
  border-radius: 20px;
  flex: none;
  width: 10%;
  min-width: 10%;
  max-width: 70%;
  position: relative;
  overflow: hidden;
}

.home-services_scene-triggers {
  margin-top: 100vh;
}

.home-services_scene-trigger {
  align-items: flex-end;
  height: 220vh;
  margin-top: -100vh;
  display: flex;
}

.home-services_scene-trigger.scene-trigger-1 {
  margin-top: -180vh;
}

.home-servicess_content {
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.home_servicess_cards-wrapper {
  z-index: 0;
  justify-content: flex-start;
  width: 100%;
  height: 80vh;
  display: flex;
  position: relative;
}

.card-services_content-wrap {
  border-radius: 20px;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-servicess_progress {
  z-index: 1;
  background-color: var(--red);
  border-radius: 1rem;
  height: 4px;
  position: absolute;
  inset: 0% 0% auto;
}

.card-servicess_progress.progress-4 {
  background-color: var(--dark-65);
  background-color: var(--red);
}

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

.services-lottie_scroll {
  width: 4rem;
  min-width: 4rem;
  margin-bottom: 2.4rem;
  margin-left: 2rem;
  margin-right: 2rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.services-subtext {
  max-width: 19.5rem;
  margin-bottom: -.5rem;
  font-family: Neue haas display roman, sans-serif;
  font-size: 1.5rem;
}

.card-services_logo-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.card-services_logo-wrap {
  background-color: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 1rem;
}

.card-services_logo {
  width: 4rem;
}

.home-services_text-wrapper {
  width: 100%;
  max-width: 32rem;
}

.text-color-white-70 {
  color: #ffffffb3;
}

.card-services_button-wrapper {
  flex-direction: column;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.card-services_button {
  color: #fff;
  background-color: #ffffff14;
  border: 1px solid #ffffff1a;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  padding-right: 2px;
  display: flex;
  transform: rotate(135deg);
}

.card-services_button-icon {
  margin-top: 6px;
}

.hide-services-lottie_scroll {
  width: 4rem;
  min-width: 4rem;
  margin-bottom: 2.8rem;
  margin-left: auto;
  margin-right: auto;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.hide-services_logo {
  z-index: 1;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-end;
  width: 4rem;
  height: 83%;
  margin-bottom: 3.375rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.card-services_ball {
  background-color: #ffffff1a;
  border-radius: 1.5rem;
  width: .875rem;
  height: .875rem;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.main-button {
  background-color: var(--red);
  backface-visibility: hidden;
  color: #fff;
  text-align: center;
  letter-spacing: .2em;
  text-transform: uppercase;
  width: 15.625rem;
  height: 15.625rem;
  transform-style: preserve-3d;
  border-radius: 50rem;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-family: Lato, sans-serif;
  font-size: .5rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  transform: translate3d(0, 0, 1px);
}

.text-style-underline {
  text-decoration: underline;
}

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

.proposal-solutions_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-medium-h1 {
  font-size: 5rem;
  font-weight: 400;
  line-height: 1.1;
}

.proposal-rich-text {
  font-size: 1.5rem;
}

.proposal-rich-text strong {
  font-size: 2.5rem;
  font-weight: 500;
}

.proposal-rich-text ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
}

.proposal-rich-text li {
  margin-bottom: 0;
  font-size: 1.2rem;
}

.heading-style-medium-h3 {
  font-size: 3rem;
  font-weight: 400;
}

.proposal-solutions_content {
  flex-direction: column;
  margin-bottom: 10rem;
  display: flex;
  position: relative;
}

.proposal-solutions_content.is-no-margin-proposal {
  margin-bottom: 0;
}

.line-gray {
  background-color: #77777729;
  width: 100%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 1rem;
}

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

.proposal-projects_wrapper-item {
  filter: saturate();
  border: 2px solid #ffffff1f;
  border-radius: 1.5rem;
  flex-direction: column;
  justify-content: space-around;
  width: 100%;
  height: 16rem;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
  transform: translate(0);
}

.proposal-projects_wrapper-item:hover {
  filter: saturate(120%);
  transform: translate(0, -16px);
}

.proposal-projects_image-item {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.proposal-projects_text-item {
  z-index: 2;
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1f;
  border-radius: .5rem;
  margin-bottom: 1rem;
  margin-left: 1rem;
  margin-right: 1rem;
  padding: .5rem 1rem;
  position: absolute;
  inset: auto 0% 0%;
  overflow: hidden;
}

.proposal-projects_gradient {
  opacity: .79;
  background-image: linear-gradient(9deg, #181818, #fff0 33%);
  position: absolute;
  inset: 0%;
}

.proposal-budget_component {
  grid-column-gap: 3.4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.proposal-solution_link {
  text-decoration: underline;
}

.proposal-budget-final_component {
  grid-column-gap: 4rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1.25fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-medium-h4 {
  font-size: 2.5rem;
  font-weight: 400;
}

.tag-span {
  letter-spacing: -.5px;
  text-transform: uppercase;
  font-family: Neue haas display roman, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
}

.tag-span_point {
  color: var(--red);
  text-transform: uppercase;
  margin-bottom: 2px;
  font-family: Neue Haas Display Medium, sans-serif;
  font-size: 1.75rem;
  font-weight: 500;
  line-height: .5;
}

.home-purpose_heading {
  color: var(--light);
  letter-spacing: -4px;
  font-size: 6rem;
  font-weight: 400;
  line-height: 1.3;
}

.home_projects-padding-global {
  flex: 1;
  padding-left: .625rem;
  padding-right: .625rem;
}

.home-testimonails_heading-wrap {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.page-sections-wrapper {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.page-sections {
  z-index: 10;
  background-color: var(--light-gray);
  position: relative;
}

.sidebar {
  z-index: 999;
  grid-row-gap: 4px;
  flex-direction: column;
  width: 4.6rem;
  height: 100vh;
  margin-right: .75rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.sidebar-top {
  z-index: 2147483647;
  background-color: var(--red);
  cursor: pointer;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 4.4rem;
  min-width: 4.4rem;
  height: 4.2rem;
  min-height: 4.2rem;
  display: flex;
}

.sidebar-bottom {
  background-color: var(--light);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  width: 4.4rem;
  height: 100%;
  padding-bottom: 1rem;
  display: flex;
  position: relative;
}

.home-about_heading-style {
  letter-spacing: -1.8px;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.4;
}

.sidebar-bottom_lottie-ball {
  width: 1.8rem;
  height: 1.8rem;
  margin-left: auto;
  margin-right: auto;
}

.tag-span_wrap-dark {
  grid-column-gap: .8rem;
  color: #fff;
  border: 1px solid #2a2a2a;
  border-radius: 4rem;
  align-items: center;
  padding: .3rem 2.3rem .2rem 2rem;
  font-weight: 300;
  display: flex;
}

.tag-span_wrap-light {
  grid-column-gap: .8rem;
  color: #000;
  border: 1px solid #dcdee0;
  border-radius: 4rem;
  align-items: center;
  padding: .3rem 2.3rem .2rem 2rem;
  font-weight: 400;
  display: flex;
}

.home_purpose_heading-wrap {
  max-width: 28.8rem;
  font-weight: 400;
}

.heading-style-h1-hero {
  letter-spacing: -4px;
  font-size: 6rem;
  line-height: 1.1;
}

.home-testimonial_card {
  grid-column-gap: 4rem;
  background-color: var(--dark-65);
  min-height: 25.8rem;
  color: var(--light-gray);
  border: 2px solid #ffffff14;
  border-radius: 2rem;
  flex-direction: row;
  justify-content: space-between;
  padding: 3rem;
  font-weight: 300;
  display: flex;
}

.home-testimonials_heading {
  font-weight: 400;
}

.home-services_heading {
  align-self: center;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 6rem;
  padding-bottom: 12rem;
}

.heading-style-h2-hero {
  letter-spacing: -4px;
  font-size: 4.5rem;
  line-height: 1.1;
}

.home-testimonial_name {
  font-size: 1.375rem;
  font-weight: 400;
}

.home-testimonial_job-wrap {
  grid-column-gap: .6rem;
  padding-bottom: .4rem;
  display: flex;
}

.opacity-80 {
  opacity: .8;
}

.services-lottie_scroll-heading {
  width: 4rem;
  min-width: 4rem;
  margin-bottom: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}

.footer_ball-embed {
  z-index: 2;
  flex: 1;
  width: 22rem;
  max-width: 1000px;
  position: relative;
}

.footer_timer-component {
  grid-column-gap: .8rem;
  align-items: flex-end;
  display: flex;
}

.footer_timer-code {
  display: none;
}

.day-24h-sec {
  font-size: 2rem;
  font-weight: 500;
}

.footer_timer-text-side {
  color: var(--dark-64);
  font-size: 2rem;
  font-weight: 500;
}

.footer_ball-wrapper {
  perspective: 500px;
  justify-content: center;
  position: relative;
  transform: perspective(500px);
}

.footer_button-main {
  z-index: 3;
  grid-column-gap: .8rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border-width: 1px;
  border-color: #ffffff1a;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 4.5rem;
  margin: auto;
  padding: 1.5rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.footer_button-main:hover {
  color: #000;
  background-color: #fff;
}

.footer_button-main-text {
  color: #fff;
}

.footer_button-main-txt {
  z-index: 2;
  letter-spacing: -.5px;
  text-transform: none;
  font-family: Matter, sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
}

.footer_button-background {
  z-index: 1;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #ffffff14;
  border: 1px solid #ffffff1f;
  border-radius: 4rem;
  position: absolute;
  inset: 0%;
}

.footer_bottom-wrapper {
  z-index: 1;
  border-top: 1px solid #6c6c6c1f;
  justify-content: space-between;
  margin-top: -8rem;
  padding-top: 2.5rem;
  display: flex;
  position: relative;
}

.footer_bottom-text {
  color: var(--dark-64);
  font-size: 1.125rem;
  font-weight: 500;
}

.footer_bottom-wrap {
  grid-column-gap: 1rem;
  display: flex;
}

.footer_content-button-ball {
  position: relative;
}

.slider_icon-lock {
  height: 1.5rem;
  margin-bottom: 2px;
}

.projects_background-soon-hide {
  z-index: 1;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  width: 120%;
  height: 120%;
  position: absolute;
  inset: -8% 0% 0% -9%;
}

.navbar_text-localization-wrap {
  grid-column-gap: 0rem;
  display: flex;
}

.home-testimonial_text {
  opacity: 1;
  letter-spacing: -.038rem;
  margin-top: -.6rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.testimonial-conchetts {
  margin-bottom: -2.3rem;
  font-family: Oswald, sans-serif;
  font-size: 6rem;
  line-height: 48px;
}

.home-testiominal_content-wrap {
  grid-row-gap: 0rem;
  flex-direction: column;
  justify-content: space-between;
  width: 80%;
  display: flex;
}

.home-testimonial_avatar-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-bottom: 4px;
  display: flex;
}

.navbar-icon_wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 10px;
  display: flex;
}

.navbar-icon_wrapper.hide-icon-nav {
  display: none;
}

.navbar-icon_line {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #fff;
  border-radius: 1rem;
  width: 24px;
  height: 2px;
}

.navbar-icon_line.navbar-line1 {
  width: 1.5rem;
}

.line-red-fixed-topo {
  z-index: 2147483647;
  background-color: var(--red);
  width: 100%;
  height: .25rem;
  position: fixed;
  inset: 0% 0% auto;
}

.image {
  width: 16px;
  margin-top: 2.45px;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-2 {
  width: 16px;
  margin-top: 2.45px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.footer_ball-footer-embed {
  z-index: 2;
  flex: 1;
  width: 32rem;
  max-width: 1000px;
  position: relative;
}

.navbar-main {
  z-index: 100;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  height: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.menu-overlay {
  z-index: 5;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--dark-64);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
  position: fixed;
  inset: 0%;
}

.navbar-content-wrapper {
  padding: .75rem;
}

.navbar-main-grid {
  z-index: 8;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: minmax(4.2rem, 4.2rem) 38% auto;
  grid-template-columns: 1fr 20rem;
  grid-auto-columns: 1fr;
  width: 72vw;
  max-width: 70rem;
  height: 100vh;
  padding-top: .75rem;
  padding-bottom: .75rem;
  padding-right: 5.4rem;
  display: none;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.navbar-main-grid:where(.w-variant-d1147003-4b1f-5cc4-a242-a644d54206e4) {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: minmax(4.2rem, 4.2rem) 38% auto;
  grid-template-columns: 1fr 20rem;
  grid-auto-columns: 1fr;
  display: none;
}

.navbar-topo-wrap {
  background-color: var(--dark-65);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  height: 4.2rem;
  padding-bottom: .015rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.navbar-left-top-wrap {
  background-color: var(--light);
  width: 100%;
  color: var(--dark-65);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2.5rem 3rem 3rem;
  transition: all .3s;
  display: flex;
}

.navbar-left-top-wrap:hover {
  background-color: var(--light-gray);
}

.navbar-topo-text-location {
  color: #fff;
  margin-left: -.5rem;
  font-size: 1.25rem;
  font-weight: 400;
}

.navbar-topo-text-location.text-color-white-70 {
  color: #ffffffb8;
}

.navbar-right-top-wrap {
  background-color: var(--light);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2.5rem 2.25rem 3rem;
  display: flex;
}

.nav-wrap-tag {
  grid-column-gap: .75rem;
  letter-spacing: 0;
  align-items: center;
  margin-left: -.6rem;
  font-family: Neue Haas Display Medium, sans-serif;
  font-weight: 500;
  display: flex;
}

.nav-wrap-tag-text {
  margin-top: 1px;
}

.navbar-left-top-title {
  color: #000;
  letter-spacing: -.1375rem;
  font-size: 3.2rem;
  line-height: 1.1;
}

.navbar-left-top-par {
  letter-spacing: -.6px;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.1;
}

.navbar-right-top-image {
  border-radius: 10rem;
  width: 4.5rem;
  height: 4.5rem;
}

.navbar-top-sub-text {
  color: var(--gray);
  font-family: Neue Haas Display Medium, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.navbar-top-sub-text.text-color-white-70 {
  color: #ffffffb8;
}

.navbar-text-top-sub {
  color: var(--gray);
  letter-spacing: 0;
  margin-top: 1px;
  font-family: Neue haas display roman, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.navbar-right-top-name {
  color: #000;
  letter-spacing: -.05rem;
  margin-bottom: .25rem;
  font-size: 1.7rem;
  font-weight: 500;
  line-height: 1.1;
}

.navbar-right-top-image-wrap {
  position: relative;
}

.navbar-circle-red-image {
  background-color: var(--red);
  border: 2px solid #fff;
  border-radius: 20px;
  width: 1rem;
  height: 1rem;
  margin-bottom: 2px;
  margin-right: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.navbar-grid-projects {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.navbar-projects-wrap {
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  justify-content: flex-end;
  width: 100%;
  height: 100%;
  min-height: 0;
  padding: .25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.navbar-image-projects_wrap {
  object-fit: cover;
  object-position: 50% 55%;
  width: 100%;
  height: 100%;
}

.navbar-projects-image-wrap {
  border-radius: .5rem;
  height: 6vh;
  min-height: 6vh;
  overflow: hidden;
}

.navbar-projects-wrap-content {
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding: 2px .8rem 2px 2.8rem;
  display: flex;
}

.navbar-projects-eye-wrap {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
  display: flex;
  position: absolute;
  inset: auto auto 11% 46%;
}

.navbar-right-bottom-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--light);
  border-radius: .75rem;
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.navbar-right-bottom-wrap-link {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  transition: all .3s;
  display: flex;
  position: relative;
}

.navbar-right-bottom-wrap-link:hover {
  background-color: var(--light-gray);
}

.navbar-right-bottom-number {
  letter-spacing: -.03rem;
  font-size: .85rem;
  font-weight: 500;
  display: inline-block;
  position: relative;
  top: -.625rem;
}

.navbar-right-bottom-name {
  color: #000;
  letter-spacing: -.05rem;
  margin-top: .125rem;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.1;
}

.navbar-right-bottom-line {
  background-color: #ebebeb;
  height: 1px;
  margin-left: 1rem;
  margin-right: 1rem;
  position: absolute;
  inset: auto 0% 0%;
}

.lottie-nav-burguer {
  width: 2.8rem;
  height: 2.8rem;
}

.sidebar-bottom-mobile {
  background-color: var(--light);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  padding-bottom: 1rem;
  display: none;
  position: relative;
}

.section_project-header {
  background-color: var(--light-gray);
  height: 60vh;
  max-height: 102vh;
  margin-right: 1.25rem;
}

.project-header_image-wrap {
  border-radius: 1rem;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.projects-hero-padding-global {
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: .75rem;
  margin-left: .625rem;
  margin-right: .625rem;
  position: relative;
}

.projects-header_image {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.projects-hero_component {
  z-index: 5;
  color: #fff;
  text-align: center;
  letter-spacing: -3.5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.projects-hero_text-wrap {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff14;
  border: 1px solid #ffffff29;
  border-radius: 1rem;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  padding: .4rem 4rem 1rem;
  font-weight: 300;
  display: flex;
}

.projects-hero_heading {
  letter-spacing: -4px;
  font-weight: 400;
}

.projects-hero_heading.bold {
  font-weight: 500;
}

.section-projects_content {
  z-index: 2;
  background-color: var(--light);
  border-radius: 2rem;
  margin-top: -2%;
  margin-left: .625rem;
  margin-right: .625rem;
  overflow: visible;
}

.projects-content_component {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.content-sidebar {
  grid-row-gap: .2rem;
  flex-direction: column;
  min-height: 100%;
  margin-right: .75rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  display: flex;
  position: fixed;
  inset: 0% 0% 0% auto;
}

.navbar-icon-home-wrap {
  z-index: 99999999;
  background-color: var(--dark-65);
  color: #fff;
  border-radius: .75rem;
  width: 4.4rem;
  min-width: 4.4rem;
  height: 4.2rem;
  min-height: 4.2rem;
  margin-top: .75rem;
  margin-left: .62rem;
  font-size: .875rem;
  position: fixed;
  inset: 0% auto auto 0%;
}

.icon-nabar-home {
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  padding: .5rem;
}

.navbar-text-home-icon {
  margin-top: .55rem;
  margin-right: .65rem;
  font-size: .7rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.navbar-name {
  color: #fff;
  letter-spacing: -.7px;
  font-size: 1.5rem;
  font-weight: 400;
}

.navbar-username {
  letter-spacing: -.3px;
  margin-left: .21rem;
  font-size: 1rem;
  position: relative;
  top: -.375rem;
}

.tag-span-project {
  color: #181818b8;
  letter-spacing: -.5px;
  text-transform: uppercase;
  margin-bottom: .8rem;
  font-family: Neue haas display roman, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4;
}

.projects-name_heading {
  letter-spacing: -4px;
  margin-left: -2px;
  font-size: 4rem;
  font-weight: 400;
  line-height: .8;
}

.point-red {
  color: var(--red);
  font-family: Matter, sans-serif;
  font-weight: 500;
}

.projects-tags {
  color: #000;
  font-size: 1.5rem;
  font-weight: 400;
}

.projects_top-heading-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.projects_top-main-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid var(--light-gray);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 40rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  width: 100%;
  padding-bottom: 4rem;
  display: grid;
}

.projects_about-text {
  color: #000;
  font-size: 1.25rem;
  font-weight: 400;
}

.projects_top-about-wrapper {
  width: 40rem;
}

.projects_top-about-wrap {
  flex-direction: column;
  justify-content: flex-start;
  display: flex;
}

.projects_top-heading-wrap {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.projects-top_about-content {
  grid-column-gap: 8rem;
  display: flex;
}

.projects_top-button-wrap {
  background-color: var(--light-gray);
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  height: 6rem;
  margin-top: 4rem;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.projects_top-button-circle {
  background-color: var(--red);
  border-radius: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.25rem;
  height: 2.25rem;
  padding-left: 2px;
  display: flex;
}

.projects_top-button-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.projects_main-content-wrapper {
  width: 100%;
  margin-top: 4rem;
}

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

.button-navbar-desktop {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f0f0f0;
  text-align: center;
  background-color: #3a282800;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
  text-decoration: none;
  transition: all .3s;
  display: flex;
  position: relative;
}

.button-navbar-desktop:hover {
  opacity: 1;
}

.button-navbar-text {
  z-index: 1;
  font-size: 1.125rem;
  display: flex;
  position: relative;
}

.button-navbar-dot {
  background-color: var(--red);
  border-radius: 100vw;
  width: .5rem;
  height: .5rem;
}

.projects-content-bg-green {
  background-color: #2c612f;
  border-radius: 2rem;
}

.projects-content_images-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 100%;
  height: 150vh;
  padding-bottom: 12rem;
  display: flex;
  position: relative;
}

.projects-content_text-wrapper {
  padding-bottom: 4rem;
}

.projects-second-text {
  color: #ffffff8a;
  letter-spacing: -.25rem;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
}

.projects-content_image {
  width: auto;
  max-width: 100%;
  height: auto;
  position: absolute;
  transform: rotate(0);
}

.projects-content_image.is--01 {
  max-width: 24rem;
  margin-top: -40rem;
  margin-left: -25rem;
  transform: rotate(-8deg);
}

.projects-content_image.is--02 {
  max-width: 22rem;
  margin-top: -37.5rem;
  margin-right: -25rem;
  transform: rotate(8deg);
}

.projects-content_image.is--03 {
  max-width: 62rem;
  margin-bottom: -52rem;
  transform: rotate(-4deg);
}

.projects-second-sub-text {
  opacity: 1;
  color: var(--light);
  letter-spacing: -.1rem;
  margin-bottom: 8rem;
  padding-top: .4rem;
  font-size: 2.5rem;
  line-height: 1.2;
}

.bold-white {
  color: #fff;
  font-weight: 600;
}

.projects-long-scroll {
  z-index: 2;
  background-color: var(--light);
  border-radius: 2rem;
  margin-top: -4rem;
  margin-bottom: -4rem;
  position: relative;
}

.intire-bg-block {
  z-index: 1;
  background-color: #4f33a5;
  background-image: linear-gradient(#6733a5, #4f33a5);
  border-radius: 32px;
  position: absolute;
  inset: 0%;
}

.intire-bg-block.bg-white {
  background-color: #fff;
  background-image: none;
  width: 100%;
}

.projects-content-bg-sticky {
  background-color: #181818;
  border-radius: 2rem;
  flex-direction: column;
  align-items: flex-start;
  height: 160vh;
  margin-top: -4rem;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
  position: sticky;
  top: .75rem;
}

.projects-content_sticky-component {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 80vh;
  display: flex;
}

.div-block-4 {
  width: 100%;
  min-width: 100%;
  height: 102vh;
  margin-top: -102vh;
  overflow: hidden;
}

.projects-hero-padding {
  flex: 1;
  width: 100%;
  height: 100%;
  margin-top: .75rem;
  margin-left: .625rem;
  margin-right: .625rem;
  position: relative;
}

.main-wrapper-project {
  z-index: 1;
}

.overflow-embed {
  display: none;
}

.projects-goal-text {
  color: #ffffff8a;
  letter-spacing: -.15rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.1;
}

.projects-content_sticky-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.div-block-5 {
  background-color: #70f;
  height: 12px;
  margin-left: .6875rem;
  margin-right: 5.75rem;
  position: fixed;
  inset: 0% 0% auto;
}

.home-services_anchor {
  height: 120vh;
}

.projects-second-sub-text-dark {
  opacity: 1;
  color: var(--dark-65);
  letter-spacing: -.1rem;
  margin-bottom: 8rem;
  padding-top: .4rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.projects-second-text-dark {
  color: #1818188a;
  letter-spacing: -.25rem;
  font-size: 6rem;
  font-weight: 500;
  line-height: 1.1;
}

.projects-content_process-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.projects-content_process-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
}

.projects-content_process-icon-wrap {
  border: 2px solid #e53f2c29;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  padding: .5rem;
  display: flex;
}

.projects-content_process-par {
  letter-spacing: -.6px;
  max-width: 22.5rem;
  font-size: 1.25rem;
}

.projects-content_process-line {
  border: 1px solid #00000014;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 1px;
  margin-top: 3rem;
  display: flex;
}

.heading-style-h2-process {
  letter-spacing: -1.8px;
  margin-top: 1rem;
  font-size: 3.6rem;
  font-weight: 500;
  line-height: 1.4;
}

.projects-content_process-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  border: 1px solid #0000000a;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.projects-content_process-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  min-height: 110%;
}

.image-wrapper_radius-project {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 52rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-full-scroll {
  object-fit: cover;
  width: 100%;
  height: 110%;
  min-height: 110%;
}

.stats42_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 110%;
}

.projects-content_process-line-inside {
  background-color: var(--red);
  width: 1.5rem;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.projects-content_result-topo {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120vh;
  min-height: 120vh;
  margin-top: 4rem;
  display: flex;
  overflow: hidden;
}

.projects-content_result-topo-image {
  object-fit: cover;
  width: 100%;
  height: 125%;
  min-height: 125%;
}

.projects-content_result-wrapper {
  max-width: 66.25rem;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 4rem;
}

.projects-second-sub-text-dark-result {
  opacity: 1;
  color: var(--dark-65);
  letter-spacing: -.1rem;
  margin-bottom: 3rem;
  padding-top: .4rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.projects_result-par {
  color: var(--dark-65);
  margin-top: 3rem;
  padding-right: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.projects_result-par.light {
  color: var(--light);
}

.video-full-cover {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
}

.projects-content_result--component {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 10rem;
  padding-bottom: 10rem;
  display: flex;
}

.project_content_result-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .75fr .5fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  height: 100%;
  margin-top: 4rem;
  display: grid;
}

.image-result_extend {
  width: 60rem;
  height: 120rem;
}

.projects_result-par-grid {
  color: var(--dark-65);
  margin-top: 8rem;
  padding-right: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.div-block-6 {
  background-color: #4e4e4e;
  border-radius: 1rem;
  height: 80vh;
  position: sticky;
  top: 0;
}

.text-size-medium-2 {
  font-size: 1.125rem;
}

.layout408_card {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #0000;
  border: 1px solid #0000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

.layout408_card-content {
  flex-direction: column;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.button-2 {
  color: #0000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-2.is-link {
  color: #0000;
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button-2.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button-2.is-secondary {
  color: #0000;
  background-color: #0000;
}

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

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

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

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

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

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

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

.layout408_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  position: sticky;
  top: 0;
}

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

.max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.div-block-7 {
  height: 100vh;
  position: relative;
}

.div-block-8 {
  position: relative;
}

.div-block-9 {
  background-color: #b3b3b3;
  border-radius: 1rem;
  width: 100%;
  height: 80vh;
  position: relative;
}

.div-block-10 {
  border-radius: 1rem;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.section_next-project {
  z-index: 2;
  align-items: flex-start;
  width: 100%;
  height: 80vh;
  margin-bottom: .625rem;
  display: flex;
  position: relative;
}

.text-size-medium-3 {
  font-size: 1.25rem;
}

.button-3 {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--\<unknown\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

.button-3.is-link.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-3.is-secondary {
  border: 1px solid var(--\<unknown\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--\<unknown\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  background-color: #0000;
}

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

.layout408_card-2 {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid variable-52bff010-4dd6-9859-073d-d21c284792b9;
  background-color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: stretch;
  height: 80vh;
  margin-bottom: 10vh;
  display: grid;
  position: sticky;
  top: 10%;
  overflow: hidden;
}

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

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.homer-header_button-wrapper {
  z-index: 2147483647;
  background-color: var(--light);
  cursor: pointer;
  border-radius: .75rem;
  justify-content: center;
  align-items: center;
  width: 4.4rem;
  min-width: 4.4rem;
  height: 4.4rem;
  min-height: 4.4rem;
  margin-top: -66px;
  display: flex;
  position: absolute;
  top: auto;
  left: 0%;
  right: auto;
}

.logo-expert-webflow {
  z-index: 99;
  background-color: var(--dark-65);
  border-radius: .25rem;
  width: 13rem;
  margin-bottom: .65rem;
  margin-left: .65rem;
  padding: .25rem;
  position: fixed;
  inset: auto auto 0% 0%;
  overflow: hidden;
}

.image-3-copy {
  z-index: 2147483647;
  width: 12rem;
  position: fixed;
  inset: auto auto 0% 0%;
}

.section_hero-contact {
  background-color: var(--light-gray);
  height: 44%;
  color: var(--light-gray);
  border-top-left-radius: 1rem;
  border-top-right-radius: 1rem;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: -1px;
  margin-right: -2px;
  padding-top: 7rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.page-contanct-sections {
  z-index: 10;
  background-color: var(--light-gray);
  padding-top: .75rem;
  position: relative;
}

.home-hero-contact_wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.heading-style-h2-contact {
  letter-spacing: -1.8px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.4;
}

.contact_heading-wrap {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--dark-65);
  flex-direction: column;
  align-items: flex-start;
  font-weight: 400;
  display: flex;
}

.contact_hours {
  color: var(--dark-65);
  letter-spacing: 0;
  margin-bottom: -2rem;
  margin-right: -4px;
  font-size: 11rem;
  font-weight: 500;
  line-height: 1.2;
}

.contact_hours.text-color-white-70 {
  color: #ffffffb8;
}

.section_contact-form {
  color: var(--light-gray);
  background-color: #6d6d6d;
  border-radius: 0 0 2px 2rem;
  margin-left: .625rem;
  margin-right: .625rem;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.first-step-grid---brix {
  grid-column-gap: 28px;
  grid-row-gap: 44px;
}

.first-step-grid---brix.uniform-space---brix {
  grid-row-gap: 28px;
  overflow: visible;
}

.multi-step-form-radio-trigger---brix {
  color: #170f49;
  border: 2px solid #0000;
  border-radius: 16px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 66px;
  padding-right: 32px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: border-width .2s, border-color .2s;
  display: flex;
  position: absolute;
  inset: 0%;
  box-shadow: 0 2px 6px 2px #13124212;
}

.multi-step-form-radio-trigger---brix:hover {
  border-color: #bfbaff;
}

.checkbox---brix {
  z-index: 5;
  opacity: 1;
  cursor: pointer;
  border-width: 2px;
  border-color: #0000;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: border-color .35s, all .35s;
  position: absolute;
  inset: 0%;
  overflow: visible;
  box-shadow: 0 2px 6px 1px #13124212;
}

.checkbox---brix:hover {
  border-color: #bfbaff;
}

.checkbox---brix.w--redirected-checked {
  opacity: 1;
  background-color: #0000;
  background-image: none;
  border-width: 2px;
  border-color: #4a3aff;
}

.checkbox---brix.w--redirected-focus {
  border-width: 2px;
  border-color: #4a3aff;
  box-shadow: 0 4px 10px #1f255912;
}

.slider---brix {
  background-color: #0000;
  max-width: 750px;
  height: 100%;
  padding-left: 10px;
  padding-right: 10px;
  position: relative;
}

.step-title-wrap---brix {
  margin-bottom: 40px;
}

.slide---brix {
  margin-right: 80px;
}

.step-title---brix {
  margin-bottom: 8px;
  font-weight: 700;
}

.multi-step-form-error-message---brix {
  border-radius: 16px;
  margin-top: 140px;
  padding: 24px;
}

.title-container---brix {
  text-align: center;
  max-width: 518px;
}

.mask---brix {
  width: 100%;
  padding-left: 8px;
  padding-right: 8px;
  overflow: hidden;
}

.form-step-progress-bar-mobile---brix {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
  display: none;
}

.submit-content-wrapper---brix {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 500px;
  margin: auto;
  display: flex;
}

.form-step-number---brix {
  color: #6f6c90;
  background-color: #eff0f6;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 34px;
  height: 34px;
  margin-left: 18px;
  margin-right: 18px;
  font-size: 16px;
  display: flex;
}

.form-step-number---brix.completed---brix {
  color: #fff;
  background-color: #4a3aff;
  font-weight: 700;
}

.steps-bar---brix {
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.display-none {
  display: none;
}

.cloneable-container-default {
  background-color: var(--dark-two);
  border-radius: 20px;
  min-height: 624px;
  padding-top: 75px;
  padding-bottom: 200px;
  transform: translate(0);
}

.multi-step-form-wrapper---brix {
  flex-direction: column;
  align-items: center;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.select-item-icon---brix {
  margin-right: 12px;
}

.form-content---brix {
  border-top: 1px solid #d9dbe9;
  padding-top: 64px;
  padding-bottom: 80px;
  overflow: visible;
}

.multi-step-form-grid-item---brix {
  overflow: visible;
}

.step-paragraph---brix {
  margin-bottom: 0;
}

.completed-form-illustrations---brix {
  margin-bottom: 18px;
}

.multi-step-form-button---brix {
  color: #4a3aff;
  background-color: #fff;
  border-radius: 500px;
  width: auto;
  padding: 20px 40px;
  font-size: 18px;
  line-height: 1;
  text-decoration: none;
  transition: transform .2s;
  display: inline-block;
  inset: 682px auto auto;
}

.multi-step-form-button---brix:hover {
  transform: translate(0, -2px);
}

.multi-step-form-button---brix.left---brix {
  border: 1px solid #4a3aff;
  left: -40px;
}

.multi-step-form-button---brix.right---brix {
  color: #fff;
  background-color: #4a3aff;
  font-weight: 700;
  right: -40px;
}

.multi-step-foirm---success-message---brix {
  background-color: #fff;
  border-radius: 16px;
  min-height: 44vh;
  padding-top: 70px;
  padding-bottom: 70px;
  box-shadow: 38px 38px 34px #4a3aff03, 0 1px 26px #14142b05, 0 16px 26px #13124205;
}

.multi-step-form-text-field---brix {
  color: #170f49;
  background-color: #fff;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 2px solid #0000;
  border-radius: 500px;
  min-height: 66px;
  margin-bottom: 0;
  padding: 20px 60px 20px 20px;
  font-size: 18px;
  transition: color .4s, border-color .4s, all .4s;
  box-shadow: 0 2px 6px #13124212;
}

.multi-step-form-text-field---brix:hover {
  border-color: #4a3aff;
  box-shadow: 0 4px 10px #1312421f;
}

.multi-step-form-text-field---brix:focus {
  color: #4a3aff;
  border: 2px solid #4a3aff;
}

.multi-step-form-text-field---brix::placeholder {
  color: #6f6c90;
  font-size: 18px;
}

.multi-step-form-text-field---brix.name-icon---brix {
  background-image: none;
  background-position: 90%;
  background-repeat: no-repeat;
  background-size: auto;
}

.multi-step-form-text-field---brix.name-icon---brix:hover, .multi-step-form-text-field---brix.name-icon---brix:focus, .multi-step-form-text-field---brix.phone-icon---brix, .multi-step-form-text-field---brix.phone-icon---brix:hover, .multi-step-form-text-field---brix.phone-icon---brix:focus, .multi-step-form-text-field---brix.company-icon---brix, .multi-step-form-text-field---brix.company-icon---brix:hover, .multi-step-form-text-field---brix.company-icon---brix:focus, .multi-step-form-text-field---brix.email-icon---brix, .multi-step-form-text-field---brix.email-icon---brix:hover, .multi-step-form-text-field---brix.email-icon---brix:focus {
  background-image: none;
}

.submit-button---brix {
  background-color: #4a3aff;
  border-radius: 500px;
  padding: 20px 40px 21px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
  transition: all .2s;
  box-shadow: 0 3px 12px #4a3aff2e;
}

.submit-button---brix:hover {
  transform: translate(0, -2px);
  box-shadow: 0 4px 10px #4a3aff4d;
}

.multi-step-form-label---brix {
  color: #170f49;
  border-radius: 16px;
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1;
}

.multi-step-form-label---brix.no-margin---brix {
  z-index: 40;
  margin-bottom: 0;
  position: relative;
}

.checkbox-item--brix {
  color: #170f49;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 16px;
  align-items: center;
  min-height: 114px;
  max-height: 114px;
  margin-bottom: 0;
  padding: 25px;
  display: flex;
  position: relative;
  overflow: visible;
}

.multi-step-form-block---brix {
  width: 100%;
  min-height: 44vw;
  margin-top: 20px;
  margin-bottom: 0;
}

.radio-button-field {
  align-items: center;
  min-height: 114px;
  max-height: 114px;
  margin-bottom: 0;
  padding: 48px 32px;
  display: flex;
  position: relative;
}

.multi-step-form---brix {
  background-color: #fff;
  border-radius: 34px;
  padding-left: 40px;
  padding-right: 40px;
  box-shadow: 0 54px 34px #4a3aff05, 0 1px 26px #14142b05, 0 16px 26px #13124205;
}

.radio-button {
  cursor: pointer;
  border: 1.2px solid #d9dbe9;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 12px;
  transition: all .2s;
  overflow: hidden;
  box-shadow: inset 0 0 7px #14142b14;
}

.radio-button.w--redirected-checked {
  border-width: 7px;
  border-color: #4a3aff;
}

.radio-button.w--redirected-focus {
  box-shadow: 0 0 3px 1px #4a3aff33;
}

.form-step-progress-bar---brix {
  background-color: #eff0f6;
  border-radius: 50px;
  width: 100%;
  min-height: 6px;
}

.form-step-progress-bar---brix.current-step---brix {
  background-color: #4a3aff;
  width: 100%;
}

.form-step-progress-bar---brix.complete-step---brix {
  background-color: #4a3aff;
}

.projects-content-top-image-wrapper {
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 120vh;
  min-height: 120vh;
  margin-top: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-content_mockup-wrapper {
  width: 96%;
  max-width: 80rem;
  position: absolute;
}

.image-wrapper_radius-project-video {
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  max-width: 100%;
  height: 100%;
  min-height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.projects-scrollpusher {
  z-index: 2;
  transform-origin: 50% 100%;
  background-color: #eff1f3;
  border-radius: 1rem;
  flex-direction: column;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.projects-scrollbase {
  z-index: 2;
  flex-direction: column;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.projects-section_card {
  width: 100%;
  min-height: auto;
}

.projects-section_card-wrapper {
  z-index: 2;
  background-color: #2c612f;
  border-radius: 32px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  padding: 4rem 4rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-project_card-final {
  width: 115%;
  max-width: 115%;
  margin-top: -12rem;
  margin-bottom: -2px;
  margin-left: -7.5%;
}

.next-project_main-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border-radius: 1rem;
  justify-content: space-between;
  width: 100%;
  height: 24rem;
  margin-top: .75rem;
  margin-bottom: .75rem;
  display: flex;
  position: sticky;
  bottom: .75rem;
}

.next-project_wrap {
  background-color: #6949f9;
  border-radius: 2rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.next-project_wrap.poodium-color {
  background-color: #efaa04;
}

.next-project_contat-wrap {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 24rem;
}

.next-project_contact {
  background-color: var(--light);
  width: 100%;
  max-width: 38rem;
  color: var(--dark-65);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 3.5rem 4rem 4rem;
  transition: all .3s;
  display: flex;
}

.next-project_contact:hover {
  background-color: #fff;
}

.next-project_image {
  width: 100%;
  max-width: 33.4706rem;
  margin-left: -2rem;
  margin-right: -8rem;
}

.next-project_image.poodium-image {
  max-width: 12rem;
  margin-left: -.1rem;
  margin-right: 0;
  transform: rotate(-12deg);
}

.next-project_title {
  color: var(--light);
  letter-spacing: -.25rem;
  white-space: nowrap;
  font-size: 5.5vw;
  font-weight: 500;
  line-height: 1;
}

.next-project_title-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4.5rem;
  padding-left: 4rem;
  display: flex;
}

.next-project_tag-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--light);
  letter-spacing: 0;
  background-color: #ffffff29;
  border-radius: 4rem;
  align-items: center;
  padding: .25rem 1rem .25rem .25rem;
  font-weight: 400;
  display: flex;
}

.next-project_tag-name {
  background-color: #6949f9;
  border-radius: 2rem;
  padding: .25rem 1.05rem;
}

.next-project_tag-name.poodium-color {
  background-color: #2c612f;
}

.next-project_eye-hover {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  display: flex;
  position: absolute;
  inset: auto 16% auto auto;
}

.projects_result-par-light {
  color: var(--light);
  margin-top: 3rem;
  padding-right: 2rem;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.projects_result-par-light.light {
  color: var(--light);
}

.projects_result-par-light.no-margin {
  margin-top: 0;
  padding-right: 0;
}

.projects-thirty-text {
  color: #ffffff8a;
  letter-spacing: -.25rem;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1;
}

.home-video_soon-wrap {
  z-index: 4;
  border: 4px solid var(--light-gray);
  background-color: var(--red);
  max-width: 10.4rem;
  color: var(--light);
  letter-spacing: -.5px;
  border-radius: 2rem;
  justify-content: center;
  align-items: center;
  margin-top: 3.2rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4px;
  padding-bottom: 6px;
  font-size: 1rem;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.home-video_eye-wrap {
  z-index: 4;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.75rem;
  min-width: 3rem;
  height: 3.75rem;
  min-height: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-24 {
  width: 2rem;
  height: 1.5rem;
}

.icon-28 {
  width: 1.75rem;
  height: 1.75rem;
}

.home-video_soon-wrapper {
  z-index: 6;
  cursor: pointer;
  width: 100%;
  height: 10.25rem;
  position: absolute;
  inset: 0%;
}

.multi-form34_block {
  width: 100%;
  max-width: 40rem;
  margin-bottom: 0;
}

.button-4 {
  background-color: var(--\<unknown\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>);
  color: var(--\<unknown\|variable-2688eaeb-df93-32fe-efb9-d54fbd7bd424\>);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-4.is-secondary {
  border: 1px solid var(--\<unknown\|variable-551aa6d2-4bf8-6036-137a-78e1c71841a4\>);
  color: var(--\<unknown\|variable-7cd2a57e-6f21-74f7-6ce6-096306cecf3e\>);
  background-color: #0000;
}

.multi-form34_enter-label {
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0% -1rem 0% auto;
  transform: translate(100%);
}

.multi-form34_checkbox-field {
  border: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form34_checkbox-field.is-active-inputactive {
  background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
}

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

.multi-form34_form-started {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

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

.multi-form34_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multi-form34_radio {
  border: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form34_radio.is-active-inputactive {
  background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
}

.multi-form34_form_label {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.multi-form34_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  display: grid;
}

.multi-form34_progress-bar {
  background-color: #0000001f;
  flex: 1;
  width: 100%;
  height: 100%;
}

.multi-form34_progress-bar.current {
  background-color: var(--red);
}

.multi-form34_caption {
  margin-bottom: 1rem;
  font-weight: 400;
}

.multi-form34_step-tag {
  margin-top: .5rem;
}

.multi-form34_component {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section_multi-form34 {
  position: relative;
}

.multi-form34_radio-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.multi-form34_radio-icon.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-color: #0000;
}

.multi-form34_radio-icon.w--redirected-focus {
  box-shadow: none;
}

.multi-step-form-instructions-delete {
  z-index: 1000;
  background-color: var(--\<unknown\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.multi-form34_radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.multi-form34_subtext-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  display: flex;
}

.text-size-small-2 {
  font-size: .875rem;
}

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

.error-message {
  background-color: var(--red);
  text-align: center;
  border-radius: 1rem;
  margin-top: 1.5rem;
  padding: 2rem;
  font-size: 1.5rem;
}

.multi-form34_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.multi-form34_progress {
  width: 100%;
  height: .25rem;
  display: flex;
}

.multi-form34_checkbox-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.form-icon-left {
  position: absolute;
  left: .75rem;
}

.form_input-2 {
  border: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form_input-2::placeholder {
  color: var(--\<unknown\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

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

.form_input-2.is-select-input {
  color: var(--\<unknown\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>);
}

.formly-multi-step-form-instructions-card {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
  line-height: 1.6;
  display: flex;
}

.multi-form34_inner-wrapper {
  flex-direction: column;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.multi-form34_radio-subtext {
  justify-content: space-between;
  align-self: stretch;
  margin-top: 1rem;
  display: flex;
}

.multi-form34_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

.multi-form34_field-wrapper {
  flex-direction: column;
  display: flex;
}

.success-message {
  border: 1px solid var(--dark-64);
  background-color: var(--\<unknown\|variable-eede0174-1898-a99e-0c79-395339ec1911\>);
  background-image: linear-gradient(to bottom, var(--dark-two), var(--dark-two));
  border-radius: 1rem;
  height: 100%;
  margin-top: 1rem;
  padding: 4rem 1.5rem;
  font-size: 1.5rem;
}

.multi-form34_step {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.multi-form34_checkbox-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.multi-form34_checkbox-button {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.multi-form34_checkbox-button.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-color: #0000;
}

.multi-form34_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.heading-style-h4-2 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.div-block-11 {
  z-index: 99999999;
  background-color: var(--dark-65);
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  margin: .65rem;
  display: none;
  position: absolute;
  inset: 0%;
}

.teste-link {
  color: var(--light);
}

.loading-wrapper {
  z-index: 9998;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--dark-65);
  justify-content: center;
  align-items: center;
  margin: -35px;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading-logo {
  width: 3.75rem;
}

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

.loading-text {
  color: var(--light-gray);
  font-size: 1.5rem;
  display: none;
  position: absolute;
}

.text-color-red-loader {
  color: #e53f2c;
  padding-right: 2px;
  display: inline-block;
  position: relative;
  top: -2px;
}

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

.form-fixed-wrapper {
  z-index: 98;
  background-color: var(--light-gray);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  place-items: stretch stretch;
  width: 100%;
  min-width: 100%;
  height: 100vh;
  padding: .75rem 5.75rem .55rem .65rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.form-blur-wrapper {
  border-top-left-radius: .75rem;
  border-top-right-radius: .75rem;
  width: 100%;
  height: 36vh;
  position: relative;
  overflow: hidden;
}

.form-bg-blur {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #e53f2d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.form-content-wrapper {
  z-index: 2;
  background-color: var(--dark-65);
  border-radius: .75rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 56%;
  min-height: 52%;
  max-height: 56%;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.form-inputs-wrapper {
  color: var(--light);
}

.heading-style-h2-hero-contact {
  letter-spacing: -4px;
  padding-left: 0;
  font-size: 4.5rem;
  line-height: 1.1;
}

.form-close-button {
  z-index: 999;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--light);
  max-width: 10rem;
  color: var(--dark-65);
  cursor: pointer;
  border-radius: 4rem;
  justify-content: center;
  align-items: center;
  margin-top: 2.5rem;
  margin-left: auto;
  margin-right: 3rem;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.form-close-icon-x {
  color: var(--red);
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-main-content-wrapper {
  flex-flow: column;
  flex: 1;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: relative;
}

.div-block-13 {
  position: absolute;
  inset: 0%;
}

.link {
  cursor: pointer;
}

.multi-form28_button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  display: flex;
  position: relative;
}

.multi-form28_button-group.button-up-input {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.multi-form28_checkbox-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.section_multi-form28 {
  width: 100%;
  color: var(--light);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
  position: relative;
}

.multi-form28_radio-icon {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.multi-form28_radio-icon.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-color: #0000;
}

.multi-form28_radio-icon.w--redirected-focus {
  box-shadow: none;
}

.multi-form28_progress-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #ffffff8a;
  letter-spacing: -.5px;
  align-items: center;
  font-size: 1.25rem;
  font-weight: 400;
  display: flex;
}

.multi-form28_progress-item.is--done {
  color: var(--red);
}

.multi-form28_footer {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.multi-form28_radio {
  border: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form28_radio.is-active-inputactive {
  background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  color: var(--\<unknown\|variable-3ff69ad9-e0b2-da94-ea2a-574dc947de0e\>);
}

.multi-form28_progress {
  border: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  border-radius: 9999px;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.multi-form28_progress.progress-current, .multi-form28_progress.completed {
  background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
}

.multi-form28_inner-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 100%;
  display: grid;
}

.text-style-link {
  color: var(--\<unknown\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>);
  text-decoration: underline;
}

.multi-form28_checkbox-button {
  cursor: pointer;
  border-style: none;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  transition: all .2s;
  position: absolute;
  inset: 0%;
}

.multi-form28_checkbox-button.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  border-color: #0000;
}

.multi-form28_checkbox-button.w--redirected-focus {
  box-shadow: none;
}

.multi-form28_checkbox-field {
  border: 1px solid var(--\<unknown\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>);
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.multi-form28_checkbox-field.is-active-inputactive {
  background-color: var(--\<unknown\|variable-419fddc9-288d-5141-33c5-0873c4ce2f53\>);
  color: var(--\<unknown\|variable-248be024-93cf-6ec4-8eec-0e9f047a83ae\>);
}

.multi-form28_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-width: 100%;
  padding-top: 6rem;
  padding-bottom: 4.5rem;
  display: grid;
  position: relative;
  overflow: visible;
}

.multi-form28_step {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  min-width: 100%;
  height: 32vh;
  display: flex;
}

.multi-form28_radio-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: flex;
}

.multi-form28_navbar {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 4.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.multi-form28_form {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center;
  height: 100%;
  min-height: 100%;
  display: flex;
}

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

.multi-form28_block {
  flex-flow: column;
  justify-content: center;
  width: 100%;
  max-width: 72rem;
  height: 100%;
  min-height: 100%;
  display: flex;
}

.multi-form28_form-started {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.multi-form28_radio-label {
  z-index: 1;
  margin-top: auto;
  margin-bottom: auto;
  position: relative;
}

.multi-form28_checkbox-group {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.multi-form28_field-wrapper {
  flex-direction: column;
  width: 100%;
  min-width: 100%;
  display: flex;
}

.multi-form28_field-wrapper.with-button {
  flex-flow: row;
  align-items: center;
}

.multi-form28_subtext-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  align-items: center;
  display: flex;
}

.multi-form28_caption {
  margin-bottom: 1rem;
  font-weight: 400;
}

.multi-form28_enter-label {
  align-items: center;
  display: flex;
  position: relative;
  transform: translate(100%);
}

.multi-form28_form_label {
  margin-bottom: 1.5rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.multi-form28_progress-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -2px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.multi-form28_progress-wrapper.hide-moment {
  display: none;
}

.heading-style-h4-3 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.multi-form28_input-field {
  align-items: center;
  display: flex;
  position: relative;
}

.multi-form28_radio-subtext {
  justify-content: space-between;
  align-self: stretch;
  margin-top: 1rem;
  display: flex;
}

.padding-global-contact {
  flex: 1;
  width: 100%;
  padding-left: 6rem;
  padding-right: 6rem;
}

.padding-global-contact.nav-desktop-padding {
  padding-left: 6.625rem;
}

.contact_letdoit-wrap {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  display: flex;
}

.contact_timer-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: right;
  max-width: 14.2rem;
  font-size: 1.25rem;
  line-height: 1.2;
  display: flex;
}

.icon-time-contact {
  width: 1.25rem;
  height: 1.25rem;
}

.opacity-54 {
  color: var(--opacity-54);
}

.contact_letdpot-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: right;
  background-color: #3898ec00;
  font-size: 1.5rem;
  line-height: 1.2;
}

.contact_letdpot-text._125 {
  font-size: 1.25rem;
}

.form-input {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--red);
  width: 100%;
  min-width: 100%;
  color: var(--light);
  letter-spacing: -1px;
  background-color: #fff0;
  background-image: url('../images/user.svg');
  background-position: 0 46%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 2.5rem 1rem 2.5rem 3rem;
  font-size: 1.5rem;
}

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  color: #fffc;
  border-bottom-color: #ff3720;
}

.form-input::placeholder {
  color: var(--light);
}

.button-form {
  color: var(--red);
  background-color: #3898ec00;
  background-image: url('../images/arrow-right.svg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding: 1rem 2.5rem 1rem 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  transition: all .3s;
}

.button-form:hover {
  opacity: .72;
}

.button-form.button-with-input {
  z-index: 5;
  white-space: nowrap;
  margin-top: -1rem;
  margin-left: -10rem;
  position: relative;
}

.contact_enter-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  display: flex;
}

.form-input-icon {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--red);
  width: 100%;
  min-width: 100%;
  color: var(--light);
  letter-spacing: -1px;
  background-color: #fff0;
  background-image: url('../images/mail.svg');
  background-position: 0 48%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 2.5rem 1rem 2.5rem 3rem;
  font-size: 1.5rem;
  transition: opacity .3s;
}

.form-input-icon:focus-visible, .form-input-icon[data-wf-focus-visible] {
  border-bottom-color: var(--red);
  color: #fffc;
}

.form-input-icon::placeholder {
  color: var(--light);
}

.form-input-icon.is-job {
  background-image: url('../images/briefcase.svg');
}

.form-input-icon.is-services {
  background-image: url('../images/list.svg');
}

.form-input-icon.is-link {
  background-image: url('../images/plus-square.svg');
}

.form-input-icon.is-budget {
  color: var(--light);
  background-image: url('../images/dollar-sign.svg');
  display: none;
}

.button-form_main-wrapper {
  display: flex;
}

.button-form-back {
  color: var(--light);
  background-color: #3898ec00;
  background-image: url('../images/arrow-left.svg');
  background-position: 0 47%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  margin-top: -2px;
  padding: 1rem 2rem 1rem 2.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  transition: opacity .3s;
}

.button-form-back:hover {
  opacity: .54;
}

.button-form-back.button-with-input {
  white-space: nowrap;
  margin-top: -1rem;
  margin-left: -10rem;
}

.code-time, .code {
  display: none;
}

.form-textarea-icon {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--red);
  width: 100%;
  min-width: 100%;
  color: var(--light);
  letter-spacing: -1px;
  background-color: #fff0;
  background-image: url('../images/box.svg');
  background-position: 0 25%;
  background-repeat: no-repeat;
  background-size: auto;
  padding: 1.35rem 1rem 2.5rem 3rem;
  font-size: 1.5rem;
  transition: opacity .3s;
  overflow: auto;
}

.form-textarea-icon:focus-visible, .form-textarea-icon[data-wf-focus-visible] {
  border-bottom-color: var(--red);
  color: #fffc;
}

.form-textarea-icon::placeholder {
  color: var(--light);
}

.form-textarea-icon.is-job {
  background-image: url('../images/briefcase.svg');
}

.form-textarea-icon.is-services {
  background-image: url('../images/list.svg');
}

.form-textarea-icon.is-link {
  background-image: url('../images/plus-square.svg');
}

.form-textarea-icon.is-budget {
  background-image: url('../images/dollar-sign.svg');
}

.radio-button-wrap {
  border: 1px solid #353535;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 8rem;
  height: 6.25rem;
  margin-left: -1px;
  display: flex;
  position: relative;
}

.radio-button {
  opacity: 1;
  width: .75rem;
  height: .75rem;
  display: none;
  position: absolute;
  top: -20px;
  bottom: 0;
  left: -30px;
}

.radio-button-text {
  z-index: 2;
  border-bottom: 2px solid var(--dark-65);
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  font-size: 1.5rem;
  position: absolute;
  inset: 0%;
}

.form-select {
  background-color: #f3f3f300;
  background-image: url('../images/dollar-sign.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  width: 100%;
  min-width: 100%;
  padding-left: 3rem;
}

.form-select--icon {
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: black black var(--red);
  background-color: var(--dark-65);
  width: 100%;
  min-width: 100%;
  height: 5rem;
  color: var(--light);
  letter-spacing: -1px;
  background-image: url('../images/dollar-sign.svg');
  background-position: 0 48%;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 3rem;
  padding-right: 1rem;
  font-size: 1.5rem;
  transition: opacity .3s;
}

.form-select--icon:focus-visible, .form-select--icon[data-wf-focus-visible] {
  border-bottom-color: var(--red);
  background-color: var(--dark-65);
  color: #fffc;
}

.form-select--icon::placeholder {
  color: var(--light);
}

.form-select--icon.is-job {
  background-image: url('../images/briefcase.svg');
}

.form-select--icon.is-services {
  background-image: url('../images/list.svg');
}

.form-select--icon.is-link {
  background-image: url('../images/plus-square.svg');
}

.form-select--icon.is-budget {
  color: var(--light);
  background-image: url('../images/dollar-sign.svg');
  display: none;
}

.form-select--icon.is-pages {
  background-image: url('../images/plus-square.svg');
}

.text-point-logo {
  color: var(--red);
  font-size: 1.9rem;
  font-weight: 600;
  line-height: 1;
}

.section_home-header-video {
  z-index: 3;
  height: 120vh;
  min-height: 12rem;
  margin-top: -30vh;
  padding: .625rem;
  display: block;
  position: relative;
}

.home-hero-video-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 1rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start flex-start;
  place-items: flex-end end;
  width: 100%;
  max-width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 79.3vh;
}

.home-hero-video-content {
  z-index: 2;
  perspective: 500px;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: flex-end;
  height: 400px;
  margin-bottom: -3rem;
  margin-right: .75rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  transform: translate(0);
}

.home-hero-video {
  z-index: 2;
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  position: relative;
}

.see-projects_hero {
  z-index: 3;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  transition: all .3s;
  display: flex;
  position: absolute;
  inset: auto;
}

.see-projects_hero:hover {
  transform: scale(1.1);
}

.testimonals-links_wrap {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-bottom: -6px;
  transition: transform .2s;
  display: flex;
}

.testimonals-links_wrap:hover {
  color: var(--medium-grey);
  transform: translate(0, -4px);
}

.testimonals-links_wrapper {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.home-hero-video-wrap {
  perspective: 2000px;
  width: 19vw;
  max-width: 24rem;
  height: 12.5rem;
  transform-style: preserve-3d;
  border-radius: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  bottom: .75rem;
  overflow: hidden;
  transform: none;
}

.home-hero-video_bg {
  z-index: 1;
  background-color: var(--light);
  position: absolute;
  inset: 0%;
}

.see-projects_hero-video {
  z-index: 3;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #fff6;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 4rem;
  min-width: 4rem;
  height: 4rem;
  min-height: 4rem;
  display: flex;
  position: absolute;
  inset: auto;
}

.lottie-animation-globe {
  filter: invert();
  width: 1.75rem;
  height: 1.75rem;
}

.icon-player-home-hero {
  z-index: 2;
  border: 4px solid var(--light-gray);
  background-color: var(--light-gray);
  border-radius: 6rem;
  margin-bottom: -4rem;
  margin-right: 4.2rem;
  position: absolute;
  inset: auto 0% 0% auto;
}

.heading-style-h1-2 {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

.header144_content-right {
  margin-top: 12rem;
  margin-left: 7.5%;
  margin-right: 7.5%;
}

.header144_component {
  min-height: 100vh;
  position: relative;
}

.text-size-medium-4 {
  font-size: 1.25rem;
}

.padding-global-6 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

.header144_image-wrapper {
  z-index: 1;
  transform-origin: 100% 0;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  height: 80vh;
  display: flex;
}

.lightbox-video-home-wrapper {
  z-index: 99;
  background-color: #0000;
  width: 22.18rem;
  height: 16rem;
  margin-bottom: -6.14rem;
  position: relative;
}

.text-hero-and {
  color: #5e5e5e;
  margin-right: .55rem;
  font-size: 2.5rem;
}

.embed-nav {
  display: none;
}

.closed {
  color: #807d7d;
}

.projects_top-main-wrapper-ml {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom-width: 1px;
  border-bottom-color: var(--light-gray);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 40rem;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 4rem;
  display: flex;
}

.projects-name_heading-ml {
  letter-spacing: -10px;
  margin-bottom: 2.5rem;
  margin-left: -2px;
  font-size: 11.7rem;
  font-weight: 600;
  line-height: .8;
}

.logo-circle-meli-ux {
  border: 1px solid #e0cb00;
  border-radius: 800px;
  width: 100%;
  max-width: 8rem;
  height: 100%;
  max-height: 8rem;
  margin-bottom: -3.9rem;
  position: relative;
}

.meli-ux-logo-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.tag-span-project-ml {
  color: #1818188a;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-bottom: .8rem;
  font-family: Matter, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
}

.project-text-desc-ml {
  color: #0000008a;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 500;
}

.projects_top-heading-wrap-ml {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.projects_top-heading-wrapper-ml {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: space-between;
  max-width: 49rem;
  display: flex;
}

.bold-black-semi-ml {
  color: #000;
  font-weight: 500;
}

.projects-content_process-line-inside-2 {
  background-color: #e53f2c;
  width: 1.5rem;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
}

.projects-content_process-line-ml {
  border: 1px solid #00000014;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 1px;
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.projects_main-content-wrapper-copy {
  width: 100%;
  margin-top: 4rem;
}

.section-project-mx {
  width: 100%;
  margin-top: 4rem;
  padding: 2rem 2.5rem 2.5rem;
}

.projects-name_heading3-ml {
  letter-spacing: -8px;
  margin-bottom: 2.5rem;
  margin-left: -2px;
  font-size: 8rem;
  font-weight: 600;
  line-height: .8;
}

.padding-global-ml {
  flex: 1;
  padding-left: 2rem;
  padding-right: 2rem;
}

.padding-global-ml.nav-desktop-padding {
  padding-left: 6.625rem;
}

.padding-global-ml.padding-global-hero {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding-top: 4rem;
  display: flex;
}

.project-text-desc-ml-left {
  color: #0000008a;
  text-align: left;
  font-size: 1.5rem;
  font-weight: 400;
}

.bold-black {
  color: #000;
}

.bold-black-text {
  color: #000;
  font-weight: 500;
}

.wrapper-grid-ml {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--light-gray);
  border-radius: 2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2.5rem 2.5rem 16rem;
  display: grid;
}

.image-full-ml {
  border-radius: 1rem;
  width: 100%;
  min-width: 100%;
  height: 100%;
  min-height: 100%;
  max-height: 100%;
  box-shadow: 0 2px 16px #00000014;
}

.see-website-ml {
  max-width: 400px;
  margin-top: -10rem;
  margin-left: auto;
  margin-right: auto;
}

.projects_top-button-ml {
  background-color: var(--dark-65);
  height: 6rem;
  color: var(--light);
  border-radius: 1rem;
  justify-content: space-between;
  align-items: center;
  padding-left: 3rem;
  padding-right: 3rem;
  transition: box-shadow .3s, transform .3s;
  display: flex;
}

.projects_top-button-ml:hover {
  transform: translate(0, -4px);
  box-shadow: 0 2px 16px #0000;
}

.projects-tags-ml {
  color: #fff;
  font-size: 1.5rem;
  font-weight: 400;
}

.project-content-ml {
  margin-top: 8rem;
}

.project-content-ml.no-padding {
  margin-top: 0;
}

.projects-content_component-ml {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 6rem;
  padding-bottom: 6rem;
  display: flex;
}

.button-5 {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-5.is-secondary {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

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

.button-5.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

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

.section_layout484 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.layout484_split-text {
  display: none;
}

.wrapper-grid-ml-3 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: var(--light-gray);
  border-radius: 2rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 2.5rem;
  display: grid;
}

.projects-second-sub-text-ml {
  opacity: 1;
  color: var(--light);
  letter-spacing: -.1rem;
  margin-bottom: 6rem;
  padding-top: .4rem;
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.next-project_image-poodium {
  width: 100%;
  max-width: 12rem;
  margin-left: .8rem;
  transform: rotate(-12deg);
}

@media screen and (max-width: 991px) {
  h1 {
    letter-spacing: -1px;
    font-size: 4rem;
  }

  h2 {
    font-size: 2.5rem;
  }

  blockquote {
    font-size: 1.125rem;
  }

  .hide-tablet {
    display: none;
  }

  .rich-text h1 {
    margin-bottom: 25px;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .show-tablet {
    display: block;
  }

  .ss_text_item-label {
    font-size: 15px;
  }

  .ss_utility_spacing-items {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .heading-style-h1 {
    font-size: 4rem;
  }

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

  .ss_utility_color-items {
    grid-column-gap: 1rem;
  }

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

  .spacing-block-medium {
    height: 1.5rem;
  }

  .spacing-block-large {
    height: 2.5rem;
  }

  .spacing-block-xlarge {
    height: 3rem;
  }

  .spacing-block-xxlarge {
    height: 4rem;
  }

  .spacing-block-huge {
    height: 5rem;
  }

  .spacing-block-xhuge {
    height: 6rem;
  }

  .spacing-block-xxhuge {
    height: 8rem;
  }

  .spacing-section-small {
    height: 5.125rem;
  }

  .spacing-section-medium {
    height: 6.25rem;
  }

  .spacing-section-large, .spacing-section-xlarge, .spacing-section-xxlarge {
    height: 7.5rem;
  }

  .spacing-section-huge {
    height: 9.375rem;
  }

  .spacing-block-custom5 {
    height: 2rem;
  }

  .spacing-block-custom4 {
    height: 1.5rem;
  }

  .ss_content_item.is-horizontal {
    flex-direction: column;
  }

  .ss_footer {
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    padding-top: 4rem;
  }

  .ss_utility_visibility-wrap.show-tablet {
    display: block;
  }

  .navbar {
    display: none;
  }

  .section_home-header {
    height: auto;
  }

  .home-header_50vh-black {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .home-header_component-black {
    flex-direction: column;
  }

  .home-header_content-black {
    margin-right: auto;
  }

  .home-header_heading {
    letter-spacing: -1px;
    font-size: 2rem;
  }

  .home-header_component-light {
    grid-row-gap: 2rem;
    flex-flow: column-reverse wrap;
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 8rem;
    padding-bottom: 2rem;
  }

  .social-fixed_text {
    transform: none;
  }

  .social-fixed_text-wrapper {
    flex-direction: row-reverse;
    align-items: center;
    height: auto;
    margin-left: auto;
    margin-right: auto;
  }

  .social-fixed_links-wrapper {
    grid-column-gap: 1rem;
    flex-direction: row;
    margin-top: 0;
  }

  .section_home-purpose {
    border-radius: 1rem;
  }

  .home-purpose_component, .home-projects_component {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .home_container-slider {
    justify-content: flex-start;
    min-height: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .home-projects_progress-slider {
    margin-top: 30px;
  }

  .home-project_wrapper-slider {
    width: 48%;
    margin-right: 1em;
  }

  .home-project_content-wrapper {
    grid-row-gap: .5rem;
    flex-direction: column;
    height: auto;
    margin: 1rem;
  }

  .home-project_content {
    width: 100%;
  }

  .home-project_button {
    width: 100%;
    height: 6vh;
  }

  .home-project_button.is-light {
    min-height: 4rem;
  }

  .home-project_text-button {
    width: 100%;
  }

  .section_home-testimonials {
    margin-left: 0;
    margin-right: 0;
  }

  .home-testimonial_avatar {
    width: 4rem;
    height: 4rem;
  }

  .section_home-about {
    margin-left: 0;
    margin-right: 0;
  }

  .home-about_image-perfil-wrapper {
    width: 17.1875rem;
    margin-top: -4.32rem;
  }

  .home-about_image-perfil-bg {
    width: 17.1875rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-about_image-perfil {
    width: 12rem;
    height: 12rem;
    margin-left: auto;
    margin-right: auto;
  }

  .home-about_images-wrapper {
    grid-row-gap: .5rem;
    flex-direction: column;
    height: auto;
    margin: 1rem;
  }

  .home-about_images-grid {
    width: 100%;
  }

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

  .heading-style-footer {
    font-size: 4rem;
  }

  .home-about_color-content {
    border-radius: 1rem;
  }

  .card-services-content {
    padding: 2rem 1.25rem;
  }

  .card-services-content.is-card2, .card-services-content.is-card3, .card-services-content.is-card4 {
    display: flex;
  }

  .card-services-4 {
    border-radius: 1rem;
    width: auto;
    max-width: none;
    height: 36rem;
    padding-left: 0;
    padding-right: 0;
  }

  .card-services-1 {
    border-radius: 1rem;
    width: auto;
    height: 36rem;
    padding-left: 0;
    padding-right: 0;
  }

  .card-services-2, .card-services-3 {
    border-radius: 1rem;
    width: auto;
    max-width: none;
    height: 36rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-services_scene-triggers {
    margin-top: 0;
  }

  .home-services_scene-trigger, .home-services_scene-trigger.scene-trigger-1 {
    height: auto;
    margin-top: auto;
  }

  .home_servicess_cards-wrapper {
    grid-row-gap: 1rem;
    flex-direction: column;
    height: auto;
  }

  .card-servicess_progress, .hide-services_logo.hide-logo2, .hide-services_logo.hide-logo4, .hide-services_logo.hide-logo3 {
    display: none;
  }

  .heading-style-medium-h1 {
    font-size: 4rem;
  }

  .home-purpose_heading {
    letter-spacing: -1px;
    font-size: 3rem;
  }

  .home_projects-padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .sidebar {
    width: 0;
    height: 0;
    position: absolute;
    top: 0;
  }

  .sidebar-top {
    width: 4.4rem;
    min-width: 4.4rem;
    margin-top: .75rem;
    margin-right: .5rem;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .sidebar-bottom {
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    height: auto;
    display: none;
  }

  .home-about_heading-style {
    font-size: 2.5rem;
  }

  .home_purpose_heading-wrap {
    max-width: 18.6rem;
  }

  .heading-style-h1-hero {
    letter-spacing: -2px;
    font-size: 4rem;
  }

  .home-testimonial_card {
    padding: 2rem;
  }

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

  .home-testimonial_text {
    font-size: 1.5rem;
  }

  .navbar-main-grid {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-rows: minmax(4.4rem, 4.4rem) 38% auto;
    grid-template-columns: 1fr 20rem;
    grid-auto-columns: 1fr;
    width: 100vw;
    max-width: none;
    padding-left: .5rem;
    padding-right: .5rem;
    display: none;
  }

  .navbar-topo-wrap {
    margin-left: 4.6rem;
    margin-right: 4.6rem;
  }

  .sidebar-bottom-mobile {
    grid-row-gap: 1rem;
    flex-direction: column-reverse;
    height: auto;
    margin-bottom: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    padding-top: 1rem;
    display: none;
    position: fixed;
    inset: auto 0% 0%;
  }

  .projects-hero-padding-global, .projects-hero-padding {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .layout408_card-content {
    padding: 2rem;
  }

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

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

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

  .section_next-project {
    padding-left: 0;
    padding-right: 0;
  }

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

  .homer-header_button-wrapper {
    width: 4.4rem;
    min-width: 4.4rem;
    margin-top: .75rem;
    margin-right: .5rem;
    position: fixed;
    inset: 0% 0% auto auto;
  }

  .section_hero-contact {
    margin-left: 0;
    margin-right: 0;
  }

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

  .contact_hours.day-24h-sec {
    margin-bottom: 0;
    font-size: 3rem;
  }

  .section_contact-form {
    margin-left: 0;
    margin-right: 0;
  }

  .multi-step-form-radio-trigger---brix {
    padding-left: 64px;
    padding-right: 24px;
    font-size: 16px;
  }

  .cloneable-container-default {
    padding-left: 32px;
    padding-right: 32px;
  }

  .radio-button-field {
    padding: 40px 24px;
  }

  .multi-form34_enter-label {
    display: none;
  }

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

  .multi-form34_form_label {
    font-size: 1.75rem;
  }

  .form-fixed-wrapper {
    padding-right: .65rem;
  }

  .form-content-wrapper {
    height: 70%;
    min-height: 70%;
    max-height: 70%;
    padding-top: 2.5rem;
  }

  .heading-style-h2-hero-contact {
    letter-spacing: -1px;
    font-size: 2.5rem;
  }

  .form-close-button {
    margin-right: 6rem;
  }

  .multi-form28_step {
    height: 44vh;
  }

  .multi-form28_enter-label {
    display: none;
  }

  .multi-form28_form_label {
    font-size: 1.75rem;
  }

  .multi-form28_progress-wrapper {
    flex-flow: row;
    justify-content: space-between;
    margin-top: 7rem;
  }

  .padding-global-contact {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .icon-time-contact {
    width: 1rem;
    height: 1rem;
  }

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

  .form-input {
    letter-spacing: -.5px;
    background-size: 20px;
    padding-left: 2rem;
    font-size: 1rem;
  }

  .button-form {
    background-size: 20px;
    padding-right: 1.5rem;
    font-size: 1rem;
  }

  .button-form.button-with-input {
    margin-left: -6.5rem;
  }

  .home-hero-video-content {
    height: auto;
    margin-bottom: -3.5rem;
    margin-right: 0;
    position: relative;
  }

  .home-hero-video-wrap {
    width: auto;
    position: relative;
  }

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

  .header144_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }

  .header144_image-wrapper {
    justify-content: center;
    height: 60vh;
  }

  .padding-global-ml {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.625rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1.125rem;
  }

  blockquote {
    font-size: 1rem;
  }

  .rich-text blockquote {
    margin-top: 1.5rem;
    margin-bottom: 1.5rem;
    padding-left: 1.5rem;
  }

  .padding-global {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

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

  .hide-mobile {
    display: none;
  }

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

  .ss_utility_spacing-items {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .show-mobile {
    display: block;
  }

  .text-size-huge {
    font-size: 1.125rem;
  }

  .ss_utility_alignment-wrap {
    width: 100%;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

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

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

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

  .heading-style-h5 {
    font-size: 1.125rem;
  }

  .ss_utility_color-items {
    width: 100%;
  }

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

  .spacing-block-medium {
    height: 1.25rem;
  }

  .spacing-block-large {
    height: 1.5rem;
  }

  .spacing-block-xlarge {
    height: 2rem;
  }

  .spacing-block-xxlarge {
    height: 3rem;
  }

  .spacing-block-huge {
    height: 3.5rem;
  }

  .spacing-block-xhuge {
    height: 4rem;
  }

  .spacing-block-xxhuge {
    height: 4.5rem;
  }

  .spacing-section-small {
    height: 2.5rem;
  }

  .spacing-section-medium {
    height: 3.75rem;
  }

  .spacing-section-large {
    height: 5rem;
  }

  .spacing-section-xlarge, .spacing-section-xxlarge {
    height: 6.25rem;
  }

  .spacing-section-huge {
    height: 7.5rem;
  }

  .spacing-block-custom3 {
    height: 1.25rem;
  }

  .spacing-block-custom5 {
    height: 1.5rem;
  }

  .spacing-block-custom4 {
    height: 1.25rem;
  }

  .ss_text_sidebar-heading {
    margin-bottom: 1.5rem;
    font-size: 1.5rem;
  }

  .ss_content {
    padding-top: 2rem;
    padding-bottom: 8em;
  }

  .ss_sidebar_sticky {
    padding-bottom: 0;
    position: relative;
    top: 0;
  }

  .ss_nav_content {
    justify-content: flex-start;
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: auto;
  }

  .ss_content_items-wrap {
    border-bottom-style: none;
  }

  .ss_content_items-wrap.with-gap-row {
    grid-row-gap: 2rem;
  }

  .ss_text_heading {
    font-size: 2.5em;
  }

  .ss_content_item.remove-border-mobile {
    border-top-style: none;
  }

  .ss_text_label {
    margin-bottom: 4rem;
    display: none;
  }

  .ss_sidebar {
    z-index: 3;
    width: 100%;
    box-shadow: none;
    border-bottom: 1px solid #ddd;
    padding: 4rem 2em;
    position: relative;
  }

  .ss_section {
    flex-direction: column-reverse;
  }

  .ss_section.is-header {
    height: auto;
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .spacing-section-xsmall {
    height: 2.5rem;
  }

  .ss_utility_visibility-wrap.show-mobile {
    display: block;
  }

  .section_home-header {
    height: auto;
    margin-bottom: 0;
    padding-bottom: 4rem;
  }

  .home-header_50vh-black {
    border-radius: 1rem;
    height: auto;
    margin-left: .75rem;
    margin-right: .75rem;
    padding-top: 12rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .home-header_50vh-light {
    height: auto;
    padding-top: 4rem;
  }

  .home-header_component-black {
    flex-direction: column;
  }

  .home-header_component-light {
    flex-direction: column-reverse;
    justify-content: flex-end;
    padding-top: 2rem;
  }

  .home-header_ball-wrapper {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: auto;
  }

  .home-header_par-light, .home-project_text-button {
    font-size: 1.125rem;
  }

  .text-size-big {
    font-size: 1.063rem;
  }

  .heading-style-footer {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .proposal-solutions_component {
    grid-template-columns: 1fr;
  }

  .heading-style-medium-h1 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

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

  .proposal-solutions_content {
    margin-bottom: 0;
  }

  .proposal-solutions_content.is-margin-proposal {
    margin-top: 6rem;
  }

  .proposal-projects_grid {
    grid-template-columns: 1fr;
  }

  .proposal-budget_component {
    grid-column-gap: 3.4rem;
    grid-template-columns: 1fr;
  }

  .proposal-budget-final_component {
    grid-template-columns: 1.25fr;
  }

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

  .home-purpose_heading {
    line-height: 1.2;
  }

  .home_projects-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .sidebar-top {
    margin-top: .75rem;
    margin-right: .75rem;
  }

  .sidebar-bottom {
    grid-row-gap: 1.5rem;
  }

  .home-about_heading-style {
    font-size: 2rem;
  }

  .heading-style-h1-hero, .heading-style-h2-hero {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .footer_ball-wrapper {
    margin-top: 2rem;
    margin-left: 0;
    margin-right: auto;
  }

  .navbar-main-grid {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-rows: minmax(4.4rem, 4.4rem) 38% auto 8.4rem;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    padding-left: .75rem;
    padding-right: .75rem;
    display: none;
  }

  .navbar-topo-wrap {
    grid-column-gap: 1rem;
    justify-content: flex-start;
    margin-left: 4.6rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-right-top-wrap, .navbar-grid-projects {
    display: none;
  }

  .sidebar-bottom-mobile {
    grid-row-gap: 1.5rem;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
    display: flex;
    position: relative;
  }

  .section_project-header {
    height: 25rem;
  }

  .projects-hero-padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .projects-hero_text-wrap {
    border-radius: .5rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .projects-hero_heading {
    letter-spacing: -1px;
  }

  .section-projects_content {
    margin-top: -4%;
  }

  .navbar-icon-home-wrap.w--current {
    margin-left: .75rem;
  }

  .projects_top-heading-wrapper {
    margin-bottom: 1rem;
  }

  .projects_top-main-wrapper {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .projects-top_about-content {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .projects_top-button-wrap {
    margin-top: 2rem;
  }

  .projects-content_images-wrapper {
    justify-content: center;
    align-items: center;
    height: 60rem;
    padding-bottom: 0;
  }

  .projects-second-text {
    font-size: 4rem;
  }

  .projects-content_image.is--01 {
    max-width: 12rem;
    margin-top: -22.4rem;
    margin-left: -9.8rem;
  }

  .projects-content_image.is--02 {
    max-width: 12rem;
    margin-top: -25.6rem;
    margin-right: -10.7rem;
  }

  .projects-content_image.is--03 {
    max-width: 28rem;
    margin-bottom: -21rem;
  }

  .projects-hero-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .projects-goal-text {
    font-size: 2.5rem;
  }

  .projects-second-text-dark {
    font-size: 4rem;
  }

  .projects-content_process-wrapper {
    flex-flow: column;
  }

  .projects-content_process-left {
    order: -1;
    width: 100%;
  }

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

  .projects-content_process-right {
    width: 100%;
  }

  .text-size-medium-2 {
    font-size: 1rem;
  }

  .layout408_card {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .layout408_card-content {
    padding: 1.5rem;
  }

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

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

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

  .layout408_component {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

  .layout408_card-2 {
    grid-template-columns: 1fr;
    height: auto;
    margin-bottom: 0;
    position: static;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .homer-header_button-wrapper {
    margin-top: .75rem;
    margin-right: .75rem;
  }

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

  .first-step-grid---brix {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 24px;
  }

  .slide---brix {
    padding-bottom: 8px;
  }

  .multi-step-form-error-message---brix {
    margin-top: 170px;
  }

  .form-step-progress-bar-mobile---brix {
    border-radius: 500px;
    width: auto;
    max-width: 100%;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    background-color: #4a3aff;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-2---brix {
    background-color: #4a3aff;
    width: 50%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    background-color: #4a3aff;
    width: 22%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    background-color: #4a3aff;
    width: 80%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
  }

  .submit-content-wrapper---brix {
    margin-top: 32px;
  }

  .form-step-number---brix {
    margin-left: 10px;
    margin-right: 10px;
  }

  .steps-bar---brix {
    justify-content: space-between;
    padding-bottom: 24px;
  }

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

  .form-content---brix {
    padding-top: 40px;
    padding-bottom: 0;
  }

  .multi-step-form-button---brix {
    top: 990px;
  }

  .multi-step-form-button---brix.left---brix {
    left: -32px;
  }

  .multi-step-form-button---brix.left---brix.preview-page {
    top: 960px;
  }

  .multi-step-form-button---brix.right---brix {
    right: -32px;
  }

  .multi-step-form-button---brix.right---brix.preview-page {
    top: 960px;
  }

  .multi-step-form-block---brix {
    min-height: auto;
  }

  .multi-step-form---brix {
    padding-bottom: 48px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .steps-bar-wrapper--brix {
    flex-direction: column;
    padding-bottom: 32px;
    display: flex;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

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

  .multi-form34_radio-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .multi-form34_form_label {
    font-size: 1.5rem;
  }

  .multi-form34_form {
    grid-row-gap: 3rem;
  }

  .padding-global-4 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .multi-form34_radio-subtext {
    flex-direction: column;
  }

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

  .heading-style-h2-hero-contact {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .multi-form28_footer {
    height: 4rem;
  }

  .multi-form28_radio-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .multi-form28_navbar {
    height: 4rem;
  }

  .multi-form28_logo-link {
    padding-left: 0;
  }

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

  .multi-form28_form_label {
    font-size: 1.5rem;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .multi-form28_progress-wrapper {
    flex-wrap: wrap;
  }

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

  .multi-form28_radio-subtext {
    flex-direction: column;
  }

  .padding-global-contact {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .home-hero-video-content {
    padding-left: .75rem;
    padding-right: .75rem;
  }

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

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

  .header144_content-right {
    margin-top: 0;
  }

  .header144_component {
    min-height: auto;
  }

  .padding-global-6 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .header144_content-wrapper {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .header144_image-wrapper {
    height: auto;
  }

  .projects_top-main-wrapper-ml {
    grid-template-columns: 1fr;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .projects_top-heading-wrapper-ml {
    margin-bottom: 1rem;
  }

  .projects-name_heading3-ml {
    letter-spacing: -4px;
    font-size: 4rem;
  }

  .padding-global-ml {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-global-ml.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .wrapper-grid-ml {
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: flex;
  }

  .projects_top-button-ml {
    margin-top: 2rem;
  }

  .wrapper-grid-ml-3 {
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr;
    display: flex;
  }
}

@media screen and (max-width: 479px) {
  blockquote {
    padding-left: 1.5rem;
  }

  .text-weight-light.is--letter-mobile {
    letter-spacing: 0;
  }

  .container-large.container-footer {
    flex-flow: column;
    justify-content: space-between;
    height: 100%;
    display: flex;
  }

  .padding-global {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-global.is-mobile-card {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .padding-global.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global.is--insider-about {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .main-wrapper {
    overflow: hidden;
  }

  .ss_utility_spacing-items {
    grid-template-columns: 1fr 1fr;
  }

  .text-size-huge.is--mobile {
    font-size: 2rem;
    line-height: 1.2;
  }

  .ss_utility_color-items {
    grid-template-columns: 1fr 1fr;
  }

  .zy-stylesystem-color {
    width: 4rem;
    height: 4rem;
  }

  .text-color-red.is--contact {
    margin-left: 0;
  }

  .section_home-header {
    padding-bottom: 4rem;
  }

  .home-header_50vh-black {
    border-radius: 0 0 1.5rem 1.5rem;
    height: 50%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    padding-left: 0;
    padding-right: 0;
  }

  .home-header_50vh-light {
    flex-direction: row;
    align-items: flex-end;
    padding-top: 5rem;
    display: flex;
  }

  .home-header_component-black {
    align-items: center;
  }

  .home-header_content-black {
    padding-bottom: 1.5rem;
  }

  .home-header_heading {
    letter-spacing: -1px;
  }

  .home-header_video-wrapper {
    margin-bottom: -5.8rem;
  }

  .home-header_component-light {
    height: auto;
    padding-top: 4rem;
  }

  .home-header_ball-wrapper.hide-ball-mobile {
    display: none;
  }

  .home-header_par-light {
    letter-spacing: -.6px;
    font-size: 1.25rem;
  }

  .social-fixed_text {
    transform: none;
  }

  .social-fixed_text-wrapper {
    flex-direction: row-reverse;
    height: auto;
  }

  .social-fixed_links-wrapper {
    flex-direction: row;
    margin-top: 0;
  }

  .section_home-purpose {
    border-radius: 1.5rem;
    margin-left: .625rem;
    margin-right: .625rem;
  }

  .home-purpose_component {
    grid-row-gap: 2.5rem;
    padding: 1.5rem .25rem 3rem;
  }

  .section_home-projects {
    margin-right: 0;
  }

  .home_container-slider {
    min-height: auto;
  }

  .home-projects_progress-slider {
    width: 90%;
  }

  .home-project_wrapper-slider {
    border-radius: 1.5rem;
    width: 90%;
    max-height: 130vw;
    margin-right: 1em;
  }

  .home-project_content-wrapper {
    grid-column-gap: .5rem;
    border-radius: 1.25rem;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin: .5rem .55rem .6rem;
  }

  .home-project_content {
    border-radius: 1rem;
    justify-content: center;
    align-items: center;
    padding: 1rem .5rem;
  }

  .home-project_button {
    border-radius: 1rem;
    height: 100%;
    padding-top: 1rem;
    padding-bottom: 1rem;
    display: block;
  }

  .home-project_button.is-light {
    display: flex;
  }

  .home-project_button.is-light.is-mobile {
    border-radius: .75rem;
    max-width: none;
  }

  .home-project_text-description {
    font-size: 1rem;
  }

  .home-project_globe {
    width: 3rem;
    height: 2.75rem;
    margin-top: 1rem;
    margin-right: 1rem;
  }

  .home-project_globe.is-text-soon {
    grid-column-gap: .75rem;
    width: 11rem;
    height: 3rem;
  }

  .home_icon-globe {
    width: 1.75rem;
  }

  .section_home-testimonials {
    padding-bottom: 6rem;
  }

  .home-testimonial_slide {
    padding-right: 1rem;
  }

  .home-testimonial_author {
    order: -1;
  }

  .section_home-about {
    background-color: #fff0;
  }

  .home-about_image-perfil-wrapper {
    margin-top: -4.34rem;
  }

  .home-about_content {
    padding-bottom: 2rem;
  }

  .home-about_images-wrapper {
    border-radius: 1rem;
    margin: 0;
  }

  .home-about_images-grid {
    border-radius: .75rem;
    justify-content: space-between;
    align-items: stretch;
    min-height: 6rem;
  }

  .home_about-image-grid {
    width: 25%;
  }

  .section_footer {
    height: 750px;
    transition: min-height .2s, height .2s;
    overflow: visible;
  }

  .footer_component {
    border-bottom-right-radius: .5rem;
    border-bottom-left-radius: .5rem;
    justify-content: flex-end;
    align-items: stretch;
    padding-bottom: 4.5rem;
  }

  .footer_content-wrapper {
    grid-row-gap: 6rem;
    justify-content: flex-end;
    height: 100%;
  }

  .heading-style-footer {
    letter-spacing: -1px;
    margin-bottom: -2rem;
    font-size: 12vw;
    font-weight: 500;
  }

  .home-about_color-content {
    border-radius: 1.5rem;
    margin-left: .25rem;
    margin-right: .25rem;
  }

  .card-services-content.is-card2 {
    z-index: 5;
  }

  .card-services-4 {
    border-radius: 1.5rem;
    height: auto;
  }

  .card-services-4.w--current {
    height: auto;
  }

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

  .card-services-1 {
    border-radius: 1.5rem;
    height: 32rem;
  }

  .card-services-2, .card-services-3 {
    border-radius: 1.5rem;
    height: auto;
  }

  .card-services_content-wrap {
    border-radius: 1rem;
    padding-left: .75rem;
    padding-right: .75rem;
    position: static;
  }

  .card-servicess_progress {
    display: none;
  }

  .card-services_logo-wrapper {
    grid-column-gap: .75rem;
    margin-bottom: 1rem;
  }

  .card-services_logo-wrap {
    border-radius: .75rem;
  }

  .card-services_button-wrapper {
    z-index: 6;
    margin-top: 2rem;
    position: relative;
  }

  .hide-services_logo.hide-logo4 {
    position: relative;
  }

  .proposal-budget-final_component {
    grid-column-gap: 1rem;
    grid-template-columns: auto;
    grid-auto-columns: auto;
  }

  .tag-span {
    font-size: 1rem;
  }

  .home-purpose_heading {
    line-height: 1.3;
  }

  .home-purpose_heading.split-lines {
    letter-spacing: -2px;
    font-size: 3.25rem;
    line-height: 1.25;
  }

  .home-testimonails_heading-wrap {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .sidebar-top {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
    margin-top: .75rem;
    margin-right: .5rem;
  }

  .home-about_heading-style {
    letter-spacing: -1px;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .tag-span_wrap-light {
    padding-left: 1rem;
    padding-right: 1.3rem;
  }

  .heading-style-h1-hero {
    letter-spacing: -3px;
    font-size: 4rem;
  }

  .home-testimonial_card {
    grid-row-gap: 2rem;
    border-radius: 1.5rem;
    flex-direction: column;
    justify-content: flex-start;
    min-height: 36rem;
  }

  .home-testimonials_heading {
    order: 1;
  }

  .home-services_heading {
    padding: 4rem .85rem 2rem;
  }

  .heading-style-h2-hero {
    letter-spacing: -2px;
    font-size: 3.25rem;
    line-height: 1.25;
  }

  .footer_bottom-wrapper {
    margin-top: -2rem;
  }

  .footer_content-button-ball {
    margin-top: -6rem;
  }

  .home-testimonial_text {
    letter-spacing: 0;
  }

  .home-testiominal_content-wrap {
    flex: 1;
    width: 100%;
  }

  .home-testimonial_avatar-wrap {
    flex-direction: row;
  }

  .footer_ball-footer-embed {
    width: 24rem;
  }

  .navbar-main-grid {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    grid-template-rows: minmax(4rem, 4rem) 38% auto 8.4rem;
    grid-template-columns: auto;
    grid-auto-columns: 1fr;
    width: 100vw;
    max-width: none;
    padding-top: .75rem;
    padding-left: .5rem;
    padding-right: .5rem;
    display: none;
  }

  .navbar-topo-wrap {
    grid-column-gap: 0rem;
    justify-content: space-between;
    height: 4rem;
    margin-left: 4.2rem;
    margin-right: 4.2rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-left-top-wrap {
    padding: 2rem 2rem 2.5rem;
  }

  .navbar-topo-text-location {
    font-size: 1rem;
  }

  .navbar-right-top-wrap {
    display: none;
  }

  .nav-wrap-tag {
    margin-bottom: 1rem;
  }

  .navbar-left-top-title {
    font-size: 2.2rem;
  }

  .navbar-grid-projects {
    display: none;
  }

  .navbar-right-bottom-name {
    font-size: 1.5rem;
  }

  .text-hide-mobile {
    display: none;
  }

  .sidebar-bottom-mobile {
    grid-row-gap: 0rem;
    display: flex;
  }

  .section_project-header {
    padding-bottom: 0;
  }

  .section-projects_content {
    border-radius: 1rem;
  }

  .projects-content_component {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .navbar-icon-home-wrap.w--current {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
    margin-left: .5rem;
  }

  .projects-name_heading {
    font-size: 3.5rem;
    font-weight: 500;
  }

  .projects_top-main-wrapper {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .projects_main-content-wrapper {
    margin-top: 0;
  }

  .projects-content-bg-green {
    border-radius: 1.5rem;
    padding-top: .5rem;
  }

  .projects-content_images-wrapper {
    height: 54rem;
  }

  .projects-content_text-wrapper {
    padding-bottom: 0;
  }

  .projects-second-text {
    letter-spacing: -2px;
    font-size: 2.5rem;
  }

  .projects-content_image.is--01, .projects-content_image.is--02 {
    max-width: 40vw;
  }

  .projects-content_image.is--03 {
    max-width: 95vw;
    margin-bottom: -14.6rem;
  }

  .projects-second-sub-text {
    margin-bottom: 4rem;
  }

  .projects-long-scroll {
    border-radius: 1.5rem;
  }

  .intire-bg-block {
    border-radius: 24px;
  }

  .projects-content-bg-sticky {
    border-radius: 1.5rem;
    height: 120vh;
    padding-top: 2rem;
  }

  .main-wrapper-project {
    overflow: hidden;
  }

  .projects-content_sticky-wrapper {
    grid-template-columns: 1fr;
  }

  .projects-second-text-dark {
    letter-spacing: -2px;
    font-size: 2.5rem;
  }

  .projects-content_process-wrapper {
    flex-flow: column;
  }

  .projects-content_process-left {
    order: -1;
    width: 100%;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .projects-content_process-right {
    width: 100%;
  }

  .projects-content_result-topo {
    height: 80vh;
    min-height: 80vh;
  }

  .projects_result-par {
    letter-spacing: -1px;
    font-size: 1.5rem;
  }

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

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

  .homer-header_button-wrapper {
    width: 4rem;
    min-width: 4rem;
    height: 4rem;
    min-height: 4rem;
    margin-top: .75rem;
    margin-right: .5rem;
  }

  .logo-expert-webflow {
    width: 12rem;
  }

  .section_hero-contact {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 1.5rem;
  }

  .home-hero-contact_wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .contact_heading-wrap {
    order: -1;
  }

  .contact_hours {
    font-size: 1rem;
  }

  .contact_hours.day-24h-sec {
    margin-top: 1rem;
    margin-bottom: .1rem;
    margin-right: auto;
    font-size: 4rem;
  }

  .first-step-grid---brix {
    margin-bottom: 32px;
  }

  .first-step-grid---brix.uniform-space---brix {
    grid-row-gap: 16px;
  }

  .multi-step-form-radio-trigger---brix {
    text-align: left;
    white-space: nowrap;
    padding-left: 60px;
    padding-right: 16px;
    font-size: 16px;
    line-height: 1.5;
  }

  .multi-step-form-error-message---brix {
    margin-top: 32px;
  }

  .form-step-progress-bar-mobile---brix {
    margin-left: 0;
    margin-right: 0;
    display: flex;
  }

  .form-step-progress-bar-mobile---brix.full-bar---brix {
    width: 100%;
  }

  .form-step-progress-bar-mobile---brix.step-1---brix {
    width: 25%;
  }

  .form-step-progress-bar-mobile---brix.step-3---brix {
    width: 78%;
  }

  .steps-bar---brix {
    justify-content: space-between;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cloneable-container-default {
    padding-left: 16px;
    padding-right: 16px;
  }

  .select-item-icon---brix {
    max-width: 24%;
  }

  .multi-step-form-button---brix {
    font-size: 16px;
  }

  .multi-step-form-button---brix.left---brix {
    margin-bottom: 12px;
    display: block;
    position: static;
    left: auto;
  }

  .multi-step-form-button---brix.right---brix {
    display: block;
    position: static;
    right: auto;
  }

  .multi-step-form-label---brix {
    font-size: 16px;
  }

  .radio-button-field {
    padding: 40px 20px;
  }

  .multi-step-form---brix {
    padding-bottom: 12px;
    padding-left: 0;
    padding-right: 0;
  }

  .form-step-progress-bar---brix {
    display: none;
  }

  .projects-content-top-image-wrapper {
    border-radius: 2rem;
    height: 80vh;
    min-height: 80vh;
  }

  .image-wrapper_radius-project-video {
    border-radius: .5rem;
  }

  .projects-scrollbase {
    background-color: #2c612f;
    border-radius: 1rem;
    justify-content: flex-end;
    align-items: center;
  }

  .projects-section_card-wrapper {
    border-radius: 1rem;
    height: 100%;
    min-height: 100%;
    padding-top: 2.5rem;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .image-project_card-final {
    width: 120%;
    max-width: 120%;
    margin-top: 0;
    margin-left: -10.5%;
  }

  .next-project_main-wrapper {
    border-radius: 1.5rem;
    flex-flow: column;
    height: auto;
  }

  .next-project_wrap {
    border-radius: 1rem;
    height: 20.1rem;
  }

  .next-project_contact {
    border-radius: 1.5rem;
    padding: 2rem 2rem 2.5rem;
  }

  .next-project_image {
    margin-bottom: -18.3rem;
    margin-left: -13.5rem;
    margin-right: -2.2rem;
  }

  .next-project_title {
    letter-spacing: -2px;
    font-size: 2.5rem;
  }

  .next-project_title-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    justify-content: flex-start;
    padding: 2rem 1.5rem 1.5rem 2rem;
  }

  .next-project_tag-wrapper {
    padding-right: 1.7rem;
  }

  .next-project_tag-name {
    white-space: nowrap;
  }

  .projects_result-par-light {
    letter-spacing: -2px;
  }

  .projects-thirty-text {
    letter-spacing: -2px;
    font-size: 2.5rem;
  }

  .multi-form34_form {
    grid-row-gap: 3rem;
  }

  .multi-form34_button-group {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-self: stretch;
  }

  .loading-wrapper, .loading-text, .form-fixed-wrapper {
    display: none;
  }

  .form-content-wrapper {
    height: 100%;
    min-height: 100%;
    max-height: 100%;
    padding-top: 1.25rem;
  }

  .heading-style-h2-hero-contact {
    letter-spacing: -1px;
    margin-top: 1rem;
    font-size: 1.5rem;
    display: none;
  }

  .form-close-button {
    margin-top: 7.2rem;
    margin-right: 0;
  }

  .multi-form28_button-group {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .multi-form28_button-group.button-up-input {
    justify-content: space-between;
    align-items: flex-start;
  }

  .multi-form28_progress-item {
    font-size: 1rem;
  }

  .multi-form28_inner-wrapper {
    grid-template-columns: 1fr;
  }

  .multi-form28_step {
    justify-content: flex-start;
    align-items: stretch;
    height: 100%;
    min-height: 100%;
    padding-top: 8rem;
  }

  .multi-form28_navbar {
    display: none;
  }

  .multi-form28_form {
    margin-top: 252px;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
    position: fixed;
    inset: 0% 0% auto;
  }

  .multi-form28_enter-label {
    right: -.5rem;
  }

  .multi-form28_progress-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    margin-top: 0;
    padding-left: 2.5rem;
    padding-right: 2.5rem;
  }

  .padding-global-contact.is-mobile-card {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .contact_timer-wrap {
    max-width: 11.3rem;
    font-size: 1rem;
  }

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

  .form-input {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .button-form {
    order: -1;
  }

  .button-form.button-with-input {
    order: 1;
    margin-top: -.75rem;
  }

  .contact_enter-wrapper {
    justify-content: flex-end;
    align-items: center;
    display: none;
  }

  .form-input-icon {
    letter-spacing: -.5px;
    background-size: 20px;
    padding-top: 2rem;
    padding-bottom: 2rem;
    padding-left: 2rem;
    font-size: 1rem;
  }

  .button-form_main-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .button-form-back {
    background-size: 20px;
    margin-top: 0;
    padding-left: 1.5rem;
    font-size: 1rem;
  }

  .form-textarea-icon {
    letter-spacing: -.5px;
    background-position: 0 35%;
    background-size: 20px;
    padding-bottom: 1rem;
    padding-left: 2rem;
    font-size: 1rem;
  }

  .form-select--icon {
    letter-spacing: -.5px;
    background-size: 20px;
    height: 4rem;
    padding-left: 1.9rem;
    font-size: 1rem;
  }

  .home-hero-video-content {
    width: 100%;
    margin-bottom: -3.35rem;
    padding-left: .625rem;
    padding-right: .625rem;
    position: relative;
  }

  .home-hero-video-wrap {
    border-radius: 1.5rem;
    width: 100%;
    min-width: 100%;
    position: static;
  }

  .text-about-mobile {
    white-space: pre;
  }

  .lottie-animation-globe {
    width: 1.5rem;
    height: 1.5rem;
  }

  .header144_content-wrapper {
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .lightbox-video-home-wrapper {
    margin-top: 2rem;
    margin-left: -1rem;
  }

  .text-hero-and {
    margin-right: .2rem;
    font-size: 1.5rem;
  }

  .projects_top-main-wrapper-ml {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .projects-name_heading-ml {
    letter-spacing: -8px;
    font-size: 8rem;
    font-weight: 500;
  }

  .logo-circle-meli-ux {
    max-width: 6rem;
    max-height: 6rem;
    margin-bottom: -2.7rem;
  }

  .meli-ux-logo-wrapper {
    margin-bottom: -22px;
  }

  .project-text-desc-ml {
    font-size: 1.25rem;
  }

  .projects_main-content-wrapper-copy, .section-project-mx {
    margin-top: 0;
  }

  .projects-name_heading3-ml {
    letter-spacing: -3px;
    margin-bottom: 1rem;
    font-size: 3.5rem;
    font-weight: 500;
  }

  .padding-global-ml {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-ml.is-mobile-card {
    padding-left: .625rem;
    padding-right: .625rem;
  }

  .padding-global-ml.no-padding-mobile {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global-ml.is--insider-about {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .project-text-desc-ml-left {
    font-size: 1.125rem;
  }

  .wrapper-grid-ml {
    padding-bottom: 12rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .see-website-ml {
    margin-top: -10rem;
  }

  .projects_top-button-ml {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .projects-content_component-ml {
    padding-top: 2rem;
    padding-bottom: 4rem;
  }

  .wrapper-grid-ml-3 {
    padding: 1.5rem;
  }

  .projects-second-sub-text-ml {
    margin-bottom: 4rem;
  }

  .next-project_image-poodium {
    margin-bottom: -18.3rem;
    margin-left: -13.5rem;
    margin-right: -2.2rem;
  }
}

#w-node-bd8d4c47-9c7f-02d3-ea4f-70c4407649f1-d4eea35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4a6d4fa3-e446-ef18-1978-74671edaecb9-d4eea35b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f6fb626-cf99-3c8a-e395-a53e49f269fc-d4eea35b {
  grid-area: span 2 / span 6 / span 2 / span 6;
}

#target.w-node-_2bbcc143-52e9-e3ab-c291-99567f5a1b76-d4eea35b {
  grid-area: 1 / 3 / 3 / 9;
}

#w-node-_65b2c558-06ec-6755-9324-80fa04f9e47c-d4eea35b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_10efb07f-410d-0abc-0ad5-f0c6509a6c36-d4eea35b {
  grid-area: 1 / 1 / 10 / 13;
  align-self: end;
}

#w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c41b-d4eea35b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c430-d4eea35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c43c-d4eea35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c461-d4eea35b, #w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c462-d4eea35b, #w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c468-d4eea35b, #w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c46e-d4eea35b, #w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c474-d4eea35b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5e740543-0221-a401-5239-1b10c56201ac-c56201ab, #w-node-_5e740543-0221-a401-5239-1b10c56201c3-c56201ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e740543-0221-a401-5239-1b10c56201c7-c56201ab {
  align-self: start;
}

#w-node-_5e740543-0221-a401-5239-1b10c56201d3-c56201ab {
  grid-area: span 2 / span 1 / span 2 / span 1;
  place-self: stretch center;
}

#w-node-_5e740543-0221-a401-5239-1b10c56201e5-c56201ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5e740543-0221-a401-5239-1b10c56201e9-c56201ab, #w-node-_5e740543-0221-a401-5239-1b10c5620204-c56201ab, #w-node-_5e740543-0221-a401-5239-1b10c5620224-c56201ab, #w-node-_5e740543-0221-a401-5239-1b10c5620244-c56201ab {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: end;
}

#w-node-_2b65d884-2c56-74d7-18a5-1129e852a0b3-d4eea3b4, #w-node-_2b65d884-2c56-74d7-18a5-1129e852a0b4-d4eea3b4 {
  justify-self: center;
}

#w-node-_2b65d884-2c56-74d7-18a5-1129e852a0bd-d4eea3b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_2b65d884-2c56-74d7-18a5-1129e852a0f4-d4eea3b4, #w-node-_2b65d884-2c56-74d7-18a5-1129e852a104-d4eea3b4, #w-node-_2b65d884-2c56-74d7-18a5-1129e852a12a-d4eea3b4, #w-node-_2b65d884-2c56-74d7-18a5-1129e852a13a-d4eea3b4, #w-node-_2b65d884-2c56-74d7-18a5-1129e852a14e-d4eea3b4 {
  justify-self: start;
}

#w-node-b15dd5a2-f90e-b92d-5439-833df03ce8c3-d4eea3b4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_15cff194-c008-1994-a365-bc55a72f7a9b-d4eea3b4, #w-node-_5f537329-527f-5c4e-08a9-bb731b275c2b-d4eea3b4, #w-node-_39b0480c-bab2-a032-24ec-cd2a4538b9c4-d4eea3b4, #w-node-b3d7eaf5-d409-486a-9ad6-ee7f5449b4af-d4eea3b4, #w-node-_3190463f-648b-b6dc-ac4d-8c8901f99ba4-d4eea3b4, #w-node-_0c85cfc5-cac9-a7fd-886f-bd1c6e4a4eb2-d4eea3b4, #w-node-_3a595231-11b5-05d2-1bf2-57f2e9781f3e-d4eea3b4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_56a30235-6a30-7e40-708a-5482293d1067-d4eea3b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_7c0e058b-e59a-7e24-015d-57002ea8abc2-d4eea3b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_760d11d0-aa3b-78c7-8f73-a23e6272a032-d4eea3b7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_3ee68f20-679b-cdc0-8ecc-7640629b4dbe-d4eea3b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7aa83106-8edd-1627-5335-f12bec38c3c9-d4eea3b7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_79236b9a-f047-2c6c-c780-59ee8e4eacf5-d4eea3b7 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-b043b7b2-fe7e-9478-d875-e884d06d2628-d4eea3b7, #w-node-_3b9febac-4ca4-7bf9-c949-426ff366395c-d4eea3b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a44ef84-e1fe-3fbe-782b-46c906e75e88-d4eea3b7 {
  grid-area: 5 / 1 / 6 / 2;
}

#w-node-_41425733-f970-c592-f761-486d4e73af18-d4eea3b7 {
  grid-area: 5 / 2 / 6 / 3;
}

#w-node-_257a011c-884d-c555-847d-16bbe716939a-d4eea3b7 {
  grid-area: 6 / 1 / 7 / 2;
}

#w-node-_05f3e60e-eb42-abe8-b694-1b1bc7022bee-d4eea3b7 {
  grid-area: 6 / 2 / 7 / 3;
}

#w-node-_80ff58c1-c3b8-d638-b391-5ef9d5754a64-d4eea3b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80ff58c1-c3b8-d638-b391-5ef9d5754a6c-d4eea3b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ff58c1-c3b8-d638-b391-5ef9d5754a69-d4eea3b7 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_80ff58c1-c3b8-d638-b391-5ef9d5754a6f-d4eea3b7 {
  grid-area: 4 / 1 / 5 / 2;
}

#w-node-_917c6323-5733-6691-ebda-433ca8317eea-d4eea3b7 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-c4ee8801-5041-e837-18be-5d60b169190e-d4eea3b7 {
  grid-area: 3 / 2 / 4 / 3;
}

#w-node-_80ff58c1-c3b8-d638-b391-5ef9d5754a72-d4eea3b7 {
  grid-area: 4 / 2 / 5 / 3;
}

#w-node-_0a30aeb7-114f-7275-b49d-39489190c9f6-d4eea3b7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0a30aeb7-114f-7275-b49d-39489190c9ff-d4eea3b7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a30aeb7-114f-7275-b49d-39489190c9fb-d4eea3b7, #w-node-_87bbf5a7-37d5-b3ef-5905-1fbc4e8bc004-d4eea3dd {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-_6726f729-dd3d-b0d2-f621-b1c488e20648-88e2062c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_6726f729-dd3d-b0d2-f621-b1c488e2065d-88e2062c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6726f729-dd3d-b0d2-f621-b1c488e20669-88e2062c {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_6726f729-dd3d-b0d2-f621-b1c488e2068e-88e2062c, #w-node-_6726f729-dd3d-b0d2-f621-b1c488e2068f-88e2062c, #w-node-_6726f729-dd3d-b0d2-f621-b1c488e20695-88e2062c, #w-node-_6726f729-dd3d-b0d2-f621-b1c488e2069b-88e2062c, #w-node-_6726f729-dd3d-b0d2-f621-b1c488e206a1-88e2062c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7ed13ea-f976-8361-79bc-3fce799a1081-750a3d66 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c7ed13ea-f976-8361-79bc-3fce799a1085-750a3d66, #w-node-c7ed13ea-f976-8361-79bc-3fce799a1086-750a3d66 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-c7ed13ea-f976-8361-79bc-3fce799a1088-750a3d66 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_77536b58-c025-1fe1-c99a-669c702b1a30-750a3d66, #w-node-_60c96b91-cb0b-362c-d627-dac3ed299e5b-750a3d66 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_5d6b9e63-1cf3-1d57-df4e-9db6097b4d2f-750a3d66 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3b1203bf-8b06-f89c-e4df-e69d24c6d104-750a3d66 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

@media screen and (max-width: 767px) {
  #w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c41b-d4eea35b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c423-d4eea35b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-b15dd5a2-f90e-b92d-5439-833df03ce8c3-d4eea3b4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f92d527d-7d5e-1a87-58b0-0ffaefe6ce2b-d4eea3b4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_56a30235-6a30-7e40-708a-5482293d1067-d4eea3b7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_7c0e058b-e59a-7e24-015d-57002ea8abc2-d4eea3b7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_760d11d0-aa3b-78c7-8f73-a23e6272a032-d4eea3b7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_3ee68f20-679b-cdc0-8ecc-7640629b4dbe-d4eea3b7 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_7aa83106-8edd-1627-5335-f12bec38c3c9-d4eea3b7 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_79236b9a-f047-2c6c-c780-59ee8e4eacf5-d4eea3b7 {
    grid-row: 6 / 7;
  }

  #w-node-b043b7b2-fe7e-9478-d875-e884d06d2628-d4eea3b7 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_2a44ef84-e1fe-3fbe-782b-46c906e75e88-d4eea3b7 {
    grid-row: 8 / 9;
  }

  #w-node-_41425733-f970-c592-f761-486d4e73af18-d4eea3b7 {
    grid-area: 9 / 1 / 10 / 2;
  }

  #w-node-_257a011c-884d-c555-847d-16bbe716939a-d4eea3b7 {
    grid-row: 10 / 11;
  }

  #w-node-_902f8162-6d16-cd0b-cfb6-f92f2f8d0a33-d4eea3b7 {
    grid-area: 11 / 1 / 12 / 2;
  }

  #w-node-_80ff58c1-c3b8-d638-b391-5ef9d5754a64-d4eea3b7 {
    grid-column: span 1 / span 1;
  }

  #w-node-_80ff58c1-c3b8-d638-b391-5ef9d5754a6c-d4eea3b7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_80ff58c1-c3b8-d638-b391-5ef9d5754a69-d4eea3b7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_80ff58c1-c3b8-d638-b391-5ef9d5754a6f-d4eea3b7 {
    grid-row: 6 / 7;
  }

  #w-node-_917c6323-5733-6691-ebda-433ca8317eea-d4eea3b7 {
    grid-row: 4 / 5;
  }

  #w-node-c4ee8801-5041-e837-18be-5d60b169190e-d4eea3b7 {
    grid-area: 5 / 1 / 6 / 2;
  }

  #w-node-_80ff58c1-c3b8-d638-b391-5ef9d5754a72-d4eea3b7 {
    grid-area: 7 / 1 / 8 / 2;
  }

  #w-node-_0a30aeb7-114f-7275-b49d-39489190c9f6-d4eea3b7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_0a30aeb7-114f-7275-b49d-39489190c9ff-d4eea3b7 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_0a30aeb7-114f-7275-b49d-39489190c9fb-d4eea3b7 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2a096abf-5034-cc1d-9b14-cfcac5dbebf4-d4eea3dd, #w-node-_221c5b46-5812-afa5-70c8-c1054fdc8580-d4eea3dd, #w-node-_87bbf5a7-37d5-b3ef-5905-1fbc4e8bc004-d4eea3dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6726f729-dd3d-b0d2-f621-b1c488e20648-88e2062c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6726f729-dd3d-b0d2-f621-b1c488e20650-88e2062c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_2a096abf-5034-cc1d-9b14-cfcac5dbebf4-750a3d66, #w-node-c7ed13ea-f976-8361-79bc-3fce799a1088-750a3d66, #w-node-_5d6b9e63-1cf3-1d57-df4e-9db6097b4d2f-750a3d66 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c41b-d4eea35b {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c423-d4eea35b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_4f5ea94a-a0ae-2c7d-4827-85841462c461-d4eea35b {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_5e740543-0221-a401-5239-1b10c5620200-c56201ab, #w-node-_5e740543-0221-a401-5239-1b10c5620202-c56201ab, #w-node-_5e740543-0221-a401-5239-1b10c5620220-c56201ab, #w-node-_5e740543-0221-a401-5239-1b10c5620222-c56201ab, #w-node-_5e740543-0221-a401-5239-1b10c5620240-c56201ab, #w-node-_5e740543-0221-a401-5239-1b10c5620242-c56201ab {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-b15dd5a2-f90e-b92d-5439-833df03ce8c3-d4eea3b4 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-f92d527d-7d5e-1a87-58b0-0ffaefe6ce2b-d4eea3b4 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_39b0480c-bab2-a032-24ec-cd2a4538b9c4-d4eea3b4 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_902f8162-6d16-cd0b-cfb6-f92f2f8d0a33-d4eea3b7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6726f729-dd3d-b0d2-f621-b1c488e20648-88e2062c {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_6726f729-dd3d-b0d2-f621-b1c488e20650-88e2062c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6726f729-dd3d-b0d2-f621-b1c488e2068e-88e2062c {
    grid-area: 2 / 1 / 3 / 2;
  }
}


@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Heavy.woff2') format('woff2');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Light.woff2') format('woff2');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-SemiBold.woff2') format('woff2');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Matter';
  src: url('../fonts/Matter-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue haas display roman';
  src: url('../fonts/NeueHaasDisplayRoman.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neue Haas Display Medium';
  src: url('../fonts/NeueHaasDisplayMedium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
/* ---- flickity.min.css ---- */
/*! Flickity v2.3.0
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled{position:relative}.flickity-enabled:focus{outline:0}.flickity-viewport{overflow:hidden;position:relative;height:100%}.flickity-slider{position:absolute;width:100%;height:100%}.flickity-enabled.is-draggable{-webkit-tap-highlight-color:transparent;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.flickity-enabled.is-draggable .flickity-viewport{cursor:move;cursor:-webkit-grab;cursor:grab}.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down{cursor:-webkit-grabbing;cursor:grabbing}.flickity-button{position:absolute;background:hsla(0,0%,100%,.75);border:none;color:#333}.flickity-button:hover{background:#fff;cursor:pointer}.flickity-button:focus{outline:0;box-shadow:0 0 0 5px #19f}.flickity-button:active{opacity:.6}.flickity-button:disabled{opacity:.3;cursor:auto;pointer-events:none}.flickity-button-icon{fill:currentColor}.flickity-prev-next-button{top:50%;width:44px;height:44px;border-radius:50%;transform:translateY(-50%)}.flickity-prev-next-button.previous{left:10px}.flickity-prev-next-button.next{right:10px}.flickity-rtl .flickity-prev-next-button.previous{left:auto;right:10px}.flickity-rtl .flickity-prev-next-button.next{right:auto;left:10px}.flickity-prev-next-button .flickity-button-icon{position:absolute;left:20%;top:20%;width:60%;height:60%}.flickity-page-dots{position:absolute;width:100%;bottom:-25px;padding:0;margin:0;list-style:none;text-align:center;line-height:1}.flickity-rtl .flickity-page-dots{direction:rtl}.flickity-page-dots .dot{display:inline-block;width:10px;height:10px;margin:0 8px;background:#333;border-radius:50%;opacity:.25;cursor:pointer}.flickity-page-dots .dot.is-selected{opacity:1}
/* ---- patches.css ---- */
/* Gerado por build.py — correções sobre o export do Webflow */
html, body { overflow-x: clip; }

/* contraste WCAG AA */
.home-header_text-hero, .text-hero-and { color: #666; }            /* #5e5e5e 2.7:1 -> 3.1:1 (texto grande) */
.home-testimonial_author .text-color-gray { color: #828282; }      /* #6c6c6c 3.4:1 -> 4.6:1 */
.footer_bottom-text { color: #767676; }                             /* #787878 4.4:1 -> 4.5:1 */
.closed { color: #767676; }                                         /* #807d7d 4.1:1 -> 4.5:1 */

/* preloader: pula na volta pra home e com reduced-motion */
.intro-seen .loading-wrapper { display: none !important; }
@media (prefers-reduced-motion: reduce) { .loading-wrapper { display: none !important; } }

/* links legais do footer: mesmo visual do texto, sublinha no hover/foco */
.footer_legal-link { text-decoration: none; transition: color 150ms cubic-bezier(0.16, 1, 0.3, 1); }
.footer_legal-link:hover, .footer_legal-link:focus-visible { color: var(--dark-65); text-decoration: underline; text-underline-offset: 3px; }

/* páginas legais — reaproveita tipografia do case (tag-span-project, projects-name_heading, projects_about-text).
   O IX2 do case (a-31) esconde .page-sections até 1.6s; aqui não há hero pra esperar. */
.page-sections.legal { display: block !important; opacity: 1 !important; }
.legal_component { max-width: 46rem; padding: 10rem 0 6rem; }
.legal_intro { font-size: 1.25rem; line-height: 1.5; margin: 1.5rem 0 3rem; }
.legal_section { padding: 2rem 0; border-top: 1px solid rgba(24, 24, 24, .1); }
.legal_section .tag-span-project { margin: 0 0 .75rem; font-size: .875rem; }
.legal_section .projects_about-text { margin: 0 0 .75rem; }
.legal_list { padding-left: 1.25rem; margin: 0 0 .75rem; }
.legal_list li { margin-bottom: .25rem; }
.legal a:not(.footer_legal-link) { color: inherit; text-decoration: underline; text-underline-offset: 3px; }
.legal_footer { display: flex; gap: 2rem; flex-wrap: wrap; padding-top: 2rem; border-top: 1px solid rgba(24, 24, 24, .1); }
.legal_footer .footer_legal-link { color: inherit; }
@media screen and (max-width: 767px) { .legal_component { padding: 7rem 0 4rem; } }

/* ---- nav (build.py) ---- */
/* footer da home: o bloco da esfera (z-index 2) fica por cima da linha de baixo
   (z-index 1) e engolia o clique em Terms/Privacy — no desktop pelo wrapper, no
   mobile pela própria esfera, que encosta nos links. A linha tem transform (IX2)
   e por isso é contexto de empilhamento próprio: sobe ela inteira, mas deixa a
   caixa transparente ao clique (a esfera continua com hover) e só os textos
   recebem clique. O divisor (#6c6c6c a 12%) sobre a esfera preta é imperceptível. */
.footer_bottom-wrapper { z-index: 3; pointer-events: none; }
.footer_bottom-wrap { pointer-events: auto; }
.navbar-projects-wrap.is-locked { cursor: not-allowed; }
.navbar-projects-wrap.is-locked img[src*="arrow-up-right"] { visibility: hidden; }  /* sem link, sem seta */
.sidebar-top:focus-visible, .navbar-projects-wrap:focus-visible, .navbar-right-bottom-wrap-link:focus-visible,
.navbar-left-top-wrap:focus-visible, .social_media-wrapper:focus-visible { outline: 2px solid #e8422f; outline-offset: 3px; }
