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

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.35em;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.35em;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 1.35em;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

.preloader {
  z-index: 10000;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.preloader-content {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr auto;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  display: grid;
}

.preloader-brand {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 20px;
  font-weight: 600;
}

.preloader-line {
  background-color: var(--dark-outline);
  width: 200px;
  height: 1px;
}

.body {
  background-color: var(--light-background);
  color: #000;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
}

.navbar {
  background-color: #fff0;
  justify-content: center;
  height: 80px;
  margin-top: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  overflow: visible;
}

.content-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.nav-menu-links {
  grid-column-gap: 48px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: grid;
}

.nav-link {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-size: 12px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.nav-link.mobile-only {
  display: none;
}

.nav-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.grid-wrapper {
  z-index: 30;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(5vw, 1fr) minmax(auto, 1450px) minmax(5vw, 1fr);
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.brand {
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  align-items: center;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.right-nav {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.social-link-wrapper {
  grid-column-gap: 9px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.social-icon {
  border: 1px solid var(--dark-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.nav-button {
  color: #fff;
  letter-spacing: 4px;
  text-transform: uppercase;
  border: 1px solid #add4e01f;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 8px 20px 8px 24px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-button.dark {
  z-index: 10;
  border-color: var(--dark-outline);
  color: #000;
}

.hero-section {
  justify-content: center;
  padding-top: 0;
  padding-bottom: 180px;
  display: flex;
}

.section {
  border-bottom: 1px solid var(--dark-outline);
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.section-middle {
  justify-content: center;
  padding-top: 180px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.section-middle-2 {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  position: relative;
}

.section-bottom {
  justify-content: center;
  padding-top: 20px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.section.clip {
  overflow: hidden;
}

.section.no-padding {
  padding-top: 0;
  padding-bottom: 0;
}

.section.bottom-border {
  border-bottom: 1px solid var(--dark-outline);
}

.section.no-top-padding {
  padding-top: 0;
}

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

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

.section.small-top-padding {
  padding-top: 120px;
}

.hero-portrait {
  border: 1px solid var(--dark-outline);
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 525px;
  height: 900px;
  margin-top: 0;
  padding: 18px;
  display: flex;
  position: relative;
}

.portrait-background-wrapper {
  z-index: 10;
  border-radius: 350px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-left {
  flex-direction: column;
  justify-content: flex-end;
  max-width: 250px;
  height: auto;
  margin-top: -60px;
  padding-right: 0;
  display: flex;
  position: sticky;
  top: auto;
  bottom: 60px;
}

.hero-left.small {
  height: auto;
}

.stacked-description {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-description.small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
}

.body-display {
  color: var(--body-display);
  font-size: 16px;
  line-height: 1.65em;
}

.body-display.light {
  color: #ffffffd9;
}

.body-display.dual-paragraph {
  column-count: 2;
  column-gap: 60px;
}

/* Force a new column in multi-column text flows */
.column-break {
  display: block;
  -webkit-column-break-before: always;
  break-before: column;
}

.body-display.large {
  font-size: 20px;
}

.hero-link {
  z-index: 100;
  border: 1px none var(--dark-outline);
  background-color: var(--light-background);
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.link-outline {
  border: 1px solid var(--dark-outline);
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  inset: 0%;
}

.button-text {
  z-index: 20;
  font-size: 10px;
  position: relative;
}

.button-text.light {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.hero-portrait-wrapper {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-top: 0;
  display: grid;
}

.heading.large {
  font-size: 56px;
}

.hero-intro {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  max-width: 900px;
  padding-top: 195px;
  padding-bottom: 70px;
  display: grid;
}

.scroll-link {
  justify-content: flex-end;
  align-items: flex-end;
  width: 36px;
  height: 36px;
  display: flex;
}

.scroll-arrow {
  width: 20px;
}

.scroll-animation-block {
  margin-top: 100vh;
  padding: 0;
}

.hero-link-wrapper {
  width: 140px;
  height: auto;
  /* don't stretch full height */
  padding-top: 0;
  padding-bottom: 0;
  position: absolute;
  top: 18px;
  /* align with inner padding of .hero-portrait */
  bottom: auto;
  left: auto;
  right: 18px;
  /* align with inner padding on the right */
  z-index: 30;
  /* ensure above portrait/background overlays */
}

.hero-link-wrapper.small {
  padding-top: 24px;
  left: -20px;
  right: auto;
}

.nav-cover {
  border-bottom: 1px solid var(--dark-outline);
  background-color: var(--light-background);
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.banner-strip {
  grid-column-gap: 36px;
  grid-row-gap: 16px;
  border-style: solid none;
  border-width: 1px;
  border-color: var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-end;
  align-items: center;
  height: 48px;
  display: grid;
  overflow: hidden;
  transform: rotate(-3deg);
}

.looping-text-wrapper {
  grid-column-gap: 36px;
  grid-row-gap: 24px;
  letter-spacing: 4px;
  text-transform: uppercase;
  white-space: nowrap;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  font-size: 11px;
  display: grid;
}

.looping-separator {
  background-color: var(--dark-outline);
  width: 36px;
  height: 1px;
}

.stacked-content {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.stacked-content.large {
  grid-row-gap: 160px;
}

.circle-image {
  border: 1px solid var(--dark-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 500px;
  height: 500px;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.stacked-intro {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 500px;
  display: grid;
}

.stacked-intro.large {
  max-width: none;
}

.background-wrapper {
  z-index: 10;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.background {
  z-index: 10;
  background-image: url('../images/Image24.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.background.portrait-background {
  background-image: url('../images/sesja_043.jpg');
  background-image: image-set(
    url('../images/sesja_043.avif') type('image/avif'),
    url('../images/sesja_043.jpg') type('image/jpeg')
  );
  background-position: 20% -60px !important;
  /* push visible area upward to avoid cutting the head */
}

/* About page specific portrait background */
.background.portrait-background-about {
  background-image: url('../images/sesja_012_about.jpg');
  background-image: image-set(
    url('../images/sesja_012_about.avif') type('image/avif'),
    url('../images/sesja_012_about.jpg') type('image/jpeg')
  );
  background-position: 50% 0% !important;
}

/* Ensure Webflow animations scale from the top so the head stays visible */
.hero-portrait,
.portrait-background-wrapper,
.background.portrait-background {
  transform-origin: 50% 0;
  /* top center */
}

/* Tweak hero crop across breakpoints so top stays visible at start */
@media (max-width: 991px) {
  .background.portrait-background {
    background-position: 20% -60px !important;
  }
}

@media (max-width: 767px) {
  .background.portrait-background {
    background-position: 20% -60px !important;
  }
}

@media (max-width: 479px) {
  .background.portrait-background {
    background-position: 20% -60px !important;
  }
}

.background.action-background {
  background-image: url('../images/sesja_044_cta.jpg');
  background-image: image-set(
    url('../images/sesja_044_cta.avif') type('image/avif'),
    url('../images/sesja_044_cta.jpg') type('image/jpeg')
  );
  background-position: 50% 35%;
}

.background.four {
  background-image: url('../images/sesja_049_testimonials.jpg');
  background-image: image-set(
    url('../images/sesja_049_testimonials.avif') type('image/avif'),
    url('../images/sesja_049_testimonials.jpg') type('image/jpeg')
  );
  background-position: 50% 30%;
  /* adjust focal point slightly higher than center */
}

.background.five {
  background-image: url('../images/sesja_027_about_me.jpg');
  background-image: image-set(
    url('../images/sesja_027_about_me.avif') type('image/avif'),
    url('../images/sesja_027_about_me.jpg') type('image/jpeg')
  );
  background-position: 50% 20%;
  /* default: slight top bias */
}

/* Tablet */
@media (max-width: 991px) {
  .background.five {
    background-position: 50% 12%;
  }
}

/* Mobile landscape and below */
@media (max-width: 767px) {
  .background.five {
    background-position: 50% 5%;
  }
}

/* Small mobile */
@media (max-width: 479px) {
  .background.five {
    background-position: 50% 0%;
  }
}

.background.service-one {
  background-image: url('../images/sesja_022_przegląd_szafy.jpg');
  background-image: image-set(
    url('../images/sesja_022_przegląd_szafy.avif') type('image/avif'),
    url('../images/sesja_022_przegląd_szafy.jpg') type('image/jpeg')
  );
  background-position: 50% 10%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.background.service-two {
  background-image: url('../images/DSC02761.jpg');
  background-image: image-set(
    url('../images/DSC02761.avif') type('image/avif'),
    url('../images/DSC02761.jpg') type('image/jpeg')
  );
  background-position: 50% 15%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.background.service-three {
  z-index: 10;
  background-image: url('../images/sesja_042_przeglad_i_zakupy.jpg');
  background-image: image-set(
    url('../images/sesja_042_przeglad_i_zakupy.avif') type('image/avif'),
    url('../images/sesja_042_przeglad_i_zakupy.jpg') type('image/jpeg')
  );
  background-position: 50% 25%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.background.service-four {
  z-index: 10;
  background-image: url('../images/sesja_032_zakupy_ze_stylistka.jpg');
  background-image: image-set(
    url('../images/sesja_032_zakupy_ze_stylistka.avif') type('image/avif'),
    url('../images/sesja_032_zakupy_ze_stylistka.jpg') type('image/jpeg')
  );
  background-position: 50% 5%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.background.service-five {
  z-index: 10;
  background-image: url('../images/DSC02808.jpg');
  background-image: image-set(
    url('../images/DSC02808.avif') type('image/avif'),
    url('../images/DSC02808.jpg') type('image/jpeg')
  );
  background-position: 50% 50%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.background.service-six {
  z-index: 10;
  background-image: url('../images/sesja_025_szafa_online.jpg');
  background-image: image-set(
    url('../images/sesja_025_szafa_online.avif') type('image/avif'),
    url('../images/sesja_025_szafa_online.jpg') type('image/jpeg')
  );
  background-position: 50% 10%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.background.service-seven {
  z-index: 10;
  background-image: url('../images/sesja_087_sesja.jpg');
  background-image: image-set(
    url('../images/sesja_087_sesja.avif') type('image/avif'),
    url('../images/sesja_087_sesja.jpg') type('image/jpeg')
  );
  background-position: 50% 15%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.background.service-eight {
  z-index: 10;
  background-image: url('../images/sesja_037_metamorfoza.jpg');
  background-image: image-set(
    url('../images/sesja_037_metamorfoza.avif') type('image/avif'),
    url('../images/sesja_037_metamorfoza.jpg') type('image/jpeg')
  );
  background-position: 50% 10%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}

.background.service-nine {
  z-index: 10;
  background-image: url('../images/sesja_104_bon.jpg');
  background-image: image-set(
    url('../images/sesja_104_bon.avif') type('image/avif'),
    url('../images/sesja_104_bon.jpg') type('image/jpeg')
  );
  background-position: 50% 0%;
  border-top-left-radius: 250px;
  border-top-right-radius: 250px;
  overflow: hidden;
}



.background.looping-one {
  background-image: url('../images/sesja_084.jpg');
  background-image: image-set(
    url('../images/sesja_084.avif') type('image/avif'),
    url('../images/sesja_084.jpg') type('image/jpeg')
  );
  background-position: 50% 80%;
}

.background.looping-two {
  background-image: url('../images/DSC01008.jpg');
  background-image: image-set(
    url('../images/DSC01008.avif') type('image/avif'),
    url('../images/DSC01008.jpg') type('image/jpeg')
  );
  background-position: 50% 30%;
}

.background.looping-three {
  background-image: url('../images/sesja_030.jpg');
  background-image: image-set(
    url('../images/sesja_030.avif') type('image/avif'),
    url('../images/sesja_030.jpg') type('image/jpeg')
  );
  background-position: 50% 50%;
}

.background.looping-four {
  background-image: url('../images/sesja_042.jpg');
  background-image: image-set(
    url('../images/sesja_042.avif') type('image/avif'),
    url('../images/sesja_042.jpg') type('image/jpeg')
  );
}

.overlay {
  background-color: #080a1159;
  position: absolute;
  inset: 0%;
}

.overlay.dark {
  background-color: #080a1166;
}

/* Slightly darker overlay for the testimonials background (busy image) */
.background.four .overlay.dark {
  /* subtler, legible gradient overlay for busy areas */
  background: linear-gradient(180deg, rgba(8, 10, 17, 0.28) 0%, rgba(8, 10, 17, 0.44) 40%, rgba(8, 10, 17, 0.28) 100%);
}

.overlay.light {
  background-color: #080a1126;
}

.slider {
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 900px;
  margin-left: 18px;
  margin-right: 18px;
  padding-top: 200px;
  padding-bottom: 200px;
  display: flex;
  overflow: visible;
}

.testimonial-arrow {
  border: 1px none var(--light-outline);
  background-color: var(--light-background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 200px;
  height: 200px;
  padding-left: 20px;
  padding-right: 120px;
  display: flex;
  inset: 0% -120px 0% auto;
}

.testimonial-arrow.left {
  padding-left: 120px;
  padding-right: 20px;
  inset: 0% auto 0% -120px;
}

.stacked-title {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slide-nav {
  justify-content: center;
  align-items: flex-end;
  max-width: 450px;
  height: 24px;
  margin-bottom: 60px;
  display: flex;
}

.subtitle {
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
}

.subtitle.light {
  color: #fff;
}

.stacked-info {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.center-intro {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 650px;
  padding-bottom: 0;
  display: grid;
}

.footer-section {
  border-top: 1px none var(--dark-outline);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.project-grid {
  grid-column-gap: 36px;
  grid-row-gap: 120px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: center;
  padding-top: 80px;
  padding-bottom: 80px;
  display: grid;
}

.project-item {
  border: 1px none var(--dark-outline);
  color: #000;
  border-radius: 250px;
  width: 35vw;
  height: 60vw;
  padding: 18px;
  text-decoration: none;
  position: relative;
  overflow: visible;
}

.project-item-background {
  z-index: 10;
  border-radius: 250px;
  width: 100%;
  height: 100%;
  padding: 18px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.collection-item {
  position: relative;
}

.collection-item:nth-child(odd) {
  margin-top: -80px;
  margin-bottom: 80px;
}

.collection-item:nth-child(2n) {
  margin-top: 80px;
  margin-bottom: -80px;
}

.page-hero {
  border-bottom: 1px solid var(--dark-outline);
  color: #fff;
  justify-content: center;
  min-height: 775px;
  padding: 200px 0;
  display: flex;
  position: relative;
}

.page-hero.small {
  min-height: 700px;
}

.corner-link {
  z-index: 50;
  border: 1px #add4e01f;
  border-radius: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.hover-corner-wrapper {
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto -70px -70px auto;
  overflow: hidden;
  transform: rotate(45deg);
}

.hover-corner {
  width: 200px;
  height: 200px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.corner-arrow {
  z-index: 25;
  width: 25px;
  position: relative;
}

.bottom-circle-link {
  z-index: 20;
  background-color: var(--light-background);
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 12px;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: absolute;
  inset: auto auto -60px;
}

.hero-link {
  z-index: 100;
  border: 1px none var(--dark-outline);
  background-color: var(--light-background);
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 140px;
  padding: 9px;
  font-family: Montserrat, sans-serif;
  font-size: 9px;
  text-decoration: none;
  display: flex;
  position: relative;
  top: auto;
  bottom: auto;
  left: auto;
}

.link-outline {
  border: 1px solid var(--dark-outline);
  border-radius: 100%;
  margin: 12px;
  position: absolute;
  inset: 0%;
}

.button-text {
  z-index: 20;
  font-size: 10px;
  position: relative;
}

.button-text.light {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.project-hover-info {
  z-index: 35;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  max-width: 400px;
  padding: 36px;
  display: none;
  position: fixed;
  inset: auto 0% 0% auto;
}

.circle-icon {
  border: 1px solid var(--dark-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-left: 36px;
  padding: 12px;
  display: flex;
}

.medium-width {
  max-width: 450px;
}

/* Center the supporting paragraph under centered headings */
.center-intro .medium-width {
  margin-left: auto;
  margin-right: auto;
}

.center-intro .medium-width .body-display {
  text-align: center;
}

/* Left-aligned variant for hero intro */
.center-intro.left {
  text-align: left;
  justify-self: start;
  /* anchor block to left of grid container */
  align-self: center;
  /* vertically center within hero */
  padding-left: 40px;
  /* breathing room from edge */
  max-width: 520px;
  /* comfortable line length like in mock */
  grid-column: 1 / span 2;
  /* occupy left side of the 4-col grid */
}

.center-intro.left .medium-width {
  margin-left: 0;
  margin-right: 0;
}

.center-intro.left .medium-width .body-display {
  text-align: left;
}

/* Responsive tweaks for left-aligned hero */
@media (max-width: 991px) {
  .center-intro.left {
    padding-left: 28px;
    grid-column: 1 / span 3;
    /* give more width on tablet */
  }
}

@media (max-width: 767px) {
  .center-intro.left {
    padding-left: 20px;
    max-width: 480px;
    grid-column: 1 / -1;
    /* full width on mobile */
  }
}

.hover-cover {
  z-index: 50;
  display: block;
  position: absolute;
  inset: 0%;
}

.about-hero {
  border-bottom: 1px solid var(--dark-outline);
  justify-content: center;
  padding-top: 340px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

/* Offset right-column static project cards slightly lower (desktop/tablet) */
.static-projects .project-item:nth-child(2),
.static-projects .project-item:nth-child(4) {
  margin-top: 100px;
}

@media (max-width: 767px) {

  .static-projects .project-item:nth-child(2),
  .static-projects .project-item:nth-child(4) {
    margin-top: 0;
  }
}

/* Ensure static grid items are centered within their columns */
.static-projects .project-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(280px, 1fr));
  grid-column-gap: 36px;
  grid-row-gap: 120px;
  justify-items: center;
  /* center cards in each column */
}

@media (max-width: 991px) {
  .static-projects .project-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 80px;
  }
}

@media (max-width: 767px) {
  .static-projects .project-grid {
    grid-template-columns: 1fr;
    grid-row-gap: 60px;
  }
}

.static-projects .project-item {
  width: 100%;
  max-width: 560px;
  /* prevent cards from stretching too wide and appearing off-center */
}

/* Force tablet/mobile card behavior on all breakpoints for Twój Styl cards */
.static-projects .project-item {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  /* Ensure inner content (hover panel) clips to rounded card edges */
  overflow: hidden;
}

.static-projects .hover-cover {
  display: none;
}

.static-projects .project-hover-info {
  z-index: 55;
  text-align: center;
  border-bottom-right-radius: 250px;
  border-bottom-left-radius: 250px;
  flex-direction: column;
  align-items: center;
  /* center arrow icon horizontally */
  margin: 0 9px 9px;
  padding: 36px;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: auto;
  right: auto;
  max-width: none;
  transform: none !important;
  /* neutralize Webflow inline transforms */
  will-change: auto;
}

/* Remove the global left offset on the icon within static cards */
.static-projects .circle-icon {
  margin-left: 0;
  /* hide the ring but keep spacing */
  border-color: transparent;
  background-color: transparent;
}

/* Make arrow image transparent but keep the element and spacing */
.static-projects .circle-icon img {
  opacity: 0;
}

/* Navbar brand logo sizing */
.brand-logo {
  height: 56px;
  width: auto;
  display: block;
  object-fit: contain;
  transition: opacity 200ms ease;
}

@media screen and (max-width: 767px) {
  .brand-logo {
    height: 36px;
  }
}

/* Hide 'Inspiracje' from nav and footer site-wide */
.nav-menu a[href="projects.html"],
.footer-list a[href="projects.html"] {
  display: none !important;
}

/* Spacing between bullet points on o-mnie page only */
html[data-wf-page="68eca97a7b7aab7d96474f99"] .body-display ul {
  list-style: disc;
  padding-left: 1.2em;
  margin: 0;
}

html[data-wf-page="68eca97a7b7aab7d96474f99"] .body-display ul li {
  margin-bottom: 10px;
}

html[data-wf-page="68eca97a7b7aab7d96474f99"] .body-display ul li:last-child {
  margin-bottom: 0;
}

/* Desktop spacing parity with tablet for static project cards */
@media (min-width: 992px) {
  .static-projects .project-item {
    /* a bit more breathing room inside the rounded card */
    padding: 18px;
  }

  .static-projects .project-item-background {
    /* increase inner inset so more image shows around the panel */
    padding: 18px;
    display: block;
    position: absolute;
  }

  .static-projects .project-hover-info {
    /* mirror tablet/mobile state: relative, always visible, but slightly smaller */
    padding: 40px;
    position: relative;
    left: auto;
    right: auto;
    bottom: auto;
    margin: 0 18px 18px;
    border-bottom-left-radius: 250px;
    border-bottom-right-radius: 250px;
  }

  .static-projects .circle-icon {
    /* balance spacing within the smaller panel */
    margin-top: 28px;
  }

  /* ensure the image wrapper fills the available height above the anchored panel */
  .static-projects .project-item-wrapper {
    height: 100%;
  }
}

.dual-hero {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.hero-image {
  border: 1px solid var(--dark-outline);
  border-radius: 500px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 70vw;
  max-width: 1100px;
  height: 34vw;
  max-height: 525px;
  padding: 18px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-image-wrapper {
  z-index: 20;
  border-radius: 500px;
  flex: 1;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.project-hero {
  border-bottom: 1px none var(--dark-outline);
  justify-content: center;
  padding-top: 0;
  padding-bottom: 160px;
  display: flex;
}

.gallery-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-top: 1px none var(--dark-outline);
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
}

.gallery-item {
  border-bottom: 1px solid var(--dark-outline);
  width: 100%;
  height: 75vh;
  min-height: 600px;
  padding: 18px;
}

.gallery-image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.gallery-sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 300px;
  margin-top: 120px;
  padding-bottom: 0;
  padding-right: 12px;
  display: grid;
  position: sticky;
  top: 120px;
}

.overview-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 900px;
  display: grid;
}

.meta-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  padding: 24px;
  display: grid;
}

.button {
  z-index: 20;
  border: 1px solid var(--dark-outline);
  color: #000;
  letter-spacing: 4px;
  text-transform: uppercase;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: 12px 28px 12px 32px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.looping-section {
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Montserrat, sans-serif;
  overflow: hidden;
}

.action-banner {
  width: 50vw;
  padding: 18px 18px 18px 0;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.action-background-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.action-info {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 600px;
  min-height: 600px;
  padding-top: 180px;
  padding-bottom: 180px;
  padding-right: 60px;
  display: flex;
}

.footer-grid {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  border: 1px #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.footer-list {
  grid-column-gap: 48px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: center;
  display: grid;
}

.list-item {
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
}

.stacked-footer {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: 120px;
  display: grid;
}

.footer-credit {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--dark-outline);
  color: var(--body-display);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  font-family: Montserrat, sans-serif;
  display: grid;
}

.credit-text {
  letter-spacing: 4px;
  text-transform: uppercase;
  font-size: 9px;
}

.legel-credit-grid {
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  display: grid;
}

.credit-link {
  color: var(--body-display);
  text-decoration: none;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

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

.mask {
  max-width: 1000px;
  /* allow more width for longer testimonials */
  margin-top: auto;
  margin-bottom: auto;
  overflow: visible;
}

.testimonial-content {
  grid-column-gap: 16px;
  grid-row-gap: 36px;
  text-align: center;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  align-items: center;
  max-width: 900px;
  /* wider content area so text occupies more of the center */
  height: 100%;
  margin: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: grid;
}

.testimonial-text {
  color: #fff;
  font-size: 26px;
  /* better for longer testimonials */
  line-height: 1.6;
  max-width: 1000px;
  /* allow slightly longer line length while still readable */
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.testimonial-text.large {
  font-size: 30px;
}

.testimonial-client {
  grid-column-gap: 18px;
  grid-row-gap: 16px;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  display: grid;
}

.client-avatar {
  border: 1px solid var(--light-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  padding: 9px;
  display: flex;
}

.avatar {
  background-image: url('../images/Portrait019.jpeg');
  background-position: 50% 7%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 100%;
  width: 100%;
  height: 100%;
}

/* Map testimonial avatars to client images */
.avatar.one {
  background-image: url('../images/opinie_magda.jpg');
  background-position: 50% 20%;
}

.avatar.two {
  background-image: url('../images/opinie_karolina.jpg');
  background-position: 50% 0;
}

.avatar.three {
  background-image: url('../images/opinie_aleksandra.jpg');
  background-position: 50% 0;
}

.avatar.four {
  background-image: url('../images/opinie_magdalena.jpg');
  background-position: 50% 20%;
}

.avatar.five {
  background-image: url('../images/opinie_paula.jpg');
  background-position: 50% 20%;
}

/* .avatar.six for Justyna not found in images — please add images/opinie_justyna.jpg to enable */

/* Neutral placeholder avatar with initials (for missing photos) */
.avatar.placeholder {
  background-image: none !important;
  background-color: rgba(255, 255, 255, 0.12);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-weight: 700;
  font-size: 28px;
  letter-spacing: .5px;
  text-transform: uppercase;
}

.testimonial-name {
  grid-column-gap: 16px;
  grid-row-gap: 9px;
  text-align: left;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  display: grid;
}

.image-cover {
  z-index: 15;
  background-color: var(--light-background);
  margin: -3px;
  display: none;
  position: absolute;
  inset: 0%;
}

.logo-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: end;
  justify-items: center;
  height: 100px;
  display: grid;
  overflow: hidden;
}

.logo-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.logo-item {
  justify-content: center;
  align-items: center;
  min-width: 236px;
  height: 100%;
  padding-left: 36px;
  padding-right: 36px;
  display: flex;
}

.logo-separator {
  background-color: var(--dark-outline);
  width: 60px;
  height: 1px;
}

.logo {
  width: 90px;
}

.slide-arrow-icon {
  z-index: 20;
  filter: invert();
  width: 20px;
  position: relative;
}

.project-outline {
  z-index: 17;
  border: 1px solid var(--dark-outline);
  border-radius: 250px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.section-background-wrapper {
  margin: 18px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.circle-hover-cover {
  background-color: #000;
  border-radius: 100%;
  position: absolute;
  inset: 0%;
}

.footer-social-grid {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  border-right: 1px solid var(--dark-outline);
  border-left: 1px solid var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 18px;
  display: grid;
}

.footer-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.footer-social-box {
  border: 1px solid var(--dark-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  min-height: 180px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.social-image {
  opacity: .7;
}

.social-image.large {
  z-index: 25;
  opacity: .7;
  width: 32px;
  position: relative;
}

.button-hover-circle {
  z-index: 5;
  background-color: #000;
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400%;
}

.project-item-wrapper {
  border-radius: 250px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.nav-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

.rotating-image {
  border: 1px solid var(--dark-outline);
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  width: 850px;
  height: 425px;
  padding: 18px;
  display: flex;
}

.rotating-background-wrapper {
  z-index: 20;
  border-radius: 250px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.rotating-background-wrapper.round {
  border-radius: 100%;
}

.looping-image-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.rotating-circle {
  border: 1px solid var(--dark-outline);
  border-radius: 100%;
  width: 425px;
  height: 425px;
  padding: 18px;
}

.looping-images {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
  overflow: hidden;
}

.nav-cover-wrapper {
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.about-banner {
  min-height: 400px;
}

.about-portrait {
  border: 1px solid var(--dark-outline);
  border-radius: 250px;
  width: 400px;
  height: 700px;
  padding: 18px;
}

.about-background {
  z-index: 20;
  border-radius: 250px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.about-hero-content {
  max-width: 700px;
  padding-bottom: 100px;
}

.dual-about-info {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.experience-grid {
  grid-column-gap: 0px;
  grid-row-gap: 38px;
  border-top: 1px none var(--dark-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.experience-list {
  grid-column-gap: 60px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark-outline);
  border-radius: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: .6fr;
  grid-auto-flow: column;
  place-content: center space-between;
  place-items: center end;
  padding: 18px 18px 18px 70px;
  display: grid;
}

.experience-date {
  border: 1px solid var(--dark-outline);
  border-radius: 250px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 300px;
  height: 80px;
  display: flex;
}

.meta-detail {
  grid-column-gap: 12px;
  grid-row-gap: 18px;
  border: 1px solid var(--dark-outline);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  place-items: center;
  padding-top: 90px;
  padding-bottom: 90px;
  display: grid;
}

.text-field {
  border: 1px solid var(--dark-outline);
  background-color: #fff0;
  min-height: 60px;
  margin-bottom: 0;
  padding: 18px 24px;
  transition: all .4s cubic-bezier(.25, .46, .45, .94);
}

.text-field:focus {
  border-color: #bbd0d6;
  padding-left: 28px;
}

.text-field::placeholder {
  color: #627481a6;
}

.text-field.large {
  min-height: 160px;
}

.success-box {
  grid-column-gap: 16px;
  grid-row-gap: 12px;
  border: 1px solid var(--dark-outline);
  background-color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: center;
  align-items: center;
  height: 100%;
  min-height: 400px;
  padding: 24px;
  display: grid;
}

.success-message {
  background-color: #0000;
  height: 100%;
  padding: 0;
}

.form-field-grid {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.field-wrapper {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.error-message {
  border: 1px solid var(--dark-outline);
  color: #626d86;
  background-color: #fff;
  margin-top: 24px;
  padding: 12px 18px;
}

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

.submit-button {
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #000;
  border: 1px #000;
  border-radius: 100px;
  padding: 15px 34px;
  font-size: 12px;
}

.service-column {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  border: 1px solid var(--dark-outline);
  text-align: center;
  border-radius: 250px;
  grid-template-rows: 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: space-between flex-end;
  align-items: stretch;
  /* stretch child card so internal spacing can work */
  width: 100%;
  max-width: 450px;
  min-height: 600px;
  padding: 18px 18px 100px;
  display: grid;
}

.service-column.center {
  margin-top: -80px;
  margin-bottom: 80px;
}

.service-grid {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  border-top: 1px none var(--dark-outline);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  justify-items: end;
  padding-bottom: 80px;
  display: grid;
}

.service-grid.three-column {
  grid-template-columns: 1fr 1fr 1fr;
  justify-items: center;
  padding-top: 80px;
  padding-bottom: 0;
}

.service-bottom {
  z-index: 20;
  color: var(--body-display);
  letter-spacing: 4px;
  text-transform: uppercase;
  background-color: #fff;
  border-radius: 250px 250px 0 0;
  justify-content: center;
  align-items: center;
  height: 100%;
  min-height: 300px;
  padding: 0;
  font-size: 11px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-description {
  grid-column-gap: 18px;
  grid-row-gap: 36px;
  /* Distribute: icon overlay sits above; title+text can grow; button locks to bottom */
  grid-template-rows: auto 1fr auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: center;
  padding: 100px 36px 0;
  display: grid;
  position: relative;
}

.service-description .service-icon-wrapper {
  left: 50%;
  right: auto;
  transform: translateX(-50%);
}

.service-description .button.read-more {
  justify-self: center;
  width: auto;
  display: inline-flex;
}

.service-icon-wrapper {
  z-index: 25;
  border: 1px none var(--dark-outline);
  background-color: var(--light-background);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  padding: 12px;
  display: flex;
  position: absolute;
  inset: -60px auto auto;
}

.experience-info {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  align-items: center;
  display: grid;
}

.experience-separator {
  background-color: var(--dark-outline);
  width: 48px;
  height: 1px;
}

.section-background {
  background-image: url('../images/Image203.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.section-background.contact-background,
.section-background.about-me-background {
  background-image: url('../images/Image91.jpeg');
  background-position: 50%;
}

/* Split contact/about so About can have its own banner */
.section-background.contact-background {
  background-image: url('../images/sesja_009_kontakt.jpg');
  background-image: image-set(
    url('../images/sesja_009_kontakt.avif') type('image/avif'),
    url('../images/sesja_009_kontakt.jpg') type('image/jpeg')
  );
  background-position: 50%;
}

.section-background.about-me-background {
  background-image: url('../images/sesja_038_crop.jpg') !important;
  background-image: image-set(
    url('../images/sesja_038_crop.avif') type('image/avif'),
    url('../images/sesja_038_crop.jpg') type('image/jpeg')
  ) !important;
  background-position: 50% 0% !important;
}

/* Oferta page hero background */
.section-background.offer-background {
  background-image: url('../images/sesja_084_oferta.jpg');
  background-image: image-set(
    url('../images/sesja_084_oferta.avif') type('image/avif'),
    url('../images/sesja_084_oferta.jpg') type('image/jpeg')
  );
  background-position: 50% 0%;
}

.section-background.projects-background {
  background-image: url('../images/Image93.jpeg');
}

.client-quote {
  grid-column-gap: 16px;
  grid-row-gap: 48px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  max-width: 700px;
  display: grid;
}

.gallery-image {
  position: absolute;
  inset: 0%;
}

.dynamic-text {
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.contact-sidebar {
  grid-column-gap: 16px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: sticky;
  top: 101px;
}

.quick-list {
  grid-column-gap: 0px;
  grid-row-gap: 18px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.quick-link {
  grid-column-gap: 16px;
  grid-row-gap: 18px;
  color: var(--body-display);
  grid-template-rows: auto;
  grid-template-columns: auto 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: grid;
}

.quick-icon {
  border: 1px solid var(--dark-outline);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 36px;
  height: 36px;
  padding: 9px;
  display: flex;
}

.service-icon {
  z-index: 20;
  width: 24px;
  position: relative;
}

.delete-me {
  z-index: 5000000;
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  color: #000000bf;
  background-color: #fff;
  border: 1px solid #e6e6e6;
  border-radius: .25rem 0 0 0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  max-width: 14.5rem;
  padding: .3rem .5rem;
  text-decoration: none;
  transition: color .2s linear, background-color .2s linear;
  display: flex;
  position: fixed;
  inset: auto 0 0 auto;
}

.delete-me:hover {
  color: #000;
  background-color: #f1f1f1;
}

.hide-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.delete-me_text-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  align-items: flex-start;
}

.delete-me_text-title {
  letter-spacing: -.025em;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .7rem;
  font-weight: 600;
  line-height: 1.3;
}

@media screen and (min-width: 1280px) {
  .scroll-animation-block {
    min-height: 24px;
    margin-bottom: -24px;
  }

  .circle-image {
    width: 600px;
    height: 600px;
  }

  .dual-grid {
    grid-column-gap: 100px;
  }

  .page-hero {
    min-height: 800px;
  }

  .dual-about-info {
    grid-column-gap: 100px;
  }

  .service-grid {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .service-description {
    padding-left: 48px;
    padding-right: 48px;
  }
}

@media screen and (min-width: 1440px) {
  .scroll-animation-block {
    min-height: 60px;
    margin-bottom: -60px;
  }

  .dual-grid {
    grid-column-gap: 120px;
  }

  .project-item {
    max-width: 500px;
    max-height: 800px;
  }

  .page-hero {
    min-height: 800px;
  }

  .dual-about-info {
    grid-column-gap: 120px;
  }

  .service-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }
}

@media screen and (min-width: 1920px) {
  .scroll-animation-block {
    min-height: 60px;
    margin-bottom: -60px;
  }
}

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

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

  .nav-menu-links {
    grid-row-gap: 0px;
    grid-auto-flow: row;
    justify-content: stretch;
    justify-items: stretch;
  }

  .nav-link {
    border-bottom: 1px solid var(--dark-outline);
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .nav-menu {
    z-index: 200;
    background-color: var(--light-background);
  }

  .right-nav {
    grid-auto-columns: auto;
  }

  .hero-section {
    padding-bottom: 120px;
  }

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

  .section.small-padding {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section.large {
    padding: 160px 18px;
  }

  .section.small-top-padding {
    padding-top: 80px;
  }

  .hero-portrait {
    padding: 14px;
  }

  .hero-left {
    height: auto;
    margin-top: 0;
    position: relative;
    bottom: auto;
  }

  .heading.large {
    font-size: 46px;
  }

  .hero-intro {
    padding-top: 160px;
    padding-bottom: 60px;
  }

  .scroll-link {
    display: none;
  }

  .hero-link-wrapper.small {
    margin-top: -130px;
    padding-top: 0;
    left: auto;
  }

  .circle-image {
    padding: 14px;
  }

  .dual-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .slider {
    min-height: 700px;
    padding-bottom: 281px;
  }

  .testimonial-arrow {
    width: 140px;
    height: 140px;
    margin-right: -70px;
    padding: 0 70px 0 20px;
    inset: auto 0% 140px auto;
  }

  .testimonial-arrow.left {
    margin-left: -70px;
    margin-right: auto;
    padding: 0 20px 0 70px;
    top: auto;
    bottom: 140px;
    left: 0;
  }

  .slide-nav {
    margin-bottom: 60px;
  }

  .project-grid {
    grid-row-gap: 80px;
  }

  .project-item {
    flex-direction: column;
    justify-content: flex-end;
    width: 40vw;
    height: 70vw;
    padding: 14px;
    display: flex;
  }

  .project-item-background {
    padding: 14px;
  }

  .page-hero {
    min-height: 650px;
    padding-top: 160px;
    padding-bottom: 160px;
  }

  .page-hero.small {
    min-height: 600px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .project-hover-info {
    z-index: 55;
    text-align: center;
    border-bottom-right-radius: 250px;
    border-bottom-left-radius: 250px;
    flex-direction: column;
    margin: 0 9px 9px;
    padding: 36px;
    text-decoration: none;
    display: flex;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .circle-icon {
    margin-top: 24px;
    margin-left: 0;
  }

  .hover-cover {
    display: none;
  }

  .about-hero {
    padding-top: 240px;
  }

  .dual-hero {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .hero-image {
    align-items: center;
    width: 90vw;
    height: 45vw;
    margin-top: 12px;
    padding: 14px;
  }

  .project-hero {
    padding-bottom: 100px;
  }

  .gallery-grid {
    border-top-style: solid;
  }

  .gallery-item {
    height: 65vw;
    min-height: 400px;
  }

  .gallery-sidebar {
    max-width: 400px;
    padding-bottom: 36px;
    position: relative;
    top: 0;
  }

  .meta-grid {
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .looping-section {
    padding-top: 36px;
    padding-bottom: 36px;
  }

  .action-banner {
    width: 100%;
    min-height: 500px;
    padding: 0 0 14px;
    position: relative;
  }

  .action-info {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 0;
  }

  .footer-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .mask {
    width: 100%;
  }

  .testimonial-content {
    padding-bottom: 36px;
  }

  .testimonial-text {
    font-size: 34px;
  }

  .testimonial-text.large {
    font-size: 38px;
  }

  .slide-arrow-icon {
    filter: none;
    width: 18px;
  }

  .section-background-wrapper {
    margin: 14px;
  }

  .circle-hover-cover {
    display: block;
  }

  .circle-hover-cover.testimonial-cover {
    display: none;
  }

  .footer-social-grid {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    padding: 14px;
  }

  .footer-social-box {
    min-height: 140px;
  }

  .social-image.large {
    width: 24px;
  }

  .nav-wrapper {
    grid-template-columns: auto 1fr;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .menu-button {
    border-left: 1px none var(--dark-outline);
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
  }

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

  .menu-icon {
    width: 32px;
  }

  .rotating-image {
    width: 650px;
    height: 325px;
  }

  .rotating-circle {
    width: 325px;
    height: 325px;
  }

  .looping-images {
    grid-column-gap: 60px;
  }

  .about-banner {
    min-height: 300px;
  }

  .about-portrait {
    width: 325px;
    height: 525px;
  }

  .about-hero-content {
    max-width: 600px;
  }

  .dual-about-info {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .experience-list {
    grid-column-gap: 24px;
  }

  .meta-detail {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .form-field-grid {
    grid-row-gap: 24px;
  }

  .service-column {
    padding: 14px 14px 80px;
  }

  .service-column.center {
    margin-top: 0;
    margin-bottom: 0;
  }

  .service-grid.three-column {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .service-description {
    padding-left: 18px;
    padding-right: 18px;
  }

  .experience-separator {
    width: 36px;
  }

  .client-quote {
    max-width: 600px;
  }

  .menu-icon-wrapper {
    border-left: 1px solid var(--dark-outline);
    padding-left: 18px;
  }

  .contact-sidebar {
    padding-top: 48px;
  }
}

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

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

  .nav-link {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .nav-link.mobile-only {
    display: flex;
  }

  .right-nav {
    grid-template-columns: 1fr;
  }

  .nav-button.dark {
    display: none;
  }

  .hero-section {
    padding-bottom: 80px;
  }

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

  .section.small-padding {
    padding-top: 48px;
    padding-bottom: 48px;
  }

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

  .hero-portrait {
    width: 90vw;
    height: 150vw;
  }

  .hero-left {
    text-align: center;
    max-width: 300px;
  }

  .body-display.dual-paragraph {
    column-count: 1;
  }

  .hero-portrait-wrapper {
    padding-bottom: 60px;
  }

  .hero-intro {
    padding-top: 140px;
    padding-bottom: 80px;
  }

  .hero-link-wrapper {
    margin-top: -110px;
    padding-top: 0;
    right: auto;
  }

  .hero-link-wrapper.small {
    margin-top: -195px;
  }

  .circle-image {
    width: 90vw;
    height: 90vw;
  }

  .stacked-intro {
    grid-row-gap: 36px;
    max-width: none;
  }

  .slider {
    padding-top: 160px;
    padding-bottom: 262px;
  }

  .testimonial-arrow {
    width: 140px;
    height: 140px;
    margin-right: -70px;
    padding-right: 60px;
    bottom: 120px;
  }

  .testimonial-arrow.left {
    margin-left: -70px;
    padding-left: 60px;
    bottom: 120px;
  }

  .slide-nav {
    max-width: 300px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 24px;
    padding-right: 24px;
  }

  .center-intro {
    grid-row-gap: 36px;
  }

  .project-grid {
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
    padding-top: 0;
    padding-bottom: 0;
  }

  .project-item {
    width: 75vw;
    height: 135vw;
  }

  .collection-item:nth-child(odd),
  .collection-item:nth-child(2n) {
    margin-top: 0;
    margin-bottom: 0;
  }

  .page-hero {
    min-height: 550px;
    padding-top: 140px;
    padding-bottom: 140px;
  }

  .page-hero.small {
    min-height: 500px;
  }

  .about-hero {
    padding-top: 160px;
  }

  .hero-image {
    height: 60vw;
    min-height: 350px;
    margin-top: 24px;
  }

  .gallery-item {
    min-height: 250px;
  }

  .gallery-sidebar {
    margin-top: 100px;
  }

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

  .action-banner {
    min-height: 400px;
  }

  .action-info {
    padding-right: 0;
  }

  .footer-list {
    grid-column-gap: 36px;
  }

  .footer-credit {
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .legel-credit-grid {
    justify-items: center;
  }

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

  .testimonial-content {
    width: 100%;
    max-width: none;
    padding-left: 24px;
    padding-right: 24px;
  }

  .testimonial-text {
    font-size: 28px;
  }

  .testimonial-text.large {
    font-size: 34px;
  }

  .logo-item {
    min-width: 180px;
  }

  .logo {
    width: 75px;
  }

  .slide-arrow-icon {
    width: 16px;
  }

  .footer-social-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-social-box {
    min-height: 100px;
  }

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

  .rotating-image {
    width: 500px;
    height: 250px;
  }

  .looping-image-wrapper {
    grid-column-gap: 48px;
  }

  .rotating-circle {
    width: 250px;
    height: 250px;
  }

  .looping-images {
    grid-column-gap: 48px;
  }

  .about-banner {
    min-height: 200px;
  }

  .about-portrait {
    width: 275px;
    height: 450px;
  }

  .experience-list {
    grid-row-gap: 36px;
    grid-auto-flow: row;
    justify-content: center;
    justify-items: center;
    padding: 48px 18px;
  }

  .experience-date {
    width: auto;
    height: 60px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .meta-detail {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .service-column {
    max-width: 400px;
  }

  .service-grid.three-column {
    grid-template-columns: 1fr;
  }
}

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

  .content-grid {
    grid-auto-rows: 1fr;
  }

  .social-link-wrapper {
    display: none;
  }

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

  .section.small-padding {
    padding-top: 36px;
    padding-bottom: 36px;
  }

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

  .section.small-top-padding {
    padding-top: 60px;
  }

  .hero-portrait {
    padding: 12px;
  }

  .hero-portrait-wrapper {
    padding-bottom: 48px;
  }

  .heading.large {
    font-size: 36px;
  }

  .hero-intro {
    padding-top: 130px;
  }

  .circle-image {
    padding: 12px;
  }

  .dual-grid {
    grid-row-gap: 48px;
  }

  .slider {
    min-height: auto;
    padding-top: 100px;
    padding-bottom: 240px;
  }

  .testimonial-arrow,
  .testimonial-arrow.left {
    bottom: 100px;
  }

  .slide-nav {
    margin-bottom: 48px;
  }

  .project-grid {
    grid-row-gap: 48px;
    padding-top: 0;
  }

  .project-item {
    width: 90vw;
    height: 160vw;
    padding: 12px;
  }

  .project-item-background {
    padding: 12px;
  }

  .page-hero {
    padding: 150px 12px 185px;
  }

  .page-hero.small {
    padding: 140px 18px;
  }

  .project-hover-info {
    max-width: none;
  }

  .hero-image {
    height: 50vw;
    min-height: 250px;
    margin-top: 24px;
    padding: 12px;
  }

  .project-hero {
    padding-bottom: 80px;
  }

  .gallery-sidebar {
    margin-top: 80px;
  }

  .action-banner {
    min-height: 250px;
    padding-bottom: 12px;
  }

  .action-info {
    padding-top: 80px;
  }

  .footer-list {
    grid-row-gap: 24px;
    grid-auto-flow: row;
  }

  .stacked-footer {
    grid-row-gap: 80px;
    padding-top: 80px;
  }

  .legel-credit-grid {
    grid-row-gap: 12px;
    grid-auto-flow: row;
  }

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

  .testimonial-content {
    grid-row-gap: 36px;
    width: 100%;
    max-width: none;
    padding-bottom: 24px;
    padding-left: 12px;
    padding-right: 12px;
  }

  .testimonial-text.large {
    font-size: 32px;
  }

  .logo-wrapper {
    height: 80px;
  }

  .logo-item {
    min-width: 140px;
  }

  .logo-separator {
    width: 48px;
  }

  .section-background-wrapper {
    margin: 12px;
  }

  .footer-social-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .menu-button {
    padding-left: 20px;
  }

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

  .hero-grid {
    grid-template-rows: auto auto 1fr;
    grid-auto-rows: 1fr;
    align-content: start;
    align-items: start;
  }

  .rotating-image {
    width: 425px;
    height: 225px;
    padding: 12px;
  }

  .looping-image-wrapper {
    grid-column-gap: 36px;
  }

  .rotating-circle {
    width: 225px;
    height: 225px;
    padding: 12px;
  }

  .looping-images {
    grid-column-gap: 36px;
  }

  .about-banner {
    min-height: 180px;
  }

  .about-portrait {
    width: 90vw;
    height: 140vw;
    padding: 12px;
  }

  .about-hero-content {
    padding-bottom: 140px;
  }

  .experience-list {
    padding: 48px 24px;
  }

  .field-wrapper {
    grid-template-columns: 1fr;
  }

  .service-column {
    max-width: none;
    padding: 12px 12px 60px;
  }

  .service-bottom {
    min-height: 250px;
  }

  .service-description {
    padding-top: 80px;
    padding-left: 0;
    padding-right: 0;
  }

  /* Fix for card back button visibility on very small screens */
  .service-column.flip-enabled .card-back .service-description {
    padding-bottom: 120px !important;
  }

  .service-card .card-back {
    overflow: visible !important;
  }

  .experience-info {
    grid-row-gap: 12px;
    text-align: center;
    grid-auto-flow: row;
    justify-items: center;
  }

  .client-quote {
    grid-row-gap: 36px;
  }

  .contact-sidebar {
    padding-top: 36px;
  }
}

#w-node-_2de49d32-c760-4664-57de-f336a83941a2-96474f98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_7ac41e82-5932-c384-2fed-2c24a15b15db-96474f98 {
  grid-area: 1 / 1 / 2 / 4;
  justify-self: center;
}

#down.w-node-_641e1d3e-eef9-4a86-86ce-0bf0fa91741a-96474f98 {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ea8303ed-6a9e-b22d-cfdd-fa17aa49af0d-96474f98 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: end;
}

#w-node-ab0d67fd-5293-86fe-bb90-b0f2beae844b-96474f98 {
  grid-area: 1 / 1 / 3 / 4;
}

#w-node-_42f4fa38-c223-ba23-e3e5-d4eb1a39f3e1-96474f98 {
  grid-area: 1 / 3 / 3 / 4;
  place-self: end;
}

#w-node-_2a8cc7dc-9283-f008-ce44-8be0bb2b2151-96474f98 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_233fd461-fc0d-8c2b-5400-524f7da2ed0a-96474f98 {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_2029dde6-6e28-15d9-aab4-5b4033d7130e-96474f98 {
  place-self: center start;
}

#w-node-a1d4fa73-d3dd-3a7d-251f-e7c7f38d60ef-96474f98 {
  justify-self: start;
}

#w-node-_33c372b9-a013-4cbf-97f6-0c3f82afa953-96474f98 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1347acf0-2317-9fc8-1caf-cb094a18e511-96474f98 {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_56e92ceb-d374-1db0-f40a-08b60fafb185-96474f98 {
  justify-self: center;
}

#w-node-_0b24f36e-c11f-c49d-70a0-0197515106d1-96474f98 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_830d66d9-20b3-6863-93b5-d116d53ea40a-d53ea407,
#w-node-_830d66d9-20b3-6863-93b5-d116d53ea41a-d53ea407 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_830d66d9-20b3-6863-93b5-d116d53ea41c-d53ea407 {
  justify-self: start;
}

#w-node-_830d66d9-20b3-6863-93b5-d116d53ea41f-d53ea407 {
  justify-self: center;
}

#w-node-_87b72c3b-4f7b-a8fe-a9d4-20593e8aaa85-d53ea407,
#w-node-_830d66d9-20b3-6863-93b5-d116d53ea432-d53ea407 {
  justify-self: end;
}

#w-node-a6434999-7811-e09d-f886-a157c9a9e0bf-c9a9e0bd {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a6434999-7811-e09d-f886-a157c9a9e0cc-c9a9e0bd {
  justify-self: start;
}

#w-node-a6434999-7811-e09d-f886-a157c9a9e0d0-c9a9e0bd {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: start;
}

#w-node-_2c4d9c73-f7ae-1d9f-f735-06084916888e-4916888c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-a4655579-9bf4-03ff-5c7d-e7d4454f2d96-454f2d94 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_25b86256-6b2b-5634-a68c-72377271d70b-454f2d94 {
  justify-self: center;
}

#w-node-_25b86256-6b2b-5634-a68c-72377271d70e-454f2d94 {
  place-self: center start;
}

#w-node-_47dd1952-4c03-8201-17f9-6db07261eafe-454f2d94 {
  justify-self: center;
}

#w-node-_47dd1952-4c03-8201-17f9-6db07261eb01-454f2d94 {
  place-self: center start;
}

#w-node-_1a162a31-ae4d-5245-12e8-2d399f64b559-454f2d94 {
  justify-self: center;
}

#w-node-_1a162a31-ae4d-5245-12e8-2d399f64b55c-454f2d94 {
  place-self: center start;
}

#w-node-_8f6c0c36-a098-e52a-8d4f-c14cabc824c7-454f2d94 {
  justify-self: center;
}

#w-node-_8f6c0c36-a098-e52a-8d4f-c14cabc824ca-454f2d94 {
  place-self: center start;
}

#w-node-c6393622-346e-211f-6256-45f3c5ca1c31-c5ca1c2e {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-c6393622-346e-211f-6256-45f3c5ca1c32-c5ca1c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-c6393622-346e-211f-6256-45f3c5ca1c35-c5ca1c2e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: stretch;
}

#w-node-c6393622-346e-211f-6256-45f3c5ca1c42-c5ca1c2e {
  justify-self: end;
}

#w-node-_9da14103-3217-afa6-dfd1-904f1d633156-c5ca1c2e {
  justify-self: start;
}

#w-node-_7b172146-a7a0-795f-9221-f0da08180f26-96474f99 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-bb88d76b-b393-5291-1e99-b3c26a9f3abe-96474f99 {
  grid-area: 1 / 1 / 2 / 4;
  place-self: center start;
}

#w-node-bb88d76b-b393-5291-1e99-b3c26a9f3ac5-96474f99 {
  justify-self: start;
}

#w-node-_2d157e34-b4dc-41dd-4e85-e3c9a6b1f000-96474f99 {
  grid-area: 1 / 4 / 2 / 5;
  justify-self: end;
}

#w-node-_0e4a54b8-4ce7-c224-f1c5-29471e8f2637-96474f99,
#w-node-_33e7bccd-8f34-df91-4ae8-8c491b0a71c5-96474f99 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9a427b79-d203-48df-ec7c-db9716e1cb25-96474f99 {
  align-self: center;
}

#w-node-fc31aa34-eb44-daa5-8aa8-581f981e830a-96474f99 {
  place-self: end start;
}

#w-node-_9a530b4f-6ced-5cbb-6dcc-0921ca862e29-96474f99 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_76bcc0f6-a879-f601-0481-f395d425c33b-96474f99 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_51eec12d-9f7f-68bb-859d-2066a2f8c50a-96474f99 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_975a046e-a07a-1879-b42c-ed2db44d8a28-96474f99 {
  place-self: center start;
}

#w-node-_975a046e-a07a-1879-b42c-ed2db44d8a2d-96474f99 {
  justify-self: end;
}

#w-node-af424da0-1ea3-ceae-1f45-01bfc5a3eb6f-96474f99 {
  place-self: center start;
}

#w-node-af424da0-1ea3-ceae-1f45-01bfc5a3eb75-96474f99 {
  justify-self: end;
}

#w-node-_12e2937f-9159-113e-45be-f1b9a5667f2e-96474f99 {
  place-self: center start;
}

#w-node-_12e2937f-9159-113e-45be-f1b9a5667f34-96474f99 {
  justify-self: end;
}

#w-node-_0d8dee98-6297-a5dc-b047-1b6b91c66275-96474f99 {
  place-self: center start;
}

#w-node-_0d8dee98-6297-a5dc-b047-1b6b91c6627b-96474f99 {
  justify-self: end;
}

#w-node-aedd939a-a2fd-5720-cd9a-b840c6e22372-96474f9a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c9662291-1cb8-c743-d6eb-31a684843352-96474f9a {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-c9662291-1cb8-c743-d6eb-31a684843359-96474f9a {
  justify-self: center;
}

#w-node-_668c97dd-0b4b-abbd-042c-fd4fa91245a4-96474f9a {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_668c97dd-0b4b-abbd-042c-fd4fa91245b4-96474f9a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7cd67672-67b2-a2a9-ea26-ed19e0c3202b-96474f9b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_04837941-d468-eb18-f8e9-98f7891501d9-96474f9b {
  grid-area: 2 / 1 / 3 / 5;
  place-self: end center;
}

#w-node-_68be490e-0f14-a8d5-a8db-cc039357b023-96474f9b {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: center;
}

#w-node-_1d62a34d-c198-afbe-f5a6-7634693bebde-96474f9b {
  justify-self: center;
}

#w-node-_30bec730-36a4-4d1d-713c-a92f65ad3b9d-96474f9b {
  grid-area: 1 / 4 / 3 / 5;
  place-self: end;
}

#w-node-fab3afd5-2360-c7f4-398e-294849f76937-96474f9b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-af8e19c8-c99d-4b32-3708-ef829772b34d-96474f9b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-af8e19c8-c99d-4b32-3708-ef829772b350-96474f9b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d6a42648-a34e-b663-d014-8a40d45050b2-96474f9b,
#w-node-_326e5ec1-6e5a-5d31-c3c7-189391b8ad79-96474f9b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9914f560-f002-688b-7bbc-b69f95b52565-96474f9b {
  place-self: start;
}

#w-node-b28f8ddc-f801-4bdd-6d8a-986d6f5d9ba4-96474f9b {
  grid-area: 1 / 2 / 2 / 5;
  justify-self: start;
}

#w-node-_9c434cf9-8c80-557c-2059-7f58caf39659-96474f9b {
  justify-self: start;
}

#w-node-_9c434cf9-8c80-557c-2059-7f58caf3965c-96474f9b {
  place-self: center start;
}

#w-node-a764419b-8e2c-de50-ed4e-5291f8719521-96474f9b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_6de08756-ef00-600f-d441-bae644f984a7-96474f9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: start;
}

#w-node-_3fa2b64d-8ac5-6e17-90d6-f8cc7f4ebc0a-96474f9b {
  justify-self: start;
}

#w-node-a3d71de3-8359-d557-826a-a6eea921d955-96474f9b {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-d8705708-8274-6381-0044-940ff213614b-96474f9b {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c80398a9-d9ca-0c27-3f6b-65dc6ba8066f-96474f9b {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-c80398a9-d9ca-0c27-3f6b-65dc6ba80676-96474f9b,
#w-node-c80398a9-d9ca-0c27-3f6b-65dc6ba80679-96474f9b {
  justify-self: center;
}

#w-node-d8705708-8274-6381-0044-940ff213614c-96474f9b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5353fd5c-2190-3291-1052-19356d401429-96474f9c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_5353fd5c-2190-3291-1052-19356d40142a-96474f9c {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_5353fd5c-2190-3291-1052-19356d40142f-96474f9c {
  justify-self: center;
}

#w-node-_1d4292e2-012f-358b-a07b-67f68247b510-96474f9c {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_1d4292e2-012f-358b-a07b-67f68247b512-96474f9c {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-_1d4292e2-012f-358b-a07b-67f68247b513-96474f9c {
  justify-self: start;
}

#w-node-_1d4292e2-012f-358b-a07b-67f68247b514-96474f9c {
  align-self: stretch;
}

#w-node-_1d4292e2-012f-358b-a07b-67f68247b51e-96474f9c {
  justify-self: center;
}

#w-node-_1d4292e2-012f-358b-a07b-67f68247b522-96474f9c {
  justify-self: end;
}

#w-node-_1d4292e2-012f-358b-a07b-67f68247b523-96474f9c {
  align-self: stretch;
}

#w-node-_1d4292e2-012f-358b-a07b-67f68247b52d-96474f9c {
  justify-self: center;
}

#w-node-_1d4292e2-012f-358b-a07b-67f68247b531-96474f9c {
  justify-self: start;
}

#w-node-_1d4292e2-012f-358b-a07b-67f68247b532-96474f9c {
  align-self: stretch;
}

#w-node-_1d4292e2-012f-358b-a07b-67f68247b53c-96474f9c {
  justify-self: center;
}

#w-node-_3a05bc2c-ad1b-b2b9-0b13-e947791c6b94-96474f9c {
  grid-area: 1 / 2 / 2 / 3;
  justify-self: center;
}

#w-node-_3a05bc2c-ad1b-b2b9-0b13-e947791c6b9a-96474f9c {
  place-self: center start;
}

#w-node-_3a05bc2c-ad1b-b2b9-0b13-e947791c6ba4-96474f9c {
  justify-self: start;
}

#w-node-_2ed67ce7-5198-e53b-2920-2d3d207725f9-96474f9d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_2ed67ce7-5198-e53b-2920-2d3d207725fa-96474f9d {
  grid-area: 1 / 1 / 2 / 5;
  place-self: center;
}

#w-node-_2ed67ce7-5198-e53b-2920-2d3d207725ff-96474f9d {
  justify-self: center;
}

#w-node-_950b684b-45bd-e209-a297-d3fa5efd38da-96474f9d {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_614cd076-f71f-df14-de23-c8df1a99c15e-96474f9d {
  grid-area: 1 / 2 / 2 / 4;
}

#w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf8b-96474f9d,
#w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf90-96474f9d,
#Email.w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf92-96474f9d,
#w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf94-96474f9d,
#Phone.w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf96-96474f9d,
#w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf98-96474f9d,
#Message.w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf9a-96474f9d {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf9b-96474f9d {
  justify-self: start;
}

#w-node-_3184631a-c056-8a99-d54f-9b9f4978bbf0-96474f9d {
  align-self: start;
}

@media screen and (min-width: 1440px) {
  #w-node-_33e7bccd-8f34-df91-4ae8-8c491b0a71c5-96474f99 {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (min-width: 1280px) {

  #w-node-_33e7bccd-8f34-df91-4ae8-8c491b0a71c5-96474f99,
  #w-node-_7cd67672-67b2-a2a9-ea26-ed19e0c3202b-96474f9b {
    grid-area: 1 / 2 / 2 / 3;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_7ac41e82-5932-c384-2fed-2c24a15b15db-96474f98 {
    grid-column-end: 3;
  }

  #down.w-node-_641e1d3e-eef9-4a86-86ce-0bf0fa91741a-96474f98 {
    grid-column: 1 / 3;
  }

  #w-node-ea8303ed-6a9e-b22d-cfdd-fa17aa49af0d-96474f98 {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-ab0d67fd-5293-86fe-bb90-b0f2beae844b-96474f98 {
    grid-row: 1 / 3;
    grid-column-end: 3;
  }

  #w-node-_42f4fa38-c223-ba23-e3e5-d4eb1a39f3e1-96474f98 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: start;
  }

  #w-node-_233fd461-fc0d-8c2b-5400-524f7da2ed0a-96474f98 {
    justify-self: stretch;
  }

  #w-node-_1347acf0-2317-9fc8-1caf-cb094a18e511-96474f98 {
    grid-column-end: 3;
  }

  #w-node-_830d66d9-20b3-6863-93b5-d116d53ea41c-d53ea407,
  #w-node-_87b72c3b-4f7b-a8fe-a9d4-20593e8aaa85-d53ea407 {
    justify-self: center;
  }

  #w-node-a6434999-7811-e09d-f886-a157c9a9e0d0-c9a9e0bd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-c6393622-346e-211f-6256-45f3c5ca1c31-c5ca1c2e {
    justify-self: center;
  }

  #w-node-c6393622-346e-211f-6256-45f3c5ca1c35-c5ca1c2e,
  #w-node-c6393622-346e-211f-6256-45f3c5ca1c42-c5ca1c2e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bb88d76b-b393-5291-1e99-b3c26a9f3abe-96474f99 {
    grid-column-end: 3;
  }

  #w-node-_2d157e34-b4dc-41dd-4e85-e3c9a6b1f000-96474f99 {
    grid-column: 2 / 3;
  }

  #w-node-_51eec12d-9f7f-68bb-859d-2066a2f8c50a-96474f99 {
    grid-column: span 2 / span 2;
  }

  #w-node-c9662291-1cb8-c743-d6eb-31a684843352-96474f9a,
  #w-node-_04837941-d468-eb18-f8e9-98f7891501d9-96474f9b,
  #w-node-_68be490e-0f14-a8d5-a8db-cc039357b023-96474f9b {
    grid-column-end: 3;
  }

  #w-node-_30bec730-36a4-4d1d-713c-a92f65ad3b9d-96474f9b {
    grid-column: 1 / 2;
  }

  #w-node-af8e19c8-c99d-4b32-3708-ef829772b350-96474f9b {
    grid-column: span 2 / span 2;
  }

  #w-node-_9914f560-f002-688b-7bbc-b69f95b52565-96474f9b {
    place-self: start;
  }

  #w-node-b28f8ddc-f801-4bdd-6d8a-986d6f5d9ba4-96474f9b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-a3d71de3-8359-d557-826a-a6eea921d955-96474f9b {
    grid-column: span 2 / span 2;
  }

  #w-node-c80398a9-d9ca-0c27-3f6b-65dc6ba8066f-96474f9b,
  #w-node-_5353fd5c-2190-3291-1052-19356d40142a-96474f9c,
  #w-node-_1d4292e2-012f-358b-a07b-67f68247b512-96474f9c {
    grid-column-end: 3;
  }

  #w-node-_3a05bc2c-ad1b-b2b9-0b13-e947791c6b94-96474f9c {
    justify-self: stretch;
  }

  #w-node-_2ed67ce7-5198-e53b-2920-2d3d207725fa-96474f9d {
    grid-column-end: 3;
  }

  #w-node-_614cd076-f71f-df14-de23-c8df1a99c15e-96474f9d {
    grid-column: 1 / 3;
  }
}

@media screen and (max-width: 767px) {

  #w-node-_7ac41e82-5932-c384-2fed-2c24a15b15db-96474f98,
  #down.w-node-_641e1d3e-eef9-4a86-86ce-0bf0fa91741a-96474f98 {
    grid-column-end: 2;
  }

  #w-node-ea8303ed-6a9e-b22d-cfdd-fa17aa49af0d-96474f98 {
    justify-self: center;
  }

  #w-node-ab0d67fd-5293-86fe-bb90-b0f2beae844b-96474f98,
  #w-node-_1347acf0-2317-9fc8-1caf-cb094a18e511-96474f98 {
    grid-column-end: 2;
  }

  #w-node-_830d66d9-20b3-6863-93b5-d116d53ea432-d53ea407 {
    justify-self: center;
  }

  #w-node-bb88d76b-b393-5291-1e99-b3c26a9f3abe-96474f99 {
    grid-column-end: 2;
  }

  #w-node-_2d157e34-b4dc-41dd-4e85-e3c9a6b1f000-96474f99 {
    grid-column: 1 / 2;
  }

  #w-node-_86e287d9-5aa4-dbc5-80b5-92b79a7291f8-96474f99 {
    justify-self: center;
  }

  #w-node-_51eec12d-9f7f-68bb-859d-2066a2f8c50a-96474f99 {
    grid-column: span 1 / span 1;
  }

  #w-node-_975a046e-a07a-1879-b42c-ed2db44d8a28-96474f99,
  #w-node-_975a046e-a07a-1879-b42c-ed2db44d8a2d-96474f99,
  #w-node-af424da0-1ea3-ceae-1f45-01bfc5a3eb6f-96474f99,
  #w-node-af424da0-1ea3-ceae-1f45-01bfc5a3eb75-96474f99,
  #w-node-_12e2937f-9159-113e-45be-f1b9a5667f2e-96474f99,
  #w-node-_12e2937f-9159-113e-45be-f1b9a5667f34-96474f99,
  #w-node-_0d8dee98-6297-a5dc-b047-1b6b91c66275-96474f99,
  #w-node-_0d8dee98-6297-a5dc-b047-1b6b91c6627b-96474f99 {
    justify-self: center;
  }

  #w-node-c9662291-1cb8-c743-d6eb-31a684843352-96474f9a,
  #w-node-_04837941-d468-eb18-f8e9-98f7891501d9-96474f9b,
  #w-node-_68be490e-0f14-a8d5-a8db-cc039357b023-96474f9b {
    grid-column-end: 2;
  }

  #w-node-af8e19c8-c99d-4b32-3708-ef829772b350-96474f9b,
  #w-node-a3d71de3-8359-d557-826a-a6eea921d955-96474f9b {
    grid-column: span 1 / span 1;
  }

  #w-node-c80398a9-d9ca-0c27-3f6b-65dc6ba8066f-96474f9b,
  #w-node-_5353fd5c-2190-3291-1052-19356d40142a-96474f9c {
    grid-column-end: 2;
  }

  #w-node-_1d4292e2-012f-358b-a07b-67f68247b512-96474f9c {
    grid-column-end: 2;
    justify-self: center;
  }

  #w-node-_2ed67ce7-5198-e53b-2920-2d3d207725fa-96474f9d,
  #w-node-_614cd076-f71f-df14-de23-c8df1a99c15e-96474f9d {
    grid-column-end: 2;
  }
}

@media screen and (max-width: 479px) {

  #w-node-_2de49d32-c760-4664-57de-f336a83941a2-96474f98,
  #down.w-node-_641e1d3e-eef9-4a86-86ce-0bf0fa91741a-96474f98 {
    align-self: start;
  }

  #w-node-ab0d67fd-5293-86fe-bb90-b0f2beae844b-96474f98 {
    align-self: stretch;
  }

  #w-node-_42f4fa38-c223-ba23-e3e5-d4eb1a39f3e1-96474f98 {
    grid-row: 1 / 2;
  }

  #w-node-_1ea7a54e-7161-9281-6cc3-f417b58f633e-96474f99,
  #w-node-ee4f1253-c1ba-a9c8-cfb5-7ab8177e0d27-96474f99,
  #w-node-af424da0-1ea3-ceae-1f45-01bfc5a3eb72-96474f99,
  #w-node-_12e2937f-9159-113e-45be-f1b9a5667f31-96474f99,
  #w-node-_0d8dee98-6297-a5dc-b047-1b6b91c66278-96474f99 {
    justify-self: center;
  }

  #w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf8b-96474f9d,
  #w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf90-96474f9d,
  #Email.w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf92-96474f9d,
  #w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf94-96474f9d,
  #Phone.w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf96-96474f9d,
  #w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf98-96474f9d,
  #Message.w-node-dd8f0dd6-9f9c-99d8-c731-d3a2152bbf9a-96474f9d {
    grid-column: span 1 / span 1;
  }
}

/* Contact hero placement overrides (override Webflow auto-generated centering) */
#w-node-_2ed67ce7-5198-e53b-2920-2d3d207725fa-96474f9d {
  grid-area: 1 / 1 / 2 / 3 !important;
  /* left half of 4-col grid */
  place-self: center start !important;
  /* center vertically, align left horizontally */
  justify-self: start !important;
}

@media (max-width: 991px) {
  #w-node-_2ed67ce7-5198-e53b-2920-2d3d207725fa-96474f9d {
    grid-area: 1 / 1 / 2 / 3 !important;
    /* keep left on tablet */
    place-self: center start !important;
  }
}

@media (max-width: 767px) {
  #w-node-_2ed67ce7-5198-e53b-2920-2d3d207725fa-96474f9d {
    grid-column: 1 / -1 !important;
    /* full width on mobile */
    place-self: center start !important;
  }
}

/* Ensure inner supporting paragraph container aligns left, not centered */
#w-node-_2ed67ce7-5198-e53b-2920-2d3d207725ff-96474f9d {
  justify-self: start !important;
}

/* Oferta hero placement overrides — mirror kontakt layout */
#w-node-_5353fd5c-2190-3291-1052-19356d40142a-96474f9c {
  grid-area: 1 / 1 / 2 / 3 !important;
  /* left half of 4-col grid */
  place-self: center start !important;
  justify-self: start !important;
}

#w-node-_5353fd5c-2190-3291-1052-19356d40142f-96474f9c {
  justify-self: start !important;
  /* left-align inner paragraph container */
}

@media (max-width: 767px) {
  #w-node-_5353fd5c-2190-3291-1052-19356d40142a-96474f9c {
    grid-column: 1 / -1 !important;
    /* full width on mobile, like kontakt */
  }
}

/* Keep consistent spacing next to the right preloader brand text */
.preloader-content .preloader-brand:last-child {
  margin: 0 12px;
}

/* Flip card styles for oferta service card */
.service-column.flip-enabled .service-card {
  perspective: 1200px;
  -webkit-perspective: 1200px;
  position: relative;
  height: 100%;
}

.service-column.flip-enabled .card-inner {
  position: relative;
  transform-style: preserve-3d;
  -webkit-transform-style: preserve-3d;
  transition: transform 600ms cubic-bezier(.25, .46, .45, .94);
  height: 100%;
}

.service-column.flip-enabled .card-face {
  backface-visibility: hidden;
  -webkit-backface-visibility: hidden;
  /* Nudge onto its own layer to prevent bleed-through on iOS */
  transform: translateZ(0);
  -webkit-transform: translateZ(0);
  height: 100%;
}

.service-column.flip-enabled .card-front {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
}

.service-column.flip-enabled .card-back {
  position: absolute;
  inset: 0;
  transform: rotateY(180deg);
  -webkit-transform: rotateY(180deg);
  display: flex;
  flex-direction: column;
}

@media (max-width: 767px) {

  .preloader,
  html.w-mod-js .preloader,
  html.w-mod-ix .preloader {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
  }
}

@media (max-width: 991px) {
  .slider {
    min-height: 600px;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .testimonial-arrow {
    width: 120px;
    height: 120px;
    padding-left: 16px;
    padding-right: 16px;
    inset: 0% -60px 0% auto;
  }

  .testimonial-arrow.left {
    inset: 0% auto 0% -60px;
  }

  .testimonial-text {
    font-size: 24px;
    line-height: 1.5em;
  }

  .slide-nav {
    margin-bottom: 30px;
  }
}

@media (max-width: 767px) {
  .slider {
    min-height: 420px;
    padding-top: 80px;
    padding-bottom: 80px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .testimonial-arrow {
    display: none;
  }

  .testimonial-text {
    font-size: 18px;
    line-height: 1.55em;
  }

  .service-column.flip-enabled .card-back .stacked-description h3 {
    font-size: 24px !important;
    line-height: 26px !important;
  }

  .service-column.flip-enabled .card-back .body-display {
    font-size: 14px !important;
    line-height: 1.55em !important;
  }

  .service-column.flip-enabled .card-front .stacked-description h3 {
    font-size: 24px !important;
    line-height: 26px !important;
  }

  .service-column.flip-enabled .card-front .body-display {
    font-size: 15px !important;
    line-height: 1.55em !important;
  }
}

@media (max-width: 390px) {
  .service-column.flip-enabled .card-back .stacked-description h3 {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .service-column.flip-enabled .card-back .body-display {
    font-size: 14px !important;
    line-height: 1.5em !important;
  }

  .service-column.flip-enabled .card-front .stacked-description h3 {
    font-size: 24px !important;
    line-height: 24px !important;
  }

  .service-column.flip-enabled .card-front .body-display {
    font-size: 14px !important;
    line-height: 1.5em !important;
  }
}/* Oferta page custom styles extracted from oferta.html */

/* Slider dots (once consolidated) */
.w-slider-nav.w-round>div {
  height: 3px;
  width: 36px;
  border-radius: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-transition: all 600ms cubic-bezier(.25, .46, .45, .94);
  transition: all 600ms cubic-bezier(.25, .46, .45, .94);
}

.w-slider-dot {
  background: rgba(140, 159, 172, 0.4) !important;
}

.w-slider-dot.w-active {
  background: #edf3f6 !important;
}

/* Scoped styles for icon-only close control on card back */
.service-card .close-back-icon {
  position: absolute;
  top: 32px;
  left: 50%;
  transform: translateX(-50%);
  width: 44px;
  height: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: var(--body-display);
  background: transparent;
  border-radius: 999px;
  box-shadow: inset 0 0 0 1px rgba(140, 159, 172, 0.35);
  text-decoration: none;
  cursor: pointer;
  z-index: 40;
}

.service-card .card-back { overflow: hidden; }
.service-card .card-back .service-description { position: relative; }
.service-card .close-back-icon svg { pointer-events: none; }
.service-card .close-back-icon:hover { opacity: 0.85; }

/* Responsive offset tweaks */
@media (max-width: 767px) {
  .service-card .close-back-icon {
    top: 24px;
    left: 50%;
    transform: translateX(-50%);
    width: 40px;
    height: 40px;
  }
}

/* Ensure only the visible face captures clicks */
.service-column.flip-enabled .card-front { pointer-events: auto; }
.service-column.flip-enabled .card-back { pointer-events: none; }
.service-column.flip-enabled .service-card.flipped .card-front { pointer-events: none; }
.service-column.flip-enabled .service-card.flipped .card-back { pointer-events: auto; z-index: 2; }

/* Fit longer copy on the card back */
.service-column.flip-enabled .card-back .service-description {
  padding-top: 104px; /* more space below close icon */
  padding-left: 28px;
  padding-right: 28px;
  max-height: none; /* allow full card height */
  overflow: visible; /* no scrollbar */
}

.service-column.flip-enabled .card-back .stacked-description {
  grid-row-gap: 16px;
  max-height: 480px;
  overflow-y: auto;
}

.service-column.flip-enabled .card-back .stacked-description h3 {
  font-size: 22px;
  line-height: 28px;
}

.service-column.flip-enabled .card-back .body-display {
  font-size: 16px;
  line-height: 1.65em;
}

.service-column.flip-enabled .card-back .button-row {
  margin-top: 16px;
  padding-bottom: 18px;
}

@media (max-width: 991px) {
  .service-column.flip-enabled .card-back .service-description {
    padding-bottom: 120px !important; /* Space for the button on tablet */
  }

  .service-card .card-back {
    overflow: visible !important; /* Allow button to show */
  }
}

@media (max-width: 767px) {
  .service-column.flip-enabled .card-back .service-description {
    padding-top: 84px; /* keep heading clear of icon on mobile */
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 120px !important; /* Space for the button */
    max-height: none;
    overflow: visible;
  }

  .service-card .card-back {
    overflow: visible !important; /* Allow button to show on mobile */
  }

  .service-column.flip-enabled .card-back .stacked-description h3 {
    font-size: 22px;
    line-height: 28px;
  }
  .service-column.flip-enabled .card-back .body-display {
    font-size: 16px;
    line-height: 1.65em;
  }
}

/* Filter styles */
.filter-container {
  width: 100%;
  display: flex;
  justify-content: center;
  padding-top: 60px;
  padding-bottom: 40px;
}

.section-middle { padding-top: 0 !important; }

.filter-buttons {
  display: inline-flex;
  gap: 12px;
  padding: 8px;
  background: rgba(237, 243, 246, 0.5);
  border-radius: 50px;
}

.filter-btn {
  position: relative;
  padding: 12px 32px;
  background: transparent;
  border: none;
  border-radius: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: #1a1d20;
  cursor: pointer;
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  overflow: hidden;
  z-index: 1;
}

.filter-btn::before {
  content: '';
  position: absolute;
  top: 50%; left: 50%;
  width: 0; height: 0;
  border-radius: 50px;
  background: #1a1d20;
  transform: translate(-50%, -50%);
  transition: all 400ms cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: -1;
}

.filter-btn.active::before { width: 100%; height: 100%; }
.filter-btn.active { color: #edf3f6; }
.filter-btn:hover:not(.active) { opacity: 0.7; }

.service-column { transition: opacity 400ms ease, transform 400ms ease; }
.service-column.hidden { display: none; }

/* Fix image snapping and standardize heights */
.service-bottom { min-height: 380px !important; height: 380px !important; }
.service-bottom .background-wrapper,
.service-bottom .background { position: absolute; inset: 0; }
.service-bottom .background { object-fit: cover; object-position: center; width: 100%; height: 100%; }

@media (max-width: 767px) {
  .filter-container { padding-top: 40px; padding-bottom: 30px; }
  .filter-buttons { gap: 8px; padding: 6px; }
  .filter-btn { padding: 10px 24px; font-size: 13px; }
}
