@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;700&display=swap");
@import url("https://use.typekit.net/njp8raq.css");
@import url("https://use.typekit.net/bzc1jwi.css");
@import url("https://fonts.googleapis.com/css2?family=Raleway:wght@300;400;500;600;700&display=swap");
@import url("https://use.typekit.net/qju7ddl.css");
:root {
  --asset-url:https://assets.doctorlogic.com/Images/Sites/U/UltimateMale;
  --global-asset-url:https://assets.doctorlogic.com/Images/Sites/GlobalAssets;
}

/* Universal Color Matches */
/* Site Fonts */
/* Change These For Your Design */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Nav */
/* Header */
/* Section Widths */
/* Section Padding */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* Footer */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}
.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}
.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/* box-sizing for flexbox */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 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, .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 {
  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 */
  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 {
  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] {
  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;
}

/* Don't Change These */
:root {
  --logo-color: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496186.png");
  --logo-white: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496187.png");
  --font-family: open sans, sans-serif;
  --font-family-alt: novecento-sans-wide, sans-serif;
  --subheadline-size: clamp(1rem, 2vw, 1.4rem);
  --cta-color: #ffffff;
  --cta-color-sticky: #000000;
  --cta-color-hover: #B45604;
  --nav-color: #000000;
  --nav-color-hover: #B45604;
  --nav-color-sticky: #000000;
  --header-max-width: 1600px;
  --header-padding-x: 48px;
  --header-padding-y: 12px;
  --max-width: 1600px;
  --max-width-narrow: 1000px;
  --padding-y: 60px;
  --padding-x: 32px;
  --padding-y-mobile: 40px;
  --padding-x-mobile: 32px;
  --box-padding: 40px;
  --box-padding-mobile: 24px 0;
  --gap: 1rem;
  --gap-mobile: 10px;
  --category-columns-sm: 24;
  --category-columns-md: 12;
  --category-columns-lg: 12;
  --category-min-height: 600px;
  --category-min-height-mobile: 300px;
  --parallax: url("//assets.doctorlogic.com/Images/Sites/T/ThePlasticsClinic_Sparks/MasterPage/1046955.jpg");
  --aisle-columns-sm: 24;
  --aisle-columns-md: 12;
  --aisle-columns-lg: 12;
  --aisle-min-height: 600px;
  --aisle-min-height-mobile: 300px;
  --interior-feature-heading-bg: #F9F9F9;
  --interior-feature-bg: #F9F9F9;
  --interior-parallax-1: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/1496209.jpg?crop=(0.00,0.00,2000.00,1125.00)");
  --interior-parallax-2: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/1496211.jpg?crop=(0.00,68.65,2000.00,1193.65)");
  --interior-parallax-3: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/1496212.jpg?crop=(0.00,0.00,2000.00,1125.00)");
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height, 0px) * 1.5 + 2rem);
}

body {
  position: relative;
  transition: all ease-in-out 0.3s;
}
body.nav-opens--right {
  right: 0;
}
body.nav-opens--left {
  left: 0;
}

li {
  line-height: 1.5;
}

.hidden {
  display: none;
}

.btn, button {
  white-space: nowrap;
}

.alma-grid {
  padding: 20px;
  max-width: 1400px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
}
.alma-grid ul.breadcrumb {
  grid-column: auto/span 24;
  display: flex;
  list-style: none;
  padding: 0;
}
.alma-grid ul.breadcrumb li {
  padding-right: 10px;
}
.alma-grid ul.breadcrumb li a {
  text-decoration: none;
  color: #000000;
}
.alma-grid ul.breadcrumb > li + li:before {
  color: #000000;
  content: "> ";
  padding: 0 5px;
  text-align: center;
}
.alma-grid__title {
  grid-column: auto/span 24;
}
.alma-grid__content {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
}
.alma-grid__content-left {
  grid-column: auto/span 12;
}
@media (min-width: 768px) {
  .alma-grid__content-left {
    grid-column: auto;
  }
}
.alma-grid__content-left img {
  width: 100%;
  height: auto;
  display: block;
  min-width: 300px;
}
.alma-grid__content-right {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .alma-grid__content-right {
    grid-column: auto/span 18;
  }
}
.alma-grid__content-logo {
  padding: 0 0 40px;
}
.alma-grid__content-logo img {
  max-width: 300px;
  width: 100%;
  height: auto;
  display: block;
}
.alma-grid__gallery {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
  padding: 40px 0;
}
.alma-grid__gallery-headline {
  grid-column: auto/span 24;
}
.alma-grid__gallery-slider {
  grid-column: auto/span 24;
}
.alma-grid__gallery-cell {
  width: 100%;
  margin: 0 10px;
}
.alma-grid__gallery-cell img {
  width: 100%;
  height: auto;
  display: block;
}
@media (min-width: 768px) {
  .alma-grid__gallery-cell {
    width: 50%;
  }
}
@media (min-width: 1241px) {
  .alma-grid__gallery-cell {
    width: 30%;
  }
}
.alma-grid__videos {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-gap: 10px;
  padding: 40px 0;
}
.alma-grid__videos-headline {
  grid-column: auto/span 24;
}
.alma-grid__videos-slider {
  grid-column: auto/span 24;
}
.alma-grid__videos-cell {
  width: 100%;
  margin: 0 10px;
}
@media (min-width: 768px) {
  .alma-grid__videos-cell {
    width: 50%;
  }
}
@media (min-width: 1241px) {
  .alma-grid__videos-cell {
    width: 30%;
  }
}
.alma-grid__videos-item {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.alma-grid__videos-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.alma-grid__faqs {
  grid-column: auto/span 24;
}
.alma-grid__faqs-items {
  padding: 20px 0 40px;
}
.alma-grid__faqs-item {
  padding: 0 0 40px;
}

/* Universal Color Matches */
/* Site Fonts */
/* Change These For Your Design */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* Footer */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}
.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}
.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/* box-sizing for flexbox */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/**
 * 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, .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 {
  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 */
  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 {
  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] {
  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;
}

/* Don't Change These */
:root {
  --logo-color: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496186.png");
  --logo-white: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496187.png");
  --font-family: open sans, sans-serif;
  --font-family-alt: novecento-sans-wide, sans-serif;
  --subheadline-size: clamp(1rem, 2vw, 1.4rem);
  --cta-color: #ffffff;
  --cta-color-sticky: #000000;
  --cta-color-hover: #B45604;
  --nav-color: #000000;
  --nav-color-hover: #B45604;
  --nav-color-sticky: #000000;
  --header-max-width: 1600px;
  --header-padding-x: 48px;
  --header-padding-y: 12px;
  --max-width: 1600px;
  --max-width-narrow: 1000px;
  --padding-y: 60px;
  --padding-x: 32px;
  --padding-y-mobile: 40px;
  --padding-x-mobile: 32px;
  --box-padding: 40px;
  --box-padding-mobile: 24px 0;
  --gap: 1rem;
  --gap-mobile: 10px;
  --category-columns-sm: 24;
  --category-columns-md: 12;
  --category-columns-lg: 12;
  --category-min-height: 600px;
  --category-min-height-mobile: 300px;
  --parallax: url("//assets.doctorlogic.com/Images/Sites/T/ThePlasticsClinic_Sparks/MasterPage/1046955.jpg");
  --aisle-columns-sm: 24;
  --aisle-columns-md: 12;
  --aisle-columns-lg: 12;
  --aisle-min-height: 600px;
  --aisle-min-height-mobile: 300px;
  --interior-feature-heading-bg: #F9F9F9;
  --interior-feature-bg: #F9F9F9;
  --interior-parallax-1: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/1496209.jpg?crop=(0.00,0.00,2000.00,1125.00)");
  --interior-parallax-2: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/1496211.jpg?crop=(0.00,68.65,2000.00,1193.65)");
  --interior-parallax-3: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/1496212.jpg?crop=(0.00,0.00,2000.00,1125.00)");
}

html {
  scroll-behavior: smooth;
  scroll-padding-top: calc(var(--header-height, 0px) * 1.5 + 2rem);
}

body {
  position: relative;
  transition: all ease-in-out 0.3s;
}
body.nav-opens--right {
  right: 0;
}
body.nav-opens--left {
  left: 0;
}

li {
  line-height: 1.5;
}

.hidden {
  display: none;
}

.btn, button {
  white-space: nowrap;
}

.header--3 {
  position: sticky;
  top: 0;
  z-index: 500;
}
body.nav-opens--right .header--3 {
  right: 0;
}
body.nav-opens--left .header--3 {
  left: 0;
}
.header--3 .nav__items--sub li:first-of-type:has(.slide-menu__backlink) {
  padding: 0 !important;
}
.header--3 .slide-menu {
  width: 320px;
  height: 100% !important;
  min-height: 100dvh !important;
  display: grid !important;
  grid-template-rows: 1fr auto !important;
}
@media (min-width: 1241px) {
  .header--3 .slide-menu {
    min-height: unset !important;
    display: flex;
    height: auto;
  }
}
.header--3 .slide-menu__backlink {
  color: #000000;
  padding: 18px 10px;
}
.dark-mode .header--3 .slide-menu__backlink {
  color: #ffffff;
}
.header--3 .slide-menu__backlink:hover {
  color: #000000;
}
.dark-mode .header--3 .slide-menu__backlink:hover {
  color: #ffffff;
}

body.openNav .header {
  right: 0 !important;
}
body.openNav .header__nav {
  display: block;
}

.header {
  height: calc(var(--header-height) * 1px);
  background-color: primary;
  background-color: #ffffff;
}
.dark-mode .header {
  background-color: #000000;
  background-color: #000000;
}
.header__container {
  margin: 0 auto;
  padding: 20px 48px !important;
  display: flex;
  align-items: center;
}
@media (min-width: 1241px) {
  .header__container {
    display: grid;
    grid-template-columns: minmax(48px, calc((100vw - 1600px) / 2 + 48px)) 1fr 1fr minmax(48px, calc((100vw - 1600px) / 2 + 48px));
    padding: 0 !important;
  }
}
.header ul {
  padding: 0;
  list-style: none;
}
.header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496187.png");
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  margin: 10px 0;
}
.header__notification {
  padding: 10px;
}
.header__notification-text {
  padding: 0 20px;
  margin: 0 10px;
}
.header__logo-container {
  flex: 1;
  padding: 0;
}
@media (min-width: 1241px) {
  .header__logo-container {
    grid-column: 2/span 1;
    padding: 12px 0 12px 20px;
  }
}
.header__logo {
  height: 46px;
}
@media (min-width: 1241px) {
  .header__logo {
    height: 64px;
  }
}
.header__logo-text {
  height: 60px;
  display: flex;
  align-items: center;
  font-size: clamp(0.9rem, 1.5vw, 2rem);
  color: #ffffff;
}
.header__cta-container {
  flex: 0 0 auto;
  margin-left: auto;
  padding: 0 0 0 20px;
  display: flex;
  align-items: center;
}
@media (min-width: 1241px) {
  .header__cta-container {
    grid-column: 3/span 1;
    padding-right: 20px;
  }
}
.header__cta-container .nav__items {
  display: flex;
  align-items: center;
  margin-top: 0;
}
.header__cta-container .nav__item,
.header__cta-container .nav__link {
  padding: 0 0 0 16px !important;
}
.header .slide-menu {
  padding-right: 0px;
  padding-top: 28px;
}
@media (min-width: 1241px) {
  .header .slide-menu {
    padding-top: 0;
  }
}
.header .nav-toggle {
  width: 42px !important;
  left: auto !important;
  right: 0 !important;
}
.header__nav-toggle {
  display: block;
  position: relative;
  width: 24px;
  height: 24px;
  margin-inline-start: 15px;
}
.header__nav-toggle label {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
}
.header__nav-toggle input {
  display: none;
}
.header__nav-toggle span {
  transition-duration: 0s;
  transition-delay: 0.2s;
  display: inline-block;
  width: 24px;
  height: 3px;
  background-color: black;
  border-radius: 3px;
  position: absolute;
  top: 51%;
  transform: translateY(-50%);
}
.header__nav-toggle span::after, .header__nav-toggle span::before {
  transition-delay: 0.2s, 0s;
  transition-duration: 0.2s;
  transition-property: margin, transform;
  content: "";
  position: absolute;
  width: 24px;
  height: 3px;
  background-color: black;
  border-radius: 3px;
}
.header__nav-toggle span::after {
  margin-top: 8px;
}
.header__nav-toggle span::before {
  margin-top: -8px;
}
.header__nav-toggle .header__nav-toggle--open span {
  background-color: transparent;
  display: none;
}
.header__nav-toggle .header__nav-toggle--open span::before, .header__nav-toggle .header__nav-toggle--open span::after {
  transition-delay: 0s, 0.2s;
  margin-top: 0;
}
.header__nav-toggle .header__nav-toggle--open span::before {
  transform: rotate(45deg);
}
.header__nav-toggle .header__nav-toggle--open span::after {
  transform: rotate(-45deg);
}
@media (min-width: 1241px) {
  .header:has(.header__mobile-ctas) .slide-menu {
    flex-direction: row;
  }
}
.header__mobile-ctas {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #ececec;
  padding: 24px 10px;
  border-top: solid 1px #c6c6c6;
  margin-top: auto;
}
@media (min-width: 1241px) {
  .header__mobile-ctas {
    display: none;
  }
}
.header.hamburger .header__mobile-ctas {
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #ececec;
  padding: 24px 10px;
  border-top: solid 1px #c6c6c6;
  max-height: 50%;
  margin-top: auto;
}
.header__mobile-cta {
  display: flex;
  align-items: center;
  padding: 8px 20px;
}
.header__mobile-cta svg {
  width: 16px;
  height: 16px;
}
.header__mobile-cta span {
  padding-left: 12px;
  font-weight: 700;
  font-size: 0.8rem;
  text-transform: uppercase;
  color: #000000;
}
.dark-mode .header__mobile-cta span {
  color: #000000;
}
.header__nav-toggle--left {
  margin-inline-start: 0px;
  margin-inline-end: 24px;
}
@media (min-width: 1241px) {
  .header__nav {
    grid-column: 1/span 5;
  }
}
.header__nav .nav__link {
  text-decoration: none;
  color: #000000;
  display: block;
}
.header__nav .nav__item--sub:hover .nav__item--tert {
  padding: 10px;
}
.header__nav .nav-toggle {
  position: absolute;
  inset: calc(var(--header-height) / 4) 0 0;
  width: 100%;
  height: calc(var(--header-height) / 2);
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 8px 24px;
  z-index: 999;
  cursor: pointer;
}
.header__nav .nav-toggle span {
  background-color: transparent !important;
}
.header__nav .nav-toggle span::before {
  content: "✕";
  cursor: pointer;
  font-size: clamp(1rem, 1.5vw, 1.3rem);
}
.header__notification {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item:last-of-type .nav__items--sub {
    left: auto;
    right: 0;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .slide-menu .nav__item:last-of-type ul ul {
    left: -100% !important;
  }
}

.cta__icon {
  width: 24px;
  display: flex;
  align-items: center;
}
.cta__icon svg {
  width: 24px;
  height: 24px;
}
@media (min-width: 1241px) {
  .cta__icon {
    display: none;
  }
}

.nav__link {
  display: none;
}
@media (min-width: 1241px) {
  .nav__link {
    display: block;
  }
}

.slide-menu ul ul {
  padding: 8px 10px !important;
  width: 320px;
}
@media (min-width: 1241px) {
  .slide-menu ul ul {
    padding: 20px 0 !important;
    width: 320px;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__logo {
    height: 56px;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav-toggle {
    display: none;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav {
    flex: 0 0 100%;
    padding: 10px 0;
    position: relative;
    display: block;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav-toggle {
    display: none;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__items {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0;
  }
  .header:not(.hamburger) .header__nav .nav__items--sub {
    flex-direction: column;
    align-items: flex-start;
    top: 20px;
    left: 0;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s;
    min-width: 300px;
    width: 100%;
  }
  .header:not(.hamburger) .header__nav .nav__items--tert {
    flex-direction: column;
    min-width: 100%;
  }
}
@media (min-width: 1241px) and (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__items--tert {
    padding-top: 0;
  }
  .header:not(.hamburger) .header__nav .nav__items--tert::after {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    min-height: 40vh;
    z-index: -1;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item {
    padding: 0 10px;
    position: relative;
  }
  .header:not(.hamburger) .header__nav .nav__item > .nav__items {
    display: none;
  }
  .header:not(.hamburger) .header__nav .nav__item:hover .nav__items--sub {
    visibility: visible;
    opacity: 1;
  }
  .header:not(.hamburger) .header__nav .nav__item:hover > .nav__items {
    display: flex;
  }
}
.header:not(.hamburger) .header__nav .nav__item--sub {
  width: 100%;
  padding: 10px;
}
.header:not(.hamburger) .header__nav .nav__item--sub:has(.nav__items--tert) > .nav__link {
  position: relative;
  width: 100%;
}
.header:not(.hamburger) .header__nav .nav__item--sub:has(.nav__items--tert) > .nav__link::after {
  content: "＞";
  position: absolute;
  left: auto;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  opacity: 0;
  transition: opacity 0.3s ease;
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item--sub {
    background: #ffffff;
  }
}
@media (min-width: 1025px) {
  .header:not(.hamburger) .header__nav .nav__item--sub:hover .nav__link::after {
    opacity: 1;
  }
}
.header:not(.hamburger) .header__nav .nav__item--tert {
  width: 100%;
  padding: 10px;
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item--tert {
    background: #ffffff;
    display: none;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item--sub:hover .nav__item--tert {
    min-width: 180px;
    display: block;
  }
}
.header:not(.hamburger) .header__notification {
  display: flex;
  align-items: center;
  justify-content: center;
}

.header--scroll {
  box-shadow: rgba(17, 12, 46, 0.15) 0px 0 100px 0px;
}
.header--scroll .header__logo-text {
  color: #F27405;
}

html:not(.home-page) .header {
  position: sticky;
}
html:not(.home-page) .header__logo-text {
  color: #000000;
}

.slide-menu__decorator span {
  margin: 0 !important;
}
.slide-menu__decorator span::before {
  left: 0.45em !important;
  top: 50% !important;
}

.slide-menu__backlink span::before {
  right: 0.45em !important;
  top: 33% !important;
}

.slide-menu {
  background-color: primary;
  background-color: #ffffff;
}
.dark-mode .slide-menu {
  background-color: #000000;
  background-color: #000000;
}

.nav__item {
  padding: 8px 16px;
}
.nav__item .nav__link {
  color: #000000;
}
.dark-mode .nav__item .nav__link {
  color: #ffffff;
}

.nav-toggle span::before {
  color: #000000;
}
.dark-mode .nav-toggle span::before {
  color: #ffffff;
}

.header:not(.hamburger) .header__container {
  background-color: primary;
  background-color: #ffffff;
}
.dark-mode .header:not(.hamburger) .header__container {
  background-color: #000000;
  background-color: #000000;
}
.header:not(.hamburger) .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496186.png");
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__item .nav__link {
    color: #000000;
  }
  .dark-mode .header:not(.hamburger) .nav__item .nav__link {
    color: #ffffff;
  }
  .header:not(.hamburger) .nav__item--sub,
  .header:not(.hamburger) .nav__item--tert {
    background-color: primary;
    background-color: #ffffff;
  }
  .dark-mode .header:not(.hamburger) .nav__item--sub,
  .dark-mode .header:not(.hamburger) .nav__item--tert {
    background-color: #000000;
    background-color: #000000;
  }
  .header:not(.hamburger) .nav__item--sub:hover,
  .header:not(.hamburger) .nav__item--tert:hover {
    background: #c6c6c6;
  }
}

html.dark-mode .header:not(.hamburger) .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496187.png");
}

.header.hamburger .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496186.png");
}
.header.hamburger .header__container {
  background-color: primary;
  background-color: #ffffff;
}
.dark-mode .header.hamburger .header__container {
  background-color: #000000;
  background-color: #000000;
}
.header.hamburger .slide-menu ul {
  padding: 78px 10px 20px 10px !important;
}

html.dark-mode .header.hamburger .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496187.png");
}

.header.header--scroll .header__container {
  background-color: primary;
  background-color: #ffffff;
}
.dark-mode .header.header--scroll .header__container {
  background-color: #000000;
  background-color: #000000;
}

html .header.header--scroll .header__cta-container .nav__link {
  color: #000000;
}
.dark-mode html .header.header--scroll .header__cta-container .nav__link {
  color: #ffffff;
}

html.dark-mode .header__nav-toggle span::before,
html.dark-mode .header__nav-toggle span::after,
html.dark-mode .header__nav-toggle span {
  background: #ffffff;
}
html.dark-mode .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496187.png");
}
html.dark-mode .header.header--scroll .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496187.png");
}
html.dark-mode .header.header--scroll .header__nav-toggle span::before,
html.dark-mode .header.header--scroll .header__nav-toggle span::after,
html.dark-mode .header.header--scroll .header__nav-toggle span {
  background: #ffffff;
}
html.dark-mode .header .header__cta-container g.st0 {
  fill: #ffffff;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__items--sub {
    max-width: 300px !important;
  }
  .header:not(.hamburger) .nav__item--sub {
    position: unset !important;
  }
  .header:not(.hamburger) .nav__items--tert {
    top: 20px !important;
  }
  .header:not(.hamburger) .slide-menu {
    background: transparent;
  }
}
@media (min-width: 1241px) {
  .header:not(.hamburger):not(.header--scroll) .nav__item--sub:hover,
  .header:not(.hamburger):not(.header--scroll) .nav__item--tert:hover {
    background: #c6c6c6 !important;
    color: #000000;
  }
}

html.home-page .header {
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
}
html.home-page .header .header__container {
  background: transparent;
}
html.home-page .header .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496187.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
html.home-page .header .header__cta-container::before {
  background: #ffffff;
}
html.home-page .header .header__nav-toggle span, html.home-page .header .header__nav-toggle span::before, html.home-page .header .header__nav-toggle span::after {
  background: #ffffff;
}
html.home-page .header .header__cta-container .nav__link {
  color: #ffffff;
}
html.home-page .header .cta__icon .st0 {
  fill: #ffffff;
}

html.dark-mode.home-page .header:not(.hamburger) .header__container {
  background: transparent;
}

html.dark-mode.home-page .header:not(.hamburger).header--scroll .header__container {
  background-color: #000000;
}
html.dark-mode.home-page .header:not(.hamburger).header--scroll .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496187.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
html.dark-mode.home-page .header:not(.hamburger).header--scroll .header__cta-container .nav__link {
  color: #ffffff;
}

html.home-page .header.header--scroll .header__container {
  background-color: primary;
  background-color: #ffffff;
}
.dark-mode html.home-page .header.header--scroll .header__container {
  background-color: #000000;
  background-color: #000000;
}
html.home-page .header.header--scroll .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496186.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
html.home-page .header.header--scroll .header__cta-container .nav__link {
  color: #000000;
}
html.home-page .header.header--scroll .header__cta-container::before {
  background: #c6c6c6;
}
html.home-page .header.header--scroll .header__nav-toggle span, html.home-page .header.header--scroll .header__nav-toggle span::before, html.home-page .header.header--scroll .header__nav-toggle span::after {
  background: #000000;
}
html.home-page .header.header--scroll .cta__icon .st0 {
  fill: #000000;
}

html.home-page.dark-mode .header__container {
  background: transparent !important;
}

html.home-page.dark-mode .header.header--scroll .header__container {
  background: #000000 !important;
}
html.home-page.dark-mode .header.header--scroll .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496187.png");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
html.home-page.dark-mode .header.header--scroll .nav__link {
  color: #ffffff;
}

html.dark-mode.home-page .header.header--scroll .cta__icon .st0 {
  fill: #ffffff;
}

html.dark-mode.home-page .header.header--scroll .header__nav-toggle span, html.dark-mode.home-page .header.header--scroll .header__nav-toggle span::before, html.dark-mode.home-page .header.header--scroll .header__nav-toggle span::after {
  background: #ffffff;
}

@media (min-width: 1241px) {
  html.home-page .header:not(.hamburger):not(.header--scroll) .nav__item .nav__link:not(.nav__item--sub .nav__link):not(.nav__item--tert .nav__link):not(.header__cta-container) {
    color: #ffffff;
  }
}

.header.hamburger .slide-menu {
  display: flex !important;
  flex-direction: column;
}
@media (min-width: 1241px) {
  .header.hamburger .slide-menu {
    flex-direction: column !important;
  }
}

.header__logo-container {
  max-width: 1200px !important;
}
.header__logo-container--user-defined .header__logo {
  display: block !important;
  height: 100% !important;
  width: 100% !important;
}
.header__logo-container--small {
  height: 70px !important;
  width: 100% !important;
  max-width: 400px !important;
}
.header__logo-container--medium {
  height: 100px !important;
  width: 100% !important;
  max-width: 800px !important;
}
.header__logo-container--large {
  height: 130px !important;
  width: 100% !important;
  max-width: 1200px !important;
}
.header .header__logo--user-defined.header__logo--small {
  width: 150px !important;
}
.header .header__logo--user-defined.header__logo--medium {
  width: 180px !important;
}
.header .header__logo--user-defined.header__logo--large {
  width: 210px !important;
}
@media (min-width: 1024px) {
  .header .header__logo-container {
    max-width: 1200px !important;
  }
  .header .header__logo {
    max-width: 1200px !important;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .header .header__logo-container {
    max-width: 800px !important;
  }
  .header .header__logo {
    max-width: 600px !important;
  }
}
@media (max-width: 767px) {
  .header .header__logo-container {
    max-width: 400px !important;
  }
  .header .header__logo-container--small {
    max-width: 340px !important;
  }
  .header .header__logo-container--medium {
    max-width: 370px !important;
  }
  .header .header__logo-container--large {
    max-width: 400px !important;
  }
  .header .header__logo {
    max-width: 140px !important;
  }
  .header .header__logo--small {
    max-width: 90px !important;
  }
  .header .header__logo--medium {
    max-width: 120px !important;
  }
  .header .header__logo--large {
    max-width: 140px !important;
  }
}

.header__notification {
  background: #F27405;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  height: auto;
  opacity: 1;
}
.header__notification a {
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
}
.header__notification--hidden {
  overflow: hidden; /* Hide the element content, while height = 0 */
  height: 0;
  opacity: 0;
  padding: 0;
  transition: all ease-out 0.3s;
}

.header__notification-btn.btn, button.header__notification-btn {
  background: #B45604;
  color: #ffffff;
  border: none;
  border-radius: 0;
  padding: 10px;
  margin: 0 10px;
}
@media (min-width: 1025px) {
  .header__notification-btn.btn:hover, button.header__notification-btn:hover {
    background: #502602;
  }
}

.header__notification-close {
  position: absolute;
  mix-blend-mode: exclusion;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}

.slide-menu {
  position: fixed;
  width: 320px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateX(100%);
  overflow-y: auto;
  z-index: 1000;
}

.slide-menu, .slide-menu .slide-menu__slider {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.slide-menu .slide-menu__slider {
  width: 100%;
  transform: translateX(0);
}

.slide-menu ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
}

.slide-menu ul a {
  display: block;
}

.slide-menu a {
  cursor: pointer;
}

:root {
  --nav-breakpoint: 1241px;
}

.header:not(.hamburger) .slide-menu {
  left: auto;
  right: 0px;
  display: block;
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .slide-menu {
    position: relative;
    width: auto;
    height: unset;
    top: unset;
    right: unset;
    display: block;
    transform: none;
    z-index: unset;
  }
}

.slide-menu {
  position: fixed;
  width: 280px;
  max-width: 100%;
  height: 100vh;
  top: 0;
  right: 0;
  display: none;
  overflow: hidden;
  box-sizing: border-box;
  transform: translateX(100%);
  overflow-y: auto;
  z-index: 1000;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .slide-menu {
    position: relative;
    width: 100%;
    height: auto;
    top: unset;
    right: unset;
    display: flex;
    overflow: visible;
    transform: none;
  }
}

body.openNav .slide-menu {
  display: block;
  transform: translateX(0);
}

.slide-menu,
.slide-menu .slide-menu__slider {
  transition: transform 0.3s ease-in-out;
  will-change: transform;
}

.slide-menu .slide-menu__slider {
  width: 100%;
  transform: translateX(0);
}

.slide-menu ul {
  position: relative;
  width: 100%;
  margin: 0;
  padding: 20px 10px;
  list-style: none;
}

.slide-menu ul ul {
  position: absolute;
  top: 0;
  left: 100%;
  display: none;
  padding: 0 10px;
}

.slide-menu ul a {
  display: block;
}

.slide-menu a {
  cursor: pointer;
}

.slide-menu__decorator span {
  position: relative;
}
.slide-menu__decorator span::before {
  content: "";
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: absolute;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  vertical-align: top;
  width: 0.45em;
}

.slide-menu__backlink {
  padding: 20px;
  text-transform: uppercase;
  font-size: 1rem;
  color: #ffffff;
}
.slide-menu__backlink:hover {
  color: #ffffff;
}
.slide-menu__backlink span {
  position: relative;
}
.slide-menu__backlink span::before {
  content: "";
  border-style: solid;
  border-width: 0.15em 0.15em 0 0;
  display: inline-block;
  height: 0.45em;
  left: 0.15em;
  position: absolute;
  top: 35%;
  transform: rotate(-135deg);
  vertical-align: top;
  width: 0.45em;
}

.disclaimer {
  padding: 20px;
  text-align: center;
}

.footer--2 {
  padding: 20px 40px;
}

.footer__container {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  max-width: 1600px;
  margin: 0 auto;
}
.footer__logo-container {
  flex: 0 0 100%;
  padding: 20px 20px 40px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 991px) {
  .footer__logo-container {
    flex: 0 0 20%;
    justify-content: flex-start;
    padding: 0 0 0 20px;
  }
}
.footer__logo {
  height: 70px;
  max-width: 200px;
  width: 100%;
}
.footer__logo--user-defined .header__logo {
  display: block;
  height: 100%;
  width: 100%;
}
.footer__logo--small {
  height: 70px;
  width: 100%;
  max-width: 400px;
}
.footer__logo--medium {
  height: 100px;
  width: 100%;
  max-width: 800px;
}
.footer__logo--large {
  height: 130px;
  width: 100%;
  max-width: 1200px;
}
.footer__logo-text {
  height: 70px;
  display: flex;
  align-items: center;
  font-size: clamp(0.9rem, 1vw, 1.2rem);
  color: #ffffff;
}
.footer__nav {
  flex: 0 0 100%;
}
@media (min-width: 768px) {
  .footer__nav {
    flex: 1;
  }
}
.footer__nav ul {
  padding: 0;
}
.footer__nav ul ul {
  padding-top: 8px;
}
.footer__nav li {
  font-size: 1.2rem;
}
.footer__nav li a {
  border-bottom: solid 1px #ffffff;
}
.footer__nav li li {
  font-size: 0.9rem;
}
.footer__nav li li a {
  border-bottom: unset;
}
.footer__nav .nav__items {
  display: flex;
  align-items: center;
  flex-direction: column;
}
@media (min-width: 991px) {
  .footer__nav .nav__items {
    flex-direction: row;
    justify-content: flex-start !important;
    align-items: flex-start;
  }
}
.footer__nav .nav__items--sub {
  flex-direction: column;
}
.footer__nav .nav__items--sub .nav__item {
  padding: 0;
}
.footer__nav .nav__item {
  padding: 5px 20px;
  flex-direction: column;
}
.footer__nav .nav__link {
  padding: 5px 0;
  text-decoration: none;
  display: block !important;
  text-align: center;
}
@media (min-width: 768px) {
  .footer__nav .nav__link {
    text-align: left;
  }
}
.footer .nav__items {
  list-style: none;
  justify-content: center;
}
@media (min-width: 991px) {
  .footer .nav__items {
    justify-content: flex-start;
  }
}
.footer .nav__link {
  color: #ffffff;
}
.footer__social-container {
  flex: 0 0 100%;
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .footer__social-container {
    flex: 0 0 auto;
  }
}
.footer__social-container .social-icons {
  display: flex;
  align-items: center;
  justify-content: center;
}
.footer__social-container .social-icons__icon {
  padding: 0 10px;
}
.footer__social-container .social-icons svg {
  width: 32px;
  height: 32px;
}
.footer__address {
  flex: 0 0 100%;
  padding: 40px 20px 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  color: #ffffff;
}
@media (min-width: 991px) {
  .footer__address {
    flex-direction: row;
    flex-wrap: wrap;
  }
}
.footer__address p {
  padding: 0 5px;
  margin: 0;
}
.footer__address--multiple {
  padding: 10px 20px;
}
.footer__address a {
  color: #F27405;
}
.footer__address span {
  display: none;
  padding: 0 16px 0 11px;
}
@media (min-width: 991px) {
  .footer__address span {
    display: inline;
  }
}
.footer__custom {
  padding: 10px 0 0;
}
@media (min-width: 991px) {
  .footer__custom {
    padding: 0 0 0 20px;
  }
}
.footer__copyright {
  flex: 0 0 100%;
  display: flex;
  text-align: center;
  padding: 20px 20px 0;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #ffffff;
}
@media (min-width: 991px) {
  .footer__copyright {
    flex-direction: row;
  }
}
.footer__copyright span {
  padding: 10px 0;
  color: #ffffff;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
@media (min-width: 991px) {
  .footer__copyright span {
    padding: 0 20px;
  }
}
.footer__copyright a {
  color: #ffffff;
  font-size: clamp(0.9rem, 1vw, 1rem);
}
.footer__dl {
  display: flex;
  align-items: center;
  color: #ffffff;
}
@media (min-width: 768px) {
  .footer__dl {
    padding: 0 5px;
  }
}
.footer__dl span {
  padding: 0 5px;
  color: #ffffff;
}
.footer__dl svg {
  width: 27px;
  height: 27px;
  padding: 3px;
}
.footer__dl svg .st0 {
  fill: #ffffff;
}
.footer__dl a {
  color: #ffffff;
}

/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* Footer */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}
.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}
.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

.masthead {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
}
.masthead--no-img {
  padding: 40px 20px 20px;
}
@media (min-width: 768px) {
  .masthead--no-img {
    padding: 40px 40px 20px;
  }
}
.masthead--no-img .breadcrumbs__item a {
  color: #ffffff;
}
.masthead--no-img .breadcrumbs__item a:hover {
  color: #B45604;
}
.masthead--w-bg {
  min-height: 300px;
}
@media (min-width: 991px) {
  .masthead--w-bg {
    min-height: 600px;
  }
}
.masthead--w-bg .masthead__image {
  grid-column: 1/span 24;
  grid-row: 1;
}
.masthead--w-bg .masthead__text {
  grid-row: 1;
  color: #ffffff;
  text-align: center;
  padding: 40px 20px;
}
@media (min-width: 569px) {
  .masthead--w-bg .masthead__text {
    padding: 40px;
  }
}
.masthead--w-img .masthead__image-container {
  grid-column: 1/span 24;
}
@media (min-width: 768px) {
  .masthead--w-img .masthead__image-container {
    grid-column: auto/span 12;
  }
}
.masthead--w-img .masthead__image {
  padding-top: 56.25%;
  height: 0;
}
@media (min-width: 768px) {
  .masthead--w-img .masthead__text {
    grid-column: auto/span 12;
  }
}
.masthead__text {
  grid-column: 1/span 24;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  flex-wrap: wrap;
  position: relative;
  z-index: 1;
}
.masthead .breadcrumbs__items {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  padding: 0;
  list-style: none;
}
@media (min-width: 569px) {
  .masthead .breadcrumbs__items {
    justify-content: flex-start;
  }
}
.masthead .breadcrumbs__item {
  padding: 0 5px;
  position: relative;
  margin-right: 8px;
  font-size: clamp(0.7rem, 1vw, 1rem);
}
.masthead .breadcrumbs__item::after {
  content: "/";
  margin-left: 8px;
  position: relative;
  top: unset;
  right: unset;
  transform: unset;
}
.masthead .breadcrumbs__item:last-of-type {
  margin-right: 0;
  padding: 0;
}
.masthead .breadcrumbs__item:last-of-type a {
  text-decoration: none;
  pointer-events: none;
}
.masthead .breadcrumbs__item:last-of-type::after {
  display: none;
}
.masthead .hide_headline {
  display: none;
}

/* Universal Color Matches */
/* Site Wide */
/* Fonts */
/* Logos */
/* CTAs */
/* Header */
/* Footer */
/* Nav */
/* Section Widths */
/* Section Padding */
/* Border Radius */
/* Box Padding */
/* Grid or Flexbox Gap */
/* Interior Page Elements */
/* Procedure Item */
/* Homepage */
/* Category Column Span */
/* Category Min Height */
/* Parallax Image */
/* Aisle Column Span */
/* Aisle Min Height */
:root {
  --phone-min: 421px;
  --phone-wide-min: 569px;
  --tablet-min: 768px;
  --tablet-wide-min: 991px;
  --desktop-sm-min: 1025px;
  --desktop-min: 1241px;
  --desktop-wide-min: 1441px;
}

/* Lazy load */
.lazy-load-image,
.lazy-background,
.lazy-iframe {
  opacity: 0;
  transition: 0.3s opacity linear;
}
.lazy-load-image:not(.visible),
.lazy-background:not(.visible),
.lazy-iframe:not(.visible) {
  min-height: 1px;
  margin: 0 !important;
}
.lazy-load-image.visible.complete,
.lazy-background.visible.complete,
.lazy-iframe.visible.complete {
  opacity: 1;
}

.section__text ul {
  margin: 0 0 0 5px;
}
.section--text_a {
  max-width: 1000px;
  margin: 0 auto;
}
.section--text_a .section__headline {
  margin-top: 0;
  column-span: all;
}
.section--text_a .section__text p {
  margin-top: 0;
}
.section--text_a .section__text p:last-of-type {
  margin-bottom: 0;
}
.section--text_b {
  max-width: 1000px;
  margin: 0 auto;
}
.section--text_b .section__headline {
  margin-top: 0;
  column-span: all;
}
@media (min-width: 991px) {
  .section--text_b .section__text {
    column-count: 2;
    column-gap: 40px;
  }
}
.section--text_b .section__text p {
  margin-top: 0;
}
.section--text_b .section__text p:last-of-type {
  margin-bottom: 0;
}
.section--single-image .section__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
.section--single-image .section__text {
  grid-column: auto/span 24;
  order: 2;
  padding: 24px 0;
}
@media (min-width: 768px) {
  .section--single-image .section__text {
    grid-column: auto/span 12;
    order: 1;
    padding: 40px;
  }
}
.section--single-image .section__image {
  grid-column: auto/span 24;
  min-height: 500px;
  order: 1;
}
@media (min-width: 768px) {
  .section--single-image .section__image {
    grid-column: auto/span 12;
    order: 2;
  }
}
.section--single-image_a {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section--single-image_a .section__image {
    background: #ffffff;
  }
}
@media (min-width: 768px) {
  .section--single-image_a-reverse .section__image {
    order: -1;
  }
}
.section--single-image_b {
  max-width: 1000px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .section--single-image_b {
    padding-bottom: calc(60px + 100px) !important;
  }
}
@media (min-width: 768px) {
  .section--single-image_b .section__text {
    background: #ffffff;
    margin: 120px -48px -120px 0;
    z-index: 1;
    grid-column: auto/span 13;
  }
}
@media (min-width: 768px) {
  .section--single-image_b .section__image {
    background: #ffffff;
    margin: 0 0 0 -48px;
    grid-column: auto/span 11;
  }
}
@media (min-width: 768px) {
  .section--single-image_b-reverse .section__text {
    background: #ffffff;
    margin: 120px 0 -120px -48px;
    z-index: 1;
  }
}
@media (min-width: 768px) {
  .section--single-image_b-reverse .section__image {
    background: #ffffff;
    margin: 0 -48px 0 0;
    order: -1;
  }
}
.section--single-image_c .section__container {
  min-height: 700px;
}
.section--single-image_c .section__text {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media (min-width: 768px) {
  .section--single-image_c .section__text {
    grid-column: 1/span 25;
    grid-row: 1/span 1;
    z-index: 2;
    max-width: 1600px;
    margin: 0 auto;
  }
}
@media (min-width: 768px) {
  .section--single-image_c .section__headline {
    grid-column: auto/span 12;
  }
}
@media (min-width: 768px) {
  .section--single-image_c .section__text-block {
    grid-column: auto/span 12;
  }
}
@media (min-width: 768px) {
  .section--single-image_c .section__image {
    grid-column: 1/span 25;
    grid-row: 1/span 1;
    background-attachment: fixed !important;
  }
}
.section--dual-image .section__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
.section--dual-image .section__text {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .section--dual-image .section__text {
    grid-column: auto/span 12;
  }
}
.section--dual-image .section__image-container {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media (min-width: 768px) {
  .section--dual-image .section__image-container {
    grid-column: auto/span 12;
  }
}
.section--dual-image .section__image {
  grid-column: auto/span 12;
  min-height: 500px;
}
.section--dual-image_b {
  max-width: 1600px;
  margin: 0 auto;
}
.section--dual-image_b .section__container {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 0;
  position: relative;
}
.section--dual-image_b .section__text {
  grid-column: 1/span 25;
  grid-row: 1/span 1;
  z-index: 1;
  padding: 60px 32px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 768px) {
  .section--dual-image_b .section__text {
    grid-column: 1/span 12;
  }
}
.section--dual-image_b .section__text h2, .section--dual-image_b .section__text .h2,
.section--dual-image_b .section__text p {
  color: #ffffff;
  text-align: left;
  width: 100%;
}
.section--dual-image_b .section__image-container {
  grid-column: 1/span 25;
  grid-row: 1/span 1;
}
.section--dual-image_b .section__image--1 {
  grid-column: 1/span 25;
  grid-row: 1/span 1;
  min-height: 600px;
  background-attachment: scroll !important;
  position: relative;
}
@media (min-width: 768px) {
  .section--dual-image_b .section__image--1 {
    grid-column: 1/span 12;
    background-attachment: fixed !important;
    background-position-x: right 300px !important;
    background-position-y: center !important;
  }
}
.section--dual-image_b .section__image--1::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.section--dual-image_b .section__image--2 {
  grid-column: 1/span 25;
  display: none;
  min-height: 600px;
}
@media (min-width: 768px) {
  .section--dual-image_b .section__image--2 {
    grid-column: 13/span 12;
    display: block;
  }
}
.section__video {
  position: relative;
  padding-bottom: 60%;
}
.section__video iframe {
  height: 100%;
  width: 100%;
  position: absolute;
}
.section .diagram__bg, .section .diagram__radio, .section .diagram__overlay, .section .diagram__detail {
  display: none;
}
.section .diagram__list-item label {
  padding: 24px 0;
  text-align: center;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.section .diagram__list-item p {
  margin: 0;
}
:where(.section .diagram__list-item:has(:checked)) {
  background-color: rgba(180, 86, 4, 0.6);
}

.section .diagram__list-item:has(:checked) + .diagram__overlay + .diagram__detail {
  display: block;
}
.section .diagram__detail {
  padding: 24px 0;
}
@media (min-width: 768px) {
  .section .diagram {
    display: grid;
    gap: 1rem;
    grid-template-columns: repeat(3, 1fr);
  }
  .section .diagram__detail {
    display: block;
    visibility: hidden;
  }
  .section .diagram__image {
    display: block;
    object-fit: contain;
    width: 100%;
    height: 100%;
    aspect-ratio: 3/4;
  }
  .section .diagram__bg, .section .diagram__list-item:has(.diagram__radio:checked) + .diagram__overlay, .section .diagram__list-item:has(.diagram__radio:checked) + .diagram__overlay + .diagram__detail {
    display: block;
    visibility: visible;
  }
  .section .diagram__detail {
    grid-row: 1/span var(--diagram-item-count, 4);
  }
  .section .diagram__bg, .section .diagram__overlay {
    grid-row: 1/span calc((var(--diagram-item-count, 4)) * 2);
  }
  .section .diagram__list-item {
    grid-column: 1;
  }
  .section .diagram__bg, .section .diagram__overlay {
    grid-column: 2;
  }
  .section .diagram__detail {
    grid-column: 3;
    padding: 40px;
  }
}

/*! Flickity v2.2.3
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-button {
  position: absolute;
  background: hsla(0, 0%, 100%, 0.75);
  border: none;
  color: #333;
}

.flickity-button:hover {
  background: #fff;
  cursor: pointer;
}

.flickity-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #19f;
}

.flickity-button:active {
  opacity: 0.6;
}

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  pointer-events: none;
}

.flickity-button-icon {
  fill: currentColor;
}

.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  transform: translateY(-50%);
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

.testimonials-rotator__item-header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 10px;
}
.testimonials-rotator__item-header--no-logo {
  justify-content: center;
}
.testimonials-rotator__item-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.testimonials-rotator__item-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.testimonials-rotator__item-stars {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.testimonials-rotator__item-stars svg {
  width: 16px;
  height: 16px;
}
.testimonials-rotator__item-text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 7;
  overflow: hidden;
}
.testimonials-rotator__item-author {
  display: flex;
  flex-direction: column;
  font-size: 0.9rem;
}
.testimonials-rotator__item-author span {
  font-style: italic;
}
.testimonials-rotator__values {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
@media (min-width: 569px) {
  .testimonials-rotator__values {
    flex-direction: row;
  }
}
.testimonials-rotator__value {
  display: flex;
  align-items: center;
  padding: 0 10px 0 0;
}
.testimonials-rotator__value--count {
  order: 1;
}
.testimonials-rotator__value--average {
  order: 3;
}
.testimonials-rotator__button {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 20px;
}
.testimonials-rotator__stars {
  display: flex;
  align-items: center;
  order: 2;
  padding: 0 10px;
}
.testimonials-rotator__stars svg {
  width: 16px;
  height: 16px;
}
@media (min-width: 569px) {
  .testimonials-rotator__stars svg {
    width: 14px;
    height: 14px;
  }
}
@media (min-width: 991px) {
  .testimonials-rotator__stars svg {
    width: 24px;
    height: 24px;
  }
}

p.testimonials-rotator__value-number {
  font-size: clamp(1rem, 1.5vw, 1.5rem);
  padding-inline: 12px;
  font-family: "novecento-sans-wide", sans-serif;
}

:where(.testimonials-rotator.has-rotator) .testimonials-rotator__item {
  width: 100%;
  padding: 20px;
}
@media (min-width: 569px) {
  :where(.testimonials-rotator.has-rotator) .testimonials-rotator__item {
    width: 50%;
  }
}
@media (min-width: 768px) {
  :where(.testimonials-rotator.has-rotator) .testimonials-rotator__item {
    width: 33%;
  }
}

:where(.testimonials-rotator.no-rotator) .testimonials-rotator__items {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-evenly;
  gap: 10px;
}
:where(.testimonials-rotator.no-rotator) .testimonials-rotator__item {
  width: 100%;
}
@media (min-width: 991px) {
  :where(.testimonials-rotator.no-rotator) .testimonials-rotator__item {
    width: 31%;
  }
}

.flickity-prev-next-button.previous {
  left: -20px;
}

.flickity-prev-next-button.next {
  right: -20px;
}

.star--half .empty {
  stop-opacity: 0;
}

input,
select,
textarea {
  width: 100%;
  margin-bottom: 10px;
}

input,
select {
  height: 50px;
}

.input-field-h, .text-field-h {
  display: none;
}

a[id=form],
a[name=form] {
  position: absolute;
  top: 0;
  left: 0;
}

.form__field--type-24 {
  margin: 5px 0 !important;
}
.form__field--type-24 label {
  display: block !important;
}
.form__field--type-24 input {
  height: unset !important;
}
.form__field--type-24 .radio label {
  display: inline-flex !important;
  align-items: center !important;
}
.form__field--type-24 .radio input {
  margin: 5px 10px 5px 0 !important;
}

.form__field--type-11 {
  margin: 5px 0 !important;
}
.form__field--type-11 label {
  display: block !important;
}
.form__field--type-11 input {
  height: unset !important;
}
.form__field--type-11 .checkbox label {
  display: inline-flex !important;
}

input[type=radio] {
  width: 24px !important;
  height: 24px !important;
}

input[type=checkbox] {
  width: 48px !important;
  height: 24px !important;
  margin-right: 18px !important;
}

button {
  margin-left: auto;
}

.form__checkbox {
  margin-top: 5px;
}

.form {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  grid-column-gap: unset;
  position: relative;
}
.form__field {
  grid-column: auto/span 24;
}
.form__label {
  display: block;
}

.field-validation-error {
  display: block;
  color: #ed1c24;
}

.time-slot-picker {
  /*
  	custom css props
  */
  --enabled-bg: #F27405;
  --enabled-color: #ffffff;
  --enabled-border: 2px solid var(--enabled-bg);
  --disabled-bg: #c4c4c4;
  --disabled-color: rgba(255, 255, 255, 0.5);
  --disabled-border: 2px solid var(--disabled-bg);
  --checked-bg: #B45604;
  --checked-color: var(--enabled-color);
  --checked-border: 2px solid var(--checked-bg);
  --focus-bg: var(--enabled-bg);
  --focus-color: var(--enabled-color);
  --focus-border: 2px solid var(--checked-bg);
  --checked-focus-bg: var(--checked-bg);
  --checked-focus-color: var(--checked-color);
  --checked-focus-border: var(--enabled-border);
  --hover-bg: #F27405;
  --hover-color: var(--enabled-color);
  --hover-border: 2px solid var(--hover-bg);
  /*
  	standard css props
  */
  text-transform: uppercase;
  border: none;
  margin: 0;
  padding: 0;
}
.time-slot-picker ol {
  list-style: none;
  margin: 0;
  padding: 0;
}
.time-slot-picker input[type=radio] {
  position: absolute;
  opacity: 0;
  width: 0;
  height: 0;
}
.time-slot-picker__day:not(:first-child):not(:last-child) {
  margin: 8px 0;
}
.time-slot-picker__day ol {
  display: none;
}
.time-slot-picker__day input[type=radio]:checked ~ ol {
  display: block;
}
.time-slot-picker__day-label {
  display: block;
  box-sizing: border-box;
  width: 100%;
  max-width: 175px;
  padding: 7px;
  text-align: center;
  color: var(--enabled-color);
  background: var(--enabled-bg);
  border: var(--enabled-border);
  border-radius: 3px;
  cursor: pointer;
  transition: all 0.3s;
}
.time-slot-picker__day-label:not(.time-slot-picker__day-label--disabled):hover {
  background: var(--hover-bg);
  color: var(--hover-color);
  border: var(--hover-border);
}
input[type=radio]:checked ~ .time-slot-picker__day-label {
  background: var(--checked-bg);
  color: var(--checked-color);
  border: var(--checked-border);
}
input[type=radio]:focus ~ .time-slot-picker__day-label {
  background: var(--focus-bg);
  color: var(--focus-color);
  border: var(--focus-border);
}
input[type=radio]:checked:focus ~ .time-slot-picker__day-label {
  background: var(--checked-focus-bg);
  color: var(--checked-focus-color);
  border: var(--checked-focus-border);
}
input[type=radio]:disabled ~ .time-slot-picker__day-label, .time-slot-picker__day-label--disabled {
  color: var(--disabled-color);
  background: var(--disabled-bg);
  border: var(--disabled-border);
  cursor: default;
}
.time-slot-picker__time {
  margin: 8px 0;
}
.time-slot-picker__time label::before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  border: 1px solid var(--checked-bg);
  border-radius: 50%;
  margin-right: 0.5ch;
}
.time-slot-picker__time input[type=radio]:checked ~ label::before {
  background: var(--checked-bg);
}
.time-slot-picker__time > label,
.time-slot-picker__time input[type=radio] {
  cursor: pointer;
}

.videoitem {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
.videoitem .masthead:not(.masthead-2) {
  grid-column: auto/span 24;
  padding: 20px 0;
  background: #F27405;
  overflow: hidden;
}
.videoitem .masthead:not(.masthead-2) h1, .videoitem .masthead:not(.masthead-2) .h1 {
  color: #ffffff;
  order: 1;
}
@media (min-width: 768px) {
  .videoitem .masthead:not(.masthead-2) h1, .videoitem .masthead:not(.masthead-2) .h1 {
    text-align: left;
  }
}
.videoitem .masthead:not(.masthead-2) .breadcrumbs {
  padding: 0 0 10px;
}
.videoitem .masthead:not(.masthead-2) .breadcrumbs__items {
  justify-content: flex-start;
}
.videoitem .masthead:not(.masthead-2) .breadcrumbs a,
.videoitem .masthead:not(.masthead-2) .breadcrumbs span, .videoitem .masthead:not(.masthead-2) .breadcrumbs__item::after {
  color: #ffffff;
  font-size: 0.7rem;
}
.videoitem .masthead:not(.masthead-2) .masthead--w-bg {
  grid-column: auto/span 24;
}
.videoitem .masthead:not(.masthead-2) .masthead--w-bg::after {
  display: none;
}
.videoitem .masthead:not(.masthead-2) .masthead__text,
.videoitem .masthead:not(.masthead-2) .masthead__content-container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 24px;
  grid-column: auto/span 24;
}
.videoitem .masthead:not(.masthead-2) .masthead__text p,
.videoitem .masthead:not(.masthead-2) .masthead__content-container p {
  color: #ffffff;
}
.videoitem .masthead:not(.masthead-2) .masthead__content-container {
  padding-top: 0;
}
.videoitem .masthead:not(.masthead-2) .masthead--no-img .breadcrumbs__item a,
.videoitem .masthead:not(.masthead-2) .masthead--no-img .breadcrumbs__item .filter__link {
  color: #ffffff !important;
}
.videoitem__wrapper {
  grid-column: auto/span 24;
  padding: 40px 32px;
  max-width: 1600px;
  margin: 0 auto;
}
@media (min-width: 768px) {
  .videoitem__wrapper {
    padding: 60px 24px;
  }
}
.videoitem__video-item {
  position: relative;
  padding-top: 56.25%;
  height: 0;
}
.videoitem__video-item iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: unset;
}
.videoitem .section {
  grid-column: auto/span 24;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .videoitem .section {
    padding: 60px 0;
  }
}
.videoitem .section__headline {
  margin-top: 0;
}
.videoitem__form-wrapper {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 0;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .videoitem__form-wrapper {
    padding: 60px 0;
  }
}
.videoitem .testimonials-rotator {
  grid-column: auto/span 24;
  padding: 20px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .videoitem .testimonials-rotator {
    grid-column: auto/span 12;
  }
}
.videoitem .testimonials-rotator::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/1496211.jpg?crop=(0.00,68.65,2000.00,1193.65)");
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  filter: grayscale(100%);
}
.videoitem .testimonials-rotator::after {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.8);
}
.videoitem .testimonials-rotator__item {
  width: 100%;
}
.videoitem .testimonials-rotator__item-text, .videoitem .testimonials-rotator__item-author {
  color: #ffffff;
}
.videoitem .testimonials-rotator__value {
  display: none;
}
.videoitem .testimonials-rotator__container {
  position: relative;
  z-index: 1;
  flex: 0 0 100%;
}
.videoitem .testimonials-rotator .star-rating {
  gap: 8px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
}
.videoitem__form-items {
  grid-column: auto/span 24;
  padding: 24px 0;
  padding-top: 0;
}
@media (min-width: 768px) {
  .videoitem__form-items {
    grid-column: auto/span 12;
    padding: 0 32px;
    padding-top: 0;
  }
}
.videoitem__form-items h2, .videoitem__form-items .h2 {
  margin-top: 0;
}
.videoitem__form-items label {
  display: none;
}
.videoitem .form {
  max-width: 932px;
  margin: 64px auto 0;
  background-color: secondary;
  background-color: #F9F9F9;
  border-radius: 4px;
  padding: 40px 32px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dark-mode .videoitem .form {
  background-color: #000000;
  background-color: #c6c6c6;
}
@media (min-width: 768px) {
  .videoitem .form {
    padding: 64px;
    margin: 96px auto 0;
  }
}
.videoitem .form label {
  display: none;
}
.videoitem .form__container {
  padding: 40px 32px;
  background: #F9F9F9;
  position: relative;
  z-index: 100;
  margin: 0;
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .videoitem .form__container {
    padding: 60px 32px;
  }
}
.videoitem .form__container::after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: 0;
  background: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496186.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.05;
  width: 25vh;
  height: 25vh;
  display: none;
  filter: grayscale(100%);
  z-index: -1;
}
@media (min-width: 991px) {
  .videoitem .form__container::after {
    display: block;
  }
}
.videoitem .form__container h2, .videoitem .form__container .h2 {
  max-width: 932px;
  margin: 0 auto;
}
.videoitem .form__button_disclaimer {
  display: flex;
  align-items: center;
  grid-column: auto/span 24;
  padding: 24px 0;
}
@media (min-width: 1241px) {
  .videoitem .form__button_disclaimer {
    grid-column: auto/span 18;
    padding: 0 24px;
  }
}
.videoitem .form__button_disclaimer span {
  padding: 0 8px;
  font-size: 0.8rem;
  color: #000000;
}
.dark-mode .videoitem .form__button_disclaimer span {
  color: #000000;
}
.videoitem .form .btn, .videoitem .form button {
  margin: 0;
}
.videoitem .form__link {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(180, 86, 4, 0.95);
  min-width: 100%;
  padding: 20px 36px;
  z-index: 99;
}
@media (min-width: 991px) {
  .videoitem .form__link {
    padding: 16px 32px;
  }
}
.videoitem .form__link h2, .videoitem .form__link .h2 {
  color: #ffffff;
  margin: 10px 0 !important;
  font-size: clamp(1.1rem, 1.7vw, 1.7rem);
}
@media (min-width: 768px) {
  .videoitem .form__link h2, .videoitem .form__link .h2 {
    margin: 0 10px !important;
  }
}
.videoitem .form__link .btn, .videoitem .form__link button {
  margin: 0 !important;
}
.videoitem .form__link .btn:hover, .videoitem .form__link button:hover {
  background: #F27405;
}

body {
  font-family: "open sans", sans-serif;
  background-color: primary;
  background-color: #ffffff;
  color: #000000;
}
.dark-mode body {
  background-color: #000000;
  background-color: #000000;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: "open sans", sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #000000;
}
.dark-mode h2, .dark-mode .h2, .dark-mode h3, .dark-mode .h3, .dark-mode h4, .dark-mode .h4, .dark-mode h5, .dark-mode .h5, .dark-mode h6, .dark-mode .h6 {
  color: #ffffff;
}

h1, .h1 {
  font-family: "open sans", sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
}

form button {
  cursor: pointer;
}

.featured__headline, .feature__headline {
  font-family: "open sans", sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  font-family: "open sans", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #000000;
}
.dark-mode p {
  color: #ffffff;
}

a {
  color: #000000;
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    color: #F27405;
  }
}
.dark-mode a {
  color: #ffffff;
}
.dark-mode a:hover {
  color: #F27405;
}

.btn, button {
  background: #000000;
  border: solid 1px #000000;
  border-radius: 2px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "open sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 20px;
  min-width: 165px;
  padding: 14px 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  white-space: nowrap;
}
@media (min-width: 1025px) {
  .btn:hover, button:hover {
    background: #F27405;
    color: #ffffff;
    border-color: #ffffff;
  }
}

ul {
  margin: 0;
  padding: 0 10px;
}

li {
  padding: 5px 0;
}

.disclaimer {
  color: #000000;
  background-color: primary;
  background-color: #ffffff;
}
.dark-mode .disclaimer {
  color: #ffffff;
}
.dark-mode .disclaimer {
  background-color: #000000;
  background-color: #000000;
}

.breadcrumbs {
  padding: 10px 20px;
}

.breadcrumbs__items {
  display: flex;
  align-items: center;
  list-style: none;
}

.breadcrumbs__item {
  padding: 0 !important;
  position: relative;
  margin-right: 8px;
  font-size: clamp(0.7rem, 1vw, 1rem);
}

.breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}

.breadcrumbs__item:last-of-type {
  margin-right: 0;
}

.breadcrumbs__item:last-of-type::after {
  display: none;
}

/* Use if changing star color */
#star-full stop,
#star-half .fill {
  stop-color: #B45604;
}

/* Facility Page */
.facility-page .card__brand {
  display: none;
}
.facility-page .facility-item__testimonials-cta h2, .facility-page .facility-item__testimonials-cta .h2 {
  color: #ffffff;
}

/* Contact Us Page */
.contactus-page .map {
  min-height: 560px;
}

/* Mastheads Overlay */
.masthead--w-bg {
  position: relative;
}
.masthead--w-bg::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

@media (min-width: 1025px) {
  .masthead .btn:hover, .masthead button:hover {
    border-color: #ffffff;
  }
}

.headline_light h2, .headline_light .h2 {
  color: #ffffff;
}

.headline_dark h2, .headline_dark .h2 {
  color: #000000;
}

.headline_primary h2, .headline_primary .h2 {
  color: #F27405;
}

.headline_secondary h2, .headline_secondary .h2 {
  color: #B45604;
}

.text_light p {
  color: #ffffff;
}

.text_dark p {
  color: #000000;
}

.text_primary p {
  color: #F27405;
}

.text_secondary p {
  color: #B45604;
}

body {
  font-family: "open sans", sans-serif;
  background: #ffffff;
  color: #000000;
}

h2, .h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: "novecento-sans-wide", sans-serif;
  line-height: 1;
  color: #000000;
  letter-spacing: unset;
}

h1, .h1 {
  font-family: "novecento-sans-wide", sans-serif;
  font-size: clamp(2rem, 5vw, 3.8rem);
  font-weight: 700;
  margin: 0;
  letter-spacing: 0 !important;
  text-transform: uppercase;
}

h2, .h2 {
  font-size: clamp(1.5rem, 3.2vw, 3.2rem);
}

form button {
  cursor: pointer;
}

.show-more-btn {
  color: #F27405 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  min-width: unset;
}
.show-more-btn:hover {
  color: #f17405 !important;
  background: transparent !important;
}

.featured__headline, .section__headline {
  margin-top: 0;
  position: relative;
  margin-bottom: 56px;
  padding-left: 24px;
  text-transform: unset !important;
  letter-spacing: unset !important;
  font-weight: 700 !important;
  font-size: clamp(1.5rem, 3.2vw, 3.2rem) !important;
  line-height: 1.2 !important;
}

p {
  font-family: "open sans", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem) !important;
  line-height: 1.8 !important;
  letter-spacing: unset;
}

a {
  color: #000000;
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    color: #000000;
  }
}

li:not(.nav__item) {
  font-family: "open sans", sans-serif;
  font-weight: 400;
  font-size: clamp(0.9rem, 1.1vw, 1.1rem);
  padding: 16px 0;
}

.flickity-page-dots .dot {
  padding: 0 !important;
}

input,
textarea {
  border: solid 1px rgba(0, 0, 0, 0.5);
  border-radius: 4px;
  padding: 16px;
  color: #000000;
  outline: unset;
}

.btn, button {
  background: #F27405;
  border: none;
  border-radius: 4px;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "open sans", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 2px;
  margin-top: 20px;
  min-width: 200px;
  padding: 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.3s;
  white-space: nowrap;
  line-height: 1;
}
@media (min-width: 1025px) {
  .btn:hover, button:hover {
    background: #B45604;
    color: #ffffff;
  }
}

ul {
  margin: 0;
  padding: 0 10px;
}

li {
  padding: 5px 0;
}

.breadcrumbs {
  padding: 10px 20px;
}

.breadcrumbs__items {
  display: flex;
  align-items: center;
  list-style: none;
}

.breadcrumbs__item {
  padding: 0 5px;
  position: relative;
  margin-right: 15px;
  font-size: clamp(0.7rem, 1vw, 1rem);
}

.breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
}

.breadcrumbs__item:last-of-type {
  margin-right: 0;
}

.breadcrumbs__item:last-of-type::after {
  display: none;
}

.disclaimer {
  background: #000000;
  color: #ffffff;
}

/* Use if changing star color */
#star-full stop,
#star-half .fill {
  stop-color: #F27405;
}

/* Facility Page */
.facility-page .card__brand {
  display: none;
}
.facility-page .facility-item__testimonials-cta h2, .facility-page .facility-item__testimonials-cta .h2 {
  color: #ffffff;
}

/* Contact Us Page */
.contactus-page .map {
  min-height: 560px;
}

/* Mastheads Overlay */
.masthead--w-bg {
  position: relative;
}
.masthead--w-bg::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

.footer {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #000000;
  min-height: 300px;
}
.footer__logo-container {
  flex: 0 0 100%;
  justify-content: center;
  margin-bottom: 40px;
}
.footer__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496187.png");
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
  min-width: 250px;
  height: 80px;
}
@media (min-width: 768px) {
  .footer__social-container {
    padding: 0;
  }
}
.footer__social-container .footer__social .social-icons {
  justify-content: center;
}
@media (min-width: 768px) {
  .footer__social-container .footer__social .social-icons {
    justify-content: flex-end;
  }
}
.footer__address a {
  display: none;
}
.footer__address p {
  color: #ffffff;
}
.footer__copyright span {
  line-height: 1.6;
}
@media (min-width: 1025px) {
  .footer__copyright a:hover {
    color: #B45604;
  }
}

.header .nav-toggle {
  top: 20px;
  border: solid 1px #000000;
  border-radius: 100%;
  padding: 0;
  height: 32px !important;
  width: 32px !important;
  right: 20px !important;
}
.dark-mode .header .nav-toggle {
  border-color: #ffffff;
}
.header .nav-toggle span::before {
  color: #000000;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dark-mode .header .nav-toggle span::before {
  color: #ffffff;
}
.header .slide-menu ul ul {
  padding: 16px 10px 24px !important;
}
@media (min-width: 1241px) {
  .header .slide-menu ul ul {
    padding: 20px 0 !important;
  }
}
.header__container {
  display: grid;
  grid-template-columns: minmax(48px, calc((100vw - 1600px) / 2 + 48px)) 1fr 1fr minmax(48px, calc((100vw - 1600px) / 2 + 48px));
  padding: 0 !important;
}
@media (min-width: 1241px) {
  .header__tophat-container {
    padding: 8px 16px;
  }
}
.header__mobile-cta:first-of-type {
  position: relative;
  padding-top: 128px;
}
.header__mobile-cta:first-of-type::before {
  content: "";
  background: url("https://assets.doctorlogic.com/Images/Sites/U/UltimateMale/MasterPage/1496186.png");
  position: absolute;
  inset: 18px 20px 42px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  height: 72px;
}
.header__mobile-cta {
  letter-spacing: 2px;
}
.header__nav-toggle--left {
  grid-column: 2/span 1;
  grid-row: 1/span 1;
}
.header__logo-container {
  grid-column: 1/span 5;
  grid-row: 1/span 1;
  padding-block: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  z-index: 1;
}
@media (min-width: 1241px) {
  .header__logo-container {
    max-width: 200px;
    padding-block: 24px;
  }
}
.header__logo {
  margin: 0;
  width: 180px;
  height: 48px;
  background-position: center center !important;
}
@media (min-width: 1241px) {
  .header__logo {
    width: 220px;
    height: 64px;
  }
}
.header__cta-container {
  grid-column: 2/span 2;
  grid-row: 1/span 1;
  width: 100%;
  justify-content: flex-end;
  padding: 0;
}
@media (min-width: 1241px) {
  .header__cta-container {
    padding: 24px 0 !important;
  }
}
.header__cta-container .nav__link {
  padding: 0 0 0 10px !important;
}
.header__cta-container nav {
  width: 100%;
}
@media (min-width: 1241px) {
  .header__cta-container .nav__items {
    margin: 0 !important;
  }
}
@media (min-width: 1241px) {
  .header__cta-container .nav__item {
    padding: 0 0 0 48px !important;
  }
}
.header__cta-container .nav__item:first-of-type {
  margin-right: auto;
  padding: 8px !important;
  background: #ffffff;
  border-radius: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}
.dark-mode .header__cta-container .nav__item:first-of-type {
  background: #ffffff;
}
@media (min-width: 1241px) {
  .dark-mode .header__cta-container .nav__item:first-of-type {
    background: transparent;
  }
}
.dark-mode .header__cta-container .nav__item:first-of-type .st0 {
  fill: #000000;
}
.header__cta-container .nav__item:first-of-type .cta__icon {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-inline-end: 0;
  background: transparent;
}
.header__cta-container .nav__item:first-of-type .cta__icon svg {
  width: 18px;
}
@media (min-width: 1241px) {
  .header__cta-container .nav__item:first-of-type {
    background: transparent;
    border: solid 1px #ffffff;
    border-radius: 4px;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    overflow: hidden;
    padding: 0 !important;
  }
  .header__cta-container .nav__item:first-of-type .cta__icon {
    grid-column: 1/span 1;
    background: #ffffff;
    padding: 4px 8px !important;
    width: 100%;
  }
  .header__cta-container .nav__item:first-of-type .cta__icon svg {
    width: 12px;
  }
  .header__cta-container .nav__item:first-of-type .cta__icon .st0 {
    fill: #ffffff;
  }
  .header__cta-container .nav__item:first-of-type .nav__link {
    padding: 4px 12px !important;
    grid-column: 2/span 3;
  }
}
@media (min-width: 1241px) {
  .header__cta-container .nav__item:first-of-type .nav__item:last-of-type .nav__link {
    background: unset;
    border: none;
    border-radius: unset;
    color: #000000;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-family: "open sans", sans-serif;
    font-size: unset;
    font-weight: 400;
    padding: 0 0 0 10px !important;
    text-transform: unset;
    text-decoration: none;
    text-align: center;
    transition: all 0.3s;
    white-space: nowrap;
  }
}
.header:has(.header__nav-toggle--left) .header__cta-container {
  padding: 0 0 0 42px !important;
}
@media (min-width: 1241px) {
  .header:has(.header__nav-toggle--left) .header__cta-container {
    padding: 0 !important;
  }
}
@media (min-width: 1241px) {
  .header--scroll .nav__item:last-of-type .nav__link {
    color: #000000 !important;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__items--tert {
    padding-top: 0 !important;
  }
}

.header.hamburger:has(.header__nav-toggle--left) .header__cta-container {
  padding: 0 0 0 42px !important;
}

.slide-menu__backlink {
  font-weight: 700;
  font-size: 0.8rem;
  letter-spacing: 2px;
}

.slide-menu__decorator span::before {
  border-width: 0.18em 0.18em 0 0;
}

.header .nav__item {
  display: flex;
  align-items: center;
}

.header .nav__item:not(.header__cta-container .nav__item):not(.nav__item--sub):not(.nav__item--tert) {
  padding: 16px !important;
}
@media (min-width: 1241px) {
  .header .nav__item:not(.header__cta-container .nav__item):not(.nav__item--sub):not(.nav__item--tert) {
    padding: 0 16px !important;
  }
}

.header.hamburger .nav__item:not(.header__cta-container .nav__item):not(.nav__item--sub):not(.nav__item--tert) {
  padding: 16px !important;
}
@media (min-width: 1241px) {
  .header.hamburger .nav__item:not(.header__cta-container .nav__item):not(.nav__item--sub):not(.nav__item--tert) {
    border-bottom: solid 1px #c6c6c6;
  }
}

.header .nav__item--sub {
  padding: 16px !important;
}
@media (min-width: 1241px) {
  .header .nav__item--sub .nav__link {
    position: relative;
  }
  .header .nav__item--sub .nav__link::before {
    content: "•  ";
    color: #c6c6c6;
    transition: color 0.3s ease;
  }
  .header .nav__item--sub:hover .nav__link:not(.nav__item--tert .nav__link)::before {
    color: #ffffff;
  }
}

.header .nav__item--tert {
  padding: 16px !important;
}
@media (min-width: 1241px) {
  .header .nav__item--tert .nav__link {
    position: relative;
  }
  .header .nav__item--tert .nav__link::before {
    content: "•  ";
    color: #c6c6c6;
    transition: color 0.3s ease;
  }
  .header .nav__item--tert:hover .nav__link::before {
    color: #ffffff;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger).nav__item--tert {
    border-left: solid 1px #c6c6c6;
  }
}

.header:not(.hamburger) .nav__item--sub:hover, .nav__item--tert:hover {
  background: #c6c6c6 !important;
}

.header .nav__link {
  text-transform: uppercase;
  font-size: 0.8rem !important;
  letter-spacing: 2px !important;
  font-weight: 700 !important;
}

.header .cta__icon {
  padding-inline-end: 4px;
  display: flex;
  align-items: center;
  order: -1;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__cta-container .nav__item:last-of-type .nav__link {
    padding-right: 0;
    color: #000000;
  }
  .dark-mode .header:not(.hamburger) .header__cta-container .nav__item:last-of-type .nav__link {
    color: #ffffff;
  }
}

body.openNav .header__nav {
  width: auto;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav {
    grid-column: 1/span 5;
  }
}
.header:not(.hamburger) .header__cta-continer .nav__item:last-of-type .nav__link {
  color: #000000;
}

html.dark-mode .header:not(.hamburger) .nav__item:last-of-type .nav__link {
  color: #ffffff;
}

html.dark-mode .header--scroll .nav__item:last-of-type .nav__link {
  color: #ffffff !important;
}

html.dark-mode .header--scroll .cta__icon .st0 {
  fill: #ffffff !important;
}

@media (min-width: 1241px) {
  .header--scroll .header__cta-container .nav__item:last-of-type .nav__link {
    color: #000000 !important;
  }
}

@media (min-width: 1241px) {
  html.home-page .header__cta-container .nav__item:first-of-type {
    margin-right: auto;
    border: solid 1px #ffffff;
    border-radius: 4px;
  }
  html.home-page .header__cta-container .nav__item:first-of-type .cta__icon {
    padding-inline-end: 4px;
    display: flex;
    align-items: center;
    background: transparent;
    border-right: solid 1px #ffffff;
  }
}
@media (min-width: 1241px) {
  html.home-page .header.header--scroll .header__cta-container .nav__item:first-of-type {
    border: solid 1px #ffffff;
  }
}
html.home-page .header.header--scroll .header__cta-container .nav__item:first-of-type .cta__icon {
  background: transparent;
  border-right: unset;
}
@media (min-width: 1241px) {
  html.home-page .header.header--scroll .header__cta-container .nav__item:first-of-type .cta__icon {
    background: #000000;
  }
}
html.home-page .header.header--scroll .header__cta-container .nav__item:first-of-type .cta__icon .st0 {
  fill: #ffffff;
}

@media (min-width: 1241px) {
  html.home-page.dark-mode .header.header--scroll .header__cta-container .nav__item:first-of-type {
    border: solid 1px #ffffff;
  }
  html.home-page.dark-mode .header.header--scroll .header__cta-container .nav__item:first-of-type .cta__icon {
    border-right: solid 1px #ffffff;
  }
  html.home-page.dark-mode .header.header--scroll .header__cta-container .nav__item:first-of-type .cta__icon .st0 {
    fill: #ffffff !important;
  }
}

html.dark-mode .header.header--scroll .header__cta-container .nav__item:first-of-type .cta__icon .st0 {
  fill: #000000 !important;
}

@media (min-width: 1241px) {
  html.dark-mode .header--scroll .header__cta-container .nav__item:first-of-type {
    border: solid 1px #ffffff;
  }
}

@media (min-width: 1241px) {
  html.dark-mode .header__cta-container .nav__item:first-of-type {
    border: solid 1px #ffffff;
  }
  html.dark-mode .header__cta-container .nav__item:first-of-type .cta__icon {
    background: #ffffff;
  }
  html.dark-mode .header__cta-container .nav__item:first-of-type .cta__icon .st0 {
    fill: #000000;
  }
}

@media (min-width: 1241px) {
  html.dark-mode.home-page .header__cta-container .nav__item:first-of-type {
    border: solid 1px #ffffff;
  }
  html.dark-mode.home-page .header__cta-container .nav__item:first-of-type .cta__icon {
    background: transparent;
  }
  html.dark-mode.home-page .header__cta-container .nav__item:first-of-type .cta__icon .st0 {
    fill: #ffffff;
  }
}

@media (min-width: 1241px) {
  html.dark-mode.home-page .header.header--scroll .header__cta-container .nav__item:first-of-type {
    border: solid 1px #ffffff;
  }
  html.dark-mode.home-page .header.header--scroll .header__cta-container .nav__item:first-of-type .cta__icon {
    background: #ffffff;
  }
  html.dark-mode.home-page .header.header--scroll .header__cta-container .nav__item:first-of-type .cta__icon .st0 {
    fill: #000000 !important;
  }
}

.header__tophat {
  background: #F27405;
}
.header__tophat a {
  color: #ffffff;
  font-size: clamp(0.7rem, 0.8vw, 0.8rem);
  text-transform: uppercase;
  font-weight: 700;
}
.header__tophat svg {
  fill: #ffffff;
  width: 16px;
}
.header__tophat-container {
  max-width: 1600px;
  margin: 0 auto;
  padding: 12px 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 42px;
}
.header__tophat-item {
  display: flex;
  align-items: center;
  gap: 12px;
}
.header__tophat-item span {
  display: none;
}
@media (min-width: 991px) {
  .header__tophat-item span {
    display: block;
  }
}

.header__tophat:has(.centered) .header__tophat-item span {
  display: block !important;
}

/* ----- Header Notification ------ */
.header__notification--hidden {
  padding: 0 !important;
}