/*! 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,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") 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;
}
fieldset {
  padding: 0;
  margin: 0;
  border: 0;
}
button,
[type='button'],
[type='reset'] {
  border: 0;
  cursor: pointer;
  -webkit-appearance: button;
}
.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%;
  }
}
@media screen and (max-width: 767px) {
  .w-nav-brand {
    padding-left: 10px;
  }
}
.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;
  background-color: #000;
  color: #fff;
}
.w-nav-button:focus {
  outline: 0;
}
.w-nav-button.w--open {
  background-color: #000;
  color: #fff;
}
.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-ix-emptyfix:after {
  content: "";
}
.wf-layout-layout {
  display: grid;
}
:root {
  --steel-blue: #3b99d9;
  --steel-blue-2: #2e80b6;
  --dark-khaki: #a8d069;
  --medium-sea-green: #30ad64;
  --light-sea-green: #25ccbf;
  --light-sea-green-2: #20ac99;
  --sandy-brown: #f8c740;
  --goldenrod: #e2a62b;
  --khaki: #face6a;
  --sandy-brown-2: #e4b962;
  --salmon: #fd7072;
  --indian-red: #cf404d;
  --tan: #d39f9a;
  --dim-gray: #735260;
  --indian-red-2: #af4173;
  --brown: #822e50;
  --tomato: #e64c40;
  --firebrick: #bf3a30;
  --salmon-2: #fc7d64;
  --white-smoke: #ecf0f1;
  --silver: #bec3c7;
  --dim-gray-2: #49647b;
  --dark-slate-gray: #2d3e4f;
  --dark-slate-gray-2: #404047;
  --white-smoke-2: #f0f0f0;
  --white-smoke-3: #edeff2;
  --cadet-blue: #668cad;
  --pale-turquoise: #bfe0ff;
  --light-sky-blue: #69b9ff;
  --dodger-blue: #2e9dff;
  --black: #192024;
  --dim-gray-3: #676770;
  --light-slate-gray: #8e8e9c;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: 700;
  line-height: 44px;
}

h2 {
  color: #676770;
  text-align: center;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 300;
  line-height: 36px;
}

h3 {
  color: #676770;
  letter-spacing: 7px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 30px;
}

h4 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  color: #676770;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 18px;
  font-weight: 300;
  line-height: 20px;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 300;
  line-height: 25px;
}

.button {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #69b9ff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 12px 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-block;
}

.button:hover {
  background-color: #2e9dff;
}

.button.w--current {
  background-color: #2e80b6;
}

.button.full-width {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.button.tab {
  background-color: #92a0ad;
  margin-left: 8px;
  margin-right: 8px;
}

.button.tab:hover, .button.tab.w--current {
  background-color: #2e80b6;
}

.navigation-link {
  color: #9c9c9c;
  -webkit-text-stroke-color: #fff;
  text-shadow: 0 1px 1px #0003;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.navigation-link:hover {
  color: #fff;
  text-shadow: 0 1px 1px #0003, 0 1px 1px #0003;
  border: 1px #000;
}

.navigation-link.w--current {
  color: #8b8b8b;
}

.navigation-link.w--current:hover {
  color: #fff;
}

.navigation-link.w--current:active, .navigation-link.w--current:focus {
  color: #e64c38;
}

.navigation-bar {
  color: #3e4b57;
  background-color: #000;
  position: fixed;
  inset: 0% 0% auto;
}

.navigation-menu {
  color: #fff;
  margin-left: 0;
  margin-right: -132px;
  padding-left: 0;
  padding-right: 0;
}

.brand-text {
  color: #69b9ff;
  letter-spacing: 4px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
}

.brand-link {
  padding-top: 16px;
  padding-bottom: 16px;
}

.section {
  text-align: center;
  background-color: #fff;
  padding: 80px 10px;
  position: relative;
}

.section.accent {
  background-color: #192024;
}

.white-box {
  text-align: center;
  background-color: #fff;
  border: 1px solid #dcebf7;
  border-radius: 5px;
  padding: 15px;
}

.white-box.transparent {
  background-color: #0000;
  border-style: none;
  display: flex;
}

.hero-section {
  padding-top: 242px;
  padding-bottom: 242px;
}

.hero-section.centered {
  position: relative;
  aspect-ratio: auto;
  opacity: 1;
  text-align: center;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-color: #000;
  background-clip: border-box;
  border: 1px #000;
  border-radius: 0;
  min-height: 100vh;
  min-height: 100dvh;
  width: 100%;
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 150px;
}

.hero-section.centered .bg-video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  min-width: 100%;
  min-height: 100%;
  object-fit: cover;
  object-position: center;
  z-index: 0;
  pointer-events: none;
}

.hero-section.centered .container-2,
.hero-section.centered .w-container,
.hero-section.centered .container-3 {
  position: relative;
  z-index: 1;
}

.hero-heading {
  color: #e74d37;
  text-align: left;
  letter-spacing: 4px;
  text-transform: none;
  margin-bottom: 30px;
  margin-left: -103px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
  position: relative;
  top: 92px;
}

.hero-subheading {
  color: #2e9dff;
  text-align: left;
  letter-spacing: 3px;
  text-transform: uppercase;
  column-count: 2;
  height: auto;
  margin-bottom: 40px;
  font-size: 25px;
  font-weight: 300;
  line-height: 25px;
  position: static;
}

.hollow-button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #fff;
  border-radius: 4px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 10px 30px;
  font-weight: 300;
  line-height: 21px;
  text-decoration: none;
  transition: background-color .3s, border .3s, color .3s;
  display: inline-block;
}

.hollow-button:hover {
  color: #2e9dff;
  border-color: #2e9dff;
}

.hollow-button.all-caps {
  text-transform: uppercase;
}

.section-heading {
  margin-top: 0;
  margin-bottom: 16px;
}

.section-heading.centered {
  color: #676770;
  text-align: center;
  letter-spacing: 5px;
  text-transform: uppercase;
  font-size: 30px;
  font-weight: 300;
}

.section-heading.centered.white {
  color: #fff;
}

.section-subheading.center {
  color: #8e8e9c;
  text-align: center;
  letter-spacing: 3px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 300;
}

.section-subheading.center.off-white {
  color: #e8e8e8;
  padding-bottom: 0;
}

.section-title-group {
  margin-bottom: 60px;
}

.form-field {
  border: 0 solid #000;
  border-radius: 3px;
  height: 45px;
  margin-bottom: 17px;
  box-shadow: 0 0 0 1px #4040474d;
}

.form-field.text-area {
  height: 110px;
}

.footer {
  background-color: #222;
  padding-top: 100px;
  padding-bottom: 100px;
}

.footer.center {
  text-align: center;
  background-color: #000;
  border-top: 1px solid #dbdbdb;
  padding-top: 10px;
  padding-bottom: 10px;
}

.footer-text {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
}

.footer-link {
  color: #9e9e9e;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  text-decoration: none;
}

.footer-link:hover {
  color: #fff;
}

.footer-link:visited {
  color: inherit;
}

.contacts-link {
  color: #484848;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 14px;
  text-decoration: none;
}

.contacts-link:hover {
  color: #e74d37;
}

.contacts-link:visited {
  color: inherit;
}

.href-link {
  color: #9e9e9e;
  font-size: 14px;
  font-weight: 300;
  text-decoration: none;
  display: block;
}

.href-link:hover {
  color: #e74d37;
}

.grid-image {
  background-color: #69b9ff;
  border: 10px solid #fff;
  border-radius: 50%;
  width: 35%;
  margin: 20px auto;
  padding: 20px;
  display: block;
  box-shadow: 0 0 0 1px #2e9dff;
}

.info-icon {
  float: left;
}

.tab-menu {
  text-align: center;
  margin-bottom: 40px;
}

.tabs-wrapper {
  text-align: center;
}

.fullwidth-image {
  width: 100%;
  height: 96%;
  margin-top: 18px;
  margin-bottom: 20px;
}

.white-text {
  color: #fff;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
  padding-left: 0;
}

.form {
  margin-top: 40px;
}

.spc {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.paragraph {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: flex-start;
  width: 1000px;
  margin-left: -8px;
  padding-left: 0;
  display: flex;
}

.paragraph-2 {
  text-align: right;
  margin-left: -742px;
  padding-left: 0;
  padding-right: 31px;
}

.heading {
  flex: 0 auto;
}

.f-team-image-square {
  border-radius: 0;
  width: 100%;
  height: 500px;
  overflow: hidden;
}

.f-margin-bottom-16, .f-team-name-wrapper {
  margin-bottom: 16px;
}

.f-line-regular {
  background-color: #e4e6f1;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-container-regular {
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-h3-heading {
  color: #e84d37;
  letter-spacing: -.02em;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

.f-team-title-wrapper-left {
  max-width: 500px;
  margin-bottom: 48px;
}

.f-paragraph-small {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 1.8;
}

.f-paragraph-small.f-text-color-gray-500 {
  color: #000;
  margin-top: 0;
  font-weight: 700;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

.f-team-regular {
  background-color: #f0f0f0;
  padding: 20px;
  text-decoration: none;
}

.f-image-cover {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 0;
  width: 127%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-top: 0;
  padding-top: 0;
  overflow: visible;
}

.f-image-cover.second {
  margin-top: 0;
  padding-top: 0;
  position: relative;
  top: 0;
}

.f-image-cover.smallpic {
  width: 100%;
  height: 100%;
}

.f-image-cover.teams {
  padding-top: 0;
  padding-bottom: 0;
}

.f-image-cover.business, .f-image-cover.ai {
  height: 80%;
}

.f-paragraph-regular {
  color: #484848;
  text-align: justify;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 23px;
}

.f-paragraph-regular.giustificato {
  text-align: right;
  margin-bottom: 23px;
  margin-left: -65px;
  padding-left: 66px;
  font-size: 14px;
  position: relative;
  top: auto;
}

.f-paragraph-regular.giustificato_sx {
  text-align: justify;
  letter-spacing: -.02em;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.f-paragraph-regular.giustificato-dx {
  text-align: justify;
  margin-top: 0;
  font-size: 14px;
  font-weight: 400;
}

.f-team-content-wrapper {
  color: #160042;
  margin-top: 24px;
}

.f-grid-three-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-heading-detail-small {
  color: #000;
  letter-spacing: .08em;
  text-transform: uppercase;
  margin-top: -20px;
  margin-left: 0;
  margin-right: -163px;
  padding-right: 0;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  display: flex;
}

.f-paragraph-large {
  color: #484848;
  text-align: justify;
  letter-spacing: -.02em;
  margin-bottom: 0;
  margin-right: -656px;
  padding-left: 0;
  padding-right: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 25px;
}

.f-paragraph-large.f-text-weight-bold {
  color: #e84e37;
  font-size: 16px;
  font-weight: 700;
  text-decoration: none;
}

.f-section-large {
  text-align: justify;
  background-color: #fff;
  padding: 50px 5% 0;
  position: relative;
}

.f-section-large.small {
  background-color: #f0f0f0;
  margin-top: 16px;
  padding-top: 24px;
  padding-bottom: 24px;
}

.f-section-large.small.contacts {
  background-color: #f0f0f000;
  margin-top: -15px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.f-margin-bottom-12 {
  margin-bottom: 0;
}

.f-team-grid-column {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
}

.f-team-image-small {
  box-sizing: border-box;
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: 0;
  padding-bottom: 0;
  padding-left: 0;
  position: relative;
  top: auto;
  overflow: hidden;
}

.f-team-image-small.second {
  margin-top: 0;
}

.f-team-social-row {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  display: flex;
}

.f-sub-heading-large {
  color: #000;
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.f-sub-heading-large.giustificato {
  text-align: right;
  margin-top: -2px;
  position: relative;
  top: 0;
}

.f-sub-heading-large.giustificatio-dx {
  text-align: justify;
}

.f-sub-heading-large.first {
  margin-top: -16px;
}

.f-sub-heading-large.contacts2 {
  color: #e84e37;
  font-size: 14px;
}

.f-team-social-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.f-team-social-link {
  color: #160042;
  border: 1px solid #f3f5fb;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  transition: color .3s;
  display: flex;
}

.f-team-social-link:hover {
  color: #642eff;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-success-message {
  color: #006638;
  letter-spacing: -.03em;
  background-color: #ebfff6;
  font-size: 14px;
  line-height: 24px;
}

.f-cta-form-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 8px;
  align-items: center;
  width: 100%;
  display: flex;
}

.f-margin-bottom-48 {
  margin-bottom: 48px;
}

.f-cta-grid-a {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.4fr;
  align-items: center;
}

.f-form-button {
  outline-offset: 0px;
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  background-color: #160042;
  border-radius: 48px;
  outline: 2px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 120px;
  min-height: 48px;
  padding: 12px 32px;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.f-form-button:hover {
  background-color: #282556;
}

.f-form-button:active {
  background-color: #160042;
}

.f-margin-bottom-49 {
  margin-bottom: 8px;
}

.f-input-outlined {
  border: 1px solid #e4e6f1;
  border-radius: 8px;
  min-height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
}

.f-input-outlined:focus {
  border-color: #b6b9ce;
}

.f-input-outlined::placeholder {
  color: #b6b9ce;
}

.f-section-regular {
  padding: 72px 5%;
  position: relative;
}

.f-cta-image-wrapper {
  height: 360px;
}

.f-cta-form-block {
  max-width: 460px;
  margin-bottom: 8px;
}

.image {
  margin-left: -102px;
  padding-left: 0;
  padding-right: 0;
}

.paragraph-3 {
  color: #fff;
  text-align: justify;
  column-count: 2;
  column-rule-width: 0px;
  column-gap: 35px;
  width: auto;
  min-width: 0%;
  height: auto;
  min-height: 450px;
  margin-bottom: 0;
  margin-left: -103px;
  margin-right: -103px;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 22px;
  position: relative;
  top: 93px;
}

.paragraph-3 .hero-paragraph {
  display: block;
  margin: 0 0 14px;
  break-inside: avoid-column;
  -webkit-column-break-inside: avoid;
}

.paragraph-3 .hero-paragraph:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 991px) {
  .paragraph-3 {
    column-count: 1; /* Una sola colonna su tablet */
    min-height: auto;
  }
}

@media screen and (max-width: 479px) {
  .paragraph-3 {
    column-count: 1; /* Una sola colonna su mobile */
    min-height: auto;
    line-height: 20px;
  }
  
  .paragraph-3 .hero-paragraph {
    margin-bottom: 12px;
  }
}

.f-margin-bottom-50 {
  margin-bottom: 12px;
}

.f-paragraph-regular-2 {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.div-block {
  background-color: #dfdfdf;
  padding-top: 26px;
  padding-left: 12px;
  padding-right: 12px;
}

.div-block-2 {
  background-color: #dfdfdf00;
  margin-top: 0;
  padding: 14px 12px 35px;
}

.div-block-2.second {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.div-block-2.third {
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-2.third.address {
  position: relative;
  z-index: 1;
}

.body {
  background-color: #fff;
}

.container {
  background-color: #c0c0c000;
}

.heading-2 {
  margin-left: -26px;
}

.paragraph-4 {
  color: #949494;
  text-align: justify;
  margin-left: -85px;
  margin-right: -599px;
  padding-right: 0;
}

.heading-3 {
  color: #fff;
  text-align: justify;
  margin-left: -83px;
  margin-right: auto;
  padding-left: 0;
  display: flex;
}

.columns {
  margin-left: 0;
  padding-left: 0;
}

.image-2 {
  text-align: center;
  margin-bottom: 0;
}

.container-3 {
  color: #fff;
}

@media screen and (max-width: 991px) {
  .navigation-link {
    color: #ffffff85;
  }

  .navigation-link.w--current {
    color: #fff;
  }

  .hamburger-button.w--open, .navigation-menu {
    background-color: #000;
  }

  .hero-section.centered {
    padding-top: 144px;
    padding-bottom: 144px;
  }

  .hero-heading {
    margin-left: auto;
  }

  .grid-image {
    width: 50%;
    padding: 15px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr 1fr;
  }

  .f-paragraph-large {
    margin-right: -200px;
  }

  .f-sub-heading-large, .f-sub-heading-large.giustificatio-dx.second, .f-sub-heading-large.first {
    text-align: left;
  }

  .f-cta-grid-a {
    grid-template-columns: 1fr;
  }

  .image {
    margin-left: auto;
  }

  .paragraph-3 {
    margin-left: auto;
    margin-right: auto;
  }

  .paragraph-4 {
    margin-left: 21px;
    margin-right: -356px;
  }

  .heading-3 {
    text-align: left;
    margin-left: 20px;
  }

}

@media screen and (max-width: 767px) {
  .button.full-width {
    margin-left: auto;
    margin-right: auto;
  }

  .button.tab {
    font-size: 12px;
  }

  .white-box {
    margin-bottom: 30px;
  }

  .hero-section.centered {
    padding-top: 119px;
    padding-bottom: 119px;
  }

  .hero-heading {
    margin-bottom: 15px;
    margin-left: auto;
    padding-left: 20px;
    font-size: 40px;
    line-height: 40px;
  }

  .hero-subheading {
    font-size: 18px;
  }

  .form-field.text-area {
    display: block;
  }

  .grid-image {
    width: 20%;
    padding: 20px;
  }

  .spc {
    margin-bottom: 30px;
  }

  .f-h3-heading {
    font-size: 40px;
  }

  .f-grid-three-column {
    grid-template-columns: 1fr;
  }

  .f-heading-detail-small {
    text-align: left;
    margin-right: auto;
  }

  .f-paragraph-large {
    margin-right: auto;
  }

  .f-section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .f-team-grid-column {
    grid-template-columns: 1fr;
  }

  .f-section-regular {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .paragraph-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-4 {
    margin-right: 0;
    padding-right: 0;
  }

}

@media screen and (max-width: 479px) {
  .button {
    margin-bottom: 25px;
  }

  .hero-section.centered {
    object-fit: cover;
    margin-right: -17px;
    padding-top: 60px;
    padding-bottom: 93px;
  }

  .hero-heading {
    letter-spacing: 2px;
    margin-top: 199px;
    margin-left: 17px;
    padding-left: 0;
    padding-right: 0;
    font-size: 33px;
    line-height: 30px;
    right: 1px;
  }

  .section-subheading.center {
    line-height: 30px;
  }

  .footer {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .grid-image {
    width: 35%;
  }

  .spc {
    padding-right: 0;
  }

  .f-h3-heading {
    text-align: left;
    font-size: 34px;
  }

  .f-image-cover.smallpic {
    position: relative;
  }

  .f-paragraph-regular.giustificato_sx {
    margin-left: -11px;
    margin-right: -13px;
    padding-left: 0;
  }

  .f-paragraph-regular.giustificato-dx {
    margin-left: 0;
    margin-right: -13px;
    padding-left: 0;
  }

  .f-heading-detail-small {
    text-align: left;
    letter-spacing: .1em;
    margin-right: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .f-paragraph-large {
    margin-left: 0;
    margin-right: 0;
  }

  .f-section-large {
    margin-top: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .f-section-large.small {
    margin-top: 5px;
    margin-bottom: 30px;
    padding-bottom: 20px;
  }

  .f-section-large.small.contacts {
    margin-top: -48px;
  }

  .f-margin-bottom-12 {
    margin-left: -11px;
  }

  .f-team-image-small {
    margin-bottom: 0;
  }

  .f-sub-heading-large {
    text-align: left;
    margin-top: -34px;
    font-size: 18px;
    line-height: 28px;
  }

  .f-sub-heading-large.giustificatio-dx.second {
    margin-top: -36px;
    padding-left: 12px;
    font-size: 18px;
    line-height: 28px;
  }

  .f-sub-heading-large.first {
    text-align: left;
    margin-top: -48px;
    margin-left: -1px;
    margin-right: -11px;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
    line-height: 28px;
  }

  .f-cta-form-wrapper {
    flex-direction: column;
  }

  .f-form-button, .f-cta-form-block {
    width: 100%;
  }

  .image {
    margin-left: 9px;
    padding-left: 0;
  }

  .paragraph-3 {
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
    margin-left: 14px;
    margin-right: 31px;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .paragraph-4 {
    text-align: justify;
    margin: 0 auto;
    padding-left: 14px;
    padding-right: 14px;
    font-size: 12px;
  }

  .heading-3 {
    margin-bottom: auto;
    margin-left: auto;
    padding-left: 14px;
    font-size: 16px;
  }

  .bold-text, .bold-text-2, .bold-text-3, .bold-text-4 {
    font-size: 18px;
  }

  .container-2 {
    object-fit: fill;
    padding-left: 0;
    padding-right: 0;
  }

  .icon {
    color: #919191;
    margin-top: 14px;
  }
}

#w-node-_93042702-b799-5c9f-ecb5-b95a374c74d1-2ce3b81f, #w-node-_93042702-b799-5c9f-ecb5-b95a374c74d3-2ce3b81f, #w-node-_0fdbad8b-33ca-76e3-1827-56b63ac9b661-2ce3b81f, #w-node-_0fdbad8b-33ca-76e3-1827-56b63ac9b67f-2ce3b81f, #w-node-_84e61d6e-751e-d268-d557-784f8c1a11c1-2ce3b81f, #w-node-_84e61d6e-751e-d268-d557-784f8c1a11c3-2ce3b81f, #w-node-_5e61594b-356b-63a6-004a-33fe7cf3db39-2ce3b81f, #w-node-_5e61594b-356b-63a6-004a-33fe7cf3db3b-2ce3b81f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_0fdbad8b-33ca-76e3-1827-56b63ac9b67f-2ce3b81f {
    order: -9999;
  }

  #w-node-_5e61594b-356b-63a6-004a-33fe7cf3db39-2ce3b81f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5e61594b-356b-63a6-004a-33fe7cf3db39-2ce3b81f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


/* Custom navigation enhancements */
@media screen and (min-width: 992px) {
  .navigation-bar .container-3 {
    display: flex;
    align-items: center;
  }

  .navigation-menu {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    float: none;
    margin-left: auto;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    white-space: nowrap;
  }

  .navigation-menu .navigation-link {
    white-space: nowrap;
  }
}

/* Wrapper specific to the Deal Advisory block */
.deal-video-wrapper {
  /* do not touch display/width: use what the existing grid provides */
}

/* Poster with image + play button */
.deal-video-poster {
  position: relative;
}

/* Keep the current behavior for the image (cover, responsive) */
/* If you need to override it, add the following only when necessary:
.deal-video-poster img.f-image-cover {
  width: 100%;
  height: auto;
  display: block;
}
*/

/* Video: same width, hidden until the user presses play */
.deal-video-element {
  width: 100%;
  height: auto;
  display: none;
}

/* Play button centered over the image */
.video-play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 64px;
  height: 64px;
  border-radius: 50%;
  border: none;
  background: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-size: 26px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.video-play-button:focus {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

/* Optionally, slightly reduce the button on mobile */
@media screen and (max-width: 767px) {
  .video-play-button {
    width: 52px;
    height: 52px;
    font-size: 22px;
  }
}
@media screen and (max-width: 479px) {
  .navigation-bar .brand-link .image {
    width: 126px;
    max-width: 126px;
    height: auto;
  }
}

.visually-hidden {
  position: absolute !important;
  height: 1px; width: 1px;
  overflow: hidden;
  clip: rect(1px,1px,1px,1px);
  white-space: nowrap;
}

/* --- FIX: Contacts section alignment --- */
@media screen and (max-width: 991px) {

  /* Red title "LEADER LOGIC AG" */
  #contacts .f-h3-heading {
    text-align: left !important;
  }

  /* Subtitle "GET IN TOUCH..." */
  #contacts .f-heading-detail-small {
    text-align: left !important;
    margin-right: 0 !important;
  }

  /* Contacts grid: stack vertically */
  .contacts .f-team-grid-column {
    display: block !important;
  }

  /* Image: keep standard dimensions */
  .contacts .f-team-image-small {
    width: 100% !important;
    margin: 0 0 1.5rem 0 !important;
  }

  /* Address text */
  .contacts .div-block-2.third.address {
    margin: 0 !important;
    padding: 14px 12px 35px !important;
  }

  .contacts .f-sub-heading-large.contacts2.contatto-bold {
    margin: 0 0 1rem 0 !important;
  }

  .contacts .f-paragraph-regular.giustificato_sx.contatto {
    margin: 0 !important;
  }
}

@media screen and (max-width: 479px) {
  
  /* Red title */
  #contacts .f-h3-heading {
    text-align: left !important;
    font-size: 34px !important;
  }

  /* Subtitle */
  #contacts .f-heading-detail-small {
    text-align: left !important;
    margin-right: 0 !important;
  }

  /* Paragraph */
  #contacts .f-paragraph-large {
    margin-right: 0 !important;
  }

  /* Remove negative offsets */
  .contacts .bold-text-5,
  .contacts .f-sub-heading-large.contacts2.contatto-bold,
  .contacts .f-paragraph-regular.giustificato_sx.contatto {
    margin-left: 0 !important;
  }
}

/* ===== FINAL FIX: contacts mobile alignment ===== */
@media screen and (max-width: 479px) {

  /* Contenitore del blocco indirizzo */
  #contacts .div-block-2.third.address {
    margin: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* Titolo rosso "Leader Logic AG" + strong interno */
  #contacts .f-sub-heading-large.contacts2.contatto-bold,
  #contacts .bold-text-5 {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    display: block !important;
  }

  /* Paragrafo indirizzo (43 Sennweidstrasse, ecc.) */
  #contacts .f-paragraph-regular.giustificato_sx.contatto {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
    display: block !important;
  }

  /* Paragrafo con email + telefono */
  #contacts .div-block-2.third.address p {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-align: left !important;
  }
}
/* ===== HARD FIX: allineamento indirizzo contatti su mobile ===== */
@media screen and (max-width: 479px) {

  /* Contenitore del blocco indirizzo */
  #contacts .div-block-2.third.address {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }

  /* Tutto ciò che sta dentro al blocco indirizzo:
     titolo, strong, paragrafi, link, ecc. */
  #contacts .div-block-2.third.address * {
    margin-left: 0 !important;
    padding-left: 0 !important;
    text-indent: 0 !important;
  }
}
/* Allineamento blocco contatti su tutti i breakpoint */
#contacts .div-block-2.third.address {
  margin-left: 0;
  padding-left: 0;
}

#contacts .f-sub-heading-large.contacts2.contatto-bold,
#contacts .bold-text-5,
#contacts .f-paragraph-regular.giustificato_sx.contatto {
  margin-left: 0;
  text-align: left;
}

/* ===== ALLINEAMENTO CONTATTI - VERSIONE PULITA ===== */

/* Tablet e Desktop */
@media screen and (max-width: 991px) {
  .contacts .f-team-grid-column {
    display: block !important;
  }

  .contacts .f-team-image-small {
    margin: 0 0 1.5rem 0 !important;
  }

  .contacts .div-block-2.third.address {
    margin: 0 !important;
    padding: 0 0 0 12px !important;
  }

  .contacts .div-block-2.third.address * {
    margin-left: 0 !important;
    padding-left: 0 !important;
  }
}

/* Mobile sotto 479px */
@media screen and (max-width: 479px) {
  /* Contenitore principale con padding */
  .contacts .div-block-2.third.address {
    margin: 0 !important;
    padding: 0 0 0 12px !important;
  }

  /* TUTTO ciò che sta dentro il blocco address: zero margin/padding */
  .contacts .div-block-2.third.address h3,
  .contacts .div-block-2.third.address .f-sub-heading-large,
  .contacts .div-block-2.third.address .contacts2,
  .contacts .div-block-2.third.address .contatto-bold,
  .contacts .div-block-2.third.address strong,
  .contacts .div-block-2.third.address .bold-text-5,
  .contacts .div-block-2.third.address address,
  .contacts .div-block-2.third.address p,
  .contacts .div-block-2.third.address .contatto {
    margin: 0 !important;
    padding: 0 !important;
    text-align: left !important;
  }

  /* Spazio sotto il titolo */
  .contacts .div-block-2.third.address .f-sub-heading-large.contacts2 {
    margin-bottom: 1rem !important;
  }
}
