/* Minification failed.

input: run-time error CSS1066: Unexpected end of file encountered

*/

@charset "UTF-8";
@import url("https://use.typekit.net/llg2ogd.css");
:root {
  --asset-url:"https://assets.doctorlogic.com/Images/Sites/S/SD-SVO";
  --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/S/SD-SVO/MasterPage/1534227.svg");
  --logo-white: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534228.svg");
  --font-family: montserrat, sans-serif;
  --font-family-alt: ivybodoni, sans-serif;
  --subheadline-size: clamp(1rem, 2vw, 1.4rem);
  --cta-color: #FFFFFF;
  --cta-color-sticky: #222222;
  --cta-color-hover: #0099CC;
  --nav-color: #222222;
  --nav-color-hover: #0099CC;
  --nav-color-sticky: #222222;
  --header-max-width: 1700px;
  --header-padding-x: 48px;
  --header-padding-y: 12px;
  --max-width: 1600px;
  --max-width-narrow: 1200px;
  --padding-y: 60px;
  --padding-x: 32px;
  --padding-y-mobile: 40px;
  --padding-x-mobile: 32px;
  --box-padding: 24px;
  --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: #F3F3F3;
  --interior-feature-bg: #F3F3F3;
  --interior-parallax-1: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534337.jpg");
  --interior-parallax-2: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534338.jpg");
  --interior-parallax-3: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534339.jpg");
}

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 {
  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: #222222;
}
.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/S/SD-SVO/MasterPage/1534227.svg");
  --logo-white: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534228.svg");
  --font-family: montserrat, sans-serif;
  --font-family-alt: ivybodoni, sans-serif;
  --subheadline-size: clamp(1rem, 2vw, 1.4rem);
  --cta-color: #FFFFFF;
  --cta-color-sticky: #222222;
  --cta-color-hover: #0099CC;
  --nav-color: #222222;
  --nav-color-hover: #0099CC;
  --nav-color-sticky: #222222;
  --header-max-width: 1700px;
  --header-padding-x: 48px;
  --header-padding-y: 12px;
  --max-width: 1600px;
  --max-width-narrow: 1200px;
  --padding-y: 60px;
  --padding-x: 32px;
  --padding-y-mobile: 40px;
  --padding-x-mobile: 32px;
  --box-padding: 24px;
  --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: #F3F3F3;
  --interior-feature-bg: #F3F3F3;
  --interior-parallax-1: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534337.jpg");
  --interior-parallax-2: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534338.jpg");
  --interior-parallax-3: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534339.jpg");
}

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 {
  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: #222222;
  padding: 18px 10px;
}
.dark-mode .header--3 .slide-menu__backlink {
  color: #FFFFFF;
}
.header--3 .slide-menu__backlink:hover {
  color: #222222;
}
.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: #222222;
  background-color: #222222;
}
.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 - 1700px) / 2 + 48px)) 1fr 1fr minmax(48px, calc((100vw - 1700px) / 2 + 48px));
    padding: 0 !important;
  }
}
.header ul {
  padding: 0;
  list-style: none;
}
.header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534228.svg");
  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: rgb(230.25, 230.25, 230.25);
  padding: 24px 10px;
  border-top: solid 1px silver;
  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: rgb(230.25, 230.25, 230.25);
  padding: 24px 10px;
  border-top: solid 1px silver;
  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: #222222;
}
.dark-mode .header__mobile-cta span {
  color: #222222;
}
.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: #222222;
  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: #6ec9e0;
}

html:not(.home-page) .header {
  position: sticky;
}
html:not(.home-page) .header__logo-text {
  color: #222222;
}

.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: #222222;
  background-color: #222222;
}

.nav__item {
  padding: 8px 16px;
}
.nav__item .nav__link {
  color: #222222;
}
.dark-mode .nav__item .nav__link {
  color: #FFFFFF;
}

.nav-toggle span::before {
  color: #222222;
}
.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: #222222;
  background-color: #222222;
}
.header:not(.hamburger) .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534227.svg");
}
@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__item .nav__link {
    color: #222222;
  }
  .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: #222222;
    background-color: #222222;
  }
  .header:not(.hamburger) .nav__item--sub:hover,
  .header:not(.hamburger) .nav__item--tert:hover {
    background: silver;
  }
}

html.dark-mode .header:not(.hamburger) .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534228.svg");
}

.header.hamburger .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534227.svg");
}
.header.hamburger .header__container {
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .header.hamburger .header__container {
  background-color: #222222;
  background-color: #222222;
}
.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/S/SD-SVO/MasterPage/1534228.svg");
}

.header.header--scroll .header__container {
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .header.header--scroll .header__container {
  background-color: #222222;
  background-color: #222222;
}

html .header.header--scroll .header__cta-container .nav__link {
  color: #222222;
}
.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/S/SD-SVO/MasterPage/1534228.svg");
}
html.dark-mode .header.header--scroll .header__logo {
  background-image: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534228.svg");
}
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: silver !important;
    color: #222222;
  }
}

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/S/SD-SVO/MasterPage/1534228.svg");
  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: #222222;
}
html.dark-mode.home-page .header:not(.hamburger).header--scroll .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534228.svg");
  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: #222222;
  background-color: #222222;
}
html.home-page .header.header--scroll .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534227.svg");
  background-size: contain;
  background-position: left center;
  background-repeat: no-repeat;
}
html.home-page .header.header--scroll .header__cta-container .nav__link {
  color: #222222;
}
html.home-page .header.header--scroll .header__cta-container::before {
  background: silver;
}
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: #222222;
}
html.home-page .header.header--scroll .cta__icon .st0 {
  fill: #222222;
}

html.home-page.dark-mode .header__container {
  background: transparent !important;
}

html.home-page.dark-mode .header.header--scroll .header__container {
  background: #222222 !important;
}
html.home-page.dark-mode .header.header--scroll .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534228.svg");
  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: #6ec9e0;
  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 {
  background: #0099CC;
  color: #FFFFFF;
  border: none;
  border-radius: 0;
  padding: 10px;
  margin: 0 10px;
}
@media (min-width: 1025px) {
  .header__notification-btn.btn:hover {
    background: rgb(0, 76.5, 102);
  }
}

.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: #6ec9e0;
}
.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;
}

.pushup {
  opacity: 0;
}

.pushed {
  animation: pushup 0.7s ease-out forwards;
}

@keyframes pushup {
  0% {
    opacity: 0;
    transform: translateY(60px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.pushright {
  opacity: 0;
  overflow: hidden;
}

.pushedright {
  animation: pushright 0.7s ease-out forwards;
}

@keyframes pushright {
  0% {
    opacity: 0;
    transform: translateX(-100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.pushleft {
  opacity: 0;
  overflow: hidden;
}

.pushedleft {
  animation: pushleft 0.7s ease-out forwards;
}

@keyframes pushleft {
  0% {
    opacity: 0;
    transform: translateX(100%);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}
.fadein {
  opacity: 0;
}

.faded {
  animation: fadein 0.7s ease-out forwards;
}

@keyframes fadein {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.pushdown {
  opacity: 0;
}

.pushed-down {
  animation: pushdown 0.7s ease-out forwards;
}

@keyframes pushdown {
  0% {
    opacity: 0;
    transform: translateY(-20%);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}
.fadeout {
  opacity: 1;
}

.faded-out {
  animation: fadeout 0.7s ease-out forwards;
}

@keyframes fadeout {
  0% {
    opacity: 1;
    transform: translateY(0);
  }
  100% {
    opacity: 0;
    transform: translateY(-20%);
  }
}
/* 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: #0099CC;
}
.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;
}

.modal {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  text-align: left;
  background: rgba(0, 0, 0, 0.9);
  transition: opacity 0.25s ease;
  z-index: 1000;
  display: block;
}
@media (min-width: 1241px) {
  .modal {
    opacity: 1;
    visibility: visible;
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    background: none;
    z-index: unset;
  }
}

.modal__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
@media (min-width: 768px) {
  .modal__bg {
    display: none;
  }
}

.modal-state {
  display: none;
}

.modal-state:checked + .modal {
  opacity: 1;
  visibility: visible;
}

.modal-state:checked + .modal .modal__inner {
  top: 0;
}

.modal__inner {
  transition: top 0.25s ease;
  position: absolute;
  top: -20%;
  right: 0;
  bottom: 0;
  left: 0;
  width: 90%;
  margin: 100px auto auto;
  box-sizing: border-box;
  overflow: auto;
  background: #FFFFFF;
  border-radius: 5px;
  padding: 10px 20px;
  height: 100%;
}
@media (min-width: 768px) {
  .modal__inner {
    position: relative;
    top: unset;
    right: unset;
    bottom: unset;
    left: unset;
    width: unset;
    margin: 0;
    border-radius: 0;
    height: unset;
    padding: 0 20px;
  }
}

.modal__close {
  position: absolute;
  right: 1em;
  top: 1em;
  width: 1.1em;
  height: 1.1em;
  cursor: pointer;
  display: block;
}
@media (min-width: 768px) {
  .modal__close {
    display: none;
  }
}

.modal__close:after,
.modal__close:before {
  content: "";
  position: absolute;
  width: 2px;
  height: 1.5em;
  background: #ccc;
  display: block;
  transform: rotate(45deg);
  left: 50%;
  margin: -3px 0 0 -1px;
  top: 0;
}

.modal__close:hover:after,
.modal__close:hover:before {
  background: #aaa;
}

.modal__close:before {
  transform: rotate(-45deg);
}

.modal__container {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media (min-width: 768px) {
  .modal__container {
    flex-direction: column;
    align-items: flex-start;
  }
}

.btn--toggle {
  display: flex;
  align-items: center;
  justify-content: center;
}

.filter__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px 15px;
  background: #ccc;
}
@media (min-width: 768px) {
  .filter__toggle {
    display: none;
  }
}
.filter__toggle svg {
  width: 24px;
  height: 24px;
  margin-right: 5px;
}
.filter__heading {
  flex: 0 0 100%;
}
.filter__link {
  padding: 7px 10px 5px;
  border: solid 1px #ccc;
  border-radius: 30px;
  text-decoration: none;
  color: #222222;
  transition: background 0.25s ease;
  margin: 10px;
}
@media (min-width: 768px) {
  .filter__link {
    border: none;
    margin: 0;
  }
}
.filter__link:visited {
  color: #222222;
}

a.filter__link:hover {
  background: #222222;
  color: #FFFFFF;
}
@media (min-width: 768px) {
  a.filter__link:hover {
    background: transparent;
    color: #222222;
  }
}

.filter__link--active-filter svg {
  max-width: 12px;
}

/* 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--logo-ticker {
  --logo-ticker-duration: 20s;
  overflow: hidden;
  width: 100%;
  padding: 1rem 0;
}
@media (min-width: 768px) {
  .section--logo-ticker {
    padding: 1rem 0;
  }
}

.logo-ticker__header {
  text-align: center;
  margin-bottom: 1rem;
  padding: 0 32px;
}
@media (min-width: 768px) {
  .logo-ticker__header {
    margin-bottom: 1rem;
    padding: 0 32px;
  }
}
.logo-ticker__headline {
  margin: 0;
}
.logo-ticker__track {
  position: relative;
  width: 100%;
  overflow: hidden;
  display: flex;
  justify-content: flex-start;
}
.logo-ticker__inner {
  display: flex;
  align-items: center;
  gap: 2rem;
  width: max-content;
  flex-shrink: 0;
  animation: logo-ticker-scroll var(--logo-ticker-duration) linear infinite;
}
@media (min-width: 768px) {
  .logo-ticker__inner {
    gap: 3rem;
  }
}
@media (min-width: 1025px) {
  .logo-ticker__inner {
    gap: 4rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .logo-ticker__inner {
    animation: none;
  }
}
.logo-ticker__item {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 60px;
}
@media (min-width: 768px) {
  .logo-ticker__item {
    height: 80px;
  }
}
@media (min-width: 1025px) {
  .logo-ticker__item {
    height: 100px;
  }
}
.logo-ticker__image {
  max-height: 100%;
  max-width: 150px;
  width: auto;
  height: auto;
  object-fit: contain;
}
@media (min-width: 768px) {
  .logo-ticker__image {
    max-width: 180px;
  }
}
@media (min-width: 1025px) {
  .logo-ticker__image {
    max-width: 200px;
  }
}

@keyframes logo-ticker-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.logo-ticker--static .logo-ticker__track {
  justify-content: center;
}
.logo-ticker--static .logo-ticker__inner {
  animation: none;
  width: auto;
}

.section__text ul {
  margin: 0 0 0 5px;
}
.section--text_a {
  max-width: 1200px;
  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: 1200px;
  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: 24px;
  }
}
.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: 1200px;
  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: 1200px;
  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(34, 34, 34, 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(0, 153, 204, 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: 24px;
  }
}
.section.slider-cards {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 5rem;
}
.section.slider-cards .slider__headline {
  text-align: center;
  font-family: acumin-pro, sans-serif;
  font-weight: 700;
  letter-spacing: 0;
  font-size: clamp(2rem, 4vw, 5rem);
  padding-top: 5rem;
  padding-bottom: 2rem;
}
.section.slider-cards .input-cards {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
  }
}
.section.slider-cards .input-cards input[type=radio] {
  display: none;
}
.section.slider-cards .input-cards label {
  grid-column: auto/span 24;
  cursor: pointer;
  min-height: 50px;
  position: relative;
  padding: 20px;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
}
.section.slider-cards .input-cards label::after {
  inset: 0;
  position: absolute;
  content: "";
  background: linear-gradient(to right, rgba(34, 34, 34, 0.15), rgba(34, 34, 34, 0.35));
  z-index: 1;
}
.section.slider-cards .input-cards label::before {
  inset: 0;
  position: absolute;
  content: "";
  background: #0099CC;
  z-index: 2;
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards label::before {
    content: unset;
  }
}
.section.slider-cards .input-cards label :is(h3, .h3) {
  color: #FFFFFF;
  font-size: clamp(1.25rem, 2vw, 2.25rem);
  position: relative;
  z-index: 5;
  text-transform: uppercase;
  font-style: normal;
  position: relative;
}
.section.slider-cards .input-cards label :is(h3, .h3)::after {
  left: -33px;
  right: calc(100% + 10px);
  bottom: 3px;
  top: 0;
  position: absolute;
  transform: rotate(90deg);
  content: "";
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards label :is(h3, .h3)::after {
    left: 0;
    right: 0;
    bottom: calc(100% + 10px);
    top: -50px;
    transform: rotate(0);
  }
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards label :is(h3, .h3) {
    writing-mode: vertical-rl;
    text-orientation: mixed;
  }
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards label {
    min-height: 450px !important;
    flex: 1;
  }
}
.section.slider-cards .input-cards input[type=radio]:checked + label {
  grid-column: auto/span 24;
  min-height: 600px;
}
.section.slider-cards .input-cards input[type=radio]:checked + label :is(h3, .h3)::after {
  transform: rotate(270deg);
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards input[type=radio]:checked + label :is(h3, .h3)::after {
    transform: rotate(180deg);
  }
}
.section.slider-cards .input-cards input[type=radio]:checked + label::before {
  background: transparent;
}
@media (min-width: 1025px) {
  .section.slider-cards .input-cards input[type=radio]:checked + label {
    flex: 2;
  }
}
.section.slider-cards .bio-card {
  grid-column: auto/span 24;
  flex-basis: 100%;
  background: #0099CC;
  color: #FFFFFF;
  padding: 40px 32px;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  display: none;
}
.section.slider-cards .bio-card .headline {
  grid-column: auto/span 24;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
  padding: 0 0 20px;
  margin-bottom: 20px;
  border-bottom: 2px solid white;
}
@media (min-width: 1025px) {
  .section.slider-cards .bio-card .headline {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
  }
}
.section.slider-cards .bio-card .headline :is(h3, .h3) {
  font-style: normal;
  line-height: 1.25;
}
.section.slider-cards .bio-card .body {
  grid-column: auto/span 24;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (min-width: 1025px) {
  .section.slider-cards .bio-card .body {
    grid-column: auto/span 16;
    padding-right: 32px;
  }
}
@keyframes oscillate {
  0% {
    clip-path: polygon(100% 1%, 100% 0%, 100% 100%, 100% 100%);
  }
  25% {
    clip-path: polygon(50% 1%, 100% 0%, 100% 100%, 50% 100%);
  }
  50% {
    clip-path: polygon(0% 1%, 100% 0%, 100% 100%, 0% 100%);
  }
  75% {
    clip-path: polygon(50% 1%, 100% 0%, 100% 100%, 50% 100%);
  }
  100% {
    clip-path: polygon(100% 1%, 100% 0%, 100% 100%, 100% 100%);
  }
}
.section.slider-cards .bio-card .before-after-section {
  position: relative;
  grid-column: auto/span 24;
  margin-top: 10px;
}
@media (min-width: 1025px) {
  .section.slider-cards .bio-card .before-after-section {
    grid-column: auto/span 8;
    margin-top: 1rem;
  }
}
.section.slider-cards .bio-card .before__image {
  margin: 0 auto;
  z-index: 1;
  aspect-ratio: 2;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 8px 12px;
}
.section.slider-cards .bio-card .after__image {
  position: absolute;
  z-index: 5;
  inset: 0;
  margin: 0 auto;
  overflow: hidden;
  animation: oscillate 8s infinite ease;
  aspect-ratio: 2;
  background-size: cover !important;
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 8px 12px;
}
.section.slider-cards .bio-card .before__image p {
  position: relative;
  z-index: 2;
}
.section.slider-cards .bio-card .after__image p {
  position: relative;
  z-index: 6;
}
.section.slider-cards .bio-card .before__image p,
.section.slider-cards .bio-card .after__image p {
  color: #FFF;
  font-size: 0.8rem;
  font-family: "Open Sans", serif;
  text-transform: uppercase;
  margin: 0;
}
.section.slider-cards input[name=cards]:nth-child(1):checked ~ .bio-card:nth-of-type(1),
.section.slider-cards input[name=cards]:nth-child(3):checked ~ .bio-card:nth-of-type(2),
.section.slider-cards input[name=cards]:nth-child(5):checked ~ .bio-card:nth-of-type(3),
.section.slider-cards input[name=cards]:nth-child(7):checked ~ .bio-card:nth-of-type(4),
.section.slider-cards input[name=cards]:nth-child(9):checked ~ .bio-card:nth-of-type(5) {
  display: grid !important;
}
.section--faq {
  max-width: 1200px;
  margin: 0 auto;
  padding-bottom: 2rem;
  background: transparent;
}
.section--faq .section__headline {
  padding: 30px 0;
}
.section--faq .faq__list {
  padding: 0;
  background: none !important;
}
.section--faq .faq__item {
  background: none !important;
}
.section--faq .faq__item[open] .faq__question::after {
  content: "−";
}
.section--faq .faq__question {
  display: flex;
  align-items: center;
  padding: 1.25rem 1rem;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.1rem;
  list-style: none;
}
.section--faq .faq__question::-webkit-details-marker {
  display: none;
}
.section--faq .faq__question::marker {
  display: none;
  content: "";
}
.section--faq .faq__question::after {
  content: "+";
  font-size: 1.5rem;
  font-weight: 300;
  line-height: 1;
  color: #222222;
  transition: content 0.3s ease;
  flex-shrink: 0;
  margin-left: 1rem;
}
.section--faq .faq__answer {
  margin: 0;
  padding: 0 2.5rem 1.25rem;
  line-height: 1.6;
}

.listcard__headline {
  padding: 40px 20px 0;
}
.listcard__headline h2, .listcard__headline .h2 {
  margin: 0;
}
.listcard__cards {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  padding: 60px 20px;
}
.listcard__card {
  grid-column: auto/span 24;
  padding: 10px;
  border: solid 1px rgb(212.5, 212.5, 212.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 569px) {
  .listcard__card {
    grid-column: auto/span 12;
  }
}
@media (min-width: 991px) {
  .listcard__card {
    grid-column: auto/span 8;
  }
}
.listcard__card--fullimage {
  position: relative;
  min-height: 500px;
}
.listcard__card--fullimage .listcard__card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
}
.listcard__card--fullimage .listcard__card-description {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  z-index: 1;
}
.listcard__card--fullimage .listcard__card-headline, .listcard__card--fullimage .listcard__card-text, .listcard__card--fullimage .listcard__card-ctas, .listcard__card--fullimage .listcard__card-details {
  color: #fff;
  position: relative;
  z-index: 1;
}
.listcard__card--fullimage .listcard__card-ctas a, .listcard__card--fullimage .listcard__card__ctas a:visited {
  color: #fff;
}
.listcard__card--16-9 .listcard__card-image {
  height: 0;
  padding-top: 56.25%;
  border-top-right-radius: 10px;
  border-top-left-radius: 10px;
}
.listcard__card-images {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  width: 100%;
  grid-gap: 5px;
  padding: 20px 0 0;
}
.listcard__card-image {
  grid-column: auto/span 12;
  height: 0;
  padding-top: 100%;
}
.listcard__card-headline {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  padding: 10px 0 0;
  margin: 0;
}
.listcard__card-subheadline {
  font-size: clamp(0.7rem, 1.2vw, 1.2rem);
  margin: 10px 0 0;
}
.listcard__card-text {
  padding: 20px 0;
  font-size: 1rem;
  line-height: 1.5;
}
.listcard__card-text p {
  font-size: clamp(0.7rem, 0.9vw, 0.8rem);
}
.listcard__card-detail {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  padding: 5px 0;
}
.listcard__card-detail h3, .listcard__card-detail .h3,
.listcard__card-detail p {
  margin: 0;
  font-size: 1rem !important;
}
.listcard__card-detail h3, .listcard__card-detail .h3 {
  padding-right: 10px;
  white-space: nowrap;
}
.listcard__card-detail p {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.listcard__card-ctas {
  padding: 20px 0 0;
  display: flex;
  align-items: center;
  column-gap: 10px;
  row-gap: 10px;
  margin-top: auto;
}
.listcard--horizontal .listcard__card {
  grid-column: auto/span 24;
  padding: 10px;
  border: solid 1px rgb(212.5, 212.5, 212.5);
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 768px) {
  .listcard--horizontal .listcard__card {
    display: grid;
    grid-template-columns: repeat(24, 1fr);
    grid-row-gap: 10px;
    grid-column-gap: 10px;
  }
}
.listcard--horizontal .listcard__card-images {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  width: 100%;
  grid-gap: 5px;
  padding: 20px 0 0;
}
@media (min-width: 768px) {
  .listcard--horizontal .listcard__card-images {
    grid-column: auto/span 8;
    padding: 10px 0 0;
  }
}
.listcard--horizontal .listcard__card-image {
  grid-column: auto/span 12;
  height: 0;
  padding-top: 100%;
}
.listcard--horizontal .listcard__card-headline {
  font-size: clamp(1.2rem, 1.4vw, 1.4rem);
  padding: 10px 0 0;
  margin: 0;
}
@media (min-width: 768px) {
  .listcard--horizontal .listcard__card-headline {
    grid-column: auto/span 24;
  }
}
.listcard--horizontal .listcard__card-text {
  padding: 20px 0;
  font-size: 1rem;
  line-height: 1.5;
}
.listcard--horizontal .listcard__card-text p {
  font-size: clamp(0.7rem, 0.9vw, 0.8rem);
}
@media (min-width: 768px) {
  .listcard--horizontal .listcard__card-details {
    grid-column: auto/span 12;
    align-self: center;
    padding: 20px;
  }
}
.listcard--horizontal .listcard__card-detail {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.listcard--horizontal .listcard__card-detail h3, .listcard--horizontal .listcard__card-detail .h3,
.listcard--horizontal .listcard__card-detail p {
  margin: 0;
}
.listcard--horizontal .listcard__card-detail h3, .listcard--horizontal .listcard__card-detail .h3 {
  padding-right: 10px;
}
.listcard--horizontal .listcard__card-ctas {
  padding: 20px 0 0;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .listcard--horizontal .listcard__card-ctas {
    grid-column: auto/span 4;
    justify-content: flex-end;
    align-self: center;
  }
}
.listcard .comparison {
  grid-column: auto/span 24;
  min-height: 400px;
  overflow: hidden;
}
.listcard .comparison figure {
  background-size: cover;
  position: relative;
  font-size: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  aspect-ratio: 1/1;
}
@media (min-width: 768px) {
  .listcard .comparison figure {
    aspect-ratio: 16/9;
  }
}
.listcard .comparison figure::before {
  content: "Before";
  position: absolute;
  bottom: 60px;
  left: 20px;
  color: #FFFFFF;
  font-size: 14px;
}
.listcard .comparison figure div {
  background-size: cover;
  position: absolute;
  width: 100%;
  box-shadow: 0 5px 10px -2px rgba(0, 0, 0, 0.3);
  overflow: hidden;
  bottom: 0;
  height: 100%;
}
.listcard .comparison figure div::before {
  content: "After";
  position: absolute;
  bottom: 60px;
  right: 20px;
  color: #FFFFFF;
  font-size: 14px;
}
.listcard .comparison input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  top: -32px;
  left: -2%;
  backdrop-filter: blur(16px) saturate(180%);
  -webkit-backdrop-filter: blur(16px) saturate(180%);
  background-color: rgba(17, 25, 40, 0.75);
  border: 1px solid rgba(255, 255, 255, 0.125);
  width: 102%;
  height: initial;
}
.listcard .comparison input[type=range]:focus {
  outline: none;
}
.listcard .comparison input[type=range]:active {
  outline: none;
}
.listcard .comparison input[type=range]::-moz-range-track {
  -moz-appearance: none;
  display: none;
}
.listcard .comparison input[type=range]::active {
  border: none;
  outline: none;
}
.listcard .comparison input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 20px;
  height: 15px;
  background: #fff;
  border-radius: 0;
}
.listcard .comparison input[type=range]::-moz-range-thumb {
  -moz-appearance: none;
  width: 24px;
  height: 24px;
  background: #fff;
  border-radius: 0;
  transition: all 0.3s;
  border: none;
}
.listcard .comparison input[type=range]:focus::-webkit-slider-thumb {
  width: 26px;
  height: 22px;
}
.listcard .comparison input[type=range]:focus::-moz-range-thumb {
  width: 26px;
  height: 22px;
}

.comparison--popup figure::before, .comparison--popup figure div::before {
  display: none;
}
.comparison--popup .listcard__card-image-link::before {
  content: "+";
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-size: 16px;
  border: solid 1px #FFFFFF;
  border-radius: 50%;
  padding: 1px 1px 3px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.comparison--popup .listcard__card-image-link--after {
  position: absolute;
  bottom: 60px;
  right: 20px;
  color: #FFFFFF;
  font-size: 14px;
  padding-left: 32px;
}
.comparison--popup .listcard__card-image-link--before {
  position: absolute;
  bottom: 60px;
  left: 20px;
  color: #FFFFFF;
  font-size: 14px;
  padding-left: 32px;
}

.image_next {
  position: absolute;
  top: 50%;
  left: auto;
  right: 20px;
  width: 32px;
  height: 32px;
  padding: 6px 8px 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  background: white;
  text-decoration: none;
  z-index: 5;
}
@media (min-width: 768px) {
  .image_next {
    right: 40px;
  }
}

.image_prev {
  position: absolute;
  top: 50%;
  left: 20px;
  width: 32px;
  height: 32px;
  padding: 6px 8px 8px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: black;
  background: white;
  text-decoration: none;
  z-index: 5;
}
@media (min-width: 768px) {
  .image_prev {
    right: 40px;
  }
}

.modal_next {
  position: relative;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  z-index: 2;
  transition: all 1s ease;
}

.modal_prev {
  position: absolute;
  top: 0;
  left: 0;
  width: 200%;
  height: 100%;
  z-index: 1;
  transition: all 1s ease;
}

.modal_next:target {
  left: -100%;
}

.modal_prev:target {
  left: 0;
}

.modal-window {
  position: fixed;
  background-color: rgba(0, 0, 0, 0.95);
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 999;
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s;
  overflow: scroll;
  scroll-snap-type: x mandatory;
  display: flex;
  align-items: center;
}
@media (min-width: 1241px) {
  .modal-window {
    padding: 24px;
  }
}
.modal-window__wrapper {
  gap: 20px;
  flex-wrap: nowrap;
  display: flex;
  flex-direction: column;
}
.modal-window--open {
  visibility: visible;
  opacity: 1;
  pointer-events: initial;
}
.modal-window--open figure {
  position: absolute !important;
}
.modal-window input[type=range] {
  width: 100% !important;
  left: 0 !important;
  top: 100% !important;
}
.modal-window header {
  font-weight: bold;
}
.modal-window h1, .modal-window .h1 {
  font-size: 150%;
  margin: 0 0 15px;
}
.modal-window.comparison > div {
  width: 80%;
  aspect-ratio: 1/1;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: black;
  display: flex;
  flex-direction: row;
  align-items: center;
  max-height: 420px;
}
@media (min-width: 768px) {
  .modal-window.comparison > div {
    aspect-ratio: 16/9;
    max-height: unset;
  }
}
.modal-window.comparison > div input[type=range] {
  position: absolute;
}

.modal-close {
  color: #fff;
  line-height: 50px;
  font-size: 80%;
  position: fixed;
  right: 50px;
  top: 150px;
  text-align: center;
  width: 70px;
  text-decoration: none;
  padding-left: 64px;
  z-index: 5;
}
@media (min-width: 768px) {
  .modal-close {
    right: 20px;
  }
}
.modal-close::before {
  content: "+";
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) rotate(45deg);
  font-size: 24px;
  border-radius: 50%;
  padding: 1px 3px 3px;
  width: 24px;
  height: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-close:hover {
  text-decoration: underline;
}
@media (min-width: 768px) {
  .modal-close {
    right: 70px;
    top: 20px;
    bottom: unset;
  }
}

.listcard__modal-image {
  background-size: contain !important;
  position: absolute;
  top: 0;
  left: 0;
  width: 50%;
  height: 100%;
}

.listcard__modal-image--2 {
  background-size: contain !important;
  position: absolute;
  top: 0;
  left: 50%;
  width: 50%;
  height: 100%;
}

.filter__link {
  background: transparent;
  font-size: 0.9rem !important;
  text-transform: none;
  transition: all 0.7s ease;
  color: #FFFFFF;
  border: unset;
  position: relative;
  left: 0;
  display: block;
  width: 100%;
  padding: 8px 0 !important;
  line-height: 1.5;
  font-weight: 400 !important;
  margin: 0;
}
@media (min-width: 1241px) {
  .filter__link {
    color: #222222;
  }
  .dark-mode .filter__link {
    color: #222222;
  }
}
.filter__link::before {
  content: "";
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  left: 0;
  width: 2px;
  height: 60%;
  background: #0099CC !important;
  opacity: 0;
  transition: all 0.7s ease;
}
.filter__link span {
  display: flex;
  align-items: center;
  margin-right: 16px;
  position: relative;
}

a.filter__link:visited {
  color: #222222;
}
.dark-mode a.filter__link:visited {
  color: #222222;
}
@media (min-width: 1025px) {
  a.filter__link:hover {
    color: #0099CC !important;
    left: 16px;
    padding: 16px 0;
  }
  a.filter__link:hover::before {
    opacity: 1;
    left: -16px;
  }
}

.filter__link a {
  font-size: 0.9rem !important;
  padding: 8px 0 !important;
  line-height: 1.5;
}

.filter__heading {
  min-width: 100%;
}
.filter__heading h2, .filter__heading .h2,
.filter__heading h3,
.filter__heading .h3 {
  min-width: 100%;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  color: #FFFFFF;
  padding: 0 0 16px;
  border-bottom: solid 1px rgba(255, 255, 255, 0.5);
  margin: 40px 0 0;
  font-size: 0.93rem;
  background: transparent;
}
@media (min-width: 1241px) {
  .filter__heading h2, .filter__heading .h2,
  .filter__heading h3,
  .filter__heading .h3 {
    color: #222222;
    margin: 32px 0 16px;
    border-bottom: solid 1px rgba(34, 34, 34, 0.1);
  }
  .dark-mode .filter__heading h2, .dark-mode .filter__heading .h2,
  .dark-mode .filter__heading h3,
  .dark-mode .filter__heading .h3 {
    color: #222222;
  }
}
.filter__heading span {
  font-size: 0.9rem;
  font-family: montserrat, sans-serif;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  color: #6ec9e0;
  margin-left: auto;
  display: none;
}

.filter__toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #0099CC;
  color: #FFFFFF;
  width: 100%;
  z-index: 100;
  display: block;
}
.filter__toggle .st0 {
  fill: #FFFFFF;
}
@media (min-width: 1241px) {
  .filter__toggle {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
    display: none;
  }
}

details.filter__collapsible {
  width: 100%;
  cursor: pointer;
  padding: 24px 0;
  border-bottom: solid 1px rgba(34, 34, 34, 0.1);
}
details.filter__collapsible .filter__heading {
  display: flex;
  align-items: center;
  position: relative;
}
@media (min-width: 1241px) {
  details.filter__collapsible .filter__heading h2, details.filter__collapsible .filter__heading .h2 {
    margin: 0;
    padding: 0 24px 0 0;
    border: unset;
  }
}
details.filter__collapsible .filter__heading::after {
  content: "+";
  font-size: 0.8rem;
  margin-left: -0.8rem;
  color: #FFFFFF;
}
@media (min-width: 1241px) {
  details.filter__collapsible .filter__heading::after {
    color: #222222;
  }
  .dark-mode details.filter__collapsible .filter__heading::after {
    color: #222222;
  }
}
details.filter__collapsible[open] > .filter__heading::after {
  content: "−";
}
details.filter__collapsible[open] summary {
  margin: 0 0 16px;
}
details.filter__collapsible details {
  padding: 16px 0;
  border-bottom: none;
}
details.filter__collapsible details summary h3, details.filter__collapsible details summary .h3 {
  margin: 0;
  padding: 0 0 16px;
}
details.filter__collapsible details summary::after {
  padding: 0 0 16px;
}
details.filter__collapsible details > summary {
  list-style: none;
}
details.filter__collapsible details > summary::-webkit-details-marker {
  display: none;
}

.listpage {
  width: 100%;
}

body:has(.modal-state:checked) {
  overflow: hidden;
}

@media (min-width: 1241px) {
  details.filter__collapsible .filter__heading h2, details.filter__collapsible .filter__heading .h2 {
    color: #222222;
  }
  .dark-mode details.filter__collapsible .filter__heading h2, .dark-mode details.filter__collapsible .filter__heading .h2 {
    color: #222222;
  }
}

.filter__link {
  padding: 8px 0;
}
@media (min-width: 1241px) {
  .filter__link {
    color: #222222;
  }
  .dark-mode .filter__link {
    color: #222222;
  }
}

.load-more {
  grid-column: auto/span 24;
}
.load-more .load-more__loading {
  display: flex;
  align-items: center;
  justify-content: center;
}
.load-more .load-more__loading::after {
  content: "↻";
  display: inline-block;
  margin-left: 0.5ch;
  animation: spin 1s linear infinite;
}
.load-more.loading .load-more__loading {
  display: block;
  text-align: center;
}
.load-more.no-more {
  display: none;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(359deg);
  }
}
.masthead:not(.masthead-2) .masthead__text,
.masthead:not(.masthead-2) .masthead__content-container {
  max-width: 1600px;
  margin: 0 auto;
  width: 100%;
  padding: 24px;
  grid-column: auto/span 24;
  position: relative;
  z-index: 1;
}
.masthead:not(.masthead-2) .masthead__text p,
.masthead:not(.masthead-2) .masthead__content-container p {
  color: #FFFFFF;
}

.masthead:not(.masthead-2) .masthead__content-container {
  padding-top: 0;
}

.masthead:not(.masthead-2) .masthead--no-img .breadcrumbs__item a,
.masthead:not(.masthead-2) .masthead--no-img .breadcrumbs__item .filter__link {
  color: #FFFFFF !important;
}

.masthead--no-img .breadcrumbs__item a {
  color: #FFFFFF !important;
}

.content-wrapper {
  width: 100%;
  grid-column: auto/span 24;
  padding: 24px;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  gap: 0;
}
@media (min-width: 768px) {
  .content-wrapper {
    padding: 24px 0;
  }
}
@media (min-width: 1241px) {
  .content-wrapper {
    grid-column: 7/span 18;
    grid-row: 1/span 1;
    padding: 32px 32px 32px 0;
  }
}
.content-wrapper--no-sidebar {
  grid-column: auto/span 24;
}
.content-wrapper__form {
  break-inside: avoid;
  margin-bottom: 32px;
  border: solid 1px rgba(51, 51, 51, 0.1);
  border-radius: 4px;
}
.content-wrapper__form form {
  padding: 24px;
}
.content-wrapper__form label {
  display: none;
}
.content-wrapper__form-heading {
  padding: 16px 24px;
  background: #F3F3F3;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.content-wrapper__form-heading h3, .content-wrapper__form-heading .h3 {
  margin: 0;
  font-size: clamp(1rem, 1.5vw, 1.5rem);
}

.masthead:not(.masthead-2) {
  grid-column: auto/span 24;
  padding: 20px 0;
  background: #6ec9e0;
  overflow: hidden;
}
.masthead:not(.masthead-2) h1, .masthead:not(.masthead-2) .h1 {
  color: #FFFFFF;
  order: 1;
}
@media (min-width: 768px) {
  .masthead:not(.masthead-2) h1, .masthead:not(.masthead-2) .h1 {
    text-align: left;
  }
}
.masthead:not(.masthead-2) .breadcrumbs {
  padding: 0 0 10px;
}
.masthead:not(.masthead-2) .breadcrumbs__items {
  justify-content: flex-start;
}
.masthead:not(.masthead-2) .breadcrumbs a,
.masthead:not(.masthead-2) .breadcrumbs span, .masthead:not(.masthead-2) .breadcrumbs__item::after {
  color: #FFFFFF;
  font-size: 0.7rem;
}

.masthead--w-img {
  grid-column: auto/span 24;
  padding: 20px 0;
  background: #6ec9e0;
  overflow: hidden;
  position: relative;
  min-height: 600px;
}
.masthead--w-img h1, .masthead--w-img .h1 {
  color: #FFFFFF;
  order: 1;
  position: relative;
  z-index: 1;
}
@media (min-width: 768px) {
  .masthead--w-img h1, .masthead--w-img .h1 {
    text-align: left;
  }
}
.masthead--w-img .breadcrumbs {
  padding: 0 0 10px;
  position: relative;
  z-index: 1;
}
.masthead--w-img .breadcrumbs__items {
  justify-content: flex-start;
}
.masthead--w-img .breadcrumbs a,
.masthead--w-img .breadcrumbs span, .masthead--w-img .breadcrumbs__item::after {
  color: #FFFFFF;
  font-size: 0.7rem;
}
.masthead--w-img .masthead__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.masthead--w-img .masthead__image-container::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  pointer-events: none;
}
.masthead--w-img .masthead__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center center;
  display: block;
}
.masthead--w-img .masthead__text h1, .masthead--w-img .masthead__text .h1 {
  color: #FFFFFF !important;
}
.masthead--w-img .masthead__content-container p {
  color: #FFFFFF !important;
}

.listpage__container {
  grid-column: auto/span 24;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  padding: 0;
  max-width: 1600px;
  margin: 0 auto;
  grid-row-gap: 0;
  min-height: calc(100vh - var(--header-height) - var(--footer-height));
}
@media (min-width: 768px) {
  .listpage__container {
    padding: 0 24px;
  }
}
@media (min-width: 1241px) {
  .listpage__container--left .filter {
    grid-column: 1/span 6;
    grid-row: 1/span 2;
    margin: 32px 32px 32px 0;
  }
}
@media (min-width: 1241px) {
  .listpage__container--left .content-wrapper {
    grid-column: 7/span 18;
    grid-row: 1/span 1;
    padding: 32px 32px 32px 0;
  }
}
@media (min-width: 1241px) {
  .listpage__container--right .filter {
    grid-column: 19/span 6;
    grid-row: 1/span 2;
    margin: 32px 0 32px 32px;
  }
}
@media (min-width: 1241px) {
  .listpage__container--right .content-wrapper {
    grid-column: 1/span 18;
    grid-row: 1/span 1;
    padding: 32px 0 32px 32px;
  }
}
.listpage__container--off-canvas .filter {
  grid-column: unset;
  grid-row: unset;
  background-color: secondary;
  background-color: #F3F3F3;
}
.dark-mode .listpage__container--off-canvas .filter {
  background-color: #222222;
  background-color: silver;
}
.listpage__container--off-canvas .filter__toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #0099CC;
  color: #FFFFFF;
  width: 100%;
  z-index: 100;
  cursor: pointer;
  display: block;
}
.listpage__container--off-canvas .content-wrapper {
  width: 100%;
  grid-column: auto/span 24;
  padding: 24px;
  gap: 0;
}
@media (min-width: 768px) {
  .listpage__container--off-canvas .listcard--horizontal .listcard__card {
    grid-column: auto/span 12;
  }
}
.listpage__container--off-canvas .modal {
  opacity: 0;
  display: none;
}
.listpage__container--off-canvas .modal-state:checked + .modal {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.9);
  z-index: 1000;
  padding: 24px;
  opacity: 1;
  display: block;
}
.listpage__container--off-canvas .modal-state:checked + .modal .modal__inner {
  background: rgba(51, 51, 51, 0.7);
  max-width: 1200px;
  margin: 0 auto;
  height: 100%;
}
.listpage__container--off-canvas .modal-state:checked + .modal .modal__close {
  display: block;
}
.listpage__container--off-canvas .modal-state:checked + .modal .modal__container {
  max-width: 320px;
}
.listpage__container--off-canvas .modal-state:checked + .modal .filter__heading h2, .listpage__container--off-canvas .modal-state:checked + .modal .filter__heading .h2, .listpage__container--off-canvas .modal-state:checked + .modal .filter__heading::after, .listpage__container--off-canvas .modal-state:checked + .modal .filter__link {
  color: #FFFFFF !important;
}
.listpage__container--off-canvas .modal-state:checked + .modal .filter__heading::after {
  position: relative;
  top: 12px;
}
.listpage__container--off-canvas .modal-state:checked + .modal .filter__heading h2, .listpage__container--off-canvas .modal-state:checked + .modal .filter__heading .h2 {
  border-block-end: solid 1px rgba(255, 255, 255, 0.5);
}
.listpage__container--off-canvas .modal-state:checked + .modal .filter__link:hover {
  color: #0099CC !important;
  cursor: pointer;
}

.modal__inner {
  background: rgba(34, 34, 34, 0.7);
  padding: 40px 20px;
  margin: 40px auto;
  height: calc(100vh - 80px);
}
@media (min-width: 768px) {
  .modal__inner {
    background: transparent;
    padding: 8px 32px 32px;
    height: unset;
    margin: 0 auto;
  }
}

.filter {
  grid-column: unset;
  background-color: secondary;
  background-color: #F3F3F3;
}
.dark-mode .filter {
  background-color: #222222;
  background-color: silver;
}
@media (min-width: 1241px) {
  .filter {
    grid-column: 1/span 6;
    grid-row: 1/span 2;
    margin: 32px 32px 32px 0;
  }
}
.filter li {
  padding: 0 !important;
}

.modal__close {
  display: block;
}
@media (min-width: 1241px) {
  .modal__close {
    display: none;
  }
}

.modal__container {
  flex-direction: column;
  align-items: flex-start;
}
.modal__container ul {
  padding: 0;
  list-style: none;
}
.modal__container li {
  line-height: 1;
  padding: 0;
}

.modal__container .star-rating__stars {
  flex: 0 1 auto;
  grid-template-columns: repeat(5, 1em);
  gap: 4px;
  margin-left: 8px;
  margin-top: -4px;
  display: grid;
}
.modal__container .star-rating__stars svg {
  width: 16px;
  height: 16px;
  margin: auto;
}
.modal__container .star-rating__stars path,
.modal__container .star-rating__stars #star-full {
  fill: #FFFFFF !important;
}
@media (min-width: 768px) {
  .modal__container .star-rating__stars path,
  .modal__container .star-rating__stars #star-full {
    fill: #0099CC !important;
  }
}

.filter__link {
  display: inline-flex;
}

.listcard {
  grid-column: auto/span 24;
}
.listcard__headline {
  font-size: 2rem;
  padding: 24px 0;
  margin: 10px 0;
}
.listcard__cards {
  padding: 0 0 24px;
  gap: 10px;
}
@media (min-width: 991px) {
  .listcard__cards {
    gap: 20px;
  }
}
.listcard__card {
  box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 0px inset, rgba(50, 50, 93, 0.25) 0px 0px 0px 0px, rgba(0, 0, 0, 0.3) 0px 0px 0px 0px;
  transition: box-shadow 0.3s ease;
  break-inside: avoid;
  border: solid 1px rgba(51, 51, 51, 0.1);
  border-radius: 4px;
  padding: 0;
  justify-content: flex-start;
  border-bottom: none;
  background-color: secondary;
  background-color: #F3F3F3;
}
.dark-mode .listcard__card {
  background-color: #222222;
  background-color: silver;
}
@media (min-width: 1025px) {
  .listcard__card:hover {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}
.listcard__card-details {
  padding: 24px 24px 0;
}
.listcard__card-detail h3, .listcard__card-detail .h3, .listcard__card-detail a, .listcard__card-detail p {
  font-size: 1rem;
  color: #222222;
}
.dark-mode .listcard__card-detail h3, .dark-mode .listcard__card-detail .h3, .dark-mode .listcard__card-detail a, .dark-mode .listcard__card-detail p {
  color: #222222;
}
.listcard--50 {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .listcard--50 {
    grid-column: auto/span 12;
  }
}
.listcard--33 {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .listcard--33 {
    grid-column: auto/span 12;
  }
}
@media (min-width: 991px) {
  .listcard--33 {
    grid-column: auto/span 8;
  }
}
.listcard__card-ctas {
  width: 100%;
  margin-top: auto;
}
.listcard__card-ctas .btn {
  margin-top: auto;
  width: 100%;
  border-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.listcard__card-headline {
  padding: 24px 24px 0;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  letter-spacing: unset;
  color: #222222;
}
.dark-mode .listcard__card-headline {
  color: #222222;
}
.listcard__card-subheadline {
  padding: 0 24px;
  color: #222222;
}
.dark-mode .listcard__card-subheadline {
  color: #222222;
}
.listcard__card-image {
  pointer-events: none;
}
.listcard__card-text {
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  padding: 24px 24px 0;
  margin-bottom: 24px;
  color: #222222;
}
.dark-mode .listcard__card-text {
  color: #222222;
}
.listcard__card--single-image .listcard__card-images {
  order: -1;
  padding: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  aspect-ratio: 16/9;
}
.listcard__card--single-image .listcard__card-image {
  grid-column: auto/span 24;
  padding-top: 56.25%;
}
.listcard__card--single-image .listcard__card-ctas {
  padding: 0;
}
.listcard--horizontal .listcard__headline {
  margin-bottom: 24px;
}
.listcard--horizontal .listcard__card-headline {
  grid-column: 1/span 25;
  grid-row: 1/span 1;
  padding: 16px 0 8px;
}
.listcard--horizontal .listcard__card-images {
  grid-column: 1/span 12;
  grid-row: 2/span 2;
}
@media (min-width: 768px) {
  .listcard--horizontal .listcard__card-images {
    gap: 10px;
    height: 100%;
  }
}
.listcard--horizontal .listcard__card:has(.listcard__card-subheadline) .listcard__card-subheadline {
  grid-column: 1/span 25;
  grid-row: 2/span 1;
  padding: 0 0 16px;
  margin: 0;
}
.listcard--horizontal .listcard__card:has(.listcard__card-subheadline) .listcard__card-images {
  grid-row: 3/span 2;
}
.listcard--horizontal .listcard__card:has(.listcard__card-subheadline) .listcard__card-details, .listcard--horizontal .listcard__card:has(.listcard__card-subheadline) .listcard__card-text {
  grid-row: 3/span 2;
}
.listcard--horizontal .listcard__card:has(.listcard__card-subheadline) .listcard__card-ctas {
  grid-row: 4/span 1;
}
@media (min-width: 1025px) {
  .listcard--horizontal .listcard__card--single-image {
    grid-column: auto/span 12;
  }
}
.listcard--horizontal .listcard__card--single-image .listcard__card-images {
  grid-column: 1/span 9;
}
.listcard--horizontal .listcard__card--single-image .listcard__card-details, .listcard--horizontal .listcard__card--single-image .listcard__card-text, .listcard--horizontal .listcard__card--single-image .listcard__card-ctas {
  grid-column: 10/span 15;
}
@media (min-width: 768px) {
  .listcard--horizontal .listcard__card-image {
    height: unset;
  }
}
.listcard--horizontal .listcard__card-details, .listcard--horizontal .listcard__card-text {
  grid-column: 13/span 12;
  grid-row: 2/span 1;
}
@media (min-width: 768px) {
  .listcard--horizontal .listcard__card-details, .listcard--horizontal .listcard__card-text {
    align-self: start;
    height: 100%;
    padding: 0 0 20px 20px;
  }
  .listcard--horizontal .listcard__card-details a, .listcard--horizontal .listcard__card-details p, .listcard--horizontal .listcard__card-text a, .listcard--horizontal .listcard__card-text p {
    font-size: 1rem !important;
    line-height: 1.1 !important;
  }
}
.listcard--horizontal .listcard__card-ctas {
  grid-column: 13/span 12;
  grid-row: 3/span 1;
}
@media (min-width: 768px) {
  .listcard--horizontal .listcard__card-ctas {
    padding: 0 0 0 20px;
  }
}

.content-wrapper:has(.section__1) .listcard__headline {
  padding: 0;
}

.filter__link--active-filter span {
  display: flex;
  align-items: center;
}
.filter__link--active-filter svg {
  fill: currentColor;
  height: 15px;
  width: 15px;
  margin-right: 10px;
}
.filter__link--active-filter:hover {
  left: 0 !important;
}
.filter__link--active-filter:hover::before {
  display: none !important;
}

.section__1 {
  grid-column: auto/span 24;
  padding: 0;
}
@media (min-width: 768px) {
  .section__1 {
    padding: 0 32px 0 0;
  }
}
.section__1 .section__text {
  grid-column: auto/span 24;
  padding: 24px 0;
}
@media (min-width: 1241px) {
  .section__1 .section__text {
    padding: 40px 32px;
    padding-left: 0;
  }
}

.filter__toggle {
  position: fixed;
  bottom: 0;
  left: 0;
  background: #0099CC;
  color: #FFFFFF;
  width: 100%;
  z-index: 100;
  cursor: pointer;
}
.filter__toggle .st0 {
  fill: #FFFFFF;
}
@media (min-width: 1241px) {
  .filter__toggle {
    position: relative;
    bottom: unset;
    left: unset;
    transform: none;
  }
}
.filter__toggle * {
  cursor: pointer;
}

.rating-info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  font-size: 0.7rem !important;
}
.rating-info__item {
  flex: 0 0 50%;
  color: #222222;
}
.dark-mode .rating-info__item {
  color: #222222;
}
.rating-info__item a {
  color: #222222;
}
.dark-mode .rating-info__item a {
  color: #222222;
}

.show-more-btn {
  justify-content: flex-start;
  background: unset !important;
  padding: 12px 0 !important;
}

.testimonials .content-wrapper {
  gap: 10px;
}
@media (min-width: 991px) {
  .testimonials .content-wrapper {
    gap: 20px;
  }
}

.listcard__card--testimonial {
  justify-content: flex-start;
  grid-column: auto/span 24;
  padding: 0;
}
@media (min-width: 991px) {
  .listcard__card--testimonial {
    grid-column: auto/span 12;
  }
}
.listcard__card--testimonial .listcard__card-images {
  padding: 16px;
  background: #F3F3F3;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
}
.listcard__card--testimonial .listcard__card-text {
  line-height: 1.5;
  display: flex;
}
.listcard__card--testimonial .listcard__card-image {
  grid-column: auto/span 4;
  background-position: left top !important;
  max-width: 150px;
  flex: 0 0 16%;
  padding-top: unset !important;
  margin-right: 12px;
}
.listcard__card--testimonial .listcard__card-image-text {
  grid-column: auto/span 20;
  margin: 0;
  flex: 1;
}
.listcard__card--testimonial .star-rating {
  display: flex;
  align-items: center;
  gap: 0.5ch;
  font-size: 1.2rem;
  container-type: inline-size;
  container-name: stars;
}
.listcard__card--testimonial .star-rating__rating {
  font-weight: bold;
  color: #222222;
}
.dark-mode .listcard__card--testimonial .star-rating__rating {
  color: #222222;
}
.listcard__card--testimonial .star-rating__stars {
  flex: 0 1 auto;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-gap: 1px;
}
.listcard__card--testimonial .star-rating__stars .star {
  display: none;
}
@container stars (min-width: 130px) {
  .listcard__card--testimonial .star-rating__stars .star {
    display: block;
    width: 16px;
    height: 16px;
  }
}

.procedurelist .listcard {
  grid-column: auto/span 24;
}
.procedurelist .listcard__headline {
  font-size: 2rem;
}
.procedurelist .listcard__cards {
  gap: 10px;
}
@media (min-width: 991px) {
  .procedurelist .listcard__cards {
    gap: 20px;
  }
}
.procedurelist .listcard__card {
  position: relative;
  min-height: 400px;
  padding: 0;
  cursor: pointer;
  justify-content: flex-end;
  border-radius: 4px;
}
.procedurelist .listcard__card::before {
  content: "→";
  position: absolute;
  bottom: 24px;
  left: 24px;
  width: 64px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  font-size: 1.2rem;
  z-index: 1;
  color: #FFFFFF;
  transition: opacity 0.7s ease;
}
@media (min-width: 1025px) {
  .procedurelist .listcard__card::before {
    opacity: 0;
  }
}
.procedurelist .listcard__card::after {
  content: "";
  position: absolute;
  background: rgba(110, 201, 224, 0.4);
  inset: 0;
  transition: background 0.7s ease;
  border-radius: 4px;
}
@media (min-width: 1025px) {
  .procedurelist .listcard__card::after {
    background: rgba(110, 201, 224, 0.2);
  }
}
@media (min-width: 1025px) {
  .procedurelist .listcard__card:hover::before {
    opacity: 1;
  }
  .procedurelist .listcard__card:hover::after {
    background: rgba(110, 201, 224, 0.4);
  }
  .procedurelist .listcard__card:hover .listcard__card-headline {
    top: 35%;
  }
  .procedurelist .listcard__card:hover .listcard__card-text {
    opacity: 1;
    top: 50%;
  }
}
.procedurelist .listcard__card-headline, .procedurelist .listcard__card-text {
  position: relative;
  z-index: 1;
  color: #FFFFFF;
  width: 100%;
}
.procedurelist .listcard__card-headline {
  font-size: clamp(1rem, 1.2vw, 1.2rem);
  position: absolute;
  top: 40%;
  left: 0;
  right: 0;
  width: auto;
  transition: top 0.7s ease;
}
@media (min-width: 1025px) {
  .procedurelist .listcard__card-headline {
    top: 50%;
  }
}
.procedurelist .listcard__card-text {
  font-size: clamp(0.8rem, 1vw, 0.9rem);
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  width: auto;
  transition: all 0.7s ease;
}
@media (min-width: 1025px) {
  .procedurelist .listcard__card-text {
    opacity: 0;
    top: 70%;
  }
}
.procedurelist .listcard__card-images {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: unset;
  border-radius: 4px;
}
.procedurelist .listcard__card-images::after {
  content: "";
  position: absolute;
  inset: 0;
  background: #222222;
  opacity: 0.3;
  transition: opacity 0.7s ease;
  border-radius: 4px;
}
@media (min-width: 1025px) {
  .procedurelist .listcard__card-images:hover::after {
    opacity: 0.7;
  }
}
.procedurelist .listcard__card-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-top: unset;
  border-radius: 4px;
}

.gallerylist .listcard__card-images {
  order: -1;
  padding: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
}
.gallerylist .listcard__card {
  justify-content: space-between;
}

.cards--post {
  grid-column: auto/span 24;
  gap: 20px 10px;
}
@media (min-width: 991px) {
  .cards--post {
    gap: 20px;
  }
}

.collection .card {
  position: relative;
  padding: 0;
  cursor: pointer;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  border-radius: 4px;
  box-shadow: rgba(255, 255, 255, 0.1) 0px 0px 0px 0px inset, rgba(50, 50, 93, 0.25) 0px 0px 0px 0px, rgba(0, 0, 0, 0.3) 0px 0px 0px 0px;
  transition: box-shadow 0.3s ease;
  background-color: secondary;
  background-color: #F3F3F3;
}
.dark-mode .collection .card {
  background-color: #222222;
  background-color: silver;
}
.collection .card__text {
  width: 100%;
}
.collection .card--post {
  grid-column: auto/span 24;
}
@media (min-width: 768px) {
  .collection .card--post {
    grid-column: auto/span 12;
  }
}
.collection .card .btn {
  flex: 1;
  width: 100%;
  border-radius: 0px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  margin: 0;
  max-height: 40px;
  min-width: 100%;
}
@media (min-width: 1025px) {
  .collection .card:hover {
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
  }
}
.collection .card__image {
  order: -1;
  padding: 0;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  overflow: hidden;
  width: 100%;
  min-height: 240px;
}
.collection .card-text {
  position: relative;
  z-index: 1;
  padding: 20px;
}
.collection .card--post {
  display: flex;
  flex-direction: column;
  justify-content: center;
  border-color: rgb(229.5, 229.5, 229.5);
}
.collection .card__title {
  padding: 12px 24px 0;
  font-weight: 700;
  font-size: clamp(1.1rem, 1.2vw, 1.2rem);
  letter-spacing: unset;
  color: #222222;
}
.dark-mode .collection .card__title {
  color: #222222;
}
.collection .card__details {
  padding: 0 24px 24px;
  color: #222222;
}
.dark-mode .collection .card__details {
  color: #222222;
}
.collection .card__author, .collection .card__date {
  margin: 0;
  color: #222222;
}
.dark-mode .collection .card__author, .dark-mode .collection .card__date {
  color: #222222;
}
.collection .card__summary {
  padding: 0 24px 24px;
  margin: 0;
  color: #222222;
}
.dark-mode .collection .card__summary {
  color: #222222;
}
.collection .card__text {
  display: flex;
  flex-direction: column;
  flex: 1;
  padding: 0;
  color: #222222;
}
.dark-mode .collection .card__text {
  color: #222222;
}
.collection .card__text .btn {
  margin-top: auto;
}

.videolist .listpage__container--no-filters .filter {
  display: none;
}
.videolist .listpage__container--no-filters .content-wrapper {
  grid-column: auto/span 24;
}
.videolist .listcard__group {
  padding: 0 0 24px;
}
.videolist .listcard__card-image {
  position: relative;
}
.videolist .listcard__card-image::before {
  content: "";
  position: absolute;
  inset: 0;
  background: #222222;
  opacity: 0.3;
  transition: opacity 0.7s ease;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.videolist .listcard__card-image::after {
  content: "";
  position: absolute;
  top: 50%;
  left: 53%;
  transform: translate(-50%, -50%);
  width: 0;
  height: 0;
  border: 36px solid transparent;
  border-left: 48px solid #FFFFFF;
  filter: drop-shadow(0px 0px 2px rgba(0, 0, 0, 0.25));
}
.videolist .listcard .videothumb__icon .st0 {
  fill: #FFFFFF;
}

.promotionlist .data-list {
  grid-column: auto/span 24;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  padding: 0 0 24px;
  gap: 10px;
}
@media (min-width: 991px) {
  .promotionlist .data-list {
    gap: 20px;
  }
}
.promotionlist .promotion {
  grid-column: auto/span 24;
  border-radius: 4px;
}
@media (min-width: 768px) {
  .promotionlist .promotion {
    grid-column: auto/span 12;
  }
}
@media (min-width: 1241px) {
  .promotionlist .promotion {
    grid-column: auto/span 8;
  }
}
.promotionlist .promotion__wrapper {
  border-radius: 4px !important;
}

.insurancelist .listpage__container {
  padding: 48px 24px;
}
@media (min-width: 768px) {
  .insurancelist .listpage__container {
    padding: 64px 32px;
  }
}
.insurancelist .section {
  grid-column: auto/span 24;
}
.insurancelist .insurance__items {
  grid-column: auto/span 24;
  padding: 40px 0;
}
@media (min-width: 768px) {
  .insurancelist .insurance__items {
    padding: 60px 0 0;
  }
}
.insurancelist .insurance__item-grid {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  padding: 0 0 64px;
}
.insurancelist .insurance__item-headline {
  grid-column: auto/span 24;
}
.insurancelist .insurance__item {
  grid-column: auto/span 24;
  display: flex;
  flex-direction: column;
  background-color: secondary;
  background-color: #F3F3F3;
}
.dark-mode .insurancelist .insurance__item {
  background-color: #222222;
  background-color: silver;
}
@media (min-width: 569px) {
  .insurancelist .insurance__item {
    grid-column: auto/span 12;
  }
}
@media (min-width: 768px) {
  .insurancelist .insurance__item {
    grid-column: auto/span 8;
  }
}
@media (min-width: 991px) {
  .insurancelist .insurance__item {
    grid-column: auto/span 6;
  }
}
.insurancelist .insurance__item-list {
  list-style-type: none;
  padding: 0;
  width: 100%;
}
.insurancelist .insurance__item-list h3, .insurancelist .insurance__item-list .h3 {
  grid-column: auto/span 24;
}
.insurancelist .insurance__item-list ul {
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
.insurancelist .insurance__item-list li {
  grid-column: auto/span 24;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: secondary;
  background-color: #F3F3F3;
  text-align: center;
  color: #222222;
}
.dark-mode .insurancelist .insurance__item-list li {
  background-color: #222222;
  background-color: silver;
}
.dark-mode .insurancelist .insurance__item-list li {
  color: #222222;
}
@media (min-width: 569px) {
  .insurancelist .insurance__item-list li {
    grid-column: auto/span 12;
  }
}
@media (min-width: 768px) {
  .insurancelist .insurance__item-list li {
    grid-column: auto/span 8;
  }
}
@media (min-width: 991px) {
  .insurancelist .insurance__item-list li {
    grid-column: auto/span 6;
  }
}
.insurancelist .insurance__item-img {
  position: relative;
  aspect-ratio: 13/5;
}
.insurancelist .insurance__item-img img {
  position: absolute;
  top: 0;
  left: 50%;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 112px;
  object-position: center;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
}
.insurancelist .insurance__item-text h3, .insurancelist .insurance__item-text .h3 {
  letter-spacing: unset;
  text-transform: unset;
  text-align: center;
  color: #222222;
}
.dark-mode .insurancelist .insurance__item-text h3, .dark-mode .insurancelist .insurance__item-text .h3 {
  color: #222222;
}
.insurancelist .form__wrapper {
  grid-column: auto/span 24;
  background: #F3F3F3;
  padding: 40px 32px;
}
@media (min-width: 768px) {
  .insurancelist .form__wrapper {
    padding: 60px 32px;
  }
}
.insurancelist .form {
  grid-column: auto/span 24;
}
.insurancelist .form {
  max-width: 932px;
  margin: 64px auto 0;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 40px 32px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 768px) {
  .insurancelist .form {
    padding: 64px;
    margin: 96px auto 0;
  }
}
.insurancelist .form label {
  display: none;
}
.insurancelist .form__headline {
  max-width: 932px;
  margin: 0 auto;
  color: #222222;
}
.dark-mode .insurancelist .form__headline {
  color: #222222;
}
.insurancelist .form__wrapper {
  background-color: secondary;
  background-color: #F3F3F3;
}
.dark-mode .insurancelist .form__wrapper {
  background-color: #222222;
  background-color: silver;
}
.insurancelist .form__container {
  padding: 40px 32px;
  position: relative;
  z-index: 100;
  margin: 0;
}
@media (min-width: 768px) {
  .insurancelist .form__container {
    padding: 60px 32px;
  }
}
.insurancelist .form__container::after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: 0;
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534227.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.05;
  width: 25vh;
  height: 25vh;
  display: none;
  filter: grayscale(100%);
}
@media (min-width: 991px) {
  .insurancelist .form__container::after {
    display: block;
  }
}
.insurancelist .form__container .section {
  padding: 0;
}
@media (min-width: 768px) {
  .insurancelist .form__container .section {
    padding: 0 32px;
  }
}
.insurancelist .form__button_disclaimer {
  display: flex;
  align-items: center;
  grid-column: auto/span 24;
  padding: 24px 0;
}
@media (min-width: 991px) {
  .insurancelist .form__button_disclaimer {
    grid-column: auto/span 18;
    padding: 0 24px;
  }
}
.insurancelist .form__button_disclaimer span {
  padding: 0 8px;
  font-size: 0.8rem;
  color: #222222;
}
.dark-mode .insurancelist .form__button_disclaimer span {
  color: #222222;
}
.insurancelist .form .btn {
  margin: 0;
}
.insurancelist .form__link {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 153, 204, 0.95);
  min-width: 100%;
  padding: 20px 36px;
  z-index: 99;
}
@media (min-width: 991px) {
  .insurancelist .form__link {
    padding: 16px 32px;
  }
}
.insurancelist .form__link h2, .insurancelist .form__link .h2 {
  color: #FFFFFF;
  margin: 10px 0 !important;
  font-size: clamp(1.1rem, 1.7vw, 1.7rem);
}
@media (min-width: 768px) {
  .insurancelist .form__link h2, .insurancelist .form__link .h2 {
    margin: 0 10px !important;
  }
}
.insurancelist .form__link .btn {
  margin: 0 !important;
}
.insurancelist .form__link .btn:hover {
  background: #6ec9e0;
}
.insurancelist .form__link .section__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .insurancelist .form__link .section__text {
    flex-direction: row;
  }
}

.finance .listpage__container {
  padding: 48px 24px;
}
@media (min-width: 768px) {
  .finance .listpage__container {
    padding: 64px 32px;
  }
}
.finance .section {
  grid-column: auto/span 24;
}
.finance .finance__items {
  grid-column: auto/span 24;
  padding: 40px 0;
  max-width: 1600px;
  margin: 0 auto;
  display: grid;
  grid-template-columns: repeat(24, 1fr);
  grid-row-gap: 10px;
  grid-column-gap: 10px;
}
@media (min-width: 768px) {
  .finance .finance__items {
    padding: 60px 0 0;
  }
}
@media (min-width: 1025px) {
  .finance .finance__items {
    gap: 24px;
  }
}
.finance .finance__item-headline {
  grid-column: auto/span 24;
}
.finance .finance__item {
  grid-column: auto/span 24;
  display: flex;
  flex-direction: column;
  background-color: secondary;
  background-color: #F3F3F3;
  border-radius: 4px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
.dark-mode .finance .finance__item {
  background-color: #222222;
  background-color: silver;
}
@media (min-width: 569px) {
  .finance .finance__item {
    grid-column: auto/span 12;
  }
}
@media (min-width: 768px) {
  .finance .finance__item {
    grid-column: auto/span 8;
  }
}
.finance .finance__item .btn {
  margin: auto 0 0;
  border-top-right-radius: 0;
  border-top-left-radius: 0;
}
.finance .finance__item-img {
  position: relative;
  aspect-ratio: 13/5;
  margin-block: 24px;
}
.finance .finance__item-img img {
  position: absolute;
  top: 0;
  left: 50%;
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-width: 72%;
  object-position: center;
  transform: translateX(-50%);
  mix-blend-mode: multiply;
}
.finance .finance__item-text {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 24px;
  padding: 0 32px 32px;
}
.finance .finance__item-text .h3, .finance .finance__item-text p {
  margin: 0;
}
.finance .finance__item-text .h3 {
  letter-spacing: unset;
  text-transform: unset;
  text-align: center;
  color: #222222;
  font-size: clamp(1.1rem, 1.5vw, 1.5rem);
}
.dark-mode .finance .finance__item-text .h3 {
  color: #222222;
}
.finance .form__wrapper {
  grid-column: auto/span 24;
  background: #F3F3F3;
  padding: 40px 32px;
}
@media (min-width: 768px) {
  .finance .form__wrapper {
    padding: 60px 32px;
  }
}
.finance .form {
  grid-column: auto/span 24;
}
.finance .form {
  max-width: 932px;
  margin: 64px auto 0;
  background: #FFFFFF;
  border-radius: 4px;
  padding: 40px 32px;
  box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}
@media (min-width: 768px) {
  .finance .form {
    padding: 64px;
    margin: 96px auto 0;
  }
}
.finance .form label {
  display: none;
}
.finance .form__headline {
  max-width: 932px;
  margin: 0 auto;
  color: #222222;
}
.dark-mode .finance .form__headline {
  color: #222222;
}
.finance .form__wrapper {
  background-color: secondary;
  background-color: #F3F3F3;
}
.dark-mode .finance .form__wrapper {
  background-color: #222222;
  background-color: silver;
}
.finance .form__container {
  padding: 40px 32px;
  position: relative;
  z-index: 100;
  margin: 0;
}
@media (min-width: 768px) {
  .finance .form__container {
    padding: 60px 32px;
  }
}
.finance .form__container::after {
  content: "";
  position: absolute;
  right: 60px;
  bottom: 0;
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534227.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  opacity: 0.05;
  width: 25vh;
  height: 25vh;
  display: none;
  filter: grayscale(100%);
}
@media (min-width: 991px) {
  .finance .form__container::after {
    display: block;
  }
}
.finance .form__container .section {
  padding: 0;
}
@media (min-width: 768px) {
  .finance .form__container .section {
    padding: 0 32px;
  }
}
.finance .form__button_disclaimer {
  display: flex;
  align-items: center;
  grid-column: auto/span 24;
  padding: 24px 0;
}
@media (min-width: 991px) {
  .finance .form__button_disclaimer {
    grid-column: auto/span 18;
    padding: 0 24px;
  }
}
.finance .form__button_disclaimer span {
  padding: 0 8px;
  font-size: 0.8rem;
  color: #222222;
}
.dark-mode .finance .form__button_disclaimer span {
  color: #222222;
}
.finance .form .btn {
  margin: 0;
}
.finance .form__link {
  position: fixed;
  top: auto;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 153, 204, 0.95);
  min-width: 100%;
  padding: 20px 36px;
  z-index: 99;
}
@media (min-width: 991px) {
  .finance .form__link {
    padding: 16px 32px;
  }
}
.finance .form__link h2, .finance .form__link .h2 {
  color: #FFFFFF;
  margin: 10px 0 !important;
  font-size: clamp(1.1rem, 1.7vw, 1.7rem);
}
@media (min-width: 768px) {
  .finance .form__link h2, .finance .form__link .h2 {
    margin: 0 10px !important;
  }
}
.finance .form__link .btn {
  margin: 0 !important;
}
.finance .form__link .btn:hover {
  background: #6ec9e0;
}
.finance .form__link .section__text {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 20px;
}
@media (min-width: 768px) {
  .finance .form__link .section__text {
    flex-direction: row;
  }
}

.destinationtype__container {
  padding: 40px 32px;
}
@media (min-width: 768px) {
  .destinationtype__container {
    padding: calc(60px + 8px) 24px;
  }
}
.destinationtype__headline {
  grid-column: auto/span 24;
}

.gallerylist__view--blur {
  position: relative;
}
.gallerylist__view--blur::after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  backdrop-filter: blur(var(--gallery-image-blur, 10px));
}

.modal {
  overflow-y: scroll;
}
@media (min-width: 1025px) {
  .modal {
    overflow-y: unset;
  }
}

body {
  font-family: montserrat, sans-serif;
  background-color: primary;
  background-color: #FFFFFF;
  color: #222222;
}
.dark-mode body {
  background-color: #222222;
  background-color: #222222;
}

h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6 {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #222222;
}
.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: montserrat, sans-serif;
  font-size: clamp(2rem, 4vw, 3rem);
  font-weight: 500;
  letter-spacing: 2px;
  margin: 0;
}

form button {
  cursor: pointer;
}

.featured__headline, .procedurelist .listcard__headline, .insurancelist .insurance__item-list h3, .insurancelist .insurance__item-list .h3, .feature__headline {
  font-family: montserrat, sans-serif;
  font-size: 2rem;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

p {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  line-height: 1.6;
  color: #222222;
}
.dark-mode p {
  color: #FFFFFF;
}

a {
  color: #222222;
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    color: #6ec9e0;
  }
}
.dark-mode a {
  color: #FFFFFF;
}
.dark-mode a:hover {
  color: #6ec9e0;
}

.btn {
  background: #007FA3;
  border: solid 1px #007FA3;
  border-radius: 2px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: montserrat, 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 {
    background: #6ec9e0;
    color: #FFFFFF;
    border-color: #FFFFFF;
  }
}

ul {
  margin: 0;
  padding: 0 10px;
}

li {
  padding: 5px 0;
}

.disclaimer {
  color: #222222;
  background-color: primary;
  background-color: #FFFFFF;
}
.dark-mode .disclaimer {
  color: #FFFFFF;
}
.dark-mode .disclaimer {
  background-color: #222222;
  background-color: #222222;
}

.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: #0099CC;
}

/* 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 {
    border-color: #FFFFFF;
  }
}

.headline_light h2, .headline_light .h2 {
  color: #FFFFFF;
}

.headline_dark h2, .headline_dark .h2 {
  color: #222222;
}

.headline_primary h2, .headline_primary .h2 {
  color: #6ec9e0;
}

.headline_secondary h2, .headline_secondary .h2 {
  color: #0099CC;
}

.text_light p {
  color: #FFFFFF;
}

.text_dark p {
  color: #222222;
}

.text_primary p {
  color: #6ec9e0;
}

.text_secondary p {
  color: #0099CC;
}

/*! 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;
}

.footer, .footer--2 {
  background: #222222;
  overflow: hidden;
}
@media (min-width: 1025px) {
  .footer, .footer--2 {
    padding: 60px 0 0 !important;
  }
}
@media (min-width: 991px) {
  .footer .footer__logo-container, .footer--2 .footer__logo-container {
    align-items: flex-start;
    justify-content: flex-start;
  }
}
.footer .footer__logo-container .footer__logo, .footer--2 .footer__logo-container .footer__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534228.svg");
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
}
@media (min-width: 1025px) {
  .footer .footer__logo-container .footer__logo, .footer--2 .footer__logo-container .footer__logo {
    max-width: 240px !important;
    width: 100%;
  }
}
.footer .footer__address p, .footer--2 .footer__address p {
  font-size: 0.9rem;
  color: #FFFFFF !important;
  order: 2;
}
@media (min-width: 991px) {
  .footer .footer__address p, .footer--2 .footer__address p {
    order: unset;
  }
}
.footer .footer__address a, .footer--2 .footer__address a {
  color: #FFFFFF !important;
  font-size: 1.1rem !important;
  order: 2;
}
@media (min-width: 991px) {
  .footer .footer__address a, .footer--2 .footer__address a {
    order: unset;
  }
}
.footer .footer__address .social-icons, .footer--2 .footer__address .social-icons {
  order: 1;
  padding: 20px 0;
}
@media (min-width: 991px) {
  .footer .footer__address .social-icons, .footer--2 .footer__address .social-icons {
    padding: 0;
    order: unset;
  }
}
.footer .footer__address--2 .social-icons,
.footer .footer__address--3 .social-icons,
.footer .footer__address--4 .social-icons,
.footer .footer__address--5 .social-icons,
.footer .footer__address--6 .social-icons,
.footer .footer__address--7 .social-icons, .footer--2 .footer__address--2 .social-icons,
.footer--2 .footer__address--3 .social-icons,
.footer--2 .footer__address--4 .social-icons,
.footer--2 .footer__address--5 .social-icons,
.footer--2 .footer__address--6 .social-icons,
.footer--2 .footer__address--7 .social-icons {
  display: none;
}
.footer .footer__copyright, .footer--2 .footer__copyright {
  display: flex;
  flex-direction: column;
  background: #6ec9e0;
  margin-bottom: 45px;
}
@media (min-width: 1025px) {
  .footer .footer__copyright, .footer--2 .footer__copyright {
    justify-content: flex-start;
    flex-direction: row;
    flex-wrap: wrap;
    margin-bottom: unset;
    padding-inline: max(50px, (100vw - 1600px) / 2);
  }
}
.footer .footer__privacy, .footer--2 .footer__privacy {
  order: 1;
  padding: 0 0 10px;
}
@media (min-width: 1025px) {
  .footer .footer__privacy, .footer--2 .footer__privacy {
    padding: 0 20px 20px 0;
  }
  .footer .footer__privacy:hover, .footer--2 .footer__privacy:hover {
    color: #F3F3F3;
  }
}
.footer .footer__custom, .footer--2 .footer__custom {
  order: 2;
  padding: 0 0 10px;
}
@media (min-width: 1025px) {
  .footer .footer__custom, .footer--2 .footer__custom {
    padding: 0 20px 20px 0;
  }
  .footer .footer__custom:hover, .footer--2 .footer__custom:hover {
    color: #F3F3F3;
  }
}
.footer .footer__dl, .footer--2 .footer__dl {
  display: none;
}
.footer .footer__copyright-text,
.footer .footer__copyright span, .footer--2 .footer__copyright-text,
.footer--2 .footer__copyright span {
  font-size: 0.8rem;
  line-height: 1.4;
  max-width: 290px;
  padding: 0 0 10px;
  text-align: left;
  opacity: 0.8;
  order: 4;
}
@media (min-width: 1025px) {
  .footer .footer__copyright-text,
  .footer .footer__copyright span, .footer--2 .footer__copyright-text,
  .footer--2 .footer__copyright span {
    max-width: unset;
  }
}

.footer--2 .footer__address a:not(.social-icons__icon) {
  padding: 5px 0 24px;
}

body {
  font-family: montserrat, sans-serif;
  background: #FFFFFF;
  color: #222222;
  font-variant-numeric: lining-nums; /* --- Fixes Number Character Alignments ---*/
}

h1, .h1 {
  font-family: ivybodoni, sans-serif;
  font-size: clamp(42px, 5vw, 68px);
  font-weight: 600;
  margin: 0;
  letter-spacing: 0;
  text-transform: none;
}

h2, .h2 {
  color: #6ec9e0;
  font-family: ivybodoni, sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 600;
  margin-bottom: 36px !important;
  text-transform: none;
}

h3, .h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  font-family: montserrat, sans-serif;
  font-weight: 500;
  text-transform: capitalize;
  letter-spacing: unset;
  line-height: 1;
  color: #222222;
}

.featured__headline, .procedurelist .listcard__headline, .insurancelist .insurance__item-list h3, .insurancelist .insurance__item-list .h3, .section__headline {
  color: #6ec9e0;
  font-family: ivybodoni, sans-serif;
  font-size: clamp(32px, 5vw, 52px);
  font-weight: 600;
  letter-spacing: unset;
  line-height: 1.2;
  margin-top: 0;
  margin-bottom: 36px !important;
  text-transform: none;
  position: relative;
}
.featured__headline::after, .procedurelist .listcard__headline::after, .insurancelist .insurance__item-list h3::after, .insurancelist .insurance__item-list .h3::after, .section__headline::after {
  display: none !important;
}

p {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  line-height: 1.8 !important;
  letter-spacing: unset;
}

strong {
  font-weight: 600 !important;
}

a {
  color: #6ec9e0;
  font-size: clamp(1rem, 1.2vw, 1.1rem);
  text-decoration: none;
}
@media (min-width: 1025px) {
  a:hover {
    color: rgb(46.9744318182, 177.5284090909, 210.5255681818);
  }
}

form button {
  cursor: pointer;
}

.show-more-btn {
  color: #6ec9e0 !important;
  padding: 0 !important;
  border-radius: 0 !important;
  min-width: unset;
}
.show-more-btn:hover {
  color: rgb(109.1596590909, 200.6870454545, 223.8203409091) !important;
  background: transparent !important;
}

li:not(.nav__item) {
  font-family: montserrat, sans-serif;
  font-weight: 400;
  font-size: clamp(1rem, 1.2vw, 1.1rem) !important;
  line-height: 1.4 !important;
  padding: 3px 0 !important;
}

.flickity-page-dots .dot {
  padding: 0 !important;
}

input,
textarea {
  border: solid 1px rgba(34, 34, 34, 0.5);
  border-radius: 4px;
  padding: 16px;
  color: #222222;
  outline: unset;
}

.btn {
  background: #6ec9e0;
  border: 2px solid #6ec9e0;
  border-radius: 50px;
  color: #FFFFFF;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: montserrat, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  margin-top: 20px;
  min-width: 165px;
  padding: 14px 20px;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  transition: all 0.5s ease;
  white-space: normal;
  line-height: 1;
}
@media (min-width: 1025px) {
  .btn:hover {
    background: rgb(67.9829545455, 185.3522727273, 215.0170454545);
    border: 2px solid rgb(67.9829545455, 185.3522727273, 215.0170454545);
    border-radius: 50px;
    color: #FFFFFF;
  }
}

.btn--2 {
  background: rgba(0, 0, 0, 0.6);
  border: 2px solid rgba(0, 0, 0, 0.6);
  border-radius: 50px;
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .btn--2:hover {
    background: rgb(67.9829545455, 185.3522727273, 215.0170454545);
    border: 2px solid #6ec9e0;
    border-radius: 50px;
    color: #FFFFFF;
  }
}

.custom-link {
  color: #6ec9e0;
  font-family: montserrat, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.026em;
  text-decoration: underline;
  margin: 0;
  transition: all 0.5s ease;
}
@media (min-width: 1025px) {
  .custom-link:hover {
    text-decoration: none;
  }
}

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(1rem, 1.2vw, 1.1rem) !important;
}
.breadcrumbs__item a {
  font-size: clamp(1rem, 1.2vw, 1.1rem) !important;
}

.breadcrumbs__item::after {
  content: ">";
  position: absolute;
  top: 50%;
  right: -12px;
  transform: translateY(-50%);
  font-size: clamp(1rem, 1.2vw, 1.1rem) !important;
}

.breadcrumbs__item:last-of-type {
  margin-right: 0;
}

.breadcrumbs__item:last-of-type::after {
  display: none;
}

.disclaimer {
  background: #6ec9e0;
  color: #FFFFFF;
  font-size: 0.8rem;
  line-height: 1.6;
  letter-spacing: 0.026em;
}

/* Use if changing star color */
#star-full stop,
#star-half .fill {
  stop-color: #0099CC;
}

/* ---------- Internal Pages ---------- */
/* 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, .masthead--w--img, .masthead--no-img {
  background: #222222 !important;
}
.masthead .breadcrumbs__item a, .masthead--w--img .breadcrumbs__item a, .masthead--no-img .breadcrumbs__item a {
  color: #FFFFFF !important;
}
@media (min-width: 1025px) {
  .masthead .breadcrumbs__item a:hover, .masthead--w--img .breadcrumbs__item a:hover, .masthead--no-img .breadcrumbs__item a:hover {
    color: #0099CC !important;
  }
}
.masthead .btn, .masthead--w--img .btn, .masthead--no-img .btn {
  background: #6ec9e0;
  border: 2px solid #6ec9e0;
  border-radius: 50px;
  color: #FFFFFF;
}
@media (min-width: 1025px) {
  .masthead .btn:hover, .masthead--w--img .btn:hover, .masthead--no-img .btn:hover {
    background: #66D3F5;
    border: 2px solid #66D3F5;
    border-radius: 50px;
    color: #FFFFFF;
  }
}

.masthead--w-bg {
  position: relative;
}
.masthead--w-bg::after {
  background: rgba(0, 0, 0, 0.4);
  content: "";
  inset: 0;
  position: absolute;
  z-index: 0;
}

/* Bottom Bar */
.disclaimer,
.footer {
  position: relative;
  z-index: 100;
}

.scroll-spacer {
  height: 100vh;
  width: 100%;
}

.header--scroll ~ .bottom_bar {
  position: fixed;
  transform: translate(0, 0);
  opacity: 1;
  pointer-events: auto;
}

.bottom_bar {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  background: #6ec9e0;
  min-height: 54px;
  padding: 10px 15px;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 102;
  opacity: 0;
  pointer-events: none;
  transition: transform 1s ease-in-out, opacity 0.4s ease-in-out;
  transform: translate(0, 100%);
}
.bottom_bar.is-stuck, .bottom_bar:not(:first-child) {
  opacity: 1;
  pointer-events: auto;
}
.bottom_bar-items {
  display: flex;
  align-self: center;
  justify-content: space-evenly;
  flex-direction: row;
  flex-wrap: wrap;
  margin: 0 auto;
  max-width: 300px;
  width: 100%;
}
.bottom_bar-items .icon__container-1,
.bottom_bar-items .icon__container-2 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
}
.bottom_bar-items .icon__container-1 img,
.bottom_bar-items .icon__container-2 img {
  height: 24px;
  width: 24px;
  margin-right: 10px;
}
@media (min-width: 991px) {
  .bottom_bar-items .icon__container-1 img,
  .bottom_bar-items .icon__container-2 img {
    height: 34px;
    width: 34px;
  }
}
.bottom_bar-items .icon__container-1 p,
.bottom_bar-items .icon__container-2 p {
  color: #FFFFFF;
  font-size: 0.8rem;
  font-weight: 500;
  margin: 0;
  text-transform: uppercase;
}
@media (min-width: 1025px) {
  .bottom_bar {
    display: none;
  }
}

/* ---------- Custom Form Block Overrides ---------- */
@media (min-width: 768px) {
  .form_with_cards.form_with_cards--template_a .form-block__wrapper {
    padding: 80px 32px;
  }
}

.form-block__form-wrapper {
  min-height: 700px;
  /* --- Comment out IF default form is needed ---*/
}
.form-block__form-wrapper h2, .form-block__form-wrapper .h2 {
  display: none;
}
.form-block__form-wrapper .form,
.form-block__form-wrapper .form-markup {
  height: 100%;
  width: 100%;
}

.custom-form__container {
  width: 100%;
  height: 100%;
  padding: 40px;
  position: relative;
}
.custom-form__container::after {
  content: "";
  background: rgba(0, 0, 0, 0.2);
  inset: 0;
  position: absolute;
  z-index: 0;
}
.custom-form__container .visually-hidden-text {
  font-size: 0.8rem;
  position: absolute;
  top: 0;
  left: 0;
  margin: 10px;
  z-index: -1;
}
.custom-form__container-items {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-direction: column;
  min-height: 500px;
  position: relative;
  z-index: 1;
}
.custom-form__container-items .featured__headline, .custom-form__container-items .procedurelist .listcard__headline, .procedurelist .custom-form__container-items .listcard__headline, .custom-form__container-items .insurancelist .insurance__item-list h3, .insurancelist .insurance__item-list .custom-form__container-items h3, .custom-form__container-items .insurancelist .insurance__item-list .h3, .insurancelist .insurance__item-list .custom-form__container-items .h3 {
  color: #FFFFFF;
  font-size: clamp(1.6rem, 4vw, 3rem);
  text-shadow: 1px 1px 5px rgba(0, 0, 0, 0.35);
  margin: 0 0 16px !important;
  text-align: center;
}

.header .nav-toggle {
  top: 20px;
  border: solid 1px #5a5a5a;
  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: #222222;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.dark-mode .header .nav-toggle span::before {
  color: #FFFFFF;
}
.header .slide-menu {
  padding-top: 48px;
  padding-bottom: 0;
}
@media (min-width: 1241px) {
  .header .slide-menu {
    padding-top: 0;
  }
}
.header .slide-menu__backlink {
  padding: 4px 20px 16px;
}
.header.hamburger .slide-menu ul {
  padding: 12px 12px 0 !important;
}
@media (min-width: 1241px) {
  .header.hamburger .slide-menu ul {
    padding: 0 !important;
  }
}
.header.hamburger .slide-menu ul ul {
  padding: 24px 12px 0 !important;
}
@media (min-width: 1241px) {
  .header.hamburger .slide-menu ul ul {
    padding: 0 !important;
  }
}
.header .slide-menu ul ul {
  padding: 32px 12px 0 !important;
}
@media (min-width: 1241px) {
  .header .slide-menu ul ul {
    padding: 0 !important;
  }
}
@media (min-width: 1241px) {
  .header .slide-menu ul {
    padding: 0 !important;
  }
}
.header__container {
  padding: 12px 48px !important;
}
@media (min-width: 1241px) {
  .header__container {
    max-width: 1700px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    gap: 14px;
  }
}
.header .nav__item:not(.nav__item--sub):not(.nav__item--tert).nav__item:not(.header__cta-container .nav__item) {
  padding: 16px;
  border-bottom: 1px solid silver;
}
@media (min-width: 1241px) {
  .header .nav__item:not(.nav__item--sub):not(.nav__item--tert).nav__item:not(.header__cta-container .nav__item) {
    border: unset;
    padding: 0 16px;
    position: relative;
  }
  .header .nav__item:not(.nav__item--sub):not(.nav__item--tert).nav__item:not(.header__cta-container .nav__item)::before {
    content: "";
    position: absolute;
    top: auto;
    left: 4px;
    right: 4px;
    bottom: -10px;
    height: 3px;
    background: #6ec9e0;
    max-width: 80%;
    margin: 0 auto;
    opacity: 0;
    transition: opacity 0.3s ease;
  }
  .header .nav__item:not(.nav__item--sub):not(.nav__item--tert).nav__item:not(.header__cta-container .nav__item):hover::before {
    opacity: 1;
  }
}
.header .nav__item:not(.nav__item--sub):not(.nav__item--tert).nav__item:not(.header__cta-container .nav__item):last-of-type {
  border: unset;
}
.header .nav__item:last-of-type {
  border: unset !important;
}
@media (min-width: 1241px) {
  .header__logo-container {
    padding-block: 16px;
    flex: 0 0 10%;
    padding: 0;
    position: relative;
    height: 96px;
    transition: height 0.3s ease;
  }
}
@media (min-width: 1241px) {
  .header.header--scroll .header__logo-container {
    height: 48px;
  }
}
.header__logo {
  margin: 0;
}
@media (min-width: 1241px) {
  .header__logo {
    position: absolute;
    inset: 50% 0;
    transform: translateY(-50%);
    width: 100%;
    height: 100%;
    background-size: contain;
    margin: 0;
    height: 56px !important;
  }
}
@media (min-width: 1241px) {
  .header.header--scroll .header__logo {
    height: 48px;
  }
}
@media (min-width: 1241px) {
  .header__cta-container {
    flex: 0 0 auto;
    order: 2;
    justify-content: flex-end;
    padding: 0 0 0 12px !important;
    margin: 0;
    position: relative;
  }
  .header__cta-container::before {
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    width: 2px;
    height: 120%;
    transform: translateY(-50%);
    background: silver;
  }
  .header__cta-container .nav__items {
    gap: 16px;
  }
  .header__cta-container.left_nav::before {
    display: none;
  }
  .header__cta-container .nav__link {
    padding: 0 0 0 4px !important;
  }
  .header__cta-container .cta__icon {
    padding-inline-end: 0;
  }
  .header__cta-container .cta__icon svg {
    width: 16px;
    height: 16px;
  }
  .header__cta-container .nav__item:last-of-type {
    background: #6ec9e0;
    padding: 8px 12px !important;
    justify-content: center;
    border-radius: 4px;
  }
  .header__cta-container .nav__item:last-of-type .cta__icon {
    display: none;
  }
  .header__cta-container .nav__item:last-of-type .nav__link {
    color: #FFFFFF !important;
    text-align: center;
    padding: 0 !important;
    width: 100%;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 0.8rem;
    min-width: 120px;
  }
  .dark-mode .header__cta-container {
    border-color: #FFFFFF;
  }
}
@media (min-width: 1241px) {
  .header__nav {
    flex: 0 0 auto !important;
    margin-left: auto;
  }
  .header__nav.left_nav {
    margin-left: 0;
    margin-right: auto;
  }
}

html.home-page .header:not(.hamburger).header--scroll {
  background: #FFFFFF;
}

html.dark-mode.home-page .header:not(.hamburger).header--scroll {
  background: #222222;
}

@media (min-width: 1241px) {
  .header .nav__items {
    justify-content: flex-end !important;
  }
}

.header .nav__item {
  display: flex;
  align-items: center;
}
@media (min-width: 1241px) {
  .header .nav__item:not(.nav__item--sub):not(.nav__item--tert):not(.header__cta-container .nav__item)::after {
    content: "";
    position: absolute;
    inset: -20px;
    width: calc(100% + 56px);
    height: calc(100% + 56px);
    z-index: -1;
  }
}

.header .cta__icon {
  display: flex;
  order: -1;
  padding-inline-end: 8px;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__items--tert {
    padding-top: 0 !important;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item {
    padding: 0 16px;
    cursor: pointer;
  }
}
.header:not(.hamburger) .header__nav .nav__item--sub, .header:not(.hamburger) .header__nav .nav__item--tert {
  padding: 16px;
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .header__nav .nav__item:last-of-type {
    padding-right: 0;
  }
}

.header .nav__item--sub, .nav__item--tert {
  border-bottom: 1px solid silver;
}

@media (min-width: 1241px) {
  .header:not(.hamburger):not(.header--scroll) .nav__item--sub:hover, .header:not(.hamburger):not(.header--scroll) .nav__item--tert:hover, .header:not(.hamburger) .nav__item--sub:hover, .header:not(.hamburger) .nav__item--tert:hover {
    background: rgb(204.75, 204.75, 204.75) !important;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__items--sub {
    top: 48px !important;
  }
}

@media (min-width: 1241px) {
  .header:not(.hamburger) .nav__items--tert {
    top: 0 !important;
  }
}

@media (min-width: 1241px) {
  .header .nav__item--tert {
    border-left: 1px solid silver;
  }
}

.header__tophat {
  background: #6ec9e0;
}
.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: 1700px;
  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__tophat {
  display: grid;
  grid-template-columns: minmax(48px, calc((100vw - 1700px) / 2 + 48px)) 1fr 1fr minmax(48px, calc((100vw - 1700px) / 2 + 48px));
}
.header__tophat-container {
  grid-column: 2/span 2;
  width: 100%;
  justify-content: flex-start !important;
  padding: 12px 0;
  gap: 16px;
}
.header__tophat-item svg {
  background: #FFFFFF;
  padding: 4px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  width: 24px;
  fill: #6ec9e0;
}
.header__tophat-item svg .st0 {
  fill: #6ec9e0;
}
.header__tophat-item:last-of-type {
  margin-left: auto;
}
.header__tophat-item:last-of-type span {
  display: inline !important;
}

/* ==========================================================================
   SD Header Style Overrides
========================================================================== */
/* ---------------------------------------------
   Shared Tokens
---------------------------------------------- */
/* ---------------------------------------------
   Shared Mixins / Placeholders
   - These prevent copy/paste drift across header states.
---------------------------------------------- */
/* Logo baseline */
/* Used where logo needs “white on tablet+” behavior */
/* Nav link font size consistency */
/* ==========================================================================
   Section: Notification / Wrapper
   ========================================================================== */
/* --- Header Notification --- */
.header__notification--hidden {
  padding: 0 !important;
}

/* --- Header Wrapper --- */
.header__wrapper {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
  display: flex;
  align-items: center;
}

/* ==========================================================================
   Section: Top Hat
   ========================================================================== */
.header__tophat-container {
  justify-content: center !important;
}
@media (min-width: 1025px) {
  .header__tophat-container {
    justify-content: flex-end !important;
  }
}

.header__tophat a {
  font-size: 0.825rem;
  font-weight: 500;
}

.header__tophat-item:last-of-type {
  margin-left: unset;
}
@media (min-width: 1025px) {
  .header__tophat-item:last-of-type {
    margin-left: auto;
  }
}

/* ==========================================================================
   State: Home Page + Non-Hamburger Header
   --------------------------------------------------------------------------
   Applies to:
   - html.home-page
   - .header:not(.hamburger)
   ========================================================================== */
html.home-page .header,
.header:not(.hamburger) .header {
  background: #FFFFFF;
  /* Container */
  /* CTA / Nav container */
  /* Logo */
  /* Nav font sizing (nested nav structure) */
  /* Slide menu backlink */
}
html.home-page .header__container,
.header:not(.hamburger) .header__container {
  background: #FFFFFF !important;
  padding: 12px 24px !important;
}
@media (min-width: 768px) {
  html.home-page .header__container,
  .header:not(.hamburger) .header__container {
    background: transparent !important;
    min-height: 104px;
    padding: 12px 72px !important;
  }
}
@media (min-width: 1025px) {
  html.home-page .header__container,
  .header:not(.hamburger) .header__container {
    min-height: 120px;
  }
}
html.home-page .header__cta-container,
.header:not(.hamburger) .header__cta-container {
  /* Nav list */
  /* Nav item padding */
  /* Nav link */
  /* CTA icon */
  /* CTA icon fill */
  /* Last nav item “pill/no-pill” on desktop */
}
@media (min-width: 1025px) {
  html.home-page .header__cta-container::before,
  .header:not(.hamburger) .header__cta-container::before {
    background: rgb(215.0426136364, 240.1193181818, 246.4573863636) !important;
  }
}
html.home-page .header__cta-container .nav__items,
.header:not(.hamburger) .header__cta-container .nav__items {
  justify-content: space-evenly;
  min-width: 100px;
}
html.home-page .header__cta-container .nav__item,
.header:not(.hamburger) .header__cta-container .nav__item {
  padding: 0 5px !important;
}
@media (min-width: 1025px) {
  html.home-page .header__cta-container .nav__item,
  .header:not(.hamburger) .header__cta-container .nav__item {
    padding: 10px 14px !important;
  }
}
html.home-page .header__cta-container .nav__item .nav__link,
.header:not(.hamburger) .header__cta-container .nav__item .nav__link {
  color: #222222 !important;
  font-size: clamp(0.925rem, 1.5vw, 1rem);
}
@media (min-width: 1241px) {
  html.home-page .header__cta-container .nav__item .nav__link,
  .header:not(.hamburger) .header__cta-container .nav__item .nav__link {
    padding: 0 0 0 10px !important;
  }
}
html.home-page .header__cta-container .cta__icon,
.header:not(.hamburger) .header__cta-container .cta__icon {
  background: #6ec9e0;
  border-radius: 50%;
  padding: 10px;
  width: auto;
}
html.home-page .header__cta-container .cta__icon svg,
.header:not(.hamburger) .header__cta-container .cta__icon svg {
  width: 16px;
  height: 16px;
}
html.home-page .header__cta-container .cta__icon .st0,
.header:not(.hamburger) .header__cta-container .cta__icon .st0 {
  fill: #FFFFFF !important;
}
@media (min-width: 1241px) {
  html.home-page .header__cta-container .nav__item:last-of-type,
  .header:not(.hamburger) .header__cta-container .nav__item:last-of-type {
    background: #6ec9e0;
    border-radius: 50px;
    transition: all 0.3s ease;
  }
  html.home-page .header__cta-container .nav__item:last-of-type .nav__link,
  .header:not(.hamburger) .header__cta-container .nav__item:last-of-type .nav__link {
    color: #FFFFFF !important;
    font-size: 0.85rem;
    font-weight: 500;
    padding-left: 0 !important;
  }
  html.home-page .header__cta-container .nav__item:last-of-type:hover,
  .header:not(.hamburger) .header__cta-container .nav__item:last-of-type:hover {
    background: rgb(67.9829545455, 185.3522727273, 215.0170454545);
  }
}
html.home-page .header__logo,
.header:not(.hamburger) .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534227.svg") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 94px;
  width: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 1241px) {
  html.home-page .header__logo,
  .header:not(.hamburger) .header__logo {
    height: 94px !important;
    min-width: 174px;
  }
}
html.home-page .header__nav .nav__items .nav__item .nav__link,
.header:not(.hamburger) .header__nav .nav__items .nav__item .nav__link {
  color: #222222 !important;
  font-size: clamp(0.925rem, 1.5vw, 1rem);
}
html.home-page .header .slide-menu__backlink,
.header:not(.hamburger) .header .slide-menu__backlink {
  font-size: clamp(0.925rem, 1.5vw, 1rem);
  text-transform: capitalize;
}

/* ==========================================================================
   State: Non-Home Page Base Logo
   --------------------------------------------------------------------------
   Applies to:
   - html:not(.home-page) .header
   ========================================================================== */
html:not(.home-page) .header .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534227.svg") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 94px;
  width: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 1241px) {
  html:not(.home-page) .header .header__logo {
    height: 94px !important;
    min-width: 174px;
  }
}

/* ==========================================================================
   State: Scrolled Header (Non-Hamburger) + Non-Home Page Background
   --------------------------------------------------------------------------
   Applies to:
   - .header:not(.hamburger).header--scroll
   - html:not(.home-page)
   ========================================================================== */
@media (min-width: 768px) {
  .header:not(.hamburger).header--scroll .header,
  html:not(.home-page) .header {
    background: #FFFFFF;
  }
}
.header:not(.hamburger).header--scroll .header__logo,
html:not(.home-page) .header__logo {
  background: url("https://assets.doctorlogic.com/Images/Sites/S/SD-SVO/MasterPage/1534227.svg") !important;
  background-position: left center !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  height: 94px;
  width: 100%;
  transition: all 0.3s ease;
}
@media (min-width: 1241px) {
  .header:not(.hamburger).header--scroll .header__logo,
  html:not(.home-page) .header__logo {
    height: 94px !important;
    min-width: 174px;
  }
}
@media (min-width: 1025px) {
  .header:not(.hamburger).header--scroll .header .cta__icon .st0,
  html:not(.home-page) .header .cta__icon .st0 {
    fill: #FFFFFF !important;
  }
}

/* ==========================================================================
   State: Home Page Hamburger Toggle Bar Colors
   ========================================================================== */
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,
html.home-page .header .header__nav-toggle span::before,
html.home-page .header .header__nav-toggle span::after {
  background: #222222;
}

/* ==========================================================================
   Small Desktop Header Overrides (Sub/Tert Menus)
   ========================================================================== */
@media (min-width: 1025px) {
  .nav__items--sub,
  .nav__items--tert,
  .slide-menu ul ul {
