/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
/**
 * Remove default margin.
 */
body {
  margin: 0;
}
/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}
/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}
/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}
/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}
/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}
/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}
/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}
/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}
/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}
/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}
/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}
/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}
/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}
/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}
/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. CUSTOM FOR WEBFLOW: Removed the input[type="submit"] selector to reduce
 *    specificity and defer to the .w-button selector
 */
button,
html input[type="button"],
input[type="reset"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}
/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}
/**
 * 1. CUSTOM FOR WEBFLOW: changed from `textfield` to `none` to normalize iOS rounded input
 * 2. CUSTOM FOR WEBFLOW: box-sizing: content-box rule removed
 *    (similar to normalize.css >=4.0.0)
 */
input[type='search'] {
  -webkit-appearance: none;
  /* 1 */
}
/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}
/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}
/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}
/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}


/* ===== Webflow Components ===== */

@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;
}
.w-code-component > * {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}


/* ===== LEVION Ready Styles ===== */

:root {
  --primary: #2A6B44;
  --accent: #4CAF80;
  --white: #FFFFFF;
  --gold: #C9A96E;
  --bg: #F8F9F7;
  --surface: #FFFFFF;
  --sand-light: #F2F5F0;
  --accent-soft: #E8F5E9;
  --sky-light: #ECF4F0;
  --bg-elevated: #FFFFFF;
  --border: #E2E8E0;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: var(--text);
  font-family: var(--font-main);
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

h1 {
  letter-spacing: -.015em;
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 50px;
  font-weight: 600;
  line-height: 60px;
}

h2 {
  color: var(--primary);
  letter-spacing: -.025em;
  margin-top: 30px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 600;
  line-height: 1.2em;
}

h3 {
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 30px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
}

p {
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 1.65em;
}

a {
  color: var(--accent);
  text-underline-offset: 2px;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  font-weight: 500;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

ol {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
}

li {
  padding-bottom: 8px;
  font-size: 16px;
}

img {
  height: 100%;
  display: inline-block;
}

.primary-cta {
  background-color: var(--primary);
  color: #ffffff;
  text-align: center;
  letter-spacing: .1em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 14px 50px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  transition: box-shadow .2s, transform .2s;
  position: relative;
}

.primary-cta:hover {
  transform: translate(0, -4px);
  box-shadow: 0 10px 22px rgba(42,107,68,0.25);
}

@keyframes glowPulse {
  0%, 100% { box-shadow: 0 0 0 0 rgba(42,107,68,0.35); }
  50% { box-shadow: 0 0 20px 4px rgba(42,107,68,0.15); }
}

@media (prefers-reduced-motion: no-preference) {
  .primary-cta:not(.stroke-style) {
    animation: glowPulse 3s ease-in-out infinite;
  }
}

.primary-cta:hover:not(.stroke-style) {
  animation: none;
  box-shadow: 0 10px 22px rgba(42,107,68,0.25);
}

.primary-cta.green {
  background-color: var(--primary);
}

.primary-cta.nav {
  padding-left: 30px;
  padding-right: 30px;
}

.primary-cta.mobile-nav-cta {
  display: none;
  padding: 10px 18px;
  font-size: 11px;
  letter-spacing: 0.08em;
}

.primary-cta.questions {
  width: 100%;
  margin-top: 20px;
  padding-top: 22px;
  padding-bottom: 22px;
}

.primary-cta.stroke-style {
  border: 1px solid var(--primary);
  color: var(--primary);
  background-color: transparent;
  transition: background-color .4s, box-shadow .2s, transform .2s;
}

.primary-cta.stroke-style:hover {
  background-color: var(--primary);
  color: #ffffff;
}

.primary-cta.gold {
  background-image: none;
  background-color: var(--primary);
}

.medvi-header-logo {
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  max-width: 140px;
  padding-left: 0;
}

.medvi-header-logo.footer-placement {
  padding-left: 0;
}

.image.checkmark {
  background-color: var(--gold);
  border-radius: 1000px;
  min-height: 22px;
  max-height: 22px;
  margin-right: 12px;
}

.image.checkmark.faded-review {
  background-color: var(--primary);
  opacity: .57;
  margin-bottom: 0;
}

.image.checkmark.verified-customer-title {
  background-color: var(--accent);
  margin-bottom: 0;
}

.image.home-v1-hero {
  object-fit: cover;
  object-position: 40% 50%;
  width: 100%;
}

.list-item-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  gap: 10px;
}

.list-grid {
  grid-column-gap: 20px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  margin-top: 30px;
  margin-bottom: 30px;
}

.list-grid.hero-checklist {
  max-width: 450px;
  margin-left: auto;
  margin-right: auto;
}

.list-grid.change-checklist {
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-preheader {
  font-size: 20px;
}

.text-span {
  font-weight: 700;
}

.hero-block {
  text-align: center;
  margin-top: 50px;
}

.semi-bold {
  font-weight: 600;
}

.photo-grid {
  grid-template-rows: 150px 241px 300px;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row dense;
  place-items: start stretch;
}

.photo-grid-item {
  background-color: var(--bg);
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s ease;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  will-change: transform, opacity;
}

.photo-grid-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Staggered reveal delays for hero grid */
.photo-grid-item:nth-child(1) { --reveal-delay: 0ms; }
.photo-grid-item:nth-child(2) { --reveal-delay: 80ms; }
.photo-grid-item:nth-child(3) { --reveal-delay: 160ms; }
.photo-grid-item:nth-child(4) { --reveal-delay: 40ms; }
.photo-grid-item:nth-child(5) { --reveal-delay: 120ms; }
.photo-grid-item:nth-child(6) { --reveal-delay: 200ms; }
.photo-grid-item:nth-child(7) { --reveal-delay: 100ms; }
.photo-grid-item:nth-child(8) { --reveal-delay: 180ms; }

.photo-grid-item {
  transition-delay: var(--reveal-delay, 0ms);
}

/* Gold shimmer sweep on reveal */
.photo-grid-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(201, 169, 110, 0.12) 44%,
    rgba(201, 169, 110, 0.28) 50%,
    rgba(201, 169, 110, 0.12) 56%,
    transparent 62%
  );
  transform: translateX(-100%);
  pointer-events: none;
  opacity: 0;
}

.photo-grid-item.is-visible::after {
  animation: shimmer-gold 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--reveal-delay, 0ms);
  opacity: 1;
}

/* Hover: depth + zoom */
.photo-grid-item:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
  z-index: 2;
}

.photo-grid-item .hero-photo {
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
              filter 0.5s ease;
  will-change: transform;
}

.photo-grid-item:hover .hero-photo {
  transform: scale(1.07);
  filter: brightness(1.04) saturate(1.08);
}

.photo-grid-item.photo-7 {
  max-height: 200px;
}

.photo-grid-item.photo-3 {
  max-height: 424px;
}

.photo-grid-item.photo-4 {
  height: 550px;
}

.hero---photo-grid {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1248px;
  margin-top: -100px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.hero-photo {
  vertical-align: middle;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section---hero {
  background-image: linear-gradient(#ebf1ed, #fff);
  flex-flow: column;
  align-items: center;
  padding-top: 46px;
  padding-bottom: 80px;
  overflow: hidden;
}

.announcements {
  z-index: 101;
  background-color: var(--primary);
  color: #fff;
  text-align: center;
  width: 100%;
  padding: 12px 30px;
  font-size: 16px;
  line-height: 24px;
  position: relative;
  overflow: hidden;
  font-family: var(--font-main);
}

.top-bar-small-padding {
  width: 100%;
}

.top-bar-text {
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  letter-spacing: 0.02em;
}

.evergreen {
  color: var(--primary);
}

.section-titles .evergreen {
  color: var(--primary);
}

.announcements .evergreen {
  font-weight: 700;
  color: var(--gold);
}

.heading {
  margin-left: auto;
  margin-right: auto;
  font-weight: 500;
}

.list-item-text {
  text-align: left;
}

.list-item-text.large {
  font-size: 16px;
  font-weight: 600;
}

.slide-wrap {
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
  align-items: center;
  width: 5000px;
  margin-left: -20px;
  margin-right: -20px;
  padding: 50px 40px;
  display: flex;
}

.logo-img._50-r-m {
  max-width: 200px;
  max-height: 25px;
  margin-right: 70px;
}

.slider-grouping {
  display: flex;
}

.section---logo-slider {
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.intro-inline {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-inline.stack {
  padding-left: 0;
  padding-right: 0;
}

.intro-inline.stack.invert.support {
  flex-flow: row-reverse;
}

.logo-image {
  min-width: 70px;
  max-width: 125px;
  height: auto;
}

.navbar_hamburger {
  z-index: 101;
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
  position: relative;
}

.navbar-wrapper {
  z-index: 99;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.navbar_hamburger-line {
  background-color: #fff;
  width: 100%;
  height: 2px;
}

.navbar_hamburger-line._1, .navbar_hamburger-line._2 {
  background-color: var(--primary);
}

.header-ctas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  max-width: none;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.blackout {
  z-index: 80;
  background-color: #000;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.sidebar-dropdown-link {
  color: var(--primary);
  border-left: 4px solid #0000;
  border-radius: 4px;
  padding: 14px 14px 14px 11px;
  font-size: 14px;
  line-height: 1em;
  transition: border-color .3s, background-color .3s, color .3s;
  overflow: hidden;
}

.sidebar-dropdown-link:hover {
  background-color: var(--surface);
}

.sidebar-dropdown-link.w--current {
  color: #fff;
  background-color: #212c4d;
  border-left-color: #6c72ff;
}

.dashdark-custom-icon {
  font-weight: 400;
}

.dashdark-custom-icon.sidebar-link-icon {
  margin-right: 6px;
  font-size: 14px;
  line-height: 1em;
  display: none;
}

.cta-wrapper {
  flex-direction: column;
  display: flex;
}

.sidebar-dropdown-list-wrapper {
  background-color: #0000;
  margin-top: 8px;
  margin-bottom: 4px;
  position: static;
}

.menu-divider {
  background-color: var(--primary);
  opacity: .05;
  align-self: center;
  width: 100%;
  min-height: 4px;
  max-height: 4px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.dropdown-wrapper {
  z-index: 500;
}

.dropdown-wrapper.sidebar-dropdown {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-left: 28px;
  padding-right: 28px;
  display: none;
}

.slideout-menu {
  z-index: 100;
  grid-row-gap: 4px;
  background-color: #ffffff;
  overscroll-behavior: none;
  border-radius: 20px 0 0 20px;
  flex-direction: column;
  width: 400px;
  padding-bottom: 20px;
  position: fixed;
  inset: 20px 0 20px auto;
  overflow: auto;
  box-shadow: 0 0 80px 20px #0000004d;
}

.slideout-menu.initial-state {
  margin-right: -400px;
  display: none;
}

.in-nav-text-link {
  font-size: 16px;
  font-weight: 500;
  line-height: 1.143em;
}

.in-nav-text-link.sidebar-dropdown-text {
  font-size: 16px;
  font-weight: 500;
}

.in-nav-text-link.small {
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
}

.dropdown-toggle {
  align-items: center;
  padding: 0;
  transition: color .3s;
  display: flex;
}

.dropdown-toggle:hover {
  color: #6c72ff;
}

.dropdown-toggle.sidebar-dropdown {
  grid-column-gap: 20px;
  border-radius: 6px;
  justify-content: space-between;
  width: 100%;
  padding-top: 14px;
  padding-bottom: 14px;
  padding-right: 12px;
}

.dropdown-toggle.sidebar-dropdown:hover {
  opacity: .75;
  color: var(--primary);
}

.dropdown-toggle.sidebar-dropdown.w--open {
  color: #6c72ff;
}

.cta-section {
  margin-top: 30px;
  margin-bottom: 20px;
  padding-left: 28px;
  padding-right: 28px;
}

.flex {
  display: flex;
}

.navigation {
  z-index: 0;
  max-width: 1070px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.right-arrow-icn {
  height: 32px;
  padding: 10px 12px;
}

.anchor-links {
  color: var(--primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 8px 18px 8px 28px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.anchor-links:hover {
  opacity: .5;
  color: var(--primary);
}

.menu-logo {
  width: 100%;
  max-width: 80px;
  height: auto;
}

.product-item {
  background-color: var(--surface);
  color: var(--primary);
  border-radius: 20px;
  width: 200px;
  height: 200px;
  margin-right: 10px;
  text-decoration: none;
}

.product-item.sand-bg {
  background-color: var(--sand-light);
}

.product-item.mint-bg {
  background-color: var(--bg);
}

.product-item.evergreen-bg {
  background-color: var(--accent-soft);
}

.product-item.sky-bg {
  background-color: var(--sky-light);
}

.product-item.new-stone-bg {
  background-color: #eeece7;
}

.product-item.new-sand-bg {
  background-color: #f1ecdf;
}

.product-card {
  z-index: 1;
  height: 100%;
  padding: 14px;
  position: relative;
}

.product-img {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-image {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 200px;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}

.product-name {
  text-align: center;
  font-size: 14px;
  font-weight: 600;
}

.product-tag {
  background-color: #ffffff;
  text-align: left;
  border-radius: 50px;
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 500;
  display: inline-block;
  position: absolute;
  left: 14px;
}

.product-tag.rx {
  background-color: #ffffff;
}

.product-tag.popular {
  background-color: #a9ffcb;
}

.product-tag.large {
  font-size: 14px;
  display: none;
}

.product-tag.large.popular {
  display: none;
}

.in-nav-pill-bottle {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.product-price {
  text-align: center;
  font-size: 12px;
  font-weight: 500;
}

.product-price.wood {
  color: var(--gold);
}

.product-price.gray {
  opacity: .5;
}

.menu-header {
  z-index: 5;
  background-color: #ffffff;
  justify-content: space-between;
  align-items: center;
  min-height: 72px;
  margin-bottom: 10px;
  padding: 20px 18px 20px 28px;
  transition: box-shadow .2s cubic-bezier(.455, .03, .515, .955), color .3s;
  display: flex;
  position: sticky;
  inset: 0% 0% auto;
  overflow: auto;
}

.menu-header.has-shadow {
  box-shadow: 0 0 20px #00000026;
}

.menu-links {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  overscroll-behavior: none;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
}

.menu-product-slider {
  scrollbar-width: none;
  width: auto;
  padding: 10px 18px 10px 28px;
  overflow: auto;
}

.product-slider-content {
  text-align: center;
  justify-content: space-between;
  align-items: stretch;
  padding-bottom: 20px;
}

.main-page-wrapper {
  overflow: hidden;
}

.hero---content {
  z-index: 5;
  padding-left: 30px;
  padding-right: 30px;
  position: relative;
}

.left-fade-out {
  z-index: 5;
  background-image: linear-gradient(90deg, #fff, #fff0);
  width: 200px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-fade-out {
  z-index: 5;
  background-image: linear-gradient(90deg, #fff0, #fff);
  width: 200px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-titles {
  color: #1A1A1A;
}
.section-titles.center {
  text-align: center;
}

.section-titles.inline {
  max-width: 450px;
  margin-right: 60px;
}

.section-titles.inline.gurantee-title {
  margin-top: 10px;
}

.section---product-slider {
  margin-top: 80px;
  margin-bottom: 80px;
}

.section {
  margin-top: -56px;
  padding-top: 206px;
  position: relative;
}

.section.no-padding {
  padding-top: 56px;
}

.section.weight-slider {
  padding-top: 156px;
}

.section.lksdj {
  padding-bottom: 200px;
}

.section.guarantee-section {
  padding-top: 20px;
}

.section.no-margins-paddings {
  margin-top: 0;
  padding-top: 0;
}

.section.last-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

.intro-text-container {
  max-width: 1248px;
  padding-left: 30px;
  padding-right: 30px;
}

.product-slider {
  scrollbar-width: none;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  margin-top: 40px;
  display: flex;
  overflow: auto;
}

.slider-cards {
  grid-column-gap: 20px;
  scrollbar-width: none;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 1790px;
  padding-top: 30px;
  padding-left: 30px;
  padding-right: 30px;
  display: inline-flex;
  overflow: auto;
}

.card {
  background-color: var(--surface);
  color: var(--primary);
  border-radius: 40px;
  width: 376px;
  min-width: 330px;
  height: 100%;
  text-decoration: none;
  position: relative;
}

.card.sand-bg {
  background-color: #f1ecdf;
}

.card.mint-bg {
  background-color: var(--bg);
}

.card.mint-bg:hover {
  transform: rotate(0);
}

.card.evergreen-bg {
  background-color: var(--accent-soft);
}

.card.sky-bg {
  background-color: var(--sky-light);
}

.card.dark-sand-bg {
  background-color: #eeece7;
}

.product-slider-image {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 370px;
  margin: -30px auto 12px;
  padding-top: 0;
  padding-bottom: 10px;
  display: block;
}

.product-slider-name {
  text-align: center;
  padding-top: 8px;
  padding-bottom: 14px;
  font-size: 22px;
  font-weight: 600;
}

.product-slider-price {
  text-align: center;
  font-size: 14px;
  font-weight: 500;
}

.product-slider-price.wood {
  color: var(--gold);
}

.smoke-bg {
  background-color: var(--surface);
  border-bottom-right-radius: 40px;
  border-bottom-left-radius: 40px;
  height: 55%;
  position: absolute;
  inset: auto 0% 0%;
}

.product-slider-description {
  text-align: center;
  font-size: 14px;
  font-weight: 400;
}

.slider-card-padding {
  z-index: 1;
  flex-flow: column;
  padding: 14px 30px 40px;
  position: relative;
}

.secondary-cta {
  border: 1px solid var(--primary);
  color: var(--primary);
  text-align: center;
  letter-spacing: .15em;
  text-transform: uppercase;
  border-radius: 50px;
  padding: 14px 30px;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.secondary-cta.green {
  background-color: var(--primary);
  color: #ffffff;
}

.section-paragraph {
  margin-bottom: 0;
  font-size: 14px;
}

.section-paragraph.stacked, .section-paragraph.stacked-with-button {
  margin-top: 10px;
  margin-bottom: 20px;
}

.section-paragraph.doctors-info {
  color: #bbb;
  line-height: 1.4em;
}

.section-paragraph.weight-lost {
  margin-bottom: 16px;
  line-height: 1.4em;
}

.section-paragraph.doctors-text {
  line-height: 1.4em;
}

.text-span-2 {
  display: inline-block;
}

.slider-container {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: 280px;
  display: inline-flex;
  overflow: auto;
}

.weight-loss {
  letter-spacing: -2px;
  font-size: 84px;
  font-weight: 600;
  line-height: 1;
  color: var(--text);
}

.kg {
  font-size: 22px;
  font-weight: 400;
  color: var(--text-muted);
  padding-left: 8px;
  align-self: center;
}

.calculator-wrap {
  flex-direction: column;
  display: flex;
}

.fixed-price-div {
  display: flex;
}

.lbs {
  align-self: center;
  padding-left: 10px;
  font-size: 26px;
  font-weight: 400;
}

.current-weight {
  letter-spacing: -1px;
  font-size: 56px;
  font-weight: 400;
  line-height: 1;
  color: var(--text);
}

.calculator-tab {
  background-color: #F5F3EF;
  border-radius: 36px;
  width: 100%;
  padding: 48px 48px 40px;
}

.html-embed {
  color: #7bf4e0;
}

.slider-wrap {
  flex-direction: column;
  align-items: center;
  padding-top: 18px;
}

.calculator-box {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.detail-flex {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.detail-flex.v2 {
  margin-top: 28px;
}

.rs-tag {
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4;
  color: var(--text-muted);
}

.intro-stack {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 65%;
  max-width: 460px;
  margin-left: 0;
  margin-right: 60px;
  display: flex;
}

.intro-stack.right {
  margin-right: 0;
}

.intro-stack.sticky {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  position: sticky;
}

.intro-stack.sticky.asdf {
  position: sticky;
}

.menu {
  position: relative;
}

.scattered-reviews-wrapper {
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.container {
  max-width: 1248px;
}

.container.center {
  text-align: center;
}

.review-bottle {
  width: 520px;
  height: auto;
  max-width: none;
  filter: drop-shadow(0 16px 32px rgba(26,26,26,0.10));
}

.xl-stars {
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block {
  width: auto;
  font-size: 50px;
  font-weight: 500;
  line-height: 60px;
}

.trusted-reviews-label {
  font-weight: 600;
}

.scattered-quotes {
  opacity: .13;
  width: 1250px;
  height: 670px;
  margin-top: -70px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.bottle-image {
  z-index: 5;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
  overflow: visible;
  transform: rotate(-7deg);
  will-change: transform;
}

.verified-customer-tag {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.faded-quote {
  text-align: right;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

/* Left side — 3 quotes */
.faded-quote._1 {
  text-align: left;
  position: absolute;
  inset: -20% 0% 0% -24%;
}
.faded-quote._1 .verified-customer-tag { align-items: flex-start; text-align: left; }

.faded-quote._2 {
  text-align: left;
  position: absolute;
  inset: 12% 0% 0% -30%;
}
.faded-quote._2 .verified-customer-tag { align-items: flex-start; text-align: left; }

.faded-quote._3 {
  text-align: left;
  position: absolute;
  inset: 32% 0% 0% -18%;
}
.faded-quote._3 .verified-customer-tag { align-items: flex-start; text-align: left; }

/* Right side — 3 quotes */
.faded-quote._4 {
  text-align: right;
  position: absolute;
  inset: -16% 0% 0% 20%;
}
.faded-quote._4 .verified-customer-tag { align-items: flex-end; text-align: right; }

.faded-quote._5 {
  text-align: right;
  width: 60%;
  position: absolute;
  inset: 8% 0% 0% 50%;
}
.faded-quote._5 .verified-customer-tag { align-items: flex-end; text-align: right; }

.faded-quote._6 {
  text-align: right;
  position: absolute;
  inset: 32% 0% 0% 22%;
}
.faded-quote._6 .verified-customer-tag { align-items: flex-end; text-align: right; }

.faded-review {
  max-width: 300px;
  margin-bottom: 10px;
  font-size: 22px;
  font-weight: 600;
  line-height: 28px;
}

.faded-review.long {
  max-width: 500px;
}

.parallax-reviews {
  width: 1200px;
  height: 670px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.big-review {
  flex-flow: column;
  align-items: center;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.verified-customer-tag---large {
  text-align: right;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  margin-bottom: 20px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.div-block-2 {
  width: 1170px;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.parallax-reviews {
  width: 1200px;
  height: 670px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: visible;
}

.intro-stacked {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-stacked.stack {
  padding-left: 0;
  padding-right: 0;
}

.change---photo-grid {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1248px;
  margin-top: 50px;
  display: flex;
  overflow: visible;
}

.change-photo-grid {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(3, 1fr);
  height: 520px;
}

.change-photo-grid-item {
  border-radius: 32px;
  height: 100%;
  overflow: hidden;
  position: relative;
  opacity: 0;
  transform: translateY(40px) scale(0.96);
  transition: opacity 0.85s cubic-bezier(0.22, 1, 0.36, 1),
              transform 0.95s cubic-bezier(0.22, 1, 0.36, 1),
              box-shadow 0.5s ease;
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
  will-change: transform, opacity;
}

.change-photo-grid-item.is-visible {
  opacity: 1;
  transform: translateY(0) scale(1);
}

/* Staggered reveal delays */
.change-photo-grid-item._1 { --reveal-delay: 0ms; grid-column: 1; grid-row: 1; }
.change-photo-grid-item._2 { --reveal-delay: 100ms; grid-column: 2; grid-row: 1 / 3; }
.change-photo-grid-item._3 { --reveal-delay: 180ms; grid-column: 3; grid-row: 1 / 4; }
.change-photo-grid-item._4 { --reveal-delay: 60ms; grid-column: 4; grid-row: 1; }
.change-photo-grid-item._5 { --reveal-delay: 140ms; grid-column: 1; grid-row: 2 / 4; }
.change-photo-grid-item._6 { --reveal-delay: 220ms; grid-column: 2; grid-row: 3; }
.change-photo-grid-item._7 { --reveal-delay: 120ms; grid-column: 4; grid-row: 2 / 4; }

.change-photo-grid-item._1,
.change-photo-grid-item._2,
.change-photo-grid-item._3,
.change-photo-grid-item._4,
.change-photo-grid-item._5,
.change-photo-grid-item._6,
.change-photo-grid-item._7 {
  transition-delay: var(--reveal-delay, 0ms);
}

/* Gold shimmer sweep on reveal */
.change-photo-grid-item::after {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(
    105deg,
    transparent 38%,
    rgba(201, 169, 110, 0.12) 44%,
    rgba(201, 169, 110, 0.28) 50%,
    rgba(201, 169, 110, 0.12) 56%,
    transparent 62%
  );
  transform: translateX(-100%);
  pointer-events: none;
  opacity: 0;
}

.change-photo-grid-item.is-visible::after {
  animation: shimmer-gold 1.4s cubic-bezier(0.22, 1, 0.36, 1) forwards;
  animation-delay: var(--reveal-delay, 0ms);
  opacity: 1;
}

@keyframes shimmer-gold {
  0% { transform: translateX(-100%); }
  100% { transform: translateX(100%); }
}

/* Hover: depth + zoom */
.change-photo-grid-item:hover {
  box-shadow: 0 16px 48px rgba(0, 0, 0, 0.14);
  z-index: 2;
}

.change-photo-grid-item .hero-photo {
  transition: transform 0.75s cubic-bezier(0.22, 1, 0.36, 1),
              filter 0.5s ease;
  will-change: transform;
}

.change-photo-grid-item:hover .hero-photo {
  transform: scale(1.07);
  filter: brightness(1.04) saturate(1.08);
}

/* Mobile Change Collage — Task 38 */
.mobile-change-collage {
  display: none;
}

@media (max-width: 991px) {
  .change---photo-grid .change-photo-grid {
    display: none !important;
  }

  .mobile-change-collage {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 14px;
    width: 100%;
    max-width: 1248px;
    margin: 50px auto 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .mobile-change-collage-item {
    border-radius: 20px;
    overflow: hidden;
    aspect-ratio: 3 / 4;
  }

  .mobile-change-collage-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 20px;
  }

  .mobile-change-collage-item:nth-child(2),
  .mobile-change-collage-item:nth-child(4) {
    margin-top: 14px;
  }
}

.bullet-points {
  justify-content: space-between;
  align-items: stretch;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
}

.bullet-point-item {
  gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.checkmark-icon {
  flex-shrink: 0;
}

.checklist-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 16px;
}

.checklist-disclaimer {
  text-align: center;
  font-family: var(--font-main);
  font-size: 0.75rem;
  color: var(--text-faint);
  margin: 0 0 40px;
}

.question-container {
  background-color: var(--bg-elevated);
  border-radius: 50px;
  padding: 80px 60px;
}

.question-container.wide {
  max-width: 1500px;
}

.question-container.brown-stone-bg {
  background-color: var(--bg-elevated);
}

.twin-photos {
  grid-template-rows: auto;
  width: 980px;
  height: 400px;
  margin-right: 60px;
}

.twin-photos.support {
  margin-left: 60px;
  margin-right: 0;
}

/* Coaching video — same size as metabolism video, shifted right */
.twin-photos.support .metabolism.left-drop {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 3 / 4;
  height: auto;
  margin-left: auto;
  margin-right: 20px;
  margin-top: 0;
}

.twin-photos.support .metabolism.left-drop video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.twin-photos .metabolism {
  border-radius: 36px;
}

.metabolism {
  background-color: var(--sand-light);
  border-radius: 20px;
  height: 100%;
  overflow: hidden;
}

.metabolism.photo-7 {
  max-height: 200px;
}

.metabolism.photo-3 {
  max-height: 424px;
}

.metabolism.photo-4 {
  height: 550px;
}

.metabolism.left-drop {
  margin-top: 20px;
}

.metabolism.right-lift {
  margin-top: -20px;
}

/* Single video in metabolism section — portrait 3:4 format, same as coaching cards */
.twin-photos:not(.support) .metabolism.left-drop {
  grid-column: 1 / -1;
  width: 100%;
  max-width: 380px;
  aspect-ratio: 3 / 4;
  height: auto;
  margin-left: auto;
  margin-right: 40px;
  margin-top: 0;
  border-radius: 36px;
}

.twin-photos:not(.support) .metabolism.left-drop video {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: inherit;
}

.margin-30s {
  margin-left: 30px;
  margin-right: 30px;
}

.container---numbers {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1248px;
  margin-top: 50px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.card---numbers {
  background-color: var(--bg);
  text-align: center;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 50px 30px;
  display: flex;
}

.grid---numbers {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  max-height: 235px;
}

.the-numbers {
  font-size: 60px;
  font-weight: 700;
  line-height: 1.1em;
}

.the-data {
  margin-top: 10px;
  font-size: 16px;
  font-weight: 600;
  line-height: 19px;
}

.evergreen---thin {
  color: var(--accent);
  font-weight: 400;
}

.journey-container {
  max-width: 1380px;
  padding-bottom: 50px;
  padding-left: 30px;
  padding-right: 30px;
}

.progress-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 564px;
  display: flex;
  position: relative;
}

.progress-dot {
  z-index: 3;
  background-color: #fff;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 38px;
  height: 38px;
  display: flex;
  position: relative;
}

.journey-content {
  max-width: 470px;
}

.step {
  justify-content: flex-end;
  margin-top: 2px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.step.last {
  padding-bottom: 0;
}

.journey-image {
  aspect-ratio: auto;
  object-fit: contain;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  max-height: 340px;
  display: flex;
  overflow: hidden;
}

.intro-inline-2 {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.intro-inline-2.stack {
  background-color: #fff;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.progress-dot-inner {
  opacity: 1;
  background-color: #ccc;
  border-radius: 25px;
  width: 14px;
  height: 14px;
  transition: background-color 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.step.is-active .progress-dot-inner {
  background-color: var(--accent);
  transform: scale(1.25);
}

/* Weicher Gesamt-Glow auf allen 3 Journey-Schritten */
@keyframes softGlow {
  0%, 100% {
    box-shadow: 0 0 6px 2px rgba(74, 175, 128, 0.25),
                0 0 18px 6px rgba(74, 175, 128, 0.08);
  }
  50% {
    box-shadow: 0 0 12px 4px rgba(74, 175, 128, 0.45),
                0 0 32px 12px rgba(74, 175, 128, 0.18);
  }
}
.step .progress-dot {
  animation: softGlow 2.5s ease-in-out infinite;
}

/* Journey image object-position fixes */
.journey-image .hero-photo {
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1), filter 0.5s ease;
}

/* Step 2 image: ensure face/head is visible */
.step:nth-child(2) .journey-image .hero-photo {
  object-position: center 60%;
}

/* Parallax float for journey images */
.journey-image {
  transition: transform 0.1s linear;
  will-change: transform;
}

.step.is-active .journey-image .hero-photo {
  transform: scale(1.03);
  filter: brightness(1.02) saturate(1.05);
}

.progress-bar {
  z-index: 2;
  background-color: var(--accent);
  opacity: 1;
  transform-origin: 50% 0;
  mix-blend-mode: normal;
  width: 2px;
  height: 98%;
  display: none;
  position: absolute;
  inset: 25px auto 0% 18px;
}

.progress-track {
  background-color: #e5e5e5;
  width: 2px;
  height: 98%;
  position: relative;
  top: 6px;
  overflow: hidden;
}

.progress-fadeout {
  z-index: 10;
  background-image: linear-gradient(#fff0, #fff 58%);
  width: 8px;
  height: 200px;
  margin-bottom: -20px;
  margin-left: -3px;
  position: absolute;
  inset: auto 0% 0%;
}

.progress-bar-container {
  margin-right: 60px;
}

.progress-bar-2 {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--accent);
  opacity: 1;
  transform-origin: 50% 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 10px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
}

.div-block-5 {
  position: relative;
  z-index: 2;
}

.progress-wrap {
  height: 100%;
  position: absolute;
  inset: 20px 0% auto 18px;
}

.track-test {
  height: 1000px;
  position: relative;
}

.mask {
  z-index: 10;
  width: 100%;
  height: 50%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.progress-fadeout-single {
  z-index: 10;
  background-image: linear-gradient(#fff0, #fff 58%);
  width: 8px;
  height: 200px;
  margin-bottom: -11px;
  margin-left: 13px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.reviews-container {
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.review-card {
  background-color: #E8F5E9;
  border-radius: 36px;
  flex-flow: column;
  width: 380px;
  max-width: 380px;
  min-height: 280px;
  height: auto;
  margin-right: 16px;
  padding: 28px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.review-card.smoke-bg {
  background-color: #F2F5F0;
}

.review-name {
  font-size: 16px;
  font-weight: 600;
}

.review-weight-lost {
  font-size: 12px;
}

.review-top {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.review-avatar {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  overflow: hidden;
}

.review-left-split {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  display: flex;
}

.review-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
  border-radius: inherit;
}

.images {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.reviews-grid {
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.review-slider {
  align-items: stretch;
  display: flex;
}

.review-slider.slider-2 {
  margin-top: 20px;
}

.image-card {
  background-color: transparent;
  border-radius: 36px;
  flex-flow: column;
  width: 380px;
  max-width: 380px;
  height: 280px;
  margin-right: 16px;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.avatar-img {
  object-fit: cover;
  width: 100%;
}

.brix---text-center-3 {
  text-align: center;
}

.brix---color-neutral-808 {
  color: #6e7191;
}

.acordion-body {
  width: 100%;
  overflow: hidden;
}

.accordion-icon-wrapper {
  justify-content: center;
  align-items: center;
  width: 38px;
  min-width: 38px;
  height: 38px;
  min-height: 38px;
  display: flex;
}

.accordion-title {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
}

.brix---section-3 {
  color: #fff;
  padding-top: 176px;
  padding-bottom: 176px;
}

.accordion-btn-vertical-line-v2 {
  background-color: var(--primary);
  border-radius: 20px;
  width: 2px;
  height: 20px;
  position: absolute;
}

.grid-1-column-gap-row-0 {
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brix---inner-container-574px---center-3 {
  max-width: 574px;
  margin-left: auto;
  margin-right: auto;
}

.accordion-item-wrapper {
  box-shadow: none;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #ddd;
  border-left: 0 solid #eff0f6;
  border-right: 0 solid #eff0f6;
  border-radius: 0;
  justify-content: space-between;
  width: 100%;
  margin-bottom: -1px;
  padding: 40px 0;
  transition: transform .3s;
  display: flex;
}

.accordion-item-wrapper:hover {
  transform: translate(8px);
}

.accordion-item-wrapper.first-no-line {
  border-top-style: none;
}

.inner-container {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
}

.brix---mg-bottom-16px-4 {
  margin-bottom: 16px;
}

.brix---mg-bottom-48px-3 {
  margin-bottom: 48px;
}

.accordion-btn-horizontal-line-v2 {
  background-color: var(--primary);
  border-radius: 20px;
  width: 20px;
  height: 2px;
  position: absolute;
}

.accordion-content-wrapper {
  flex-direction: column;
  justify-content: center;
  max-width: 730px;
  display: flex;
}

.paragraph-default-4 {
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 18px;
  line-height: 30px;
}

.brix---color-neutral-809 {
  color: #211f54;
}

.accordion-header {
  align-items: center;
  display: flex;
}

.brix---heading-h2-size-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.accordion-container {
  max-width: 800px;
  padding-left: 30px;
  padding-right: 30px;
}

.accordion-right-side {
  margin-left: 24px;
  margin-right: 0;
}

.accordion-spacer {
  min-height: 16px;
}

.questions {
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  flex-flow: column;
  width: 480px;
  margin: 50px auto 10px;
  display: flex;
}

.question-card {
  background-color: #ffffff;
  opacity: 1;
  border: 1px solid #cfcfcf;
  border-radius: 10px;
  width: 100%;
  padding: 26px 24px;
}

.question-card:hover {
  border-color: var(--primary);
}

.questions-text {
  font-size: 16px;
  font-weight: 600;
}

.question-links {
  color: var(--primary);
  font-weight: 400;
  text-decoration: none;
}

.metabolism-container {
  border-radius: 50px;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 140px;
  padding-bottom: 140px;
}

.metabolism-container.wide {
  max-width: 1500px;
}

.metabolism-container.brown-stone-bg {
  background-color: var(--bg-elevated);
  max-width: 1500px;
}

.metabolism-container.smoke-wide-bg, .metabolism-container.smoke-wide-bg-copy {
  background-color: var(--surface);
  max-width: 1500px;
}

.intro-text-container-copy {
  max-width: 1248px;
  padding-left: 30px;
  padding-right: 30px;
}

.div-block-6 {
  width: 50%;
}

.callout-features {
  max-width: 100%;
}

.features-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-left: -1px;
  margin-right: -1px;
}

.feature-block {
  background-color: #ffffff;
  border: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  margin-right: -1px;
  padding: 40px;
  display: flex;
}

.features-icon {
  width: auto;
  max-width: 48px;
  height: 38px;
  margin-right: 20px;
}

.footer-container {
  max-width: 1500px;
  padding: 80px 30px 60px;
}

.footer-header {
  z-index: 0;
  max-width: 100%;
  margin-bottom: 60px;
  display: flex;
  position: relative;
}

.footer-ctas {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.contact-block {
  background-color: var(--surface);
  border-radius: 50px;
  align-items: center;
  padding: 20px 30px;
  display: flex;
}

.footer-contact-icon {
  min-width: 26px;
  max-width: 26px;
  max-height: 26px;
  margin-right: 12px;
}

.legal-notes {
  grid-column-gap: 18px;
  grid-row-gap: 18px;
  flex-flow: column;
  display: flex;
}

.legal-title {
  font-weight: 600;
}

.footer-bottom {
  border-top: 1px solid #ddd;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  margin-top: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  text-align: center;
  gap: 0;
}

.footer-bottom .copyright {
  margin-bottom: 16px;
}

.footer-bottom .legal-links {
  display: flex;
  justify-content: center;
  gap: 24px;
  flex-wrap: wrap;
}

.footer-bottom .legal-links a {
  font-family: 'Sora', sans-serif;
  font-size: 0.875rem;
  color: #5A5A5A;
  text-decoration: none;
  transition: color 0.2s ease;
}

.footer-bottom .legal-links a:hover {
  color: #2A6B44;
}

.legal-links-container {
  display: flex;
}

.copyright {
  font-size: 12px;
  font-weight: 600;
}

.breaker-line {
  text-align: center;
  background-color: #ddd;
  width: 1px;
  margin-left: 14px;
  margin-right: 14px;
}

.image-5 {
  text-align: center;
  width: 140px;
  height: 120%;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.legal-link {
  color: var(--primary);
  border-right: 1px solid #ddd;
  padding-left: 14px;
  padding-right: 14px;
  font-weight: 400;
  text-decoration: none;
}

.legal-link.no-link-line {
  border-right-style: none;
  border-right-width: 0;
  padding-right: 0;
}

.footer-bottom-2 {
  border-top: 1px #ddd;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero---navigation {
  max-width: 100%;
  margin-top: 40px;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.hero---navigation:where(.w-variant-1f4547c0-0880-1b33-4055-e103840580bc) {
  z-index: 10;
  background-color: #ffffff;
  margin-top: 0;
  position: fixed;
  top: 0%;
}

.hero---navigation.fixed-nav {
  z-index: 10;
  background-color: #ffffff;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.hero---navigation.fixed {
  z-index: 10;
  background-color: #ffffff;
  margin-top: 0;
  position: fixed;
  top: 0%;
}

.company-links {
  color: var(--primary);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 8px 18px 8px 28px;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1em;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.company-links:hover {
  opacity: .5;
  color: var(--primary);
}

.doctors-slider {
  align-items: center;
  width: 3420px;
  margin-right: -20px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.doctors-slider.slider-2 {
  margin-top: 20px;
  margin-left: -2480px;
}

.doctors-slider.slider-1 {
  margin-left: -100px;
}

.doctors-card-del {
  background-color: var(--surface);
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-end;
  width: 400px;
  max-width: 400px;
  height: 400px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.doctors-card-del.smoke-bg {
  background-color: var(--surface);
}

.doctors-card-del.dr-ana {
  background-image: url('../images/Dr-Ana.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card-del.dr-david {
  background-image: url('../images/Dr-David.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card-del.dr-kelly {
  background-image: url('../images/Dr-Kelley.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card-del.dr-tzvi {
  background-image: url('../images/Dr-Tzvi.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card-del.melissa-c {
  background-image: url('../images/melissa.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card-del.sandra-k {
  background-image: url('../images/sandra_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card-del.michael-p {
  background-image: url('../images/michael.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-content-del {
  z-index: 1;
  color: #ffffff;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.doctors-name {
  margin-bottom: 8px;
  font-size: 24px;
  font-weight: 600;
}

.card-shadow {
  z-index: 0;
  opacity: .9;
  background-image: linear-gradient(#38312c03, #35281f 75%);
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 170px;
  position: absolute;
  inset: auto 0% 0;
}

.card-recoloring {
  z-index: 0;
  background-image: linear-gradient(90deg, #97ff8203, #d2ebcecf 0%, var(--accent));
  opacity: .9;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.results-stats {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  display: flex;
}

.weight-loss-statistics {
  border: 1px none var(--gold);
  opacity: 1;
  background-color: #c6a6731f;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 14px;
}

.results-content {
  z-index: 5;
  color: var(--primary);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -18px;
  display: flex;
  position: relative;
}

.results-card {
  border-radius: 50px;
  flex-flow: column;
  width: 420px;
  height: 100%;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.results-card.smoke-bg {
  background-color: var(--surface);
}

.results-card.dr-ana {
  background-image: url('../images/Dr-Ana.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.results-card.dr-david {
  background-image: url('../images/Dr-David.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.results-card.dr-kelly {
  background-image: url('../images/Dr-Kelley.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.results-card.dr-tzvi {
  background-image: url('../images/Dr-Tzvi.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.results-card.melissa-c {
  background-image: url('../images/melissa.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.results-card.sandra-k {
  background-image: url('../images/sandra_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.results-card.michael-p {
  background-image: url('../images/michael.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.doctors-card-copy {
  background-color: var(--surface);
  border-radius: 50px;
  flex-flow: column;
  justify-content: flex-end;
  width: 400px;
  max-width: 400px;
  height: 400px;
  margin-right: 20px;
  padding: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.doctors-card-copy.smoke-bg {
  background-color: var(--surface);
}

.doctors-card-copy.dr-ana {
  background-image: url('../images/Dr-Ana.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card-copy.dr-david {
  background-image: url('../images/Dr-David.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card-copy.dr-kelly {
  background-image: url('../images/Dr-Kelley.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card-copy.dr-tzvi {
  background-image: url('../images/Dr-Tzvi.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card-copy.melissa-c {
  background-image: url('../images/melissa.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card-copy.sandra-k {
  background-image: url('../images/sandra_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card-copy.michael-p {
  background-image: url('../images/michael.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.results-slider {
  align-items: center;
  width: 2700px;
  margin-left: -40px;
  padding-left: 40px;
  padding-right: 40px;
  display: flex;
}

.results-slider.slider-2 {
  margin-top: 20px;
  margin-left: -2480px;
}

.results-slider.slider-1 {
  margin-left: -100px;
}

.results-container {
  max-width: 1300px;
  padding-top: 80px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.pounds-lost {
  z-index: 5;
  background-color: var(--accent);
  vertical-align: middle;
  border: 1px solid #a8f0c2;
  border-radius: 20px;
  align-self: center;
  margin-bottom: 14px;
  padding: 6px 14px;
  display: inline-block;
  position: relative;
}

.pounds-lost-text {
  color: #ffffff;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
}

.results-clean-bg {
  z-index: 1;
  background-color: #f7f4f0;
  border-bottom-right-radius: 50px;
  border-bottom-left-radius: 50px;
  height: 153px;
  position: absolute;
  inset: auto 0% -80px;
}

.div-block-8 {
  background-color: var(--bg-elevated);
  text-align: center;
  margin-top: -30px;
  padding-bottom: 30px;
  padding-left: 40px;
  padding-right: 40px;
}

.results-photo {
  width: 100%;
}

.results-photo.sandra-k {
  background-image: url('../images/sandra_3.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.results-photo.sandra-k1 {
  background-image: url('../images/ba/12.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.results-photo.melissa-c {
  background-image: url('../images/melissa.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}
.results-photo.melissa-c1 {
  background-image: url('../images/ba/2.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}
.results-photo.melissa-c7 {
  background-image: url('../images/ba/7.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 400px;
}
.results-photo.michael-p {
  background-image: url('../images/michael.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}
.results-photo.michael-p1 {
  background-image: url('../images/ba/13.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.results-photo.dr-ana {
  background-image: url('../images/Dr-Ana.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}

.text-span-3 {
  padding-right: 3px;
}

.doctors-content {
  background-color: var(--surface);
  text-align: center;
  flex-flow: column;
  justify-content: center;
  min-height: 130px;
  padding: 30px 40px;
  display: flex;
}

.results-content-cop {
  z-index: 5;
  color: var(--primary);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: -18px;
  display: flex;
  position: relative;
}

.doctors-card {
  border-radius: 50px;
  flex-flow: column;
  max-width: 400px;
  height: 100%;
  margin-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.doctors-card.smoke-bg {
  background-color: var(--surface);
}

.doctors-card.dr-ana {
  background-image: url('../images/Dr-Ana.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card.dr-david {
  background-image: url('../images/Dr-David.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card.dr-kelly {
  background-image: url('../images/Dr-Kelley.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card.dr-tzvi {
  background-image: url('../images/Dr-Tzvi.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card.melissa-c {
  background-image: url('../images/melissa.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  display: none;
}

.doctors-card.sandra-k {
  background-image: url('../images/sandra_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
}

.doctors-card.michael-p {
  background-image: url('../images/michael.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-left: 30px;
  padding-right: 30px;
  display: none;
}

.doctors-photo {
  width: 100%;
  min-width: 400px;
}

.doctors-photo.sandra-k {
  background-image: url('../images/sandra_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.doctors-photo.melissa-c {
  background-image: url('../images/melissa.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.doctors-photo.michael-p {
  background-image: url('../images/michael.jpeg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 400px;
}

.doctors-photo.dr-ana {
  background-image: url('../images/Dr-Ana.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}

.doctors-photo.dr-david {
  background-image: url('../images/Dr-David.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}

.doctors-photo.dr-kelly {
  background-image: url('../images/Dr-Kelley_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}

.doctors-photo.dr-tzvi {
  background-image: url('../images/Dr-Tzvi_1.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 360px;
}

.doctors-container {
  max-width: 1770px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.button-primary {
  color: #fff;
  text-align: center;
  background-color: #25adb1;
  border-radius: 80px;
  padding: 16px 44px;
  font-weight: 400;
  line-height: 1.111em;
  transition: color .3s, transform .3s, box-shadow .3s, background-color .3s;
}

.button-primary:hover {
  color: #fbf9f8;
  background-color: #0f8083;
  transform: translate(0, -4px);
  box-shadow: 0 10px 22px #292c321a;
}

.home-v3-achievement-number {
  color: #1f2023;
  margin-bottom: 6px;
  font-size: 50px;
  font-weight: 800;
  line-height: 1.08em;
}

.home-v3-achievements-grid {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto auto auto;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.accent-text-primary-1 {
  color: #25adb1;
  font-weight: 400;
}

.subtitle {
  color: #bcaea8;
  letter-spacing: .1em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.125em;
}

.subtitle.home-v3-achievements {
  z-index: 1;
  text-align: center;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.home-v3-achievements-wrapper {
  text-align: center;
  position: relative;
}

.home-v3-achievement-text {
  font-size: 20px;
  font-weight: 700;
  line-height: 1.7em;
}

.section-2 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-2.bg-secondary-1.padding-120px {
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: hidden;
}

.bg {
  position: absolute;
}

.bg.home-v3-achievements-1 {
  top: -98px;
  left: -239px;
}

.bg.home-v3-achievements-2 {
  bottom: -93px;
  right: -229px;
}

.bg.about-v3-mission-shape {
  max-width: 318px;
  top: -338px;
  left: -195px;
}

.bg.guarantee-icn {
  opacity: .41;
  max-width: 150px;
  max-height: 150px;
  display: none;
  inset: -40% -12% auto auto;
}

.title {
  letter-spacing: -.025em;
  line-height: .9em;
}

.title.home-v3-achievements {
  z-index: 1;
  margin-bottom: 40px;
  position: relative;
}

.container-2 {
  z-index: 5;
  max-width: 1248px;
  margin-left: auto;
  margin-right: auto;
  padding: 0 30px;
  position: relative;
}

.preloader {
  z-index: 9000;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #fff;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader-wrapper {
  background-color: #d4d4d4;
  border-radius: 1000px;
  width: 160px;
  height: 4px;
  position: relative;
  overflow: hidden;
}

.loader {
  background-color: #000;
  position: absolute;
  inset: 0%;
}

.section_parallax {
  z-index: 1;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.layer-04 {
  z-index: 4;
  color: #3148c4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  line-height: 3rem;
  position: absolute;
  bottom: 385px;
}

.layer-03 {
  z-index: 3;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.layer-07 {
  z-index: 7;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.layer-06 {
  z-index: 6;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.icon {
  z-index: 2;
  color: #3148c4;
  text-align: center;
  text-decoration: none;
  position: relative;
}

.layer-08 {
  z-index: 8;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.parallax-wrapper {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  inset: 0;
  overflow: hidden;
}

.icon-bg {
  z-index: 1;
  opacity: .3;
  background-color: #3148c4;
  border-radius: 50%;
  font-size: 1.2rem;
  position: absolute;
  inset: 0%;
}

.layer-09 {
  z-index: 9;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.footer {
  z-index: 2;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-right: 4rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.layer-01 {
  z-index: 1;
  width: 100%;
  height: auto;
  position: relative;
}

.page_wrapper {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  font-size: 1rem;
  line-height: 1.5rem;
}

.container-social {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-link {
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  font-size: 1.2rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.layer-05 {
  z-index: 5;
  color: #3148c4;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6rem;
  font-weight: 900;
  line-height: 5rem;
  position: absolute;
  top: 395px;
}

.layer-02 {
  z-index: 2;
  width: 100%;
  height: auto;
  position: absolute;
  inset: 0%;
}

.logo-loader {
  margin-bottom: 30px;
}

.preloader-bottle {
  z-index: 5;
  justify-content: center;
  align-items: center;
  width: 26px;
  display: flex;
  position: relative;
  top: 0;
  overflow: hidden;
}

.preloader-logo {
  max-width: 160px;
  height: auto;
  margin-bottom: 30px;
}

.the-characters {
  color: var(--accent);
  padding-left: 3px;
  font-size: 60px;
  font-weight: 400;
  line-height: 1.1em;
  display: inline-block;
  margin-bottom: 4px;
}

.flex-block {
  justify-content: center;
}

.guarantee {
  background-color: var(--bg-elevated);
  background-image: linear-gradient(135deg, #fffaf0, #fff9f1);
  border: 3px solid #ffefd6;
  border-radius: 50px;
  max-width: 940px;
  margin-bottom: 0;
  padding: 60px 30px;
}

.guarantee.wide {
  max-width: 1500px;
}

.guarantee.brown-stone-bg {
  background-color: var(--bg-elevated);
  max-width: 1500px;
}

.guarantee.smoke-wide-bg, .guarantee.smoke-wide-bg-copy {
  background-color: var(--surface);
  max-width: 1500px;
}

.gaurantee-text {
  text-align: left;
  font-size: 14px;
}

.gaurantee-text.stacked, .gaurantee-text.stacked-with-button {
  margin-top: 10px;
  margin-bottom: 20px;
}

.gaurantee-text.doctors-info {
  color: #bbb;
  line-height: 1.4em;
}

.gaurantee-text.weight-lost {
  margin-bottom: 16px;
  line-height: 1.4em;
}

.gaurantee-text.doctors-text {
  line-height: 1.4em;
}

.guarantee-title {
  color: var(--primary);
  text-align: left;
  margin-top: 4px;
  margin-bottom: 4px;
  font-size: 24px;
  line-height: 1.1em;
}

.guarantee-title.center {
  text-align: center;
}

.guarantee-title.inline {
  max-width: 450px;
  margin-right: 60px;
}

.flex-block-2 {
  grid-column-gap: 57px;
  grid-row-gap: 57px;
  justify-content: center;
  align-items: center;
  max-width: 640px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.lottie-checkmark {
  max-width: 200px;
}

.guarantee-subtitle {
  color: var(--gold);
  text-align: left;
  margin-bottom: 0;
  font-size: 16px;
}

.guarantee-subtitle.center {
  text-align: center;
}

.guarantee-subtitle.inline {
  max-width: 450px;
  margin-right: 60px;
}

.guarantee-content {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.guarantee-content.stack {
  padding-left: 0;
  padding-right: 0;
}

.guarantee-content.stack.invert.support {
  flex-flow: row-reverse;
}

.image-6 {
  width: 100%;
}

.div-block-9 {
  max-width: 160px;
  position: absolute;
  inset: -48% -9% auto auto;
}

.div-block-11 {
  position: sticky;
  top: 0;
}

.progress-bar-copy {
  z-index: 2;
  background: linear-gradient(to bottom, var(--accent), #2E7D32);
  opacity: 1;
  mix-blend-mode: normal;
  width: 2px;
  height: 0%;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  will-change: height;
}

/* Active step text highlight */
.step.is-active h3 {
  color: var(--accent);
  transition: color 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.step.is-active .section-paragraph.stacked-with-button {
  opacity: 1;
  transform: translateX(4px);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.step .section-paragraph.stacked-with-button {
  opacity: 0.7;
  transform: translateX(0);
  transition: opacity 0.5s ease, transform 0.5s cubic-bezier(0.22, 1, 0.36, 1);
}

.top-header {
  flex-flow: column;
  align-items: center;
}

.legal-container {
  background-color: var(--surface);
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.legal-container.no-padding {
  padding-top: 56px;
}

.legal-container.weight-slider {
  padding-top: 156px;
}

.legal-container.lksdj {
  padding-bottom: 200px;
}

.legal-container.guarantee-section {
  padding-top: 20px;
}

.innerpage-navigation {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.innerpage-navigation:where(.w-variant-1f4547c0-0880-1b33-4055-e103840580bc) {
  z-index: 10;
  background-color: #ffffff;
  margin-top: -84px;
  position: fixed;
  top: 0%;
}

.innerpage-navigation.fixed-nav {
  z-index: 10;
  background-color: #ffffff;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.innerpage-navigation.fixed {
  z-index: 10;
  background-color: #ffffff;
  margin-top: -84px;
  position: fixed;
  top: 0%;
}

.center {
  text-align: center;
}

.center.legal-title {
  margin-bottom: 60px;
  font-size: 40px;
}

.legal-h3 {
  margin-top: 60px;
}

.innerpage-nav {
  max-width: 100%;
  padding-top: 20px;
  padding-bottom: 20px;
  position: relative;
  inset: 0% 0% auto;
}

.innerpage-nav:where(.w-variant-1f4547c0-0880-1b33-4055-e103840580bc) {
  z-index: 10;
  background-color: #ffffff;
  margin-top: -84px;
  position: fixed;
  top: 0%;
}

.innerpage-nav.fixed-nav {
  z-index: 10;
  background-color: #ffffff;
  margin-top: 0;
  position: fixed;
  inset: 0% 0% auto;
}

.innerpage-nav.fixed {
  z-index: 10;
  background-color: #ffffff;
  margin-top: -84px;
  position: fixed;
  top: 0%;
}

.legal-lists {
  margin-top: 20px;
}

.legal-heading {
  text-align: center;
  margin-bottom: 60px;
}

.legal-content {
  max-width: 1060px;
  padding-left: 30px;
  padding-right: 30px;
}

.right-fade-out-slider {
  z-index: 5;
  background-image: linear-gradient(90deg, #fff0, #fff);
  width: 200px;
  height: 100%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

@media screen and (max-width: 991px) {
  .primary-cta.dsko {
    display: none;
  }

  .primary-cta.questions {
    width: 100%;
  }

  .medvi-header-logo.footer-placement {
    align-self: flex-start;
  }

  .image.home-v1-hero {
    object-position: 50% 20%;
  }

  .hero-block {
    margin-top: 50px;
  }

  .photo-grid {
    width: 120%;
  }

  .intro-inline {
    flex-flow: row;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .intro-inline.stack {
    flex-flow: column;
    max-width: 100%;
  }

  .intro-inline.stack.invert {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: flex-start;
    align-items: center;
  }

  .intro-inline.stack.invert.support {
    flex-flow: column-reverse;
  }

  .dropdown-wrapper.sidebar-dropdown {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-toggle.sidebar-dropdown {
    padding-right: 0;
  }

  .cta-section {
    padding-left: 24px;
    padding-right: 24px;
  }

  .product-slider-content {
    padding-left: 0;
    padding-right: 0;
  }

  .left-fade-out, .right-fade-out {
    display: none;
  }

  .section-titles.center {
    text-align: center;
  }

  .section-titles.stacked {
    text-align: center;
    align-self: center;
  }

  .section-titles.inline {
    min-width: 280px;
    margin-right: 30px;
  }

  .section {
    padding-top: 116px;
  }

  .section.weight-slider {
    padding-top: 96px;
  }

  .section.last-section {
    padding-bottom: 116px;
  }

  .slider-cards {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
  }

  .section-paragraph.center {
    text-align: center;
  }

  .section-paragraph.stacked {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-paragraph.stacked-with-button {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .slider-container {
    padding-left: 0;
    padding-right: 0;
  }

  .calculator-tab {
    width: 100%;
    margin-top: 40px;
  }

  .intro-stack {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    width: auto;
    max-width: 100%;
    margin-left: 60px;
    margin-right: 60px;
    position: static;
  }

  .intro-stack.right {
    margin-left: 0;
  }

  .intro-stack.sticky {
    position: static;
  }

  .div-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    align-items: flex-start;
    display: flex;
  }

  .scattered-reviews-wrapper {
    flex-flow: row;
    justify-content: center;
    align-items: center;
  }

  .xl-stars {
    width: 260px;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block {
    font-size: 40px;
    line-height: 50px;
  }

  .faded-review {
    font-size: 20px;
    line-height: 26px;
  }

  .big-review {
    max-width: 770px;
  }

  .div-block-2 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 700px;
  }

  .div-block-3 {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 1200px;
    position: absolute;
    left: -111px;
  }

  .parallax-reviews {
    width: 100%;
  }

  .intro-stacked {
    flex-flow: row;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .intro-stacked.stack {
    flex-flow: column;
    max-width: 100%;
  }

  .change-photo-grid {
    width: 100%;
    height: 420px;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  .change-photo-grid-item {
    border-radius: 24px;
  }

  .bullet-points {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .checklist-grid {
    width: 90%;
  }

  .question-container {
    margin-top: 30px;
  }

  .twin-photos {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .twin-photos.support {
    margin-left: auto;
    margin-right: auto;
  }

  .twin-photos .metabolism {
    border-radius: 28px;
  }

  .metabolism.left-drop {
    margin-top: -20px;
  }

  .metabolism.right-lift {
    margin-top: 20px;
  }

  .margin-30s.no-margin {
    margin-left: -4px;
    margin-right: -4px;
  }

  .grid---numbers {
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    max-height: 100%;
  }

  .progress-container {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 100%;
    margin-top: 40px;
  }

  .journey-content {
    max-width: 100%;
  }

  .step {
    padding-bottom: 60px;
  }

  .intro-inline-2 {
    flex-flow: row;
    max-width: 100%;
    padding-left: 60px;
    padding-right: 60px;
  }

  .intro-inline-2.stack {
    flex-flow: column;
    max-width: 100%;
  }

  .intro-inline-2.stack.invert {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: flex-start;
    align-items: center;
  }

  .brix---section-3 {
    padding-top: 118px;
    padding-bottom: 118px;
  }

  .accordion-item-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

  .accordion-item-wrapper:hover {
    transform: translate(6px);
  }

  .accordion-item-wrapper.last-no-line {
    border-bottom-style: none;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size-4 {
    font-size: 30px;
    line-height: 46px;
  }

  .questions {
    width: 100%;
  }

  .metabolism-container {
    padding: 100px 30px;
  }

  .div-block-6 {
    width: 100%;
  }

  .features-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-block {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: -1px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .features-icon {
    max-width: 40px;
  }

  .footer-container {
    padding-bottom: 40px;
  }

  .footer-header {
    align-items: flex-start;
    margin-bottom: 40px;
  }

  .footer-ctas {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-flow: column wrap;
    justify-content: center;
    align-items: center;
    margin-top: 30px;
    padding-top: 30px;
  }

  .legal-links-container {
    grid-column-gap: 6px;
    grid-row-gap: 12px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-bottom: 60px;
  }

  .div-block-7 {
    justify-content: flex-start;
    align-items: flex-start;
    display: block;
  }

  .footer-bottom-2 {
    flex-flow: column-reverse wrap;
    justify-content: space-between;
  }

  .hero---navigation {
    margin-top: 30px;
  }

  .home-v3-achievement-number {
    font-size: 42px;
  }

  .home-v3-achievements-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: auto auto;
    justify-content: center;
  }

  .subtitle.home-v3-achievements {
    margin-bottom: 15px;
  }

  .section-2 {
    padding-top: 80px;
    padding-bottom: 80px;
    overflow: hidden;
  }

  .section-2.bg-secondary-1.padding-120px {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .bg.home-v3-achievements-1 {
    top: -73px;
    left: -194px;
  }

  .bg.home-v3-achievements-2 {
    bottom: -64px;
    right: -138px;
  }

  .bg.about-v3-mission-shape {
    top: -323px;
    left: -148px;
  }

  .parallax-wrapper {
    min-width: 90rem;
  }

  .footer {
    padding-right: 2rem;
  }

  .guarantee {
    border-radius: 0;
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .gaurantee-text.center {
    text-align: center;
  }

  .gaurantee-text.stacked {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gaurantee-text.stacked-with-button {
    margin-top: 0;
    margin-bottom: 20px;
  }

  .guarantee-title.center {
    text-align: center;
  }

  .guarantee-title.stacked {
    text-align: center;
    align-self: center;
  }

  .guarantee-title.inline {
    min-width: 280px;
    margin-right: 30px;
  }

  .flex-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .lottie-checkmark {
    max-width: 130px;
  }

  .guarantee-subtitle.center {
    text-align: center;
  }

  .guarantee-subtitle.stacked {
    text-align: center;
    align-self: center;
  }

  .guarantee-subtitle.inline {
    min-width: 280px;
    margin-right: 30px;
  }

  .guarantee-content {
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 430px;
  }

  .guarantee-content.stack {
    flex-flow: column;
    max-width: 100%;
  }

  .guarantee-content.stack.invert {
    grid-column-gap: 70px;
    grid-row-gap: 70px;
    justify-content: flex-start;
    align-items: center;
  }

  .guarantee-content.stack.invert.support {
    flex-flow: column;
  }

  .legal-container {
    padding-top: 116px;
  }

  .legal-container.weight-slider {
    padding-top: 96px;
  }

  .innerpage-navigation, .innerpage-nav {
    margin-top: 30px;
  }

  .right-fade-out-slider {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .primary-cta {
    width: 100%;
  }

  .primary-cta.questions {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .image.checkmark {
    margin-right: 10px;
  }

  .list-item-container {
    text-align: center;
  }

  .hero-preheader {
    font-size: 18px;
  }

  .hero-block {
    margin-top: 16px;
  }

  .photo-grid {
    grid-template-rows: 40px 180px 260px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .photo-grid-item.photo-7 {
    max-height: 80%;
    display: none;
  }

  .photo-grid-item.photo-4 {
    height: 100%;
  }

  .photo-grid-item.photo-5 {
    max-height: 200px;
  }

  .photo-grid-item.photo-1 {
    display: none;
  }

  .hero---photo-grid {
    margin-top: 30px;
  }

  .section---hero {
    padding-top: 28px;
    padding-bottom: 50px;
  }

  .parallax-reviews {
    width: 100%;
    height: 480px;
    overflow: hidden;
  }

  .scattered-quotes {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .faded-quote {
    width: auto;
    height: auto;
  }

  .faded-quote._1 { inset: auto; top: 10%; left: 3%; text-align: left; }
  .faded-quote._1 .verified-customer-tag { align-items: flex-start; text-align: left; }
  .faded-quote._2 { inset: auto; top: 42%; left: 0%; text-align: left; }
  .faded-quote._2 .verified-customer-tag { align-items: flex-start; text-align: left; }
  .faded-quote._3 { inset: auto; top: 72%; left: 5%; text-align: left; }
  .faded-quote._3 .verified-customer-tag { align-items: flex-start; text-align: left; }
  .faded-quote._4 { inset: auto; top: 8%; left: 58%; text-align: right; }
  .faded-quote._4 .verified-customer-tag { align-items: flex-end; text-align: right; }
  .faded-quote._5 { inset: auto; top: 40%; left: 55%; text-align: right; }
  .faded-quote._5 .verified-customer-tag { align-items: flex-end; text-align: right; }
  .faded-quote._6 { inset: auto; top: 70%; left: 60%; text-align: right; }
  .faded-quote._6 .verified-customer-tag { align-items: flex-end; text-align: right; }

  .faded-review { font-size: 14px; line-height: 1.4; max-width: 160px; }
  .faded-review.long { max-width: 160px; }

  .faded-quote .verified-customer-tag {
    font-size: 10px;
    margin-top: 4px;
    line-height: 1.2;
  }
  .faded-quote .checkmark-icon {
    width: 14px;
    height: 14px;
  }

  /* Fix journey white bar on tablet */
  .progress-fadeout {
    display: none;
  }

  .progress-track {
    height: 90%;
  }

  .top-bar-small-padding {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .evergreen {
    display: inline-block;
  }

  .heading {
    max-width: 580px;
    font-size: 36px;
    font-weight: 600;
    line-height: 43px;
  }

  .list-item-text.large {
    font-size: 14px;
    line-height: 18px;
  }

  .slide-wrap {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .logo-img._50-r-m {
    max-height: 18px;
    margin-right: 30px;
  }

  .intro-inline {
    flex-flow: column;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-inline.stack.invert {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .logo-image {
    max-width: 100px;
  }

  .navbar-wrapper {
    display: flex;
  }

  .slideout-menu {
    top: 0;
    bottom: 0;
  }

  .cta-section {
    margin-top: 20px;
  }

  .section-titles {
    font-size: 28px;
    line-height: 1.2em;
  }

  .section-titles.inline {
    min-width: 100%;
    margin-right: 0;
  }

  .product-slider-image {
    height: 280px;
  }

  .product-slider-price.evergreen {
    text-align: center;
  }

  .section-paragraph {
    font-size: 14px;
    line-height: 1.5em;
  }

  .slider-container {
    text-align: center;
  }

  .calculator-tab {
    padding: 32px 24px 28px;
    border-radius: 24px;
  }
  .current-weight {
    font-size: 40px;
  }
  .weight-loss {
    font-size: 60px;
  }
  .rs-tag {
    font-size: 15px;
  }

  .intro-stack {
    flex-flow: column;
    width: 90%;
  }

  .intro-stack.right {
    width: 100%;
  }

  .scattered-reviews-wrapper {
    margin-top: -40px;
  }

  .review-bottle {
    width: 440px;
  }

  .text-block {
    font-weight: 600;
  }

  .faded-review {
    max-width: 220px;
    font-size: 20px;
    line-height: 25px;
  }

  .verified-customer-tag---large {
    justify-content: flex-start;
    align-items: center;
  }

  .parallax-reviews {
    height: 640px;
  }

  .intro-stacked {
    flex-flow: column;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .change---photo-grid {
    margin-top: 30px;
  }

  .change-photo-grid {
    height: 400px;
  }

  .change-photo-grid-item {
    border-radius: 20px;
  }

  .change-photo-grid-item.photo-7 {
    max-height: 80%;
  }

  .change-photo-grid-item.photo-3, .change-photo-grid-item.photo-4 {
    display: none;
  }

  .bullet-point-item {
    text-align: center;
  }

  .checklist-grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 90%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .question-container {
    border-radius: 20px;
    padding-top: 50px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .twin-photos {
    height: auto;
    min-height: 280px;
  }

  .metabolism {
    border-radius: 20px;
  }

  .twin-photos .metabolism {
    border-radius: 24px;
  }

  .metabolism.photo-7 {
    max-height: 80%;
  }

  .metabolism.photo-3, .metabolism.photo-4 {
    display: none;
  }

  .metabolism.left-drop {
    margin-top: -10px;
  }

  .metabolism.right-lift {
    margin-top: 10px;
  }

  .twin-photos:not(.support) .metabolism.left-drop {
    max-width: 320px;
    aspect-ratio: 3 / 4;
    height: auto;
    margin-right: auto;
    border-radius: 28px;
  }

  .twin-photos.support .metabolism.left-drop {
    max-width: 320px;
    aspect-ratio: 3 / 4;
    height: auto;
    margin-right: auto;
    border-radius: 28px;
  }

  .container---numbers {
    margin-top: 30px;
  }

  .card---numbers {
    padding: 24px 40px;
  }

  .the-numbers {
    font-size: 50px;
  }

  .the-data {
    font-size: 14px;
    line-height: 17px;
  }

  .journey-container {
    padding-bottom: 0;
  }

  .progress-container {
    margin-left: 0;
  }

  .progress-dot {
    margin-right: 0;
  }

  .journey-content {
    max-width: 100%;
  }

  .journey-image {
    border-radius: 20px;
    max-height: 280px;
  }

  .step:nth-child(2) .journey-image .hero-photo {
    object-position: center 80%;
  }

  .intro-inline-2 {
    flex-flow: column;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-inline-2.stack {
    align-items: center;
  }

  .intro-inline-2.stack.invert {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .progress-bar-container {
    margin-right: 30px;
  }

  .reviews-container {
    padding-top: 40px;
  }

  .review-card, .image-card {
    border-radius: 28px;
    width: 320px;
    max-width: 320px;
    margin-right: 14px;
  }

  .review-card {
    min-height: 240px;
    padding: 24px;
  }

  .image-card {
    height: 240px;
  }

  .accordion-title {
    font-size: 16px;
    line-height: 20px;
  }

  .brix---section-3 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .accordion-item-wrapper {
    padding: 20px 0;
  }

  .inner-container {
    margin-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 8px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size-4 {
    font-size: 28px;
    line-height: 40px;
  }

  .accordion-right-side {
    margin-left: 16px;
    margin-right: 16px;
  }

  .questions {
    margin-top: 30px;
  }

  .metabolism-container {
    border-radius: 20px;
    padding: 40px 0;
  }

  .feature-block {
    padding: 20px;
  }

  .footer-container {
    padding-top: 60px;
  }

  .footer-ctas {
    padding-left: 60px;
  }

  .hero---navigation {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .doctors-card-del, .results-card, .doctors-card-copy {
    border-radius: 20px;
  }

  .results-container {
    padding-top: 40px;
  }

  .doctors-card {
    border-radius: 20px;
  }

  .doctors-container {
    padding-top: 40px;
  }

  .home-v3-achievement-number {
    margin-bottom: 0;
    font-size: 35px;
  }

  .subtitle {
    font-size: 12px;
    font-weight: 600;
  }

  .subtitle.home-v3-achievements {
    margin-bottom: 10px;
  }

  .home-v3-achievement-text {
    font-size: 18px;
  }

  .section-2.bg-secondary-1.padding-120px {
    padding-top: 77px;
    padding-bottom: 77px;
  }

  .bg.home-v3-achievements-1 {
    left: -231px;
  }

  .bg.home-v3-achievements-2 {
    right: -182px;
  }

  .parallax-wrapper {
    min-width: 80rem;
  }

  .footer {
    height: auto;
    padding-bottom: 4rem;
    padding-right: 0;
    inset: auto 0% 0%;
  }

  .container-social {
    flex-direction: row;
  }

  .preloader-bottle-img {
    min-width: 620px;
  }

  .preloader-logo {
    max-width: 100px;
  }

  .the-characters {
    font-size: 50px;
  }

  .gaurantee-text {
    text-align: center;
    font-size: 14px;
    line-height: 1.5em;
  }

  .guarantee-title {
    text-align: center;
    font-size: 28px;
    line-height: 1.2em;
  }

  .guarantee-title.inline {
    min-width: 100%;
    margin-right: 0;
  }

  .flex-block-2 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    max-width: 420px;
  }

  .lottie-checkmark {
    max-width: 150px;
  }

  .guarantee-subtitle {
    text-align: center;
  }

  .guarantee-subtitle.inline {
    min-width: 100%;
    margin-right: 0;
  }

  .guarantee-content {
    flex-flow: column;
    max-width: 90%;
    padding-left: 0;
    padding-right: 0;
  }

  .guarantee-content.stack.invert {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .top-header {
    padding-bottom: 60px;
  }

  .innerpage-navigation, .innerpage-nav {
    margin-top: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }
}

@media screen and (max-width: 479px) {
  .primary-cta {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    font-weight: 500;
  }

  .primary-cta.green {
    background-color: var(--primary);
  }

  .primary-cta.nav {
    display: none;
  }

  .primary-cta.mobile-nav-cta {
    display: inline-block;
    width: auto;
    padding: 8px 14px;
    font-size: 10px;
  }

  .medvi-header-logo {
    max-width: 90px;
  }

  .medvi-header-logo.footer-placement {
    align-self: center;
    max-width: 100%;
  }

  .image.checkmark {
    margin-right: 8px;
  }

  .list-item-container {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .list-grid.hero-checklist, .list-grid.change-checklist {
    max-width: 320px;
  }

  .hero-preheader {
    font-size: 14px;
    line-height: 18px;
  }

  .hero-block {
    margin-top: 20px;
  }

  .photo-grid {
    width: 150%;
  }

  .hero---photo-grid {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section---hero {
    padding-bottom: 40px;
  }

  .announcements {
    padding-left: 16px;
    padding-right: 16px;
    font-size: 14px;
    line-height: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .top-bar-text {
    font-size: 13px;
  }

  .evergreen {
    display: inline-block;
  }

  .heading {
    max-width: 360px;
    font-size: 30px;
    line-height: 34px;
  }

  .section---logo-slider {
    overflow: hidden;
  }

  .navbar-wrapper {
    height: 40px;
  }

  .slideout-menu {
    width: 90%;
  }

  .navigation {
    padding-left: 10px;
    padding-right: 10px;
  }

  .hero---content {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-titles {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .section-titles.center {
    font-size: 7vw;
  }

  .section {
    padding-top: 96px;
  }

  .section.weight-slider {
    padding-top: 76px;
  }

  .section.last-section {
    padding-bottom: 96px;
  }

  .product-slider {
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .slider-cards {
    grid-column-gap: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .card {
    border-radius: 20px;
    min-width: 260px;
  }

  .product-slider-name {
    font-size: 18px;
  }

  .product-slider-price {
    font-size: 12px;
  }

  .smoke-bg {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .slider-card-padding {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .secondary-cta {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 10px;
    font-weight: 500;
  }

  .secondary-cta.green {
    display: block;
  }

  .weight-loss {
    font-size: 60px;
  }

  .current-weight {
    font-size: 30px;
  }

  .calculator-tab {
    border-radius: 20px;
    min-width: 250px;
    padding: 24px 20px 20px;
  }

  .rs-tag {
    text-align: left;
    width: 50%;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 500;
  }

  .intro-stack {
    flex-flow: column;
  }

  .scattered-reviews-wrapper {
    margin-top: 10px;
  }

  .review-bottle {
    width: 260px;
    margin-top: 80px;
  }

  .bottle-image {
    margin-top: 60px;
  }

  .xl-stars {
    width: 200px;
  }

  .text-block {
    font-size: 28px;
    line-height: 32px;
  }

  .faded-quote._5 {
    display: block;
  }

  .parallax-reviews {
    width: 100%;
    height: 420px;
    overflow: hidden;
  }

  .scattered-quotes {
    width: 100%;
    height: 100%;
    margin-top: 0;
  }

  .faded-quote {
    width: auto;
    height: auto;
  }

  .faded-quote._1 { inset: auto; top: 10%; left: 3%; text-align: left; }
  .faded-quote._1 .verified-customer-tag { align-items: flex-start; text-align: left; }
  .faded-quote._2 { inset: auto; top: 42%; left: 0%; text-align: left; }
  .faded-quote._2 .verified-customer-tag { align-items: flex-start; text-align: left; }
  .faded-quote._3 { inset: auto; top: 72%; left: 5%; text-align: left; }
  .faded-quote._3 .verified-customer-tag { align-items: flex-start; text-align: left; }
  .faded-quote._4 { inset: auto; top: 8%; left: 58%; text-align: right; }
  .faded-quote._4 .verified-customer-tag { align-items: flex-end; text-align: right; }
  .faded-quote._5 { inset: auto; top: 40%; left: 55%; text-align: right; }
  .faded-quote._5 .verified-customer-tag { align-items: flex-end; text-align: right; }
  .faded-quote._6 { inset: auto; top: 70%; left: 60%; text-align: right; }
  .faded-quote._6 .verified-customer-tag { align-items: flex-end; text-align: right; }

  .faded-review { font-size: 12px; line-height: 1.35; max-width: 130px; }
  .faded-review.long { max-width: 130px; }

  .faded-quote .verified-customer-tag {
    font-size: 9px;
    margin-top: 3px;
    line-height: 1.2;
  }
  .faded-quote .checkmark-icon {
    width: 12px;
    height: 12px;
  }

  /* Fix hero text gap on mobile */
  .hero-block {
    margin-top: 8px;
  }

  .section---hero {
    padding-top: 24px;
    padding-bottom: 40px;
  }

  /* Fix white bar below journey: hide fadeout and clamp track */
  .progress-fadeout {
    display: none;
  }

  .progress-track {
    height: 88%;
  }

  .change-photo-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    height: auto;
    min-height: 300px;
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }
  .change-photo-grid-item {
    border-radius: 16px;
  }
  .change-photo-grid-item._1,
  .change-photo-grid-item._2,
  .change-photo-grid-item._3,
  .change-photo-grid-item._4,
  .change-photo-grid-item._5,
  .change-photo-grid-item._6,
  .change-photo-grid-item._7 {
    grid-column: auto;
    grid-row: auto;
  }

  .bullet-point-item {
    text-align: left;
    justify-content: flex-start;
  }
  .checklist-grid {
    grid-template-columns: 1fr;
    padding-top: 24px;
    padding-bottom: 8px;
  }
  .checklist-disclaimer {
    font-size: 0.7rem;
    margin-bottom: 24px;
  }

  .checklist-grid {
    width: 100%;
  }

  .question-container {
    padding-top: 30px;
    padding-bottom: 20px;
  }

  .twin-photos {
    height: auto;
    min-height: 200px;
  }

  .metabolism._6, .metabolism._7 {
    display: none;
  }

  .twin-photos:not(.support) .metabolism.left-drop {
    max-width: 280px;
    aspect-ratio: 3 / 4;
    height: auto;
    border-radius: 24px;
  }

  .twin-photos.support .metabolism.left-drop {
    max-width: 280px;
    aspect-ratio: 3 / 4;
    height: auto;
    border-radius: 24px;
  }

  .card---numbers {
    border-radius: 20px;
    justify-content: flex-start;
    align-items: center;
    padding: 20px;
  }

  .grid---numbers {
    grid-template-rows: 1fr 1fr 1fr 1fr;
    grid-template-columns: 1fr;
  }

  .the-numbers {
    font-size: 38px;
  }

  .the-data {
    text-align: left;
    margin-top: 8px;
  }

  .stats {
    display: block;
  }

  .journey-container {
    padding-bottom: 20px;
  }

  .step {
    padding-bottom: 40px;
  }

  .progress-bar-container {
    margin-right: 20px;
  }

  .progress-bar-2.remove {
    display: none;
  }

  .reviews-container {
    overflow: hidden;
  }

  .accordion-btn-vertical-line-v2 {
    height: 16px;
  }

  .inner-container {
    margin-top: 10px;
  }

  .brix---mg-bottom-16px-4 {
    margin-bottom: 15px;
  }

  .brix---mg-bottom-48px-3 {
    margin-bottom: 32px;
  }

  .accordion-btn-horizontal-line-v2 {
    width: 16px;
  }

  .paragraph-default-4 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size-4 {
    font-size: 24px;
    line-height: 34px;
  }

  .accordion-container {
    margin-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .accordion-right-side {
    margin-right: 0;
  }

  .question-card {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .questions-text {
    font-size: 3.5vw;
    line-height: 5vw;
  }

  .features-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .feature-block {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 30px;
    padding-right: 30px;
  }

  .footer-container {
    padding-top: 60px;
    padding-bottom: 30px;
  }

  .footer-header {
    flex-flow: column;
  }

  .footer-ctas {
    width: 100%;
    margin-top: 30px;
    padding-left: 0;
  }

  .contact-block {
    width: 100%;
  }

  .footer-bottom {
    justify-content: space-between;
    align-items: flex-start;
  }

  .legal-links-container {
    grid-column-gap: 0px;
    border-bottom: 1px solid #ddd;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 30px;
    padding-bottom: 30px;
  }

  .copyright {
    align-self: center;
  }

  .legal-link {
    border-right-style: none;
    padding-left: 0;
  }

  .footer-bottom-2 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .hero---navigation {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .results-stats {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
  }

  .results-card {
    width: 300px;
  }

  .results-slider {
    margin-bottom: 30px;
  }

  .results-container {
    overflow: hidden;
  }

  .pounds-lost-text {
    font-size: 14px;
  }

  .results-clean-bg {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .results-photo {
    width: 100%;
    max-height: 260px;
  }

  .doctors-card {
    width: 300px;
  }

  .doctors-container {
    padding-top: 30px;
    overflow: hidden;
  }

  .button-primary {
    width: 100%;
    padding: 14px 15px;
    font-size: 16px;
    display: block;
  }

  .home-v3-achievement-number {
    font-size: 40px;
  }

  .home-v3-achievements-grid {
    grid-column-gap: 20px;
    grid-row-gap: 35px;
    grid-template-columns: repeat(auto-fit, 200px);
  }

  .home-v3-achievement-text {
    font-size: 16px;
  }

  .section-2, .section-2.bg-secondary-1 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-2.bg-secondary-1.padding-120px {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .bg.home-v3-achievements-1 {
    top: -58px;
    left: -249px;
  }

  .bg.home-v3-achievements-2 {
    bottom: -77px;
    right: -208px;
  }

  .title {
    line-height: .75em;
  }

  .container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer {
    padding-bottom: 4rem;
  }

  .preloader-bottle-img {
    min-width: 480px;
  }

  .the-characters {
    font-size: 38px;
  }

  .flex-block {
    justify-content: flex-start;
    align-items: center;
    min-width: 80px;
  }

  .guarantee {
    padding: 20px 20px 40px;
  }

  .guarantee-title {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .guarantee-title.center {
    font-size: 7vw;
  }

  .lottie-checkmark {
    max-width: 130px;
  }

  .guarantee-subtitle {
    margin-right: 0;
    font-size: 14px;
  }

  .guarantee-subtitle.center {
    font-size: 7vw;
  }

  .top-header {
    padding-bottom: 40px;
  }

  .legal-container {
    padding-top: 96px;
  }

  .legal-container.weight-slider {
    padding-top: 76px;
  }

  .innerpage-navigation, .innerpage-nav {
    margin-top: 10px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .review-card, .image-card {
    width: 280px;
    max-width: 280px;
    margin-right: 12px;
  }

  .review-card {
    min-height: 220px;
    padding: 20px;
  }

  .image-card {
    height: 220px;
  }

  .verified-customer-tag---large {
    padding-left: 16px;
    padding-right: 16px;
    align-items: flex-start;
    text-align: left;
  }
}

#w-node-_9a1169ec-b435-ec7c-b769-a31e527334c3-bfc40424 {
  grid-area: 1 / 1 / 3 / 2;
  align-self: stretch;
}

#w-node-_8103a7a7-6b87-43cc-c88c-71aeca06e8a2-bfc40424 {
  grid-area: 2 / 2 / 3 / 3;
  align-self: stretch;
}

#w-node-ea117f1c-394a-e248-16ae-dcbf6f7ec467-bfc40424 {
  grid-area: 2 / 3 / 4 / 4;
  align-self: stretch;
}

#w-node-ab777a44-dbc7-e212-0bb5-c17502a5e95b-bfc40424 {
  grid-area: 2 / 4 / 4 / 5;
  align-self: stretch;
}

#w-node-c3791351-6d7c-aa8f-9e0e-369c117eea4d-bfc40424 {
  grid-area: 1 / 5 / 3 / 6;
  align-self: stretch;
}

#w-node-_66200590-da1a-430c-a330-eeb380814971-bfc40424 {
  grid-area: 3 / 1 / 4 / 3;
  align-self: stretch;
}

#w-node-_5063d31c-127f-5f21-c0bf-4b2b96283d34-bfc40424 {
  grid-area: 3 / 5 / 4 / 6;
  align-self: stretch;
}

#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020de-bfc40424 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020e0-bfc40424 {
  grid-area: 2 / 1 / 5 / 2;
  align-self: stretch;
}

#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020e2-bfc40424 {
  grid-area: 1 / 2 / 3 / 3;
  align-self: stretch;
}

#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020e4-bfc40424 {
  grid-area: 3 / 2 / 5 / 3;
  align-self: stretch;
}

#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020e6-bfc40424 {
  grid-area: 1 / 3 / 5 / 4;
  align-self: stretch;
}

#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020e8-bfc40424 {
  grid-area: 1 / 4 / 4 / 5;
  align-self: stretch;
}

#w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020ea-bfc40424 {
  grid-area: 4 / 4 / 5 / 5;
  align-self: stretch;
}

#w-node-_479a3202-ac8a-c37c-8a87-28e137f671bd-bfc40424 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-f6936d05-61d4-6b04-420d-5d64205a6a39-bfc40424 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

#w-node-d5fdca53-e0b8-b389-68dd-94b9ae99a614-bfc40424 {
  grid-area: 1 / 1 / 2 / 2;
  align-self: stretch;
}

#w-node-d5fdca53-e0b8-b389-68dd-94b9ae99a616-bfc40424 {
  grid-area: 1 / 2 / 2 / 3;
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_05faaabd-4e31-ced5-a2c9-0a0483be10a1-bfc40424 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_8103a7a7-6b87-43cc-c88c-71aeca06e8a2-bfc40424 {
    grid-column: 1 / 2;
    grid-row-start: 1;
  }

  #w-node-ea117f1c-394a-e248-16ae-dcbf6f7ec467-bfc40424 {
    grid-column: 2 / 3;
    grid-row-end: 3;
  }

  #w-node-ab777a44-dbc7-e212-0bb5-c17502a5e95b-bfc40424 {
    grid-area: 1 / 3 / 3 / 4;
  }

  #w-node-c3791351-6d7c-aa8f-9e0e-369c117eea4d-bfc40424 {
    grid-area: 3 / 3 / 4 / 4;
  }

  #w-node-_5063d31c-127f-5f21-c0bf-4b2b96283d34-bfc40424, #w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020e6-bfc40424 {
    grid-column: 3 / 4;
  }

  #w-node-_2b9ba6c8-2891-4d5f-a790-60a44ab020ea-bfc40424 {
    grid-column: 4 / 5;
  }
}


/* ===== LEVION Result Page (LP2) Styles ===== */

.result-container {
  max-width: 720px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 20px 80px;
  font-family: 'Sora', system-ui, sans-serif;
  color: #1a1a1a;
}

.result-container h1,
.result-container h2,
.result-container h3 {
  font-family: 'DM Serif Display', Georgia, serif;
}

.ergebnis-section {
  margin-bottom: 64px;
  opacity: 0;
  transform: translateY(24px);
  animation: sectionReveal 0.8s cubic-bezier(0.22, 1, 0.36, 1) forwards;
}

.ergebnis-section:nth-child(1) { animation-delay: 0.1s; }
.ergebnis-section:nth-child(2) { animation-delay: 0.25s; }
.ergebnis-section:nth-child(3) { animation-delay: 0.4s; }
.ergebnis-section:nth-child(4) { animation-delay: 0.55s; }
.ergebnis-section:nth-child(5) { animation-delay: 0.7s; }
.ergebnis-section:nth-child(6) { animation-delay: 0.85s; }
.ergebnis-section:nth-child(7) { animation-delay: 1.0s; }
.ergebnis-section:nth-child(8) { animation-delay: 1.15s; }

@keyframes sectionReveal {
  to { opacity: 1; transform: translateY(0); }
}

.phase-label {
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--accent);
  margin-bottom: 12px;
}

.hero-headline {
  font-size: 36px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--primary);
  margin: 0 0 12px;
}

.reveal-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 32px;
}

/* Compatibility Meter */
.compatibility-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 32px;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}

.compat-label {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--primary);
  margin-bottom: 16px;
}

.compat-meter {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 12px;
}

.compat-track {
  flex: 1;
  height: 8px;
  background: var(--sand-light);
  border-radius: 100px;
  overflow: hidden;
}

.compat-fill {
  height: 100%;
  width: 0%;
  background: linear-gradient(90deg, var(--accent), var(--primary));
  border-radius: 100px;
  transition: width 1.2s cubic-bezier(0.22, 1, 0.36, 1);
}

.compat-value {
  font-size: 28px;
  font-weight: 700;
  color: var(--primary);
  font-variant-numeric: tabular-nums;
  min-width: 64px;
  text-align: right;
}

.compat-note {
  font-size: 14px;
  color: #666;
  margin: 0;
}

/* Persona */
.persona-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 40px 32px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}

.persona-icon {
  font-size: 40px;
  line-height: 1;
  margin-bottom: 16px;
}

.persona-title {
  font-family: 'Sora', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.15em;
  text-transform: uppercase;
  color: var(--accent);
  margin: 0 0 12px;
}

.persona-headline {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary);
  margin: 0 0 16px;
}

.persona-body {
  font-size: 15px;
  line-height: 1.65;
  color: #555;
  max-width: 480px;
  margin: 0 auto;
}

/* Product */
.product-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 36px 32px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
  position: relative;
}

.product-badge {
  display: inline-block;
  background: var(--gold);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 100px;
  margin-bottom: 16px;
}

.product-name {
  font-size: 28px;
  font-weight: 400;
  color: var(--primary);
  margin: 0 0 20px;
}

.product-specs {
  display: flex;
  justify-content: center;
  gap: 40px;
  margin-bottom: 24px;
}

.spec {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.spec-value {
  font-size: 22px;
  font-weight: 700;
  color: var(--primary);
}

.spec-label {
  font-size: 13px;
  color: #888;
  margin-top: 4px;
}

.coupon-row {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  background: var(--accent-soft);
  border: 1px dashed var(--accent);
  border-radius: 12px;
  padding: 10px 18px;
  margin-bottom: 24px;
}

.coupon-code {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0.05em;
  color: var(--primary);
  font-family: 'Sora', monospace;
}

.coupon-discount {
  font-size: 13px;
  font-weight: 600;
  color: var(--accent);
}

/* Bible */
.bible-card {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 24px;
  padding: 36px 32px;
  text-align: center;
  box-shadow: 0 4px 24px rgba(0,0,0,0.04);
}

.bible-icon {
  color: var(--primary);
  margin-bottom: 16px;
  display: inline-flex;
}

.bible-headline {
  font-size: 24px;
  font-weight: 400;
  line-height: 1.25;
  color: var(--primary);
  margin: 0 0 16px;
}

.bible-body {
  font-size: 15px;
  line-height: 1.65;
  color: #555;
  max-width: 520px;
  margin: 0 auto 16px;
}

.bible-delivery {
  font-size: 14px;
  color: var(--accent);
  font-weight: 600;
  margin: 0;
}

/* Testimonials Carousel */
.testimonials-carousel {
  position: relative;
  overflow: hidden;
  margin-top: 24px;
  border-radius: 20px;
}

.testimonials-track {
  display: flex;
  gap: 16px;
  transition: transform 0.4s ease;
  will-change: transform;
}

.testimonial-card {
  flex: 0 0 280px;
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 24px;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.testimonial-visual {
  width: 64px;
  height: 64px;
  border-radius: 16px;
  overflow: hidden;
  margin-bottom: 16px;
  background: var(--sand-light);
  display: flex;
  align-items: center;
  justify-content: center;
}

.testimonial-visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.testimonial-initials {
  font-size: 24px;
  font-weight: 700;
  color: var(--primary);
}

.testimonial-quote {
  font-size: 14px;
  line-height: 1.6;
  color: #444;
  margin: 0 0 16px;
  font-style: italic;
}

.testimonial-meta {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.testimonial-name {
  font-size: 13px;
  font-weight: 600;
  color: var(--primary);
}

.testimonial-result {
  font-size: 12px;
  color: var(--accent);
  font-weight: 600;
}

/* Trust */
.trust-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 24px;
}

.trust-item {
  background: var(--surface);
  border: 1px solid var(--border);
  border-radius: 20px;
  padding: 28px 24px;
  text-align: center;
  box-shadow: 0 4px 20px rgba(0,0,0,0.03);
}

.trust-icon {
  color: var(--primary);
  margin-bottom: 12px;
  display: inline-flex;
}

.trust-item h3 {
  font-family: 'Sora', system-ui, sans-serif;
  font-size: 15px;
  font-weight: 600;
  color: var(--primary);
  margin: 0 0 8px;
}

.trust-item p {
  font-size: 13px;
  line-height: 1.5;
  color: #666;
  margin: 0;
}

/* FAQ */
.faq-list {
  margin-top: 24px;
  border-top: 1px solid var(--border);
}

.faq-item {
  border-bottom: 1px solid var(--border);
}

.faq-item summary {
  font-size: 16px;
  font-weight: 600;
  color: var(--primary);
  padding: 20px 0;
  cursor: pointer;
  list-style: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-item summary::after {
  content: '+';
  font-size: 20px;
  font-weight: 400;
  color: var(--accent);
  transition: transform 0.2s ease;
}

.faq-item[open] summary::after {
  content: '−';
}

.faq-item p {
  font-size: 15px;
  line-height: 1.65;
  color: #555;
  padding-bottom: 20px;
  margin: 0;
}

/* Final CTA */
.final-cta-section {
  text-align: center;
  padding-top: 40px;
}

.final-headline {
  font-size: 32px;
  font-weight: 400;
  line-height: 1.15;
  color: var(--primary);
  margin: 0 0 12px;
}

.final-sub {
  font-size: 16px;
  line-height: 1.6;
  color: #555;
  margin-bottom: 28px;
}

.final-note {
  font-size: 13px;
  color: #888;
  margin-top: 16px;
}

/* Buttons */
.primary-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  background-color: var(--primary);
  color: #ffffff;
  text-align: center;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  text-decoration: none;
  border-radius: 50px;
  padding: 16px 40px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1;
  transition: box-shadow 0.2s, transform 0.2s;
  border: none;
  cursor: pointer;
}

.primary-button:hover {
  transform: translateY(-3px);
  box-shadow: 0 10px 22px rgba(42,107,68,0.25);
}

.primary-button svg {
  flex-shrink: 0;
}

/* Footer */
.result-footer {
  text-align: center;
  font-size: 12px;
  color: #999;
  padding-top: 40px;
  border-top: 1px solid var(--border);
}

.result-footer p {
  margin: 0;
}

/* Section headline helper */
.section-headline {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.2;
  color: var(--primary);
  margin: 0 0 8px;
}

/* Responsive */
@media screen and (max-width: 767px) {
  .result-container {
    padding: 24px 16px 60px;
  }

  .hero-headline {
    font-size: 28px;
  }

  .product-specs {
    gap: 24px;
  }

  .trust-grid {
    grid-template-columns: 1fr;
  }

  .testimonial-card {
    flex: 0 0 260px;
  }

  .final-headline {
    font-size: 26px;
  }
}
