/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block; }

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */ }

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder; }

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none; }

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible; }

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none; }

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0; }

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText; }

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em; }

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */ }

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline; }

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto; }

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block; }

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item; }

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none; }

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none !important; }

/*! Modifications */
*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  line-height: inherit; }

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1; }

.clear_all {
  display: block;
  width: 100%;
  clear: both; }

.h-visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap; }

.group::after {
  content: " ";
  display: table;
  clear: both; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-thin-webfont.woff") format("woff"), url("/Content/fonts/averta-thin-webfont.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-thinitalic-webfont.woff") format("woff"), url("/Content/fonts/averta-thinitalic-webfont.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Averta Extrathin';
  src: url("/Content/fonts/averta-extrathinitalic-webfont.woff") format("woff"), url("/Content/fonts/averta-extrathinitalic-webfont.woff2") format("woff2");
  font-weight: 100;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Averta Extrathin';
  src: url("/Content/fonts/averta-extrathin-webfont.woff") format("woff"), url("/Content/fonts/averta-extrathin-webfont.woff2") format("woff2");
  font-weight: 100;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-light-webfont.woff") format("woff"), url("/Content/fonts/averta-light-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-lightitalic-webfont.woff") format("woff"), url("/Content/fonts/averta-lightitalic-webfont.woff2") format("woff2");
  font-weight: 300;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-semibold-webfont.woff") format("woff"), url("/Content/fonts/averta-semibold-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-semibolditalic-webfont.woff") format("woff"), url("/Content/fonts/averta-semibolditalic-webfont.woff2") format("woff2");
  font-weight: 600;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-extrabold-webfont.woff") format("woff"), url("/Content/fonts/averta-extrabold-webfont.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-extrabolditalic-webfont.woff") format("woff"), url("/Content/fonts/averta-extrabolditalic-webfont.woff2") format("woff2");
  font-weight: 800;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-black-webfont.woff") format("woff"), url("/Content/fonts/averta-black-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-blackitalic-webfont.woff") format("woff"), url("/Content/fonts/averta-blackitalic-webfont.woff2") format("woff2");
  font-weight: 900;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-regular-webfont.woff") format("woff"), url("/Content/fonts/averta-regular-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-regularitalic-webfont.woff") format("woff"), url("/Content/fonts/averta-regularitalic-webfont.woff2") format("woff2");
  font-weight: normal;
  font-style: italic;
  font-display: swap; }

@font-face {
  font-family: 'Averta';
  src: url("/Content/fonts/averta-bold-webfont.woff") format("woff"), url("/Content/fonts/averta-bold-webfont.woff2") format("woff2");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Mirante ExtBd';
  src: url("/Content/fonts/Mirante-ExtraBold.woff2") format("woff2"), url("/Content/fonts/Mirante-ExtraBold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Mirante';
  src: url("/Content/fonts/Mirante-Bold.woff2") format("woff2"), url("/Content/fonts/Mirante-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Mirante';
  src: url("/Content/fonts/Mirante-Black.woff2") format("woff2"), url("/Content/fonts/Mirante-Black.woff") format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Mirante Med';
  src: url("/Content/fonts/Mirante-Medium.woff2") format("woff2"), url("/Content/fonts/Mirante-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap; }

@font-face {
  font-family: 'Mirante SemBd';
  src: url("/Content/fonts/Mirante-SemiBold.woff2") format("woff2"), url("/Content/fonts/Mirante-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap; }

.sched-btn {
  font-family: 'Mirante';
  font-weight: 600;
  line-height: 1.2; }
  .sched-btn .btn-container {
    overflow: hidden;
    width: 250px;
    max-width: 100%;
    height: 50px;
    border-radius: 50px;
    background: -webkit-gradient(linear, left top, right top, from(#e1ba68), color-stop(#e4c177), color-stop(#eace94), color-stop(#efdaaf), color-stop(#f5e7cc), color-stop(#efdaaf), color-stop(#eace94), color-stop(#e4c177), to(#e1ba68));
    background: -webkit-linear-gradient(left, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68);
    background: -o-linear-gradient(left, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68);
    background: linear-gradient(90deg, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68);
    text-align: center; }
    .sched-btn .btn-container:hover a {
      color: #000 !important; }
      .sched-btn .btn-container:hover a::after {
        visibility: visible !important;
        -webkit-transition: all 1.1s ease-in-out;
        -o-transition: all 1.1s ease-in-out;
        transition: all 1.1s ease-in-out;
        left: 150% !important; }
    .sched-btn .btn-container a {
      color: #000;
      position: relative;
      overflow: hidden;
      display: inline-block;
      width: 100%;
      padding: 15px; }
      .sched-btn .btn-container a::after {
        content: "";
        display: inline-block;
        visibility: hidden;
        width: 55px;
        height: 200%;
        position: absolute;
        top: -50%;
        left: -50%;
        background: rgba(255, 255, 255, 0.6);
        -webkit-filter: blur(7px);
        filter: blur(7px);
        -webkit-transform: rotate(20deg);
        -ms-transform: rotate(20deg);
        transform: rotate(20deg); }

.sched-btn-w {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: 'Mirante';
  font-weight: 600;
  letter-spacing: clamp(1px, 0.4vw, 3px);
  font-size: clamp(15px, 1.5vw, 16px);
  background-color: #fff;
  overflow: hidden;
  max-width: 100%;
  width: 400px;
  border-radius: 50px;
  margin: 0 auto; }
  @media only screen and (max-width: 420px) {
    .sched-btn-w {
      width: 300px;
      min-height: 50px; } }
  .sched-btn-w:hover a {
    color: transparent;
    background-clip: text;
    -webkit-background-clip: text;
    background-image: -webkit-gradient(linear, left top, right top, from(#e1ba68), color-stop(#e4c177), color-stop(#eace94), color-stop(#efdaaf), color-stop(#f5e7cc), color-stop(#efdaaf), color-stop(#eace94), color-stop(#e4c177), to(#e1ba68));
    background-image: -webkit-linear-gradient(left, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68);
    background-image: -o-linear-gradient(left, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68);
    background-image: linear-gradient(90deg, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68);
    -webkit-animation: btn-text 1s infinite linear;
    animation: btn-text 1s infinite linear; }
  .sched-btn-w a {
    background-color: #fff;
    width: 100%;
    padding: 18px 15px;
    text-transform: uppercase;
    display: inline-block;
    text-align: center;
    line-height: 1.2;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    @media only screen and (max-width: 420px) {
      .sched-btn-w a {
        padding: 15px; } }

.duo-btn {
  width: 100%;
  text-transform: uppercase;
  margin: 25px 0;
  font-family: 'Mirante';
  font-weight: 600;
  letter-spacing: clamp(1px, 0.4vw, 3px);
  font-size: clamp(15px, 1.5vw, 16px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px 45px; }
  .duo-btn.brands-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 15px 25px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 35px 0; }
    .duo-btn.brands-btn .gold-outline {
      width: 100%;
      max-width: 330px;
      min-width: unset;
      padding: 15px 30px 7px; }

.trio-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 25px;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.gold-outline {
  font-family: 'Mirante';
  letter-spacing: clamp(1px, 0.4vw, 3px);
  font-size: clamp(15px, 1.5vw, 16px);
  text-transform: uppercase;
  font-weight: 600;
  padding: 15px 20px;
  border-radius: 50px;
  display: inline-block;
  max-width: 250px;
  width: 100%;
  min-width: -webkit-fit-content;
  min-width: -moz-fit-content;
  min-width: fit-content;
  text-align: center;
  border: 2px solid transparent;
  background: -webkit-gradient(linear, left top, left bottom, from(#f6f6f6), to(#f6f6f6)) padding-box, -webkit-gradient(linear, left top, right top, from(#e1ba68), color-stop(#e4c177), color-stop(#eace94), color-stop(#efdaaf), color-stop(#f5e7cc), color-stop(#efdaaf), color-stop(#eace94), color-stop(#e4c177), to(#e1ba68));
  background: -webkit-linear-gradient(#f6f6f6, #f6f6f6) padding-box, -webkit-linear-gradient(left, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68);
  background: -o-linear-gradient(#f6f6f6, #f6f6f6) padding-box, -o-linear-gradient(left, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68);
  background: linear-gradient(#f6f6f6, #f6f6f6) padding-box, linear-gradient(90deg, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68); }
  .gold-outline.w {
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#e1ba68), color-stop(#e4c177), color-stop(#eace94), color-stop(#efdaaf), color-stop(#f5e7cc), color-stop(#efdaaf), color-stop(#eace94), color-stop(#e4c177), to(#e1ba68));
    background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(left, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68);
    background: -o-linear-gradient(#fff, #fff) padding-box, -o-linear-gradient(left, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68);
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68); }
  .gold-outline:hover {
    color: #e1b966; }

.no-outline {
  font-family: 'Mirante';
  letter-spacing: clamp(1px, 0.4vw, 3px);
  font-size: clamp(15px, 1.5vw, 16px);
  font-weight: 600;
  margin-top: 9px;
  text-decoration: underline;
  position: relative;
  -webkit-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out; }
  .no-outline:hover {
    -webkit-animation: text-fill .7s forwards;
    animation: text-fill .7s forwards;
    -webkit-transition: all .25s ease-in-out;
    -o-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out;
    color: #e1b966; }

.btn-split {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px 40px; }
  @media only screen and (max-width: 640px) {
    .btn-split {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }

.btn {
  text-transform: uppercase;
  font-family: 'Mirante';
  color: #222222;
  font-weight: 600;
  letter-spacing: clamp(1px, 0.4vw, 3px);
  font-size: clamp(15px, 1.5vw, 16px);
  -webkit-transition: .3s ease-in-out;
  -o-transition: .3s ease-in-out;
  transition: .3s ease-in-out; }
  .btn.g-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    place-content: center;
    place-items: center;
    width: 100%;
    max-width: 390px;
    min-height: 50px;
    padding: 10px;
    text-align: center;
    border-radius: 50px;
    border: 2px solid transparent;
    background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff)) padding-box, -webkit-gradient(linear, left top, right top, from(#e1ba68), color-stop(#e4c177), color-stop(#eace94), color-stop(#efdaaf), color-stop(#f5e7cc), color-stop(#efdaaf), color-stop(#eace94), color-stop(#e4c177), to(#e1ba68));
    background: -webkit-linear-gradient(#fff, #fff) padding-box, -webkit-linear-gradient(left, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68);
    background: -o-linear-gradient(#fff, #fff) padding-box, -o-linear-gradient(left, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68);
    background: linear-gradient(#fff, #fff) padding-box, linear-gradient(90deg, #e1ba68, #e4c177, #eace94, #efdaaf, #f5e7cc, #efdaaf, #eace94, #e4c177, #e1ba68); }
    .btn.g-border:hover {
      -webkit-animation: text-fill .7s forwards;
      animation: text-fill .7s forwards;
      color: #e1b966; }
  .btn.n-border {
    -webkit-text-decoration: underline 1px #222222;
    text-decoration: underline 1px #222222;
    -ms-flex-negative: 0;
    flex-shrink: 0; }
    .btn.n-border:hover {
      -webkit-animation: text-fill .7s forwards;
      animation: text-fill .7s forwards;
      color: #e1b966;
      -webkit-text-decoration-color: #e1b966;
      text-decoration-color: #e1b966; }

.js-hidden {
  opacity: 0;
  -webkit-transform: translateY(10%);
  -ms-transform: translateY(10%);
  transform: translateY(10%);
  -webkit-transition: opacity 1.2s, -webkit-transform 1s;
  transition: opacity 1.2s, -webkit-transform 1s;
  -o-transition: opacity 1.2s, transform 1s;
  transition: opacity 1.2s, transform 1s;
  transition: opacity 1.2s, transform 1s, -webkit-transform 1s; }
  .js-hidden.show-on-scroll {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0); }

@-webkit-keyframes bounce {
  0% {
    -webkit-transform: translateY(0) rotate(-136deg);
    transform: translateY(0) rotate(-136deg); }
  100% {
    -webkit-transform: translateY(-10px) rotate(-136deg);
    transform: translateY(-10px) rotate(-136deg); } }

@keyframes bounce {
  0% {
    -webkit-transform: translateY(0) rotate(-136deg);
    transform: translateY(0) rotate(-136deg); }
  100% {
    -webkit-transform: translateY(-10px) rotate(-136deg);
    transform: translateY(-10px) rotate(-136deg); } }

@-webkit-keyframes bounce-2 {
  0% {
    -webkit-transform: translateY(0) rotate(-136deg);
    transform: translateY(0) rotate(-136deg); }
  100% {
    -webkit-transform: translateY(-10px) rotate(-136deg);
    transform: translateY(-10px) rotate(-136deg); } }

@keyframes bounce-2 {
  0% {
    -webkit-transform: translateY(0) rotate(-136deg);
    transform: translateY(0) rotate(-136deg); }
  100% {
    -webkit-transform: translateY(-10px) rotate(-136deg);
    transform: translateY(-10px) rotate(-136deg); } }

@-webkit-keyframes shine {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) skewX(-15deg);
    transform: translateX(-100%) skewX(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%) skewX(-15deg);
    transform: translateX(100%) skewX(-15deg); } }

@keyframes shine {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) skewX(-15deg);
    transform: translateX(-100%) skewX(-15deg); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(100%) skewX(-15deg);
    transform: translateX(100%) skewX(-15deg); } }

@-webkit-keyframes btn-text {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 100%; } }

@keyframes btn-text {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 100%; } }

@-webkit-keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@keyframes slide-up {
  0% {
    -webkit-transform: translateY(100%);
    transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0); } }

@-webkit-keyframes text-fill {
  0% {
    -webkit-text-fill-color: #000; }
  100% {
    -webkit-text-fill-color: #e1b966; } }

@keyframes text-fill {
  0% {
    -webkit-text-fill-color: #000; }
  100% {
    -webkit-text-fill-color: #e1b966; } }

#path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 1000;
  -webkit-animation: draw 3s forwards;
  animation: draw 3s forwards;
  -webkit-animation-delay: .95s;
  animation-delay: .95s; }

@-webkit-keyframes draw {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

@keyframes draw {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }

.hero-section {
  position: relative;
  z-index: 1;
  height: 923px;
  overflow: hidden; }
  @media only screen and (max-width: 1200px) {
    .hero-section {
      height: 800px; } }
  @media only screen and (max-width: 600px) {
    .hero-section {
      height: 660px; } }
  .hero-section::before {
    content: "";
    display: block;
    position: absolute;
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.54)), to(rgba(0, 0, 0, 0)));
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0));
    background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0));
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.54), rgba(0, 0, 0, 0));
    z-index: 1;
    height: 100%;
    width: 100%; }
  .hero-section .hero-BG {
    position: absolute;
    top: -23%;
    left: -50%;
    width: 200%;
    height: 150%; }
    @media only screen and (max-width: 640px) {
      .hero-section .hero-BG {
        top: -26%; } }
    @media only screen and (max-width: 600px) {
      .hero-section .hero-BG {
        top: -6%; } }
    @media only screen and (max-width: 640px) {
      .hero-section .hero-BG .homeVideo {
        display: none; } }
    .hero-section .hero-BG .homeVideo-mobile {
      display: none; }
      @media only screen and (max-width: 640px) {
        .hero-section .hero-BG .homeVideo-mobile {
          display: block; } }
    .hero-section .hero-BG video {
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      margin: auto;
      min-height: 50%;
      min-width: 50%; }
  .hero-section .hero-text {
    padding-left: clamp(25px, 5vw, 100px);
    padding-right: clamp(25px, 5vw, 100px);
    position: absolute;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    top: 50%;
    left: 50%;
    width: 100%;
    text-align: center;
    z-index: 3; }
    .hero-section .hero-text h1 {
      font-size: 88px;
      color: #fff; }
      @media only screen and (max-width: 1500px) {
        .hero-section .hero-text h1 {
          font-size: 70px; } }
      @media only screen and (max-width: 800px) {
        .hero-section .hero-text h1 {
          font-size: 60px;
          line-height: 1.2; } }
      @media only screen and (max-width: 600px) {
        .hero-section .hero-text h1 {
          font-size: 50px;
          line-height: 1.1; } }
      .hero-section .hero-text h1 .gold-loop {
        position: relative;
        z-index: 2;
        display: inline-block;
        padding: 0 25px;
        margin: 0 -25px; }
        @media only screen and (max-width: 1500px) {
          .hero-section .hero-text h1 .gold-loop {
            padding: 0 15px;
            margin: 0 -15px; } }
        .hero-section .hero-text h1 .gold-loop svg {
          position: absolute;
          -webkit-transform: rotate(-8deg);
          -ms-transform: rotate(-8deg);
          transform: rotate(-8deg);
          top: 0;
          left: 0;
          max-width: 100%;
          z-index: -1; }
          @media only screen and (max-width: 600px) {
            .hero-section .hero-text h1 .gold-loop svg {
              max-width: 94%; } }
      .hero-section .hero-text h1 .sub-heading {
        display: block;
        font-size: 30px;
        text-transform: uppercase;
        letter-spacing: 3px;
        font-weight: normal; }
        @media only screen and (max-width: 1500px) {
          .hero-section .hero-text h1 .sub-heading {
            font-size: 25px; } }
        @media only screen and (max-width: 800px) {
          .hero-section .hero-text h1 .sub-heading {
            font-size: 20px; } }
        @media only screen and (max-width: 600px) {
          .hero-section .hero-text h1 .sub-heading {
            font-size: 16px; } }
    .hero-section .hero-text hr {
      border: none;
      background-color: #fff;
      width: 100px;
      height: 2px;
      margin-top: 72px;
      margin-bottom: 64px; }
      @media only screen and (max-width: 600px) {
        .hero-section .hero-text hr {
          margin: 34px auto; } }
  .hero-section .hero-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 20px;
    margin: 20px auto 0;
    color: #fff;
    font-family: 'Mirante';
    font-weight: 600;
    letter-spacing: clamp(1px, 0.4vw, 3px);
    font-size: clamp(15px, 1.5vw, 20px);
    text-shadow: 1px 1px 20px rgba(0, 0, 0, 0.7);
    -webkit-transition: .3s ease-in-out;
    -o-transition: .3s ease-in-out;
    transition: .3s ease-in-out; }
    @media only screen and (max-width: 640px) {
      .hero-section .hero-play {
        gap: 10px; } }
    .hero-section .hero-play:hover {
      color: #e1b966; }
      .hero-section .hero-play:hover img {
        -webkit-transform: scale(0.97);
        -ms-transform: scale(0.97);
        transform: scale(0.97); }
    .hero-section .hero-play img {
      max-width: 40px;
      max-height: 40px;
      -webkit-transition: .3s ease-in-out;
      -o-transition: .3s ease-in-out;
      transition: .3s ease-in-out; }
  .hero-section .wave-bg-container {
    position: relative;
    height: 100%; }
    .hero-section .wave-bg-container .wave-bg {
      position: absolute;
      width: 102%;
      z-index: 1;
      pointer-events: none;
      bottom: -5px; }
      @media only screen and (max-width: 640px) {
        .hero-section .wave-bg-container .wave-bg {
          -webkit-transform: none;
          -ms-transform: none;
          transform: none;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center;
          left: unset; } }

.dr-section {
  position: relative;
  z-index: 2;
  background-color: #fff; }
  .dr-section .overlay {
    position: absolute;
    z-index: 2;
    top: -20px;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    right: 12%; }
    @media only screen and (max-width: 1350px) {
      .dr-section .overlay {
        width: 180px;
        top: 7px;
        right: 0; } }
    @media only screen and (max-width: 1000px) {
      .dr-section .overlay {
        top: 180px; } }
    @media only screen and (max-width: 600px) {
      .dr-section .overlay {
        top: 120px;
        left: 50%;
        right: 0; } }
  .dr-section .dr-content {
    position: relative;
    z-index: 3;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-left: clamp(25px, 5vw, 100px);
    padding-right: clamp(25px, 5vw, 100px);
    padding-top: clamp(36px, 5vw, 40px);
    padding-bottom: clamp(36px, 5vw, 80px); }
    @media only screen and (min-width: 2001px) {
      .dr-section .dr-content {
        padding-top: 80px; } }
    @media only screen and (max-width: 1000px) {
      .dr-section .dr-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-bottom: clamp(36px, 5vw, 80px); } }
    .dr-section .dr-content .img-container {
      position: relative;
      width: 458px;
      min-width: 330px;
      height: 100%;
      max-width: 100%; }
      @media only screen and (min-width: 2001px) {
        .dr-section .dr-content .img-container {
          width: 600px; } }
      @media only screen and (max-width: 1350px) {
        .dr-section .dr-content .img-container {
          width: 40%;
          margin-right: 50px; } }
      @media only screen and (max-width: 1000px) {
        .dr-section .dr-content .img-container {
          width: 100%;
          margin-right: 0; } }
      .dr-section .dr-content .img-container .dr-img {
        margin-top: -125px; }
        @media only screen and (max-width: 1000px) {
          .dr-section .dr-content .img-container .dr-img {
            margin-top: -172px; } }
        @media only screen and (max-width: 600px) {
          .dr-section .dr-content .img-container .dr-img {
            margin-top: -129px; } }
        .dr-section .dr-content .img-container .dr-img img {
          max-width: 100%; }
          @media only screen and (max-width: 1000px) {
            .dr-section .dr-content .img-container .dr-img img {
              margin: 0 auto;
              max-width: 300px; } }
          @media only screen and (max-width: 600px) {
            .dr-section .dr-content .img-container .dr-img img {
              max-width: 200px; } }
    .dr-section .dr-content .dr-split {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      width: 100%;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      margin-top: -55px;
      min-height: 335px; }
      @media only screen and (max-width: 1350px) {
        .dr-section .dr-content .dr-split {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          width: 60%;
          min-height: unset;
          margin-top: -21px; } }
      @media only screen and (max-width: 1000px) {
        .dr-section .dr-content .dr-split {
          width: 100%;
          margin-top: 16px; } }
      .dr-section .dr-content .dr-split .dr-blurb {
        max-height: 775px;
        width: 100%;
        margin-left: 8.5%;
        margin-right: 50px; }
        @media only screen and (min-width: 2001px) {
          .dr-section .dr-content .dr-split .dr-blurb {
            width: 90%; } }
        @media only screen and (max-width: 1000px) {
          .dr-section .dr-content .dr-split .dr-blurb {
            margin: 0;
            text-align: center; } }
        .dr-section .dr-content .dr-split .dr-blurb p {
          font-size: 30px;
          line-height: 1.2; }
          @media only screen and (max-width: 1400px) {
            .dr-section .dr-content .dr-split .dr-blurb p {
              font-size: 25px; } }
          @media only screen and (max-width: 1000px) {
            .dr-section .dr-content .dr-split .dr-blurb p {
              font-size: 20px; } }
          @media only screen and (max-width: 600px) {
            .dr-section .dr-content .dr-split .dr-blurb p {
              font-size: 16px; } }
        .dr-section .dr-content .dr-split .dr-blurb .sign-off {
          color: #e1b966;
          font-family: 'Mirante';
          font-weight: 600;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
          -ms-flex-pack: end;
          justify-content: end;
          margin-top: 27px;
          font-size: 30px; }
          @media only screen and (max-width: 1400px) {
            .dr-section .dr-content .dr-split .dr-blurb .sign-off {
              font-size: 25px; } }
          @media only screen and (max-width: 1000px) {
            .dr-section .dr-content .dr-split .dr-blurb .sign-off {
              font-size: 20px;
              -webkit-box-pack: center;
              -ms-flex-pack: center;
              justify-content: center; } }
          @media only screen and (max-width: 600px) {
            .dr-section .dr-content .dr-split .dr-blurb .sign-off {
              font-size: 16px; } }
      .dr-section .dr-content .dr-split .badges {
        width: 48%;
        display: -ms-grid;
        display: grid;
        -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
        gap: 25px 20px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        max-width: 400px;
        min-width: 270px; }
        @media only screen and (max-width: 1350px) {
          .dr-section .dr-content .dr-split .badges {
            margin-top: 25px;
            width: 100%; } }
        @media only screen and (max-width: 1000px) {
          .dr-section .dr-content .dr-split .badges {
            padding: 0 40px; } }
        .dr-section .dr-content .dr-split .badges .badge-item:nth-child(2) {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column;
          gap: 20px; }
          .dr-section .dr-content .dr-split .badges .badge-item:nth-child(2) img {
            max-width: 140px;
            width: 100%; }
        .dr-section .dr-content .dr-split .badges .badge-item:nth-child(3),
        .dr-section .dr-content .dr-split .badges .badge-item:last-child {
          grid-column: 1/-1; }
          .dr-section .dr-content .dr-split .badges .badge-item:nth-child(3) img,
          .dr-section .dr-content .dr-split .badges .badge-item:last-child img {
            width: 100%; }

.treatment-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  @media only screen and (max-width: 1350px) {
    .treatment-nav {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; } }
  .treatment-nav .nav-container {
    padding-left: clamp(25px, 5vw, 100px);
    padding-right: 30px;
    width: 28%;
    min-width: 420px;
    padding-top: clamp(36px, 5vw, 80px);
    padding-bottom: clamp(36px, 5vw, 80px);
    background-image: url("/Content/images/Homepage/black-bg.jpg"); }
    @media only screen and (max-width: 1350px) {
      .treatment-nav .nav-container {
        width: 100%;
        min-width: 100%;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse; } }
    @media only screen and (max-width: 1350px) {
      .treatment-nav .nav-container .link-container {
        padding-left: clamp(25px, 5vw, 100px);
        padding-right: clamp(25px, 5vw, 100px);
        padding-bottom: clamp(20px, 4vw, 72px);
        padding-top: clamp(28px, 5vw, 80px);
        background-color: #2c2c2c; } }
    .treatment-nav .nav-container .link-container .nav-header {
      color: #fff;
      font-size: 60px;
      margin-top: 100px;
      padding-right: 80px; }
      @media only screen and (max-width: 1600px) {
        .treatment-nav .nav-container .link-container .nav-header {
          font-size: 50px; } }
      @media only screen and (max-width: 1500px) {
        .treatment-nav .nav-container .link-container .nav-header {
          font-size: 45px; } }
      @media only screen and (max-width: 1350px) {
        .treatment-nav .nav-container .link-container .nav-header {
          font-size: 40px;
          margin-top: 0; } }
      @media only screen and (max-width: 420px) {
        .treatment-nav .nav-container .link-container .nav-header {
          font-size: 30px; } }
      .treatment-nav .nav-container .link-container .nav-header span {
        display: inline-block; }
    .treatment-nav .nav-container .link-container a {
      color: #e1b966;
      display: block;
      font-size: clamp(16px, 4vw, 20px);
      font-weight: 600;
      margin-top: 20px;
      text-decoration: underline; }
      .treatment-nav .nav-container .link-container a:hover {
        color: #fff; }
    .treatment-nav .nav-container ul {
      padding-left: 0;
      list-style: none; }
      @media only screen and (max-width: 1350px) {
        .treatment-nav .nav-container ul {
          margin: 0; } }
      @media only screen and (max-width: 1350px) {
        .treatment-nav .nav-container ul li:last-child {
          border-bottom: none; } }
      .treatment-nav .nav-container ul li {
        margin-bottom: 50px;
        font-family: 'Mirante';
        font-weight: 600;
        letter-spacing: 3px; }
        @media only screen and (max-width: 1350px) {
          .treatment-nav .nav-container ul li {
            border-bottom: 2px solid #2c2c2c;
            margin: 0;
            position: relative; } }
        .treatment-nav .nav-container ul li .tab-label {
          color: #e1b966;
          text-transform: uppercase;
          font-size: 20px;
          display: inline-block;
          border: none;
          background: transparent;
          letter-spacing: 1.6px;
          position: relative; }
          @media only screen and (max-width: 1350px) {
            .treatment-nav .nav-container ul li .tab-label {
              padding-left: clamp(25px, 5vw, 100px);
              padding-right: clamp(25px, 5vw, 100px);
              padding-block: 20px;
              width: 100%;
              color: #fff;
              text-align: left; } }
          @media only screen and (max-width: 420px) {
            .treatment-nav .nav-container ul li .tab-label {
              font-size: 16px; } }
          .treatment-nav .nav-container ul li .tab-label::after {
            content: "";
            position: absolute;
            top: 50%;
            right: 55px;
            width: 12px;
            height: 12px;
            display: inline-block;
            border-left: 2px solid #e1b966;
            border-bottom: 2px solid #e1b966;
            -webkit-transform: translateY(-50%) rotate(-45deg);
            -ms-transform: translateY(-50%) rotate(-45deg);
            transform: translateY(-50%) rotate(-45deg);
            -webkit-transition: .25s ease-in-out;
            -o-transition: .25s ease-in-out;
            transition: .25s ease-in-out;
            display: none; }
            @media only screen and (max-width: 1350px) {
              .treatment-nav .nav-container ul li .tab-label::after {
                display: block; } }
            @media only screen and (max-width: 640px) {
              .treatment-nav .nav-container ul li .tab-label::after {
                right: 36px; } }
            @media only screen and (max-width: 400px) {
              .treatment-nav .nav-container ul li .tab-label::after {
                right: 20px; } }
          .treatment-nav .nav-container ul li .tab-label:hover {
            color: #fff;
            cursor: pointer; }
          .treatment-nav .nav-container ul li .tab-label[data-tab="Weight"] + .js-mobile {
            padding-top: 210px; }
        .treatment-nav .nav-container ul li.active {
          position: relative; }
          @media only screen and (min-width: 1351px) {
            .treatment-nav .nav-container ul li.active::before {
              content: "";
              position: absolute;
              display: block !important;
              width: 73px;
              height: 2px;
              background: #9fdffc;
              -webkit-transform: translateY(-50%);
              -ms-transform: translateY(-50%);
              transform: translateY(-50%);
              left: -100px;
              top: 50%; } }
          @media only screen and (max-width: 1351px) {
            .treatment-nav .nav-container ul li.active::before {
              display: none !important; } }
          @media only screen and (max-width: 1350px) {
            .treatment-nav .nav-container ul li.active.arrow-toggle .tab-label::after {
              -webkit-transform: rotate(135deg);
              -ms-transform: rotate(135deg);
              transform: rotate(135deg);
              top: 22px; } }
  .treatment-nav .treatment-container {
    display: none; }
  .treatment-nav .active-tab-content {
    display: block; }
    @media only screen and (max-width: 1350px) {
      .treatment-nav .active-tab-content {
        display: none; } }
  .treatment-nav .js-mobile {
    display: none; }
    @media only screen and (min-width: 1351px) {
      .treatment-nav .js-mobile {
        display: none !important; } }
  .treatment-nav .treatment-container,
  .treatment-nav .js-mobile {
    position: relative;
    background-color: #f6f6f6;
    width: 72%;
    max-width: 100%;
    padding-left: clamp(25px, 5vw, 100px);
    padding-right: clamp(25px, 5vw, 100px);
    padding-top: clamp(36px, 5vw, 80px);
    padding-bottom: clamp(36px, 5vw, 80px); }
    @media only screen and (max-width: 1350px) {
      .treatment-nav .treatment-container,
      .treatment-nav .js-mobile {
        width: 100%; } }
    .treatment-nav .treatment-container .inner,
    .treatment-nav .js-mobile .inner {
      -webkit-animation: slide-up 1.5s forwards;
      animation: slide-up 1.5s forwards; }
      @media only screen and (max-width: 1350px) {
        .treatment-nav .treatment-container .inner,
        .treatment-nav .js-mobile .inner {
          -webkit-animation: none;
          animation: none; } }
    .treatment-nav .treatment-container h2,
    .treatment-nav .js-mobile h2 {
      font-size: 60px;
      margin-top: 0;
      margin-bottom: 25px; }
      @media only screen and (max-width: 1600px) {
        .treatment-nav .treatment-container h2,
        .treatment-nav .js-mobile h2 {
          font-size: 50px; } }
      @media only screen and (max-width: 1500px) {
        .treatment-nav .treatment-container h2,
        .treatment-nav .js-mobile h2 {
          font-size: 45px; } }
      @media only screen and (max-width: 1350px) {
        .treatment-nav .treatment-container h2,
        .treatment-nav .js-mobile h2 {
          font-size: 40px; } }
      @media only screen and (max-width: 420px) {
        .treatment-nav .treatment-container h2,
        .treatment-nav .js-mobile h2 {
          font-size: 30px; } }
    .treatment-nav .treatment-container p,
    .treatment-nav .js-mobile p {
      max-width: 1001px;
      width: 100%; }
    .treatment-nav .treatment-container .photo-container,
    .treatment-nav .js-mobile .photo-container {
      padding-top: 30px; }
    .treatment-nav .treatment-container .photo-split .photo-container,
    .treatment-nav .js-mobile .photo-split .photo-container {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: start;
      -ms-flex-align: start;
      align-items: flex-start;
      gap: clamp(20px, 1vw, 50px); }
      @media only screen and (max-width: 700px) {
        .treatment-nav .treatment-container .photo-split .photo-container,
        .treatment-nav .js-mobile .photo-split .photo-container {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-direction: column;
          flex-direction: column; } }
      .treatment-nav .treatment-container .photo-split .photo-container .img-disclaimer,
      .treatment-nav .js-mobile .photo-split .photo-container .img-disclaimer {
        width: 50%; }
        @media only screen and (min-width: 2001px) {
          .treatment-nav .treatment-container .photo-split .photo-container .img-disclaimer,
          .treatment-nav .js-mobile .photo-split .photo-container .img-disclaimer {
            width: 40%; } }
        @media only screen and (max-width: 1350px) {
          .treatment-nav .treatment-container .photo-split .photo-container .img-disclaimer,
          .treatment-nav .js-mobile .photo-split .photo-container .img-disclaimer {
            width: 100%; } }
        .treatment-nav .treatment-container .photo-split .photo-container .img-disclaimer .img-wrap,
        .treatment-nav .js-mobile .photo-split .photo-container .img-disclaimer .img-wrap {
          width: 100%; }
        .treatment-nav .treatment-container .photo-split .photo-container .img-disclaimer .disclaimer,
        .treatment-nav .js-mobile .photo-split .photo-container .img-disclaimer .disclaimer {
          color: #e1b966;
          font-style: italic;
          font-size: 14px; }
      .treatment-nav .treatment-container .photo-split .photo-container .img-wrap,
      .treatment-nav .js-mobile .photo-split .photo-container .img-wrap {
        position: relative;
        width: 50%;
        height: 22vw;
        max-height: 500px;
        min-height: 235px; }
        @media only screen and (min-width: 2001px) {
          .treatment-nav .treatment-container .photo-split .photo-container .img-wrap,
          .treatment-nav .js-mobile .photo-split .photo-container .img-wrap {
            width: 40%;
            height: 19vw; } }
        @media only screen and (max-width: 1350px) {
          .treatment-nav .treatment-container .photo-split .photo-container .img-wrap,
          .treatment-nav .js-mobile .photo-split .photo-container .img-wrap {
            height: 33vw;
            width: 100%;
            max-height: 450px; } }
        @media only screen and (max-width: 700px) {
          .treatment-nav .treatment-container .photo-split .photo-container .img-wrap,
          .treatment-nav .js-mobile .photo-split .photo-container .img-wrap {
            height: 68vw; } }
        .treatment-nav .treatment-container .photo-split .photo-container .img-wrap img,
        .treatment-nav .js-mobile .photo-split .photo-container .img-wrap img {
          position: absolute;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover;
          -o-object-position: center;
          object-position: center; }
      .treatment-nav .treatment-container .photo-split .photo-container img:first-child,
      .treatment-nav .js-mobile .photo-split .photo-container img:first-child {
        margin-right: 25px; }
        @media only screen and (max-width: 1350px) {
          .treatment-nav .treatment-container .photo-split .photo-container img:first-child,
          .treatment-nav .js-mobile .photo-split .photo-container img:first-child {
            margin-right: 0;
            margin-bottom: 25px; } }
    .treatment-nav .treatment-container .treatment-content,
    .treatment-nav .js-mobile .treatment-content {
      display: -ms-grid;
      display: grid;
      -ms-grid-columns: (1fr)[2];
      grid-template-columns: repeat(2, 1fr);
      gap: clamp(20px, 3vw, 50px);
      padding-top: 30px; }
      @media only screen and (max-width: 700px) {
        .treatment-nav .treatment-container .treatment-content,
        .treatment-nav .js-mobile .treatment-content {
          -ms-grid-columns: (1fr)[1];
          grid-template-columns: repeat(1, 1fr); } }
      @media only screen and (max-width: 700px) {
        .treatment-nav .treatment-container .treatment-content .grid-item-1,
        .treatment-nav .js-mobile .treatment-content .grid-item-1 {
          -webkit-box-ordinal-group: 3;
          -ms-flex-order: 2;
          order: 2; } }
      .treatment-nav .treatment-container .treatment-content .grid-item-1 p,
      .treatment-nav .js-mobile .treatment-content .grid-item-1 p {
        margin-top: 0;
        font-size: clamp(16px, 1.5vw, 30px);
        font-family: 'Averta';
        font-weight: 400;
        line-height: 1.5;
        width: 100%; }
      .treatment-nav .treatment-container .treatment-content .grid-item-1 img,
      .treatment-nav .js-mobile .treatment-content .grid-item-1 img {
        max-width: 100%; }
        @media only screen and (max-width: 620px) {
          .treatment-nav .treatment-container .treatment-content .grid-item-1 img,
          .treatment-nav .js-mobile .treatment-content .grid-item-1 img {
            width: 100%; } }
      .treatment-nav .treatment-container .treatment-content .grid-item-1 .photo-container,
      .treatment-nav .js-mobile .treatment-content .grid-item-1 .photo-container {
        padding-top: 0; }
      .treatment-nav .treatment-container .treatment-content .video-container,
      .treatment-nav .js-mobile .treatment-content .video-container {
        position: relative;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content; }
        .treatment-nav .treatment-container .treatment-content .video-container:hover::before,
        .treatment-nav .js-mobile .treatment-content .video-container:hover::before {
          opacity: 1; }
        .treatment-nav .treatment-container .treatment-content .video-container::before,
        .treatment-nav .js-mobile .treatment-content .video-container::before {
          content: '';
          position: absolute;
          width: 100%;
          height: 100%;
          background-color: rgba(0, 0, 0, 0.4);
          opacity: 0;
          -webkit-transition: .3s ease-in-out;
          -o-transition: .3s ease-in-out;
          transition: .3s ease-in-out; }
        .treatment-nav .treatment-container .treatment-content .video-container .overlay,
        .treatment-nav .js-mobile .treatment-content .video-container .overlay {
          position: absolute;
          width: 79px;
          bottom: 38px;
          left: 33px;
          right: 0; }
        .treatment-nav .treatment-container .treatment-content .video-container .tile-img,
        .treatment-nav .js-mobile .treatment-content .video-container .tile-img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
          object-fit: cover; }
        .treatment-nav .treatment-container .treatment-content .video-container .play-btn,
        .treatment-nav .js-mobile .treatment-content .video-container .play-btn {
          -webkit-appearance: none;
          -moz-appearance: none;
          appearance: none;
          color: inherit;
          background: none;
          -webkit-box-sizing: border-box;
          box-sizing: border-box;
          font-size: inherit;
          cursor: pointer;
          border: none;
          -webkit-box-shadow: none;
          box-shadow: none;
          border-radius: 0;
          margin: 0;
          padding: 0;
          position: absolute;
          left: 0;
          top: 0;
          right: 0;
          bottom: 0;
          height: 100%;
          width: 100%;
          display: block;
          z-index: 2;
          -webkit-transition: 0.3s all ease;
          -o-transition: 0.3s all ease;
          transition: 0.3s all ease; }
