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

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

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

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

body {
  background-color: var(--brand--bg);
  color: var(--black);
  font-family: Manrope, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.5;
}

h1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.1;
}

h2 {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5em;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.36;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25em;
  font-weight: 400;
  line-height: 1.36;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.36;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.5;
}

a {
  line-height: 1;
  text-decoration: none;
  display: inline-block;
}

ul {
  margin-top: 0;
  margin-bottom: 12px;
  padding-left: 20px;
}

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

form {
  text-transform: uppercase;
  font-size: 1em;
  font-weight: 600;
}

label {
  margin-bottom: 5px;
  font-size: 1em;
  display: block;
}

blockquote {
  border-left: 4px solid var(--brand-primary);
  color: var(--black);
  margin-top: 24px;
  margin-bottom: 24px;
  padding: 12px 20px;
  font-size: 16px;
  line-height: 1.5;
}

figure {
  margin-bottom: 16px;
}

figcaption {
  color: var(--grey-80);
  text-align: left;
  margin-top: 8px;
  font-size: 14px;
  font-weight: 300;
}

.section {
  width: 100%;
}

.section.footer {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.container {
  z-index: 1;
  max-width: none;
  padding: 4em 2.5em 8.5em;
  position: relative;
}

.container.nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.container.inner-hero {
  padding-top: 11em;
}

.container.hero {
  padding-top: 25em;
  padding-bottom: 6em;
  display: flex;
}

.container.without-top-padding {
  padding-top: 0;
  padding-bottom: 6em;
}

.container.footer {
  flex-direction: column;
  align-items: center;
  padding-top: 6.5em;
  padding-bottom: 2em;
  display: flex;
}

.container.case-hero {
  padding-top: 92px;
}

.container.without-top-padding {
  padding-top: 0;
}

.container.no-bottom {
  padding-bottom: 4em;
}

.grid {
  width: 100%;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  position: relative;
}

.grid.center-align {
  justify-content: center;
}

.grid-item {
  width: 100%;
  position: relative;
}

.grid-item._80 {
  width: 80%;
}

.grid-item._20 {
  width: 20%;
  position: relative;
}

.grid-item._50 {
  width: 50%;
}

.grid-item._33 {
  width: 33%;
}

.grid-item._33.footer-2, .grid-item._33.footer-3 {
  display: none;
}

.grid-item._25 {
  width: 25%;
}

.grid-item._67 {
  width: 67%;
}

.page-wrapper {
  z-index: 1;
  background-color: var(--brand--bg);
  border-radius: 2em;
  margin-bottom: -2em;
  position: relative;
  overflow: hidden;
}

.spacer._32 {
  height: 32px;
}

.spacer._88 {
  height: 88px;
}

.spacer._16 {
  height: 16px;
}

.spacer._24 {
  height: 24px;
}

.spacer._64 {
  height: 64px;
}

.spacer._56 {
  height: 56px;
}

.spacer._104 {
  height: 104px;
}

.spacer._8 {
  height: 8px;
}

.spacer._12 {
  height: 12px;
}

.spacer._20 {
  height: 20px;
}

.spacer._40 {
  height: 40px;
}

.spacer._48 {
  height: 48px;
}

.spacer._72 {
  height: 72px;
}

.spacer._80 {
  height: 80px;
}

.spacer._96 {
  height: 96px;
}

.spacer._112 {
  height: 112px;
}

.spacer._128 {
  height: 128px;
}

.spacer._184 {
  height: 184px;
}

.small {
  font-size: 14px;
}

.sg-block {
  justify-items: start;
  padding-top: 8px;
  padding-bottom: 8px;
}

.sg-block.colors {
  border-radius: 20px;
  padding-top: 0;
  padding-bottom: 0;
}

.sg-block.colors.dark {
  background-color: var(--black);
  color: #fff;
  border-radius: 2px;
}

.sg-block.dark {
  background-color: var(--black);
  border-radius: 32px;
  padding: 24px;
}

.sg-block.typo {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--grey-15);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.sg-block.typo.on-dark {
  border-top-color: var(--white-50);
}

.sg-container {
  max-width: 100%;
  padding: 104px 48px;
}

.sg-container.dark-bg {
  background-color: var(--black);
  color: var(--grey-8-81);
}

.paragraph {
  font-size: 16px;
  font-weight: 400;
}

.paragraph.large {
  font-size: 16px;
}

.paragraph.large.text-weight-light {
  font-size: 18px;
}

.paragraph.small {
  font-size: 12px;
}

.paragraph.small.text-weight-semi {
  font-weight: 600;
}

.paragraph.extra-small {
  font-size: 11px;
}

.paragraph.text-color-grey-60 {
  color: var(--grey-60);
}

.paragraph.about-description {
  font-size: 1.1em;
}

.sg-caption {
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.sg-colors-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.link {
  letter-spacing: -.01em;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.link.small {
  font-size: 12px;
}

.link.small:visited {
  color: var(--black);
}

.link.small.w--current {
  background-color: var(--grey-8-81);
  padding-left: .5em;
  padding-right: .5em;
}

.link.nav {
  background-color: rgba(0, 0, 0, 0);
  font-size: 14px;
}

.link.nav:hover {
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  padding-right: 0;
}

.link.medium {
  font-size: 14px;
}

.link.extra-small {
  font-size: 11px;
}

.color-block {
  width: 100%;
  height: 16vw;
  background-color: var(--black);
  color: var(--white);
  border-radius: 2px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  font-size: 20px;
  display: flex;
}

.color-block.grey-80 {
  background-color: var(--grey-80);
}

.color-block.grey-60 {
  background-color: var(--grey-60);
}

.color-block.grey-40 {
  background-color: var(--grey-40);
}

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

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

.color-block.grey-8 {
  background-color: var(--grey-8-81);
  color: var(--black);
}

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

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

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

.color-block.brand-primary {
  background-color: var(--brand-primary);
}

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

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

.button-bin {
  background-color: var(--white);
  color: var(--black);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  border-style: none;
  border-radius: 0;
  justify-content: center;
  align-items: center;
  padding: 16px 40px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: relative;
  overflow: hidden;
}

.button-bin.submit {
  padding: 0;
}

.sg-column {
  width: 100%;
  height: 60px;
  background-color: var(--grey-20);
  border-radius: 8px;
}

.text-link {
  color: var(--black);
  padding-bottom: 0;
  text-decoration: underline;
  transition: opacity .3s;
  display: inline-block;
}

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

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

.sg-filler {
  width: 100%;
  height: 100%;
  background-color: var(--grey-20);
  border-radius: 8px;
}

.navigation {
  z-index: 999;
  width: 100%;
  background-color: rgba(0, 0, 0, 0);
  position: fixed;
}

.nav-brand {
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  transition: opacity .3s;
  display: flex;
}

.nav-brand:hover {
  opacity: .6;
}

.nav-brand.w--current {
  transition: none;
}

.nav-brand.sg {
  color: var(--white);
}

.menu-button {
  float: none;
}

.nav-link-text {
  letter-spacing: -.01em;
  text-transform: uppercase;
  text-shadow: 0 12px #000;
  padding: 0;
  transition: color .3s;
}

.nav-link-text.w--current {
  box-shadow: inset 0 -1px 0 0 var(--white);
  color: var(--white);
}

.nav-link-text.text-shadow-light {
  text-shadow: 0 11px 0 var(--white);
}

.nav-link-text.text-shadow-light.non-capitilized, .nav-link-text.non-capitalized {
  text-transform: none;
}

.center-wrapper {
  max-width: 800px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer-links-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-links-container {
  grid-column-gap: 2em;
  grid-row-gap: 4px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: end;
  display: none;
}

.footer-bottom-wrapper {
  height: 100%;
  color: var(--grey-60);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom-wrapper.right-align {
  justify-content: flex-end;
}

.footer-bottom-wrapper.center-align {
  grid-column-gap: 12px;
  justify-content: center;
}

.footer-small-link {
  padding-left: 8px;
  padding-right: 8px;
  transition: background-color .3s;
}

.footer-small-link:hover {
  color: var(--white);
  background-color: #000;
}

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

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

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

.page-overlay {
  z-index: 99999;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.logo-loader-wrapper {
  opacity: .99;
  color: var(--black);
  justify-content: center;
  align-items: center;
  font-size: 2em;
  display: flex;
  overflow: hidden;
}

.grey {
  color: var(--grey-60);
}

.rich-text h2 {
  margin-bottom: 40px;
  font-size: 32px;
}

.rich-text p {
  margin-bottom: 64px;
}

.rich-text h4 {
  margin-bottom: 16px;
  font-size: 20px;
}

.rich-text h1 {
  margin-bottom: 24px;
}

.rich-text h3 {
  margin-bottom: 24px;
  font-size: 24px;
  font-weight: 400;
}

.rich-text h5 {
  margin-bottom: 16px;
  font-size: 18px;
  font-weight: 400;
}

.rich-text h6 {
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 500;
}

.rich-text figure {
  margin-bottom: 32px;
}

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

.sg-images {
  width: 100%;
  height: 40vw;
  object-fit: cover;
}

.overlay-transition {
  width: 100%;
  height: 100%;
  background-color: var(--grey-15);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.menu-nav {
  width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.decorative {
  font-size: 3em;
  line-height: 1.36;
}

.decorative.large {
  font-size: 6.5em;
}

._404-content {
  height: 100%;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-block {
  flex-direction: column;
  display: flex;
}

.brand-logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.error-message {
  color: #fc2b2b;
  background-color: rgba(0, 0, 0, 0);
  padding-left: 0;
  font-size: 14px;
}

.changelog-wrapper {
  max-width: 800px;
  background-color: var(--black);
  color: var(--white);
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.changelog-divider {
  width: 100%;
  height: 1px;
  background-color: #c2c8d9;
  margin-top: 12px;
  margin-bottom: 12px;
}

.text-field {
  height: 48px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-40);
  color: var(--grey-60);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 24px;
  padding: 8px 0;
  font-size: 16px;
  font-weight: 400;
  transition: padding .3s, background-color .3s, color .3s, border-color .3s;
}

.text-field:hover {
  border-bottom-color: var(--black);
  background-color: #0a0a0a;
  padding-left: 20px;
}

.text-field:focus {
  border-bottom-color: var(--black);
  color: var(--white);
  background-color: #000;
  padding-left: 20px;
  padding-right: 20px;
}

.text-field::-ms-input-placeholder {
  color: var(--grey-60);
}

.text-field::placeholder {
  color: var(--grey-60);
}

.text-field.text-area {
  max-height: 200px;
  min-height: 88px;
  padding-top: 16px;
}

.text-field.light:hover {
  border-bottom-color: var(--grey-15);
  background-color: var(--grey-15);
}

.text-field.light:focus {
  border-bottom-color: var(--black);
  background-color: var(--grey-15);
  color: var(--black);
}

.select-field {
  height: 56px;
  border-style: none none solid;
  border-width: 1px;
  border-color: black black var(--grey-40);
  color: var(--grey-60);
  background-color: rgba(0, 0, 0, 0);
  margin-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 400;
  transition: padding .3s, background-color .3s, border-color .3s, color .3s;
}

.select-field:hover {
  background-color: #0a0a0a;
  border-style: none;
  border-color: #000;
  padding-left: 20px;
}

.select-field:focus {
  border-bottom-color: var(--grey-15);
  color: var(--white);
}

.select-field.light:hover {
  background-color: var(--grey-15);
}

.select-field.light:focus {
  background-color: var(--grey-15);
  color: var(--black);
  padding-left: 20px;
  padding-right: 20px;
}

.color-text {
  font-family: Lato, sans-serif;
  font-size: 16px;
}

.submit-button {
  z-index: 1;
  width: 100%;
  height: 100%;
  color: var(--black);
  text-align: center;
  letter-spacing: .05em;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.link-arrow {
  width: 12px;
  height: 12px;
  justify-content: center;
  align-items: center;
  margin-top: 1px;
  margin-left: 8px;
  display: flex;
}

.link-text-wrapper {
  z-index: 1;
  position: relative;
  overflow: hidden;
}

.link-floating-text {
  text-shadow: 0 17px #000;
  line-height: 1;
}

.link-floating-text.shadow-medium {
  text-shadow: 0 15px 0 var(--black);
}

.link-floating-text.shadow-extra-small {
  text-shadow: 0 12px #000;
}

.link-floating-text.shadow-small {
  text-shadow: 0 13px #000;
}

.link-floating-text.text-shadow-light, .link-floating-text.shadow-medium-light {
  text-shadow: 0 15px 0 var(--white);
}

.sg-link-wrapper {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.hero-scroll-trigger-animation {
  z-index: -999;
  height: 50vh;
  position: absolute;
}

.category-item {
  border-bottom: 1px solid var(--white-25);
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.category-item.without-border {
  border-bottom-style: none;
}

.categories-wrapper {
  align-self: flex-start;
  margin-top: 1em;
}

.categories-wrapper.margin-bottom-xxxs {
  margin-bottom: 2.5em;
}

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

.flex-vertical.full-hight {
  height: 100%;
  justify-content: center;
}

.flex-vertical.full-hight.space-between {
  justify-content: space-between;
}

.tile-img-wrapper {
  width: 100%;
  height: 100%;
  color: var(--white);
}

.tag {
  border: 1px solid var(--grey-80);
  text-align: center;
  border-radius: 50em;
  align-self: center;
  align-items: center;
  padding: 4px 8px;
  font-size: 10px;
  display: flex;
}

.tag.category {
  padding: 8px 12px;
  font-size: 12px;
  transition: color .3s, background-color .3s;
}

.tag.category:hover, .tag.category.w--current {
  background-color: var(--black);
  color: var(--white);
}

.succsess-message {
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  padding: 0;
  font-size: 3em;
}

.social-icon-link {
  transform-origin: 0%;
  color: var(--white);
  padding-left: .5em;
  padding-right: .5em;
  transition: background-color .3s, padding .3s;
  overflow: hidden;
}

.flex-horizontal {
  align-self: stretch;
  display: none;
}

.flex-horizontal.categories {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
  display: none;
}

.flex-horizontal.justify-center {
  justify-content: center;
}

.flex-horizontal.gap-medium {
  grid-column-gap: 20px;
}

.flex-horizontal.align-bottom {
  align-items: flex-end;
}

.flex-horizontal.align-bottom.justify-space-between {
  justify-content: space-between;
  display: block;
}

.flex-horizontal.justify-space-between {
  justify-content: space-between;
}

.flex-horizontal.justify-space-between.align-baseline {
  align-items: baseline;
  display: flex;
}

.nav-link-wrapper {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
}

.nav-link-wrapper.w--current {
  color: var(--grey-60);
}

.inner-title-wrapper {
  width: 50%;
}

.back-wrapper {
  margin-bottom: 2.5em;
  display: flex;
}

.back-arrow {
  width: .8em;
  height: .8em;
  justify-content: center;
  align-items: center;
  margin-right: 1em;
  display: flex;
  transform: rotate(-135deg);
}

.cursor-dot-1 {
  z-index: 9999;
  width: 112px;
  height: 112px;
  border: 1px solid var(--brand-primary);
  background-color: var(--black);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: rgba(0, 0, 0, 0);
  letter-spacing: .02em;
  text-transform: uppercase;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  display: flex;
  overflow: hidden;
  transform: scale(.2);
}

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

.cursor-dot-2 {
  width: 10px;
  height: 10px;
  background-color: var(--white);
  border-radius: 50%;
  font-size: .7em;
  display: flex;
  position: absolute;
}

.cursor {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.title-1 {
  font-size: 2.5em;
  line-height: 1.36;
}

.title-2 {
  font-size: 2em;
  line-height: 1.36;
}

.title-3 {
  font-size: 1.5em;
  line-height: 1.36;
}

.title-4 {
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.36;
}

.title-5 {
  font-size: 16px;
  line-height: 1.36;
}

.title-6 {
  font-size: 14px;
  line-height: 1.4;
}

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

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

.button {
  background-color: var(--black);
  color: var(--white);
  letter-spacing: -.01em;
  text-transform: none;
  white-space: nowrap;
  border-radius: 50em;
  justify-content: space-between;
  align-items: center;
  padding: 12px 20px;
  font-size: 14px;
  line-height: 1;
  display: flex;
  position: relative;
}

.button.stroke {
  border: 1px solid var(--black);
  color: var(--black);
  background-color: rgba(0, 0, 0, 0);
}

.button.stroke.white {
  border-color: var(--white);
  color: var(--white);
}

.button.submit {
  font-weight: 400;
  position: relative;
}

.nav-link-stack {
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.nav-link-stack.header {
  align-items: flex-end;
  display: flex;
  position: relative;
}

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

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

.full-bleed-case-link {
  width: 100%;
  display: flex;
}

.grid-case-link {
  width: 100%;
}

.all-button {
  width: 4em;
  height: 4em;
  background-color: var(--black);
  color: var(--white);
  border-radius: 50em;
  justify-content: center;
  align-items: center;
  padding: 1.3em;
  display: flex;
  position: relative;
}

.instagram-link-wrapper {
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.caption {
  font-size: 12px;
  line-height: 1.5;
}

.contact-us-input {
  width: auto;
  color: rgba(13, 13, 13, .4);
  background-color: rgba(0, 0, 0, 0);
  border: 1px #000;
  border-bottom: 1px solid rgba(13, 13, 13, .1);
  margin-bottom: 9px;
  padding-bottom: 8px;
  padding-left: 0;
  padding-right: 16px;
  font-size: 20px;
  font-weight: 500;
  transition: opacity .3s;
  display: inline-block;
}

.contact-us-input:focus {
  color: #0d0d0d;
  border-bottom-color: #0d0d0d;
}

.contact-us-input::-ms-input-placeholder {
  color: rgba(13, 13, 13, .2);
}

.contact-us-input::placeholder {
  color: rgba(13, 13, 13, .2);
}

.contact-us-input.budget {
  width: 100px;
}

.contact-us-input.email, .contact-us-input.date, .contact-us-input.project {
  width: 250px;
}

.contact-us-header {
  justify-content: space-between;
  align-self: stretch;
  align-items: center;
  margin-bottom: 5em;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.contact-us-text {
  opacity: .8;
  text-transform: none;
  margin-right: 8px;
  font-size: 20px;
  font-weight: 500;
  display: inline;
}

.contact-us-overlay {
  height: 100%;
  cursor: pointer;
  background-color: rgba(13, 13, 13, 0);
  flex: 1;
  padding-bottom: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.contact-us-scroll-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3.5em;
  padding-bottom: 3.5em;
  display: flex;
}

.contact-us-close-link {
  width: 32px;
  height: 32px;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 40px;
  text-decoration: none;
  display: flex;
}

.contact-us-container {
  width: 640px;
  height: 100%;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: rgba(255, 255, 255, .6);
  flex-direction: column;
  padding-top: 0;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
  position: relative;
}

.contact-us-wrapper {
  z-index: 9998;
  width: 100%;
  cursor: default;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: flex-end;
  align-items: flex-end;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.close-icon, .logo-loader-img {
  width: 100%;
  height: 100%;
}

.floating-item {
  border-radius: 50em;
  padding: 12px 16px;
  font-size: 12px;
  display: block;
}

.floating-item.w--current {
  background-color: var(--black);
  color: var(--white);
}

.case-img-item {
  width: 50%;
  height: 29em;
  padding-left: 1em;
  padding-right: 1em;
  overflow: hidden;
}

.case-img-item:first-child {
  width: 100%;
}

.main-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: start;
  display: grid;
}

.nav-social-links-wrapper {
  grid-column-gap: 12px;
  display: flex;
}

.menu-links-wrapper {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50em;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  padding: 4px;
  display: flex;
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.letter-logo.last {
  margin-right: 4px;
}

.nav-location {
  color: var(--grey-40);
  font-size: 12px;
  display: flex;
}

._1st-col-max-width {
  max-width: 180px;
}

._1st-col-max-width.top-margin-m {
  margin-top: 1.25em;
}

.bilboard-heading {
  font-size: 5em;
}

.project-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  display: flex;
}

.project-grid.categories {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-item {
  width: 100%;
  height: 34em;
  border-radius: 1.5em;
  flex: 0 auto;
  overflow: hidden;
}

.project-item:nth-child(2n) {
  flex: 1;
}

.project-item:first-child {
  width: 100%;
}

.project-item.categories {
  width: 100%;
  min-width: auto;
}

.project-link {
  width: 100%;
  height: 100%;
  background-image: url('../images/Frame-11.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: space-between;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.project-link.mbdda {
  background-image: url('../images/Frame-15.jpg');
}

.project-link.mbds {
  background-image: url('../images/Frame-27.jpg');
}

.project-link.sfds {
  background-image: url('../images/Frame-17.jpg');
  background-position: 100% 100%;
}

.span-text-highlight {
  border: 1px solid #000;
  border-radius: 50em;
  padding: .1em .4em;
  display: inline-block;
}

.content-flex-col {
  max-width: 35em;
}

.content-flex-col.fixed {
  max-width: 40em;
}

.overflow-hidden {
  overflow: hidden;
}

.full-width-img {
  width: 100%;
  height: 42em;
  object-fit: cover;
}

.row-item {
  width: 100%;
  border-bottom: 1px solid var(--grey-20);
  justify-content: space-between;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: flex;
}

.row-item.base-line-align {
  align-items: baseline;
}

.row-items-wrapper {
  margin-top: -1.5em;
}

.row-title {
  font-size: 1.3em;
}

.row-title.small {
  width: 50%;
  max-width: 35em;
  font-size: 1em;
}

.row-title.small.right-align {
  direction: ltr;
  text-align: right;
}

.flex-item-33 {
  width: 33%;
}

.flex-item-33.right {
  text-align: right;
}

.flex-item-33.center {
  text-align: center;
}

.footer-contact-wrapper {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 12em;
  padding-bottom: 12em;
  display: flex;
}

.contact-email-link {
  font-size: 56px;
}

.contact-email-text-shadow {
  text-shadow: 0 56px #fff;
}

.social-nav.small {
  font-size: 12px;
}

.social-nav.small.text-color-grey-60 {
  text-align: right;
}

.social-nav.text-color-grey-60 {
  color: var(--grey-60);
}

.project-top-info-wrapper {
  grid-column-gap: 8px;
  justify-content: space-between;
  display: flex;
}

.project-additional-info {
  color: var(--white);
  background-color: rgba(19, 20, 23, .32);
  border-radius: 50em;
  padding: 12px 16px;
  font-size: 12px;
}

.cases-wrapper {
  margin-top: 24px;
}

.cv-item {
  margin-bottom: 3em;
}

.about-image {
  width: 100%;
  border-radius: 1.5em;
  margin-top: 3em;
}

.case-hero-img-wrapper {
  width: 100%;
  height: 80vh;
  border-radius: 1.5em;
  margin-bottom: 2em;
  overflow: hidden;
}

.case-hero-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.text-client {
  margin-right: 4px;
  font-size: 12px;
  font-weight: 600;
}

.case-description {
  font-size: 1.75em;
  font-weight: 400;
  line-height: 1.3;
}

.case-description-wrapper {
  margin-top: 3.5em;
}

.case-img {
  border-radius: 1.5em;
}

.case-img.hidden {
  display: none;
}

.case-images-wrapper {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.case-img-group {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.next-project-wrapper {
  background-color: var(--white);
  border-radius: 1.5em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.next-project-collection-list {
  width: 100%;
  height: 85vh;
  align-items: flex-end;
  display: flex;
}

.next-project-item {
  width: 100%;
  height: 100%;
}

.next-project-link {
  width: 100%;
  height: 85vh;
  background-color: #fff;
  border-radius: 1.5em;
  flex-direction: column;
  padding: 1em;
  display: flex;
}

.next-project-img-wrapper {
  width: 100%;
  border-radius: 1em;
  flex: 1;
  overflow: hidden;
}

.next-project-info {
  padding: 2em;
  overflow: hidden;
}

.next-project-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.contact-us-social-wrapper {
  width: 100%;
  grid-column-gap: 3em;
  grid-row-gap: 3px;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  justify-items: end;
  display: flex;
}

.get-template-wrapper {
  z-index: 999;
  height: 0;
  justify-content: flex-end;
  align-items: flex-end;
  display: flex;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.get-template-link-wrapper {
  height: 5rem;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: -.75rem;
  right: .75rem;
}

.get-template-link {
  z-index: 2;
  height: 2.6rem;
  min-width: 7.7rem;
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  color: #131417;
  background-color: rgba(232, 232, 232, .4);
  border-radius: .4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .6rem 1rem .6rem .6rem;
  font-size: 12px;
  transition: color .3s, background-color .3s;
  display: flex;
  position: relative;
}

.get-template-link:hover {
  color: #fff;
  background-color: #000;
}

.get-template-link.more-templates {
  z-index: 0;
  position: absolute;
  bottom: 15%;
  left: 0%;
  right: 0%;
}

.footer-spacer {
  height: 43.3em;
}

.empty-hidden {
  display: none;
}

.project-second-info-wrapper {
  grid-column-gap: 8px;
  justify-content: space-between;
  display: flex;
}

.call-out {
  font-size: 6em;
}

.paragraph-2, .heading {
  font-size: 16px;
}

.main-grid-copy {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .6fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: stretch;
  display: grid;
}

.text-body {
  font-size: 2vw;
}

.text-only-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .6fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: stretch;
  padding: 8em 2.5em;
  display: grid;
}

.next-section {
  width: 100%;
}

.next-section.footer {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.image-section {
  width: 100%;
}

.image-section.footer {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.text-block-section {
  width: 100%;
}

.text-block-section.footer {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.rich-text-paragraph {
  color: var(--black);
  font-size: 2px;
}

.project-hero-section {
  width: 100%;
}

.project-hero-section.footer {
  background-color: var(--black);
  color: var(--white);
  position: relative;
}

.case-content-wrapper {
  margin-top: 0;
}

.case-section-title {
  align-self: stretch;
  display: flex;
}

.case-section-title.categories {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: wrap;
}

.case-section-title.justify-center {
  justify-content: center;
}

.case-section-title.gap-medium {
  grid-column-gap: 20px;
}

.case-section-title.align-bottom {
  align-items: flex-end;
}

.case-section-title.align-bottom.justify-space-between, .case-section-title.justify-space-between {
  justify-content: space-between;
}

.case-section-title.justify-space-between.align-baseline {
  align-items: baseline;
}

.next-case-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 1.5em;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-2 {
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.4;
}

.html-embed-2 {
  white-space: normal;
  object-fit: contain;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
  position: static;
}

.html-embed-2.blue {
  background-color: #cee9fe;
}

.html-embed-2.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block {
  height: auto;
  border-radius: 1.5em;
  overflow: hidden;
}

.main-nav-grid {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .8fr .8fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  display: flex;
  position: relative;
}

.projects-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template: "."
                 "Area"
                 / 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.project-wrapper {
  height: 50vh;
  border-radius: 1.5em;
  overflow: hidden;
}

.html-embed-3, .html-embed-4 {
  background-color: #fff;
}

.html-embed-5 {
  width: 100%;
  height: auto;
  white-space: normal;
  object-fit: contain;
  border-radius: 1.5em;
  padding-top: 24px;
  padding-bottom: 24px;
  position: relative;
}

.div-block-2 {
  width: 100%;
  height: 500px;
  background-color: #fff;
  border-radius: 1.5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.div-block-3 {
  width: 20vw;
  height: 20vh;
}

.image-caption {
  width: 70%;
  text-align: center;
  margin-top: 8px;
  font-family: Inconsolata, monospace;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.heading-3 {
  font-size: 1.2em;
}

.stat {
  font-size: 32px;
  font-weight: 400;
}

.div-block-4 {
  display: flex;
}

.info-wrapper {
  grid-column-gap: 8px;
  justify-content: space-between;
  display: flex;
}

.floating-item-2 {
  border-radius: 50em;
  padding: 12px 16px;
  font-size: 12px;
  display: block;
}

.floating-item-2.w--current {
  color: #fff;
  background-color: #131417;
}

.nav-location-2 {
  color: #9fa0a3;
  font-size: 12px;
}

.main-grid-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .6fr 1.25fr .5fr;
  grid-auto-columns: 1fr;
  align-self: stretch;
  align-items: stretch;
  display: grid;
}

.brand-logo-wrapper-2 {
  align-items: center;
  display: flex;
}

.menu-links-wrapper-2 {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-color: rgba(255, 255, 255, .5);
  border-radius: 50em;
  padding: 4px;
  display: flex;
  position: relative;
}

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

.container-2 {
  z-index: 1;
  max-width: none;
  padding: 8.5em 2.5em;
  position: relative;
}

.container-2.nav {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.nav-brand-2 {
  color: #131417;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  transition: opacity .3s;
  display: flex;
}

.nav-brand-2:hover {
  opacity: .6;
}

.nav-link-text-2 {
  letter-spacing: -.01em;
  text-transform: uppercase;
  text-shadow: 0 12px #000;
  padding: 0;
  transition: color .3s;
}

.nav-link-text-2.w--current {
  color: #fff;
  box-shadow: inset 0 -1px #fff;
}

.nav-link-wrapper-2 {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  overflow: hidden;
}

.nav-link-wrapper-2.w--current {
  color: #828283;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 4em;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 24px;
  }

  h4 {
    font-size: 16px;
  }

  .container {
    padding: 72px 24px;
  }

  .container.nav {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .container.inner-hero {
    padding-top: 88px;
  }

  .container.hero {
    padding-top: 132px;
    padding-bottom: 48px;
  }

  .container.footer {
    padding-top: 64px;
    padding-bottom: 32px;
  }

  .container.case-hero {
    padding-top: 66px;
    padding-bottom: 24px;
  }

  .grid-item._80.tablet-100, .grid-item._50.tablet-100, .grid-item._33.tablet-100 {
    width: 100%;
  }

  .grid-item._33.footer-center {
    width: 100%;
    order: -1;
  }

  .grid-item._33.footer-2, .grid-item._33.footer-3 {
    width: 50%;
  }

  .grid-item._67.tablet-100 {
    width: 100%;
  }

  .page-wrapper {
    border-radius: 20px;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._104, .spacer._112 {
    height: 64px;
  }

  .sg-container {
    padding: 64px 24px;
  }

  .paragraph.large {
    font-size: 16px;
  }

  .paragraph.about-description {
    font-size: .8rem;
  }

  .link.small {
    font-size: 12px;
  }

  .navigation {
    z-index: 9999;
    background-color: var(--brand--bg);
    mix-blend-mode: normal;
    position: fixed;
  }

  .nav-brand {
    height: 20px;
    color: var(--black);
    margin-right: 0;
    font-size: 16px;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0 6px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .nav-link-text {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    display: block;
  }

  .nav-link-text.w--current {
    box-shadow: inset 0 -1px 0 0 var(--black);
    color: var(--black);
  }

  .nav-link-text.text-shadow-light {
    text-shadow: 0 17px 0 var(--white);
  }

  .nav-link-text.header {
    text-shadow: 0 19px #000;
    font-size: 18px;
  }

  .footer-links-wrapper {
    width: 100%;
    justify-content: space-between;
  }

  .footer-links-container {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 2.5fr 1fr;
    justify-content: center;
  }

  .footer-bottom-wrapper {
    height: auto;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-bottom-wrapper.center-align {
    grid-row-gap: 12px;
    flex-flow: wrap;
    margin-bottom: 56px;
  }

  .hamburger-icon {
    width: 48px;
    height: 48px;
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .logo-loader-wrapper {
    height: 24px;
  }

  .sg-images {
    height: 24vw;
  }

  .menu-nav {
    height: 100vh;
    min-height: 0;
    background-color: var(--brand--bg);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 80px 24px 40px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .decorative {
    font-size: 4em;
  }

  .brand-logo-wrapper {
    z-index: 999;
    position: relative;
  }

  .categories-wrapper.margin-bottom-xxxs {
    margin-top: 0;
    margin-bottom: 24px;
  }

  .tag {
    font-size: 10px;
  }

  .succsess-message {
    font-size: 32px;
  }

  .social-icon-link {
    padding-left: 0;
    padding-right: 0;
  }

  .social-icon-link:hover {
    padding: 12px;
  }

  .flex-horizontal {
    display: none;
  }

  .hamburger-bar {
    width: 100%;
    height: 5px;
    background-color: var(--black);
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .hamburger-bar._1, .hamburger-bar._2 {
    height: 2px;
  }

  .nav-link-wrapper {
    font-size: 14px;
  }

  .inner-title-wrapper {
    width: 100%;
  }

  .back-wrapper {
    margin-bottom: 32px;
  }

  .cursor {
    display: none;
  }

  .title-1 {
    font-size: 4em;
  }

  .title-4 {
    font-size: 14px;
  }

  .nav-link-stack.header {
    grid-row-gap: 20px;
    grid-row-gap: 20px;
    align-items: center;
    margin-top: 32px;
  }

  .all-button {
    width: 48px;
    height: 48px;
    padding: 14px;
  }

  .contact-us-input {
    font-size: 20px;
  }

  .contact-us-header {
    margin-bottom: 32px;
  }

  .contact-us-text {
    font-size: 18px;
  }

  .contact-us-scroll-wrapper {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-us-container {
    height: 100%;
    padding-left: 40px;
    padding-right: 40px;
    overflow: scroll;
  }

  .contact-us-wrapper {
    z-index: 9999;
    height: 100vh;
    overflow: scroll;
  }

  .logo-loader-img {
    font-size: 18px;
  }

  .floating-item {
    padding: 12px 20px;
    font-size: 20px;
  }

  .main-grid {
    grid-template-columns: .5fr .75fr;
  }

  .nav-social-links-wrapper {
    grid-column-gap: 20px;
  }

  .menu-links-wrapper {
    height: 80%;
    grid-row-gap: 8px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-location {
    font-size: 10px;
  }

  .project-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .project-grid.categories {
    grid-template-columns: 1fr;
  }

  .project-item {
    height: 38vw;
    border-radius: 20px;
  }

  .project-link {
    padding: 20px;
  }

  .content-flex-col {
    max-width: 290px;
  }

  .row-item {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .row-title {
    font-size: 16px;
  }

  .row-title.small {
    font-size: .8rem;
  }

  .footer-contact-wrapper.animation-reveal-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .project-additional-info {
    font-size: 12px;
  }

  .case-hero-img-wrapper {
    border-radius: 20px;
    margin-bottom: 24px;
  }

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

  .case-img {
    border-radius: 20px;
  }

  .case-images-wrapper {
    grid-row-gap: 16px;
  }

  .case-img-group {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .next-project-wrapper {
    border-radius: 20px;
  }

  .next-project-collection-list {
    height: 75vh;
  }

  .next-project-img-wrapper {
    border-radius: 16px;
  }

  .contact-us-social-wrapper {
    width: 100%;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 2.5fr 1fr;
    justify-content: center;
  }

  .main-grid-copy, .text-only-grid {
    grid-template-columns: .5fr .75fr;
  }

  .next-case-wrapper {
    grid-row-gap: 16px;
  }

  .main-nav-grid {
    grid-template-columns: .5fr .75fr;
    justify-content: space-between;
  }

  .floating-item-2 {
    padding: 12px 20px;
    font-size: 20px;
  }

  .nav-location-2 {
    font-size: 10px;
  }

  .main-grid-2 {
    grid-template-columns: .5fr .75fr;
  }

  .brand-logo-wrapper-2 {
    z-index: 999;
    position: relative;
  }

  .menu-links-wrapper-2 {
    grid-row-gap: 8px;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: rgba(0, 0, 0, 0);
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .menu-nav-2 {
    height: 100vh;
    min-height: 0;
    background-color: #f5f5f5;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: 80px 24px 40px;
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    overflow: auto;
  }

  .container-2 {
    padding: 72px 24px;
  }

  .container-2.nav {
    padding-top: 8px;
    padding-bottom: 8px;
    position: static;
  }

  .hamburger-bar-2 {
    width: 100%;
    height: 5px;
    background-color: #131417;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
  }

  .hamburger-bar-2._2, .hamburger-bar-2._1 {
    height: 2px;
  }

  .nav-brand-2 {
    height: 20px;
    color: #131417;
    margin-right: 0;
    font-size: 16px;
  }

  .nav-link-text-2 {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    font-size: 12px;
    display: block;
  }

  .nav-link-text-2.w--current {
    color: #131417;
    box-shadow: inset 0 -1px #131417;
  }

  .nav-link-text-2.header {
    text-shadow: 0 19px #000;
    font-size: 18px;
  }

  .nav-link-wrapper-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 32px;
  }

  h2 {
    font-size: 28px;
  }

  h3 {
    font-size: 26px;
  }

  h4 {
    font-size: 16px;
  }

  .container {
    padding: 56px 20px;
  }

  .container.nav {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .container.hero {
    padding-top: 104px;
  }

  .container.case-hero {
    padding-top: 56px;
  }

  .grid-item._33.tablet-100 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .page-wrapper {
    margin-bottom: -20px;
  }

  .spacer._32 {
    height: 20px;
  }

  .spacer._88.landscape-56 {
    height: 56px;
  }

  .spacer._64 {
    height: 48px;
  }

  .spacer._56 {
    display: none;
  }

  .spacer._104 {
    height: 20px;
  }

  .spacer._40 {
    height: 24px;
  }

  .spacer._64.landscape-32 {
    height: 32px;
  }

  .spacer._72 {
    height: 24px;
  }

  .spacer._72.landscape-40 {
    height: 40px;
  }

  .spacer._80 {
    height: 24px;
  }

  .spacer._80.landscape-48 {
    height: 48px;
  }

  .spacer._96.landscape-64 {
    height: 64px;
  }

  .spacer._112.landscape-72 {
    height: 72px;
  }

  .spacer._128.landscape-80 {
    height: 80px;
  }

  .spacer._184.landscape-104 {
    height: 104px;
  }

  .sg-block.colors {
    border-radius: 12px;
    padding: 16px;
  }

  .sg-container {
    padding: 48px 16px;
  }

  .link {
    font-size: 14px;
  }

  .button-bin {
    width: 100%;
  }

  .nav-brand {
    padding-left: 0;
  }

  .footer-links-wrapper {
    flex-direction: row;
    align-items: flex-start;
  }

  .footer-bottom-wrapper.center-align {
    margin-bottom: 72px;
  }

  .utility-page-content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .rich-text h2 {
    font-size: 28px;
  }

  .rich-text h4 {
    font-size: 18px;
  }

  .rich-text h3 {
    font-size: 20px;
  }

  .rich-text h5 {
    font-size: 16px;
  }

  .rich-text h6 {
    font-size: 14px;
  }

  .menu-nav {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .decorative {
    font-size: 32px;
  }

  ._404-content {
    height: auto;
    margin-top: 32px;
  }

  .changelog-wrapper {
    padding: 24px;
  }

  .submit-button {
    width: 100%;
  }

  .link-floating-text {
    text-shadow: 0 15px #000;
  }

  .categories-wrapper {
    margin-top: 3em;
  }

  .flex-horizontal, .flex-horizontal.gap-medium {
    display: none;
  }

  .flex-horizontal.align-bottom.justify-space-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .title-1 {
    font-size: 32px;
  }

  .title-4 {
    font-size: 16px;
  }

  .full-bleed-case-link {
    flex-direction: column-reverse;
  }

  .contact-us-input {
    width: 182px;
  }

  .contact-us-input.email {
    width: 259px;
  }

  .contact-us-input.project {
    width: 260px;
  }

  .contact-us-header {
    margin-bottom: 20px;
  }

  .contact-us-overlay {
    display: none;
  }

  .contact-us-scroll-wrapper {
    min-height: 0;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .contact-us-container {
    width: auto;
    height: 100%;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
    overflow: scroll;
  }

  .contact-us-wrapper {
    min-height: auto;
    display: none;
  }

  .contact-us-contact {
    min-height: 400px;
    padding-right: 40px;
  }

  .main-grid {
    grid-column-gap: 16px;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-areas: ". . . ."
                         ". . . ."
                         ". . . ."
                         ". . . ."
                         "Area Area Area Area";
    display: flex;
  }

  .menu-links-wrapper {
    height: 80%;
  }

  .bilboard-heading {
    font-size: 7vw;
  }

  .project-grid.categories {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .project-item {
    width: 100%;
    height: 48vw;
    min-width: auto;
  }

  .project-link {
    padding: 16px;
  }

  .content-flex-col {
    max-width: none;
    padding-bottom: 24px;
  }

  .content-flex-col.fixed {
    max-width: none;
  }

  .full-width-img {
    height: 50vw;
  }

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

  .row-item.base-line-align {
    flex-direction: row;
  }

  .row-items-wrapper {
    width: 100%;
  }

  .row-title.small {
    width: 100%;
    max-width: none;
  }

  .row-title.small.right-align {
    text-align: left;
  }

  .footer-contact-wrapper.animation-reveal-2 {
    padding-bottom: 40px;
  }

  .project-top-info-wrapper {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .cases-wrapper {
    width: 100%;
  }

  .case-hero-img-wrapper {
    height: 40vh;
  }

  .case-img, .next-project-wrapper {
    border-radius: 12px;
  }

  .next-project-link {
    padding: 2em;
  }

  .next-project-img-wrapper {
    border-radius: 8px;
  }

  .next-project-info {
    padding: 16px;
  }

  .project-second-info-wrapper {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .main-grid-copy {
    grid-column-gap: 16px;
  }

  .text-body {
    margin-top: 4em;
  }

  .text-only-grid {
    grid-column-gap: 16px;
  }

  .case-section-title.align-bottom.justify-space-between {
    flex-direction: column;
    align-items: flex-start;
  }

  .main-nav-grid {
    grid-column-gap: 16px;
    flex-direction: row;
    grid-template-rows: auto auto;
    grid-template-areas: ". . . ."
                         ". . . ."
                         ". . . ."
                         ". . . ."
                         "Area Area Area Area";
    justify-content: space-between;
    display: flex;
  }

  .info-wrapper {
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .main-grid-2 {
    grid-column-gap: 16px;
  }

  .menu-nav-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-2 {
    padding: 56px 20px;
  }

  .container-2.nav {
    width: 100%;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .nav-brand-2 {
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 28px;
  }

  h2 {
    font-size: 22px;
    line-height: 1.3;
  }

  h3 {
    font-size: 24px;
  }

  .container {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container.nav {
    width: 100%;
  }

  .container.hero {
    padding-top: 105px;
  }

  .container.case-hero {
    padding-top: 57px;
  }

  .grid-item._50.tablet-100 {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .grid-item._33.footer-2 {
    width: 100%;
    order: 1;
  }

  .grid-item._33.footer-3 {
    width: 100%;
  }

  .spacer._56 {
    height: 16px;
  }

  .spacer._112 {
    height: 40px;
  }

  .footer-links-wrapper {
    flex-flow: column wrap;
  }

  .footer-links-container {
    width: 100%;
    flex-flow: column wrap;
    align-items: center;
    display: flex;
  }

  .footer-bottom-wrapper {
    opacity: .98;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 0;
  }

  .footer-bottom-wrapper.right-align {
    margin-bottom: 32px;
  }

  .footer-bottom-wrapper.center-align {
    height: auto;
    flex-flow: column;
    align-content: flex-start;
    justify-content: center;
    margin-top: 0;
    margin-bottom: 40px;
  }

  .link-floating-text.contact-email-text-shadow {
    font-size: 42px;
  }

  .categories-wrapper {
    width: 100%;
    margin-top: 20px;
  }

  .categories-wrapper.margin-bottom-xxxs {
    margin-bottom: 32px;
  }

  .succsess-message {
    font-size: 24px;
  }

  .flex-horizontal {
    display: none;
  }

  .contact-us-input {
    width: 160px;
    font-size: 16px;
  }

  .contact-us-input.email {
    width: 233px;
  }

  .contact-us-input.project {
    width: 230px;
    margin-bottom: 11px;
  }

  .contact-us-header {
    justify-content: space-between;
    align-self: flex-start;
  }

  .contact-us-text {
    font-size: 16px;
    display: inline-block;
  }

  .contact-us-overlay {
    overflow: visible;
  }

  .contact-us-scroll-wrapper {
    min-height: 200px;
  }

  .contact-us-close-link {
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .contact-us-container {
    padding-left: 16px;
    padding-right: 16px;
    overflow: auto;
  }

  .contact-us-wrapper {
    min-height: auto;
  }

  .contact-us-contact {
    padding-right: 0;
  }

  .case-img-item {
    width: 100%;
    height: 40em;
    padding-left: 0;
    padding-right: 0;
  }

  .main-grid {
    flex-direction: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .menu-links-wrapper {
    height: 80%;
  }

  ._1st-col-max-width.top-margin-m {
    max-width: none;
  }

  ._1st-col-max-width.top-margin-m.animation-reveal-1 {
    margin-top: 32px;
  }

  .bilboard-heading {
    font-size: 12vw;
  }

  .project-item {
    height: 360px;
  }

  .full-width-img {
    height: 54vw;
  }

  .row-items-wrapper {
    width: 100%;
  }

  .contact-email-link {
    text-align: center;
  }

  .project-top-info-wrapper {
    height: 100%;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .case-images-wrapper, .case-img-group {
    grid-template-columns: 1fr;
  }

  .next-project-collection-list {
    height: 50vh;
  }

  .next-project-link {
    padding: 3em;
  }

  .contact-us-social-wrapper {
    width: 100%;
    flex-flow: column wrap;
    align-items: center;
    display: flex;
  }

  .project-second-info-wrapper {
    height: 100%;
    flex-flow: row;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .call-out {
    font-size: 6px;
  }

  .main-grid-copy, .text-only-grid {
    grid-template-columns: 1fr;
  }

  .main-nav-grid {
    flex-direction: row;
    grid-template-columns: 1fr;
    justify-content: space-between;
    display: flex;
  }

  .project-wrapper {
    height: 40vh;
  }

  .info-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-grid-2 {
    grid-template-columns: 1fr;
  }

  .menu-nav-2 {
    flex-direction: column;
    justify-content: flex-end;
  }

  .container-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .container-2.nav {
    width: 100%;
  }
}

#w-node-f165bb0d-0b26-088e-fc83-d9e2fbab0e05-659cb9cb {
  align-self: end;
}

#w-node-_12ded8d8-88ce-2d5b-c084-29b4864aff2a-659cb9cb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-659cb9cb {
  grid-area: 1 / 3 / 2 / 5;
  align-self: end;
}

#w-node-_55bb641a-b135-dace-f415-0b3913f09126-659cb9cb, #w-node-_910b21a9-d80c-8f8d-292b-a28d2f01ecf4-659cb9cb, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-659cb9cb {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-_0443cc3f-4a9a-45bd-a671-7dbf42d5a399-537483ff {
  grid-area: 1 / 3 / 2 / 5;
  align-self: stretch;
}

#w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-659cb9ce {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_55bb641a-b135-dace-f415-0b3913f09126-659cb9ce, #w-node-_910b21a9-d80c-8f8d-292b-a28d2f01ecf4-659cb9ce, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-659cb9ce, #w-node-_0f264973-8d37-3379-86c1-59dc6892e191-659cb9ce {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-e85cf084-4628-7fbc-2a3c-fcb18937340c-659cb9d8 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_563c4c67-6080-740a-d543-ca7296031b30-659cb9d8 {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_7d774e4b-1205-463b-7fe3-d095761ead29-659cb9d9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_7014bfdd-f886-5247-c8c5-56bbe8c47be7-659cb9d9, #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-9292824b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-9292824b {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-9292824b {
  grid-area: 2 / 1 / 2 / 5;
}

#w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-9292824b {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-9292824b, #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc4-9292824b {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-9292824b {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8acfb-9292824b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-9292824b {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a71c212e-dc36-e64c-1ee1-0946fad83760-9292824b, #w-node-a71c212e-dc36-e64c-1ee1-0946fad83763-9292824b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c0914bbd-22d4-64f2-f452-7d0c04d10451-9292824b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-af61bb49-eb34-76da-3342-91d2a8e75e27-9292824b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118c-9292824b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118f-9292824b {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_291f1ba3-6534-f582-6789-6c227d5ed579-9292824b, #w-node-_291f1ba3-6534-f582-6789-6c227d5ed57c-9292824b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-a01e9c89 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-a01e9c89 {
  grid-area: 2 / 1 / 2 / 5;
}

#w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-a01e9c89 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-a01e9c89, #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc4-a01e9c89 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-a01e9c89 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8acfb-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-a01e9c89 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a71c212e-dc36-e64c-1ee1-0946fad83760-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bb1110f4-ea99-f4ec-bb12-aeaa7dfd1bfc-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bb1110f4-ea99-f4ec-bb12-aeaa7dfd1bff-a01e9c89 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_2fa30d59-10a4-c74c-aa4d-47c54e0468b6-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_34754e12-20c2-20cd-1b0d-689050020820-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34754e12-20c2-20cd-1b0d-689050020823-a01e9c89 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_866269d1-a6ef-8fc3-efca-8db817ce3e58-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_572ba988-7b21-f428-a174-429b42d0ab13-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_572ba988-7b21-f428-a174-429b42d0ab17-a01e9c89 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_0d673dcc-d26b-640f-6f88-ae052265636c-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_0d673dcc-d26b-640f-6f88-ae052265636d-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0d673dcc-d26b-640f-6f88-ae052265636e-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6165b3bb-b4e9-8c54-0ef3-9b1e619085d9-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6165b3bb-b4e9-8c54-0ef3-9b1e619085dd-a01e9c89 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_34ba737d-b04d-546c-3c54-c0f998e55322-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19238f0d-6774-3f68-a8f1-293ade8185c4-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_19238f0d-6774-3f68-a8f1-293ade8185c5-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_19238f0d-6774-3f68-a8f1-293ade8185c6-a01e9c89 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_1ff8a3fb-9385-cfcd-d73e-52e65c1c2bc2-a01e9c89 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1ff8a3fb-9385-cfcd-d73e-52e65c1c2bc6-a01e9c89 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-93a5adf9 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-93a5adf9 {
  grid-area: 2 / 1 / 2 / 5;
}

#w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-93a5adf9 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-93a5adf9, #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc4-93a5adf9 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-93a5adf9 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8acfb-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-93a5adf9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a71c212e-dc36-e64c-1ee1-0946fad83760-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_4dc42fd7-43d9-7b17-8686-af5cb87adafc-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118c-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118f-93a5adf9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-ab3d979a-3343-e1f6-5c37-0f80ffee7822-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_98edbfd0-7462-0894-c691-6164c1210206-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_6fa16050-858c-ef8d-dc60-393e69b3f974-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6fa16050-858c-ef8d-dc60-393e69b3f977-93a5adf9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_5ca660b4-b5e1-07b9-e384-04e2b72cbb22-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2caddc58-1525-3ecc-2e8a-d10e80bdc89e-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_30eb76a7-d816-a7ba-5a5c-3beffebf054a-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30eb76a7-d816-a7ba-5a5c-3beffebf054d-93a5adf9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a28f5c93-601d-fcfe-df49-3e5a70f14724-93a5adf9, #w-node-fe59c119-7ab8-0d2a-8b15-1612437c4464-93a5adf9, #w-node-_02390e23-2aa7-a422-437b-f952c5dca67c-93a5adf9, #w-node-_0c8566a7-eec9-b452-4f85-52ec362638c6-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: center;
  justify-self: center;
}

#w-node-_08e65d07-3b85-f6e1-2874-74c4617aa963-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_08e65d07-3b85-f6e1-2874-74c4617aa966-93a5adf9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-ffc06552-69b5-280b-e08b-00e7993c50b4-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_269fd2a5-a7fa-d706-6755-affb251972fb-93a5adf9 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_815beda4-7b9e-87f5-974d-26c34cae3942-93a5adf9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_815beda4-7b9e-87f5-974d-26c34cae3945-93a5adf9 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-1ec2d48c {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-1ec2d48c {
  grid-area: 2 / 1 / 2 / 5;
}

#w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-1ec2d48c {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-1ec2d48c, #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc4-1ec2d48c {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-1ec2d48c {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_74de7e6f-5380-11de-1012-773c66090efa-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_74de7e6f-5380-11de-1012-773c66090efd-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a71c212e-dc36-e64c-1ee1-0946fad83760-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_8eb8b7b4-2754-6b98-2ac7-e55ab2b82bff-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-bd64c602-1df9-8228-3e9c-02aa294d9dc7-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bd64c602-1df9-8228-3e9c-02aa294d9dc8-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_572ba988-7b21-f428-a174-429b42d0ab13-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_572ba988-7b21-f428-a174-429b42d0ab17-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a8ffc0a4-e185-0696-b51c-655cb7e1fa1c-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-f57b9b81-05eb-65f1-507a-5c6757a378d8-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118c-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118f-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-afe78493-0f48-607b-5df1-5d43756e01a5-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-afe78493-0f48-607b-5df1-5d43756e01a6-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-eb7e799f-5776-96bd-e49e-665d0cfdc9e4-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-af1e22e9-4a57-1c5d-609b-41cf123dd74f-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af1e22e9-4a57-1c5d-609b-41cf123dd752-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_7d7b7fbd-3196-6389-93f8-89573fb3dc0d-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_7d7b7fbd-3196-6389-93f8-89573fb3dc0e-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fb5d0d1f-26c0-98cd-d1df-236a7afbe0ea-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_34754e12-20c2-20cd-1b0d-689050020820-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34754e12-20c2-20cd-1b0d-689050020823-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-bea89379-6b8b-a5ea-e5b9-b5d723e7bfdc-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-bea89379-6b8b-a5ea-e5b9-b5d723e7bfdd-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-e4ca1365-9ebc-bab7-5a53-e2b639fdeb94-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-e4af8df6-4a99-a01a-8b16-2166edfca15b-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e4af8df6-4a99-a01a-8b16-2166edfca15f-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-e59448bb-dd0a-44f7-8753-3fc717c437c7-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-e59448bb-dd0a-44f7-8753-3fc717c437c8-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-bdd377a4-0821-e9c6-f97a-46b49711f6fa-1ec2d48c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-cf4bb426-4668-3037-4d01-bc079f47df62-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cf4bb426-4668-3037-4d01-bc079f47df66-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-e46ed84b-be3b-03ea-a3f3-b316c734643c-1ec2d48c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e46ed84b-be3b-03ea-a3f3-b316c7346440-1ec2d48c {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-632dc5a5 {
  grid-area: 1 / 3 / 2 / 5;
  justify-self: end;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-632dc5a5 {
  grid-area: 2 / 1 / 2 / 5;
}

#w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-632dc5a5 {
  grid-area: span 3 / span 1 / span 3 / span 1;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-632dc5a5, #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc4-632dc5a5 {
  grid-area: 3 / 3 / 4 / 5;
}

#w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-632dc5a5 {
  grid-area: 4 / 3 / 5 / 5;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8acfb-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-b975cfad-b3b1-b348-6032-cac4a5ed4aab-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_80dfab03-9ec6-2b6a-6314-9a81f1c26877-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f0979b31-42fb-e2f4-7c4a-a8bf7f135d0f-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f0979b31-42fb-e2f4-7c4a-a8bf7f135d12-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_3623d070-a765-5518-e618-aac68d3ae4d8-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_39f1c09b-7ff9-6f58-219b-e857c47bb0b9-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_7517fdcb-af2b-477a-aa1b-2e4abfbff57d-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7517fdcb-af2b-477a-aa1b-2e4abfbff580-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-a71c212e-dc36-e64c-1ee1-0946fad83760-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118c-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5becad86-565f-5a41-190f-583cbf87118f-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_1dc96258-f93e-3902-fe88-6ea45ca572d9-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-af1e22e9-4a57-1c5d-609b-41cf123dd74f-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-af1e22e9-4a57-1c5d-609b-41cf123dd752-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_60b03e4b-34ef-b0b8-fdbb-f7518e31095e-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_60b03e4b-34ef-b0b8-fdbb-f7518e31095f-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_60b03e4b-34ef-b0b8-fdbb-f7518e310960-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-_34754e12-20c2-20cd-1b0d-689050020820-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_34754e12-20c2-20cd-1b0d-689050020823-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_291f1ba3-6534-f582-6789-6c227d5ed579-632dc5a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_572ba988-7b21-f428-a174-429b42d0ab13-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_572ba988-7b21-f428-a174-429b42d0ab17-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

#w-node-_3f3ff607-bd02-0034-f135-244b7ecce44d-632dc5a5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3f3ff607-bd02-0034-f135-244b7ecce451-632dc5a5 {
  grid-area: 1 / 3 / 3 / 5;
}

@media screen and (max-width: 991px) {
  #w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-659cb9cb {
    grid-area: 1 / 2 / 2 / 3;
  }

  #w-node-_55bb641a-b135-dace-f415-0b3913f09126-659cb9cb, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-659cb9cb {
    grid-column: 2 / 3;
  }

  #w-node-_0443cc3f-4a9a-45bd-a671-7dbf42d5a3b9-537483ff {
    grid-area: 1 / 2 / 2 / 3;
    justify-self: end;
  }

  #w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-659cb9ce {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-_55bb641a-b135-dace-f415-0b3913f09126-659cb9ce, #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-659cb9ce, #w-node-_0f264973-8d37-3379-86c1-59dc6892e191-659cb9ce {
    grid-column: 2 / 3;
  }

  #w-node-_0c8566a7-eec9-b452-4f85-52ec362638c6-93a5adf9 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e85cf084-4628-7fbc-2a3c-fcb18937340c-659cb9d8 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-9292824b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-9292824b {
    grid-area: 1 / 2 / 2 / 5;
    justify-self: end;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-9292824b {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-9292824b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-9292824b {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-9292824b {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-9292824b, #w-node-_5becad86-565f-5a41-190f-583cbf87118f-9292824b {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-a01e9c89 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-a01e9c89 {
    grid-area: 1 / 2 / 2 / 5;
    justify-self: end;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-a01e9c89 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-a01e9c89 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-a01e9c89 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-a01e9c89 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-a01e9c89, #w-node-bb1110f4-ea99-f4ec-bb12-aeaa7dfd1bff-a01e9c89, #w-node-_34754e12-20c2-20cd-1b0d-689050020823-a01e9c89, #w-node-_572ba988-7b21-f428-a174-429b42d0ab17-a01e9c89, #w-node-_6165b3bb-b4e9-8c54-0ef3-9b1e619085dd-a01e9c89, #w-node-_1ff8a3fb-9385-cfcd-d73e-52e65c1c2bc6-a01e9c89 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-93a5adf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-93a5adf9 {
    grid-area: 1 / 2 / 2 / 5;
    justify-self: end;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-93a5adf9 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-93a5adf9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-93a5adf9 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-93a5adf9 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-93a5adf9, #w-node-_5becad86-565f-5a41-190f-583cbf87118f-93a5adf9, #w-node-_6fa16050-858c-ef8d-dc60-393e69b3f977-93a5adf9, #w-node-_30eb76a7-d816-a7ba-5a5c-3beffebf054d-93a5adf9, #w-node-_08e65d07-3b85-f6e1-2874-74c4617aa966-93a5adf9, #w-node-_815beda4-7b9e-87f5-974d-26c34cae3945-93a5adf9 {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-1ec2d48c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-1ec2d48c {
    grid-area: 1 / 2 / 2 / 5;
    justify-self: end;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-1ec2d48c {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-1ec2d48c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-1ec2d48c {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-1ec2d48c {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_74de7e6f-5380-11de-1012-773c66090efd-1ec2d48c, #w-node-_572ba988-7b21-f428-a174-429b42d0ab17-1ec2d48c, #w-node-_5becad86-565f-5a41-190f-583cbf87118f-1ec2d48c, #w-node-af1e22e9-4a57-1c5d-609b-41cf123dd752-1ec2d48c, #w-node-_34754e12-20c2-20cd-1b0d-689050020823-1ec2d48c, #w-node-e4af8df6-4a99-a01a-8b16-2166edfca15f-1ec2d48c, #w-node-cf4bb426-4668-3037-4d01-bc079f47df66-1ec2d48c, #w-node-e46ed84b-be3b-03ea-a3f3-b316c7346440-1ec2d48c {
    grid-area: 4 / 1 / 5 / 3;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-632dc5a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-632dc5a5 {
    grid-area: 1 / 2 / 2 / 5;
    justify-self: end;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-632dc5a5 {
    grid-area: 2 / 4 / 3 / 5;
  }

  #w-node-_65827f09-7fb6-77bb-3171-7a80d1bc3305-632dc5a5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-632dc5a5 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-632dc5a5 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-632dc5a5, #w-node-f0979b31-42fb-e2f4-7c4a-a8bf7f135d12-632dc5a5, #w-node-_7517fdcb-af2b-477a-aa1b-2e4abfbff580-632dc5a5, #w-node-_5becad86-565f-5a41-190f-583cbf87118f-632dc5a5, #w-node-af1e22e9-4a57-1c5d-609b-41cf123dd752-632dc5a5, #w-node-_34754e12-20c2-20cd-1b0d-689050020823-632dc5a5, #w-node-_572ba988-7b21-f428-a174-429b42d0ab17-632dc5a5, #w-node-_3f3ff607-bd02-0034-f135-244b7ecce451-632dc5a5 {
    grid-area: 4 / 1 / 5 / 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-659cb9cb, #w-node-_55bb641a-b135-dace-f415-0b3913f09126-659cb9cb {
    grid-column: 1 / 2;
  }

  #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-659cb9cb {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-eea5593f-5096-bcbb-548c-7aca4a2dc20e-659cb9ce {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_55bb641a-b135-dace-f415-0b3913f09126-659cb9ce {
    grid-column: 1 / 2;
  }

  #w-node-c7b1d432-6a7b-b5db-72c7-5050b57bfb5d-659cb9ce, #w-node-_0f264973-8d37-3379-86c1-59dc6892e191-659cb9ce {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-9292824b {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-9292824b {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-9292824b {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-9292824b {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-9292824b, #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-9292824b {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-a71c212e-dc36-e64c-1ee1-0946fad83761-9292824b, #w-node-a71c212e-dc36-e64c-1ee1-0946fad83762-9292824b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5becad86-565f-5a41-190f-583cbf87118f-9292824b {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_291f1ba3-6534-f582-6789-6c227d5ed579-9292824b {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_291f1ba3-6534-f582-6789-6c227d5ed57a-9292824b, #w-node-_291f1ba3-6534-f582-6789-6c227d5ed57b-9292824b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-a01e9c89 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-a01e9c89 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-a01e9c89 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-a01e9c89 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-a01e9c89, #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-a01e9c89, #w-node-bb1110f4-ea99-f4ec-bb12-aeaa7dfd1bff-a01e9c89, #w-node-_34754e12-20c2-20cd-1b0d-689050020823-a01e9c89, #w-node-_572ba988-7b21-f428-a174-429b42d0ab17-a01e9c89, #w-node-_6165b3bb-b4e9-8c54-0ef3-9b1e619085dd-a01e9c89, #w-node-_1ff8a3fb-9385-cfcd-d73e-52e65c1c2bc6-a01e9c89 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-93a5adf9 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-93a5adf9 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-93a5adf9 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-93a5adf9 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-93a5adf9, #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-93a5adf9, #w-node-_5becad86-565f-5a41-190f-583cbf87118f-93a5adf9, #w-node-_6fa16050-858c-ef8d-dc60-393e69b3f977-93a5adf9 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_5ca660b4-b5e1-07b9-e384-04e2b72cbb23-93a5adf9, #w-node-_5ca660b4-b5e1-07b9-e384-04e2b72cbb24-93a5adf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_30eb76a7-d816-a7ba-5a5c-3beffebf054d-93a5adf9 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-a28f5c93-601d-fcfe-df49-3e5a70f14724-93a5adf9, #w-node-fe59c119-7ab8-0d2a-8b15-1612437c4464-93a5adf9, #w-node-_02390e23-2aa7-a422-437b-f952c5dca67c-93a5adf9, #w-node-_0c8566a7-eec9-b452-4f85-52ec362638c6-93a5adf9 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
    justify-self: center;
  }

  #w-node-_08e65d07-3b85-f6e1-2874-74c4617aa966-93a5adf9, #w-node-_815beda4-7b9e-87f5-974d-26c34cae3945-93a5adf9 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-1ec2d48c {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-1ec2d48c {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-1ec2d48c {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-1ec2d48c {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-1ec2d48c, #w-node-_74de7e6f-5380-11de-1012-773c66090efd-1ec2d48c, #w-node-_572ba988-7b21-f428-a174-429b42d0ab17-1ec2d48c, #w-node-_5becad86-565f-5a41-190f-583cbf87118f-1ec2d48c, #w-node-af1e22e9-4a57-1c5d-609b-41cf123dd752-1ec2d48c, #w-node-_34754e12-20c2-20cd-1b0d-689050020823-1ec2d48c, #w-node-e4af8df6-4a99-a01a-8b16-2166edfca15f-1ec2d48c, #w-node-cf4bb426-4668-3037-4d01-bc079f47df66-1ec2d48c, #w-node-e46ed84b-be3b-03ea-a3f3-b316c7346440-1ec2d48c {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bb5-632dc5a5 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bba-632dc5a5 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc0-632dc5a5 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bc3-632dc5a5 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-c904d13a-78ad-eae8-87ed-9c0413635bd8-632dc5a5, #w-node-_992a9bee-17de-53c7-f834-f1e6e4e8ad1e-632dc5a5, #w-node-f0979b31-42fb-e2f4-7c4a-a8bf7f135d12-632dc5a5 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_3623d070-a765-5518-e618-aac68d3ae4d6-632dc5a5, #w-node-_3623d070-a765-5518-e618-aac68d3ae4d7-632dc5a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_7517fdcb-af2b-477a-aa1b-2e4abfbff580-632dc5a5 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-a71c212e-dc36-e64c-1ee1-0946fad83762-632dc5a5, #w-node-a71c212e-dc36-e64c-1ee1-0946fad83761-632dc5a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5becad86-565f-5a41-190f-583cbf87118f-632dc5a5 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_1dc96258-f93e-3902-fe88-6ea45ca572d7-632dc5a5, #w-node-_1dc96258-f93e-3902-fe88-6ea45ca572d8-632dc5a5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-af1e22e9-4a57-1c5d-609b-41cf123dd752-632dc5a5, #w-node-_34754e12-20c2-20cd-1b0d-689050020823-632dc5a5 {
    grid-area: 6 / 1 / 7 / 5;
  }

  #w-node-_291f1ba3-6534-f582-6789-6c227d5ed579-632dc5a5 {
    grid-area: span 2 / span 2 / span 2 / span 2;
  }

  #w-node-_572ba988-7b21-f428-a174-429b42d0ab17-632dc5a5, #w-node-_3f3ff607-bd02-0034-f135-244b7ecce451-632dc5a5 {
    grid-area: 6 / 1 / 7 / 5;
  }
}


