@charset "UTF-8";
/*
$grid-breakpoints: (xs: 0,
	sm: 576px,
	md: 768px,
	lg: 992px,
	xl: 1200px,
	xxl: 1380px,
) !default;

$container-max-widths: (sm: 540px,
	md: 720px,
	lg: 960px,
	xl: 1180px,
	xxl: 1460px,
) !default;

$grid-gutter-width: 20px !default;

*/
/**
* TODO : Modify font sizes here so we can use classes throughout templates

$font-sizes: (
  1: 4rem,
  2: 3.2rem,
  3: 2.8rem,
  4: 2.0rem,
  5: 1.8rem,
  6: 1.6rem,
  7: 1.4rem,
);

*/
/* roboto-300 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 300;
  src: local(""), url("../fonts/roboto-v30-latin-300.woff2") format("woff2"), url("../fonts/roboto-v30-latin-300.woff") format("woff");
  font-display: swap;
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-regular - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: local(""), url("../fonts/roboto-v30-latin-regular.woff2") format("woff2"), url("../fonts/roboto-v30-latin-regular.woff") format("woff");
  font-display: swap;
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-500 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 500;
  src: local(""), url("../fonts/roboto-v30-latin-500.woff2") format("woff2"), url("../fonts/roboto-v30-latin-500.woff") format("woff");
  font-display: swap;
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-700 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: local(""), url("../fonts/roboto-v30-latin-700.woff2") format("woff2"), url("../fonts/roboto-v30-latin-700.woff") format("woff");
  font-display: swap;
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
/* roboto-900 - latin */
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 900;
  src: local(""), url("../fonts/roboto-v30-latin-900.woff2") format("woff2"), url("../fonts/roboto-v30-latin-900.woff") format("woff");
  font-display: swap;
  /* Chrome 6+, Firefox 3.6+, IE 9+, Safari 5.1+ */
}
@font-face {
  font-family: "icomoon";
  src: url("../fonts/icomoon.eot?stwyjr");
  src: url("../fonts/icomoon.eot?stwyjr#iefix") format("embedded-opentype"), url("../fonts/icomoon.ttf?stwyjr") format("truetype"), url("../fonts/icomoon.woff?stwyjr") format("woff"), url("../fonts/icomoon.svg?stwyjr#icomoon") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
.icon-grey {
  color: #585858;
}

.icon-primary {
  color: #063f88;
}

.icon-2x {
  font-size: 2rem;
}

.icon-3x {
  font-size: 3rem;
}

.icon-5x {
  font-size: 5rem;
}

.icon-10x {
  font-size: 10rem;
}

[class^=icon-],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icomoon" !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-print:before {
  content: "\e91e";
}

.icon-history:before {
  content: "\e91d";
}

.icon-calendar:before {
  content: "\e900";
}

.icon-launch:before {
  content: "\e901";
}

.icon-filters:before {
  content: "\e902";
}

.icon-wishlist:before {
  content: "\e903";
}

.icon-cart:before {
  content: "\e904";
}

.icon-package:before {
  content: "\e905";
}

.icon-pills:before {
  content: "\e906";
}

.icon-search:before {
  content: "\e907";
}

.icon-arrow-right:before {
  content: "\e908";
}

.icon-user:before {
  content: "\e909";
}

.icon-list:before {
  content: "\e90a";
}

.icon-eye:before {
  content: "\e90b";
}

.icon-close:before {
  content: "\e90c";
}

.icon-menu:before {
  content: "\e90d";
}

.icon-heart:before {
  content: "\e90e";
}

.icon-heart-border:before {
  content: "\e90f";
}

.icon-star:before {
  content: "\e910";
}

.icon-star-border:before {
  content: "\e911";
}

.icon-eye-off:before {
  content: "\e912";
}

.icon-my-lists:before {
  content: "\e913";
}

.icon-arrow-up:before {
  content: "\e914";
}

.icon-delete:before {
  content: "\e915";
}

.icon-arrow-left:before {
  content: "\e916";
}

.icon-ellipse:before {
  content: "\e917";
}

.icon-info:before {
  content: "\e918";
}

.icon-link:before {
  content: "\e919";
}

.icon-bell:before {
  content: "\e91a";
}

.icon-protocols:before {
  content: "\e91b";
}

.icon-arrow-down:before {
  content: "\e91c";
}

/*!
 * Bootstrap v5.1.1 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #fff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #063f88;
  --bs-secondary: #ef4130;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #c4c4c4;
  --bs-dark: #212529;
  --bs-primary-rgb: 6, 63, 136;
  --bs-secondary-rgb: 239, 65, 48;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 196, 196, 196;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 65, 65, 65;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Roboto;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #414141;
  --bs-body-bg: #fff;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

hr {
  margin: 1rem 0;
  color: #d9d9d9;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 0.2rem;
}

h6, .h6, h5, .h5, h4, .h4, h3, .h3, h2, .h2, h1, .h1 {
  margin-top: 0;
  margin-bottom: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}

h1, .h1 {
  font-size: calc(1.375rem + 1.5vw);
}
@media (min-width: 1200px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.9vw);
}
@media (min-width: 1200px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.6vw);
}
@media (min-width: 1200px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw);
}
@media (min-width: 1200px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

h5, .h5 {
  font-size: 1.25rem;
}

h6, .h6 {
  font-size: 1rem;
}

p {
  margin-top: 0;
  margin-bottom: 2rem;
}

abbr[title],
abbr[data-bs-original-title] {
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
  text-decoration-skip-ink: none;
}

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit;
}

ol,
ul {
  padding-left: 2rem;
}

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem;
}

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0;
}

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

mark, .mark {
  padding: 0.2em;
  background-color: #fcf8e3;
}

sub,
sup {
  position: relative;
  font-size: 0.75em;
  line-height: 0;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #063f88;
  text-decoration: underline;
}
a:hover {
  color: #05326d;
}

a:not([href]):not([class]), a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em;
}
pre code {
  font-size: inherit;
  color: inherit;
  word-break: normal;
}

code {
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #fff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

figure {
  margin: 0 0 1rem;
}

img,
svg {
  vertical-align: middle;
}

table {
  caption-side: bottom;
  border-collapse: collapse;
}

caption {
  padding-top: 1rem;
  padding-bottom: 1rem;
  color: #6c757d;
  text-align: left;
}

th {
  text-align: inherit;
  text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
}

button:focus:not(:focus-visible) {
  outline: 0;
}

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
select {
  text-transform: none;
}

[role=button] {
  cursor: pointer;
}

select {
  word-wrap: normal;
}
select:disabled {
  opacity: 1;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}
button:not(:disabled),
[type=button]:not(:disabled),
[type=reset]:not(:disabled),
[type=submit]:not(:disabled) {
  cursor: pointer;
}

::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

textarea {
  resize: vertical;
}

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit;
}
@media (min-width: 1200px) {
  legend {
    font-size: 1.5rem;
  }
}
legend + * {
  clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0;
}

::-webkit-inner-spin-button {
  height: auto;
}

[type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
  padding: 0;
}

::file-selector-button {
  font: inherit;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

summary {
  display: list-item;
  cursor: pointer;
}

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

.lead {
  font-size: 1.25rem;
  font-weight: 300;
}

.display-1 {
  font-size: calc(1.625rem + 4.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-1 {
    font-size: 5rem;
  }
}

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-2 {
    font-size: 4.5rem;
  }
}

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-3 {
    font-size: 4rem;
  }
}

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-4 {
    font-size: 3.5rem;
  }
}

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-5 {
    font-size: 3rem;
  }
}

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.2;
}
@media (min-width: 1200px) {
  .display-6 {
    font-size: 2.5rem;
  }
}

.list-unstyled {
  padding-left: 0;
  list-style: none;
}

.list-inline {
  padding-left: 0;
  list-style: none;
}

.list-inline-item {
  display: inline-block;
}
.list-inline-item:not(:last-child) {
  margin-right: 0.5rem;
}

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote, .wp-block-quote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child, .wp-block-quote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer, .wp-block-quote cite {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before, .wp-block-quote cite::before {
  content: "— ";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  max-width: 100%;
  height: auto;
}

.figure, .wp-block-image > figure, figure.wp-block-image {
  display: inline-block;
}

.figure-img, .wp-block-image > figure img, figure.wp-block-image img {
  margin-bottom: 0.5rem;
  line-height: 1;
}

.figure-caption, .wp-block-image > figure figcaption, figure.wp-block-image figcaption {
  font-size: 0.875em;
  color: #6c757d;
}

.container,
.container-fluid,
.single-customer-protocol-holder .single-customer-protocol-header,
.single-customer-protocol-holder .single-customer-protocol-content,
.treatment-protocol-popup-holder .single-customer-protocol-header,
.treatment-protocol-popup-holder .single-customer-protocol-content,
.container-xxl,
.container-xl,
.container-lg,
.container-md,
.container-sm {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder, .single-complaint .single-complaint-holder .complaint-body, .single-treatment-protocol #treatment .treatment-protocol-section,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section, .single-treatment-protocol #treatment .single-treatment-protocol-header,
.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section, .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body, .cta-news__items__wrap {
  --bs-gutter-x: 1.2rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) * -0.5);
  margin-left: calc(var(--bs-gutter-x) * -0.5);
}
.row > *, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder > *, .single-complaint .single-complaint-holder .complaint-body > *, .single-treatment-protocol #treatment .treatment-protocol-section > *,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > *, .single-treatment-protocol #treatment .single-treatment-protocol-header > *,
.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header > *, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > *,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > *,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > *,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > *,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > *,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > *,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > *,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > *, .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header > *,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header > *,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header > *,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header > *,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header > *,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header > *,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header > *,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header > *, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder > *,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder > *,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder > *,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder > *, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body > *,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body > *,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body > *,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body > *, .cta-news__items__wrap > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) * 0.5);
  padding-left: calc(var(--bs-gutter-x) * 0.5);
  margin-top: var(--bs-gutter-y);
}

.col {
  flex: 1 0 0%;
}

.row-cols-auto > * {
  flex: 0 0 auto;
  width: auto;
}

.row-cols-1 > * {
  flex: 0 0 auto;
  width: 100%;
}

.row-cols-2 > * {
  flex: 0 0 auto;
  width: 50%;
}

.row-cols-3 > * {
  flex: 0 0 auto;
  width: 33.3333333333%;
}

.row-cols-4 > * {
  flex: 0 0 auto;
  width: 25%;
}

.row-cols-5 > * {
  flex: 0 0 auto;
  width: 20%;
}

.row-cols-6 > * {
  flex: 0 0 auto;
  width: 16.6666666667%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%;
}

.col-3, .single-treatment-protocol #treatment .treatment-protocol-section > .header,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header {
  flex: 0 0 auto;
  width: 25%;
}

.col-4, .single-complaint .single-complaint-holder .complaint-body .complaint-description-holder, .single-treatment-protocol #treatment .single-treatment-protocol-header .treatment-version-info,
.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info, .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .treatment-version-info,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .treatment-version-info,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .treatment-version-info,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .treatment-version-info,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-description-holder,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-description-holder,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-description-holder,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-description-holder {
  flex: 0 0 auto;
  width: 33.33333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%;
}

.col-6, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section, .news-ind__item, .news-grid-row .news-tile {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%;
}

.col-8, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder, .single-complaint .single-complaint-holder .complaint-header .complaint-summary, .single-treatment-protocol #treatment .single-treatment-protocol-header .heading,
.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .heading, .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .heading,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .heading,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .heading, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-header .complaint-summary,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-header .complaint-summary,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-header .complaint-summary,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-header .complaint-summary {
  flex: 0 0 auto;
  width: 66.66666667%;
}

.col-9, .single-treatment-protocol #treatment .treatment-protocol-section > .content,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%;
}

.col-12, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.sections-1 .complaint-section, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-1 .complaint-section,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-1 .complaint-section,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-1 .complaint-section,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-1 .complaint-section {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.33333333%;
}

.offset-2 {
  margin-left: 16.66666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.33333333%;
}

.offset-5 {
  margin-left: 41.66666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.33333333%;
}

.offset-8 {
  margin-left: 66.66666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.33333333%;
}

.offset-11 {
  margin-left: 91.66666667%;
}

.g-0,
.gx-0 {
  --bs-gutter-x: 0;
}

.g-0,
.gy-0 {
  --bs-gutter-y: 0;
}

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem;
}

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem;
}

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem;
}

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem;
}

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem;
}

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem;
}

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem;
}

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem;
}

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem;
}

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .row-cols-sm-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-sm-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-sm-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-sm-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-sm-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.33333333%;
  }
  .offset-sm-2 {
    margin-left: 16.66666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.33333333%;
  }
  .offset-sm-5 {
    margin-left: 41.66666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.33333333%;
  }
  .offset-sm-8 {
    margin-left: 66.66666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.33333333%;
  }
  .offset-sm-11 {
    margin-left: 91.66666667%;
  }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .row-cols-md-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-md-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-md-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-md-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-md-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-md-3, .news-ind__item, .news-grid-row .news-tile {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.33333333%;
  }
  .offset-md-2 {
    margin-left: 16.66666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.33333333%;
  }
  .offset-md-5 {
    margin-left: 41.66666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.33333333%;
  }
  .offset-md-8 {
    margin-left: 66.66666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.33333333%;
  }
  .offset-md-11 {
    margin-left: 91.66666667%;
  }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .row-cols-lg-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-lg-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-lg-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-lg-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-lg-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.33333333%;
  }
  .offset-lg-2 {
    margin-left: 16.66666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.33333333%;
  }
  .offset-lg-5 {
    margin-left: 41.66666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.33333333%;
  }
  .offset-lg-8 {
    margin-left: 66.66666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.33333333%;
  }
  .offset-lg-11 {
    margin-left: 91.66666667%;
  }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .row-cols-xl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xl-11 {
    margin-left: 91.66666667%;
  }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .row-cols-xxl-auto > * {
    flex: 0 0 auto;
    width: auto;
  }
  .row-cols-xxl-1 > * {
    flex: 0 0 auto;
    width: 100%;
  }
  .row-cols-xxl-2 > * {
    flex: 0 0 auto;
    width: 50%;
  }
  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .row-cols-xxl-4 > * {
    flex: 0 0 auto;
    width: 25%;
  }
  .row-cols-xxl-5 > * {
    flex: 0 0 auto;
    width: 20%;
  }
  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.33333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.66666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.33333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.66666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.33333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.66666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.33333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.66666667%;
  }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
}
.table, .wp-block-table table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #414141;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #414141;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #414141;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #414141;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > *, .wp-block-table table > :not(caption) > * > * {
  padding: 1rem 1rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody, .wp-block-table table > tbody {
  vertical-align: inherit;
}
.table > thead, .wp-block-table table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > *, .wp-block-table table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > *, .wp-block-table table > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > *, .wp-block-table table > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #cdd9e7;
  --bs-table-striped-bg: #c3cedb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b9c3d0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bec9d6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b9c3d0;
}

.table-secondary {
  --bs-table-bg: #fcd9d6;
  --bs-table-striped-bg: #efcecb;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e3c3c1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e9c9c6;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e3c3c1;
}

.table-success {
  --bs-table-bg: #d1e7dd;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #bcd0c7;
}

.table-info {
  --bs-table-bg: #cff4fc;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #badce3;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #e6dbb9;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #dfc2c4;
}

.table-light {
  --bs-table-bg: #c4c4c4;
  --bs-table-striped-bg: #bababa;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #b0b0b0;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #b5b5b5;
  --bs-table-hover-color: #000;
  color: #000;
  border-color: #b0b0b0;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: #fff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.form-label {
  margin-bottom: 0.5rem;
}

.col-form-label {
  padding-top: calc(1.6rem + 1px);
  padding-bottom: calc(1.6rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.6;
}

.col-form-label-lg {
  padding-top: calc(1.6rem + 1px);
  padding-bottom: calc(1.6rem + 1px);
  font-size: calc(1.305rem + 0.66vw);
}
@media (min-width: 1200px) {
  .col-form-label-lg {
    font-size: 1.8rem;
  }
}

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem;
}

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d;
}

.form-control, .woocommerce-checkout #nab_card_details input,
.woocommerce-checkout #nab_card_details select, .widget_categories select,
.widget_archive select {
  display: block;
  width: 100%;
  padding: 1.6rem 1.3rem;
  font-size: calc(1.285rem + 0.42vw);
  font-weight: 400;
  line-height: 1.6;
  color: #414141;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 8px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (min-width: 1200px) {
  .form-control, .woocommerce-checkout #nab_card_details input,
  .woocommerce-checkout #nab_card_details select, .widget_categories select,
  .widget_archive select {
    font-size: 1.6rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control, .woocommerce-checkout #nab_card_details input,
  .woocommerce-checkout #nab_card_details select, .widget_categories select,
  .widget_archive select {
    transition: none;
  }
}
.form-control[type=file], .woocommerce-checkout #nab_card_details input[type=file],
.woocommerce-checkout #nab_card_details select[type=file], .widget_categories select[type=file],
.widget_archive select[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]), .woocommerce-checkout #nab_card_details input[type=file]:not(:disabled):not([readonly]),
.woocommerce-checkout #nab_card_details select[type=file]:not(:disabled):not([readonly]), .widget_categories select[type=file]:not(:disabled):not([readonly]),
.widget_archive select[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control:focus, .woocommerce-checkout #nab_card_details input:focus,
.woocommerce-checkout #nab_card_details select:focus, .widget_categories select:focus,
.widget_archive select:focus {
  color: #414141;
  background-color: #fff;
  border-color: #839fc4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(6, 63, 136, 0.25);
}
.form-control::-webkit-date-and-time-value, .woocommerce-checkout #nab_card_details input::-webkit-date-and-time-value,
.woocommerce-checkout #nab_card_details select::-webkit-date-and-time-value, .widget_categories select::-webkit-date-and-time-value,
.widget_archive select::-webkit-date-and-time-value {
  height: 1.6em;
}
.form-control::-moz-placeholder, .woocommerce-checkout #nab_card_details input::-moz-placeholder, .woocommerce-checkout #nab_card_details select::-moz-placeholder, .widget_categories select::-moz-placeholder, .widget_archive select::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::placeholder, .woocommerce-checkout #nab_card_details input::placeholder,
.woocommerce-checkout #nab_card_details select::placeholder, .widget_categories select::placeholder,
.widget_archive select::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled, .woocommerce-checkout #nab_card_details input:disabled,
.woocommerce-checkout #nab_card_details select:disabled, .widget_categories select:disabled,
.widget_archive select:disabled, .form-control[readonly], .woocommerce-checkout #nab_card_details input[readonly],
.woocommerce-checkout #nab_card_details select[readonly], .widget_categories select[readonly],
.widget_archive select[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button, .woocommerce-checkout #nab_card_details input::file-selector-button,
.woocommerce-checkout #nab_card_details select::file-selector-button, .widget_categories select::file-selector-button,
.widget_archive select::file-selector-button {
  padding: 1.6rem 1.3rem;
  margin: -1.6rem -1.3rem;
  margin-inline-end: 1.3rem;
  color: #414141;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::file-selector-button, .woocommerce-checkout #nab_card_details input::file-selector-button,
  .woocommerce-checkout #nab_card_details select::file-selector-button, .widget_categories select::file-selector-button,
  .widget_archive select::file-selector-button {
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button, .woocommerce-checkout #nab_card_details input:hover:not(:disabled):not([readonly])::file-selector-button,
.woocommerce-checkout #nab_card_details select:hover:not(:disabled):not([readonly])::file-selector-button, .widget_categories select:hover:not(:disabled):not([readonly])::file-selector-button,
.widget_archive select:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}
.form-control::-webkit-file-upload-button, .woocommerce-checkout #nab_card_details input::-webkit-file-upload-button,
.woocommerce-checkout #nab_card_details select::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button,
.widget_archive select::-webkit-file-upload-button {
  padding: 1.6rem 1.3rem;
  margin: -1.6rem -1.3rem;
  margin-inline-end: 1.3rem;
  color: #414141;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-control::-webkit-file-upload-button, .woocommerce-checkout #nab_card_details input::-webkit-file-upload-button,
  .woocommerce-checkout #nab_card_details select::-webkit-file-upload-button, .widget_categories select::-webkit-file-upload-button,
  .widget_archive select::-webkit-file-upload-button {
    -webkit-transition: none;
    transition: none;
  }
}
.form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .woocommerce-checkout #nab_card_details input:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.woocommerce-checkout #nab_card_details select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button, .widget_categories select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button,
.widget_archive select:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
  background-color: #dde0e3;
}

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 1.6rem 0;
  margin-bottom: 0;
  line-height: 1.6;
  color: #414141;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0;
}
.form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
  padding-right: 0;
  padding-left: 0;
}

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.form-control-sm::file-selector-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}
.form-control-sm::-webkit-file-upload-button {
  padding: 0.25rem 0.5rem;
  margin: -0.25rem -0.5rem;
  margin-inline-end: 0.5rem;
}

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 1.6rem 1.6rem;
  font-size: calc(1.305rem + 0.66vw);
  border-radius: 0;
}
@media (min-width: 1200px) {
  .form-control-lg {
    font-size: 1.8rem;
  }
}
.form-control-lg::file-selector-button {
  padding: 1.6rem 1.6rem;
  margin: -1.6rem -1.6rem;
  margin-inline-end: 1.6rem;
}
.form-control-lg::-webkit-file-upload-button {
  padding: 1.6rem 1.6rem;
  margin: -1.6rem -1.6rem;
  margin-inline-end: 1.6rem;
}

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px);
}
textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
}
textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
}

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 1.6rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch {
  height: 1.6em;
  border-radius: 8px;
}
.form-control-color::-webkit-color-swatch {
  height: 1.6em;
  border-radius: 8px;
}

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #414141;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-select {
    transition: none;
  }
}
.form-select:focus {
  border-color: #839fc4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(6, 63, 136, 0.25);
}
.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}
.form-select:disabled {
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #414141;
}

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
}

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
}

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem;
}
.form-check .form-check-input {
  float: left;
  margin-left: -1.5em;
}

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.form-check-input[type=checkbox] {
  border-radius: 0.25em;
}
.form-check-input[type=radio] {
  border-radius: 50%;
}
.form-check-input:active {
  filter: brightness(90%);
}
.form-check-input:focus {
  border-color: #839fc4;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(6, 63, 136, 0.25);
}
.form-check-input:checked {
  background-color: #063f88;
  border-color: #063f88;
}
.form-check-input:checked[type=checkbox] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e");
}
.form-check-input:checked[type=radio] {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
}
.form-check-input[type=checkbox]:indeterminate {
  background-color: #063f88;
  border-color: #063f88;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e");
}
.form-check-input:disabled {
  pointer-events: none;
  filter: none;
  opacity: 0.5;
}
.form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
  opacity: 0.5;
}

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-switch .form-check-input {
    transition: none;
  }
}
.form-switch .form-check-input:focus {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23839fc4'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check[disabled] + .btn, .woocommerce-checkout .btn-check[disabled] + #jsPayButton, .woocommerce-checkout .btn-check[disabled] + #place_order,
.woocommerce-view-order .btn-check[disabled] + #place_order, .woocommerce-info .btn-check[disabled] + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check[disabled] + a.button, .btn-check:disabled + .btn, .woocommerce-checkout .btn-check:disabled + #jsPayButton, .woocommerce-checkout .btn-check:disabled + #place_order,
.woocommerce-view-order .btn-check:disabled + #place_order, .woocommerce-info .btn-check:disabled + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:disabled + a.button {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(6, 63, 136, 0.25);
}
.form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #fff, 0 0 0 0.25rem rgba(6, 63, 136, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #063f88;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
}
.form-range::-webkit-slider-thumb:active {
  background-color: #b4c5db;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #063f88;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
@media (prefers-reduced-motion: reduce) {
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
}
.form-range::-moz-range-thumb:active {
  background-color: #b4c5db;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb {
  background-color: #adb5bd;
}
.form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

.form-floating {
  position: relative;
}
.form-floating > .form-control, .woocommerce-checkout #nab_card_details .form-floating > input,
.woocommerce-checkout #nab_card_details .form-floating > select, .widget_categories .form-floating > select,
.widget_archive .form-floating > select,
.form-floating > .form-select {
  height: 6rem;
  line-height: 1.25;
}
.form-floating > label {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 1rem 1.5rem;
  pointer-events: none;
  border: 1px solid transparent;
  transform-origin: 0 0;
  transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .form-floating > label {
    transition: none;
  }
}
.form-floating > .form-control, .woocommerce-checkout #nab_card_details .form-floating > input,
.woocommerce-checkout #nab_card_details .form-floating > select, .widget_categories .form-floating > select,
.widget_archive .form-floating > select {
  padding: 1rem 1.5rem;
}
.form-floating > .form-control::-moz-placeholder, .woocommerce-checkout #nab_card_details .form-floating > input::-moz-placeholder, .woocommerce-checkout #nab_card_details .form-floating > select::-moz-placeholder, .widget_categories .form-floating > select::-moz-placeholder, .widget_archive .form-floating > select::-moz-placeholder {
  color: transparent;
}
.form-floating > .form-control::placeholder, .woocommerce-checkout #nab_card_details .form-floating > input::placeholder,
.woocommerce-checkout #nab_card_details .form-floating > select::placeholder, .widget_categories .form-floating > select::placeholder,
.widget_archive .form-floating > select::placeholder {
  color: transparent;
}
.form-floating > .form-control:not(:-moz-placeholder-shown), .woocommerce-checkout #nab_card_details .form-floating > input:not(:-moz-placeholder-shown), .woocommerce-checkout #nab_card_details .form-floating > select:not(:-moz-placeholder-shown), .widget_categories .form-floating > select:not(:-moz-placeholder-shown), .widget_archive .form-floating > select:not(:-moz-placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0;
}
.form-floating > .form-control:focus, .woocommerce-checkout #nab_card_details .form-floating > input:focus,
.woocommerce-checkout #nab_card_details .form-floating > select:focus, .widget_categories .form-floating > select:focus,
.widget_archive .form-floating > select:focus, .form-floating > .form-control:not(:placeholder-shown), .woocommerce-checkout #nab_card_details .form-floating > input:not(:placeholder-shown),
.woocommerce-checkout #nab_card_details .form-floating > select:not(:placeholder-shown), .widget_categories .form-floating > select:not(:placeholder-shown),
.widget_archive .form-floating > select:not(:placeholder-shown) {
  padding-top: 1.625rem;
  padding-bottom: 0;
}
.form-floating > .form-control:-webkit-autofill, .woocommerce-checkout #nab_card_details .form-floating > input:-webkit-autofill,
.woocommerce-checkout #nab_card_details .form-floating > select:-webkit-autofill, .widget_categories .form-floating > select:-webkit-autofill,
.widget_archive .form-floating > select:-webkit-autofill {
  padding-top: 1.625rem;
  padding-bottom: 0;
}
.form-floating > .form-select {
  padding-top: 1.625rem;
  padding-bottom: 0;
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .woocommerce-checkout #nab_card_details .form-floating > input:not(:-moz-placeholder-shown) ~ label, .woocommerce-checkout #nab_card_details .form-floating > select:not(:-moz-placeholder-shown) ~ label, .widget_categories .form-floating > select:not(:-moz-placeholder-shown) ~ label, .widget_archive .form-floating > select:not(:-moz-placeholder-shown) ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.3rem);
}
.form-floating > .form-control:focus ~ label, .woocommerce-checkout #nab_card_details .form-floating > input:focus ~ label,
.woocommerce-checkout #nab_card_details .form-floating > select:focus ~ label, .widget_categories .form-floating > select:focus ~ label,
.widget_archive .form-floating > select:focus ~ label,
.form-floating > .form-control:not(:placeholder-shown) ~ label,
.woocommerce-checkout #nab_card_details .form-floating > input:not(:placeholder-shown) ~ label,
.woocommerce-checkout #nab_card_details .form-floating > select:not(:placeholder-shown) ~ label,
.widget_categories .form-floating > select:not(:placeholder-shown) ~ label,
.widget_archive .form-floating > select:not(:placeholder-shown) ~ label,
.form-floating > .form-select ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.3rem);
}
.form-floating > .form-control:-webkit-autofill ~ label, .woocommerce-checkout #nab_card_details .form-floating > input:-webkit-autofill ~ label,
.woocommerce-checkout #nab_card_details .form-floating > select:-webkit-autofill ~ label, .widget_categories .form-floating > select:-webkit-autofill ~ label,
.widget_archive .form-floating > select:-webkit-autofill ~ label {
  opacity: 0.65;
  transform: scale(0.85) translateY(-0.5rem) translateX(0.3rem);
}

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control, .woocommerce-checkout #nab_card_details .input-group > input,
.woocommerce-checkout #nab_card_details .input-group > select, .widget_categories .input-group > select,
.widget_archive .input-group > select,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus, .woocommerce-checkout #nab_card_details .input-group > input:focus,
.woocommerce-checkout #nab_card_details .input-group > select:focus, .widget_categories .input-group > select:focus,
.widget_archive .input-group > select:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn, .input-group .woocommerce-checkout #jsPayButton, .woocommerce-checkout .input-group #jsPayButton, .input-group .woocommerce-checkout #place_order, .woocommerce-checkout .input-group #place_order,
.input-group .woocommerce-view-order #place_order,
.woocommerce-view-order .input-group #place_order, .input-group .woocommerce-info a.button, .woocommerce-info .input-group a.button, .input-group .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .input-group a.button {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus, .input-group .woocommerce-checkout #jsPayButton:focus, .woocommerce-checkout .input-group #jsPayButton:focus, .input-group .woocommerce-checkout #place_order:focus, .woocommerce-checkout .input-group #place_order:focus,
.input-group .woocommerce-view-order #place_order:focus,
.woocommerce-view-order .input-group #place_order:focus, .input-group .woocommerce-info a.button:focus, .woocommerce-info .input-group a.button:focus, .input-group .woocommerce-notices-wrapper .woocommerce-message a.button:focus, .woocommerce-notices-wrapper .woocommerce-message .input-group a.button:focus {
  z-index: 3;
}

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: calc(1.285rem + 0.42vw);
  font-weight: 400;
  line-height: 1.6;
  color: #414141;
  text-align: center;
  white-space: nowrap;
  background-color: none;
  border: 1px solid #ced4da;
  border-radius: 8px;
}
@media (min-width: 1200px) {
  .input-group-text {
    font-size: 1.6rem;
  }
}

.input-group-lg > .form-control, .woocommerce-checkout #nab_card_details .input-group-lg > input,
.woocommerce-checkout #nab_card_details .input-group-lg > select, .widget_categories .input-group-lg > select,
.widget_archive .input-group-lg > select,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.woocommerce-checkout .input-group-lg > #jsPayButton,
.woocommerce-checkout .input-group-lg > #place_order,
.woocommerce-view-order .input-group-lg > #place_order,
.woocommerce-info .input-group-lg > a.button,
.woocommerce-notices-wrapper .woocommerce-message .input-group-lg > a.button {
  padding: 1.6rem 1.6rem;
  font-size: calc(1.305rem + 0.66vw);
  border-radius: 0;
}
@media (min-width: 1200px) {
  .input-group-lg > .form-control, .woocommerce-checkout #nab_card_details .input-group-lg > input,
  .woocommerce-checkout #nab_card_details .input-group-lg > select, .widget_categories .input-group-lg > select,
  .widget_archive .input-group-lg > select,
  .input-group-lg > .form-select,
  .input-group-lg > .input-group-text,
  .input-group-lg > .btn,
  .woocommerce-checkout .input-group-lg > #jsPayButton,
  .woocommerce-checkout .input-group-lg > #place_order,
  .woocommerce-view-order .input-group-lg > #place_order,
  .woocommerce-info .input-group-lg > a.button,
  .woocommerce-notices-wrapper .woocommerce-message .input-group-lg > a.button {
    font-size: 1.8rem;
  }
}

.input-group-sm > .form-control, .woocommerce-checkout #nab_card_details .input-group-sm > input,
.woocommerce-checkout #nab_card_details .input-group-sm > select, .widget_categories .input-group-sm > select,
.widget_archive .input-group-sm > select,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.woocommerce-checkout .input-group-sm > #jsPayButton,
.woocommerce-checkout .input-group-sm > #place_order,
.woocommerce-view-order .input-group-sm > #place_order,
.woocommerce-info .input-group-sm > a.button,
.woocommerce-notices-wrapper .woocommerce-message .input-group-sm > a.button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem;
}

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group.has-validation > :nth-last-child(n+3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n+4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754;
}

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem;
}

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block;
}

.was-validated .form-control:valid, .was-validated .woocommerce-checkout #nab_card_details input:valid, .woocommerce-checkout #nab_card_details .was-validated input:valid,
.was-validated .woocommerce-checkout #nab_card_details select:valid,
.woocommerce-checkout #nab_card_details .was-validated select:valid, .was-validated .widget_categories select:valid, .widget_categories .was-validated select:valid,
.was-validated .widget_archive select:valid,
.widget_archive .was-validated select:valid, .form-control.is-valid, .woocommerce-checkout #nab_card_details input.is-valid,
.woocommerce-checkout #nab_card_details select.is-valid, .widget_categories select.is-valid,
.widget_archive select.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus, .was-validated .woocommerce-checkout #nab_card_details input:valid:focus, .woocommerce-checkout #nab_card_details .was-validated input:valid:focus,
.was-validated .woocommerce-checkout #nab_card_details select:valid:focus,
.woocommerce-checkout #nab_card_details .was-validated select:valid:focus, .was-validated .widget_categories select:valid:focus, .widget_categories .was-validated select:valid:focus,
.was-validated .widget_archive select:valid:focus,
.widget_archive .was-validated select:valid:focus, .form-control.is-valid:focus, .woocommerce-checkout #nab_card_details input.is-valid:focus,
.woocommerce-checkout #nab_card_details select.is-valid:focus, .widget_categories select.is-valid:focus,
.widget_archive select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754;
}
.was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus, .form-select.is-valid:focus {
  border-color: #198754;
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754;
}
.was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
  background-color: #198754;
}
.was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #198754;
}

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:valid, .was-validated .input-group .woocommerce-checkout #nab_card_details input:valid, .woocommerce-checkout #nab_card_details .was-validated .input-group input:valid,
.was-validated .input-group .woocommerce-checkout #nab_card_details select:valid,
.woocommerce-checkout #nab_card_details .was-validated .input-group select:valid, .was-validated .input-group .widget_categories select:valid, .widget_categories .was-validated .input-group select:valid,
.was-validated .input-group .widget_archive select:valid,
.widget_archive .was-validated .input-group select:valid, .input-group .form-control.is-valid, .input-group .woocommerce-checkout #nab_card_details input.is-valid, .woocommerce-checkout #nab_card_details .input-group input.is-valid,
.input-group .woocommerce-checkout #nab_card_details select.is-valid,
.woocommerce-checkout #nab_card_details .input-group select.is-valid, .input-group .widget_categories select.is-valid, .widget_categories .input-group select.is-valid,
.input-group .widget_archive select.is-valid,
.widget_archive .input-group select.is-valid,
.was-validated .input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1;
}
.was-validated .input-group .form-control:valid:focus, .was-validated .input-group .woocommerce-checkout #nab_card_details input:valid:focus, .woocommerce-checkout #nab_card_details .was-validated .input-group input:valid:focus,
.was-validated .input-group .woocommerce-checkout #nab_card_details select:valid:focus,
.woocommerce-checkout #nab_card_details .was-validated .input-group select:valid:focus, .was-validated .input-group .widget_categories select:valid:focus, .widget_categories .was-validated .input-group select:valid:focus,
.was-validated .input-group .widget_archive select:valid:focus,
.widget_archive .was-validated .input-group select:valid:focus, .input-group .form-control.is-valid:focus, .input-group .woocommerce-checkout #nab_card_details input.is-valid:focus, .woocommerce-checkout #nab_card_details .input-group input.is-valid:focus,
.input-group .woocommerce-checkout #nab_card_details select.is-valid:focus,
.woocommerce-checkout #nab_card_details .input-group select.is-valid:focus, .input-group .widget_categories select.is-valid:focus, .widget_categories .input-group select.is-valid:focus,
.input-group .widget_archive select.is-valid:focus,
.widget_archive .input-group select.is-valid:focus,
.was-validated .input-group .form-select:valid:focus,
.input-group .form-select.is-valid:focus {
  z-index: 3;
}

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545;
}

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem;
}

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block;
}

.was-validated .form-control:invalid, .was-validated .woocommerce-checkout #nab_card_details input:invalid, .woocommerce-checkout #nab_card_details .was-validated input:invalid,
.was-validated .woocommerce-checkout #nab_card_details select:invalid,
.woocommerce-checkout #nab_card_details .was-validated select:invalid, .was-validated .widget_categories select:invalid, .widget_categories .was-validated select:invalid,
.was-validated .widget_archive select:invalid,
.widget_archive .was-validated select:invalid, .form-control.is-invalid, .woocommerce-checkout #nab_card_details input.is-invalid,
.woocommerce-checkout #nab_card_details select.is-invalid, .widget_categories select.is-invalid,
.widget_archive select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus, .was-validated .woocommerce-checkout #nab_card_details input:invalid:focus, .woocommerce-checkout #nab_card_details .was-validated input:invalid:focus,
.was-validated .woocommerce-checkout #nab_card_details select:invalid:focus,
.woocommerce-checkout #nab_card_details .was-validated select:invalid:focus, .was-validated .widget_categories select:invalid:focus, .widget_categories .was-validated select:invalid:focus,
.was-validated .widget_archive select:invalid:focus,
.widget_archive .was-validated select:invalid:focus, .form-control.is-invalid:focus, .woocommerce-checkout #nab_card_details input.is-invalid:focus,
.woocommerce-checkout #nab_card_details select.is-invalid:focus, .widget_categories select.is-invalid:focus,
.widget_archive select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem);
}

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
  color: #dc3545;
}

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.was-validated .input-group .form-control:invalid, .was-validated .input-group .woocommerce-checkout #nab_card_details input:invalid, .woocommerce-checkout #nab_card_details .was-validated .input-group input:invalid,
.was-validated .input-group .woocommerce-checkout #nab_card_details select:invalid,
.woocommerce-checkout #nab_card_details .was-validated .input-group select:invalid, .was-validated .input-group .widget_categories select:invalid, .widget_categories .was-validated .input-group select:invalid,
.was-validated .input-group .widget_archive select:invalid,
.widget_archive .was-validated .input-group select:invalid, .input-group .form-control.is-invalid, .input-group .woocommerce-checkout #nab_card_details input.is-invalid, .woocommerce-checkout #nab_card_details .input-group input.is-invalid,
.input-group .woocommerce-checkout #nab_card_details select.is-invalid,
.woocommerce-checkout #nab_card_details .input-group select.is-invalid, .input-group .widget_categories select.is-invalid, .widget_categories .input-group select.is-invalid,
.input-group .widget_archive select.is-invalid,
.widget_archive .input-group select.is-invalid,
.was-validated .input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2;
}
.was-validated .input-group .form-control:invalid:focus, .was-validated .input-group .woocommerce-checkout #nab_card_details input:invalid:focus, .woocommerce-checkout #nab_card_details .was-validated .input-group input:invalid:focus,
.was-validated .input-group .woocommerce-checkout #nab_card_details select:invalid:focus,
.woocommerce-checkout #nab_card_details .was-validated .input-group select:invalid:focus, .was-validated .input-group .widget_categories select:invalid:focus, .widget_categories .was-validated .input-group select:invalid:focus,
.was-validated .input-group .widget_archive select:invalid:focus,
.widget_archive .was-validated .input-group select:invalid:focus, .input-group .form-control.is-invalid:focus, .input-group .woocommerce-checkout #nab_card_details input.is-invalid:focus, .woocommerce-checkout #nab_card_details .input-group input.is-invalid:focus,
.input-group .woocommerce-checkout #nab_card_details select.is-invalid:focus,
.woocommerce-checkout #nab_card_details .input-group select.is-invalid:focus, .input-group .widget_categories select.is-invalid:focus, .widget_categories .input-group select.is-invalid:focus,
.input-group .widget_archive select.is-invalid:focus,
.widget_archive .input-group select.is-invalid:focus,
.was-validated .input-group .form-select:invalid:focus,
.input-group .form-select.is-invalid:focus {
  z-index: 3;
}

.btn, .woocommerce-checkout #jsPayButton, .woocommerce-checkout #place_order,
.woocommerce-view-order #place_order, .woocommerce-info a.button, .woocommerce-notices-wrapper .woocommerce-message a.button {
  display: inline-block;
  font-weight: 500;
  line-height: 1;
  color: #414141;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1.2rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .btn, .woocommerce-checkout #jsPayButton, .woocommerce-checkout #place_order,
  .woocommerce-view-order #place_order, .woocommerce-info a.button, .woocommerce-notices-wrapper .woocommerce-message a.button {
    transition: none;
  }
}
.btn:hover, .woocommerce-checkout #jsPayButton:hover, .woocommerce-checkout #place_order:hover,
.woocommerce-view-order #place_order:hover, .woocommerce-info a.button:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover {
  color: #414141;
}
.btn-check:focus + .btn, .woocommerce-checkout .btn-check:focus + #jsPayButton, .woocommerce-checkout .btn-check:focus + #place_order,
.woocommerce-view-order .btn-check:focus + #place_order, .woocommerce-info .btn-check:focus + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-check:focus + a.button, .btn:focus, .woocommerce-checkout #jsPayButton:focus, .woocommerce-checkout #place_order:focus,
.woocommerce-view-order #place_order:focus, .woocommerce-info a.button:focus, .woocommerce-notices-wrapper .woocommerce-message a.button:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(6, 63, 136, 0.25);
}
.btn:disabled, .woocommerce-checkout #jsPayButton:disabled, .woocommerce-checkout #place_order:disabled,
.woocommerce-view-order #place_order:disabled, .woocommerce-info a.button:disabled, .woocommerce-notices-wrapper .woocommerce-message a.button:disabled, .btn.disabled, .woocommerce-checkout .disabled#jsPayButton, .woocommerce-checkout .disabled#place_order,
.woocommerce-view-order .disabled#place_order, .woocommerce-info a.disabled.button, .woocommerce-notices-wrapper .woocommerce-message a.disabled.button, fieldset:disabled .btn, fieldset:disabled .woocommerce-checkout #jsPayButton, .woocommerce-checkout fieldset:disabled #jsPayButton, fieldset:disabled .woocommerce-checkout #place_order, .woocommerce-checkout fieldset:disabled #place_order,
fieldset:disabled .woocommerce-view-order #place_order,
.woocommerce-view-order fieldset:disabled #place_order, fieldset:disabled .woocommerce-info a.button, .woocommerce-info fieldset:disabled a.button, fieldset:disabled .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message fieldset:disabled a.button {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary, .woocommerce-checkout #jsPayButton, .woocommerce-checkout #place_order,
.woocommerce-view-order #place_order {
  color: #fff;
  background-color: #063f88;
  border-color: #063f88;
}
.btn-primary:hover, .woocommerce-checkout #jsPayButton:hover, .woocommerce-checkout #place_order:hover,
.woocommerce-view-order #place_order:hover {
  color: #fff;
  background-color: #053674;
  border-color: #05326d;
}
.btn-check:focus + .btn-primary, .woocommerce-checkout .btn-check:focus + #jsPayButton, .woocommerce-checkout .btn-check:focus + #place_order,
.woocommerce-view-order .btn-check:focus + #place_order, .btn-primary:focus, .woocommerce-checkout #jsPayButton:focus, .woocommerce-checkout #place_order:focus,
.woocommerce-view-order #place_order:focus {
  color: #fff;
  background-color: #053674;
  border-color: #05326d;
  box-shadow: 0 0 0 0.25rem rgba(43, 92, 154, 0.5);
}
.btn-check:checked + .btn-primary, .woocommerce-checkout .btn-check:checked + #jsPayButton, .woocommerce-checkout .btn-check:checked + #place_order,
.woocommerce-view-order .btn-check:checked + #place_order, .btn-check:active + .btn-primary, .woocommerce-checkout .btn-check:active + #jsPayButton, .woocommerce-checkout .btn-check:active + #place_order,
.woocommerce-view-order .btn-check:active + #place_order, .btn-primary:active, .woocommerce-checkout #jsPayButton:active, .woocommerce-checkout #place_order:active,
.woocommerce-view-order #place_order:active, .btn-primary.active, .woocommerce-MyAccount-navigation .btn-primary.is-active, .woocommerce-checkout .active#jsPayButton, .woocommerce-checkout .woocommerce-MyAccount-navigation #jsPayButton.is-active, .woocommerce-MyAccount-navigation .woocommerce-checkout #jsPayButton.is-active, .woocommerce-checkout .active#place_order, .woocommerce-checkout .woocommerce-MyAccount-navigation #place_order.is-active, .woocommerce-MyAccount-navigation .woocommerce-checkout #place_order.is-active,
.woocommerce-view-order .active#place_order,
.woocommerce-view-order .woocommerce-MyAccount-navigation #place_order.is-active,
.woocommerce-MyAccount-navigation .woocommerce-view-order #place_order.is-active, .show > .btn-primary.dropdown-toggle, .woocommerce-checkout .show > .dropdown-toggle#jsPayButton, .woocommerce-checkout .show > .dropdown-toggle#place_order,
.woocommerce-view-order .show > .dropdown-toggle#place_order {
  color: #fff;
  background-color: #05326d;
  border-color: #052f66;
}
.btn-check:checked + .btn-primary:focus, .woocommerce-checkout .btn-check:checked + #jsPayButton:focus, .woocommerce-checkout .btn-check:checked + #place_order:focus,
.woocommerce-view-order .btn-check:checked + #place_order:focus, .btn-check:active + .btn-primary:focus, .woocommerce-checkout .btn-check:active + #jsPayButton:focus, .woocommerce-checkout .btn-check:active + #place_order:focus,
.woocommerce-view-order .btn-check:active + #place_order:focus, .btn-primary:active:focus, .woocommerce-checkout #jsPayButton:active:focus, .woocommerce-checkout #place_order:active:focus,
.woocommerce-view-order #place_order:active:focus, .btn-primary.active:focus, .woocommerce-MyAccount-navigation .btn-primary.is-active:focus, .woocommerce-checkout .active#jsPayButton:focus, .woocommerce-checkout .woocommerce-MyAccount-navigation #jsPayButton.is-active:focus, .woocommerce-MyAccount-navigation .woocommerce-checkout #jsPayButton.is-active:focus, .woocommerce-checkout .active#place_order:focus, .woocommerce-checkout .woocommerce-MyAccount-navigation #place_order.is-active:focus, .woocommerce-MyAccount-navigation .woocommerce-checkout #place_order.is-active:focus,
.woocommerce-view-order .active#place_order:focus,
.woocommerce-view-order .woocommerce-MyAccount-navigation #place_order.is-active:focus,
.woocommerce-MyAccount-navigation .woocommerce-view-order #place_order.is-active:focus, .show > .btn-primary.dropdown-toggle:focus, .woocommerce-checkout .show > .dropdown-toggle#jsPayButton:focus, .woocommerce-checkout .show > .dropdown-toggle#place_order:focus,
.woocommerce-view-order .show > .dropdown-toggle#place_order:focus {
  box-shadow: 0 0 0 0.25rem rgba(43, 92, 154, 0.5);
}
.btn-primary:disabled, .woocommerce-checkout #jsPayButton:disabled, .woocommerce-checkout #place_order:disabled,
.woocommerce-view-order #place_order:disabled, .btn-primary.disabled, .woocommerce-checkout .disabled#jsPayButton, .woocommerce-checkout .disabled#place_order,
.woocommerce-view-order .disabled#place_order {
  color: #fff;
  background-color: #063f88;
  border-color: #063f88;
}

.btn-secondary {
  color: #000;
  background-color: #ef4130;
  border-color: #ef4130;
}
.btn-secondary:hover {
  color: #000;
  background-color: #f15e4f;
  border-color: #f15445;
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #000;
  background-color: #f15e4f;
  border-color: #f15445;
  box-shadow: 0 0 0 0.25rem rgba(203, 55, 41, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .woocommerce-MyAccount-navigation .btn-secondary.is-active, .show > .btn-secondary.dropdown-toggle {
  color: #000;
  background-color: #f26759;
  border-color: #f15445;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .woocommerce-MyAccount-navigation .btn-secondary.is-active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(203, 55, 41, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #000;
  background-color: #ef4130;
  border-color: #ef4130;
}

.btn-success, .woocommerce-notices-wrapper .woocommerce-message a.button {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-success:hover, .woocommerce-notices-wrapper .woocommerce-message a.button:hover {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
}
.btn-check:focus + .btn-success, .woocommerce-notices-wrapper .woocommerce-message .btn-check:focus + a.button, .btn-success:focus, .woocommerce-notices-wrapper .woocommerce-message a.button:focus {
  color: #fff;
  background-color: #157347;
  border-color: #146c43;
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-check:checked + .btn-success, .woocommerce-notices-wrapper .woocommerce-message .btn-check:checked + a.button, .btn-check:active + .btn-success, .woocommerce-notices-wrapper .woocommerce-message .btn-check:active + a.button, .btn-success:active, .woocommerce-notices-wrapper .woocommerce-message a.button:active, .btn-success.active, .woocommerce-MyAccount-navigation .btn-success.is-active, .woocommerce-notices-wrapper .woocommerce-message a.active.button, .woocommerce-notices-wrapper .woocommerce-message .woocommerce-MyAccount-navigation a.button.is-active, .woocommerce-MyAccount-navigation .woocommerce-notices-wrapper .woocommerce-message a.button.is-active, .show > .btn-success.dropdown-toggle, .woocommerce-notices-wrapper .woocommerce-message .show > a.dropdown-toggle.button {
  color: #fff;
  background-color: #146c43;
  border-color: #13653f;
}
.btn-check:checked + .btn-success:focus, .woocommerce-notices-wrapper .woocommerce-message .btn-check:checked + a.button:focus, .btn-check:active + .btn-success:focus, .woocommerce-notices-wrapper .woocommerce-message .btn-check:active + a.button:focus, .btn-success:active:focus, .woocommerce-notices-wrapper .woocommerce-message a.button:active:focus, .btn-success.active:focus, .woocommerce-MyAccount-navigation .btn-success.is-active:focus, .woocommerce-notices-wrapper .woocommerce-message a.active.button:focus, .woocommerce-notices-wrapper .woocommerce-message .woocommerce-MyAccount-navigation a.button.is-active:focus, .woocommerce-MyAccount-navigation .woocommerce-notices-wrapper .woocommerce-message a.button.is-active:focus, .show > .btn-success.dropdown-toggle:focus, .woocommerce-notices-wrapper .woocommerce-message .show > a.dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.25rem rgba(60, 153, 110, 0.5);
}
.btn-success:disabled, .woocommerce-notices-wrapper .woocommerce-message a.button:disabled, .btn-success.disabled, .woocommerce-notices-wrapper .woocommerce-message a.disabled.button {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}

.btn-info, .woocommerce-info a.button {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-info:hover, .woocommerce-info a.button:hover {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
}
.btn-check:focus + .btn-info, .woocommerce-info .btn-check:focus + a.button, .btn-info:focus, .woocommerce-info a.button:focus {
  color: #000;
  background-color: #31d2f2;
  border-color: #25cff2;
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-check:checked + .btn-info, .woocommerce-info .btn-check:checked + a.button, .btn-check:active + .btn-info, .woocommerce-info .btn-check:active + a.button, .btn-info:active, .woocommerce-info a.button:active, .btn-info.active, .woocommerce-MyAccount-navigation .btn-info.is-active, .woocommerce-info a.active.button, .woocommerce-info .woocommerce-MyAccount-navigation a.button.is-active, .woocommerce-MyAccount-navigation .woocommerce-info a.button.is-active, .show > .btn-info.dropdown-toggle, .woocommerce-info .show > a.dropdown-toggle.button {
  color: #000;
  background-color: #3dd5f3;
  border-color: #25cff2;
}
.btn-check:checked + .btn-info:focus, .woocommerce-info .btn-check:checked + a.button:focus, .btn-check:active + .btn-info:focus, .woocommerce-info .btn-check:active + a.button:focus, .btn-info:active:focus, .woocommerce-info a.button:active:focus, .btn-info.active:focus, .woocommerce-MyAccount-navigation .btn-info.is-active:focus, .woocommerce-info a.active.button:focus, .woocommerce-info .woocommerce-MyAccount-navigation a.button.is-active:focus, .woocommerce-MyAccount-navigation .woocommerce-info a.button.is-active:focus, .show > .btn-info.dropdown-toggle:focus, .woocommerce-info .show > a.dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.25rem rgba(11, 172, 204, 0.5);
}
.btn-info:disabled, .woocommerce-info a.button:disabled, .btn-info.disabled, .woocommerce-info a.disabled.button {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.btn-warning {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #000;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .woocommerce-MyAccount-navigation .btn-warning.is-active, .show > .btn-warning.dropdown-toggle {
  color: #000;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .woocommerce-MyAccount-navigation .btn-warning.is-active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(217, 164, 6, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button:hover {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-check:focus + .btn-danger, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .btn-check:focus + a.button, .btn-danger:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button:focus {
  color: #fff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-danger, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .btn-check:checked + a.button, .btn-check:active + .btn-danger, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .btn-check:active + a.button, .btn-danger:active, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button:active, .btn-danger.active, .woocommerce-MyAccount-navigation .btn-danger.is-active, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.active.button, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .woocommerce-MyAccount-navigation a.button.is-active, .woocommerce-MyAccount-navigation .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button.is-active, .show > .btn-danger.dropdown-toggle, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .show > a.dropdown-toggle.button {
  color: #fff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .btn-check:checked + a.button:focus, .btn-check:active + .btn-danger:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .btn-check:active + a.button:focus, .btn-danger:active:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button:active:focus, .btn-danger.active:focus, .woocommerce-MyAccount-navigation .btn-danger.is-active:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.active.button:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .woocommerce-MyAccount-navigation a.button.is-active:focus, .woocommerce-MyAccount-navigation .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button.is-active:focus, .show > .btn-danger.dropdown-toggle:focus, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .show > a.dropdown-toggle.button:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.button:disabled, .btn-danger.disabled, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error a.disabled.button {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #000;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.btn-light:hover {
  color: #000;
  background-color: #cdcdcd;
  border-color: #cacaca;
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #000;
  background-color: #cdcdcd;
  border-color: #cacaca;
  box-shadow: 0 0 0 0.25rem rgba(167, 167, 167, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .woocommerce-MyAccount-navigation .btn-light.is-active, .show > .btn-light.dropdown-toggle {
  color: #000;
  background-color: #d0d0d0;
  border-color: #cacaca;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .woocommerce-MyAccount-navigation .btn-light.is-active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(167, 167, 167, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #000;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.btn-dark {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #fff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .woocommerce-MyAccount-navigation .btn-dark.is-active, .show > .btn-dark.dropdown-toggle {
  color: #fff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .woocommerce-MyAccount-navigation .btn-dark.is-active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #063f88;
  border-color: #063f88;
}
.btn-outline-primary:hover {
  color: #fff;
  background-color: #063f88;
  border-color: #063f88;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(6, 63, 136, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .woocommerce-MyAccount-navigation .btn-outline-primary.is-active, .btn-outline-primary.dropdown-toggle.show {
  color: #fff;
  background-color: #063f88;
  border-color: #063f88;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .woocommerce-MyAccount-navigation .btn-outline-primary.is-active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(6, 63, 136, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #063f88;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #ef4130;
  border-color: #ef4130;
}
.btn-outline-secondary:hover {
  color: #000;
  background-color: #ef4130;
  border-color: #ef4130;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 65, 48, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .woocommerce-MyAccount-navigation .btn-outline-secondary.is-active, .btn-outline-secondary.dropdown-toggle.show {
  color: #000;
  background-color: #ef4130;
  border-color: #ef4130;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .woocommerce-MyAccount-navigation .btn-outline-secondary.is-active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(239, 65, 48, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #ef4130;
  background-color: transparent;
}

.btn-outline-success {
  color: #198754;
  border-color: #198754;
}
.btn-outline-success:hover {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .woocommerce-MyAccount-navigation .btn-outline-success.is-active, .btn-outline-success.dropdown-toggle.show {
  color: #fff;
  background-color: #198754;
  border-color: #198754;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .woocommerce-MyAccount-navigation .btn-outline-success.is-active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #198754;
  background-color: transparent;
}

.btn-outline-info {
  color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-outline-info:hover {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .woocommerce-MyAccount-navigation .btn-outline-info.is-active, .btn-outline-info.dropdown-toggle.show {
  color: #000;
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .woocommerce-MyAccount-navigation .btn-outline-info.is-active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(13, 202, 240, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0dcaf0;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .woocommerce-MyAccount-navigation .btn-outline-warning.is-active, .btn-outline-warning.dropdown-toggle.show {
  color: #000;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .woocommerce-MyAccount-navigation .btn-outline-warning.is-active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .woocommerce-MyAccount-navigation .btn-outline-danger.is-active, .btn-outline-danger.dropdown-toggle.show {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .woocommerce-MyAccount-navigation .btn-outline-danger.is-active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #c4c4c4;
  border-color: #c4c4c4;
}
.btn-outline-light:hover {
  color: #000;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 196, 196, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .woocommerce-MyAccount-navigation .btn-outline-light.is-active, .btn-outline-light.dropdown-toggle.show {
  color: #000;
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .woocommerce-MyAccount-navigation .btn-outline-light.is-active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(196, 196, 196, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #c4c4c4;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .woocommerce-MyAccount-navigation .btn-outline-dark.is-active, .btn-outline-dark.dropdown-toggle.show {
  color: #fff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .woocommerce-MyAccount-navigation .btn-outline-dark.is-active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #063f88;
  text-decoration: underline;
}
.btn-link:hover {
  color: #05326d;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-lg, .woocommerce-checkout #jsPayButton, .woocommerce-checkout #place_order,
.woocommerce-view-order #place_order, .btn-group-lg > .btn, .woocommerce-checkout .btn-group-lg > #jsPayButton, .woocommerce-info .btn-group-lg > a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-lg > a.button {
  padding: 2rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}

.btn-sm, .btn-group-sm > .btn, .woocommerce-checkout .btn-group-sm > #jsPayButton, .woocommerce-checkout .btn-group-sm > #place_order,
.woocommerce-view-order .btn-group-sm > #place_order, .woocommerce-info .btn-group-sm > a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-sm > a.button {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}

.fade {
  transition: opacity 0.15s linear;
}
@media (prefers-reduced-motion: reduce) {
  .fade {
    transition: none;
  }
}
.fade:not(.show) {
  opacity: 0;
}

.collapse:not(.show) {
  display: none;
}

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing {
    transition: none;
  }
}
.collapsing.collapse-horizontal {
  width: 0;
  height: auto;
  transition: width 0.35s ease;
}
@media (prefers-reduced-motion: reduce) {
  .collapsing.collapse-horizontal {
    transition: none;
  }
}

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative;
}

.dropdown-toggle {
  white-space: nowrap;
}

.dropdown-menu {
  position: absolute;
  z-index: 1000;
  display: none;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0;
  font-size: 1rem;
  color: #414141;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0;
}
.dropdown-menu[data-bs-popper] {
  top: 100%;
  left: 0;
  margin-top: 0.125rem;
}

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

@media (min-width: 576px) {
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 768px) {
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 992px) {
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1200px) {
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
@media (min-width: 1400px) {
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
}
.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  vertical-align: 0;
}

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::before {
  vertical-align: 0;
}

.dropdown-divider {
  height: 0;
  margin: 1.6rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(0, 0, 0, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.6rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item.active, .woocommerce-MyAccount-navigation .dropdown-item.is-active, .dropdown-item:active {
  color: #000;
  text-decoration: none;
  background-color: unset;
}
.dropdown-item.disabled, .dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

.dropdown-menu.show {
  display: block;
}

.dropdown-header {
  display: block;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap;
}

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.6rem;
  color: #212529;
}

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #fff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item.active, .dropdown-menu-dark .woocommerce-MyAccount-navigation .dropdown-item.is-active, .woocommerce-MyAccount-navigation .dropdown-menu-dark .dropdown-item.is-active, .dropdown-menu-dark .dropdown-item:active {
  color: #fff;
  background-color: #063f88;
}
.dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(0, 0, 0, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.btn-group,
.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn, .woocommerce-checkout .btn-group > #jsPayButton, .woocommerce-checkout .btn-group > #place_order,
.woocommerce-view-order .btn-group > #place_order, .woocommerce-info .btn-group > a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button,
.btn-group-vertical > .btn,
.woocommerce-checkout .btn-group-vertical > #jsPayButton,
.woocommerce-checkout .btn-group-vertical > #place_order,
.woocommerce-view-order .btn-group-vertical > #place_order,
.woocommerce-info .btn-group-vertical > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn-check:checked + .btn, .woocommerce-checkout .btn-group > .btn-check:checked + #jsPayButton, .woocommerce-checkout .btn-group > .btn-check:checked + #place_order,
.woocommerce-view-order .btn-group > .btn-check:checked + #place_order, .woocommerce-info .btn-group > .btn-check:checked + a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group > .btn-check:checked + a.button,
.btn-group > .btn-check:focus + .btn,
.woocommerce-checkout .btn-group > .btn-check:focus + #jsPayButton,
.woocommerce-checkout .btn-group > .btn-check:focus + #place_order,
.woocommerce-view-order .btn-group > .btn-check:focus + #place_order,
.woocommerce-info .btn-group > .btn-check:focus + a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > .btn-check:focus + a.button,
.btn-group > .btn:hover,
.woocommerce-checkout .btn-group > #jsPayButton:hover,
.woocommerce-checkout .btn-group > #place_order:hover,
.woocommerce-view-order .btn-group > #place_order:hover,
.woocommerce-info .btn-group > a.button:hover,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:hover,
.btn-group > .btn:focus,
.woocommerce-checkout .btn-group > #jsPayButton:focus,
.woocommerce-checkout .btn-group > #place_order:focus,
.woocommerce-view-order .btn-group > #place_order:focus,
.woocommerce-info .btn-group > a.button:focus,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:focus,
.btn-group > .btn:active,
.woocommerce-checkout .btn-group > #jsPayButton:active,
.woocommerce-checkout .btn-group > #place_order:active,
.woocommerce-view-order .btn-group > #place_order:active,
.woocommerce-info .btn-group > a.button:active,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:active,
.btn-group > .btn.active,
.woocommerce-MyAccount-navigation .btn-group > .btn.is-active,
.woocommerce-checkout .btn-group > .active#jsPayButton,
.woocommerce-checkout .woocommerce-MyAccount-navigation .btn-group > #jsPayButton.is-active,
.woocommerce-MyAccount-navigation .woocommerce-checkout .btn-group > #jsPayButton.is-active,
.woocommerce-checkout .btn-group > .active#place_order,
.woocommerce-checkout .woocommerce-MyAccount-navigation .btn-group > #place_order.is-active,
.woocommerce-MyAccount-navigation .woocommerce-checkout .btn-group > #place_order.is-active,
.woocommerce-view-order .btn-group > .active#place_order,
.woocommerce-view-order .woocommerce-MyAccount-navigation .btn-group > #place_order.is-active,
.woocommerce-MyAccount-navigation .woocommerce-view-order .btn-group > #place_order.is-active,
.woocommerce-info .btn-group > a.active.button,
.woocommerce-info .woocommerce-MyAccount-navigation .btn-group > a.button.is-active,
.woocommerce-MyAccount-navigation .woocommerce-info .btn-group > a.button.is-active,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > a.active.button,
.woocommerce-notices-wrapper .woocommerce-message .woocommerce-MyAccount-navigation .btn-group > a.button.is-active,
.woocommerce-MyAccount-navigation .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button.is-active,
.btn-group-vertical > .btn-check:checked + .btn,
.woocommerce-checkout .btn-group-vertical > .btn-check:checked + #jsPayButton,
.woocommerce-checkout .btn-group-vertical > .btn-check:checked + #place_order,
.woocommerce-view-order .btn-group-vertical > .btn-check:checked + #place_order,
.woocommerce-info .btn-group-vertical > .btn-check:checked + a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn-check:checked + a.button,
.btn-group-vertical > .btn-check:focus + .btn,
.woocommerce-checkout .btn-group-vertical > .btn-check:focus + #jsPayButton,
.woocommerce-checkout .btn-group-vertical > .btn-check:focus + #place_order,
.woocommerce-view-order .btn-group-vertical > .btn-check:focus + #place_order,
.woocommerce-info .btn-group-vertical > .btn-check:focus + a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn-check:focus + a.button,
.btn-group-vertical > .btn:hover,
.woocommerce-checkout .btn-group-vertical > #jsPayButton:hover,
.woocommerce-checkout .btn-group-vertical > #place_order:hover,
.woocommerce-view-order .btn-group-vertical > #place_order:hover,
.woocommerce-info .btn-group-vertical > a.button:hover,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:hover,
.btn-group-vertical > .btn:focus,
.woocommerce-checkout .btn-group-vertical > #jsPayButton:focus,
.woocommerce-checkout .btn-group-vertical > #place_order:focus,
.woocommerce-view-order .btn-group-vertical > #place_order:focus,
.woocommerce-info .btn-group-vertical > a.button:focus,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:focus,
.btn-group-vertical > .btn:active,
.woocommerce-checkout .btn-group-vertical > #jsPayButton:active,
.woocommerce-checkout .btn-group-vertical > #place_order:active,
.woocommerce-view-order .btn-group-vertical > #place_order:active,
.woocommerce-info .btn-group-vertical > a.button:active,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:active,
.btn-group-vertical > .btn.active,
.woocommerce-MyAccount-navigation .btn-group-vertical > .btn.is-active,
.woocommerce-checkout .btn-group-vertical > .active#jsPayButton,
.woocommerce-checkout .woocommerce-MyAccount-navigation .btn-group-vertical > #jsPayButton.is-active,
.woocommerce-MyAccount-navigation .woocommerce-checkout .btn-group-vertical > #jsPayButton.is-active,
.woocommerce-checkout .btn-group-vertical > .active#place_order,
.woocommerce-checkout .woocommerce-MyAccount-navigation .btn-group-vertical > #place_order.is-active,
.woocommerce-MyAccount-navigation .woocommerce-checkout .btn-group-vertical > #place_order.is-active,
.woocommerce-view-order .btn-group-vertical > .active#place_order,
.woocommerce-view-order .woocommerce-MyAccount-navigation .btn-group-vertical > #place_order.is-active,
.woocommerce-MyAccount-navigation .woocommerce-view-order .btn-group-vertical > #place_order.is-active,
.woocommerce-info .btn-group-vertical > a.active.button,
.woocommerce-info .woocommerce-MyAccount-navigation .btn-group-vertical > a.button.is-active,
.woocommerce-MyAccount-navigation .woocommerce-info .btn-group-vertical > a.button.is-active,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.active.button,
.woocommerce-notices-wrapper .woocommerce-message .woocommerce-MyAccount-navigation .btn-group-vertical > a.button.is-active,
.woocommerce-MyAccount-navigation .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button.is-active {
  z-index: 1;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

.btn-group > .btn:not(:first-child), .woocommerce-checkout .btn-group > #jsPayButton:not(:first-child), .woocommerce-checkout .btn-group > #place_order:not(:first-child),
.woocommerce-view-order .btn-group > #place_order:not(:first-child), .woocommerce-info .btn-group > a.button:not(:first-child), .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce-checkout .btn-group > #jsPayButton:not(:last-child):not(.dropdown-toggle), .woocommerce-checkout .btn-group > #place_order:not(:last-child):not(.dropdown-toggle),
.woocommerce-view-order .btn-group > #place_order:not(:last-child):not(.dropdown-toggle), .woocommerce-info .btn-group > a.button:not(:last-child):not(.dropdown-toggle), .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.woocommerce-checkout .btn-group > .btn-group:not(:last-child) > #jsPayButton,
.woocommerce-checkout .btn-group > .btn-group:not(:last-child) > #place_order,
.woocommerce-view-order .btn-group > .btn-group:not(:last-child) > #place_order,
.woocommerce-info .btn-group > .btn-group:not(:last-child) > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > .btn-group:not(:last-child) > a.button {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3), .woocommerce-checkout .btn-group > #jsPayButton:nth-child(n+3), .woocommerce-checkout .btn-group > #place_order:nth-child(n+3),
.woocommerce-view-order .btn-group > #place_order:nth-child(n+3), .woocommerce-info .btn-group > a.button:nth-child(n+3), .woocommerce-notices-wrapper .woocommerce-message .btn-group > a.button:nth-child(n+3),
.btn-group > :not(.btn-check) + .btn,
.woocommerce-checkout .btn-group > :not(.btn-check) + #jsPayButton,
.woocommerce-checkout .btn-group > :not(.btn-check) + #place_order,
.woocommerce-view-order .btn-group > :not(.btn-check) + #place_order,
.woocommerce-info .btn-group > :not(.btn-check) + a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > :not(.btn-check) + a.button,
.btn-group > .btn-group:not(:first-child) > .btn,
.woocommerce-checkout .btn-group > .btn-group:not(:first-child) > #jsPayButton,
.woocommerce-checkout .btn-group > .btn-group:not(:first-child) > #place_order,
.woocommerce-view-order .btn-group > .btn-group:not(:first-child) > #place_order,
.woocommerce-info .btn-group > .btn-group:not(:first-child) > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group > .btn-group:not(:first-child) > a.button {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after, .dropup .dropdown-toggle-split::after, .dropend .dropdown-toggle-split::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .woocommerce-checkout .btn-group-sm > #jsPayButton + .dropdown-toggle-split, .woocommerce-checkout .btn-group-sm > #place_order + .dropdown-toggle-split,
.woocommerce-view-order .btn-group-sm > #place_order + .dropdown-toggle-split, .woocommerce-info .btn-group-sm > a.button + .dropdown-toggle-split, .woocommerce-notices-wrapper .woocommerce-message .btn-group-sm > a.button + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-lg + .dropdown-toggle-split, .woocommerce-checkout #jsPayButton + .dropdown-toggle-split, .woocommerce-checkout #place_order + .dropdown-toggle-split,
.woocommerce-view-order #place_order + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .woocommerce-info .btn-group-lg > a.button + .dropdown-toggle-split, .woocommerce-notices-wrapper .woocommerce-message .btn-group-lg > a.button + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-vertical {
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn, .woocommerce-checkout .btn-group-vertical > #jsPayButton, .woocommerce-checkout .btn-group-vertical > #place_order,
.woocommerce-view-order .btn-group-vertical > #place_order, .woocommerce-info .btn-group-vertical > a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button,
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn:not(:first-child), .woocommerce-checkout .btn-group-vertical > #jsPayButton:not(:first-child), .woocommerce-checkout .btn-group-vertical > #place_order:not(:first-child),
.woocommerce-view-order .btn-group-vertical > #place_order:not(:first-child), .woocommerce-info .btn-group-vertical > a.button:not(:first-child), .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:not(:first-child),
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .woocommerce-checkout .btn-group-vertical > #jsPayButton:not(:last-child):not(.dropdown-toggle), .woocommerce-checkout .btn-group-vertical > #place_order:not(:last-child):not(.dropdown-toggle),
.woocommerce-view-order .btn-group-vertical > #place_order:not(:last-child):not(.dropdown-toggle), .woocommerce-info .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle), .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button:not(:last-child):not(.dropdown-toggle),
.btn-group-vertical > .btn-group:not(:last-child) > .btn,
.woocommerce-checkout .btn-group-vertical > .btn-group:not(:last-child) > #jsPayButton,
.woocommerce-checkout .btn-group-vertical > .btn-group:not(:last-child) > #place_order,
.woocommerce-view-order .btn-group-vertical > .btn-group:not(:last-child) > #place_order,
.woocommerce-info .btn-group-vertical > .btn-group:not(:last-child) > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn-group:not(:last-child) > a.button {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn, .woocommerce-checkout .btn-group-vertical > #jsPayButton ~ .btn, .woocommerce-checkout .btn-group-vertical > .btn ~ #jsPayButton, .woocommerce-checkout .btn-group-vertical > #jsPayButton ~ #jsPayButton, .woocommerce-checkout .btn-group-vertical > #place_order ~ .btn, .woocommerce-checkout .btn-group-vertical > #place_order ~ #jsPayButton,
.woocommerce-view-order .btn-group-vertical > #place_order ~ .btn, .woocommerce-checkout .btn-group-vertical > .btn ~ #place_order, .woocommerce-checkout .btn-group-vertical > #jsPayButton ~ #place_order, .woocommerce-checkout .btn-group-vertical > #place_order ~ #place_order,
.woocommerce-view-order .btn-group-vertical > .btn ~ #place_order,
.woocommerce-view-order .btn-group-vertical > #place_order ~ #place_order, .woocommerce-info .btn-group-vertical > a.button ~ .btn, .woocommerce-info .woocommerce-checkout .btn-group-vertical > a.button ~ #jsPayButton, .woocommerce-checkout .woocommerce-info .btn-group-vertical > a.button ~ #jsPayButton, .woocommerce-info .woocommerce-checkout .btn-group-vertical > a.button ~ #place_order, .woocommerce-checkout .woocommerce-info .btn-group-vertical > a.button ~ #place_order,
.woocommerce-info .woocommerce-view-order .btn-group-vertical > a.button ~ #place_order,
.woocommerce-view-order .woocommerce-info .btn-group-vertical > a.button ~ #place_order, .woocommerce-info .btn-group-vertical > .btn ~ a.button, .woocommerce-info .woocommerce-checkout .btn-group-vertical > #jsPayButton ~ a.button, .woocommerce-checkout .woocommerce-info .btn-group-vertical > #jsPayButton ~ a.button, .woocommerce-info .woocommerce-checkout .btn-group-vertical > #place_order ~ a.button, .woocommerce-checkout .woocommerce-info .btn-group-vertical > #place_order ~ a.button,
.woocommerce-info .woocommerce-view-order .btn-group-vertical > #place_order ~ a.button,
.woocommerce-view-order .woocommerce-info .btn-group-vertical > #place_order ~ a.button, .woocommerce-info .btn-group-vertical > a.button ~ a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button ~ .btn, .woocommerce-notices-wrapper .woocommerce-message .woocommerce-checkout .btn-group-vertical > a.button ~ #jsPayButton, .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button ~ #jsPayButton, .woocommerce-notices-wrapper .woocommerce-message .woocommerce-checkout .btn-group-vertical > a.button ~ #place_order, .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button ~ #place_order,
.woocommerce-notices-wrapper .woocommerce-message .woocommerce-view-order .btn-group-vertical > a.button ~ #place_order,
.woocommerce-view-order .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button ~ #place_order, .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn ~ a.button, .woocommerce-notices-wrapper .woocommerce-message .woocommerce-checkout .btn-group-vertical > #jsPayButton ~ a.button, .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > #jsPayButton ~ a.button, .woocommerce-notices-wrapper .woocommerce-message .woocommerce-checkout .btn-group-vertical > #place_order ~ a.button, .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > #place_order ~ a.button,
.woocommerce-notices-wrapper .woocommerce-message .woocommerce-view-order .btn-group-vertical > #place_order ~ a.button,
.woocommerce-view-order .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > #place_order ~ a.button, .woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > a.button ~ a.button,
.btn-group-vertical > .btn-group:not(:first-child) > .btn,
.woocommerce-checkout .btn-group-vertical > .btn-group:not(:first-child) > #jsPayButton,
.woocommerce-checkout .btn-group-vertical > .btn-group:not(:first-child) > #place_order,
.woocommerce-view-order .btn-group-vertical > .btn-group:not(:first-child) > #place_order,
.woocommerce-info .btn-group-vertical > .btn-group:not(:first-child) > a.button,
.woocommerce-notices-wrapper .woocommerce-message .btn-group-vertical > .btn-group:not(:first-child) > a.button {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  color: #063f88;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .nav-link {
    transition: none;
  }
}
.nav-link:hover, .nav-link:focus {
  color: #05326d;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

.nav-tabs {
  border-bottom: 1px solid #dee2e6;
}
.nav-tabs .nav-link {
  margin-bottom: -1px;
  background: none;
  border: 1px solid transparent;
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
  border-color: #e9ecef #e9ecef #dee2e6;
  isolation: isolate;
}
.nav-tabs .nav-link.disabled {
  color: #6c757d;
  background-color: transparent;
  border-color: transparent;
}
.nav-tabs .nav-link.active, .nav-tabs .woocommerce-MyAccount-navigation .nav-link.is-active, .woocommerce-MyAccount-navigation .nav-tabs .nav-link.is-active,
.nav-tabs .nav-item.show .nav-link {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
}
.nav-tabs .dropdown-menu {
  margin-top: -1px;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active, .nav-pills .woocommerce-MyAccount-navigation .nav-link.is-active, .woocommerce-MyAccount-navigation .nav-pills .nav-link.is-active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #063f88;
}

.nav-fill > .nav-link,
.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center;
}

.nav-justified > .nav-link,
.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center;
}

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%;
}

.tab-content > .tab-pane {
  display: none;
}
.tab-content > .active, .woocommerce-MyAccount-navigation .tab-content > .is-active {
  display: block;
}

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.navbar > .container,
.navbar > .container-fluid,
.single-customer-protocol-holder .navbar > .single-customer-protocol-header,
.single-customer-protocol-holder .navbar > .single-customer-protocol-content,
.treatment-protocol-popup-holder .navbar > .single-customer-protocol-header,
.treatment-protocol-popup-holder .navbar > .single-customer-protocol-content,
.navbar > .container-sm,
.navbar > .container-md,
.navbar > .container-lg,
.navbar > .container-xl,
.navbar > .container-xxl {
  display: flex;
  flex-wrap: inherit;
  align-items: center;
  justify-content: space-between;
}
.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 2.8rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .navbar-toggler {
    transition: none;
  }
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto;
}

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-sm .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-sm .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-sm .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-sm .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-sm .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-sm .navbar-toggler {
    display: none;
  }
  .navbar-expand-sm .offcanvas-header {
    display: none;
  }
  .navbar-expand-sm .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-sm .offcanvas-top,
  .navbar-expand-sm .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-sm .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-md .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-md .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-md .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-md .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-md .navbar-toggler {
    display: none;
  }
  .navbar-expand-md .offcanvas-header {
    display: none;
  }
  .navbar-expand-md .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-md .offcanvas-top,
  .navbar-expand-md .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-md .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-lg .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-lg .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-lg .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-lg .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-lg .navbar-toggler {
    display: none;
  }
  .navbar-expand-lg .offcanvas-header {
    display: none;
  }
  .navbar-expand-lg .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-lg .offcanvas-top,
  .navbar-expand-lg .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-lg .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xl .offcanvas-top,
  .navbar-expand-xl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start;
  }
  .navbar-expand-xxl .navbar-nav {
    flex-direction: row;
  }
  .navbar-expand-xxl .navbar-nav .dropdown-menu {
    position: absolute;
  }
  .navbar-expand-xxl .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }
  .navbar-expand-xxl .navbar-nav-scroll {
    overflow: visible;
  }
  .navbar-expand-xxl .navbar-collapse {
    display: flex !important;
    flex-basis: auto;
  }
  .navbar-expand-xxl .navbar-toggler {
    display: none;
  }
  .navbar-expand-xxl .offcanvas-header {
    display: none;
  }
  .navbar-expand-xxl .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    transition: none;
    transform: none;
  }
  .navbar-expand-xxl .offcanvas-top,
  .navbar-expand-xxl .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0;
  }
  .navbar-expand-xxl .offcanvas-body {
    display: flex;
    flex-grow: 0;
    padding: 0;
    overflow-y: visible;
  }
}
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start;
}
.navbar-expand .navbar-nav {
  flex-direction: row;
}
.navbar-expand .navbar-nav .dropdown-menu {
  position: absolute;
}
.navbar-expand .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}
.navbar-expand .offcanvas-header {
  display: none;
}
.navbar-expand .offcanvas {
  position: inherit;
  bottom: 0;
  z-index: 1000;
  flex-grow: 1;
  visibility: visible !important;
  background-color: transparent;
  border-right: 0;
  border-left: 0;
  transition: none;
  transform: none;
}
.navbar-expand .offcanvas-top,
.navbar-expand .offcanvas-bottom {
  height: auto;
  border-top: 0;
  border-bottom: 0;
}
.navbar-expand .offcanvas-body {
  display: flex;
  flex-grow: 0;
  padding: 0;
  overflow-y: visible;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(0, 0, 0, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .woocommerce-MyAccount-navigation .nav-link.is-active,
.woocommerce-MyAccount-navigation .navbar-light .navbar-nav .nav-link.is-active {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%280, 0, 0, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(0, 0, 0, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand {
  color: #fff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #fff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .woocommerce-MyAccount-navigation .nav-link.is-active,
.woocommerce-MyAccount-navigation .navbar-dark .navbar-nav .nav-link.is-active {
  color: #fff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #fff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0.25rem;
}
.card > hr {
  margin-right: 0;
  margin-left: 0;
}
.card > .list-group {
  border-top: inherit;
  border-bottom: inherit;
}
.card > .list-group:first-child {
  border-top-width: 0;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

.card-title {
  margin-bottom: 0.5rem;
}

.card-subtitle {
  margin-top: -0.25rem;
  margin-bottom: 0;
}

.card-text:last-child {
  margin-bottom: 0;
}

.card-link + .card-link {
  margin-left: 1rem;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(0, 0, 0, 0.03);
  border-bottom: 1px solid rgba(0, 0, 0, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(0, 0, 0, 0.03);
  border-top: 1px solid rgba(0, 0, 0, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

.card-header-tabs {
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
  margin-left: -0.5rem;
  border-bottom: 0;
}

.card-header-pills {
  margin-right: -0.5rem;
  margin-left: -0.5rem;
}

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-top,
.card-img-bottom {
  width: 100%;
}

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap;
  }
  .card-group > .card {
    flex: 1 0 0%;
    margin-bottom: 0;
  }
  .card-group > .card + .card {
    margin-left: 0;
    border-left: 0;
  }
  .card-group > .card:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-top,
  .card-group > .card:not(:last-child) .card-header {
    border-top-right-radius: 0;
  }
  .card-group > .card:not(:last-child) .card-img-bottom,
  .card-group > .card:not(:last-child) .card-footer {
    border-bottom-right-radius: 0;
  }
  .card-group > .card:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-top,
  .card-group > .card:not(:first-child) .card-header {
    border-top-left-radius: 0;
  }
  .card-group > .card:not(:first-child) .card-img-bottom,
  .card-group > .card:not(:first-child) .card-footer {
    border-bottom-left-radius: 0;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 2rem 0;
  font-size: 1rem;
  color: #414141;
  text-align: left;
  background-color: transparent;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button:not(.collapsed) {
  color: #05397a;
  background-color: transparent;
  box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
}
.accordion-button:not(.collapsed)::after {
  background-image: url("../images/arrow-up.svg");
  transform: rotate(0deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 3rem;
  height: 3rem;
  margin-left: auto;
  content: "";
  background-image: url("../images/arrow-down.svg");
  background-repeat: no-repeat;
  background-size: 3rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #839fc4;
  outline: 0;
  box-shadow: none;
}

.accordion-header {
  margin-bottom: 0;
}

.accordion-item {
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125);
}
.accordion-item:first-of-type {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.accordion-item:not(:first-of-type) {
  border-top: 0;
}
.accordion-item:last-of-type {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-body {
  padding: 1rem 0;
}

.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-item:first-child {
  border-top: 0;
}
.accordion-flush .accordion-item:last-child {
  border-bottom: 0;
}
.accordion-flush .accordion-item .accordion-button {
  border-radius: 0;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */;
}
.breadcrumb-item.active, .woocommerce-MyAccount-navigation .breadcrumb-item.is-active {
  color: #6c757d;
}

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
}

.page-link {
  position: relative;
  display: block;
  color: #063f88;
  text-decoration: none;
  background-color: #fff;
  border: 1px solid #dee2e6;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .page-link {
    transition: none;
  }
}
.page-link:hover {
  z-index: 2;
  color: #05326d;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #05326d;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(6, 63, 136, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link, .woocommerce-MyAccount-navigation .page-item.is-active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #063f88;
  border-color: #063f88;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #fff;
  border-color: #dee2e6;
}

.page-link {
  padding: 1rem 1.5rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge, .woocommerce-MyAccount-content .order-number, .woocommerce-MyAccount-content .order-date, .woocommerce-MyAccount-content .order-status, .woocommerce-checkout .cart-item__qty,
.woocommerce-view-order .cart-item__qty, .cart-contents-count {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty, .woocommerce-MyAccount-content .order-number:empty, .woocommerce-MyAccount-content .order-date:empty, .woocommerce-MyAccount-content .order-status:empty, .woocommerce-checkout .cart-item__qty:empty,
.woocommerce-view-order .cart-item__qty:empty, .cart-contents-count:empty {
  display: none;
}

.btn .badge, .btn .woocommerce-MyAccount-content .order-number, .woocommerce-MyAccount-content .btn .order-number, .btn .woocommerce-MyAccount-content .order-date, .woocommerce-MyAccount-content .btn .order-date, .btn .woocommerce-MyAccount-content .order-status, .woocommerce-MyAccount-content .btn .order-status, .woocommerce-checkout #jsPayButton .badge, .woocommerce-checkout #jsPayButton .woocommerce-MyAccount-content .order-number, .woocommerce-MyAccount-content .woocommerce-checkout #jsPayButton .order-number, .woocommerce-checkout #jsPayButton .woocommerce-MyAccount-content .order-date, .woocommerce-MyAccount-content .woocommerce-checkout #jsPayButton .order-date, .woocommerce-checkout #jsPayButton .woocommerce-MyAccount-content .order-status, .woocommerce-MyAccount-content .woocommerce-checkout #jsPayButton .order-status, .btn .woocommerce-checkout .cart-item__qty, .woocommerce-checkout .btn .cart-item__qty, .woocommerce-checkout #jsPayButton .cart-item__qty,
.btn .woocommerce-view-order .cart-item__qty,
.woocommerce-view-order .btn .cart-item__qty, .woocommerce-checkout #place_order .badge, .woocommerce-checkout #place_order .woocommerce-MyAccount-content .order-number, .woocommerce-MyAccount-content .woocommerce-checkout #place_order .order-number, .woocommerce-checkout #place_order .woocommerce-MyAccount-content .order-date, .woocommerce-MyAccount-content .woocommerce-checkout #place_order .order-date, .woocommerce-checkout #place_order .woocommerce-MyAccount-content .order-status, .woocommerce-MyAccount-content .woocommerce-checkout #place_order .order-status, .woocommerce-checkout #place_order .cart-item__qty,
.woocommerce-view-order #place_order .badge,
.woocommerce-view-order #place_order .woocommerce-MyAccount-content .order-number,
.woocommerce-MyAccount-content .woocommerce-view-order #place_order .order-number,
.woocommerce-view-order #place_order .woocommerce-MyAccount-content .order-date,
.woocommerce-MyAccount-content .woocommerce-view-order #place_order .order-date,
.woocommerce-view-order #place_order .woocommerce-MyAccount-content .order-status,
.woocommerce-MyAccount-content .woocommerce-view-order #place_order .order-status,
.woocommerce-view-order #place_order .cart-item__qty, .btn .cart-contents-count, .woocommerce-checkout #jsPayButton .cart-contents-count, .woocommerce-checkout #place_order .cart-contents-count,
.woocommerce-view-order #place_order .cart-contents-count, .woocommerce-info a.button .badge, .woocommerce-info a.button .woocommerce-MyAccount-content .order-number, .woocommerce-MyAccount-content .woocommerce-info a.button .order-number, .woocommerce-info a.button .woocommerce-MyAccount-content .order-date, .woocommerce-MyAccount-content .woocommerce-info a.button .order-date, .woocommerce-info a.button .woocommerce-MyAccount-content .order-status, .woocommerce-MyAccount-content .woocommerce-info a.button .order-status, .woocommerce-info a.button .woocommerce-checkout .cart-item__qty, .woocommerce-checkout .woocommerce-info a.button .cart-item__qty,
.woocommerce-info a.button .woocommerce-view-order .cart-item__qty,
.woocommerce-view-order .woocommerce-info a.button .cart-item__qty, .woocommerce-info a.button .cart-contents-count, .woocommerce-notices-wrapper .woocommerce-message a.button .badge, .woocommerce-notices-wrapper .woocommerce-message a.button .woocommerce-MyAccount-content .order-number, .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message a.button .order-number, .woocommerce-notices-wrapper .woocommerce-message a.button .woocommerce-MyAccount-content .order-date, .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message a.button .order-date, .woocommerce-notices-wrapper .woocommerce-message a.button .woocommerce-MyAccount-content .order-status, .woocommerce-MyAccount-content .woocommerce-notices-wrapper .woocommerce-message a.button .order-status, .woocommerce-notices-wrapper .woocommerce-message a.button .woocommerce-checkout .cart-item__qty, .woocommerce-checkout .woocommerce-notices-wrapper .woocommerce-message a.button .cart-item__qty,
.woocommerce-notices-wrapper .woocommerce-message a.button .woocommerce-view-order .cart-item__qty,
.woocommerce-view-order .woocommerce-notices-wrapper .woocommerce-message a.button .cart-item__qty, .woocommerce-notices-wrapper .woocommerce-message a.button .cart-contents-count {
  position: relative;
  top: -1px;
}

.alert, .woocommerce-info, .woocommerce-notices-wrapper .woocommerce-message {
  position: relative;
  padding: 1rem 1rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.alert-heading {
  color: inherit;
}

.alert-link {
  font-weight: 700;
}

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #042652;
  background-color: #cdd9e7;
  border-color: #b4c5db;
}
.alert-primary .alert-link {
  color: #031e42;
}

.alert-secondary {
  color: #8f271d;
  background-color: #fcd9d6;
  border-color: #fac6c1;
}
.alert-secondary .alert-link {
  color: #721f17;
}

.alert-success, .woocommerce-notices-wrapper .woocommerce-message {
  color: #0f5132;
  background-color: #d1e7dd;
  border-color: #badbcc;
}
.alert-success .alert-link, .woocommerce-notices-wrapper .woocommerce-message .alert-link {
  color: #0c4128;
}

.alert-info, .woocommerce-info {
  color: #055160;
  background-color: #cff4fc;
  border-color: #b6effb;
}
.alert-info .alert-link, .woocommerce-info .alert-link {
  color: #04414d;
}

.alert-warning {
  color: #664d03;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #523e02;
}

.alert-danger, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link, .woocommerce-notices-wrapper .woocommerce-message.woocommerce-error .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #4e4e4e;
  background-color: #f3f3f3;
  border-color: #ededed;
}
.alert-light .alert-link {
  color: #3e3e3e;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000'%3e%3cpath d='M.293.293a1 1 0 011.414 0L8 6.586 14.293.293a1 1 0 111.414 1.414L9.414 8l6.293 6.293a1 1 0 01-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 01-1.414-1.414L6.586 8 .293 1.707a1 1 0 010-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.25rem;
  opacity: 0.5;
}
.btn-close:hover {
  color: #000;
  text-decoration: none;
  opacity: 0.75;
}
.btn-close:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(6, 63, 136, 0.25);
  opacity: 1;
}
.btn-close:disabled, .btn-close.disabled {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  opacity: 0.25;
}

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%);
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1055;
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}
.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .modal-dialog {
    transition: none;
  }
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.modal-dialog-scrollable .modal-content {
  max-height: 100%;
  overflow: hidden;
}
.modal-dialog-scrollable .modal-body {
  overflow-y: auto;
}

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem);
}

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0.3rem;
  outline: 0;
}

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.modal-backdrop.fade {
  opacity: 0;
}
.modal-backdrop.show {
  opacity: 0.5;
}

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

.modal-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem;
}

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  flex-shrink: 0;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: calc(0.3rem - 1px);
  border-bottom-left-radius: calc(0.3rem - 1px);
}
.modal-footer > * {
  margin: 0.25rem;
}

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0;
}
.modal-fullscreen .modal-content {
  height: 100%;
  border: 0;
  border-radius: 0;
}
.modal-fullscreen .modal-header {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-sm-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-md-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-lg-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0;
  }
  .modal-fullscreen-xxl-down .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-header {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 1.2rem !important;
  word-wrap: break-word;
  opacity: 0;
}
.tooltip.show {
  opacity: 0.9;
}
.tooltip .tooltip-arrow {
  position: absolute;
  display: block;
  width: 2rem;
  height: 1rem;
}
.tooltip .tooltip-arrow::before {
  position: absolute;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-tooltip-top, .bs-tooltip-auto[data-popper-placement^=top] {
  padding: 1rem 0;
}
.bs-tooltip-top .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 1rem 1rem 0;
  border-top-color: #063f88;
}

.bs-tooltip-end, .bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 1rem;
}
.bs-tooltip-end .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 1rem;
  height: 2rem;
}
.bs-tooltip-end .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 1rem 1rem 1rem 0;
  border-right-color: #063f88;
}

.bs-tooltip-bottom, .bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 1rem 0;
}
.bs-tooltip-bottom .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 1rem 1rem;
  border-bottom-color: #063f88;
}

.bs-tooltip-start, .bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 1rem;
}
.bs-tooltip-start .tooltip-arrow, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 1rem;
  height: 2rem;
}
.bs-tooltip-start .tooltip-arrow::before, .bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 1rem 0 1rem 1rem;
  border-left-color: #063f88;
}

.tooltip-inner {
  max-width: 200px;
  padding: 1rem 1rem;
  color: #fff;
  text-align: center;
  background-color: #063f88;
  border-radius: 0.25rem;
}

@keyframes spinner-border {
  to {
    transform: rotate(360deg) /* rtl:ignore */;
  }
}
.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
}

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em;
}

@keyframes spinner-grow {
  0% {
    transform: scale(0);
  }
  50% {
    opacity: 1;
    transform: none;
  }
}
.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: -0.125em;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: 0.75s linear infinite spinner-grow;
}

.spinner-grow-sm {
  width: 1rem;
  height: 1rem;
}

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: flex;
  flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #fff;
  background-clip: padding-box;
  outline: 0;
  transition: transform 0.3s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .offcanvas {
    transition: none;
  }
}

.offcanvas-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000;
}
.offcanvas-backdrop.fade {
  opacity: 0;
}
.offcanvas-backdrop.show {
  opacity: 0.5;
}

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
}
.offcanvas-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin-top: -0.5rem;
  margin-right: -0.5rem;
  margin-bottom: -0.5rem;
}

.offcanvas-title {
  margin-bottom: 0;
  line-height: 1.5;
}

.offcanvas-body {
  flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto;
}

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(-100%);
}

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateX(100%);
}

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(-100%);
}

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  transform: translateY(100%);
}

.offcanvas.show {
  transform: none;
}

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5;
}
.placeholder.btn::before, .woocommerce-checkout .placeholder#jsPayButton::before, .woocommerce-checkout .placeholder#place_order::before,
.woocommerce-view-order .placeholder#place_order::before, .woocommerce-info a.placeholder.button::before, .woocommerce-notices-wrapper .woocommerce-message a.placeholder.button::before {
  display: inline-block;
  content: "";
}

.placeholder-xs {
  min-height: 0.6em;
}

.placeholder-sm {
  min-height: 0.8em;
}

.placeholder-lg {
  min-height: 1.2em;
}

.placeholder-glow .placeholder {
  animation: placeholder-glow 2s ease-in-out infinite;
}

@keyframes placeholder-glow {
  50% {
    opacity: 0.2;
  }
}
.placeholder-wave {
  -webkit-mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  mask-image: linear-gradient(130deg, #000 55%, rgba(0, 0, 0, 0.8) 75%, #000 95%);
  -webkit-mask-size: 200% 100%;
  mask-size: 200% 100%;
  animation: placeholder-wave 2s linear infinite;
}

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
    mask-position: -200% 0%;
  }
}
.clearfix::after {
  display: block;
  clear: both;
  content: "";
}

.link-primary {
  color: #063f88;
}
.link-primary:hover, .link-primary:focus {
  color: #05326d;
}

.link-secondary {
  color: #ef4130;
}
.link-secondary:hover, .link-secondary:focus {
  color: #f26759;
}

.link-success {
  color: #198754;
}
.link-success:hover, .link-success:focus {
  color: #146c43;
}

.link-info {
  color: #0dcaf0;
}
.link-info:hover, .link-info:focus {
  color: #3dd5f3;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #c4c4c4;
}
.link-light:hover, .link-light:focus {
  color: #d0d0d0;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

.ratio {
  position: relative;
  width: 100%;
}
.ratio::before {
  display: block;
  padding-top: var(--bs-aspect-ratio);
  content: "";
}
.ratio > * {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ratio-1x1 {
  --bs-aspect-ratio: 100%;
}

.ratio-4x3 {
  --bs-aspect-ratio: 75%;
}

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
}

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020;
}

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch;
}

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch;
}

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentColor;
  opacity: 0.25;
}

.align-baseline {
  vertical-align: baseline !important;
}

.align-top {
  vertical-align: top !important;
}

.align-middle {
  vertical-align: middle !important;
}

.align-bottom {
  vertical-align: bottom !important;
}

.align-text-bottom {
  vertical-align: text-bottom !important;
}

.align-text-top {
  vertical-align: text-top !important;
}

.float-start {
  float: left !important;
}

.float-end, .woocommerce-checkout #jsPayButton {
  float: right !important;
}

.float-none {
  float: none !important;
}

.opacity-0 {
  opacity: 0 !important;
}

.opacity-25 {
  opacity: 0.25 !important;
}

.opacity-50 {
  opacity: 0.5 !important;
}

.opacity-75 {
  opacity: 0.75 !important;
}

.opacity-100 {
  opacity: 1 !important;
}

.overflow-auto {
  overflow: auto !important;
}

.overflow-hidden {
  overflow: hidden !important;
}

.overflow-visible {
  overflow: visible !important;
}

.overflow-scroll {
  overflow: scroll !important;
}

.d-inline {
  display: inline !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-grid {
  display: grid !important;
}

.d-table {
  display: table !important;
}

.d-table-row {
  display: table-row !important;
}

.d-table-cell {
  display: table-cell !important;
}

.d-flex, .single-treatment-protocol #treatment .treatment-protocol-section > .header,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header, .checkout__login-link, .mini-cart-item__right {
  display: flex !important;
}

.d-inline-flex {
  display: inline-flex !important;
}

.d-none {
  display: none !important;
}

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important;
}

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important;
}

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important;
}

.shadow-none {
  box-shadow: none !important;
}

.position-static {
  position: static !important;
}

.position-relative {
  position: relative !important;
}

.position-absolute, .woocommerce-checkout .cart-item__qty,
.woocommerce-view-order .cart-item__qty, .cart-contents-count {
  position: absolute !important;
}

.position-fixed {
  position: fixed !important;
}

.position-sticky {
  position: sticky !important;
}

.top-0, .woocommerce-checkout .cart-item__qty,
.woocommerce-view-order .cart-item__qty, .cart-contents-count {
  top: 0 !important;
}

.top-50 {
  top: 50% !important;
}

.top-100 {
  top: 100% !important;
}

.bottom-0 {
  bottom: 0 !important;
}

.bottom-50 {
  bottom: 50% !important;
}

.bottom-100 {
  bottom: 100% !important;
}

.start-0 {
  left: 0 !important;
}

.start-50 {
  left: 50% !important;
}

.start-100, .woocommerce-checkout .cart-item__qty,
.woocommerce-view-order .cart-item__qty, .cart-contents-count {
  left: 100% !important;
}

.end-0 {
  right: 0 !important;
}

.end-50 {
  right: 50% !important;
}

.end-100 {
  right: 100% !important;
}

.translate-middle, .woocommerce-checkout .cart-item__qty,
.woocommerce-view-order .cart-item__qty, .cart-contents-count {
  transform: translate(-50%, -50%) !important;
}

.translate-middle-x {
  transform: translateX(-50%) !important;
}

.translate-middle-y {
  transform: translateY(-50%) !important;
}

.border {
  border: 1px solid #dee2e6 !important;
}

.border-0 {
  border: 0 !important;
}

.border-top {
  border-top: 1px solid #dee2e6 !important;
}

.border-top-0 {
  border-top: 0 !important;
}

.border-end {
  border-right: 1px solid #dee2e6 !important;
}

.border-end-0 {
  border-right: 0 !important;
}

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important;
}

.border-bottom-0 {
  border-bottom: 0 !important;
}

.border-start {
  border-left: 1px solid #dee2e6 !important;
}

.border-start-0 {
  border-left: 0 !important;
}

.border-primary {
  border-color: #063f88 !important;
}

.border-secondary {
  border-color: #ef4130 !important;
}

.border-success {
  border-color: #198754 !important;
}

.border-info {
  border-color: #0dcaf0 !important;
}

.border-warning {
  border-color: #ffc107 !important;
}

.border-danger {
  border-color: #dc3545 !important;
}

.border-light {
  border-color: #c4c4c4 !important;
}

.border-dark {
  border-color: #212529 !important;
}

.border-white {
  border-color: #fff !important;
}

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

.w-25 {
  width: 25% !important;
}

.w-50 {
  width: 50% !important;
}

.w-75 {
  width: 75% !important;
}

.w-100 {
  width: 100% !important;
}

.w-auto {
  width: auto !important;
}

.mw-100 {
  max-width: 100% !important;
}

.vw-100 {
  width: 100vw !important;
}

.min-vw-100 {
  min-width: 100vw !important;
}

.h-25 {
  height: 25% !important;
}

.h-50 {
  height: 50% !important;
}

.h-75 {
  height: 75% !important;
}

.h-100 {
  height: 100% !important;
}

.h-auto {
  height: auto !important;
}

.mh-100 {
  max-height: 100% !important;
}

.vh-100 {
  height: 100vh !important;
}

.min-vh-100 {
  min-height: 100vh !important;
}

.flex-fill {
  flex: 1 1 auto !important;
}

.flex-row {
  flex-direction: row !important;
}

.flex-column, .single-treatment-protocol #treatment .treatment-protocol-section > .header,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header, .mini-cart-item__right {
  flex-direction: column !important;
}

.flex-row-reverse {
  flex-direction: row-reverse !important;
}

.flex-column-reverse {
  flex-direction: column-reverse !important;
}

.flex-grow-0 {
  flex-grow: 0 !important;
}

.flex-grow-1 {
  flex-grow: 1 !important;
}

.flex-shrink-0 {
  flex-shrink: 0 !important;
}

.flex-shrink-1 {
  flex-shrink: 1 !important;
}

.flex-wrap {
  flex-wrap: wrap !important;
}

.flex-nowrap {
  flex-wrap: nowrap !important;
}

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important;
}

.gap-0 {
  gap: 0 !important;
}

.gap-1 {
  gap: 0.25rem !important;
}

.gap-2 {
  gap: 0.5rem !important;
}

.gap-3 {
  gap: 1rem !important;
}

.gap-4 {
  gap: 1.5rem !important;
}

.gap-5 {
  gap: 3rem !important;
}

.gap-6 {
  gap: 3.5rem !important;
}

.gap-7 {
  gap: 4rem !important;
}

.gap-8 {
  gap: 5rem !important;
}

.gap-9 {
  gap: 6rem !important;
}

.gap-10 {
  gap: 10rem !important;
}

.justify-content-start {
  justify-content: flex-start !important;
}

.justify-content-end {
  justify-content: flex-end !important;
}

.justify-content-center {
  justify-content: center !important;
}

.justify-content-between, .checkout__login-link, .mini-cart-item__right {
  justify-content: space-between !important;
}

.justify-content-around {
  justify-content: space-around !important;
}

.justify-content-evenly {
  justify-content: space-evenly !important;
}

.align-items-start {
  align-items: flex-start !important;
}

.align-items-end {
  align-items: flex-end !important;
}

.align-items-center, .single-treatment-protocol #treatment .treatment-protocol-section > .header,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header, .checkout__login-link {
  align-items: center !important;
}

.align-items-baseline {
  align-items: baseline !important;
}

.align-items-stretch {
  align-items: stretch !important;
}

.align-content-start {
  align-content: flex-start !important;
}

.align-content-end {
  align-content: flex-end !important;
}

.align-content-center {
  align-content: center !important;
}

.align-content-between {
  align-content: space-between !important;
}

.align-content-around {
  align-content: space-around !important;
}

.align-content-stretch {
  align-content: stretch !important;
}

.align-self-auto {
  align-self: auto !important;
}

.align-self-start {
  align-self: flex-start !important;
}

.align-self-end {
  align-self: flex-end !important;
}

.align-self-center {
  align-self: center !important;
}

.align-self-baseline {
  align-self: baseline !important;
}

.align-self-stretch {
  align-self: stretch !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-4 {
  order: 4 !important;
}

.order-5 {
  order: 5 !important;
}

.order-last {
  order: 6 !important;
}

.m-0 {
  margin: 0 !important;
}

.m-1 {
  margin: 0.25rem !important;
}

.m-2 {
  margin: 0.5rem !important;
}

.m-3 {
  margin: 1rem !important;
}

.m-4 {
  margin: 1.5rem !important;
}

.m-5 {
  margin: 3rem !important;
}

.m-6 {
  margin: 3.5rem !important;
}

.m-7 {
  margin: 4rem !important;
}

.m-8 {
  margin: 5rem !important;
}

.m-9 {
  margin: 6rem !important;
}

.m-10 {
  margin: 10rem !important;
}

.m-auto {
  margin: auto !important;
}

.mx-0 {
  margin-right: 0 !important;
  margin-left: 0 !important;
}

.mx-1 {
  margin-right: 0.25rem !important;
  margin-left: 0.25rem !important;
}

.mx-2 {
  margin-right: 0.5rem !important;
  margin-left: 0.5rem !important;
}

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important;
}

.mx-4 {
  margin-right: 1.5rem !important;
  margin-left: 1.5rem !important;
}

.mx-5 {
  margin-right: 3rem !important;
  margin-left: 3rem !important;
}

.mx-6 {
  margin-right: 3.5rem !important;
  margin-left: 3.5rem !important;
}

.mx-7 {
  margin-right: 4rem !important;
  margin-left: 4rem !important;
}

.mx-8 {
  margin-right: 5rem !important;
  margin-left: 5rem !important;
}

.mx-9 {
  margin-right: 6rem !important;
  margin-left: 6rem !important;
}

.mx-10 {
  margin-right: 10rem !important;
  margin-left: 10rem !important;
}

.mx-auto, .aligncenter {
  margin-right: auto !important;
  margin-left: auto !important;
}

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 0.25rem !important;
  margin-bottom: 0.25rem !important;
}

.my-2 {
  margin-top: 0.5rem !important;
  margin-bottom: 0.5rem !important;
}

.my-3 {
  margin-top: 1rem !important;
  margin-bottom: 1rem !important;
}

.my-4 {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important;
}

.my-5, .woocommerce-order .order-totals div, #ship-to-different-address, .woocommerce-checkout .woocommerce-checkout-review-order .cart_item,
.woocommerce-checkout .woocommerce-view-order .cart_item,
.woocommerce-view-order .woocommerce-checkout-review-order .cart_item,
.woocommerce-view-order .woocommerce-view-order .cart_item, .woocommerce-checkout h3, .woocommerce-checkout .h3,
.woocommerce-view-order h3,
.woocommerce-view-order .h3, .woocommerce-checkout .woocommerce-terms-and-conditions-wrapper,
.woocommerce-view-order .woocommerce-terms-and-conditions-wrapper {
  margin-top: 3rem !important;
  margin-bottom: 3rem !important;
}

.my-6 {
  margin-top: 3.5rem !important;
  margin-bottom: 3.5rem !important;
}

.my-7 {
  margin-top: 4rem !important;
  margin-bottom: 4rem !important;
}

.my-8 {
  margin-top: 5rem !important;
  margin-bottom: 5rem !important;
}

.my-9 {
  margin-top: 6rem !important;
  margin-bottom: 6rem !important;
}

.my-10 {
  margin-top: 10rem !important;
  margin-bottom: 10rem !important;
}

.my-auto {
  margin-top: auto !important;
  margin-bottom: auto !important;
}

.mt-0 {
  margin-top: 0 !important;
}

.mt-1 {
  margin-top: 0.25rem !important;
}

.mt-2 {
  margin-top: 0.5rem !important;
}

.mt-3, .product__title,
.swiper-product__title {
  margin-top: 1rem !important;
}

.mt-4, .woocommerce-order .order-totals, .woocommerce .variations_button.woocommerce-variation-add-to-cart, #cart_modal .quantity {
  margin-top: 1.5rem !important;
}

.mt-5, .woocommerce-checkout #jsPayButton {
  margin-top: 3rem !important;
}

.mt-6 {
  margin-top: 3.5rem !important;
}

.mt-7 {
  margin-top: 4rem !important;
}

.mt-8 {
  margin-top: 5rem !important;
}

.mt-9 {
  margin-top: 6rem !important;
}

.mt-10 {
  margin-top: 10rem !important;
}

.mt-auto {
  margin-top: auto !important;
}

.me-0 {
  margin-right: 0 !important;
}

.me-1 {
  margin-right: 0.25rem !important;
}

.me-2, .product .yith-wcwl-add-to-wishlist,
.swiper-product .yith-wcwl-add-to-wishlist {
  margin-right: 0.5rem !important;
}

.me-3 {
  margin-right: 1rem !important;
}

.me-4 {
  margin-right: 1.5rem !important;
}

.me-5, .woocommerce-order .order-totals__label {
  margin-right: 3rem !important;
}

.me-6 {
  margin-right: 3.5rem !important;
}

.me-7 {
  margin-right: 4rem !important;
}

.me-8 {
  margin-right: 5rem !important;
}

.me-9 {
  margin-right: 6rem !important;
}

.me-10 {
  margin-right: 10rem !important;
}

.me-auto {
  margin-right: auto !important;
}

.mb-0, .single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro p, .single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro ul,
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment p,
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment ul,
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes p,
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes ul,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro p,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro ul,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment p,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment ul,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes p,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes ul, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro p, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro ul,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment p,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment ul,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes p,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes ul,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro p,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro ul,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment p,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment ul,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes p,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes ul,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro p,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro ul,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment p,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment ul,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes p,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro p,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment p,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes p,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes ul,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro p,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro ul,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment p,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment ul,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes p,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro p,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment p,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes p,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes ul,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro p,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro ul,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment p,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment ul,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes p,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro p,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment p,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes p,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes ul {
  margin-bottom: 0 !important;
}

.mb-1 {
  margin-bottom: 0.25rem !important;
}

.mb-2 {
  margin-bottom: 0.5rem !important;
}

.mb-3, .cta-news__items__title {
  margin-bottom: 1rem !important;
}

.mb-4, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-section-headline, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-section-headline,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-section-headline,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-section-headline,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-section-headline, .news-tile.large {
  margin-bottom: 1.5rem !important;
}

.mb-5, .woocommerce-order .order-details__item, .cta-news__items__wrap, .cta-news__title, .news-ind__item, .news-grid-row .news-tile {
  margin-bottom: 3rem !important;
}

.mb-6 {
  margin-bottom: 3.5rem !important;
}

.mb-7 {
  margin-bottom: 4rem !important;
}

.mb-8 {
  margin-bottom: 5rem !important;
}

.mb-9 {
  margin-bottom: 6rem !important;
}

.mb-10 {
  margin-bottom: 10rem !important;
}

.mb-auto {
  margin-bottom: auto !important;
}

.ms-0 {
  margin-left: 0 !important;
}

.ms-1 {
  margin-left: 0.25rem !important;
}

.ms-2 {
  margin-left: 0.5rem !important;
}

.ms-3 {
  margin-left: 1rem !important;
}

.ms-4 {
  margin-left: 1.5rem !important;
}

.ms-5 {
  margin-left: 3rem !important;
}

.ms-6 {
  margin-left: 3.5rem !important;
}

.ms-7 {
  margin-left: 4rem !important;
}

.ms-8 {
  margin-left: 5rem !important;
}

.ms-9 {
  margin-left: 6rem !important;
}

.ms-10 {
  margin-left: 10rem !important;
}

.ms-auto {
  margin-left: auto !important;
}

.m-n1 {
  margin: -0.25rem !important;
}

.m-n2 {
  margin: -0.5rem !important;
}

.m-n3 {
  margin: -1rem !important;
}

.m-n4 {
  margin: -1.5rem !important;
}

.m-n5 {
  margin: -3rem !important;
}

.mx-n1 {
  margin-right: -0.25rem !important;
  margin-left: -0.25rem !important;
}

.mx-n2 {
  margin-right: -0.5rem !important;
  margin-left: -0.5rem !important;
}

.mx-n3 {
  margin-right: -1rem !important;
  margin-left: -1rem !important;
}

.mx-n4 {
  margin-right: -1.5rem !important;
  margin-left: -1.5rem !important;
}

.mx-n5 {
  margin-right: -3rem !important;
  margin-left: -3rem !important;
}

.my-n1 {
  margin-top: -0.25rem !important;
  margin-bottom: -0.25rem !important;
}

.my-n2 {
  margin-top: -0.5rem !important;
  margin-bottom: -0.5rem !important;
}

.my-n3 {
  margin-top: -1rem !important;
  margin-bottom: -1rem !important;
}

.my-n4 {
  margin-top: -1.5rem !important;
  margin-bottom: -1.5rem !important;
}

.my-n5 {
  margin-top: -3rem !important;
  margin-bottom: -3rem !important;
}

.mt-n1 {
  margin-top: -0.25rem !important;
}

.mt-n2 {
  margin-top: -0.5rem !important;
}

.mt-n3 {
  margin-top: -1rem !important;
}

.mt-n4 {
  margin-top: -1.5rem !important;
}

.mt-n5 {
  margin-top: -3rem !important;
}

.me-n1 {
  margin-right: -0.25rem !important;
}

.me-n2 {
  margin-right: -0.5rem !important;
}

.me-n3 {
  margin-right: -1rem !important;
}

.me-n4 {
  margin-right: -1.5rem !important;
}

.me-n5 {
  margin-right: -3rem !important;
}

.mb-n1 {
  margin-bottom: -0.25rem !important;
}

.mb-n2 {
  margin-bottom: -0.5rem !important;
}

.mb-n3 {
  margin-bottom: -1rem !important;
}

.mb-n4 {
  margin-bottom: -1.5rem !important;
}

.mb-n5 {
  margin-bottom: -3rem !important;
}

.ms-n1 {
  margin-left: -0.25rem !important;
}

.ms-n2 {
  margin-left: -0.5rem !important;
}

.ms-n3 {
  margin-left: -1rem !important;
}

.ms-n4 {
  margin-left: -1.5rem !important;
}

.ms-n5 {
  margin-left: -3rem !important;
}

.p-0, .single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content, .protocols-template .top-bar .navbar {
  padding: 0 !important;
}

.p-1 {
  padding: 0.25rem !important;
}

.p-2 {
  padding: 0.5rem !important;
}

.p-3 {
  padding: 1rem !important;
}

.p-4, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section, .single-complaint .single-complaint-holder .complaint-body .complaint-description-holder .complaint-description, .single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title, .single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes, .single-treatment-protocol #treatment .treatment-protocol-section > .content,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content, .single-treatment-protocol #treatment .treatment-protocol-section > .header,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-description-holder .complaint-description,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-description-holder .complaint-description,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-description-holder .complaint-description,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-description-holder .complaint-description, .news-ind__item--bg, .news-grid-row .news-tile .news-tile-content {
  padding: 1.5rem !important;
}

.p-5, .woocommerce-checkout .checkout-total-wrap,
.woocommerce-checkout .checkout-subtotal-wrap,
.woocommerce-view-order .checkout-total-wrap,
.woocommerce-view-order .checkout-subtotal-wrap, .cta-banner {
  padding: 3rem !important;
}

.p-6 {
  padding: 3.5rem !important;
}

.p-7 {
  padding: 4rem !important;
}

.p-8 {
  padding: 5rem !important;
}

.p-9 {
  padding: 6rem !important;
}

.p-10 {
  padding: 10rem !important;
}

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important;
}

.px-1 {
  padding-right: 0.25rem !important;
  padding-left: 0.25rem !important;
}

.px-2 {
  padding-right: 0.5rem !important;
  padding-left: 0.5rem !important;
}

.px-3 {
  padding-right: 1rem !important;
  padding-left: 1rem !important;
}

.px-4 {
  padding-right: 1.5rem !important;
  padding-left: 1.5rem !important;
}

.px-5 {
  padding-right: 3rem !important;
  padding-left: 3rem !important;
}

.px-6 {
  padding-right: 3.5rem !important;
  padding-left: 3.5rem !important;
}

.px-7 {
  padding-right: 4rem !important;
  padding-left: 4rem !important;
}

.px-8 {
  padding-right: 5rem !important;
  padding-left: 5rem !important;
}

.px-9 {
  padding-right: 6rem !important;
  padding-left: 6rem !important;
}

.px-10 {
  padding-right: 10rem !important;
  padding-left: 10rem !important;
}

.py-0, .protocols-template .top-bar .navbar a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}

.py-1 {
  padding-top: 0.25rem !important;
  padding-bottom: 0.25rem !important;
}

.py-2 {
  padding-top: 0.5rem !important;
  padding-bottom: 0.5rem !important;
}

.py-3, .single-customer-protocol-holder .single-customer-protocol-header,
.single-customer-protocol-holder .single-customer-protocol-content,
.treatment-protocol-popup-holder .single-customer-protocol-header,
.treatment-protocol-popup-holder .single-customer-protocol-content, .protocols-template .top-bar,
.protocols-template .branding,
.protocols-template .footer-widgets,
.protocols-template .bottom-bar {
  padding-top: 1rem !important;
  padding-bottom: 1rem !important;
}

.py-4, .single-treatment-protocol #treatment .single-treatment-protocol-header .treatment-version-info,
.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info, .single-treatment-protocol #treatment .single-treatment-protocol-header .heading,
.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .heading, .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .treatment-version-info,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .treatment-version-info,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .treatment-version-info,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .treatment-version-info,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info, .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .heading,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .heading,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .heading {
  padding-top: 1.5rem !important;
  padding-bottom: 1.5rem !important;
}

.py-5, .protocols-template .footer-widgets {
  padding-top: 3rem !important;
  padding-bottom: 3rem !important;
}

.py-6 {
  padding-top: 3.5rem !important;
  padding-bottom: 3.5rem !important;
}

.py-7 {
  padding-top: 4rem !important;
  padding-bottom: 4rem !important;
}

.py-8 {
  padding-top: 5rem !important;
  padding-bottom: 5rem !important;
}

.py-9 {
  padding-top: 6rem !important;
  padding-bottom: 6rem !important;
}

.py-10, .hero {
  padding-top: 10rem !important;
  padding-bottom: 10rem !important;
}

.pt-0 {
  padding-top: 0 !important;
}

.pt-1 {
  padding-top: 0.25rem !important;
}

.pt-2 {
  padding-top: 0.5rem !important;
}

.pt-3 {
  padding-top: 1rem !important;
}

.pt-4, .single-complaint .single-complaint-holder .complaint-header, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-header,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-header {
  padding-top: 1.5rem !important;
}

.pt-5, .protocols-template .branding, .feature-products {
  padding-top: 3rem !important;
}

.pt-6 {
  padding-top: 3.5rem !important;
}

.pt-7 {
  padding-top: 4rem !important;
}

.pt-8, .woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
  padding-top: 5rem !important;
}

.pt-9 {
  padding-top: 6rem !important;
}

.pt-10 {
  padding-top: 10rem !important;
}

.pe-0 {
  padding-right: 0 !important;
}

.pe-1 {
  padding-right: 0.25rem !important;
}

.pe-2 {
  padding-right: 0.5rem !important;
}

.pe-3 {
  padding-right: 1rem !important;
}

.pe-4, .single-treatment-protocol #treatment .single-treatment-protocol-header .heading,
.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .heading, .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .heading,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .heading,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .heading {
  padding-right: 1.5rem !important;
}

.pe-5 {
  padding-right: 3rem !important;
}

.pe-6 {
  padding-right: 3.5rem !important;
}

.pe-7 {
  padding-right: 4rem !important;
}

.pe-8 {
  padding-right: 5rem !important;
}

.pe-9 {
  padding-right: 6rem !important;
}

.pe-10 {
  padding-right: 10rem !important;
}

.pb-0 {
  padding-bottom: 0 !important;
}

.pb-1 {
  padding-bottom: 0.25rem !important;
}

.pb-2 {
  padding-bottom: 0.5rem !important;
}

.pb-3 {
  padding-bottom: 1rem !important;
}

.pb-4 {
  padding-bottom: 1.5rem !important;
}

.pb-5, .single-customer-protocol-holder .single-customer-protocol-header,
.treatment-protocol-popup-holder .single-customer-protocol-header, .feature-products {
  padding-bottom: 3rem !important;
}

.pb-6 {
  padding-bottom: 3.5rem !important;
}

.pb-7 {
  padding-bottom: 4rem !important;
}

.pb-8 {
  padding-bottom: 5rem !important;
}

.pb-9 {
  padding-bottom: 6rem !important;
}

.pb-10 {
  padding-bottom: 10rem !important;
}

.ps-0 {
  padding-left: 0 !important;
}

.ps-1 {
  padding-left: 0.25rem !important;
}

.ps-2 {
  padding-left: 0.5rem !important;
}

.ps-3 {
  padding-left: 1rem !important;
}

.ps-4, .single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment, .single-treatment-protocol #treatment .single-treatment-protocol-header .treatment-version-info,
.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment, .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .treatment-version-info,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .treatment-version-info,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .treatment-version-info,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .treatment-version-info,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info {
  padding-left: 1.5rem !important;
}

.ps-5 {
  padding-left: 3rem !important;
}

.ps-6 {
  padding-left: 3.5rem !important;
}

.ps-7 {
  padding-left: 4rem !important;
}

.ps-8 {
  padding-left: 5rem !important;
}

.ps-9 {
  padding-left: 6rem !important;
}

.ps-10 {
  padding-left: 10rem !important;
}

.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important;
}

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important;
}

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important;
}

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important;
}

.fs-5 {
  font-size: 1.25rem !important;
}

.fs-6 {
  font-size: 1rem !important;
}

.fst-italic {
  font-style: italic !important;
}

.fst-normal {
  font-style: normal !important;
}

.fw-light {
  font-weight: 300 !important;
}

.fw-lighter {
  font-weight: lighter !important;
}

.fw-normal, .cta-news__items__title {
  font-weight: 400 !important;
}

.fw-bold {
  font-weight: 500 !important;
}

.fw-bolder {
  font-weight: bolder !important;
}

.lh-1 {
  line-height: 1 !important;
}

.lh-sm {
  line-height: 1.25 !important;
}

.lh-base {
  line-height: 1.5 !important;
}

.lh-lg {
  line-height: 2 !important;
}

.text-start {
  text-align: left !important;
}

.text-end {
  text-align: right !important;
}

.text-center {
  text-align: center !important;
}

.text-decoration-none {
  text-decoration: none !important;
}

.text-decoration-underline {
  text-decoration: underline !important;
}

.text-decoration-line-through {
  text-decoration: line-through !important;
}

.text-lowercase {
  text-transform: lowercase !important;
}

.text-uppercase, .cta-news__items__title {
  text-transform: uppercase !important;
}

.text-capitalize {
  text-transform: capitalize !important;
}

.text-wrap {
  white-space: normal !important;
}

.text-nowrap {
  white-space: nowrap !important;
}

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important;
}

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important;
}

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important;
}

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important;
}

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important;
}

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important;
}

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important;
}

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important;
}

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important;
}

.text-white, .sidebar-nav .accordion-item.highlight a, .cta-banner {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important;
}

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important;
}

.text-muted, .mini-cart-modal__delivery {
  --bs-text-opacity: 1;
  color: #6c757d !important;
}

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(0, 0, 0, 0.5) !important;
}

.text-white-50 {
  --bs-text-opacity: 1;
  color: rgba(255, 255, 255, 0.5) !important;
}

.text-reset {
  --bs-text-opacity: 1;
  color: inherit !important;
}

.text-opacity-25 {
  --bs-text-opacity: 0.25;
}

.text-opacity-50 {
  --bs-text-opacity: 0.5;
}

.text-opacity-75 {
  --bs-text-opacity: 0.75;
}

.text-opacity-100 {
  --bs-text-opacity: 1;
}

.bg-primary, .woocommerce-MyAccount-content .order-number, .woocommerce-MyAccount-content .order-date, .woocommerce-MyAccount-content .order-status, .woocommerce-checkout #main-nav, .sidebar-nav .accordion-item.active .sidebar-item.active, .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active .sidebar-item.active, .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active .sidebar-item.active, .sidebar-nav .accordion-item.active .woocommerce-MyAccount-navigation .sidebar-item.is-active, .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.active .sidebar-item.is-active, .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active .sidebar-item.is-active, .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active .sidebar-item.is-active, .sidebar-nav .accordion-item.highlight {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-secondary, .cart-contents-count {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important;
}

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important;
}

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important;
}

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important;
}

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important;
}

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important;
}

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important;
}

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important;
}

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important;
}

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important;
}

.bg-transparent {
  --bs-bg-opacity: 1;
  background-color: transparent !important;
}

.bg-opacity-10 {
  --bs-bg-opacity: 0.1;
}

.bg-opacity-25 {
  --bs-bg-opacity: 0.25;
}

.bg-opacity-50 {
  --bs-bg-opacity: 0.5;
}

.bg-opacity-75 {
  --bs-bg-opacity: 0.75;
}

.bg-opacity-100 {
  --bs-bg-opacity: 1;
}

.bg-gradient {
  background-image: var(--bs-gradient) !important;
}

.user-select-all {
  -webkit-user-select: all !important;
  -moz-user-select: all !important;
  user-select: all !important;
}

.user-select-auto {
  -webkit-user-select: auto !important;
  -moz-user-select: auto !important;
  user-select: auto !important;
}

.user-select-none {
  -webkit-user-select: none !important;
  -moz-user-select: none !important;
  user-select: none !important;
}

.pe-none {
  pointer-events: none !important;
}

.pe-auto {
  pointer-events: auto !important;
}

.rounded {
  border-radius: 0.25rem !important;
}

.rounded-0 {
  border-radius: 0 !important;
}

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

.rounded-circle, .woocommerce-checkout .cart-item__qty,
.woocommerce-view-order .cart-item__qty, .cart-contents-count {
  border-radius: 50% !important;
}

.rounded-pill {
  border-radius: 50rem !important;
}

.rounded-top {
  border-top-left-radius: 0.25rem !important;
  border-top-right-radius: 0.25rem !important;
}

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

.rounded-bottom {
  border-bottom-right-radius: 0.25rem !important;
  border-bottom-left-radius: 0.25rem !important;
}

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

@media (min-width: 576px) {
  .float-sm-start {
    float: left !important;
  }
  .float-sm-end {
    float: right !important;
  }
  .float-sm-none {
    float: none !important;
  }
  .d-sm-inline {
    display: inline !important;
  }
  .d-sm-inline-block {
    display: inline-block !important;
  }
  .d-sm-block {
    display: block !important;
  }
  .d-sm-grid {
    display: grid !important;
  }
  .d-sm-table {
    display: table !important;
  }
  .d-sm-table-row {
    display: table-row !important;
  }
  .d-sm-table-cell {
    display: table-cell !important;
  }
  .d-sm-flex {
    display: flex !important;
  }
  .d-sm-inline-flex {
    display: inline-flex !important;
  }
  .d-sm-none {
    display: none !important;
  }
  .flex-sm-fill {
    flex: 1 1 auto !important;
  }
  .flex-sm-row {
    flex-direction: row !important;
  }
  .flex-sm-column {
    flex-direction: column !important;
  }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-sm-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-sm-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-sm-wrap {
    flex-wrap: wrap !important;
  }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-sm-0 {
    gap: 0 !important;
  }
  .gap-sm-1 {
    gap: 0.25rem !important;
  }
  .gap-sm-2 {
    gap: 0.5rem !important;
  }
  .gap-sm-3 {
    gap: 1rem !important;
  }
  .gap-sm-4 {
    gap: 1.5rem !important;
  }
  .gap-sm-5 {
    gap: 3rem !important;
  }
  .gap-sm-6 {
    gap: 3.5rem !important;
  }
  .gap-sm-7 {
    gap: 4rem !important;
  }
  .gap-sm-8 {
    gap: 5rem !important;
  }
  .gap-sm-9 {
    gap: 6rem !important;
  }
  .gap-sm-10 {
    gap: 10rem !important;
  }
  .justify-content-sm-start {
    justify-content: flex-start !important;
  }
  .justify-content-sm-end {
    justify-content: flex-end !important;
  }
  .justify-content-sm-center {
    justify-content: center !important;
  }
  .justify-content-sm-between {
    justify-content: space-between !important;
  }
  .justify-content-sm-around {
    justify-content: space-around !important;
  }
  .justify-content-sm-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-sm-start {
    align-items: flex-start !important;
  }
  .align-items-sm-end {
    align-items: flex-end !important;
  }
  .align-items-sm-center {
    align-items: center !important;
  }
  .align-items-sm-baseline {
    align-items: baseline !important;
  }
  .align-items-sm-stretch {
    align-items: stretch !important;
  }
  .align-content-sm-start {
    align-content: flex-start !important;
  }
  .align-content-sm-end {
    align-content: flex-end !important;
  }
  .align-content-sm-center {
    align-content: center !important;
  }
  .align-content-sm-between {
    align-content: space-between !important;
  }
  .align-content-sm-around {
    align-content: space-around !important;
  }
  .align-content-sm-stretch {
    align-content: stretch !important;
  }
  .align-self-sm-auto {
    align-self: auto !important;
  }
  .align-self-sm-start {
    align-self: flex-start !important;
  }
  .align-self-sm-end {
    align-self: flex-end !important;
  }
  .align-self-sm-center {
    align-self: center !important;
  }
  .align-self-sm-baseline {
    align-self: baseline !important;
  }
  .align-self-sm-stretch {
    align-self: stretch !important;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-4 {
    order: 4 !important;
  }
  .order-sm-5 {
    order: 5 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
  .m-sm-0 {
    margin: 0 !important;
  }
  .m-sm-1 {
    margin: 0.25rem !important;
  }
  .m-sm-2 {
    margin: 0.5rem !important;
  }
  .m-sm-3 {
    margin: 1rem !important;
  }
  .m-sm-4 {
    margin: 1.5rem !important;
  }
  .m-sm-5 {
    margin: 3rem !important;
  }
  .m-sm-6 {
    margin: 3.5rem !important;
  }
  .m-sm-7 {
    margin: 4rem !important;
  }
  .m-sm-8 {
    margin: 5rem !important;
  }
  .m-sm-9 {
    margin: 6rem !important;
  }
  .m-sm-10 {
    margin: 10rem !important;
  }
  .m-sm-auto {
    margin: auto !important;
  }
  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-sm-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-sm-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-sm-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-sm-9 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-sm-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-sm-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-sm-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-sm-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-sm-9 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-sm-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-sm-0 {
    margin-top: 0 !important;
  }
  .mt-sm-1 {
    margin-top: 0.25rem !important;
  }
  .mt-sm-2 {
    margin-top: 0.5rem !important;
  }
  .mt-sm-3 {
    margin-top: 1rem !important;
  }
  .mt-sm-4 {
    margin-top: 1.5rem !important;
  }
  .mt-sm-5 {
    margin-top: 3rem !important;
  }
  .mt-sm-6 {
    margin-top: 3.5rem !important;
  }
  .mt-sm-7 {
    margin-top: 4rem !important;
  }
  .mt-sm-8 {
    margin-top: 5rem !important;
  }
  .mt-sm-9 {
    margin-top: 6rem !important;
  }
  .mt-sm-10 {
    margin-top: 10rem !important;
  }
  .mt-sm-auto {
    margin-top: auto !important;
  }
  .me-sm-0 {
    margin-right: 0 !important;
  }
  .me-sm-1 {
    margin-right: 0.25rem !important;
  }
  .me-sm-2 {
    margin-right: 0.5rem !important;
  }
  .me-sm-3 {
    margin-right: 1rem !important;
  }
  .me-sm-4 {
    margin-right: 1.5rem !important;
  }
  .me-sm-5 {
    margin-right: 3rem !important;
  }
  .me-sm-6 {
    margin-right: 3.5rem !important;
  }
  .me-sm-7 {
    margin-right: 4rem !important;
  }
  .me-sm-8 {
    margin-right: 5rem !important;
  }
  .me-sm-9 {
    margin-right: 6rem !important;
  }
  .me-sm-10 {
    margin-right: 10rem !important;
  }
  .me-sm-auto {
    margin-right: auto !important;
  }
  .mb-sm-0 {
    margin-bottom: 0 !important;
  }
  .mb-sm-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-sm-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-sm-3 {
    margin-bottom: 1rem !important;
  }
  .mb-sm-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-sm-5 {
    margin-bottom: 3rem !important;
  }
  .mb-sm-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-sm-7 {
    margin-bottom: 4rem !important;
  }
  .mb-sm-8 {
    margin-bottom: 5rem !important;
  }
  .mb-sm-9 {
    margin-bottom: 6rem !important;
  }
  .mb-sm-10 {
    margin-bottom: 10rem !important;
  }
  .mb-sm-auto {
    margin-bottom: auto !important;
  }
  .ms-sm-0 {
    margin-left: 0 !important;
  }
  .ms-sm-1 {
    margin-left: 0.25rem !important;
  }
  .ms-sm-2 {
    margin-left: 0.5rem !important;
  }
  .ms-sm-3 {
    margin-left: 1rem !important;
  }
  .ms-sm-4 {
    margin-left: 1.5rem !important;
  }
  .ms-sm-5 {
    margin-left: 3rem !important;
  }
  .ms-sm-6 {
    margin-left: 3.5rem !important;
  }
  .ms-sm-7 {
    margin-left: 4rem !important;
  }
  .ms-sm-8 {
    margin-left: 5rem !important;
  }
  .ms-sm-9 {
    margin-left: 6rem !important;
  }
  .ms-sm-10 {
    margin-left: 10rem !important;
  }
  .ms-sm-auto {
    margin-left: auto !important;
  }
  .m-sm-n1 {
    margin: -0.25rem !important;
  }
  .m-sm-n2 {
    margin: -0.5rem !important;
  }
  .m-sm-n3 {
    margin: -1rem !important;
  }
  .m-sm-n4 {
    margin: -1.5rem !important;
  }
  .m-sm-n5 {
    margin: -3rem !important;
  }
  .mx-sm-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-sm-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-sm-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-sm-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-sm-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-sm-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-sm-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-sm-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-sm-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-sm-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-sm-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-sm-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-sm-n3 {
    margin-top: -1rem !important;
  }
  .mt-sm-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-sm-n5 {
    margin-top: -3rem !important;
  }
  .me-sm-n1 {
    margin-right: -0.25rem !important;
  }
  .me-sm-n2 {
    margin-right: -0.5rem !important;
  }
  .me-sm-n3 {
    margin-right: -1rem !important;
  }
  .me-sm-n4 {
    margin-right: -1.5rem !important;
  }
  .me-sm-n5 {
    margin-right: -3rem !important;
  }
  .mb-sm-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-sm-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-sm-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-sm-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-sm-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-sm-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-sm-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-sm-n3 {
    margin-left: -1rem !important;
  }
  .ms-sm-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-sm-n5 {
    margin-left: -3rem !important;
  }
  .p-sm-0 {
    padding: 0 !important;
  }
  .p-sm-1 {
    padding: 0.25rem !important;
  }
  .p-sm-2 {
    padding: 0.5rem !important;
  }
  .p-sm-3 {
    padding: 1rem !important;
  }
  .p-sm-4 {
    padding: 1.5rem !important;
  }
  .p-sm-5 {
    padding: 3rem !important;
  }
  .p-sm-6 {
    padding: 3.5rem !important;
  }
  .p-sm-7 {
    padding: 4rem !important;
  }
  .p-sm-8 {
    padding: 5rem !important;
  }
  .p-sm-9 {
    padding: 6rem !important;
  }
  .p-sm-10 {
    padding: 10rem !important;
  }
  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-sm-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-sm-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-sm-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-sm-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-sm-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-sm-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-sm-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-sm-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-sm-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-sm-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-sm-0 {
    padding-top: 0 !important;
  }
  .pt-sm-1 {
    padding-top: 0.25rem !important;
  }
  .pt-sm-2 {
    padding-top: 0.5rem !important;
  }
  .pt-sm-3 {
    padding-top: 1rem !important;
  }
  .pt-sm-4 {
    padding-top: 1.5rem !important;
  }
  .pt-sm-5 {
    padding-top: 3rem !important;
  }
  .pt-sm-6 {
    padding-top: 3.5rem !important;
  }
  .pt-sm-7 {
    padding-top: 4rem !important;
  }
  .pt-sm-8 {
    padding-top: 5rem !important;
  }
  .pt-sm-9 {
    padding-top: 6rem !important;
  }
  .pt-sm-10 {
    padding-top: 10rem !important;
  }
  .pe-sm-0 {
    padding-right: 0 !important;
  }
  .pe-sm-1 {
    padding-right: 0.25rem !important;
  }
  .pe-sm-2 {
    padding-right: 0.5rem !important;
  }
  .pe-sm-3 {
    padding-right: 1rem !important;
  }
  .pe-sm-4 {
    padding-right: 1.5rem !important;
  }
  .pe-sm-5 {
    padding-right: 3rem !important;
  }
  .pe-sm-6 {
    padding-right: 3.5rem !important;
  }
  .pe-sm-7 {
    padding-right: 4rem !important;
  }
  .pe-sm-8 {
    padding-right: 5rem !important;
  }
  .pe-sm-9 {
    padding-right: 6rem !important;
  }
  .pe-sm-10 {
    padding-right: 10rem !important;
  }
  .pb-sm-0 {
    padding-bottom: 0 !important;
  }
  .pb-sm-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-sm-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-sm-3 {
    padding-bottom: 1rem !important;
  }
  .pb-sm-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-sm-5 {
    padding-bottom: 3rem !important;
  }
  .pb-sm-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-sm-7 {
    padding-bottom: 4rem !important;
  }
  .pb-sm-8 {
    padding-bottom: 5rem !important;
  }
  .pb-sm-9 {
    padding-bottom: 6rem !important;
  }
  .pb-sm-10 {
    padding-bottom: 10rem !important;
  }
  .ps-sm-0 {
    padding-left: 0 !important;
  }
  .ps-sm-1 {
    padding-left: 0.25rem !important;
  }
  .ps-sm-2 {
    padding-left: 0.5rem !important;
  }
  .ps-sm-3 {
    padding-left: 1rem !important;
  }
  .ps-sm-4 {
    padding-left: 1.5rem !important;
  }
  .ps-sm-5 {
    padding-left: 3rem !important;
  }
  .ps-sm-6 {
    padding-left: 3.5rem !important;
  }
  .ps-sm-7 {
    padding-left: 4rem !important;
  }
  .ps-sm-8 {
    padding-left: 5rem !important;
  }
  .ps-sm-9 {
    padding-left: 6rem !important;
  }
  .ps-sm-10 {
    padding-left: 10rem !important;
  }
  .text-sm-start {
    text-align: left !important;
  }
  .text-sm-end {
    text-align: right !important;
  }
  .text-sm-center {
    text-align: center !important;
  }
}
@media (min-width: 768px) {
  .float-md-start {
    float: left !important;
  }
  .float-md-end {
    float: right !important;
  }
  .float-md-none {
    float: none !important;
  }
  .d-md-inline {
    display: inline !important;
  }
  .d-md-inline-block {
    display: inline-block !important;
  }
  .d-md-block {
    display: block !important;
  }
  .d-md-grid {
    display: grid !important;
  }
  .d-md-table {
    display: table !important;
  }
  .d-md-table-row {
    display: table-row !important;
  }
  .d-md-table-cell {
    display: table-cell !important;
  }
  .d-md-flex {
    display: flex !important;
  }
  .d-md-inline-flex {
    display: inline-flex !important;
  }
  .d-md-none {
    display: none !important;
  }
  .flex-md-fill {
    flex: 1 1 auto !important;
  }
  .flex-md-row {
    flex-direction: row !important;
  }
  .flex-md-column {
    flex-direction: column !important;
  }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-md-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-md-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-md-wrap {
    flex-wrap: wrap !important;
  }
  .flex-md-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-md-0 {
    gap: 0 !important;
  }
  .gap-md-1 {
    gap: 0.25rem !important;
  }
  .gap-md-2 {
    gap: 0.5rem !important;
  }
  .gap-md-3 {
    gap: 1rem !important;
  }
  .gap-md-4 {
    gap: 1.5rem !important;
  }
  .gap-md-5 {
    gap: 3rem !important;
  }
  .gap-md-6 {
    gap: 3.5rem !important;
  }
  .gap-md-7 {
    gap: 4rem !important;
  }
  .gap-md-8 {
    gap: 5rem !important;
  }
  .gap-md-9 {
    gap: 6rem !important;
  }
  .gap-md-10 {
    gap: 10rem !important;
  }
  .justify-content-md-start {
    justify-content: flex-start !important;
  }
  .justify-content-md-end {
    justify-content: flex-end !important;
  }
  .justify-content-md-center {
    justify-content: center !important;
  }
  .justify-content-md-between {
    justify-content: space-between !important;
  }
  .justify-content-md-around {
    justify-content: space-around !important;
  }
  .justify-content-md-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-md-start {
    align-items: flex-start !important;
  }
  .align-items-md-end {
    align-items: flex-end !important;
  }
  .align-items-md-center {
    align-items: center !important;
  }
  .align-items-md-baseline {
    align-items: baseline !important;
  }
  .align-items-md-stretch {
    align-items: stretch !important;
  }
  .align-content-md-start {
    align-content: flex-start !important;
  }
  .align-content-md-end {
    align-content: flex-end !important;
  }
  .align-content-md-center {
    align-content: center !important;
  }
  .align-content-md-between {
    align-content: space-between !important;
  }
  .align-content-md-around {
    align-content: space-around !important;
  }
  .align-content-md-stretch {
    align-content: stretch !important;
  }
  .align-self-md-auto {
    align-self: auto !important;
  }
  .align-self-md-start {
    align-self: flex-start !important;
  }
  .align-self-md-end {
    align-self: flex-end !important;
  }
  .align-self-md-center {
    align-self: center !important;
  }
  .align-self-md-baseline {
    align-self: baseline !important;
  }
  .align-self-md-stretch {
    align-self: stretch !important;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-4 {
    order: 4 !important;
  }
  .order-md-5 {
    order: 5 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
  .m-md-0 {
    margin: 0 !important;
  }
  .m-md-1 {
    margin: 0.25rem !important;
  }
  .m-md-2 {
    margin: 0.5rem !important;
  }
  .m-md-3 {
    margin: 1rem !important;
  }
  .m-md-4 {
    margin: 1.5rem !important;
  }
  .m-md-5 {
    margin: 3rem !important;
  }
  .m-md-6 {
    margin: 3.5rem !important;
  }
  .m-md-7 {
    margin: 4rem !important;
  }
  .m-md-8 {
    margin: 5rem !important;
  }
  .m-md-9 {
    margin: 6rem !important;
  }
  .m-md-10 {
    margin: 10rem !important;
  }
  .m-md-auto {
    margin: auto !important;
  }
  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-md-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-md-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-md-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-md-9 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-md-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-md-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-md-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-md-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-md-9 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-md-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-md-0 {
    margin-top: 0 !important;
  }
  .mt-md-1 {
    margin-top: 0.25rem !important;
  }
  .mt-md-2 {
    margin-top: 0.5rem !important;
  }
  .mt-md-3 {
    margin-top: 1rem !important;
  }
  .mt-md-4 {
    margin-top: 1.5rem !important;
  }
  .mt-md-5 {
    margin-top: 3rem !important;
  }
  .mt-md-6 {
    margin-top: 3.5rem !important;
  }
  .mt-md-7 {
    margin-top: 4rem !important;
  }
  .mt-md-8 {
    margin-top: 5rem !important;
  }
  .mt-md-9 {
    margin-top: 6rem !important;
  }
  .mt-md-10 {
    margin-top: 10rem !important;
  }
  .mt-md-auto {
    margin-top: auto !important;
  }
  .me-md-0 {
    margin-right: 0 !important;
  }
  .me-md-1 {
    margin-right: 0.25rem !important;
  }
  .me-md-2 {
    margin-right: 0.5rem !important;
  }
  .me-md-3 {
    margin-right: 1rem !important;
  }
  .me-md-4 {
    margin-right: 1.5rem !important;
  }
  .me-md-5 {
    margin-right: 3rem !important;
  }
  .me-md-6 {
    margin-right: 3.5rem !important;
  }
  .me-md-7 {
    margin-right: 4rem !important;
  }
  .me-md-8 {
    margin-right: 5rem !important;
  }
  .me-md-9 {
    margin-right: 6rem !important;
  }
  .me-md-10 {
    margin-right: 10rem !important;
  }
  .me-md-auto {
    margin-right: auto !important;
  }
  .mb-md-0 {
    margin-bottom: 0 !important;
  }
  .mb-md-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-md-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-md-3 {
    margin-bottom: 1rem !important;
  }
  .mb-md-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-md-5 {
    margin-bottom: 3rem !important;
  }
  .mb-md-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-md-7 {
    margin-bottom: 4rem !important;
  }
  .mb-md-8 {
    margin-bottom: 5rem !important;
  }
  .mb-md-9 {
    margin-bottom: 6rem !important;
  }
  .mb-md-10 {
    margin-bottom: 10rem !important;
  }
  .mb-md-auto {
    margin-bottom: auto !important;
  }
  .ms-md-0 {
    margin-left: 0 !important;
  }
  .ms-md-1 {
    margin-left: 0.25rem !important;
  }
  .ms-md-2 {
    margin-left: 0.5rem !important;
  }
  .ms-md-3 {
    margin-left: 1rem !important;
  }
  .ms-md-4 {
    margin-left: 1.5rem !important;
  }
  .ms-md-5 {
    margin-left: 3rem !important;
  }
  .ms-md-6 {
    margin-left: 3.5rem !important;
  }
  .ms-md-7 {
    margin-left: 4rem !important;
  }
  .ms-md-8 {
    margin-left: 5rem !important;
  }
  .ms-md-9 {
    margin-left: 6rem !important;
  }
  .ms-md-10 {
    margin-left: 10rem !important;
  }
  .ms-md-auto {
    margin-left: auto !important;
  }
  .m-md-n1 {
    margin: -0.25rem !important;
  }
  .m-md-n2 {
    margin: -0.5rem !important;
  }
  .m-md-n3 {
    margin: -1rem !important;
  }
  .m-md-n4 {
    margin: -1.5rem !important;
  }
  .m-md-n5 {
    margin: -3rem !important;
  }
  .mx-md-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-md-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-md-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-md-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-md-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-md-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-md-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-md-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-md-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-md-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-md-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-md-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-md-n3 {
    margin-top: -1rem !important;
  }
  .mt-md-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-md-n5 {
    margin-top: -3rem !important;
  }
  .me-md-n1 {
    margin-right: -0.25rem !important;
  }
  .me-md-n2 {
    margin-right: -0.5rem !important;
  }
  .me-md-n3 {
    margin-right: -1rem !important;
  }
  .me-md-n4 {
    margin-right: -1.5rem !important;
  }
  .me-md-n5 {
    margin-right: -3rem !important;
  }
  .mb-md-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-md-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-md-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-md-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-md-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-md-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-md-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-md-n3 {
    margin-left: -1rem !important;
  }
  .ms-md-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-md-n5 {
    margin-left: -3rem !important;
  }
  .p-md-0 {
    padding: 0 !important;
  }
  .p-md-1 {
    padding: 0.25rem !important;
  }
  .p-md-2 {
    padding: 0.5rem !important;
  }
  .p-md-3 {
    padding: 1rem !important;
  }
  .p-md-4 {
    padding: 1.5rem !important;
  }
  .p-md-5 {
    padding: 3rem !important;
  }
  .p-md-6 {
    padding: 3.5rem !important;
  }
  .p-md-7 {
    padding: 4rem !important;
  }
  .p-md-8 {
    padding: 5rem !important;
  }
  .p-md-9 {
    padding: 6rem !important;
  }
  .p-md-10 {
    padding: 10rem !important;
  }
  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-md-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-md-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-md-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-md-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-md-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-md-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-md-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-md-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-md-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-md-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-md-0 {
    padding-top: 0 !important;
  }
  .pt-md-1 {
    padding-top: 0.25rem !important;
  }
  .pt-md-2 {
    padding-top: 0.5rem !important;
  }
  .pt-md-3 {
    padding-top: 1rem !important;
  }
  .pt-md-4 {
    padding-top: 1.5rem !important;
  }
  .pt-md-5 {
    padding-top: 3rem !important;
  }
  .pt-md-6 {
    padding-top: 3.5rem !important;
  }
  .pt-md-7 {
    padding-top: 4rem !important;
  }
  .pt-md-8 {
    padding-top: 5rem !important;
  }
  .pt-md-9 {
    padding-top: 6rem !important;
  }
  .pt-md-10 {
    padding-top: 10rem !important;
  }
  .pe-md-0 {
    padding-right: 0 !important;
  }
  .pe-md-1 {
    padding-right: 0.25rem !important;
  }
  .pe-md-2 {
    padding-right: 0.5rem !important;
  }
  .pe-md-3 {
    padding-right: 1rem !important;
  }
  .pe-md-4 {
    padding-right: 1.5rem !important;
  }
  .pe-md-5 {
    padding-right: 3rem !important;
  }
  .pe-md-6 {
    padding-right: 3.5rem !important;
  }
  .pe-md-7 {
    padding-right: 4rem !important;
  }
  .pe-md-8 {
    padding-right: 5rem !important;
  }
  .pe-md-9 {
    padding-right: 6rem !important;
  }
  .pe-md-10 {
    padding-right: 10rem !important;
  }
  .pb-md-0 {
    padding-bottom: 0 !important;
  }
  .pb-md-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-md-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-md-3 {
    padding-bottom: 1rem !important;
  }
  .pb-md-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-md-5 {
    padding-bottom: 3rem !important;
  }
  .pb-md-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-md-7 {
    padding-bottom: 4rem !important;
  }
  .pb-md-8 {
    padding-bottom: 5rem !important;
  }
  .pb-md-9 {
    padding-bottom: 6rem !important;
  }
  .pb-md-10 {
    padding-bottom: 10rem !important;
  }
  .ps-md-0 {
    padding-left: 0 !important;
  }
  .ps-md-1 {
    padding-left: 0.25rem !important;
  }
  .ps-md-2 {
    padding-left: 0.5rem !important;
  }
  .ps-md-3 {
    padding-left: 1rem !important;
  }
  .ps-md-4 {
    padding-left: 1.5rem !important;
  }
  .ps-md-5 {
    padding-left: 3rem !important;
  }
  .ps-md-6 {
    padding-left: 3.5rem !important;
  }
  .ps-md-7 {
    padding-left: 4rem !important;
  }
  .ps-md-8 {
    padding-left: 5rem !important;
  }
  .ps-md-9 {
    padding-left: 6rem !important;
  }
  .ps-md-10 {
    padding-left: 10rem !important;
  }
  .text-md-start {
    text-align: left !important;
  }
  .text-md-end {
    text-align: right !important;
  }
  .text-md-center {
    text-align: center !important;
  }
}
@media (min-width: 992px) {
  .float-lg-start {
    float: left !important;
  }
  .float-lg-end {
    float: right !important;
  }
  .float-lg-none {
    float: none !important;
  }
  .d-lg-inline {
    display: inline !important;
  }
  .d-lg-inline-block {
    display: inline-block !important;
  }
  .d-lg-block {
    display: block !important;
  }
  .d-lg-grid {
    display: grid !important;
  }
  .d-lg-table {
    display: table !important;
  }
  .d-lg-table-row {
    display: table-row !important;
  }
  .d-lg-table-cell {
    display: table-cell !important;
  }
  .d-lg-flex {
    display: flex !important;
  }
  .d-lg-inline-flex {
    display: inline-flex !important;
  }
  .d-lg-none {
    display: none !important;
  }
  .flex-lg-fill {
    flex: 1 1 auto !important;
  }
  .flex-lg-row {
    flex-direction: row !important;
  }
  .flex-lg-column {
    flex-direction: column !important;
  }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-lg-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-lg-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-lg-wrap {
    flex-wrap: wrap !important;
  }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-lg-0 {
    gap: 0 !important;
  }
  .gap-lg-1 {
    gap: 0.25rem !important;
  }
  .gap-lg-2 {
    gap: 0.5rem !important;
  }
  .gap-lg-3 {
    gap: 1rem !important;
  }
  .gap-lg-4 {
    gap: 1.5rem !important;
  }
  .gap-lg-5 {
    gap: 3rem !important;
  }
  .gap-lg-6 {
    gap: 3.5rem !important;
  }
  .gap-lg-7 {
    gap: 4rem !important;
  }
  .gap-lg-8 {
    gap: 5rem !important;
  }
  .gap-lg-9 {
    gap: 6rem !important;
  }
  .gap-lg-10 {
    gap: 10rem !important;
  }
  .justify-content-lg-start {
    justify-content: flex-start !important;
  }
  .justify-content-lg-end {
    justify-content: flex-end !important;
  }
  .justify-content-lg-center {
    justify-content: center !important;
  }
  .justify-content-lg-between {
    justify-content: space-between !important;
  }
  .justify-content-lg-around {
    justify-content: space-around !important;
  }
  .justify-content-lg-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-lg-start {
    align-items: flex-start !important;
  }
  .align-items-lg-end {
    align-items: flex-end !important;
  }
  .align-items-lg-center {
    align-items: center !important;
  }
  .align-items-lg-baseline {
    align-items: baseline !important;
  }
  .align-items-lg-stretch {
    align-items: stretch !important;
  }
  .align-content-lg-start {
    align-content: flex-start !important;
  }
  .align-content-lg-end {
    align-content: flex-end !important;
  }
  .align-content-lg-center {
    align-content: center !important;
  }
  .align-content-lg-between {
    align-content: space-between !important;
  }
  .align-content-lg-around {
    align-content: space-around !important;
  }
  .align-content-lg-stretch {
    align-content: stretch !important;
  }
  .align-self-lg-auto {
    align-self: auto !important;
  }
  .align-self-lg-start {
    align-self: flex-start !important;
  }
  .align-self-lg-end {
    align-self: flex-end !important;
  }
  .align-self-lg-center {
    align-self: center !important;
  }
  .align-self-lg-baseline {
    align-self: baseline !important;
  }
  .align-self-lg-stretch {
    align-self: stretch !important;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-4 {
    order: 4 !important;
  }
  .order-lg-5 {
    order: 5 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
  .m-lg-0 {
    margin: 0 !important;
  }
  .m-lg-1 {
    margin: 0.25rem !important;
  }
  .m-lg-2 {
    margin: 0.5rem !important;
  }
  .m-lg-3 {
    margin: 1rem !important;
  }
  .m-lg-4 {
    margin: 1.5rem !important;
  }
  .m-lg-5 {
    margin: 3rem !important;
  }
  .m-lg-6 {
    margin: 3.5rem !important;
  }
  .m-lg-7 {
    margin: 4rem !important;
  }
  .m-lg-8 {
    margin: 5rem !important;
  }
  .m-lg-9 {
    margin: 6rem !important;
  }
  .m-lg-10 {
    margin: 10rem !important;
  }
  .m-lg-auto {
    margin: auto !important;
  }
  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-lg-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-lg-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-lg-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-lg-9 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-lg-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-lg-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-lg-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-lg-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-lg-9 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-lg-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-lg-0 {
    margin-top: 0 !important;
  }
  .mt-lg-1 {
    margin-top: 0.25rem !important;
  }
  .mt-lg-2 {
    margin-top: 0.5rem !important;
  }
  .mt-lg-3 {
    margin-top: 1rem !important;
  }
  .mt-lg-4 {
    margin-top: 1.5rem !important;
  }
  .mt-lg-5 {
    margin-top: 3rem !important;
  }
  .mt-lg-6 {
    margin-top: 3.5rem !important;
  }
  .mt-lg-7 {
    margin-top: 4rem !important;
  }
  .mt-lg-8 {
    margin-top: 5rem !important;
  }
  .mt-lg-9 {
    margin-top: 6rem !important;
  }
  .mt-lg-10 {
    margin-top: 10rem !important;
  }
  .mt-lg-auto {
    margin-top: auto !important;
  }
  .me-lg-0 {
    margin-right: 0 !important;
  }
  .me-lg-1 {
    margin-right: 0.25rem !important;
  }
  .me-lg-2 {
    margin-right: 0.5rem !important;
  }
  .me-lg-3 {
    margin-right: 1rem !important;
  }
  .me-lg-4 {
    margin-right: 1.5rem !important;
  }
  .me-lg-5 {
    margin-right: 3rem !important;
  }
  .me-lg-6 {
    margin-right: 3.5rem !important;
  }
  .me-lg-7 {
    margin-right: 4rem !important;
  }
  .me-lg-8 {
    margin-right: 5rem !important;
  }
  .me-lg-9 {
    margin-right: 6rem !important;
  }
  .me-lg-10 {
    margin-right: 10rem !important;
  }
  .me-lg-auto {
    margin-right: auto !important;
  }
  .mb-lg-0 {
    margin-bottom: 0 !important;
  }
  .mb-lg-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-lg-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-lg-3 {
    margin-bottom: 1rem !important;
  }
  .mb-lg-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-lg-5 {
    margin-bottom: 3rem !important;
  }
  .mb-lg-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-lg-7 {
    margin-bottom: 4rem !important;
  }
  .mb-lg-8 {
    margin-bottom: 5rem !important;
  }
  .mb-lg-9 {
    margin-bottom: 6rem !important;
  }
  .mb-lg-10 {
    margin-bottom: 10rem !important;
  }
  .mb-lg-auto {
    margin-bottom: auto !important;
  }
  .ms-lg-0 {
    margin-left: 0 !important;
  }
  .ms-lg-1 {
    margin-left: 0.25rem !important;
  }
  .ms-lg-2 {
    margin-left: 0.5rem !important;
  }
  .ms-lg-3 {
    margin-left: 1rem !important;
  }
  .ms-lg-4 {
    margin-left: 1.5rem !important;
  }
  .ms-lg-5 {
    margin-left: 3rem !important;
  }
  .ms-lg-6 {
    margin-left: 3.5rem !important;
  }
  .ms-lg-7 {
    margin-left: 4rem !important;
  }
  .ms-lg-8 {
    margin-left: 5rem !important;
  }
  .ms-lg-9 {
    margin-left: 6rem !important;
  }
  .ms-lg-10 {
    margin-left: 10rem !important;
  }
  .ms-lg-auto {
    margin-left: auto !important;
  }
  .m-lg-n1 {
    margin: -0.25rem !important;
  }
  .m-lg-n2 {
    margin: -0.5rem !important;
  }
  .m-lg-n3 {
    margin: -1rem !important;
  }
  .m-lg-n4 {
    margin: -1.5rem !important;
  }
  .m-lg-n5 {
    margin: -3rem !important;
  }
  .mx-lg-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-lg-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-lg-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-lg-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-lg-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-lg-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-lg-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-lg-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-lg-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-lg-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-lg-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-lg-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-lg-n3 {
    margin-top: -1rem !important;
  }
  .mt-lg-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-lg-n5 {
    margin-top: -3rem !important;
  }
  .me-lg-n1 {
    margin-right: -0.25rem !important;
  }
  .me-lg-n2 {
    margin-right: -0.5rem !important;
  }
  .me-lg-n3 {
    margin-right: -1rem !important;
  }
  .me-lg-n4 {
    margin-right: -1.5rem !important;
  }
  .me-lg-n5 {
    margin-right: -3rem !important;
  }
  .mb-lg-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-lg-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-lg-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-lg-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-lg-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-lg-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-lg-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-lg-n3 {
    margin-left: -1rem !important;
  }
  .ms-lg-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-lg-n5 {
    margin-left: -3rem !important;
  }
  .p-lg-0 {
    padding: 0 !important;
  }
  .p-lg-1 {
    padding: 0.25rem !important;
  }
  .p-lg-2 {
    padding: 0.5rem !important;
  }
  .p-lg-3 {
    padding: 1rem !important;
  }
  .p-lg-4 {
    padding: 1.5rem !important;
  }
  .p-lg-5 {
    padding: 3rem !important;
  }
  .p-lg-6 {
    padding: 3.5rem !important;
  }
  .p-lg-7 {
    padding: 4rem !important;
  }
  .p-lg-8 {
    padding: 5rem !important;
  }
  .p-lg-9 {
    padding: 6rem !important;
  }
  .p-lg-10 {
    padding: 10rem !important;
  }
  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-lg-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-lg-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-lg-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-lg-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-lg-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-lg-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-lg-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-lg-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-lg-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-lg-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-lg-0 {
    padding-top: 0 !important;
  }
  .pt-lg-1 {
    padding-top: 0.25rem !important;
  }
  .pt-lg-2 {
    padding-top: 0.5rem !important;
  }
  .pt-lg-3 {
    padding-top: 1rem !important;
  }
  .pt-lg-4 {
    padding-top: 1.5rem !important;
  }
  .pt-lg-5 {
    padding-top: 3rem !important;
  }
  .pt-lg-6 {
    padding-top: 3.5rem !important;
  }
  .pt-lg-7 {
    padding-top: 4rem !important;
  }
  .pt-lg-8 {
    padding-top: 5rem !important;
  }
  .pt-lg-9 {
    padding-top: 6rem !important;
  }
  .pt-lg-10 {
    padding-top: 10rem !important;
  }
  .pe-lg-0 {
    padding-right: 0 !important;
  }
  .pe-lg-1 {
    padding-right: 0.25rem !important;
  }
  .pe-lg-2 {
    padding-right: 0.5rem !important;
  }
  .pe-lg-3 {
    padding-right: 1rem !important;
  }
  .pe-lg-4 {
    padding-right: 1.5rem !important;
  }
  .pe-lg-5 {
    padding-right: 3rem !important;
  }
  .pe-lg-6 {
    padding-right: 3.5rem !important;
  }
  .pe-lg-7 {
    padding-right: 4rem !important;
  }
  .pe-lg-8 {
    padding-right: 5rem !important;
  }
  .pe-lg-9 {
    padding-right: 6rem !important;
  }
  .pe-lg-10 {
    padding-right: 10rem !important;
  }
  .pb-lg-0 {
    padding-bottom: 0 !important;
  }
  .pb-lg-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-lg-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-lg-3 {
    padding-bottom: 1rem !important;
  }
  .pb-lg-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-lg-5 {
    padding-bottom: 3rem !important;
  }
  .pb-lg-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-lg-7 {
    padding-bottom: 4rem !important;
  }
  .pb-lg-8 {
    padding-bottom: 5rem !important;
  }
  .pb-lg-9 {
    padding-bottom: 6rem !important;
  }
  .pb-lg-10 {
    padding-bottom: 10rem !important;
  }
  .ps-lg-0 {
    padding-left: 0 !important;
  }
  .ps-lg-1 {
    padding-left: 0.25rem !important;
  }
  .ps-lg-2 {
    padding-left: 0.5rem !important;
  }
  .ps-lg-3 {
    padding-left: 1rem !important;
  }
  .ps-lg-4 {
    padding-left: 1.5rem !important;
  }
  .ps-lg-5 {
    padding-left: 3rem !important;
  }
  .ps-lg-6 {
    padding-left: 3.5rem !important;
  }
  .ps-lg-7 {
    padding-left: 4rem !important;
  }
  .ps-lg-8 {
    padding-left: 5rem !important;
  }
  .ps-lg-9 {
    padding-left: 6rem !important;
  }
  .ps-lg-10 {
    padding-left: 10rem !important;
  }
  .text-lg-start {
    text-align: left !important;
  }
  .text-lg-end {
    text-align: right !important;
  }
  .text-lg-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .float-xl-start {
    float: left !important;
  }
  .float-xl-end {
    float: right !important;
  }
  .float-xl-none {
    float: none !important;
  }
  .d-xl-inline {
    display: inline !important;
  }
  .d-xl-inline-block {
    display: inline-block !important;
  }
  .d-xl-block {
    display: block !important;
  }
  .d-xl-grid {
    display: grid !important;
  }
  .d-xl-table {
    display: table !important;
  }
  .d-xl-table-row {
    display: table-row !important;
  }
  .d-xl-table-cell {
    display: table-cell !important;
  }
  .d-xl-flex {
    display: flex !important;
  }
  .d-xl-inline-flex {
    display: inline-flex !important;
  }
  .d-xl-none {
    display: none !important;
  }
  .flex-xl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xl-row {
    flex-direction: row !important;
  }
  .flex-xl-column {
    flex-direction: column !important;
  }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xl-0 {
    gap: 0 !important;
  }
  .gap-xl-1 {
    gap: 0.25rem !important;
  }
  .gap-xl-2 {
    gap: 0.5rem !important;
  }
  .gap-xl-3 {
    gap: 1rem !important;
  }
  .gap-xl-4 {
    gap: 1.5rem !important;
  }
  .gap-xl-5 {
    gap: 3rem !important;
  }
  .gap-xl-6 {
    gap: 3.5rem !important;
  }
  .gap-xl-7 {
    gap: 4rem !important;
  }
  .gap-xl-8 {
    gap: 5rem !important;
  }
  .gap-xl-9 {
    gap: 6rem !important;
  }
  .gap-xl-10 {
    gap: 10rem !important;
  }
  .justify-content-xl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xl-center {
    justify-content: center !important;
  }
  .justify-content-xl-between {
    justify-content: space-between !important;
  }
  .justify-content-xl-around {
    justify-content: space-around !important;
  }
  .justify-content-xl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xl-start {
    align-items: flex-start !important;
  }
  .align-items-xl-end {
    align-items: flex-end !important;
  }
  .align-items-xl-center {
    align-items: center !important;
  }
  .align-items-xl-baseline {
    align-items: baseline !important;
  }
  .align-items-xl-stretch {
    align-items: stretch !important;
  }
  .align-content-xl-start {
    align-content: flex-start !important;
  }
  .align-content-xl-end {
    align-content: flex-end !important;
  }
  .align-content-xl-center {
    align-content: center !important;
  }
  .align-content-xl-between {
    align-content: space-between !important;
  }
  .align-content-xl-around {
    align-content: space-around !important;
  }
  .align-content-xl-stretch {
    align-content: stretch !important;
  }
  .align-self-xl-auto {
    align-self: auto !important;
  }
  .align-self-xl-start {
    align-self: flex-start !important;
  }
  .align-self-xl-end {
    align-self: flex-end !important;
  }
  .align-self-xl-center {
    align-self: center !important;
  }
  .align-self-xl-baseline {
    align-self: baseline !important;
  }
  .align-self-xl-stretch {
    align-self: stretch !important;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-4 {
    order: 4 !important;
  }
  .order-xl-5 {
    order: 5 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
  .m-xl-0 {
    margin: 0 !important;
  }
  .m-xl-1 {
    margin: 0.25rem !important;
  }
  .m-xl-2 {
    margin: 0.5rem !important;
  }
  .m-xl-3 {
    margin: 1rem !important;
  }
  .m-xl-4 {
    margin: 1.5rem !important;
  }
  .m-xl-5 {
    margin: 3rem !important;
  }
  .m-xl-6 {
    margin: 3.5rem !important;
  }
  .m-xl-7 {
    margin: 4rem !important;
  }
  .m-xl-8 {
    margin: 5rem !important;
  }
  .m-xl-9 {
    margin: 6rem !important;
  }
  .m-xl-10 {
    margin: 10rem !important;
  }
  .m-xl-auto {
    margin: auto !important;
  }
  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xl-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xl-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xl-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xl-9 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xl-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xl-9 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xl-0 {
    margin-top: 0 !important;
  }
  .mt-xl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xl-3 {
    margin-top: 1rem !important;
  }
  .mt-xl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xl-5 {
    margin-top: 3rem !important;
  }
  .mt-xl-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xl-7 {
    margin-top: 4rem !important;
  }
  .mt-xl-8 {
    margin-top: 5rem !important;
  }
  .mt-xl-9 {
    margin-top: 6rem !important;
  }
  .mt-xl-10 {
    margin-top: 10rem !important;
  }
  .mt-xl-auto {
    margin-top: auto !important;
  }
  .me-xl-0 {
    margin-right: 0 !important;
  }
  .me-xl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xl-3 {
    margin-right: 1rem !important;
  }
  .me-xl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xl-5 {
    margin-right: 3rem !important;
  }
  .me-xl-6 {
    margin-right: 3.5rem !important;
  }
  .me-xl-7 {
    margin-right: 4rem !important;
  }
  .me-xl-8 {
    margin-right: 5rem !important;
  }
  .me-xl-9 {
    margin-right: 6rem !important;
  }
  .me-xl-10 {
    margin-right: 10rem !important;
  }
  .me-xl-auto {
    margin-right: auto !important;
  }
  .mb-xl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xl-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xl-8 {
    margin-bottom: 5rem !important;
  }
  .mb-xl-9 {
    margin-bottom: 6rem !important;
  }
  .mb-xl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xl-auto {
    margin-bottom: auto !important;
  }
  .ms-xl-0 {
    margin-left: 0 !important;
  }
  .ms-xl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xl-3 {
    margin-left: 1rem !important;
  }
  .ms-xl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xl-5 {
    margin-left: 3rem !important;
  }
  .ms-xl-6 {
    margin-left: 3.5rem !important;
  }
  .ms-xl-7 {
    margin-left: 4rem !important;
  }
  .ms-xl-8 {
    margin-left: 5rem !important;
  }
  .ms-xl-9 {
    margin-left: 6rem !important;
  }
  .ms-xl-10 {
    margin-left: 10rem !important;
  }
  .ms-xl-auto {
    margin-left: auto !important;
  }
  .m-xl-n1 {
    margin: -0.25rem !important;
  }
  .m-xl-n2 {
    margin: -0.5rem !important;
  }
  .m-xl-n3 {
    margin: -1rem !important;
  }
  .m-xl-n4 {
    margin: -1.5rem !important;
  }
  .m-xl-n5 {
    margin: -3rem !important;
  }
  .mx-xl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xl-n5 {
    margin-top: -3rem !important;
  }
  .me-xl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xl-n3 {
    margin-right: -1rem !important;
  }
  .me-xl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xl-n5 {
    margin-left: -3rem !important;
  }
  .p-xl-0 {
    padding: 0 !important;
  }
  .p-xl-1 {
    padding: 0.25rem !important;
  }
  .p-xl-2 {
    padding: 0.5rem !important;
  }
  .p-xl-3 {
    padding: 1rem !important;
  }
  .p-xl-4 {
    padding: 1.5rem !important;
  }
  .p-xl-5 {
    padding: 3rem !important;
  }
  .p-xl-6 {
    padding: 3.5rem !important;
  }
  .p-xl-7 {
    padding: 4rem !important;
  }
  .p-xl-8 {
    padding: 5rem !important;
  }
  .p-xl-9 {
    padding: 6rem !important;
  }
  .p-xl-10 {
    padding: 10rem !important;
  }
  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xl-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xl-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xl-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xl-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xl-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xl-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xl-0 {
    padding-top: 0 !important;
  }
  .pt-xl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xl-3 {
    padding-top: 1rem !important;
  }
  .pt-xl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xl-5 {
    padding-top: 3rem !important;
  }
  .pt-xl-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xl-7 {
    padding-top: 4rem !important;
  }
  .pt-xl-8 {
    padding-top: 5rem !important;
  }
  .pt-xl-9 {
    padding-top: 6rem !important;
  }
  .pt-xl-10 {
    padding-top: 10rem !important;
  }
  .pe-xl-0 {
    padding-right: 0 !important;
  }
  .pe-xl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xl-3 {
    padding-right: 1rem !important;
  }
  .pe-xl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xl-5 {
    padding-right: 3rem !important;
  }
  .pe-xl-6 {
    padding-right: 3.5rem !important;
  }
  .pe-xl-7 {
    padding-right: 4rem !important;
  }
  .pe-xl-8 {
    padding-right: 5rem !important;
  }
  .pe-xl-9 {
    padding-right: 6rem !important;
  }
  .pe-xl-10 {
    padding-right: 10rem !important;
  }
  .pb-xl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xl-8 {
    padding-bottom: 5rem !important;
  }
  .pb-xl-9 {
    padding-bottom: 6rem !important;
  }
  .pb-xl-10 {
    padding-bottom: 10rem !important;
  }
  .ps-xl-0 {
    padding-left: 0 !important;
  }
  .ps-xl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xl-3 {
    padding-left: 1rem !important;
  }
  .ps-xl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xl-5 {
    padding-left: 3rem !important;
  }
  .ps-xl-6 {
    padding-left: 3.5rem !important;
  }
  .ps-xl-7 {
    padding-left: 4rem !important;
  }
  .ps-xl-8 {
    padding-left: 5rem !important;
  }
  .ps-xl-9 {
    padding-left: 6rem !important;
  }
  .ps-xl-10 {
    padding-left: 10rem !important;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important;
  }
  .float-xxl-end {
    float: right !important;
  }
  .float-xxl-none {
    float: none !important;
  }
  .d-xxl-inline {
    display: inline !important;
  }
  .d-xxl-inline-block {
    display: inline-block !important;
  }
  .d-xxl-block {
    display: block !important;
  }
  .d-xxl-grid {
    display: grid !important;
  }
  .d-xxl-table {
    display: table !important;
  }
  .d-xxl-table-row {
    display: table-row !important;
  }
  .d-xxl-table-cell {
    display: table-cell !important;
  }
  .d-xxl-flex {
    display: flex !important;
  }
  .d-xxl-inline-flex {
    display: inline-flex !important;
  }
  .d-xxl-none {
    display: none !important;
  }
  .flex-xxl-fill {
    flex: 1 1 auto !important;
  }
  .flex-xxl-row {
    flex-direction: row !important;
  }
  .flex-xxl-column {
    flex-direction: column !important;
  }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important;
  }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important;
  }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important;
  }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important;
  }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important;
  }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important;
  }
  .flex-xxl-wrap {
    flex-wrap: wrap !important;
  }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important;
  }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important;
  }
  .gap-xxl-0 {
    gap: 0 !important;
  }
  .gap-xxl-1 {
    gap: 0.25rem !important;
  }
  .gap-xxl-2 {
    gap: 0.5rem !important;
  }
  .gap-xxl-3 {
    gap: 1rem !important;
  }
  .gap-xxl-4 {
    gap: 1.5rem !important;
  }
  .gap-xxl-5 {
    gap: 3rem !important;
  }
  .gap-xxl-6 {
    gap: 3.5rem !important;
  }
  .gap-xxl-7 {
    gap: 4rem !important;
  }
  .gap-xxl-8 {
    gap: 5rem !important;
  }
  .gap-xxl-9 {
    gap: 6rem !important;
  }
  .gap-xxl-10 {
    gap: 10rem !important;
  }
  .justify-content-xxl-start {
    justify-content: flex-start !important;
  }
  .justify-content-xxl-end {
    justify-content: flex-end !important;
  }
  .justify-content-xxl-center {
    justify-content: center !important;
  }
  .justify-content-xxl-between {
    justify-content: space-between !important;
  }
  .justify-content-xxl-around {
    justify-content: space-around !important;
  }
  .justify-content-xxl-evenly {
    justify-content: space-evenly !important;
  }
  .align-items-xxl-start {
    align-items: flex-start !important;
  }
  .align-items-xxl-end {
    align-items: flex-end !important;
  }
  .align-items-xxl-center {
    align-items: center !important;
  }
  .align-items-xxl-baseline {
    align-items: baseline !important;
  }
  .align-items-xxl-stretch {
    align-items: stretch !important;
  }
  .align-content-xxl-start {
    align-content: flex-start !important;
  }
  .align-content-xxl-end {
    align-content: flex-end !important;
  }
  .align-content-xxl-center {
    align-content: center !important;
  }
  .align-content-xxl-between {
    align-content: space-between !important;
  }
  .align-content-xxl-around {
    align-content: space-around !important;
  }
  .align-content-xxl-stretch {
    align-content: stretch !important;
  }
  .align-self-xxl-auto {
    align-self: auto !important;
  }
  .align-self-xxl-start {
    align-self: flex-start !important;
  }
  .align-self-xxl-end {
    align-self: flex-end !important;
  }
  .align-self-xxl-center {
    align-self: center !important;
  }
  .align-self-xxl-baseline {
    align-self: baseline !important;
  }
  .align-self-xxl-stretch {
    align-self: stretch !important;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-4 {
    order: 4 !important;
  }
  .order-xxl-5 {
    order: 5 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
  .m-xxl-0 {
    margin: 0 !important;
  }
  .m-xxl-1 {
    margin: 0.25rem !important;
  }
  .m-xxl-2 {
    margin: 0.5rem !important;
  }
  .m-xxl-3 {
    margin: 1rem !important;
  }
  .m-xxl-4 {
    margin: 1.5rem !important;
  }
  .m-xxl-5 {
    margin: 3rem !important;
  }
  .m-xxl-6 {
    margin: 3.5rem !important;
  }
  .m-xxl-7 {
    margin: 4rem !important;
  }
  .m-xxl-8 {
    margin: 5rem !important;
  }
  .m-xxl-9 {
    margin: 6rem !important;
  }
  .m-xxl-10 {
    margin: 10rem !important;
  }
  .m-xxl-auto {
    margin: auto !important;
  }
  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
  }
  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important;
  }
  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important;
  }
  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important;
  }
  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important;
  }
  .mx-xxl-6 {
    margin-right: 3.5rem !important;
    margin-left: 3.5rem !important;
  }
  .mx-xxl-7 {
    margin-right: 4rem !important;
    margin-left: 4rem !important;
  }
  .mx-xxl-8 {
    margin-right: 5rem !important;
    margin-left: 5rem !important;
  }
  .mx-xxl-9 {
    margin-right: 6rem !important;
    margin-left: 6rem !important;
  }
  .mx-xxl-10 {
    margin-right: 10rem !important;
    margin-left: 10rem !important;
  }
  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important;
  }
  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important;
  }
  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important;
  }
  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
  }
  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important;
  }
  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important;
  }
  .my-xxl-6 {
    margin-top: 3.5rem !important;
    margin-bottom: 3.5rem !important;
  }
  .my-xxl-7 {
    margin-top: 4rem !important;
    margin-bottom: 4rem !important;
  }
  .my-xxl-8 {
    margin-top: 5rem !important;
    margin-bottom: 5rem !important;
  }
  .my-xxl-9 {
    margin-top: 6rem !important;
    margin-bottom: 6rem !important;
  }
  .my-xxl-10 {
    margin-top: 10rem !important;
    margin-bottom: 10rem !important;
  }
  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important;
  }
  .mt-xxl-0 {
    margin-top: 0 !important;
  }
  .mt-xxl-1 {
    margin-top: 0.25rem !important;
  }
  .mt-xxl-2 {
    margin-top: 0.5rem !important;
  }
  .mt-xxl-3 {
    margin-top: 1rem !important;
  }
  .mt-xxl-4 {
    margin-top: 1.5rem !important;
  }
  .mt-xxl-5 {
    margin-top: 3rem !important;
  }
  .mt-xxl-6 {
    margin-top: 3.5rem !important;
  }
  .mt-xxl-7 {
    margin-top: 4rem !important;
  }
  .mt-xxl-8 {
    margin-top: 5rem !important;
  }
  .mt-xxl-9 {
    margin-top: 6rem !important;
  }
  .mt-xxl-10 {
    margin-top: 10rem !important;
  }
  .mt-xxl-auto {
    margin-top: auto !important;
  }
  .me-xxl-0 {
    margin-right: 0 !important;
  }
  .me-xxl-1 {
    margin-right: 0.25rem !important;
  }
  .me-xxl-2 {
    margin-right: 0.5rem !important;
  }
  .me-xxl-3 {
    margin-right: 1rem !important;
  }
  .me-xxl-4 {
    margin-right: 1.5rem !important;
  }
  .me-xxl-5 {
    margin-right: 3rem !important;
  }
  .me-xxl-6 {
    margin-right: 3.5rem !important;
  }
  .me-xxl-7 {
    margin-right: 4rem !important;
  }
  .me-xxl-8 {
    margin-right: 5rem !important;
  }
  .me-xxl-9 {
    margin-right: 6rem !important;
  }
  .me-xxl-10 {
    margin-right: 10rem !important;
  }
  .me-xxl-auto {
    margin-right: auto !important;
  }
  .mb-xxl-0 {
    margin-bottom: 0 !important;
  }
  .mb-xxl-1 {
    margin-bottom: 0.25rem !important;
  }
  .mb-xxl-2 {
    margin-bottom: 0.5rem !important;
  }
  .mb-xxl-3 {
    margin-bottom: 1rem !important;
  }
  .mb-xxl-4 {
    margin-bottom: 1.5rem !important;
  }
  .mb-xxl-5 {
    margin-bottom: 3rem !important;
  }
  .mb-xxl-6 {
    margin-bottom: 3.5rem !important;
  }
  .mb-xxl-7 {
    margin-bottom: 4rem !important;
  }
  .mb-xxl-8 {
    margin-bottom: 5rem !important;
  }
  .mb-xxl-9 {
    margin-bottom: 6rem !important;
  }
  .mb-xxl-10 {
    margin-bottom: 10rem !important;
  }
  .mb-xxl-auto {
    margin-bottom: auto !important;
  }
  .ms-xxl-0 {
    margin-left: 0 !important;
  }
  .ms-xxl-1 {
    margin-left: 0.25rem !important;
  }
  .ms-xxl-2 {
    margin-left: 0.5rem !important;
  }
  .ms-xxl-3 {
    margin-left: 1rem !important;
  }
  .ms-xxl-4 {
    margin-left: 1.5rem !important;
  }
  .ms-xxl-5 {
    margin-left: 3rem !important;
  }
  .ms-xxl-6 {
    margin-left: 3.5rem !important;
  }
  .ms-xxl-7 {
    margin-left: 4rem !important;
  }
  .ms-xxl-8 {
    margin-left: 5rem !important;
  }
  .ms-xxl-9 {
    margin-left: 6rem !important;
  }
  .ms-xxl-10 {
    margin-left: 10rem !important;
  }
  .ms-xxl-auto {
    margin-left: auto !important;
  }
  .m-xxl-n1 {
    margin: -0.25rem !important;
  }
  .m-xxl-n2 {
    margin: -0.5rem !important;
  }
  .m-xxl-n3 {
    margin: -1rem !important;
  }
  .m-xxl-n4 {
    margin: -1.5rem !important;
  }
  .m-xxl-n5 {
    margin: -3rem !important;
  }
  .mx-xxl-n1 {
    margin-right: -0.25rem !important;
    margin-left: -0.25rem !important;
  }
  .mx-xxl-n2 {
    margin-right: -0.5rem !important;
    margin-left: -0.5rem !important;
  }
  .mx-xxl-n3 {
    margin-right: -1rem !important;
    margin-left: -1rem !important;
  }
  .mx-xxl-n4 {
    margin-right: -1.5rem !important;
    margin-left: -1.5rem !important;
  }
  .mx-xxl-n5 {
    margin-right: -3rem !important;
    margin-left: -3rem !important;
  }
  .my-xxl-n1 {
    margin-top: -0.25rem !important;
    margin-bottom: -0.25rem !important;
  }
  .my-xxl-n2 {
    margin-top: -0.5rem !important;
    margin-bottom: -0.5rem !important;
  }
  .my-xxl-n3 {
    margin-top: -1rem !important;
    margin-bottom: -1rem !important;
  }
  .my-xxl-n4 {
    margin-top: -1.5rem !important;
    margin-bottom: -1.5rem !important;
  }
  .my-xxl-n5 {
    margin-top: -3rem !important;
    margin-bottom: -3rem !important;
  }
  .mt-xxl-n1 {
    margin-top: -0.25rem !important;
  }
  .mt-xxl-n2 {
    margin-top: -0.5rem !important;
  }
  .mt-xxl-n3 {
    margin-top: -1rem !important;
  }
  .mt-xxl-n4 {
    margin-top: -1.5rem !important;
  }
  .mt-xxl-n5 {
    margin-top: -3rem !important;
  }
  .me-xxl-n1 {
    margin-right: -0.25rem !important;
  }
  .me-xxl-n2 {
    margin-right: -0.5rem !important;
  }
  .me-xxl-n3 {
    margin-right: -1rem !important;
  }
  .me-xxl-n4 {
    margin-right: -1.5rem !important;
  }
  .me-xxl-n5 {
    margin-right: -3rem !important;
  }
  .mb-xxl-n1 {
    margin-bottom: -0.25rem !important;
  }
  .mb-xxl-n2 {
    margin-bottom: -0.5rem !important;
  }
  .mb-xxl-n3 {
    margin-bottom: -1rem !important;
  }
  .mb-xxl-n4 {
    margin-bottom: -1.5rem !important;
  }
  .mb-xxl-n5 {
    margin-bottom: -3rem !important;
  }
  .ms-xxl-n1 {
    margin-left: -0.25rem !important;
  }
  .ms-xxl-n2 {
    margin-left: -0.5rem !important;
  }
  .ms-xxl-n3 {
    margin-left: -1rem !important;
  }
  .ms-xxl-n4 {
    margin-left: -1.5rem !important;
  }
  .ms-xxl-n5 {
    margin-left: -3rem !important;
  }
  .p-xxl-0 {
    padding: 0 !important;
  }
  .p-xxl-1 {
    padding: 0.25rem !important;
  }
  .p-xxl-2 {
    padding: 0.5rem !important;
  }
  .p-xxl-3 {
    padding: 1rem !important;
  }
  .p-xxl-4 {
    padding: 1.5rem !important;
  }
  .p-xxl-5 {
    padding: 3rem !important;
  }
  .p-xxl-6 {
    padding: 3.5rem !important;
  }
  .p-xxl-7 {
    padding: 4rem !important;
  }
  .p-xxl-8 {
    padding: 5rem !important;
  }
  .p-xxl-9 {
    padding: 6rem !important;
  }
  .p-xxl-10 {
    padding: 10rem !important;
  }
  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important;
  }
  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
  }
  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important;
  }
  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
  }
  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important;
  }
  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important;
  }
  .px-xxl-6 {
    padding-right: 3.5rem !important;
    padding-left: 3.5rem !important;
  }
  .px-xxl-7 {
    padding-right: 4rem !important;
    padding-left: 4rem !important;
  }
  .px-xxl-8 {
    padding-right: 5rem !important;
    padding-left: 5rem !important;
  }
  .px-xxl-9 {
    padding-right: 6rem !important;
    padding-left: 6rem !important;
  }
  .px-xxl-10 {
    padding-right: 10rem !important;
    padding-left: 10rem !important;
  }
  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important;
  }
  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important;
  }
  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important;
  }
  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important;
  }
  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important;
  }
  .py-xxl-6 {
    padding-top: 3.5rem !important;
    padding-bottom: 3.5rem !important;
  }
  .py-xxl-7 {
    padding-top: 4rem !important;
    padding-bottom: 4rem !important;
  }
  .py-xxl-8 {
    padding-top: 5rem !important;
    padding-bottom: 5rem !important;
  }
  .py-xxl-9 {
    padding-top: 6rem !important;
    padding-bottom: 6rem !important;
  }
  .py-xxl-10 {
    padding-top: 10rem !important;
    padding-bottom: 10rem !important;
  }
  .pt-xxl-0 {
    padding-top: 0 !important;
  }
  .pt-xxl-1 {
    padding-top: 0.25rem !important;
  }
  .pt-xxl-2 {
    padding-top: 0.5rem !important;
  }
  .pt-xxl-3 {
    padding-top: 1rem !important;
  }
  .pt-xxl-4 {
    padding-top: 1.5rem !important;
  }
  .pt-xxl-5 {
    padding-top: 3rem !important;
  }
  .pt-xxl-6 {
    padding-top: 3.5rem !important;
  }
  .pt-xxl-7 {
    padding-top: 4rem !important;
  }
  .pt-xxl-8 {
    padding-top: 5rem !important;
  }
  .pt-xxl-9 {
    padding-top: 6rem !important;
  }
  .pt-xxl-10 {
    padding-top: 10rem !important;
  }
  .pe-xxl-0 {
    padding-right: 0 !important;
  }
  .pe-xxl-1 {
    padding-right: 0.25rem !important;
  }
  .pe-xxl-2 {
    padding-right: 0.5rem !important;
  }
  .pe-xxl-3 {
    padding-right: 1rem !important;
  }
  .pe-xxl-4 {
    padding-right: 1.5rem !important;
  }
  .pe-xxl-5 {
    padding-right: 3rem !important;
  }
  .pe-xxl-6 {
    padding-right: 3.5rem !important;
  }
  .pe-xxl-7 {
    padding-right: 4rem !important;
  }
  .pe-xxl-8 {
    padding-right: 5rem !important;
  }
  .pe-xxl-9 {
    padding-right: 6rem !important;
  }
  .pe-xxl-10 {
    padding-right: 10rem !important;
  }
  .pb-xxl-0 {
    padding-bottom: 0 !important;
  }
  .pb-xxl-1 {
    padding-bottom: 0.25rem !important;
  }
  .pb-xxl-2 {
    padding-bottom: 0.5rem !important;
  }
  .pb-xxl-3 {
    padding-bottom: 1rem !important;
  }
  .pb-xxl-4 {
    padding-bottom: 1.5rem !important;
  }
  .pb-xxl-5 {
    padding-bottom: 3rem !important;
  }
  .pb-xxl-6 {
    padding-bottom: 3.5rem !important;
  }
  .pb-xxl-7 {
    padding-bottom: 4rem !important;
  }
  .pb-xxl-8 {
    padding-bottom: 5rem !important;
  }
  .pb-xxl-9 {
    padding-bottom: 6rem !important;
  }
  .pb-xxl-10 {
    padding-bottom: 10rem !important;
  }
  .ps-xxl-0 {
    padding-left: 0 !important;
  }
  .ps-xxl-1 {
    padding-left: 0.25rem !important;
  }
  .ps-xxl-2 {
    padding-left: 0.5rem !important;
  }
  .ps-xxl-3 {
    padding-left: 1rem !important;
  }
  .ps-xxl-4 {
    padding-left: 1.5rem !important;
  }
  .ps-xxl-5 {
    padding-left: 3rem !important;
  }
  .ps-xxl-6 {
    padding-left: 3.5rem !important;
  }
  .ps-xxl-7 {
    padding-left: 4rem !important;
  }
  .ps-xxl-8 {
    padding-left: 5rem !important;
  }
  .ps-xxl-9 {
    padding-left: 6rem !important;
  }
  .ps-xxl-10 {
    padding-left: 10rem !important;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important;
  }
  .fs-2 {
    font-size: 2rem !important;
  }
  .fs-3 {
    font-size: 1.75rem !important;
  }
  .fs-4 {
    font-size: 1.5rem !important;
  }
}
@media print {
  .d-print-inline {
    display: inline !important;
  }
  .d-print-inline-block {
    display: inline-block !important;
  }
  .d-print-block {
    display: block !important;
  }
  .d-print-grid {
    display: grid !important;
  }
  .d-print-table {
    display: table !important;
  }
  .d-print-table-row {
    display: table-row !important;
  }
  .d-print-table-cell {
    display: table-cell !important;
  }
  .d-print-flex {
    display: flex !important;
  }
  .d-print-inline-flex {
    display: inline-flex !important;
  }
  .d-print-none {
    display: none !important;
  }
}
body {
  overflow-x: hidden;
}

.wrapper {
  padding: 5rem 0;
}

.content-area {
  z-index: 10;
}

@media (max-width: 767.98px) {
  .wrapper {
    padding: 4rem 0;
  }
}
#wrapper-hero {
  padding: 0px !important;
}

.sticky,
.gallery-caption,
.bypostauthor {
  font-size: inherit;
}

.wrapper#wrapper-sticky {
  border-bottom: 1px solid #dee2e6;
}

#wrapper-footer-full,
#wrapper-static-hero {
  background-color: #e9ecef;
}

.wp-caption {
  font-size: inherit;
}

.wp-caption-text {
  font-size: inherit;
}

.screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.alignleft {
  display: inline;
  float: left;
  margin-right: 1rem;
}

.alignright {
  display: inline;
  float: right;
  margin-left: 1rem;
}

.aligncenter {
  display: block;
}

.entry-footer span {
  padding-right: 10px;
}

img.wp-post-image,
article img,
figure,
img,
#secondary img {
  max-width: 100%;
  height: auto;
}

a.skip-link {
  position: fixed;
  z-index: 1000;
  top: 0px;
  right: 0px;
}

.navbar-dark .navbar-nav .dropdown-menu .nav-link {
  display: block;
  width: 100%;
  padding: 0.25rem 1.6rem;
  clear: both;
  font-weight: 400;
  color: #212529 !important;
  text-align: inherit;
  white-space: nowrap;
  background: none;
  border: 0;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link:hover, .navbar-dark .navbar-nav .dropdown-menu .nav-link:focus {
  color: #1e2125 !important;
  text-decoration: none;
  background-color: #e9ecef;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.active, .navbar-dark .navbar-nav .dropdown-menu .woocommerce-MyAccount-navigation .nav-link.is-active, .woocommerce-MyAccount-navigation .navbar-dark .navbar-nav .dropdown-menu .nav-link.is-active, .navbar-dark .navbar-nav .dropdown-menu .nav-link:active {
  color: #000 !important;
  text-decoration: none;
  background-color: unset;
}
.navbar-dark .navbar-nav .dropdown-menu .nav-link.disabled, .navbar-dark .navbar-nav .dropdown-menu .nav-link:disabled {
  color: #adb5bd !important;
  background-color: transparent;
}

.navbar-light .navbar-brand a {
  color: rgba(0, 0, 0, 0.9);
}
.navbar-light .navbar-brand a:hover, .navbar-light .navbar-brand a:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-dark .navbar-brand a {
  color: #fff;
}
.navbar-dark .navbar-brand a:hover, .navbar-dark .navbar-brand a:focus {
  color: #fff;
}

.navbar h1, .navbar .h1 {
  font-weight: 400;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.woocommerce-input-wrapper {
  width: 100%;
}

figure.woocommerce-product-gallery__wrapper {
  max-width: inherit !important;
}

@media (min-width: 768px) {
  .woocommerce-cart #coupon_code.input-text {
    width: 110px !important;
  }
}
#stripe-payment-data #wc-stripe-cc-form .form-row {
  display: flex;
  flex-direction: column;
}
#stripe-payment-data #wc-stripe-cc-form .form-row .wc-stripe-elements-field {
  max-height: 2rem;
}
#stripe-payment-data .woocommerce-SavedPaymentMethods-saveNew {
  display: inherit;
}

.woocommerce-notices-wrapper .woocommerce-message {
  padding: 1em 2em 1em 3.5em;
}
.woocommerce-info {
  padding: 1em 2em 1em 3.5em;
}
.woocommerce form .form-row .required {
  color: #dc3545;
}

.woocommerce div.product p.price,
.woocommerce div.product span.price,
.woocommerce div.product .stock,
.woocommerce ul.products li.product .price,
#add_payment_method .cart-collaterals .cart_totals .discount td,
.woocommerce-cart .cart-collaterals .cart_totals .discount td,
.woocommerce-checkout .cart-collaterals .cart_totals .discount td {
  color: #414141;
}

/**
* Custom Styles
*/
.woocommerce div.product form.cart .variations select {
  padding: 2rem 1.8rem;
}

.gallery {
  margin-bottom: 1.5em;
}

.gallery-item {
  display: inline-block;
  text-align: center;
  vertical-align: top;
  width: 100%;
}
.gallery-columns-2 .gallery-item {
  max-width: 50%;
}
.gallery-columns-3 .gallery-item {
  max-width: 33.33%;
}
.gallery-columns-4 .gallery-item {
  max-width: 25%;
}
.gallery-columns-5 .gallery-item {
  max-width: 20%;
}
.gallery-columns-6 .gallery-item {
  max-width: 16.66%;
}
.gallery-columns-7 .gallery-item {
  max-width: 14.28%;
}
.gallery-columns-8 .gallery-item {
  max-width: 12.5%;
}
.gallery-columns-9 .gallery-item {
  max-width: 11.11%;
}

.gallery-caption {
  display: block;
}

.entry-content .alignfull {
  margin-left: calc(-50vw + 50%);
  margin-right: calc(-50vw + 50%);
  max-width: 100vw;
  width: 100vw;
}

html {
  font-size: 62.5%;
}

a:hover {
  text-decoration: none;
}

li {
  line-height: 2;
  font-size: 1.8rem;
}

p strong {
  font-weight: 500;
}

h1,
.h1,
h2,
h3,
h4,
h5,
h6,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: "Roboto", Arial, sans-serif;
  font-weight: 800;
}

@media (min-width: 768px) {
  h1, .h1 {
    font-size: 4rem;
  }
}
@media (max-width: 767.98px) {
  h1, .h1 {
    font-size: 3.6rem;
  }
}

@media (min-width: 768px) {
  h2, .h2 {
    font-size: 3.2rem;
  }
}
@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 2.8rem;
  }
}

@media (min-width: 768px) {
  h3, .h3 {
    font-size: 2.8rem;
  }
}
@media (max-width: 767.98px) {
  h3, .h3 {
    font-size: 2.4rem;
  }
}

@media (min-width: 768px) {
  h4, .h4 {
    font-size: 2rem;
  }
}
@media (max-width: 767.98px) {
  h4, .h4 {
    font-size: 1.6rem;
  }
}

body,
p,
.accordion-button {
  font-style: normal;
  font-weight: normal;
  font-size: 1.8rem;
}

/*
input:focus~.floating-label,
input:not(:focus):valid~.floating-label {
    top: 8px;
    bottom: 10px;
    left: 20px;
    font-size: 11px;
    opacity: 1;
}

.floating-label {
    position: absolute;
    pointer-events: none;
    //left:calc(100% - 880px);
    left: 2rem;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: 0.2s ease all;
}
*/
.accordion-button {
  color: #063f88;
  font-size: 2rem;
  font-weight: bold;
}

.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .woocommerce-checkout #nab_card_details .form-floating > input:not(:-moz-placeholder-shown) ~ label, .woocommerce-checkout #nab_card_details .form-floating > select:not(:-moz-placeholder-shown) ~ label, .widget_categories .form-floating > select:not(:-moz-placeholder-shown) ~ label, .widget_archive .form-floating > select:not(:-moz-placeholder-shown) ~ label {
  font-size: 1.6rem !important;
}

.form-floating > .form-control:not(:placeholder-shown) ~ label, .woocommerce-checkout #nab_card_details .form-floating > input:not(:placeholder-shown) ~ label,
.woocommerce-checkout #nab_card_details .form-floating > select:not(:placeholder-shown) ~ label, .widget_categories .form-floating > select:not(:placeholder-shown) ~ label,
.widget_archive .form-floating > select:not(:placeholder-shown) ~ label, .form-floating > .form-control:focus ~ label, .woocommerce-checkout #nab_card_details .form-floating > input:focus ~ label,
.woocommerce-checkout #nab_card_details .form-floating > select:focus ~ label, .widget_categories .form-floating > select:focus ~ label,
.widget_archive .form-floating > select:focus ~ label {
  font-size: 1.6rem !important;
}

.btn, .woocommerce-checkout #jsPayButton, .woocommerce-checkout #place_order,
.woocommerce-view-order #place_order, .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-info a.button {
  font-style: normal;
  font-weight: 600;
  font-size: 1.6rem;
}

.btn-cta {
  color: #fff;
  background-color: #EF4130;
  border-color: #EF4130;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
}
.btn-cta:hover {
  color: #fff;
  background-color: #cb3729;
  border-color: #bf3426;
}
.btn-check:focus + .btn-cta, .btn-cta:focus {
  color: #fff;
  background-color: #cb3729;
  border-color: #bf3426;
  box-shadow: 0 0 0 0.25rem rgba(241, 94, 79, 0.5);
}
.btn-check:checked + .btn-cta, .btn-check:active + .btn-cta, .btn-cta:active, .btn-cta.active, .woocommerce-MyAccount-navigation .btn-cta.is-active, .show > .btn-cta.dropdown-toggle {
  color: #fff;
  background-color: #bf3426;
  border-color: #b33124;
}
.btn-check:checked + .btn-cta:focus, .btn-check:active + .btn-cta:focus, .btn-cta:active:focus, .btn-cta.active:focus, .woocommerce-MyAccount-navigation .btn-cta.is-active:focus, .show > .btn-cta.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(241, 94, 79, 0.5);
}
.btn-cta:disabled, .btn-cta.disabled {
  color: #000;
  background-color: #EF4130;
  border-color: #EF4130;
}

.btn-grey {
  color: #fff;
  background-color: #808080;
  border-color: #808080;
}
.btn-grey:hover {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #666666;
}
.btn-check:focus + .btn-grey, .btn-grey:focus {
  color: #fff;
  background-color: #6d6d6d;
  border-color: #666666;
  box-shadow: 0 0 0 0.25rem rgba(147, 147, 147, 0.5);
}
.btn-check:checked + .btn-grey, .btn-check:active + .btn-grey, .btn-grey:active, .btn-grey.active, .woocommerce-MyAccount-navigation .btn-grey.is-active, .show > .btn-grey.dropdown-toggle {
  color: #fff;
  background-color: #666666;
  border-color: #606060;
}
.btn-check:checked + .btn-grey:focus, .btn-check:active + .btn-grey:focus, .btn-grey:active:focus, .btn-grey.active:focus, .woocommerce-MyAccount-navigation .btn-grey.is-active:focus, .show > .btn-grey.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(147, 147, 147, 0.5);
}
.btn-grey:disabled, .btn-grey.disabled {
  color: #000;
  background-color: #808080;
  border-color: #808080;
}

.btn-white {
  color: #063f88;
  background-color: #fff;
  border-color: #fff;
}
.btn-white:hover {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:focus + .btn-white, .btn-white:focus {
  color: #000;
  background-color: white;
  border-color: white;
  box-shadow: 0 0 0 0.25rem rgba(218, 226, 237, 0.5);
}
.btn-check:checked + .btn-white, .btn-check:active + .btn-white, .btn-white:active, .btn-white.active, .woocommerce-MyAccount-navigation .btn-white.is-active, .show > .btn-white.dropdown-toggle {
  color: #000;
  background-color: white;
  border-color: white;
}
.btn-check:checked + .btn-white:focus, .btn-check:active + .btn-white:focus, .btn-white:active:focus, .btn-white.active:focus, .woocommerce-MyAccount-navigation .btn-white.is-active:focus, .show > .btn-white.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(218, 226, 237, 0.5);
}
.btn-white:disabled, .btn-white.disabled {
  color: #000;
  background-color: #fff;
  border-color: #fff;
}

.btn-add-list {
  color: #000;
  background-color: #C4C4C4;
  border-color: #C4C4C4;
}
.btn-add-list:hover {
  color: #000;
  background-color: #cdcdcd;
  border-color: #cacaca;
}
.btn-check:focus + .btn-add-list, .btn-add-list:focus {
  color: #000;
  background-color: #cdcdcd;
  border-color: #cacaca;
  box-shadow: 0 0 0 0.25rem rgba(167, 167, 167, 0.5);
}
.btn-check:checked + .btn-add-list, .btn-check:active + .btn-add-list, .btn-add-list:active, .btn-add-list.active, .woocommerce-MyAccount-navigation .btn-add-list.is-active, .show > .btn-add-list.dropdown-toggle {
  color: #000;
  background-color: #d0d0d0;
  border-color: #cacaca;
}
.btn-check:checked + .btn-add-list:focus, .btn-check:active + .btn-add-list:focus, .btn-add-list:active:focus, .btn-add-list.active:focus, .woocommerce-MyAccount-navigation .btn-add-list.is-active:focus, .show > .btn-add-list.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(167, 167, 167, 0.5);
}
.btn-add-list:disabled, .btn-add-list.disabled {
  color: #000;
  background-color: #C4C4C4;
  border-color: #C4C4C4;
}

.btn-cta::after {
  font-family: "icomoon";
  content: "\e907";
  margin-left: 3.8rem;
}

.btn-arrow {
  display: flex;
  align-items: center;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 500;
  padding-right: 1.5rem;
  padding-left: 2rem;
  min-width: 15.7rem;
  justify-content: space-between;
}
.btn-arrow .icon-arrow-right {
  margin-left: 1.5rem;
  font-size: 2.4rem;
}

/*
.btn-full-arrow::after {
    font-family: "icomoon";
    content: "\e907";
    float: right;
}
*/
/*
.btn-arrow::after {
    font-family: "icomoon";
    content: "\e907";
    margin-left: 3rem;
}
*/
.btn-secondary {
  color: #fff;
}
.btn-secondary:hover {
  color: #fff;
  background-color: #C02E1F;
  border-color: #C02E1F;
}

.btn-primary:hover, .woocommerce-checkout #jsPayButton:hover, .woocommerce-checkout #place_order:hover,
.woocommerce-view-order #place_order:hover {
  background-color: #043068;
  border-color: #043068;
}

.btn-light {
  color: #fff;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

.woocommerce .cart .quantity .qty,
.woocommerce .cart .quantity {
  width: 18rem;
}

.wishlist_table.wishlist_view .product-quantity.quantity {
  width: 12rem;
}
.wishlist_table.wishlist_view .product-quantity.quantity input.qty {
  width: 12rem;
}

.quantity {
  position: relative;
}

.js-qty__num,
.qty {
  display: block;
  background: none;
  text-align: center;
  width: 100%;
  margin: 0;
  z-index: 1;
}

.js-qty__adjust {
  cursor: pointer;
  position: absolute;
  display: block;
  top: 0;
  bottom: 0;
  border: 0 none;
  background: none;
  text-align: center;
  overflow: hidden;
  padding: 0 5px;
  z-index: 2;
}

.js-qty__adjust--plus {
  right: 0;
  padding-right: 13px;
}

.js-qty__adjust--minus {
  left: 0;
  padding-left: 13px;
}

#main-nav {
  background-color: #063f88;
  padding: 0;
  border-bottom: solid #fff 1px;
}

.menu-account-user-container,
.menu-portal-user-container,
.menu-public-user-container,
#menu-user-mobile {
  z-index: 10000;
}

.dropdown-menu .no-link.menu-item a.dropdown-item:first-of-type {
  pointer-events: none;
  cursor: default;
  text-decoration: none;
  font-size: 2rem;
  font-weight: 600;
}

.dropdown-menu li.collapse-horizontal.no-link {
  display: flex;
  justify-content: space-between;
}
.dropdown-menu li.collapse-horizontal.no-link a.dropdown-item {
  width: -moz-fit-content;
  width: fit-content;
}

.mobile-menu {
  padding: 0;
}
.mobile-menu .mobile-menu-drawers .menu-item {
  font-weight: 500;
}
.mobile-menu .no-link.menu-item.drawer {
  display: flex;
  justify-content: space-between;
}
.mobile-menu .no-link.menu-item.drawer a[href="#"] {
  font-size: 2rem;
  font-weight: 600;
  text-decoration: none;
}
.mobile-menu .no-link.menu-item.drawer .icon-arrow-right {
  display: none;
}
.mobile-menu .no-link.menu-item.drawer a.nav-link,
.mobile-menu .no-link.menu-item.drawer a.drawer-item {
  pointer-events: none;
  cursor: default;
}
.mobile-menu .is-category {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .menu-item-has-children {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.mobile-menu .menu-item-has-children a[data-bs-toggle=offcanvas] {
  flex-grow: 1;
  text-decoration: none;
}
.mobile-menu .menu-item-has-children a:not([data-bs-toggle=offcanvas]) {
  flex-basis: fit-content;
}
.mobile-menu .menu-item-has-children a.drawer-toggle {
  display: flex;
  justify-content: flex-end;
}
.mobile-menu .menu-item-has-children .icon-arrow-right {
  font-size: 3rem;
}
.mobile-menu .btn-menu-toggler {
  border: 0;
  background-color: #063f88;
}
.mobile-menu .btn-menu-toggler .icon-menu {
  color: #fff;
}
.mobile-menu .btn-menu-toggler .icon-menu:before {
  content: "\e90d";
}
.mobile-menu .btn-menu-toggler.active .icon-menu:before, .mobile-menu .woocommerce-MyAccount-navigation .btn-menu-toggler.is-active .icon-menu:before, .woocommerce-MyAccount-navigation .mobile-menu .btn-menu-toggler.is-active .icon-menu:before {
  content: "\e90c";
}
.mobile-menu [class^=icon-] {
  font-size: 2rem;
}
.mobile-menu .icon-protocols {
  font-size: 2.4rem;
}
.mobile-menu .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.mobile-menu .navbar-brand img {
  height: 2.7rem;
}
.mobile-menu .navbar-collapse {
  position: relative;
}
.mobile-menu .navbar-collapse .modal {
  position: absolute;
}
.mobile-menu a.cart-contents {
  color: #fff;
}
.mobile-menu .mobile-menu-drawers .drawer-menu-item,
.mobile-menu .mobile-menu-drawers .offcanvas-backdrop {
  top: 69px;
}
.mobile-menu .mobile-menu-drawers .drawer-menu-item {
  padding: 0 2rem;
  overflow: auto;
}
.mobile-menu .mobile-menu-drawers .drawer-menu-item .drawer-menu-item-header {
  border-bottom: 2px solid #d9d9d9;
  margin-bottom: 2rem;
  padding: 2rem 0;
  position: sticky;
  top: 0;
  z-index: 1020;
  background-color: white;
}
.mobile-menu .mobile-menu-drawers .drawer-menu-item .drawer-menu-item-header h3, .mobile-menu .mobile-menu-drawers .drawer-menu-item .drawer-menu-item-header .h3 {
  font-weight: 600;
  font-size: 18px;
  margin: 0 !important;
  padding: 0;
  text-align: center;
}
.mobile-menu .mobile-menu-drawers .drawer-menu-item .drawer-menu-item-header a {
  color: #063f88;
  left: 0;
  padding-left: 18px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}
.mobile-menu .mobile-menu-drawers .drawer-menu-item .drawer-menu-item-header a::before {
  content: "\e913";
  transform: rotate(270deg);
  font-family: "icomoon";
  display: inline-block;
  vertical-align: middle;
  font-size: 3rem;
  transition: transform 0.2s ease-in-out;
  line-height: 24px;
  position: absolute;
  left: -8px;
}
.mobile-menu .mobile-menu-drawers .drawer-menu-item .menu-item a {
  line-height: 3rem;
  position: relative;
  padding: 0.5rem 0;
}
.mobile-menu .mobile-menu-drawers .drawer-menu-item .menu-item.has-icon a {
  align-items: center;
  display: flex;
  padding-left: 4rem;
}
.mobile-menu .mobile-menu-drawers .drawer-menu-item .menu-item.has-icon a [class^=icon-] {
  left: 0;
  line-height: 0;
  position: absolute;
}

.dropdown-item,
.drawer.menu-item {
  color: #063f88;
  text-decoration: none;
}
.dropdown-item a,
.drawer.menu-item a {
  text-decoration: underline;
}
.dropdown-item [class^=icon-],
.drawer.menu-item [class^=icon-] {
  color: #063f88;
  display: inline-block;
  margin-right: 1rem;
  text-align: center;
  text-decoration: none;
  width: 2rem;
}

#ahx-nav-bg {
  background-color: rgba(0, 0, 0, 0.5);
  display: block;
  height: 100vh;
  left: 0;
  position: fixed;
  top: 0;
  width: 100vw;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s;
}

.fade-in {
  opacity: 1 !important;
}

@media (min-width: 768px) {
  #main-nav {
    position: relative;
    z-index: 140;
    background-color: #fff;
  }
  #main-nav .navbar-nav {
    background-color: #fff;
    position: relative;
  }
  #main-nav .navbar-nav .menu-item-has-children .dropdown-menu {
    display: none;
  }
  #main-nav .navbar-nav .menu-item-has-children:hover > .dropdown-menu {
    display: block;
    margin-top: -3px;
  }
  #main-nav .navbar-nav .menu-item-has-children:hover > a.dropdown-toggle::after {
    transform: rotate(90deg);
  }
  #main-nav .navbar .nav-item .dropdown-menu {
    margin-top: 0;
  }
  #main-nav::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 3px;
    background-color: #063f88;
  }
}
#main_menu_container li.level-0 > .nav-link {
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
#main_menu_container a.dropdown-item {
  text-decoration: underline;
}

#navbarNavDropdown {
  height: 10rem;
}

/**
* Mobile Menu
*/
/*
#main-menu-mobile .navbar-nav .nav-link { 
    color: #fff !important;
}
*/
#main-nav .icon-menu {
  color: #fff;
  font-size: 2em;
}
#main-nav .navbar-toggler:not(.collapsed) .icon-menu:before {
  font-family: "icomoon";
  content: "\e90c";
}
#main-nav .icon-user,
#main-nav .icon-my-lists {
  font-size: 2.4rem;
}
#main-nav .my-lists-orders-text {
  width: 11rem;
  line-height: 1.2;
  font-size: 1.4rem;
}

/*
.menu-item-has-children.dropdown > .dropdown-menu {
    left: 100%;
    top: 0;
    min-width: 25rem;
}
*/
li.dropdown.level-0 {
  position: static;
}

.menu-item {
  min-width: -moz-fit-content;
  min-width: fit-content;
}

.level-1 ul.dropdown-menu {
  left: 100% !important;
  top: 0;
}

#main-menu-mobile .level-1 .dropdown-menu.dropdown.show {
  position: absolute;
  top: 0;
  left: 0 !important;
  width: 100%;
  height: 100vh;
}

/* .nav-item.level-0 > a.dropdown-toggle:not(.collapsed) {
    border-bottom: $primary solid 2px;
}
.nav-item.level-0 > a.dropdown-toggle.collapsed {
    border-bottom: transparent solid 2px;
} */
/*
.menu-item-has-children .menu-item-has-children:hover>.dropdown-menu {
    display: none;
}
*/
/**
* https://github.com/understrap/understrap/issues/567
*/
/*
.menu-item-has-children .menu-item-has-children:hover>.dropdown-menu {
    display: inline-block;
    left: 9em;
    top: -1ex;
}
*/
/**
* Hidden menu items, show items on hover
*/
/*
.menu-item-has-children .menu-item-has-children:hover>.dropdown-menu {
    display: inline-block;
    left: 9em;
    top: -1ex;
}
*/
#main_menu_container .menu-item-has-children .menu-item-has-children:hover {
  background-color: WhiteSmoke;
}

.nav-link-stack {
  display: flex;
  flex-direction: column;
  align-items: center;
  font-size: 1.4rem;
}
.nav-link-stack .nav-link-stack-icon {
  font-size: 2rem;
}

/* 
.navbar-nav .level-1 [class^="icon-"] {
    color: $primary;
    margin-right: 1rem;
    text-decoration: none;
    width: 2rem;
}
 */
.nav-bar .icon-cart {
  font-size: 2rem;
}

.cart-contents-count {
  font-size: 1rem;
  padding: 0;
  width: 1.7rem;
  height: 1.7rem;
  line-height: 1.7rem;
}

.dropdown-toggle::after {
  content: "\e914";
  transform: rotate(180deg);
  font-family: "icomoon";
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  transition: transform 0.2s ease-in-out;
  margin-left: 0.5rem;
  line-height: 0;
}

.dropdown-menu {
  padding: 2rem 0;
  border: none;
}

.bg-menu-grey:not(.collapsed) ~ li,
.all-products-menu-item {
  background-color: #eee;
}
@media (max-width: 767.98px) {
  .bg-menu-grey:not(.collapsed) ~ li,
  .all-products-menu-item {
    background-color: #fff;
  }
}

.my-shop-menu-item {
  padding: 2rem 0 0 0;
}

.my-shop-menu-item span[class^=icon] {
  margin-left: 1rem;
}

.navbar-nav .level-1 a.nav-link {
  padding-left: 1.6rem;
}

.all-products-menu {
  border-top: #d9d9d9 solid 1px;
  padding: 2rem 1rem;
  /*
  @include media-breakpoint-down(md) {
      position: absolute;
      top: 1.5rem;
      left: 0;
      height: 100vh;
  }
  */
}

#main-menu-mobile .all-products-menu-mobile {
  position: absolute;
  top: 1.5rem;
  left: 0;
  height: 100vh;
  background-color: #fff;
}
#main-menu-mobile .all-products-menu-mobile a.dropdown-toggle {
  border-bottom: #d9d9d9 solid 2px;
  padding-bottom: 2rem;
}

/*
.dropdown:hover .dropdown-menu{
    display: block;
}
*/
/*
.dropdown-toggle:hover + .dropdown-menu {
    display: block;
}
*/
/**
* Cart Modal 
*/
.mini-cart-modal__footer > div {
  margin: 1rem 2rem;
}
.mini-cart-modal__right {
  position: fixed;
  margin: auto;
  width: 100%;
  height: 100%;
  right: 0;
  transform: translate3d(0%, 0, 0);
}
@media (min-width: 768px) {
  .mini-cart-modal__right {
    width: 59.5rem;
  }
}
.mini-cart-modal__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  color: #063f88;
  border-bottom: 1px solid #dee2e6;
}
.mini-cart-modal__header h3, .mini-cart-modal__header .h3 {
  font-size: 2.8rem;
}
.mini-cart-modal__header .icon-close {
  font-size: 3rem;
}
.mini-cart-modal__delivery {
  width: 200px;
  text-align: right;
}
.mini-cart-modal__subtotal, .mini-cart-modal__total {
  font-size: 1.8rem;
  font-weight: bold;
}

.modal.fade .mini-cart-modal__right {
  right: -59.5rem;
  transition: opacity 0.3s linear, right 0.3s ease-out;
}
@media (prefers-reduced-motion: reduce) {
  .modal.fade .mini-cart-modal__right {
    transition: none;
  }
}

.modal.fade.show .mini-cart-modal__right {
  right: 0;
}

#cart_modal {
  height: 100%;
}
#cart_modal .widget_shopping_cart_content {
  display: flex;
  flex-direction: column;
  border-radius: 0;
  flex-wrap: nowrap;
  max-height: 100%;
}
#cart_modal .header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 3rem;
  color: #063f88;
  border-bottom: 1px solid #dee2e6;
}
#cart_modal .header h3, #cart_modal .header .h3 {
  font-size: 2.8rem;
}
#cart_modal .header .icon-close {
  font-size: 3rem;
}
#cart_modal .body {
  flex-grow: 1;
  overflow: auto;
  min-height: 2em;
}
#cart_modal .footer {
  display: flex;
  flex-shrink: 0;
}
#cart_modal img {
  height: 10rem;
  width: 10rem;
  -o-object-fit: contain;
  object-fit: contain;
}
#cart_modal a.remove-item {
  text-decoration: none;
  display: flex;
  justify-content: end;
}
#cart_modal a.remove-item:before {
  font-family: "icomoon";
  content: "\e90c";
}
#cart_modal .modal-body {
  padding: 1rem 3rem;
}

.mini-cart-item .quantity .qty {
  width: 100%;
}
.mini-cart-item h4, .mini-cart-item .h4 {
  font-size: 1.8rem;
}

.mini-cart-item__right {
  font-size: 1.8rem;
  text-align: end;
}

.mini-cart__remove-all {
  font-size: 1.8rem;
}

.hero {
  position: relative;
  background-repeat: no-repeat;
  background-position-y: center;
  background-position-x: right;
  background-size: cover;
}
@media (max-width: 767.98px) {
  .hero {
    height: 46rem;
    background-size: contain;
    background-image: url("../images/hero-pigs-mobile.png");
    background-position-y: unset;
    background-position-x: unset;
    text-align: center;
    padding-bottom: 5rem !important;
  }
  .hero h1, .hero .h1 {
    margin-bottom: 2rem;
    font-size: 2.6rem;
  }
  .hero .register-btn {
    display: flex;
    justify-content: center;
  }
}
.hero .mission-statement {
  width: 40rem;
  font-size: 1.8rem;
  font-weight: 400;
}
.hero .mission-statement strong {
  font-weight: 700;
}

.prodairy .hero {
  background-size: 75%;
  background-image: url("../images/prodairy/hero.png");
}
@media (max-width: 767.98px) {
  .prodairy .hero {
    background-size: contain;
  }
}

.proswine .hero {
  background-image: url("../images/hero-pigs-resize.png");
}
.profeedlot .hero {
  background-size: 75%;
  background-image: url("../images/profeedlot/hero.jpg");
}
@media (max-width: 767.98px) {
  .profeedlot .hero {
    background-size: contain;
  }
}
@media (min-width: 768px) {
  .profeedlot .hero:before {
    width: 65rem;
  }
}

.hero:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  background: #063f88;
  height: 26rem;
  -webkit-clip-path: polygon(0 31%, 100% 0, 100% 100%, 0% 100%);
  clip-path: polygon(0 31%, 100% 0, 100% 100%, 0% 100%);
  max-width: 100%;
  width: 100%;
  /*
      https://stackoverflow.com/questions/47955102/how-to-create-a-slanted-background-with-css
  position: fixed;
    top: calc(50% - 1000px);
    left: 0;
    width: 500px;
    height:2000px;
    background: #000;
    transform: skew(-15deg);
    transform-origin:top;
      */
}
@media (min-width: 992px) {
  .hero:before {
    width: 80rem;
  }
}
@media (min-width: 768px) {
  .hero:before {
    height: 100%;
    width: 55rem;
    -webkit-clip-path: polygon(0 0, 100% 0, 63% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 63% 100%, 0% 100%);
  }
}

.home .bg-polygon {
  -webkit-clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%, 50% 0);
  clip-path: polygon(100% 25%, 100% 75%, 50% 100%, 0 75%, 0 25%, 50% 0);
  height: 21rem;
  width: 21rem;
}
.home .bg-polygon--light {
  margin-right: -4rem;
  background: rgba(196, 196, 196, 0.05);
}
.home .bg-polygon--dark {
  margin-right: -18rem;
  background: rgba(196, 196, 196, 0.15);
}
@media (min-width: 768px) {
  .home .bg-polygon {
    height: 43rem;
    width: 43rem;
  }
  .home .bg-polygon--dark {
    margin-right: -30rem;
  }
  .home .bg-polygon--light {
    margin-right: -10rem;
  }
}

@media (max-width: 767.98px) {
  .features .feature__text.order-1 {
    margin-left: 8.33333333%;
  }
  .features .feature__link {
    border-color: transparent;
    background-color: transparent;
    color: #063f88;
    padding: 0;
  }
}
.features h2, .features .h2 {
  color: #063f88;
  font-size: 2.2rem;
}
.features .intro,
.features .body {
  font-size: 1.4rem;
}
@media (min-width: 768px) {
  .features .intro,
  .features .body {
    font-size: 1.8rem;
  }
}

.testimonial {
  height: 53rem;
  background: #c8d9e2;
}
.testimonial img {
  -webkit-clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
  clip-path: polygon(25% 0%, 75% 0%, 100% 50%, 75% 100%, 25% 100%, 0% 50%);
}

.news-article img {
  height: 30rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-article a {
  color: var(--bs-body-color);
  text-decoration: none;
}

.more-news img {
  height: 1.6rem;
  width: 1.6rem;
  max-width: unset;
}
.more-news a {
  color: var(--bs-body-color);
  text-decoration: none;
}

.cta-banner {
  background-repeat: no-repeat;
  background-size: cover;
  background: linear-gradient(90deg, rgb(47, 114, 157) 0%, rgb(48, 44, 121) 100%, rgb(48, 44, 121) 100%);
}

.nav-pills button.nav-link {
  border: 1px solid #fff;
  color: #fff;
}
.nav-pills button.nav-link:hover {
  color: initial;
}

.home .nav-pills .nav-link.active, .home .nav-pills .woocommerce-MyAccount-navigation .nav-link.is-active, .woocommerce-MyAccount-navigation .home .nav-pills .nav-link.is-active {
  background: rgba(2, 43, 96, 0.7) !important;
  border-color: transparent;
}
.home .nav-pills .nav-link.active:hover, .home .nav-pills .woocommerce-MyAccount-navigation .nav-link.is-active:hover, .woocommerce-MyAccount-navigation .home .nav-pills .nav-link.is-active:hover {
  color: #fff;
}

.home .nav-pills .client-documents-more button {
  color: #fff;
}

.home .tab-pane .client-document-type-archive .client-document-item {
  background: rgba(2, 43, 96, 0.7);
  border-bottom: none;
  color: #fff;
  display: flex;
  font-size: 18px;
  padding: 0;
}
.home .tab-pane .client-document-type-archive .client-document-item.header {
  background: none;
  font-weight: 700;
}
.home .tab-pane .client-document-type-archive .client-document-item > div.history, .home .tab-pane .client-document-type-archive .client-document-item > div.version-action {
  display: none;
}
.home .tab-pane .client-document-type-archive .client-document-item > div.history[data-count="0"], .home .tab-pane .client-document-type-archive .client-document-item > div.version-action[data-count="0"] {
  display: none !important;
}
.home .tab-pane .client-document-type-archive .client-document-item > div, .home .tab-pane .client-document-type-archive .client-document-item > h4, .home .tab-pane .client-document-type-archive .client-document-item > .h4, .home .tab-pane .client-document-type-archive .client-document-item > a {
  padding: 1rem;
}
.home .tab-pane .client-document-type-archive .client-document-item h4, .home .tab-pane .client-document-type-archive .client-document-item .h4 {
  font-size: 16px;
  font-weight: normal;
  margin: 0;
  text-decoration: underline;
}
.home .tab-pane .client-document-type-archive .client-document-item a.attachments-icon, .home .tab-pane .client-document-type-archive .client-document-item a.version-action-icon {
  color: #fff;
}
.home .tab-pane .client-document-type-archive .client-document-item a.attachments-icon {
  display: inline-block;
  order: 4;
}
.home .tab-pane .client-document-type-archive .client-document-item a.attachments-icon svg {
  font-size: 1.75rem;
  margin: 0;
}
.home .tab-pane .client-document-type-archive .client-document-item .versions-container {
  padding: 0.25rem 0.5rem;
  background-color: #063f88;
  border: 1px solid rgba(2, 43, 96, 0.7);
  font-size: 14px;
}
.home .tab-pane .client-document-type-archive .client-document-item .versions-container .versions-header,
.home .tab-pane .client-document-type-archive .client-document-item .versions-container .versions {
  background: none;
}
.home .tab-pane .client-document-type-archive .client-document-item .versions-container .versions-header > div,
.home .tab-pane .client-document-type-archive .client-document-item .versions-container .versions > div {
  color: #fff;
}
.home .tab-pane .client-document-type-archive .client-document-item .versions-container .versions-header .version,
.home .tab-pane .client-document-type-archive .client-document-item .versions-container .versions .version {
  border-bottom: none;
  background-color: #063f88;
}
.home .tab-pane .client-document-type-archive .client-document-item .versions-container .versions-header .version a,
.home .tab-pane .client-document-type-archive .client-document-item .versions-container .versions .version a {
  color: #fff;
}
.home .tab-pane .icon-list {
  color: #fff;
}

@media (max-width: 767.98px) {
  .home .tab-pane .client-document-type-archive .client-document-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.15);
    flex-direction: column;
  }
  .home .tab-pane .client-document-type-archive .client-document-item:last-of-type, .home .tab-pane .client-document-type-archive .client-document-item.type-header {
    border-bottom: none;
  }
  .home .tab-pane .client-document-type-archive .client-document-item.header {
    display: none;
  }
  .home .feature__link {
    justify-content: flex-start;
  }
  .home .feature__link .icon-arrow-right {
    font-size: 2.4rem;
  }
}
.dashboard-cards {
  display: flex;
  flex-direction: column;
}
.dashboard-cards .card > a {
  text-decoration: none;
}
.dashboard-cards .card .card-body .row [class^=col-], .single-complaint .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-], .dashboard-cards .card .card-body .single-complaint .single-complaint-holder .complaint-body [class^=col-], .single-complaint .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-], .dashboard-cards .card .card-body .single-treatment-protocol #treatment .treatment-protocol-section [class^=col-], .single-treatment-protocol #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-],
.dashboard-cards .card .card-body .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section [class^=col-],
.single-treatment-protocol .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-], .dashboard-cards .card .card-body .single-treatment-protocol #treatment .single-treatment-protocol-header [class^=col-], .single-treatment-protocol #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-],
.dashboard-cards .card .card-body .single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-],
.single-treatment-protocol .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-], .dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section [class^=col-], .single-customer-protocol-holder .single-customer-protocol-content #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-],
.dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section [class^=col-],
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-],
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section [class^=col-],
.single-customer-protocol-holder .treatment-protocol-popup #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-],
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section [class^=col-],
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-],
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section [class^=col-],
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-],
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section [class^=col-],
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-],
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section [class^=col-],
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-],
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section [class^=col-],
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-], .dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header [class^=col-], .single-customer-protocol-holder .single-customer-protocol-content #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-],
.dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-],
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-],
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header [class^=col-],
.single-customer-protocol-holder .treatment-protocol-popup #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-],
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-],
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-],
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header [class^=col-],
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-],
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-],
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-],
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header [class^=col-],
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-],
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-],
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-], .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-],
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-],
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-],
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-], .dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body [class^=col-], .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-],
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body [class^=col-],
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-],
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body [class^=col-],
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-],
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body [class^=col-],
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-], .dashboard-cards .card .card-body .cta-news__items__wrap [class^=col-] {
  display: flex;
  align-items: center;
}
.dashboard-cards .card .card-body .row [class^=col-].text-center, .single-complaint .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-].text-center, .dashboard-cards .card .card-body .single-complaint .single-complaint-holder .complaint-body [class^=col-].text-center, .single-complaint .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-].text-center, .dashboard-cards .card .card-body .single-treatment-protocol #treatment .treatment-protocol-section [class^=col-].text-center, .single-treatment-protocol #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-center,
.dashboard-cards .card .card-body .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section [class^=col-].text-center,
.single-treatment-protocol .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-center, .dashboard-cards .card .card-body .single-treatment-protocol #treatment .single-treatment-protocol-header [class^=col-].text-center, .single-treatment-protocol #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-center,
.dashboard-cards .card .card-body .single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-].text-center,
.single-treatment-protocol .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-center, .dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section [class^=col-].text-center, .single-customer-protocol-holder .single-customer-protocol-content #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-center,
.dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section [class^=col-].text-center,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-center,
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section [class^=col-].text-center,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-center,
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section [class^=col-].text-center,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-center,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section [class^=col-].text-center,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-center,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section [class^=col-].text-center,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-center,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section [class^=col-].text-center,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-center,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section [class^=col-].text-center,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-center, .dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header [class^=col-].text-center, .single-customer-protocol-holder .single-customer-protocol-content #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-center,
.dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-].text-center,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-center,
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header [class^=col-].text-center,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-center,
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-].text-center,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-center,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header [class^=col-].text-center,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-center,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-].text-center,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-center,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header [class^=col-].text-center,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-center,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-].text-center,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-center, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-].text-center,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-].text-center,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-].text-center,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-].text-center, .dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body [class^=col-].text-center, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-].text-center,
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body [class^=col-].text-center,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-].text-center,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body [class^=col-].text-center,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-].text-center,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body [class^=col-].text-center,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-].text-center, .dashboard-cards .card .card-body .cta-news__items__wrap [class^=col-].text-center {
  justify-content: center;
}
.dashboard-cards .card .card-body .row [class^=col-].text-end, .single-complaint .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-].text-end, .dashboard-cards .card .card-body .single-complaint .single-complaint-holder .complaint-body [class^=col-].text-end, .single-complaint .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-].text-end, .dashboard-cards .card .card-body .single-treatment-protocol #treatment .treatment-protocol-section [class^=col-].text-end, .single-treatment-protocol #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-end,
.dashboard-cards .card .card-body .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section [class^=col-].text-end,
.single-treatment-protocol .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-end, .dashboard-cards .card .card-body .single-treatment-protocol #treatment .single-treatment-protocol-header [class^=col-].text-end, .single-treatment-protocol #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-end,
.dashboard-cards .card .card-body .single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-].text-end,
.single-treatment-protocol .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-end, .dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section [class^=col-].text-end, .single-customer-protocol-holder .single-customer-protocol-content #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-end,
.dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section [class^=col-].text-end,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-end,
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section [class^=col-].text-end,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-end,
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section [class^=col-].text-end,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-end,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section [class^=col-].text-end,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-end,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section [class^=col-].text-end,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-end,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section [class^=col-].text-end,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-end,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section [class^=col-].text-end,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .dashboard-cards .card .card-body .treatment-protocol-section [class^=col-].text-end, .dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header [class^=col-].text-end, .single-customer-protocol-holder .single-customer-protocol-content #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-end,
.dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-].text-end,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-end,
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header [class^=col-].text-end,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-end,
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-].text-end,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-end,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header [class^=col-].text-end,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-end,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-].text-end,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-end,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header [class^=col-].text-end,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-end,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header [class^=col-].text-end,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .dashboard-cards .card .card-body .single-treatment-protocol-header [class^=col-].text-end, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-].text-end,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-].text-end,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-].text-end,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .dashboard-cards .card .card-body .complaint-section-holder [class^=col-].text-end, .dashboard-cards .card .card-body .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body [class^=col-].text-end, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-].text-end,
.dashboard-cards .card .card-body .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body [class^=col-].text-end,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-].text-end,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body [class^=col-].text-end,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-].text-end,
.dashboard-cards .card .card-body .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body [class^=col-].text-end,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .dashboard-cards .card .card-body .complaint-body [class^=col-].text-end, .dashboard-cards .card .card-body .cta-news__items__wrap [class^=col-].text-end {
  justify-content: end;
}
.dashboard-cards .card .card-body h3, .dashboard-cards .card .card-body .h3 {
  margin: 0;
}
.dashboard-cards .card [class^=icon-] {
  font-size: 3rem;
}
.dashboard-cards h3, .dashboard-cards .h3 {
  font-size: 1.8rem;
}

@media (max-width: 767.98px) {
  .cta::before {
    content: "";
    position: absolute;
    width: 100%;
    -webkit-clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 6%, 100% 0, 100% 100%, 0% 100%);
    background: #063f88;
    bottom: 0;
    left: 0;
    height: 10rem;
  }
}
#pills-tab ul.dropdown-menu li {
  width: 100%;
}

#dashboard_widgets > div {
  cursor: grab;
  cursor: -webkit-grab;
}

.text-value {
  color: #c4c4c4;
  font-size: 1.8rem;
}

#tab_select {
  font-size: 1.8rem;
}

@media (min-width: 768px) {
  .features--row {
    height: 26rem;
  }
  .features--row [class^=col-] {
    max-height: 100%;
  }
  .features--row [class^=col-] img {
    max-height: 100%;
  }
}
.footer-logos img {
  height: 2rem;
  -o-object-fit: contain;
  object-fit: contain;
}

.footer-logo-apiam img {
  height: 5.9rem;
}

.news-tile a {
  color: var(--bs-body-color);
  text-decoration: none;
}
.news-tile.large__text {
  text-align: center;
}
.news-tile.large img {
  height: 29.3rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.news-tile.small {
  margin: 0 0 3rem;
}
.news-tile.small img {
  height: 9.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.news-grid-row {
  display: flex;
}
.news-grid-row .news-tile .news-tile-content {
  background-color: #067188;
  height: 22rem;
}
.news-grid-row .news-tile .news-tile-content a {
  color: #fff;
  text-decoration: none;
}
.news-grid-row .news-tile .news-tile-content img {
  filter: brightness(0) invert(1);
}
.news-grid-row .news-tile:nth-of-type(2n) .news-tile-content {
  background-color: #e1eeff;
  /*
  a {
      color: var(--bs-body-color);
  }
  */
}
.news-grid-row .news-tile:nth-of-type(2n) .news-tile-content img {
  filter: brightness(0) invert(0);
}
.news-grid-row .news-tile:nth-of-type(2n) .news-tile-content a {
  color: #000;
  text-decoration: none;
}
.news-grid-row .news-tile:nth-of-type(3n) .news-tile-content {
  color: #fff;
  background-color: #3e5d5f;
}
.news-grid-row .news-tile:nth-of-type(3n) .news-tile-content img {
  filter: brightness(0) invert(1);
}
.news-grid-row .news-tile:nth-of-type(3n) .news-tile-content a {
  color: #fff;
}
.news-grid-row .news-tile:nth-of-type(4n) .news-tile-content {
  background-color: #a1dbd6;
}
.news-grid-row .news-tile:nth-of-type(4n) .news-tile-content img {
  filter: brightness(0) invert(0);
}
.news-grid-row .news-tile:nth-of-type(4n) .news-tile-content a {
  color: var(--bs-body-color);
}

.news-ind__item {
  height: 22rem;
}
.news-ind__item--bg {
  height: 100%;
}
.news-ind__item--bg1 {
  background-color: #067188;
  color: #fff;
}
.news-ind__item--bg2 {
  background-color: #e1eeff;
}
.news-ind__item--bg3 {
  background-color: #3e5d5f;
  color: #fff;
}
.news-ind__item--bg4 {
  background-color: #a1dbd6;
}

.news-cta {
  background-color: #063f88;
}

.yith-wcwl-add-to-wishlist {
  margin-top: 0px;
}

/*
.single_add_to_wishlist.open-pretty-photo::after {
    margin-left: 3rem;
    content: '\e902';
    font-family: 'icomoon';
}
*/
a.add_to_wishlist,
.yith-wcwl-add-button a {
  text-decoration: none;
}

.carousel-control-prev-icon {
  transform: scaleX(-1);
}

.search-form .input-group-text,
.woocommerce-product-search .input-group-text {
  border-radius: 0;
  font-size: 2.6rem;
  border-right-width: 0;
  padding-left: 2.2rem;
}
.search-form input[type=search],
.woocommerce-product-search input[type=search] {
  border-radius: 0;
  font-size: 2.6rem;
  padding-left: 6rem;
  padding-right: 6rem;
}
.search-form input::-moz-placeholder, .woocommerce-product-search input::-moz-placeholder {
  font-weight: 600;
  font-family: "Roboto";
  font-size: 1.8rem;
  color: rgba(65, 65, 65, 0.8980392157);
}
.search-form input::placeholder,
.woocommerce-product-search input::placeholder {
  font-weight: 600;
  font-family: "Roboto";
  font-size: 1.8rem;
  color: rgba(65, 65, 65, 0.8980392157);
}
.search-form button.icon-search, .search-form button.icon-close,
.woocommerce-product-search button.icon-search,
.woocommerce-product-search button.icon-close {
  padding: 0 2rem;
}
.search-form button.icon-search svg, .search-form button.icon-close svg,
.woocommerce-product-search button.icon-search svg,
.woocommerce-product-search button.icon-close svg {
  width: 2.5rem !important;
  height: 2.5rem !important;
}
.search-form button.icon-search::before, .search-form button.icon-close::before,
.woocommerce-product-search button.icon-search::before,
.woocommerce-product-search button.icon-close::before {
  display: none;
}
.search-form .ahx-search-results .ais-Hits-item,
.woocommerce-product-search .ahx-search-results .ais-Hits-item {
  padding: 1rem 0;
}

/**
* Remove default carat for select
*/
select {
  /* for Firefox */
  -moz-appearance: none;
  /* for Safari, Chrome, Opera */
  -webkit-appearance: none;
  background: white url("../images/arrow-down.svg") no-repeat 96% 50%;
  background-size: 24px 24px;
}

select.text-white, select.cta-banner {
  background: white url("../images/arrow-down-white.svg") no-repeat 96% 50%;
}

/* for IE10 */
select::-ms-expand {
  display: none;
}

/**
* WooCommerce BlockUI spinner override
* Wishlist uses BlockUI, have their own spinner, do we override them all?? Remove .woocommerce class if we do want to
*/
.woocommerce .blockUI.blockOverlay:before,
.woocommerce .loader:before {
  background: unset;
  content: "";
  display: inline-block;
  width: 2rem;
  height: 2rem;
  border: 0.5rem solid #063f88;
  border-right-color: transparent;
  border-radius: 50%;
  animation: 0.75s linear infinite spinner-border;
  position: absolute;
  top: 50%;
  left: 50%;
}

/**
* Add to cart modal
*/
.add-to-cart-modal,
.add-to-list-modal {
  /* .single_add_to_cart_button {
      width: 100%;
      margin-top: 2rem;
  } */
}
.add-to-cart-modal .modal-header,
.add-to-list-modal .modal-header {
  border-bottom: none;
  padding: 2rem 2rem 1rem 4rem;
}
.add-to-cart-modal .modal-body,
.add-to-list-modal .modal-body {
  padding: 2rem 4rem 4rem 4rem;
}
.add-to-cart-modal .woocommerce-variation-price,
.add-to-list-modal .woocommerce-variation-price {
  font-size: 2.8rem;
  font-weight: bold;
  margin: 2rem 0rem;
}
.add-to-cart-modal .woocommerce-variable-add-to-cart,
.add-to-list-modal .woocommerce-variable-add-to-cart {
  justify-content: end;
}
.add-to-cart-modal .woocommerce-variable-add-to-cart > div:first-of-type,
.add-to-list-modal .woocommerce-variable-add-to-cart > div:first-of-type {
  display: none;
}
.add-to-cart-modal .woocommerce-variation-price,
.add-to-list-modal .woocommerce-variation-price {
  display: none !important;
}
.add-to-cart-modal .btn-close,
.add-to-list-modal .btn-close {
  filter: invert(15%) sepia(80%) saturate(2172%) hue-rotate(203deg) brightness(97%) contrast(98%);
  opacity: 1;
}

.add-to-list-modal .quantity {
  display: block !important;
}
.add-to-list-modal .quantity .qty {
  width: 100%;
}

.entry-footer {
  clear: both;
}

.woocommerce-breadcrumb,
.woocommerce-breadcrumb a {
  color: #063f88;
  font-size: 1.8rem;
  font-weight: bold;
}

.text-white > .woocommerce-breadcrumb, .sidebar-nav .accordion-item.highlight a > .woocommerce-breadcrumb, .cta-banner > .woocommerce-breadcrumb,
.text-white > .woocommerce-breadcrumb a,
.sidebar-nav .accordion-item.highlight a > .woocommerce-breadcrumb a,
.cta-banner > .woocommerce-breadcrumb a {
  color: #fff;
}

/**
* Contact Form 7
*/
.wpcf7-form .form-floating textarea.wpcf7-form-control.form-control {
  height: 20rem;
}

.toast .btn-close {
  opacity: 1;
  filter: brightness(0) saturate(100%) invert(91%) sepia(89%) saturate(1%) hue-rotate(93deg) brightness(113%) contrast(100%);
}

.fade-out {
  animation: fade 2s;
  -webkit-animation: fade 2s;
  -moz-animation: fade 2s;
}

/* Animate opacity */
@keyframes fade {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
/**
* Icons
*/
.icon-grey {
  filter: invert(99%) sepia(5%) saturate(163%) hue-rotate(179deg) brightness(114%) contrast(80%);
}

.icon-white {
  filter: brightness(100);
}

/*
* Report pages
*/
.client-document-type-archive .client-document-list,
.transaction-type-archive .transaction-list {
  font-size: 1.8rem !important;
}

.value-props {
  display: flex;
  align-items: center;
  flex-direction: column;
}
.value-props img {
  height: 8rem;
}
.value-props p {
  width: 17rem;
}
@media (max-width: 767.98px) {
  .value-props p {
    font-size: 1.6rem;
    width: 15rem;
  }
}
@media (max-width: 575.98px) {
  .value-props p {
    font-size: 1.6rem;
    width: 13rem;
  }
}

.grecaptcha-badge {
  z-index: 10;
}

.form-floating > label {
  color: rgba(0, 0, 0, 0.5);
}
.form-floating > .form-control:not(:-moz-placeholder-shown) ~ label, .woocommerce-checkout #nab_card_details .form-floating > input:not(:-moz-placeholder-shown) ~ label, .woocommerce-checkout #nab_card_details .form-floating > select:not(:-moz-placeholder-shown) ~ label, .widget_categories .form-floating > select:not(:-moz-placeholder-shown) ~ label, .widget_archive .form-floating > select:not(:-moz-placeholder-shown) ~ label {
  font-size: 1.2rem;
}
.form-floating > .form-control:not(:placeholder-shown) ~ label, .woocommerce-checkout #nab_card_details .form-floating > input:not(:placeholder-shown) ~ label,
.woocommerce-checkout #nab_card_details .form-floating > select:not(:placeholder-shown) ~ label, .widget_categories .form-floating > select:not(:placeholder-shown) ~ label,
.widget_archive .form-floating > select:not(:placeholder-shown) ~ label, .form-floating > .form-control:focus ~ label, .woocommerce-checkout #nab_card_details .form-floating > input:focus ~ label,
.woocommerce-checkout #nab_card_details .form-floating > select:focus ~ label, .widget_categories .form-floating > select:focus ~ label,
.widget_archive .form-floating > select:focus ~ label {
  font-size: 1.2rem;
}

/*
@media (min-width: 768px) {
    .carousel-item {
        margin-right: 0;
        flex: 0 0 33.333333%;
        display: block;
    }

    .carousel-inner {
        display: flex;
    }
}
*/
/**
* Examples of native Bootstrap Carousel, use Swiper JS instead
* https://codingyaar.com/bootstrap-carousel-multiple-items-increment-by-1/
* https://www.codeply.com/p/0CWffz76Q9
* Multiple products in one slide
* https://mdbootstrap.com/snippets/standard/mdbootstrap/2904002
* https://stackoverflow.com/questions/67120095/bootstrap-5-carousel-with-multiple-items
*/
/*
@include media-breakpoint-up(md) {
    .carousel-item {
        margin-right: 2rem;
        flex: 0 0 23.88%;
        display: inline-block;
    }

    .carousel-inner {
        display: flex;
    }

    .carousel-control-next {
        right: -9rem;
    }

    .carousel-control-prev {
        left: -9rem;
    }

    .carousel-product {
        display: flex;
    }
}

.carousel-item {
    height: 46rem;
}

.carousel-product {
    @extend .h-100;
    padding: 2rem;
    border: 1px solid rgba(0, 0, 0, 0.2);

    img {
        height: 24rem;
        object-fit: contain;
    }
}
*/
/**
* Swiper JS
*/
.swiper-slide {
  background-color: #fff;
}

.product.before-visible::before {
  visibility: visible;
}

.swiper-product {
  /*
  img {
      height: 30rem;
      object-fit: contain;
      display: block;
      margin-left: auto;
      margin-right: auto;
  }
  */
}

.product::before {
  content: " ";
  z-index: 10;
  display: block;
  visibility: hidden;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  background: rgba(255, 255, 255, 0.8);
}
.product .add-cart-spinner {
  z-index: 15;
  display: flex;
  position: absolute;
  align-items: center;
  width: calc(100% - 40px);
  height: 100%;
  justify-content: center;
}
.product .add-cart-spinner .spinner-border {
  width: 4rem;
  height: 4rem;
}
.product .add-cart-overlay {
  z-index: 10;
  position: absolute;
  width: calc(100% - 40px);
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}
.product .add-cart-overlay .btn, .product .add-cart-overlay .woocommerce-checkout #jsPayButton, .woocommerce-checkout .product .add-cart-overlay #jsPayButton, .product .add-cart-overlay .woocommerce-checkout #place_order, .woocommerce-checkout .product .add-cart-overlay #place_order,
.product .add-cart-overlay .woocommerce-view-order #place_order,
.woocommerce-view-order .product .add-cart-overlay #place_order, .product .add-cart-overlay .woocommerce-notices-wrapper .woocommerce-message a.button, .woocommerce-notices-wrapper .woocommerce-message .product .add-cart-overlay a.button, .product .add-cart-overlay .woocommerce-info a.button, .woocommerce-info .product .add-cart-overlay a.button {
  width: 100%;
}

.bg-grey {
  background-color: #f9f9f9;
}

.bg-dark-blue {
  background-color: #002E68;
}

.bg-light-blue {
  background-color: #E7ECF2;
}

.bg-skewed {
  /*background: #41ade5;*/
  position: relative;
  z-index: 1;
}
.bg-skewed:after {
  background: inherit;
  content: "";
  display: block;
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: -1;
  -webkit-backface-visibility: hidden;
}
.bg-skewed:before {
  top: 0;
  transform: skewY(1.5deg);
  transform-origin: 100% 0;
}
.bg-skewed:after {
  bottom: 0;
  transform: skewY(-1.5deg);
  transform-origin: 100%;
}

.yith-wcwl-popup-form .wishlist-select {
  width: 100%;
}
.yith-wcwl-popup-form .popup-description {
  width: 33rem;
  margin: auto;
}

.pp_content_container .yith-wcwl-popup-feedback .heading-icon {
  display: none;
}

.delete_item .icon-my-lists {
  color: #585858;
}

table.wishlist_table {
  font-size: 100%;
}

table.wishlist_table thead th {
  border-top: none;
}

.wishlist_table {
  font-size: 1.6rem;
  /*
  td.wishlist-delete {
      display: flex;
      flex-direction: column;
      align-items: center;
  }
  */
}
.wishlist_table tr td {
  text-align: left;
}
.wishlist_table td.wishlist-delete {
  text-align: center;
}
.wishlist_table .wishlist-delete__icon {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.wishlist_table .icon-delete-text {
  font-size: 1.4rem;
}
.wishlist_table a.wishlist-delete-btn {
  text-decoration: none;
  font-size: 2rem;
}
.wishlist_table td.product-quantity.quantity {
  padding: 0 !important;
}

.wishlist_table .product-add-to-cart .add-to-cart-container {
  min-width: 12rem;
}

@media (max-width: 767.98px) {
  .yith_wcwl_wishlist_footer .yith_wcwl_footer_additional_action {
    float: right;
  }
  .wishlist_table .product-add-to-cart a {
    display: table-cell;
    margin: 0.5rem 0 !important;
    text-align: right !important;
    float: right;
  }
  .wishlist_table .product-add-to-cart .add-to-cart-container {
    text-align: right !important;
  }
}
.cta-news img {
  height: 9.5rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.cta-news__title {
  color: #063f88;
}
.cta-news__items__wrap {
  transition: transform 0.5s;
}
.cta-news__items__wrap:hover {
  transform: scale(1.05);
}

.cta-related__title {
  color: #063f88;
  margin-bottom: 0;
}
.cta-related .swiper-wrapper {
  height: initial;
}

.client-document-type-archive .client-document-list,
.client-document-type-archive .transaction-list,
.client-document-type-archive .statement-list,
.transaction-type-archive .client-document-list,
.transaction-type-archive .transaction-list,
.transaction-type-archive .statement-list,
.statement-archive .client-document-list,
.statement-archive .transaction-list,
.statement-archive .statement-list {
  color: #6f6f6f;
  font-size: 14px;
  line-height: 24px;
  display: flex;
  flex-direction: column;
}
.client-document-type-archive .client-document-list a.attachments-icon,
.client-document-type-archive .client-document-list a.version-action-icon,
.client-document-type-archive .transaction-list a.attachments-icon,
.client-document-type-archive .transaction-list a.version-action-icon,
.client-document-type-archive .statement-list a.attachments-icon,
.client-document-type-archive .statement-list a.version-action-icon,
.transaction-type-archive .client-document-list a.attachments-icon,
.transaction-type-archive .client-document-list a.version-action-icon,
.transaction-type-archive .transaction-list a.attachments-icon,
.transaction-type-archive .transaction-list a.version-action-icon,
.transaction-type-archive .statement-list a.attachments-icon,
.transaction-type-archive .statement-list a.version-action-icon,
.statement-archive .client-document-list a.attachments-icon,
.statement-archive .client-document-list a.version-action-icon,
.statement-archive .transaction-list a.attachments-icon,
.statement-archive .transaction-list a.version-action-icon,
.statement-archive .statement-list a.attachments-icon,
.statement-archive .statement-list a.version-action-icon {
  font-size: 2.5rem;
}
.client-document-type-archive .client-document-list .client-document-item,
.client-document-type-archive .client-document-list .transaction-item,
.client-document-type-archive .client-document-list .statement-item,
.client-document-type-archive .transaction-list .client-document-item,
.client-document-type-archive .transaction-list .transaction-item,
.client-document-type-archive .transaction-list .statement-item,
.client-document-type-archive .statement-list .client-document-item,
.client-document-type-archive .statement-list .transaction-item,
.client-document-type-archive .statement-list .statement-item,
.transaction-type-archive .client-document-list .client-document-item,
.transaction-type-archive .client-document-list .transaction-item,
.transaction-type-archive .client-document-list .statement-item,
.transaction-type-archive .transaction-list .client-document-item,
.transaction-type-archive .transaction-list .transaction-item,
.transaction-type-archive .transaction-list .statement-item,
.transaction-type-archive .statement-list .client-document-item,
.transaction-type-archive .statement-list .transaction-item,
.transaction-type-archive .statement-list .statement-item,
.statement-archive .client-document-list .client-document-item,
.statement-archive .client-document-list .transaction-item,
.statement-archive .client-document-list .statement-item,
.statement-archive .transaction-list .client-document-item,
.statement-archive .transaction-list .transaction-item,
.statement-archive .transaction-list .statement-item,
.statement-archive .statement-list .client-document-item,
.statement-archive .statement-list .transaction-item,
.statement-archive .statement-list .statement-item {
  display: flex;
  flex-direction: column;
}
.client-document-type-archive .client-document-list .client-document-item.header,
.client-document-type-archive .client-document-list .transaction-item.header,
.client-document-type-archive .client-document-list .statement-item.header,
.client-document-type-archive .transaction-list .client-document-item.header,
.client-document-type-archive .transaction-list .transaction-item.header,
.client-document-type-archive .transaction-list .statement-item.header,
.client-document-type-archive .statement-list .client-document-item.header,
.client-document-type-archive .statement-list .transaction-item.header,
.client-document-type-archive .statement-list .statement-item.header,
.transaction-type-archive .client-document-list .client-document-item.header,
.transaction-type-archive .client-document-list .transaction-item.header,
.transaction-type-archive .client-document-list .statement-item.header,
.transaction-type-archive .transaction-list .client-document-item.header,
.transaction-type-archive .transaction-list .transaction-item.header,
.transaction-type-archive .transaction-list .statement-item.header,
.transaction-type-archive .statement-list .client-document-item.header,
.transaction-type-archive .statement-list .transaction-item.header,
.transaction-type-archive .statement-list .statement-item.header,
.statement-archive .client-document-list .client-document-item.header,
.statement-archive .client-document-list .transaction-item.header,
.statement-archive .client-document-list .statement-item.header,
.statement-archive .transaction-list .client-document-item.header,
.statement-archive .transaction-list .transaction-item.header,
.statement-archive .transaction-list .statement-item.header,
.statement-archive .statement-list .client-document-item.header,
.statement-archive .statement-list .transaction-item.header,
.statement-archive .statement-list .statement-item.header {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #C2C9D1;
  font-weight: 600;
}
.client-document-type-archive .client-document-list .client-document-item.header .attachments-icon::before,
.client-document-type-archive .client-document-list .transaction-item.header .attachments-icon::before,
.client-document-type-archive .client-document-list .statement-item.header .attachments-icon::before,
.client-document-type-archive .transaction-list .client-document-item.header .attachments-icon::before,
.client-document-type-archive .transaction-list .transaction-item.header .attachments-icon::before,
.client-document-type-archive .transaction-list .statement-item.header .attachments-icon::before,
.client-document-type-archive .statement-list .client-document-item.header .attachments-icon::before,
.client-document-type-archive .statement-list .transaction-item.header .attachments-icon::before,
.client-document-type-archive .statement-list .statement-item.header .attachments-icon::before,
.transaction-type-archive .client-document-list .client-document-item.header .attachments-icon::before,
.transaction-type-archive .client-document-list .transaction-item.header .attachments-icon::before,
.transaction-type-archive .client-document-list .statement-item.header .attachments-icon::before,
.transaction-type-archive .transaction-list .client-document-item.header .attachments-icon::before,
.transaction-type-archive .transaction-list .transaction-item.header .attachments-icon::before,
.transaction-type-archive .transaction-list .statement-item.header .attachments-icon::before,
.transaction-type-archive .statement-list .client-document-item.header .attachments-icon::before,
.transaction-type-archive .statement-list .transaction-item.header .attachments-icon::before,
.transaction-type-archive .statement-list .statement-item.header .attachments-icon::before,
.statement-archive .client-document-list .client-document-item.header .attachments-icon::before,
.statement-archive .client-document-list .transaction-item.header .attachments-icon::before,
.statement-archive .client-document-list .statement-item.header .attachments-icon::before,
.statement-archive .transaction-list .client-document-item.header .attachments-icon::before,
.statement-archive .transaction-list .transaction-item.header .attachments-icon::before,
.statement-archive .transaction-list .statement-item.header .attachments-icon::before,
.statement-archive .statement-list .client-document-item.header .attachments-icon::before,
.statement-archive .statement-list .transaction-item.header .attachments-icon::before,
.statement-archive .statement-list .statement-item.header .attachments-icon::before {
  content: "";
}
.client-document-type-archive .client-document-list .client-document-item > div,
.client-document-type-archive .client-document-list .client-document-item > a,
.client-document-type-archive .client-document-list .transaction-item > div,
.client-document-type-archive .client-document-list .transaction-item > a,
.client-document-type-archive .client-document-list .statement-item > div,
.client-document-type-archive .client-document-list .statement-item > a,
.client-document-type-archive .transaction-list .client-document-item > div,
.client-document-type-archive .transaction-list .client-document-item > a,
.client-document-type-archive .transaction-list .transaction-item > div,
.client-document-type-archive .transaction-list .transaction-item > a,
.client-document-type-archive .transaction-list .statement-item > div,
.client-document-type-archive .transaction-list .statement-item > a,
.client-document-type-archive .statement-list .client-document-item > div,
.client-document-type-archive .statement-list .client-document-item > a,
.client-document-type-archive .statement-list .transaction-item > div,
.client-document-type-archive .statement-list .transaction-item > a,
.client-document-type-archive .statement-list .statement-item > div,
.client-document-type-archive .statement-list .statement-item > a,
.transaction-type-archive .client-document-list .client-document-item > div,
.transaction-type-archive .client-document-list .client-document-item > a,
.transaction-type-archive .client-document-list .transaction-item > div,
.transaction-type-archive .client-document-list .transaction-item > a,
.transaction-type-archive .client-document-list .statement-item > div,
.transaction-type-archive .client-document-list .statement-item > a,
.transaction-type-archive .transaction-list .client-document-item > div,
.transaction-type-archive .transaction-list .client-document-item > a,
.transaction-type-archive .transaction-list .transaction-item > div,
.transaction-type-archive .transaction-list .transaction-item > a,
.transaction-type-archive .transaction-list .statement-item > div,
.transaction-type-archive .transaction-list .statement-item > a,
.transaction-type-archive .statement-list .client-document-item > div,
.transaction-type-archive .statement-list .client-document-item > a,
.transaction-type-archive .statement-list .transaction-item > div,
.transaction-type-archive .statement-list .transaction-item > a,
.transaction-type-archive .statement-list .statement-item > div,
.transaction-type-archive .statement-list .statement-item > a,
.statement-archive .client-document-list .client-document-item > div,
.statement-archive .client-document-list .client-document-item > a,
.statement-archive .client-document-list .transaction-item > div,
.statement-archive .client-document-list .transaction-item > a,
.statement-archive .client-document-list .statement-item > div,
.statement-archive .client-document-list .statement-item > a,
.statement-archive .transaction-list .client-document-item > div,
.statement-archive .transaction-list .client-document-item > a,
.statement-archive .transaction-list .transaction-item > div,
.statement-archive .transaction-list .transaction-item > a,
.statement-archive .transaction-list .statement-item > div,
.statement-archive .transaction-list .statement-item > a,
.statement-archive .statement-list .client-document-item > div,
.statement-archive .statement-list .client-document-item > a,
.statement-archive .statement-list .transaction-item > div,
.statement-archive .statement-list .transaction-item > a,
.statement-archive .statement-list .statement-item > div,
.statement-archive .statement-list .statement-item > a {
  padding: 16px;
}
.client-document-type-archive .client-document-list .client-document-item a.version-action-icon,
.client-document-type-archive .client-document-list .transaction-item a.version-action-icon,
.client-document-type-archive .client-document-list .statement-item a.version-action-icon,
.client-document-type-archive .transaction-list .client-document-item a.version-action-icon,
.client-document-type-archive .transaction-list .transaction-item a.version-action-icon,
.client-document-type-archive .transaction-list .statement-item a.version-action-icon,
.client-document-type-archive .statement-list .client-document-item a.version-action-icon,
.client-document-type-archive .statement-list .transaction-item a.version-action-icon,
.client-document-type-archive .statement-list .statement-item a.version-action-icon,
.transaction-type-archive .client-document-list .client-document-item a.version-action-icon,
.transaction-type-archive .client-document-list .transaction-item a.version-action-icon,
.transaction-type-archive .client-document-list .statement-item a.version-action-icon,
.transaction-type-archive .transaction-list .client-document-item a.version-action-icon,
.transaction-type-archive .transaction-list .transaction-item a.version-action-icon,
.transaction-type-archive .transaction-list .statement-item a.version-action-icon,
.transaction-type-archive .statement-list .client-document-item a.version-action-icon,
.transaction-type-archive .statement-list .transaction-item a.version-action-icon,
.transaction-type-archive .statement-list .statement-item a.version-action-icon,
.statement-archive .client-document-list .client-document-item a.version-action-icon,
.statement-archive .client-document-list .transaction-item a.version-action-icon,
.statement-archive .client-document-list .statement-item a.version-action-icon,
.statement-archive .transaction-list .client-document-item a.version-action-icon,
.statement-archive .transaction-list .transaction-item a.version-action-icon,
.statement-archive .transaction-list .statement-item a.version-action-icon,
.statement-archive .statement-list .client-document-item a.version-action-icon,
.statement-archive .statement-list .transaction-item a.version-action-icon,
.statement-archive .statement-list .statement-item a.version-action-icon {
  color: #6f6f6f;
  text-decoration: none;
}
.client-document-type-archive .client-document-list .client-document-item a.version-action-icon::before,
.client-document-type-archive .client-document-list .transaction-item a.version-action-icon::before,
.client-document-type-archive .client-document-list .statement-item a.version-action-icon::before,
.client-document-type-archive .transaction-list .client-document-item a.version-action-icon::before,
.client-document-type-archive .transaction-list .transaction-item a.version-action-icon::before,
.client-document-type-archive .transaction-list .statement-item a.version-action-icon::before,
.client-document-type-archive .statement-list .client-document-item a.version-action-icon::before,
.client-document-type-archive .statement-list .transaction-item a.version-action-icon::before,
.client-document-type-archive .statement-list .statement-item a.version-action-icon::before,
.transaction-type-archive .client-document-list .client-document-item a.version-action-icon::before,
.transaction-type-archive .client-document-list .transaction-item a.version-action-icon::before,
.transaction-type-archive .client-document-list .statement-item a.version-action-icon::before,
.transaction-type-archive .transaction-list .client-document-item a.version-action-icon::before,
.transaction-type-archive .transaction-list .transaction-item a.version-action-icon::before,
.transaction-type-archive .transaction-list .statement-item a.version-action-icon::before,
.transaction-type-archive .statement-list .client-document-item a.version-action-icon::before,
.transaction-type-archive .statement-list .transaction-item a.version-action-icon::before,
.transaction-type-archive .statement-list .statement-item a.version-action-icon::before,
.statement-archive .client-document-list .client-document-item a.version-action-icon::before,
.statement-archive .client-document-list .transaction-item a.version-action-icon::before,
.statement-archive .client-document-list .statement-item a.version-action-icon::before,
.statement-archive .transaction-list .client-document-item a.version-action-icon::before,
.statement-archive .transaction-list .transaction-item a.version-action-icon::before,
.statement-archive .transaction-list .statement-item a.version-action-icon::before,
.statement-archive .statement-list .client-document-item a.version-action-icon::before,
.statement-archive .statement-list .transaction-item a.version-action-icon::before,
.statement-archive .statement-list .statement-item a.version-action-icon::before {
  content: "\e914";
  display: block;
  font-family: "icomoon" !important;
  transform: rotate(180deg);
}
.client-document-type-archive .client-document-list .client-document-item a.version-action-icon i,
.client-document-type-archive .client-document-list .transaction-item a.version-action-icon i,
.client-document-type-archive .client-document-list .statement-item a.version-action-icon i,
.client-document-type-archive .transaction-list .client-document-item a.version-action-icon i,
.client-document-type-archive .transaction-list .transaction-item a.version-action-icon i,
.client-document-type-archive .transaction-list .statement-item a.version-action-icon i,
.client-document-type-archive .statement-list .client-document-item a.version-action-icon i,
.client-document-type-archive .statement-list .transaction-item a.version-action-icon i,
.client-document-type-archive .statement-list .statement-item a.version-action-icon i,
.transaction-type-archive .client-document-list .client-document-item a.version-action-icon i,
.transaction-type-archive .client-document-list .transaction-item a.version-action-icon i,
.transaction-type-archive .client-document-list .statement-item a.version-action-icon i,
.transaction-type-archive .transaction-list .client-document-item a.version-action-icon i,
.transaction-type-archive .transaction-list .transaction-item a.version-action-icon i,
.transaction-type-archive .transaction-list .statement-item a.version-action-icon i,
.transaction-type-archive .statement-list .client-document-item a.version-action-icon i,
.transaction-type-archive .statement-list .transaction-item a.version-action-icon i,
.transaction-type-archive .statement-list .statement-item a.version-action-icon i,
.statement-archive .client-document-list .client-document-item a.version-action-icon i,
.statement-archive .client-document-list .transaction-item a.version-action-icon i,
.statement-archive .client-document-list .statement-item a.version-action-icon i,
.statement-archive .transaction-list .client-document-item a.version-action-icon i,
.statement-archive .transaction-list .transaction-item a.version-action-icon i,
.statement-archive .transaction-list .statement-item a.version-action-icon i,
.statement-archive .statement-list .client-document-item a.version-action-icon i,
.statement-archive .statement-list .transaction-item a.version-action-icon i,
.statement-archive .statement-list .statement-item a.version-action-icon i {
  display: none;
}
.client-document-type-archive .client-document-list .client-document-item .label_sm,
.client-document-type-archive .client-document-list .transaction-item .label_sm,
.client-document-type-archive .client-document-list .statement-item .label_sm,
.client-document-type-archive .transaction-list .client-document-item .label_sm,
.client-document-type-archive .transaction-list .transaction-item .label_sm,
.client-document-type-archive .transaction-list .statement-item .label_sm,
.client-document-type-archive .statement-list .client-document-item .label_sm,
.client-document-type-archive .statement-list .transaction-item .label_sm,
.client-document-type-archive .statement-list .statement-item .label_sm,
.transaction-type-archive .client-document-list .client-document-item .label_sm,
.transaction-type-archive .client-document-list .transaction-item .label_sm,
.transaction-type-archive .client-document-list .statement-item .label_sm,
.transaction-type-archive .transaction-list .client-document-item .label_sm,
.transaction-type-archive .transaction-list .transaction-item .label_sm,
.transaction-type-archive .transaction-list .statement-item .label_sm,
.transaction-type-archive .statement-list .client-document-item .label_sm,
.transaction-type-archive .statement-list .transaction-item .label_sm,
.transaction-type-archive .statement-list .statement-item .label_sm,
.statement-archive .client-document-list .client-document-item .label_sm,
.statement-archive .client-document-list .transaction-item .label_sm,
.statement-archive .client-document-list .statement-item .label_sm,
.statement-archive .transaction-list .client-document-item .label_sm,
.statement-archive .transaction-list .transaction-item .label_sm,
.statement-archive .transaction-list .statement-item .label_sm,
.statement-archive .statement-list .client-document-item .label_sm,
.statement-archive .statement-list .transaction-item .label_sm,
.statement-archive .statement-list .statement-item .label_sm {
  display: inline-block;
  font-weight: 800;
}
.client-document-type-archive .client-document-list .client-document-item .title,
.client-document-type-archive .client-document-list .transaction-item .title,
.client-document-type-archive .client-document-list .statement-item .title,
.client-document-type-archive .transaction-list .client-document-item .title,
.client-document-type-archive .transaction-list .transaction-item .title,
.client-document-type-archive .transaction-list .statement-item .title,
.client-document-type-archive .statement-list .client-document-item .title,
.client-document-type-archive .statement-list .transaction-item .title,
.client-document-type-archive .statement-list .statement-item .title,
.transaction-type-archive .client-document-list .client-document-item .title,
.transaction-type-archive .client-document-list .transaction-item .title,
.transaction-type-archive .client-document-list .statement-item .title,
.transaction-type-archive .transaction-list .client-document-item .title,
.transaction-type-archive .transaction-list .transaction-item .title,
.transaction-type-archive .transaction-list .statement-item .title,
.transaction-type-archive .statement-list .client-document-item .title,
.transaction-type-archive .statement-list .transaction-item .title,
.transaction-type-archive .statement-list .statement-item .title,
.statement-archive .client-document-list .client-document-item .title,
.statement-archive .client-document-list .transaction-item .title,
.statement-archive .client-document-list .statement-item .title,
.statement-archive .transaction-list .client-document-item .title,
.statement-archive .transaction-list .transaction-item .title,
.statement-archive .transaction-list .statement-item .title,
.statement-archive .statement-list .client-document-item .title,
.statement-archive .statement-list .transaction-item .title,
.statement-archive .statement-list .statement-item .title {
  order: 1;
}
.client-document-type-archive .client-document-list .client-document-item .date,
.client-document-type-archive .client-document-list .transaction-item .date,
.client-document-type-archive .client-document-list .statement-item .date,
.client-document-type-archive .transaction-list .client-document-item .date,
.client-document-type-archive .transaction-list .transaction-item .date,
.client-document-type-archive .transaction-list .statement-item .date,
.client-document-type-archive .statement-list .client-document-item .date,
.client-document-type-archive .statement-list .transaction-item .date,
.client-document-type-archive .statement-list .statement-item .date,
.transaction-type-archive .client-document-list .client-document-item .date,
.transaction-type-archive .client-document-list .transaction-item .date,
.transaction-type-archive .client-document-list .statement-item .date,
.transaction-type-archive .transaction-list .client-document-item .date,
.transaction-type-archive .transaction-list .transaction-item .date,
.transaction-type-archive .transaction-list .statement-item .date,
.transaction-type-archive .statement-list .client-document-item .date,
.transaction-type-archive .statement-list .transaction-item .date,
.transaction-type-archive .statement-list .statement-item .date,
.statement-archive .client-document-list .client-document-item .date,
.statement-archive .client-document-list .transaction-item .date,
.statement-archive .client-document-list .statement-item .date,
.statement-archive .transaction-list .client-document-item .date,
.statement-archive .transaction-list .transaction-item .date,
.statement-archive .transaction-list .statement-item .date,
.statement-archive .statement-list .client-document-item .date,
.statement-archive .statement-list .transaction-item .date,
.statement-archive .statement-list .statement-item .date {
  order: 2;
}
.client-document-type-archive .client-document-list .client-document-item .status,
.client-document-type-archive .client-document-list .transaction-item .status,
.client-document-type-archive .client-document-list .statement-item .status,
.client-document-type-archive .transaction-list .client-document-item .status,
.client-document-type-archive .transaction-list .transaction-item .status,
.client-document-type-archive .transaction-list .statement-item .status,
.client-document-type-archive .statement-list .client-document-item .status,
.client-document-type-archive .statement-list .transaction-item .status,
.client-document-type-archive .statement-list .statement-item .status,
.transaction-type-archive .client-document-list .client-document-item .status,
.transaction-type-archive .client-document-list .transaction-item .status,
.transaction-type-archive .client-document-list .statement-item .status,
.transaction-type-archive .transaction-list .client-document-item .status,
.transaction-type-archive .transaction-list .transaction-item .status,
.transaction-type-archive .transaction-list .statement-item .status,
.transaction-type-archive .statement-list .client-document-item .status,
.transaction-type-archive .statement-list .transaction-item .status,
.transaction-type-archive .statement-list .statement-item .status,
.statement-archive .client-document-list .client-document-item .status,
.statement-archive .client-document-list .transaction-item .status,
.statement-archive .client-document-list .statement-item .status,
.statement-archive .transaction-list .client-document-item .status,
.statement-archive .transaction-list .transaction-item .status,
.statement-archive .transaction-list .statement-item .status,
.statement-archive .statement-list .client-document-item .status,
.statement-archive .statement-list .transaction-item .status,
.statement-archive .statement-list .statement-item .status {
  order: 3;
}
.client-document-type-archive .client-document-list .client-document-item .attachments,
.client-document-type-archive .client-document-list .transaction-item .attachments,
.client-document-type-archive .client-document-list .statement-item .attachments,
.client-document-type-archive .transaction-list .client-document-item .attachments,
.client-document-type-archive .transaction-list .transaction-item .attachments,
.client-document-type-archive .transaction-list .statement-item .attachments,
.client-document-type-archive .statement-list .client-document-item .attachments,
.client-document-type-archive .statement-list .transaction-item .attachments,
.client-document-type-archive .statement-list .statement-item .attachments,
.transaction-type-archive .client-document-list .client-document-item .attachments,
.transaction-type-archive .client-document-list .transaction-item .attachments,
.transaction-type-archive .client-document-list .statement-item .attachments,
.transaction-type-archive .transaction-list .client-document-item .attachments,
.transaction-type-archive .transaction-list .transaction-item .attachments,
.transaction-type-archive .transaction-list .statement-item .attachments,
.transaction-type-archive .statement-list .client-document-item .attachments,
.transaction-type-archive .statement-list .transaction-item .attachments,
.transaction-type-archive .statement-list .statement-item .attachments,
.statement-archive .client-document-list .client-document-item .attachments,
.statement-archive .client-document-list .transaction-item .attachments,
.statement-archive .client-document-list .statement-item .attachments,
.statement-archive .transaction-list .client-document-item .attachments,
.statement-archive .transaction-list .transaction-item .attachments,
.statement-archive .transaction-list .statement-item .attachments,
.statement-archive .statement-list .client-document-item .attachments,
.statement-archive .statement-list .transaction-item .attachments,
.statement-archive .statement-list .statement-item .attachments {
  order: 4;
  overflow: hidden;
  padding: 0.5rem 0;
}
.client-document-type-archive .client-document-list .client-document-item .attachments ol,
.client-document-type-archive .client-document-list .transaction-item .attachments ol,
.client-document-type-archive .client-document-list .statement-item .attachments ol,
.client-document-type-archive .transaction-list .client-document-item .attachments ol,
.client-document-type-archive .transaction-list .transaction-item .attachments ol,
.client-document-type-archive .transaction-list .statement-item .attachments ol,
.client-document-type-archive .statement-list .client-document-item .attachments ol,
.client-document-type-archive .statement-list .transaction-item .attachments ol,
.client-document-type-archive .statement-list .statement-item .attachments ol,
.transaction-type-archive .client-document-list .client-document-item .attachments ol,
.transaction-type-archive .client-document-list .transaction-item .attachments ol,
.transaction-type-archive .client-document-list .statement-item .attachments ol,
.transaction-type-archive .transaction-list .client-document-item .attachments ol,
.transaction-type-archive .transaction-list .transaction-item .attachments ol,
.transaction-type-archive .transaction-list .statement-item .attachments ol,
.transaction-type-archive .statement-list .client-document-item .attachments ol,
.transaction-type-archive .statement-list .transaction-item .attachments ol,
.transaction-type-archive .statement-list .statement-item .attachments ol,
.statement-archive .client-document-list .client-document-item .attachments ol,
.statement-archive .client-document-list .transaction-item .attachments ol,
.statement-archive .client-document-list .statement-item .attachments ol,
.statement-archive .transaction-list .client-document-item .attachments ol,
.statement-archive .transaction-list .transaction-item .attachments ol,
.statement-archive .transaction-list .statement-item .attachments ol,
.statement-archive .statement-list .client-document-item .attachments ol,
.statement-archive .statement-list .transaction-item .attachments ol,
.statement-archive .statement-list .statement-item .attachments ol {
  margin-bottom: 0;
}
.client-document-type-archive .client-document-list .client-document-item .attachments ol li,
.client-document-type-archive .client-document-list .transaction-item .attachments ol li,
.client-document-type-archive .client-document-list .statement-item .attachments ol li,
.client-document-type-archive .transaction-list .client-document-item .attachments ol li,
.client-document-type-archive .transaction-list .transaction-item .attachments ol li,
.client-document-type-archive .transaction-list .statement-item .attachments ol li,
.client-document-type-archive .statement-list .client-document-item .attachments ol li,
.client-document-type-archive .statement-list .transaction-item .attachments ol li,
.client-document-type-archive .statement-list .statement-item .attachments ol li,
.transaction-type-archive .client-document-list .client-document-item .attachments ol li,
.transaction-type-archive .client-document-list .transaction-item .attachments ol li,
.transaction-type-archive .client-document-list .statement-item .attachments ol li,
.transaction-type-archive .transaction-list .client-document-item .attachments ol li,
.transaction-type-archive .transaction-list .transaction-item .attachments ol li,
.transaction-type-archive .transaction-list .statement-item .attachments ol li,
.transaction-type-archive .statement-list .client-document-item .attachments ol li,
.transaction-type-archive .statement-list .transaction-item .attachments ol li,
.transaction-type-archive .statement-list .statement-item .attachments ol li,
.statement-archive .client-document-list .client-document-item .attachments ol li,
.statement-archive .client-document-list .transaction-item .attachments ol li,
.statement-archive .client-document-list .statement-item .attachments ol li,
.statement-archive .transaction-list .client-document-item .attachments ol li,
.statement-archive .transaction-list .transaction-item .attachments ol li,
.statement-archive .transaction-list .statement-item .attachments ol li,
.statement-archive .statement-list .client-document-item .attachments ol li,
.statement-archive .statement-list .transaction-item .attachments ol li,
.statement-archive .statement-list .statement-item .attachments ol li {
  border-bottom: 1px solid #C2C9D1;
}
.client-document-type-archive .client-document-list .client-document-item .versions-container,
.client-document-type-archive .client-document-list .transaction-item .versions-container,
.client-document-type-archive .client-document-list .statement-item .versions-container,
.client-document-type-archive .transaction-list .client-document-item .versions-container,
.client-document-type-archive .transaction-list .transaction-item .versions-container,
.client-document-type-archive .transaction-list .statement-item .versions-container,
.client-document-type-archive .statement-list .client-document-item .versions-container,
.client-document-type-archive .statement-list .transaction-item .versions-container,
.client-document-type-archive .statement-list .statement-item .versions-container,
.transaction-type-archive .client-document-list .client-document-item .versions-container,
.transaction-type-archive .client-document-list .transaction-item .versions-container,
.transaction-type-archive .client-document-list .statement-item .versions-container,
.transaction-type-archive .transaction-list .client-document-item .versions-container,
.transaction-type-archive .transaction-list .transaction-item .versions-container,
.transaction-type-archive .transaction-list .statement-item .versions-container,
.transaction-type-archive .statement-list .client-document-item .versions-container,
.transaction-type-archive .statement-list .transaction-item .versions-container,
.transaction-type-archive .statement-list .statement-item .versions-container,
.statement-archive .client-document-list .client-document-item .versions-container,
.statement-archive .client-document-list .transaction-item .versions-container,
.statement-archive .client-document-list .statement-item .versions-container,
.statement-archive .transaction-list .client-document-item .versions-container,
.statement-archive .transaction-list .transaction-item .versions-container,
.statement-archive .transaction-list .statement-item .versions-container,
.statement-archive .statement-list .client-document-item .versions-container,
.statement-archive .statement-list .transaction-item .versions-container,
.statement-archive .statement-list .statement-item .versions-container {
  display: none;
  order: 4;
}
.client-document-type-archive .client-document-list .client-document-item .versions-container .versions-header,
.client-document-type-archive .client-document-list .transaction-item .versions-container .versions-header,
.client-document-type-archive .client-document-list .statement-item .versions-container .versions-header,
.client-document-type-archive .transaction-list .client-document-item .versions-container .versions-header,
.client-document-type-archive .transaction-list .transaction-item .versions-container .versions-header,
.client-document-type-archive .transaction-list .statement-item .versions-container .versions-header,
.client-document-type-archive .statement-list .client-document-item .versions-container .versions-header,
.client-document-type-archive .statement-list .transaction-item .versions-container .versions-header,
.client-document-type-archive .statement-list .statement-item .versions-container .versions-header,
.transaction-type-archive .client-document-list .client-document-item .versions-container .versions-header,
.transaction-type-archive .client-document-list .transaction-item .versions-container .versions-header,
.transaction-type-archive .client-document-list .statement-item .versions-container .versions-header,
.transaction-type-archive .transaction-list .client-document-item .versions-container .versions-header,
.transaction-type-archive .transaction-list .transaction-item .versions-container .versions-header,
.transaction-type-archive .transaction-list .statement-item .versions-container .versions-header,
.transaction-type-archive .statement-list .client-document-item .versions-container .versions-header,
.transaction-type-archive .statement-list .transaction-item .versions-container .versions-header,
.transaction-type-archive .statement-list .statement-item .versions-container .versions-header,
.statement-archive .client-document-list .client-document-item .versions-container .versions-header,
.statement-archive .client-document-list .transaction-item .versions-container .versions-header,
.statement-archive .client-document-list .statement-item .versions-container .versions-header,
.statement-archive .transaction-list .client-document-item .versions-container .versions-header,
.statement-archive .transaction-list .transaction-item .versions-container .versions-header,
.statement-archive .transaction-list .statement-item .versions-container .versions-header,
.statement-archive .statement-list .client-document-item .versions-container .versions-header,
.statement-archive .statement-list .transaction-item .versions-container .versions-header,
.statement-archive .statement-list .statement-item .versions-container .versions-header {
  display: none;
}
.client-document-type-archive .client-document-list .client-document-item .versions-container .versions,
.client-document-type-archive .client-document-list .transaction-item .versions-container .versions,
.client-document-type-archive .client-document-list .statement-item .versions-container .versions,
.client-document-type-archive .transaction-list .client-document-item .versions-container .versions,
.client-document-type-archive .transaction-list .transaction-item .versions-container .versions,
.client-document-type-archive .transaction-list .statement-item .versions-container .versions,
.client-document-type-archive .statement-list .client-document-item .versions-container .versions,
.client-document-type-archive .statement-list .transaction-item .versions-container .versions,
.client-document-type-archive .statement-list .statement-item .versions-container .versions,
.transaction-type-archive .client-document-list .client-document-item .versions-container .versions,
.transaction-type-archive .client-document-list .transaction-item .versions-container .versions,
.transaction-type-archive .client-document-list .statement-item .versions-container .versions,
.transaction-type-archive .transaction-list .client-document-item .versions-container .versions,
.transaction-type-archive .transaction-list .transaction-item .versions-container .versions,
.transaction-type-archive .transaction-list .statement-item .versions-container .versions,
.transaction-type-archive .statement-list .client-document-item .versions-container .versions,
.transaction-type-archive .statement-list .transaction-item .versions-container .versions,
.transaction-type-archive .statement-list .statement-item .versions-container .versions,
.statement-archive .client-document-list .client-document-item .versions-container .versions,
.statement-archive .client-document-list .transaction-item .versions-container .versions,
.statement-archive .client-document-list .statement-item .versions-container .versions,
.statement-archive .transaction-list .client-document-item .versions-container .versions,
.statement-archive .transaction-list .transaction-item .versions-container .versions,
.statement-archive .transaction-list .statement-item .versions-container .versions,
.statement-archive .statement-list .client-document-item .versions-container .versions,
.statement-archive .statement-list .transaction-item .versions-container .versions,
.statement-archive .statement-list .statement-item .versions-container .versions {
  display: block;
}
.client-document-type-archive .client-document-list .client-document-item .versions-container .versions .version,
.client-document-type-archive .client-document-list .transaction-item .versions-container .versions .version,
.client-document-type-archive .client-document-list .statement-item .versions-container .versions .version,
.client-document-type-archive .transaction-list .client-document-item .versions-container .versions .version,
.client-document-type-archive .transaction-list .transaction-item .versions-container .versions .version,
.client-document-type-archive .transaction-list .statement-item .versions-container .versions .version,
.client-document-type-archive .statement-list .client-document-item .versions-container .versions .version,
.client-document-type-archive .statement-list .transaction-item .versions-container .versions .version,
.client-document-type-archive .statement-list .statement-item .versions-container .versions .version,
.transaction-type-archive .client-document-list .client-document-item .versions-container .versions .version,
.transaction-type-archive .client-document-list .transaction-item .versions-container .versions .version,
.transaction-type-archive .client-document-list .statement-item .versions-container .versions .version,
.transaction-type-archive .transaction-list .client-document-item .versions-container .versions .version,
.transaction-type-archive .transaction-list .transaction-item .versions-container .versions .version,
.transaction-type-archive .transaction-list .statement-item .versions-container .versions .version,
.transaction-type-archive .statement-list .client-document-item .versions-container .versions .version,
.transaction-type-archive .statement-list .transaction-item .versions-container .versions .version,
.transaction-type-archive .statement-list .statement-item .versions-container .versions .version,
.statement-archive .client-document-list .client-document-item .versions-container .versions .version,
.statement-archive .client-document-list .transaction-item .versions-container .versions .version,
.statement-archive .client-document-list .statement-item .versions-container .versions .version,
.statement-archive .transaction-list .client-document-item .versions-container .versions .version,
.statement-archive .transaction-list .transaction-item .versions-container .versions .version,
.statement-archive .transaction-list .statement-item .versions-container .versions .version,
.statement-archive .statement-list .client-document-item .versions-container .versions .version,
.statement-archive .statement-list .transaction-item .versions-container .versions .version,
.statement-archive .statement-list .statement-item .versions-container .versions .version {
  position: relative;
  border-bottom: 1px solid #C2C9D1;
}
.client-document-type-archive .client-document-list .client-document-item .versions-container .versions .version .date,
.client-document-type-archive .client-document-list .client-document-item .versions-container .versions .version .attachment-link,
.client-document-type-archive .client-document-list .transaction-item .versions-container .versions .version .date,
.client-document-type-archive .client-document-list .transaction-item .versions-container .versions .version .attachment-link,
.client-document-type-archive .client-document-list .statement-item .versions-container .versions .version .date,
.client-document-type-archive .client-document-list .statement-item .versions-container .versions .version .attachment-link,
.client-document-type-archive .transaction-list .client-document-item .versions-container .versions .version .date,
.client-document-type-archive .transaction-list .client-document-item .versions-container .versions .version .attachment-link,
.client-document-type-archive .transaction-list .transaction-item .versions-container .versions .version .date,
.client-document-type-archive .transaction-list .transaction-item .versions-container .versions .version .attachment-link,
.client-document-type-archive .transaction-list .statement-item .versions-container .versions .version .date,
.client-document-type-archive .transaction-list .statement-item .versions-container .versions .version .attachment-link,
.client-document-type-archive .statement-list .client-document-item .versions-container .versions .version .date,
.client-document-type-archive .statement-list .client-document-item .versions-container .versions .version .attachment-link,
.client-document-type-archive .statement-list .transaction-item .versions-container .versions .version .date,
.client-document-type-archive .statement-list .transaction-item .versions-container .versions .version .attachment-link,
.client-document-type-archive .statement-list .statement-item .versions-container .versions .version .date,
.client-document-type-archive .statement-list .statement-item .versions-container .versions .version .attachment-link,
.transaction-type-archive .client-document-list .client-document-item .versions-container .versions .version .date,
.transaction-type-archive .client-document-list .client-document-item .versions-container .versions .version .attachment-link,
.transaction-type-archive .client-document-list .transaction-item .versions-container .versions .version .date,
.transaction-type-archive .client-document-list .transaction-item .versions-container .versions .version .attachment-link,
.transaction-type-archive .client-document-list .statement-item .versions-container .versions .version .date,
.transaction-type-archive .client-document-list .statement-item .versions-container .versions .version .attachment-link,
.transaction-type-archive .transaction-list .client-document-item .versions-container .versions .version .date,
.transaction-type-archive .transaction-list .client-document-item .versions-container .versions .version .attachment-link,
.transaction-type-archive .transaction-list .transaction-item .versions-container .versions .version .date,
.transaction-type-archive .transaction-list .transaction-item .versions-container .versions .version .attachment-link,
.transaction-type-archive .transaction-list .statement-item .versions-container .versions .version .date,
.transaction-type-archive .transaction-list .statement-item .versions-container .versions .version .attachment-link,
.transaction-type-archive .statement-list .client-document-item .versions-container .versions .version .date,
.transaction-type-archive .statement-list .client-document-item .versions-container .versions .version .attachment-link,
.transaction-type-archive .statement-list .transaction-item .versions-container .versions .version .date,
.transaction-type-archive .statement-list .transaction-item .versions-container .versions .version .attachment-link,
.transaction-type-archive .statement-list .statement-item .versions-container .versions .version .date,
.transaction-type-archive .statement-list .statement-item .versions-container .versions .version .attachment-link,
.statement-archive .client-document-list .client-document-item .versions-container .versions .version .date,
.statement-archive .client-document-list .client-document-item .versions-container .versions .version .attachment-link,
.statement-archive .client-document-list .transaction-item .versions-container .versions .version .date,
.statement-archive .client-document-list .transaction-item .versions-container .versions .version .attachment-link,
.statement-archive .client-document-list .statement-item .versions-container .versions .version .date,
.statement-archive .client-document-list .statement-item .versions-container .versions .version .attachment-link,
.statement-archive .transaction-list .client-document-item .versions-container .versions .version .date,
.statement-archive .transaction-list .client-document-item .versions-container .versions .version .attachment-link,
.statement-archive .transaction-list .transaction-item .versions-container .versions .version .date,
.statement-archive .transaction-list .transaction-item .versions-container .versions .version .attachment-link,
.statement-archive .transaction-list .statement-item .versions-container .versions .version .date,
.statement-archive .transaction-list .statement-item .versions-container .versions .version .attachment-link,
.statement-archive .statement-list .client-document-item .versions-container .versions .version .date,
.statement-archive .statement-list .client-document-item .versions-container .versions .version .attachment-link,
.statement-archive .statement-list .transaction-item .versions-container .versions .version .date,
.statement-archive .statement-list .transaction-item .versions-container .versions .version .attachment-link,
.statement-archive .statement-list .statement-item .versions-container .versions .version .date,
.statement-archive .statement-list .statement-item .versions-container .versions .version .attachment-link {
  margin-left: 3rem;
}
.client-document-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.client-document-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.client-document-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.client-document-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.client-document-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.client-document-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.client-document-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.client-document-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.client-document-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.transaction-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.transaction-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.transaction-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.transaction-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.transaction-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.transaction-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.transaction-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.transaction-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.transaction-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.statement-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.statement-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.statement-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.statement-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.statement-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.statement-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.statement-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.statement-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
.statement-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon {
  cursor: pointer;
  position: absolute;
  left: 0.5rem;
  top: 0;
}
.client-document-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.client-document-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.client-document-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.client-document-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.client-document-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.client-document-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.client-document-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.client-document-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.client-document-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.client-document-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.client-document-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.client-document-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.client-document-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.client-document-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.client-document-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.client-document-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.client-document-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.client-document-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.transaction-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.transaction-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.transaction-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.transaction-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.transaction-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.transaction-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.transaction-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.transaction-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.transaction-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.transaction-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.transaction-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.transaction-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.transaction-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.transaction-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.transaction-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.transaction-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.transaction-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.transaction-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.statement-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.statement-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.statement-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.statement-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.statement-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.statement-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.statement-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.statement-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.statement-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.statement-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.statement-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.statement-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.statement-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.statement-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.statement-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.statement-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
.statement-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
.statement-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i {
  font-size: 2rem;
  margin: 0.5rem 0;
}
@media (min-width: 768px) {
  .client-document-type-archive .client-document-list .client-document-item,
  .client-document-type-archive .client-document-list .transaction-item,
  .client-document-type-archive .client-document-list .statement-item,
  .client-document-type-archive .transaction-list .client-document-item,
  .client-document-type-archive .transaction-list .transaction-item,
  .client-document-type-archive .transaction-list .statement-item,
  .client-document-type-archive .statement-list .client-document-item,
  .client-document-type-archive .statement-list .transaction-item,
  .client-document-type-archive .statement-list .statement-item,
  .transaction-type-archive .client-document-list .client-document-item,
  .transaction-type-archive .client-document-list .transaction-item,
  .transaction-type-archive .client-document-list .statement-item,
  .transaction-type-archive .transaction-list .client-document-item,
  .transaction-type-archive .transaction-list .transaction-item,
  .transaction-type-archive .transaction-list .statement-item,
  .transaction-type-archive .statement-list .client-document-item,
  .transaction-type-archive .statement-list .transaction-item,
  .transaction-type-archive .statement-list .statement-item,
  .statement-archive .client-document-list .client-document-item,
  .statement-archive .client-document-list .transaction-item,
  .statement-archive .client-document-list .statement-item,
  .statement-archive .transaction-list .client-document-item,
  .statement-archive .transaction-list .transaction-item,
  .statement-archive .transaction-list .statement-item,
  .statement-archive .statement-list .client-document-item,
  .statement-archive .statement-list .transaction-item,
  .statement-archive .statement-list .statement-item {
    align-items: center;
    flex-direction: row;
    min-height: initial;
    padding: 0.5rem;
  }
  .client-document-type-archive .client-document-list .client-document-item.header,
  .client-document-type-archive .client-document-list .transaction-item.header,
  .client-document-type-archive .client-document-list .statement-item.header,
  .client-document-type-archive .transaction-list .client-document-item.header,
  .client-document-type-archive .transaction-list .transaction-item.header,
  .client-document-type-archive .transaction-list .statement-item.header,
  .client-document-type-archive .statement-list .client-document-item.header,
  .client-document-type-archive .statement-list .transaction-item.header,
  .client-document-type-archive .statement-list .statement-item.header,
  .transaction-type-archive .client-document-list .client-document-item.header,
  .transaction-type-archive .client-document-list .transaction-item.header,
  .transaction-type-archive .client-document-list .statement-item.header,
  .transaction-type-archive .transaction-list .client-document-item.header,
  .transaction-type-archive .transaction-list .transaction-item.header,
  .transaction-type-archive .transaction-list .statement-item.header,
  .transaction-type-archive .statement-list .client-document-item.header,
  .transaction-type-archive .statement-list .transaction-item.header,
  .transaction-type-archive .statement-list .statement-item.header,
  .statement-archive .client-document-list .client-document-item.header,
  .statement-archive .client-document-list .transaction-item.header,
  .statement-archive .client-document-list .statement-item.header,
  .statement-archive .transaction-list .client-document-item.header,
  .statement-archive .transaction-list .transaction-item.header,
  .statement-archive .transaction-list .statement-item.header,
  .statement-archive .statement-list .client-document-item.header,
  .statement-archive .statement-list .transaction-item.header,
  .statement-archive .statement-list .statement-item.header {
    display: flex;
    flex-direction: row;
  }
  .client-document-type-archive .client-document-list .client-document-item.header .attachments-icon,
  .client-document-type-archive .client-document-list .transaction-item.header .attachments-icon,
  .client-document-type-archive .client-document-list .statement-item.header .attachments-icon,
  .client-document-type-archive .transaction-list .client-document-item.header .attachments-icon,
  .client-document-type-archive .transaction-list .transaction-item.header .attachments-icon,
  .client-document-type-archive .transaction-list .statement-item.header .attachments-icon,
  .client-document-type-archive .statement-list .client-document-item.header .attachments-icon,
  .client-document-type-archive .statement-list .transaction-item.header .attachments-icon,
  .client-document-type-archive .statement-list .statement-item.header .attachments-icon,
  .transaction-type-archive .client-document-list .client-document-item.header .attachments-icon,
  .transaction-type-archive .client-document-list .transaction-item.header .attachments-icon,
  .transaction-type-archive .client-document-list .statement-item.header .attachments-icon,
  .transaction-type-archive .transaction-list .client-document-item.header .attachments-icon,
  .transaction-type-archive .transaction-list .transaction-item.header .attachments-icon,
  .transaction-type-archive .transaction-list .statement-item.header .attachments-icon,
  .transaction-type-archive .statement-list .client-document-item.header .attachments-icon,
  .transaction-type-archive .statement-list .transaction-item.header .attachments-icon,
  .transaction-type-archive .statement-list .statement-item.header .attachments-icon,
  .statement-archive .client-document-list .client-document-item.header .attachments-icon,
  .statement-archive .client-document-list .transaction-item.header .attachments-icon,
  .statement-archive .client-document-list .statement-item.header .attachments-icon,
  .statement-archive .transaction-list .client-document-item.header .attachments-icon,
  .statement-archive .transaction-list .transaction-item.header .attachments-icon,
  .statement-archive .transaction-list .statement-item.header .attachments-icon,
  .statement-archive .statement-list .client-document-item.header .attachments-icon,
  .statement-archive .statement-list .transaction-item.header .attachments-icon,
  .statement-archive .statement-list .statement-item.header .attachments-icon {
    flex-basis: 20%;
  }
  .client-document-type-archive .client-document-list .client-document-item .info-holder,
  .client-document-type-archive .client-document-list .transaction-item .info-holder,
  .client-document-type-archive .client-document-list .statement-item .info-holder,
  .client-document-type-archive .transaction-list .client-document-item .info-holder,
  .client-document-type-archive .transaction-list .transaction-item .info-holder,
  .client-document-type-archive .transaction-list .statement-item .info-holder,
  .client-document-type-archive .statement-list .client-document-item .info-holder,
  .client-document-type-archive .statement-list .transaction-item .info-holder,
  .client-document-type-archive .statement-list .statement-item .info-holder,
  .transaction-type-archive .client-document-list .client-document-item .info-holder,
  .transaction-type-archive .client-document-list .transaction-item .info-holder,
  .transaction-type-archive .client-document-list .statement-item .info-holder,
  .transaction-type-archive .transaction-list .client-document-item .info-holder,
  .transaction-type-archive .transaction-list .transaction-item .info-holder,
  .transaction-type-archive .transaction-list .statement-item .info-holder,
  .transaction-type-archive .statement-list .client-document-item .info-holder,
  .transaction-type-archive .statement-list .transaction-item .info-holder,
  .transaction-type-archive .statement-list .statement-item .info-holder,
  .statement-archive .client-document-list .client-document-item .info-holder,
  .statement-archive .client-document-list .transaction-item .info-holder,
  .statement-archive .client-document-list .statement-item .info-holder,
  .statement-archive .transaction-list .client-document-item .info-holder,
  .statement-archive .transaction-list .transaction-item .info-holder,
  .statement-archive .transaction-list .statement-item .info-holder,
  .statement-archive .statement-list .client-document-item .info-holder,
  .statement-archive .statement-list .transaction-item .info-holder,
  .statement-archive .statement-list .statement-item .info-holder {
    display: flex;
    flex-direction: row;
    min-height: initial;
    width: 100%;
  }
  .client-document-type-archive .client-document-list .client-document-item .label_sm,
  .client-document-type-archive .client-document-list .transaction-item .label_sm,
  .client-document-type-archive .client-document-list .statement-item .label_sm,
  .client-document-type-archive .transaction-list .client-document-item .label_sm,
  .client-document-type-archive .transaction-list .transaction-item .label_sm,
  .client-document-type-archive .transaction-list .statement-item .label_sm,
  .client-document-type-archive .statement-list .client-document-item .label_sm,
  .client-document-type-archive .statement-list .transaction-item .label_sm,
  .client-document-type-archive .statement-list .statement-item .label_sm,
  .transaction-type-archive .client-document-list .client-document-item .label_sm,
  .transaction-type-archive .client-document-list .transaction-item .label_sm,
  .transaction-type-archive .client-document-list .statement-item .label_sm,
  .transaction-type-archive .transaction-list .client-document-item .label_sm,
  .transaction-type-archive .transaction-list .transaction-item .label_sm,
  .transaction-type-archive .transaction-list .statement-item .label_sm,
  .transaction-type-archive .statement-list .client-document-item .label_sm,
  .transaction-type-archive .statement-list .transaction-item .label_sm,
  .transaction-type-archive .statement-list .statement-item .label_sm,
  .statement-archive .client-document-list .client-document-item .label_sm,
  .statement-archive .client-document-list .transaction-item .label_sm,
  .statement-archive .client-document-list .statement-item .label_sm,
  .statement-archive .transaction-list .client-document-item .label_sm,
  .statement-archive .transaction-list .transaction-item .label_sm,
  .statement-archive .transaction-list .statement-item .label_sm,
  .statement-archive .statement-list .client-document-item .label_sm,
  .statement-archive .statement-list .transaction-item .label_sm,
  .statement-archive .statement-list .statement-item .label_sm {
    display: none;
  }
  .client-document-type-archive .client-document-list .client-document-item .date,
  .client-document-type-archive .client-document-list .transaction-item .date,
  .client-document-type-archive .client-document-list .statement-item .date,
  .client-document-type-archive .transaction-list .client-document-item .date,
  .client-document-type-archive .transaction-list .transaction-item .date,
  .client-document-type-archive .transaction-list .statement-item .date,
  .client-document-type-archive .statement-list .client-document-item .date,
  .client-document-type-archive .statement-list .transaction-item .date,
  .client-document-type-archive .statement-list .statement-item .date,
  .transaction-type-archive .client-document-list .client-document-item .date,
  .transaction-type-archive .client-document-list .transaction-item .date,
  .transaction-type-archive .client-document-list .statement-item .date,
  .transaction-type-archive .transaction-list .client-document-item .date,
  .transaction-type-archive .transaction-list .transaction-item .date,
  .transaction-type-archive .transaction-list .statement-item .date,
  .transaction-type-archive .statement-list .client-document-item .date,
  .transaction-type-archive .statement-list .transaction-item .date,
  .transaction-type-archive .statement-list .statement-item .date,
  .statement-archive .client-document-list .client-document-item .date,
  .statement-archive .client-document-list .transaction-item .date,
  .statement-archive .client-document-list .statement-item .date,
  .statement-archive .transaction-list .client-document-item .date,
  .statement-archive .transaction-list .transaction-item .date,
  .statement-archive .transaction-list .statement-item .date,
  .statement-archive .statement-list .client-document-item .date,
  .statement-archive .statement-list .transaction-item .date,
  .statement-archive .statement-list .statement-item .date {
    order: 1;
  }
  .client-document-type-archive .client-document-list .client-document-item .title,
  .client-document-type-archive .client-document-list .transaction-item .title,
  .client-document-type-archive .client-document-list .statement-item .title,
  .client-document-type-archive .transaction-list .client-document-item .title,
  .client-document-type-archive .transaction-list .transaction-item .title,
  .client-document-type-archive .transaction-list .statement-item .title,
  .client-document-type-archive .statement-list .client-document-item .title,
  .client-document-type-archive .statement-list .transaction-item .title,
  .client-document-type-archive .statement-list .statement-item .title,
  .transaction-type-archive .client-document-list .client-document-item .title,
  .transaction-type-archive .client-document-list .transaction-item .title,
  .transaction-type-archive .client-document-list .statement-item .title,
  .transaction-type-archive .transaction-list .client-document-item .title,
  .transaction-type-archive .transaction-list .transaction-item .title,
  .transaction-type-archive .transaction-list .statement-item .title,
  .transaction-type-archive .statement-list .client-document-item .title,
  .transaction-type-archive .statement-list .transaction-item .title,
  .transaction-type-archive .statement-list .statement-item .title,
  .statement-archive .client-document-list .client-document-item .title,
  .statement-archive .client-document-list .transaction-item .title,
  .statement-archive .client-document-list .statement-item .title,
  .statement-archive .transaction-list .client-document-item .title,
  .statement-archive .transaction-list .transaction-item .title,
  .statement-archive .transaction-list .statement-item .title,
  .statement-archive .statement-list .client-document-item .title,
  .statement-archive .statement-list .transaction-item .title,
  .statement-archive .statement-list .statement-item .title {
    order: 2;
  }
  .client-document-type-archive .client-document-list .client-document-item .status,
  .client-document-type-archive .client-document-list .transaction-item .status,
  .client-document-type-archive .client-document-list .statement-item .status,
  .client-document-type-archive .transaction-list .client-document-item .status,
  .client-document-type-archive .transaction-list .transaction-item .status,
  .client-document-type-archive .transaction-list .statement-item .status,
  .client-document-type-archive .statement-list .client-document-item .status,
  .client-document-type-archive .statement-list .transaction-item .status,
  .client-document-type-archive .statement-list .statement-item .status,
  .transaction-type-archive .client-document-list .client-document-item .status,
  .transaction-type-archive .client-document-list .transaction-item .status,
  .transaction-type-archive .client-document-list .statement-item .status,
  .transaction-type-archive .transaction-list .client-document-item .status,
  .transaction-type-archive .transaction-list .transaction-item .status,
  .transaction-type-archive .transaction-list .statement-item .status,
  .transaction-type-archive .statement-list .client-document-item .status,
  .transaction-type-archive .statement-list .transaction-item .status,
  .transaction-type-archive .statement-list .statement-item .status,
  .statement-archive .client-document-list .client-document-item .status,
  .statement-archive .client-document-list .transaction-item .status,
  .statement-archive .client-document-list .statement-item .status,
  .statement-archive .transaction-list .client-document-item .status,
  .statement-archive .transaction-list .transaction-item .status,
  .statement-archive .transaction-list .statement-item .status,
  .statement-archive .statement-list .client-document-item .status,
  .statement-archive .statement-list .transaction-item .status,
  .statement-archive .statement-list .statement-item .status {
    order: 3;
  }
  .client-document-type-archive .client-document-list .client-document-item .attachments-icon,
  .client-document-type-archive .client-document-list .transaction-item .attachments-icon,
  .client-document-type-archive .client-document-list .statement-item .attachments-icon,
  .client-document-type-archive .transaction-list .client-document-item .attachments-icon,
  .client-document-type-archive .transaction-list .transaction-item .attachments-icon,
  .client-document-type-archive .transaction-list .statement-item .attachments-icon,
  .client-document-type-archive .statement-list .client-document-item .attachments-icon,
  .client-document-type-archive .statement-list .transaction-item .attachments-icon,
  .client-document-type-archive .statement-list .statement-item .attachments-icon,
  .transaction-type-archive .client-document-list .client-document-item .attachments-icon,
  .transaction-type-archive .client-document-list .transaction-item .attachments-icon,
  .transaction-type-archive .client-document-list .statement-item .attachments-icon,
  .transaction-type-archive .transaction-list .client-document-item .attachments-icon,
  .transaction-type-archive .transaction-list .transaction-item .attachments-icon,
  .transaction-type-archive .transaction-list .statement-item .attachments-icon,
  .transaction-type-archive .statement-list .client-document-item .attachments-icon,
  .transaction-type-archive .statement-list .transaction-item .attachments-icon,
  .transaction-type-archive .statement-list .statement-item .attachments-icon,
  .statement-archive .client-document-list .client-document-item .attachments-icon,
  .statement-archive .client-document-list .transaction-item .attachments-icon,
  .statement-archive .client-document-list .statement-item .attachments-icon,
  .statement-archive .transaction-list .client-document-item .attachments-icon,
  .statement-archive .transaction-list .transaction-item .attachments-icon,
  .statement-archive .transaction-list .statement-item .attachments-icon,
  .statement-archive .statement-list .client-document-item .attachments-icon,
  .statement-archive .statement-list .transaction-item .attachments-icon,
  .statement-archive .statement-list .statement-item .attachments-icon {
    cursor: pointer;
    height: initial;
    order: 3;
    text-decoration: none;
    width: 2.5rem;
  }
  .client-document-type-archive .client-document-list .client-document-item .attachments-icon::before,
  .client-document-type-archive .client-document-list .transaction-item .attachments-icon::before,
  .client-document-type-archive .client-document-list .statement-item .attachments-icon::before,
  .client-document-type-archive .transaction-list .client-document-item .attachments-icon::before,
  .client-document-type-archive .transaction-list .transaction-item .attachments-icon::before,
  .client-document-type-archive .transaction-list .statement-item .attachments-icon::before,
  .client-document-type-archive .statement-list .client-document-item .attachments-icon::before,
  .client-document-type-archive .statement-list .transaction-item .attachments-icon::before,
  .client-document-type-archive .statement-list .statement-item .attachments-icon::before,
  .transaction-type-archive .client-document-list .client-document-item .attachments-icon::before,
  .transaction-type-archive .client-document-list .transaction-item .attachments-icon::before,
  .transaction-type-archive .client-document-list .statement-item .attachments-icon::before,
  .transaction-type-archive .transaction-list .client-document-item .attachments-icon::before,
  .transaction-type-archive .transaction-list .transaction-item .attachments-icon::before,
  .transaction-type-archive .transaction-list .statement-item .attachments-icon::before,
  .transaction-type-archive .statement-list .client-document-item .attachments-icon::before,
  .transaction-type-archive .statement-list .transaction-item .attachments-icon::before,
  .transaction-type-archive .statement-list .statement-item .attachments-icon::before,
  .statement-archive .client-document-list .client-document-item .attachments-icon::before,
  .statement-archive .client-document-list .transaction-item .attachments-icon::before,
  .statement-archive .client-document-list .statement-item .attachments-icon::before,
  .statement-archive .transaction-list .client-document-item .attachments-icon::before,
  .statement-archive .transaction-list .transaction-item .attachments-icon::before,
  .statement-archive .transaction-list .statement-item .attachments-icon::before,
  .statement-archive .statement-list .client-document-item .attachments-icon::before,
  .statement-archive .statement-list .transaction-item .attachments-icon::before,
  .statement-archive .statement-list .statement-item .attachments-icon::before {
    content: "\e91b";
    font-family: "icomoon" !important;
  }
  .client-document-type-archive .client-document-list .client-document-item .attachments-icon.toggle::after,
  .client-document-type-archive .client-document-list .transaction-item .attachments-icon.toggle::after,
  .client-document-type-archive .client-document-list .statement-item .attachments-icon.toggle::after,
  .client-document-type-archive .transaction-list .client-document-item .attachments-icon.toggle::after,
  .client-document-type-archive .transaction-list .transaction-item .attachments-icon.toggle::after,
  .client-document-type-archive .transaction-list .statement-item .attachments-icon.toggle::after,
  .client-document-type-archive .statement-list .client-document-item .attachments-icon.toggle::after,
  .client-document-type-archive .statement-list .transaction-item .attachments-icon.toggle::after,
  .client-document-type-archive .statement-list .statement-item .attachments-icon.toggle::after,
  .transaction-type-archive .client-document-list .client-document-item .attachments-icon.toggle::after,
  .transaction-type-archive .client-document-list .transaction-item .attachments-icon.toggle::after,
  .transaction-type-archive .client-document-list .statement-item .attachments-icon.toggle::after,
  .transaction-type-archive .transaction-list .client-document-item .attachments-icon.toggle::after,
  .transaction-type-archive .transaction-list .transaction-item .attachments-icon.toggle::after,
  .transaction-type-archive .transaction-list .statement-item .attachments-icon.toggle::after,
  .transaction-type-archive .statement-list .client-document-item .attachments-icon.toggle::after,
  .transaction-type-archive .statement-list .transaction-item .attachments-icon.toggle::after,
  .transaction-type-archive .statement-list .statement-item .attachments-icon.toggle::after,
  .statement-archive .client-document-list .client-document-item .attachments-icon.toggle::after,
  .statement-archive .client-document-list .transaction-item .attachments-icon.toggle::after,
  .statement-archive .client-document-list .statement-item .attachments-icon.toggle::after,
  .statement-archive .transaction-list .client-document-item .attachments-icon.toggle::after,
  .statement-archive .transaction-list .transaction-item .attachments-icon.toggle::after,
  .statement-archive .transaction-list .statement-item .attachments-icon.toggle::after,
  .statement-archive .statement-list .client-document-item .attachments-icon.toggle::after,
  .statement-archive .statement-list .transaction-item .attachments-icon.toggle::after,
  .statement-archive .statement-list .statement-item .attachments-icon.toggle::after {
    content: "\e914";
    display: block;
    transform: rotate(180deg);
    font-family: "icomoon" !important;
  }
  .client-document-type-archive .client-document-list .client-document-item .attachments-icon.toggle .document-count,
  .client-document-type-archive .client-document-list .transaction-item .attachments-icon.toggle .document-count,
  .client-document-type-archive .client-document-list .statement-item .attachments-icon.toggle .document-count,
  .client-document-type-archive .transaction-list .client-document-item .attachments-icon.toggle .document-count,
  .client-document-type-archive .transaction-list .transaction-item .attachments-icon.toggle .document-count,
  .client-document-type-archive .transaction-list .statement-item .attachments-icon.toggle .document-count,
  .client-document-type-archive .statement-list .client-document-item .attachments-icon.toggle .document-count,
  .client-document-type-archive .statement-list .transaction-item .attachments-icon.toggle .document-count,
  .client-document-type-archive .statement-list .statement-item .attachments-icon.toggle .document-count,
  .transaction-type-archive .client-document-list .client-document-item .attachments-icon.toggle .document-count,
  .transaction-type-archive .client-document-list .transaction-item .attachments-icon.toggle .document-count,
  .transaction-type-archive .client-document-list .statement-item .attachments-icon.toggle .document-count,
  .transaction-type-archive .transaction-list .client-document-item .attachments-icon.toggle .document-count,
  .transaction-type-archive .transaction-list .transaction-item .attachments-icon.toggle .document-count,
  .transaction-type-archive .transaction-list .statement-item .attachments-icon.toggle .document-count,
  .transaction-type-archive .statement-list .client-document-item .attachments-icon.toggle .document-count,
  .transaction-type-archive .statement-list .transaction-item .attachments-icon.toggle .document-count,
  .transaction-type-archive .statement-list .statement-item .attachments-icon.toggle .document-count,
  .statement-archive .client-document-list .client-document-item .attachments-icon.toggle .document-count,
  .statement-archive .client-document-list .transaction-item .attachments-icon.toggle .document-count,
  .statement-archive .client-document-list .statement-item .attachments-icon.toggle .document-count,
  .statement-archive .transaction-list .client-document-item .attachments-icon.toggle .document-count,
  .statement-archive .transaction-list .transaction-item .attachments-icon.toggle .document-count,
  .statement-archive .transaction-list .statement-item .attachments-icon.toggle .document-count,
  .statement-archive .statement-list .client-document-item .attachments-icon.toggle .document-count,
  .statement-archive .statement-list .transaction-item .attachments-icon.toggle .document-count,
  .statement-archive .statement-list .statement-item .attachments-icon.toggle .document-count {
    position: absolute;
    font-size: 11px;
    background-color: red;
    width: 14px;
    height: 14px;
    line-height: 14px;
    color: white;
    border-radius: 100%;
    left: 50%;
    transform: translate(11px, -5px);
  }
  .client-document-type-archive .client-document-list .client-document-item .attachments-icon i,
  .client-document-type-archive .client-document-list .transaction-item .attachments-icon i,
  .client-document-type-archive .client-document-list .statement-item .attachments-icon i,
  .client-document-type-archive .transaction-list .client-document-item .attachments-icon i,
  .client-document-type-archive .transaction-list .transaction-item .attachments-icon i,
  .client-document-type-archive .transaction-list .statement-item .attachments-icon i,
  .client-document-type-archive .statement-list .client-document-item .attachments-icon i,
  .client-document-type-archive .statement-list .transaction-item .attachments-icon i,
  .client-document-type-archive .statement-list .statement-item .attachments-icon i,
  .transaction-type-archive .client-document-list .client-document-item .attachments-icon i,
  .transaction-type-archive .client-document-list .transaction-item .attachments-icon i,
  .transaction-type-archive .client-document-list .statement-item .attachments-icon i,
  .transaction-type-archive .transaction-list .client-document-item .attachments-icon i,
  .transaction-type-archive .transaction-list .transaction-item .attachments-icon i,
  .transaction-type-archive .transaction-list .statement-item .attachments-icon i,
  .transaction-type-archive .statement-list .client-document-item .attachments-icon i,
  .transaction-type-archive .statement-list .transaction-item .attachments-icon i,
  .transaction-type-archive .statement-list .statement-item .attachments-icon i,
  .statement-archive .client-document-list .client-document-item .attachments-icon i,
  .statement-archive .client-document-list .transaction-item .attachments-icon i,
  .statement-archive .client-document-list .statement-item .attachments-icon i,
  .statement-archive .transaction-list .client-document-item .attachments-icon i,
  .statement-archive .transaction-list .transaction-item .attachments-icon i,
  .statement-archive .transaction-list .statement-item .attachments-icon i,
  .statement-archive .statement-list .client-document-item .attachments-icon i,
  .statement-archive .statement-list .transaction-item .attachments-icon i,
  .statement-archive .statement-list .statement-item .attachments-icon i {
    display: none;
  }
  .client-document-type-archive .client-document-list .client-document-item .attachments-icon .svg-inline--fa,
  .client-document-type-archive .client-document-list .client-document-item .attachments-icon i,
  .client-document-type-archive .client-document-list .transaction-item .attachments-icon .svg-inline--fa,
  .client-document-type-archive .client-document-list .transaction-item .attachments-icon i,
  .client-document-type-archive .client-document-list .statement-item .attachments-icon .svg-inline--fa,
  .client-document-type-archive .client-document-list .statement-item .attachments-icon i,
  .client-document-type-archive .transaction-list .client-document-item .attachments-icon .svg-inline--fa,
  .client-document-type-archive .transaction-list .client-document-item .attachments-icon i,
  .client-document-type-archive .transaction-list .transaction-item .attachments-icon .svg-inline--fa,
  .client-document-type-archive .transaction-list .transaction-item .attachments-icon i,
  .client-document-type-archive .transaction-list .statement-item .attachments-icon .svg-inline--fa,
  .client-document-type-archive .transaction-list .statement-item .attachments-icon i,
  .client-document-type-archive .statement-list .client-document-item .attachments-icon .svg-inline--fa,
  .client-document-type-archive .statement-list .client-document-item .attachments-icon i,
  .client-document-type-archive .statement-list .transaction-item .attachments-icon .svg-inline--fa,
  .client-document-type-archive .statement-list .transaction-item .attachments-icon i,
  .client-document-type-archive .statement-list .statement-item .attachments-icon .svg-inline--fa,
  .client-document-type-archive .statement-list .statement-item .attachments-icon i,
  .transaction-type-archive .client-document-list .client-document-item .attachments-icon .svg-inline--fa,
  .transaction-type-archive .client-document-list .client-document-item .attachments-icon i,
  .transaction-type-archive .client-document-list .transaction-item .attachments-icon .svg-inline--fa,
  .transaction-type-archive .client-document-list .transaction-item .attachments-icon i,
  .transaction-type-archive .client-document-list .statement-item .attachments-icon .svg-inline--fa,
  .transaction-type-archive .client-document-list .statement-item .attachments-icon i,
  .transaction-type-archive .transaction-list .client-document-item .attachments-icon .svg-inline--fa,
  .transaction-type-archive .transaction-list .client-document-item .attachments-icon i,
  .transaction-type-archive .transaction-list .transaction-item .attachments-icon .svg-inline--fa,
  .transaction-type-archive .transaction-list .transaction-item .attachments-icon i,
  .transaction-type-archive .transaction-list .statement-item .attachments-icon .svg-inline--fa,
  .transaction-type-archive .transaction-list .statement-item .attachments-icon i,
  .transaction-type-archive .statement-list .client-document-item .attachments-icon .svg-inline--fa,
  .transaction-type-archive .statement-list .client-document-item .attachments-icon i,
  .transaction-type-archive .statement-list .transaction-item .attachments-icon .svg-inline--fa,
  .transaction-type-archive .statement-list .transaction-item .attachments-icon i,
  .transaction-type-archive .statement-list .statement-item .attachments-icon .svg-inline--fa,
  .transaction-type-archive .statement-list .statement-item .attachments-icon i,
  .statement-archive .client-document-list .client-document-item .attachments-icon .svg-inline--fa,
  .statement-archive .client-document-list .client-document-item .attachments-icon i,
  .statement-archive .client-document-list .transaction-item .attachments-icon .svg-inline--fa,
  .statement-archive .client-document-list .transaction-item .attachments-icon i,
  .statement-archive .client-document-list .statement-item .attachments-icon .svg-inline--fa,
  .statement-archive .client-document-list .statement-item .attachments-icon i,
  .statement-archive .transaction-list .client-document-item .attachments-icon .svg-inline--fa,
  .statement-archive .transaction-list .client-document-item .attachments-icon i,
  .statement-archive .transaction-list .transaction-item .attachments-icon .svg-inline--fa,
  .statement-archive .transaction-list .transaction-item .attachments-icon i,
  .statement-archive .transaction-list .statement-item .attachments-icon .svg-inline--fa,
  .statement-archive .transaction-list .statement-item .attachments-icon i,
  .statement-archive .statement-list .client-document-item .attachments-icon .svg-inline--fa,
  .statement-archive .statement-list .client-document-item .attachments-icon i,
  .statement-archive .statement-list .transaction-item .attachments-icon .svg-inline--fa,
  .statement-archive .statement-list .transaction-item .attachments-icon i,
  .statement-archive .statement-list .statement-item .attachments-icon .svg-inline--fa,
  .statement-archive .statement-list .statement-item .attachments-icon i {
    display: none;
    font-size: 2rem;
    margin: 0.25rem 0;
  }
  .client-document-type-archive .client-document-list .client-document-item .attachments,
  .client-document-type-archive .client-document-list .transaction-item .attachments,
  .client-document-type-archive .client-document-list .statement-item .attachments,
  .client-document-type-archive .transaction-list .client-document-item .attachments,
  .client-document-type-archive .transaction-list .transaction-item .attachments,
  .client-document-type-archive .transaction-list .statement-item .attachments,
  .client-document-type-archive .statement-list .client-document-item .attachments,
  .client-document-type-archive .statement-list .transaction-item .attachments,
  .client-document-type-archive .statement-list .statement-item .attachments,
  .transaction-type-archive .client-document-list .client-document-item .attachments,
  .transaction-type-archive .client-document-list .transaction-item .attachments,
  .transaction-type-archive .client-document-list .statement-item .attachments,
  .transaction-type-archive .transaction-list .client-document-item .attachments,
  .transaction-type-archive .transaction-list .transaction-item .attachments,
  .transaction-type-archive .transaction-list .statement-item .attachments,
  .transaction-type-archive .statement-list .client-document-item .attachments,
  .transaction-type-archive .statement-list .transaction-item .attachments,
  .transaction-type-archive .statement-list .statement-item .attachments,
  .statement-archive .client-document-list .client-document-item .attachments,
  .statement-archive .client-document-list .transaction-item .attachments,
  .statement-archive .client-document-list .statement-item .attachments,
  .statement-archive .transaction-list .client-document-item .attachments,
  .statement-archive .transaction-list .transaction-item .attachments,
  .statement-archive .transaction-list .statement-item .attachments,
  .statement-archive .statement-list .client-document-item .attachments,
  .statement-archive .statement-list .transaction-item .attachments,
  .statement-archive .statement-list .statement-item .attachments {
    padding: 24px;
  }
  .client-document-type-archive .client-document-list .client-document-item .attachments li,
  .client-document-type-archive .client-document-list .transaction-item .attachments li,
  .client-document-type-archive .client-document-list .statement-item .attachments li,
  .client-document-type-archive .transaction-list .client-document-item .attachments li,
  .client-document-type-archive .transaction-list .transaction-item .attachments li,
  .client-document-type-archive .transaction-list .statement-item .attachments li,
  .client-document-type-archive .statement-list .client-document-item .attachments li,
  .client-document-type-archive .statement-list .transaction-item .attachments li,
  .client-document-type-archive .statement-list .statement-item .attachments li,
  .transaction-type-archive .client-document-list .client-document-item .attachments li,
  .transaction-type-archive .client-document-list .transaction-item .attachments li,
  .transaction-type-archive .client-document-list .statement-item .attachments li,
  .transaction-type-archive .transaction-list .client-document-item .attachments li,
  .transaction-type-archive .transaction-list .transaction-item .attachments li,
  .transaction-type-archive .transaction-list .statement-item .attachments li,
  .transaction-type-archive .statement-list .client-document-item .attachments li,
  .transaction-type-archive .statement-list .transaction-item .attachments li,
  .transaction-type-archive .statement-list .statement-item .attachments li,
  .statement-archive .client-document-list .client-document-item .attachments li,
  .statement-archive .client-document-list .transaction-item .attachments li,
  .statement-archive .client-document-list .statement-item .attachments li,
  .statement-archive .transaction-list .client-document-item .attachments li,
  .statement-archive .transaction-list .transaction-item .attachments li,
  .statement-archive .transaction-list .statement-item .attachments li,
  .statement-archive .statement-list .client-document-item .attachments li,
  .statement-archive .statement-list .transaction-item .attachments li,
  .statement-archive .statement-list .statement-item .attachments li {
    line-height: 24px;
    padding: 10px;
  }
  .client-document-type-archive .client-document-list .client-document-item .version-action i,
  .client-document-type-archive .client-document-list .transaction-item .version-action i,
  .client-document-type-archive .client-document-list .statement-item .version-action i,
  .client-document-type-archive .transaction-list .client-document-item .version-action i,
  .client-document-type-archive .transaction-list .transaction-item .version-action i,
  .client-document-type-archive .transaction-list .statement-item .version-action i,
  .client-document-type-archive .statement-list .client-document-item .version-action i,
  .client-document-type-archive .statement-list .transaction-item .version-action i,
  .client-document-type-archive .statement-list .statement-item .version-action i,
  .transaction-type-archive .client-document-list .client-document-item .version-action i,
  .transaction-type-archive .client-document-list .transaction-item .version-action i,
  .transaction-type-archive .client-document-list .statement-item .version-action i,
  .transaction-type-archive .transaction-list .client-document-item .version-action i,
  .transaction-type-archive .transaction-list .transaction-item .version-action i,
  .transaction-type-archive .transaction-list .statement-item .version-action i,
  .transaction-type-archive .statement-list .client-document-item .version-action i,
  .transaction-type-archive .statement-list .transaction-item .version-action i,
  .transaction-type-archive .statement-list .statement-item .version-action i,
  .statement-archive .client-document-list .client-document-item .version-action i,
  .statement-archive .client-document-list .transaction-item .version-action i,
  .statement-archive .client-document-list .statement-item .version-action i,
  .statement-archive .transaction-list .client-document-item .version-action i,
  .statement-archive .transaction-list .transaction-item .version-action i,
  .statement-archive .transaction-list .statement-item .version-action i,
  .statement-archive .statement-list .client-document-item .version-action i,
  .statement-archive .statement-list .transaction-item .version-action i,
  .statement-archive .statement-list .statement-item .version-action i {
    border: 1px solid #6f6f6f;
  }
  .client-document-type-archive .client-document-list .client-document-item .version-action,
  .client-document-type-archive .client-document-list .client-document-item .history,
  .client-document-type-archive .client-document-list .transaction-item .version-action,
  .client-document-type-archive .client-document-list .transaction-item .history,
  .client-document-type-archive .client-document-list .statement-item .version-action,
  .client-document-type-archive .client-document-list .statement-item .history,
  .client-document-type-archive .transaction-list .client-document-item .version-action,
  .client-document-type-archive .transaction-list .client-document-item .history,
  .client-document-type-archive .transaction-list .transaction-item .version-action,
  .client-document-type-archive .transaction-list .transaction-item .history,
  .client-document-type-archive .transaction-list .statement-item .version-action,
  .client-document-type-archive .transaction-list .statement-item .history,
  .client-document-type-archive .statement-list .client-document-item .version-action,
  .client-document-type-archive .statement-list .client-document-item .history,
  .client-document-type-archive .statement-list .transaction-item .version-action,
  .client-document-type-archive .statement-list .transaction-item .history,
  .client-document-type-archive .statement-list .statement-item .version-action,
  .client-document-type-archive .statement-list .statement-item .history,
  .transaction-type-archive .client-document-list .client-document-item .version-action,
  .transaction-type-archive .client-document-list .client-document-item .history,
  .transaction-type-archive .client-document-list .transaction-item .version-action,
  .transaction-type-archive .client-document-list .transaction-item .history,
  .transaction-type-archive .client-document-list .statement-item .version-action,
  .transaction-type-archive .client-document-list .statement-item .history,
  .transaction-type-archive .transaction-list .client-document-item .version-action,
  .transaction-type-archive .transaction-list .client-document-item .history,
  .transaction-type-archive .transaction-list .transaction-item .version-action,
  .transaction-type-archive .transaction-list .transaction-item .history,
  .transaction-type-archive .transaction-list .statement-item .version-action,
  .transaction-type-archive .transaction-list .statement-item .history,
  .transaction-type-archive .statement-list .client-document-item .version-action,
  .transaction-type-archive .statement-list .client-document-item .history,
  .transaction-type-archive .statement-list .transaction-item .version-action,
  .transaction-type-archive .statement-list .transaction-item .history,
  .transaction-type-archive .statement-list .statement-item .version-action,
  .transaction-type-archive .statement-list .statement-item .history,
  .statement-archive .client-document-list .client-document-item .version-action,
  .statement-archive .client-document-list .client-document-item .history,
  .statement-archive .client-document-list .transaction-item .version-action,
  .statement-archive .client-document-list .transaction-item .history,
  .statement-archive .client-document-list .statement-item .version-action,
  .statement-archive .client-document-list .statement-item .history,
  .statement-archive .transaction-list .client-document-item .version-action,
  .statement-archive .transaction-list .client-document-item .history,
  .statement-archive .transaction-list .transaction-item .version-action,
  .statement-archive .transaction-list .transaction-item .history,
  .statement-archive .transaction-list .statement-item .version-action,
  .statement-archive .transaction-list .statement-item .history,
  .statement-archive .statement-list .client-document-item .version-action,
  .statement-archive .statement-list .client-document-item .history,
  .statement-archive .statement-list .transaction-item .version-action,
  .statement-archive .statement-list .transaction-item .history,
  .statement-archive .statement-list .statement-item .version-action,
  .statement-archive .statement-list .statement-item .history {
    background-color: initial;
    display: flex;
    justify-content: center;
    order: 4;
    margin-top: 0;
    padding: 0;
  }
  .client-document-type-archive .client-document-list .client-document-item .version-action[data-count="0"],
  .client-document-type-archive .client-document-list .client-document-item .history[data-count="0"],
  .client-document-type-archive .client-document-list .transaction-item .version-action[data-count="0"],
  .client-document-type-archive .client-document-list .transaction-item .history[data-count="0"],
  .client-document-type-archive .client-document-list .statement-item .version-action[data-count="0"],
  .client-document-type-archive .client-document-list .statement-item .history[data-count="0"],
  .client-document-type-archive .transaction-list .client-document-item .version-action[data-count="0"],
  .client-document-type-archive .transaction-list .client-document-item .history[data-count="0"],
  .client-document-type-archive .transaction-list .transaction-item .version-action[data-count="0"],
  .client-document-type-archive .transaction-list .transaction-item .history[data-count="0"],
  .client-document-type-archive .transaction-list .statement-item .version-action[data-count="0"],
  .client-document-type-archive .transaction-list .statement-item .history[data-count="0"],
  .client-document-type-archive .statement-list .client-document-item .version-action[data-count="0"],
  .client-document-type-archive .statement-list .client-document-item .history[data-count="0"],
  .client-document-type-archive .statement-list .transaction-item .version-action[data-count="0"],
  .client-document-type-archive .statement-list .transaction-item .history[data-count="0"],
  .client-document-type-archive .statement-list .statement-item .version-action[data-count="0"],
  .client-document-type-archive .statement-list .statement-item .history[data-count="0"],
  .transaction-type-archive .client-document-list .client-document-item .version-action[data-count="0"],
  .transaction-type-archive .client-document-list .client-document-item .history[data-count="0"],
  .transaction-type-archive .client-document-list .transaction-item .version-action[data-count="0"],
  .transaction-type-archive .client-document-list .transaction-item .history[data-count="0"],
  .transaction-type-archive .client-document-list .statement-item .version-action[data-count="0"],
  .transaction-type-archive .client-document-list .statement-item .history[data-count="0"],
  .transaction-type-archive .transaction-list .client-document-item .version-action[data-count="0"],
  .transaction-type-archive .transaction-list .client-document-item .history[data-count="0"],
  .transaction-type-archive .transaction-list .transaction-item .version-action[data-count="0"],
  .transaction-type-archive .transaction-list .transaction-item .history[data-count="0"],
  .transaction-type-archive .transaction-list .statement-item .version-action[data-count="0"],
  .transaction-type-archive .transaction-list .statement-item .history[data-count="0"],
  .transaction-type-archive .statement-list .client-document-item .version-action[data-count="0"],
  .transaction-type-archive .statement-list .client-document-item .history[data-count="0"],
  .transaction-type-archive .statement-list .transaction-item .version-action[data-count="0"],
  .transaction-type-archive .statement-list .transaction-item .history[data-count="0"],
  .transaction-type-archive .statement-list .statement-item .version-action[data-count="0"],
  .transaction-type-archive .statement-list .statement-item .history[data-count="0"],
  .statement-archive .client-document-list .client-document-item .version-action[data-count="0"],
  .statement-archive .client-document-list .client-document-item .history[data-count="0"],
  .statement-archive .client-document-list .transaction-item .version-action[data-count="0"],
  .statement-archive .client-document-list .transaction-item .history[data-count="0"],
  .statement-archive .client-document-list .statement-item .version-action[data-count="0"],
  .statement-archive .client-document-list .statement-item .history[data-count="0"],
  .statement-archive .transaction-list .client-document-item .version-action[data-count="0"],
  .statement-archive .transaction-list .client-document-item .history[data-count="0"],
  .statement-archive .transaction-list .transaction-item .version-action[data-count="0"],
  .statement-archive .transaction-list .transaction-item .history[data-count="0"],
  .statement-archive .transaction-list .statement-item .version-action[data-count="0"],
  .statement-archive .transaction-list .statement-item .history[data-count="0"],
  .statement-archive .statement-list .client-document-item .version-action[data-count="0"],
  .statement-archive .statement-list .client-document-item .history[data-count="0"],
  .statement-archive .statement-list .transaction-item .version-action[data-count="0"],
  .statement-archive .statement-list .transaction-item .history[data-count="0"],
  .statement-archive .statement-list .statement-item .version-action[data-count="0"],
  .statement-archive .statement-list .statement-item .history[data-count="0"] {
    display: flex !important;
  }
  .client-document-type-archive .client-document-list .client-document-item .versions-container,
  .client-document-type-archive .client-document-list .transaction-item .versions-container,
  .client-document-type-archive .client-document-list .statement-item .versions-container,
  .client-document-type-archive .transaction-list .client-document-item .versions-container,
  .client-document-type-archive .transaction-list .transaction-item .versions-container,
  .client-document-type-archive .transaction-list .statement-item .versions-container,
  .client-document-type-archive .statement-list .client-document-item .versions-container,
  .client-document-type-archive .statement-list .transaction-item .versions-container,
  .client-document-type-archive .statement-list .statement-item .versions-container,
  .transaction-type-archive .client-document-list .client-document-item .versions-container,
  .transaction-type-archive .client-document-list .transaction-item .versions-container,
  .transaction-type-archive .client-document-list .statement-item .versions-container,
  .transaction-type-archive .transaction-list .client-document-item .versions-container,
  .transaction-type-archive .transaction-list .transaction-item .versions-container,
  .transaction-type-archive .transaction-list .statement-item .versions-container,
  .transaction-type-archive .statement-list .client-document-item .versions-container,
  .transaction-type-archive .statement-list .transaction-item .versions-container,
  .transaction-type-archive .statement-list .statement-item .versions-container,
  .statement-archive .client-document-list .client-document-item .versions-container,
  .statement-archive .client-document-list .transaction-item .versions-container,
  .statement-archive .client-document-list .statement-item .versions-container,
  .statement-archive .transaction-list .client-document-item .versions-container,
  .statement-archive .transaction-list .transaction-item .versions-container,
  .statement-archive .transaction-list .statement-item .versions-container,
  .statement-archive .statement-list .client-document-item .versions-container,
  .statement-archive .statement-list .transaction-item .versions-container,
  .statement-archive .statement-list .statement-item .versions-container {
    padding: 24px;
  }
  .client-document-type-archive .client-document-list .client-document-item .versions-container .version-links,
  .client-document-type-archive .client-document-list .transaction-item .versions-container .version-links,
  .client-document-type-archive .client-document-list .statement-item .versions-container .version-links,
  .client-document-type-archive .transaction-list .client-document-item .versions-container .version-links,
  .client-document-type-archive .transaction-list .transaction-item .versions-container .version-links,
  .client-document-type-archive .transaction-list .statement-item .versions-container .version-links,
  .client-document-type-archive .statement-list .client-document-item .versions-container .version-links,
  .client-document-type-archive .statement-list .transaction-item .versions-container .version-links,
  .client-document-type-archive .statement-list .statement-item .versions-container .version-links,
  .transaction-type-archive .client-document-list .client-document-item .versions-container .version-links,
  .transaction-type-archive .client-document-list .transaction-item .versions-container .version-links,
  .transaction-type-archive .client-document-list .statement-item .versions-container .version-links,
  .transaction-type-archive .transaction-list .client-document-item .versions-container .version-links,
  .transaction-type-archive .transaction-list .transaction-item .versions-container .version-links,
  .transaction-type-archive .transaction-list .statement-item .versions-container .version-links,
  .transaction-type-archive .statement-list .client-document-item .versions-container .version-links,
  .transaction-type-archive .statement-list .transaction-item .versions-container .version-links,
  .transaction-type-archive .statement-list .statement-item .versions-container .version-links,
  .statement-archive .client-document-list .client-document-item .versions-container .version-links,
  .statement-archive .client-document-list .transaction-item .versions-container .version-links,
  .statement-archive .client-document-list .statement-item .versions-container .version-links,
  .statement-archive .transaction-list .client-document-item .versions-container .version-links,
  .statement-archive .transaction-list .transaction-item .versions-container .version-links,
  .statement-archive .transaction-list .statement-item .versions-container .version-links,
  .statement-archive .statement-list .client-document-item .versions-container .version-links,
  .statement-archive .statement-list .transaction-item .versions-container .version-links,
  .statement-archive .statement-list .statement-item .versions-container .version-links {
    order: 1;
  }
  .client-document-type-archive .client-document-list .client-document-item .versions-container .date,
  .client-document-type-archive .client-document-list .transaction-item .versions-container .date,
  .client-document-type-archive .client-document-list .statement-item .versions-container .date,
  .client-document-type-archive .transaction-list .client-document-item .versions-container .date,
  .client-document-type-archive .transaction-list .transaction-item .versions-container .date,
  .client-document-type-archive .transaction-list .statement-item .versions-container .date,
  .client-document-type-archive .statement-list .client-document-item .versions-container .date,
  .client-document-type-archive .statement-list .transaction-item .versions-container .date,
  .client-document-type-archive .statement-list .statement-item .versions-container .date,
  .transaction-type-archive .client-document-list .client-document-item .versions-container .date,
  .transaction-type-archive .client-document-list .transaction-item .versions-container .date,
  .transaction-type-archive .client-document-list .statement-item .versions-container .date,
  .transaction-type-archive .transaction-list .client-document-item .versions-container .date,
  .transaction-type-archive .transaction-list .transaction-item .versions-container .date,
  .transaction-type-archive .transaction-list .statement-item .versions-container .date,
  .transaction-type-archive .statement-list .client-document-item .versions-container .date,
  .transaction-type-archive .statement-list .transaction-item .versions-container .date,
  .transaction-type-archive .statement-list .statement-item .versions-container .date,
  .statement-archive .client-document-list .client-document-item .versions-container .date,
  .statement-archive .client-document-list .transaction-item .versions-container .date,
  .statement-archive .client-document-list .statement-item .versions-container .date,
  .statement-archive .transaction-list .client-document-item .versions-container .date,
  .statement-archive .transaction-list .transaction-item .versions-container .date,
  .statement-archive .transaction-list .statement-item .versions-container .date,
  .statement-archive .statement-list .client-document-item .versions-container .date,
  .statement-archive .statement-list .transaction-item .versions-container .date,
  .statement-archive .statement-list .statement-item .versions-container .date {
    order: 2;
  }
  .client-document-type-archive .client-document-list .client-document-item .versions-container .versions-header,
  .client-document-type-archive .client-document-list .transaction-item .versions-container .versions-header,
  .client-document-type-archive .client-document-list .statement-item .versions-container .versions-header,
  .client-document-type-archive .transaction-list .client-document-item .versions-container .versions-header,
  .client-document-type-archive .transaction-list .transaction-item .versions-container .versions-header,
  .client-document-type-archive .transaction-list .statement-item .versions-container .versions-header,
  .client-document-type-archive .statement-list .client-document-item .versions-container .versions-header,
  .client-document-type-archive .statement-list .transaction-item .versions-container .versions-header,
  .client-document-type-archive .statement-list .statement-item .versions-container .versions-header,
  .transaction-type-archive .client-document-list .client-document-item .versions-container .versions-header,
  .transaction-type-archive .client-document-list .transaction-item .versions-container .versions-header,
  .transaction-type-archive .client-document-list .statement-item .versions-container .versions-header,
  .transaction-type-archive .transaction-list .client-document-item .versions-container .versions-header,
  .transaction-type-archive .transaction-list .transaction-item .versions-container .versions-header,
  .transaction-type-archive .transaction-list .statement-item .versions-container .versions-header,
  .transaction-type-archive .statement-list .client-document-item .versions-container .versions-header,
  .transaction-type-archive .statement-list .transaction-item .versions-container .versions-header,
  .transaction-type-archive .statement-list .statement-item .versions-container .versions-header,
  .statement-archive .client-document-list .client-document-item .versions-container .versions-header,
  .statement-archive .client-document-list .transaction-item .versions-container .versions-header,
  .statement-archive .client-document-list .statement-item .versions-container .versions-header,
  .statement-archive .transaction-list .client-document-item .versions-container .versions-header,
  .statement-archive .transaction-list .transaction-item .versions-container .versions-header,
  .statement-archive .transaction-list .statement-item .versions-container .versions-header,
  .statement-archive .statement-list .client-document-item .versions-container .versions-header,
  .statement-archive .statement-list .transaction-item .versions-container .versions-header,
  .statement-archive .statement-list .statement-item .versions-container .versions-header {
    background: linear-gradient(0deg, rgba(255, 255, 255, 0.9), rgba(255, 255, 255, 0.9)), #C2C9D1;
    font-weight: 600;
    display: flex;
    padding: 2rem;
  }
  .client-document-type-archive .client-document-list .client-document-item .versions-container .versions .date,
  .client-document-type-archive .client-document-list .transaction-item .versions-container .versions .date,
  .client-document-type-archive .client-document-list .statement-item .versions-container .versions .date,
  .client-document-type-archive .transaction-list .client-document-item .versions-container .versions .date,
  .client-document-type-archive .transaction-list .transaction-item .versions-container .versions .date,
  .client-document-type-archive .transaction-list .statement-item .versions-container .versions .date,
  .client-document-type-archive .statement-list .client-document-item .versions-container .versions .date,
  .client-document-type-archive .statement-list .transaction-item .versions-container .versions .date,
  .client-document-type-archive .statement-list .statement-item .versions-container .versions .date,
  .transaction-type-archive .client-document-list .client-document-item .versions-container .versions .date,
  .transaction-type-archive .client-document-list .transaction-item .versions-container .versions .date,
  .transaction-type-archive .client-document-list .statement-item .versions-container .versions .date,
  .transaction-type-archive .transaction-list .client-document-item .versions-container .versions .date,
  .transaction-type-archive .transaction-list .transaction-item .versions-container .versions .date,
  .transaction-type-archive .transaction-list .statement-item .versions-container .versions .date,
  .transaction-type-archive .statement-list .client-document-item .versions-container .versions .date,
  .transaction-type-archive .statement-list .transaction-item .versions-container .versions .date,
  .transaction-type-archive .statement-list .statement-item .versions-container .versions .date,
  .statement-archive .client-document-list .client-document-item .versions-container .versions .date,
  .statement-archive .client-document-list .transaction-item .versions-container .versions .date,
  .statement-archive .client-document-list .statement-item .versions-container .versions .date,
  .statement-archive .transaction-list .client-document-item .versions-container .versions .date,
  .statement-archive .transaction-list .transaction-item .versions-container .versions .date,
  .statement-archive .transaction-list .statement-item .versions-container .versions .date,
  .statement-archive .statement-list .client-document-item .versions-container .versions .date,
  .statement-archive .statement-list .transaction-item .versions-container .versions .date,
  .statement-archive .statement-list .statement-item .versions-container .versions .date {
    margin-left: 0 !important;
  }
  .client-document-type-archive .client-document-list .client-document-item .versions-container .versions .version,
  .client-document-type-archive .client-document-list .transaction-item .versions-container .versions .version,
  .client-document-type-archive .client-document-list .statement-item .versions-container .versions .version,
  .client-document-type-archive .transaction-list .client-document-item .versions-container .versions .version,
  .client-document-type-archive .transaction-list .transaction-item .versions-container .versions .version,
  .client-document-type-archive .transaction-list .statement-item .versions-container .versions .version,
  .client-document-type-archive .statement-list .client-document-item .versions-container .versions .version,
  .client-document-type-archive .statement-list .transaction-item .versions-container .versions .version,
  .client-document-type-archive .statement-list .statement-item .versions-container .versions .version,
  .transaction-type-archive .client-document-list .client-document-item .versions-container .versions .version,
  .transaction-type-archive .client-document-list .transaction-item .versions-container .versions .version,
  .transaction-type-archive .client-document-list .statement-item .versions-container .versions .version,
  .transaction-type-archive .transaction-list .client-document-item .versions-container .versions .version,
  .transaction-type-archive .transaction-list .transaction-item .versions-container .versions .version,
  .transaction-type-archive .transaction-list .statement-item .versions-container .versions .version,
  .transaction-type-archive .statement-list .client-document-item .versions-container .versions .version,
  .transaction-type-archive .statement-list .transaction-item .versions-container .versions .version,
  .transaction-type-archive .statement-list .statement-item .versions-container .versions .version,
  .statement-archive .client-document-list .client-document-item .versions-container .versions .version,
  .statement-archive .client-document-list .transaction-item .versions-container .versions .version,
  .statement-archive .client-document-list .statement-item .versions-container .versions .version,
  .statement-archive .transaction-list .client-document-item .versions-container .versions .version,
  .statement-archive .transaction-list .transaction-item .versions-container .versions .version,
  .statement-archive .transaction-list .statement-item .versions-container .versions .version,
  .statement-archive .statement-list .client-document-item .versions-container .versions .version,
  .statement-archive .statement-list .transaction-item .versions-container .versions .version,
  .statement-archive .statement-list .statement-item .versions-container .versions .version {
    line-height: 24px;
    padding: 10px;
  }
  .client-document-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .client-document-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .client-document-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .client-document-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .client-document-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .client-document-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .client-document-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .client-document-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .client-document-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .transaction-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .transaction-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .transaction-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .transaction-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .transaction-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .transaction-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .transaction-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .transaction-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .transaction-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .statement-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .statement-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .statement-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .statement-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .statement-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .statement-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .statement-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .statement-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon,
  .statement-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon {
    display: inline-block;
    height: auto;
    top: initial !important;
    width: 1rem;
  }
  .client-document-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .client-document-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .client-document-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .client-document-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .client-document-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .client-document-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .client-document-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .client-document-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .client-document-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .client-document-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .client-document-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .client-document-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .client-document-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .client-document-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .client-document-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .client-document-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .client-document-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .client-document-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .transaction-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .transaction-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .transaction-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .transaction-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .transaction-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .transaction-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .transaction-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .transaction-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .transaction-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .transaction-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .transaction-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .transaction-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .transaction-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .transaction-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .transaction-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .transaction-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .transaction-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .transaction-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .statement-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .statement-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .statement-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .statement-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .statement-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .statement-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .statement-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .statement-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .statement-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .statement-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .statement-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .statement-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .statement-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .statement-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .statement-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .statement-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .version-icon i,
  .statement-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon .svg-inline--fa,
  .statement-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .version-icon i {
    font-size: 1rem !important;
    margin: 0 !important;
  }
  .client-document-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .client-document-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .client-document-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .client-document-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .client-document-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .client-document-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .client-document-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .client-document-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .client-document-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .transaction-type-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .transaction-type-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .transaction-type-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .transaction-type-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .transaction-type-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .transaction-type-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .transaction-type-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .transaction-type-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .transaction-type-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .statement-archive .client-document-list .client-document-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .statement-archive .client-document-list .transaction-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .statement-archive .client-document-list .statement-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .statement-archive .transaction-list .client-document-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .statement-archive .transaction-list .transaction-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .statement-archive .transaction-list .statement-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .statement-archive .statement-list .client-document-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .statement-archive .statement-list .transaction-item .versions-container .versions .version .version-links .version-link-container .attachment-link,
  .statement-archive .statement-list .statement-item .versions-container .versions .version .version-links .version-link-container .attachment-link {
    display: inline-block;
    margin-left: 1rem !important;
  }
}

.page .page-content {
  padding-bottom: 0;
}
.page .page-content .script-types-container {
  flex-direction: column;
}
.page .page-content .script-types-container .script-type-container h2, .page .page-content .script-types-container .script-type-container .h2 {
  padding: none;
}

/**
* Product Loop, Archive pages
*/
.woocommerce .woocommerce-breadcrumb,
.woocommerce .woocommerce-breadcrumb a {
  color: #063f88 !important;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 0;
}

#woocommerce-wrapper nav.woocommerce-breadcrumb {
  padding-top: 0 !important;
  margin-bottom: 4rem;
}

.woocommerce-products-header__title {
  font-size: 3.2rem;
  font-weight: 700;
  color: #063f88;
}

.woocommerce-no-products-found {
  margin-top: 1rem;
}

.woocommerce .woocommerce-result-count,
.woocommerce-page .woocommerce-result-count {
  float: none;
}

.woocommerce .woocommerce-ordering,
.woocommerce-page .woocommerce-ordering {
  float: none;
}

.woocommerce ul.products {
  padding-inline-start: 0;
  display: flex;
  align-items: stretch;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: flex-start;
}
@media only screen and (max-width: 768px) {
  .woocommerce ul.products {
    justify-content: space-between;
  }
}
.woocommerce ul.products li.product {
  list-style: none;
  margin-top: var(--wp--style--block-gap);
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
}

.woocommerce ul.products li.product .woocommerce-loop-product__title {
  padding: 1em 0 0 0;
}

.woocommerce ul.products li.product a img {
  margin: 0;
}

a.woocommerce-loop-product__link {
  text-decoration: none;
}

.woocommerce-product-search {
  margin-bottom: 5rem;
}

h2.woocommerce-loop-product__title, .woocommerce-loop-product__title.h2,
.woocommerce ul.products li.product h2.woocommerce-loop-product__title.placeholder {
  font-size: 2rem !important;
  color: #414141;
  padding: 0;
  margin: 2rem 0;
  min-height: 10rem;
}

.woocommerce ul.products li.product .price {
  font-size: 2rem;
  margin: 0;
  font-weight: 600;
}

.woocommerce-variation-price .price,
.swiper-product .price,
li.product .price {
  font-size: 2rem;
  font-weight: 600;
}

.woocommerce ul.products li.product,
.woocommerce-page ul.products li.product,
.swiper-product {
  border: 1px solid rgba(0, 0, 0, 0.2);
  padding: 4rem 2rem 2rem;
  position: relative;
}
.woocommerce ul.products li.product .available-variations p,
.woocommerce-page ul.products li.product .available-variations p,
.swiper-product .available-variations p {
  margin-bottom: 0;
  font-size: 1.4rem;
}
.woocommerce ul.products li.product .archive-add-to-list,
.woocommerce-page ul.products li.product .archive-add-to-list,
.swiper-product .archive-add-to-list {
  line-height: 28px;
  position: absolute;
  right: 1rem;
  top: 1rem;
}
.woocommerce ul.products li.product .archive-add-to-list a,
.woocommerce-page ul.products li.product .archive-add-to-list a,
.swiper-product .archive-add-to-list a {
  color: #808080;
  font-size: 28px;
  text-decoration: none;
}
.woocommerce ul.products li.product .archive-add-to-list a:hover,
.woocommerce-page ul.products li.product .archive-add-to-list a:hover,
.swiper-product .archive-add-to-list a:hover {
  color: #063f88;
}
.woocommerce ul.products li.product .add_to_cart_button,
.woocommerce-page ul.products li.product .add_to_cart_button,
.swiper-product .add_to_cart_button {
  font-size: 1.4rem !important;
}

.swiper-product .d-flex.flex-column.w-100, .swiper-product .single-treatment-protocol #treatment .treatment-protocol-section > .d-flex.w-100.header, .single-treatment-protocol #treatment .swiper-product .treatment-protocol-section > .d-flex.w-100.header,
.swiper-product .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .d-flex.w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .d-flex.w-100.header, .swiper-product .single-treatment-protocol #treatment .treatment-protocol-section > .flex-column.w-100.header, .swiper-product .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-treatment-protocol #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-treatment-protocol .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header, .single-treatment-protocol #treatment .swiper-product .treatment-protocol-section > .flex-column.w-100.header, .single-treatment-protocol #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .flex-column.w-100.header,
.swiper-product .single-treatment-protocol .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-treatment-protocol #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .flex-column.w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header, .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .d-flex.w-100.header, .swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header, .single-treatment-protocol .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header, .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .d-flex.w-100.header, .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol #treatment .swiper-product .treatment-protocol-section > .w-100.header, .single-treatment-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .d-flex.w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .d-flex.w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .d-flex.w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .d-flex.w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .d-flex.w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .d-flex.w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .d-flex.w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .d-flex.w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .d-flex.w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .d-flex.w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .d-flex.w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .d-flex.w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .d-flex.w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .d-flex.w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header, .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .flex-column.w-100.header, .swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header, .single-treatment-protocol .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header, .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header, .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .flex-column.w-100.header, .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol #treatment .swiper-product .treatment-protocol-section > .w-100.header, .single-treatment-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header, .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .flex-column.w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .flex-column.w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .flex-column.w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .flex-column.w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .flex-column.w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .flex-column.w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .flex-column.w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .flex-column.w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .flex-column.w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .flex-column.w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .flex-column.w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .flex-column.w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .swiper-product .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .flex-column.w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder #treatment .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .flex-column.w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.header,
.single-treatment-protocol #treatment .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-treatment-protocol .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.single-customer-protocol-holder .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product #treatment .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.header, .swiper-product .flex-column.w-100.checkout__login-link, .swiper-product .single-treatment-protocol #treatment .treatment-protocol-section > .w-100.checkout__login-link.header, .single-treatment-protocol #treatment .swiper-product .treatment-protocol-section > .w-100.checkout__login-link.header,
.swiper-product .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .w-100.checkout__login-link.header,
.single-treatment-protocol .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.checkout__login-link.header, .swiper-product .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.checkout__login-link.header, .single-customer-protocol-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.checkout__login-link.header,
.swiper-product .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.checkout__login-link.header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.checkout__login-link.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.checkout__login-link.header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.checkout__login-link.header,
.swiper-product .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.checkout__login-link.header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.checkout__login-link.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .w-100.checkout__login-link.header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .swiper-product .treatment-protocol-section > .w-100.checkout__login-link.header,
.swiper-product .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .w-100.checkout__login-link.header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.checkout__login-link.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .w-100.checkout__login-link.header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .swiper-product .treatment-protocol-section > .w-100.checkout__login-link.header,
.swiper-product .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .w-100.checkout__login-link.header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .swiper-product .treatment-protocol-section > .w-100.checkout__login-link.header, .swiper-product .w-100.mini-cart-item__right {
  /*
  .woocommerce-loop-product__title {
      min-height: unset;
  }
  */
}

.woocommerce .loop-product-meta {
  font-size: 2rem;
}

.woocommerce ul.products li.product a img,
.swiper-product img,
.woocommerce ul.products li.product img.placeholder {
  height: 24rem;
  -o-object-fit: contain;
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.woocommerce .yith-wcwl-add-to-wishlist {
  margin-top: 0;
}

.woocommerce .loop-product-meta {
  /*
  .add-to-cart-container {
      margin-left: auto;
  }
  */
}
.woocommerce .loop-product-meta .price {
  margin-bottom: 0;
}

.woocommerce-ordering .orderby,
.woocommerce-viewing .count {
  border: none;
}

.woocommerce .woocommerce-ordering {
  margin: 0 !important;
}
.woocommerce .woocommerce-ordering .orderby {
  padding: 0.8rem 0;
}

.wishlist-item-count,
.wishlist-dateadded {
  text-align: left;
}

.cat-pill {
  background: #e3e3e3;
  border-radius: 3px;
  padding: 0.25rem 1.5rem;
  width: -moz-fit-content;
  width: fit-content;
  height: -moz-fit-content;
  height: fit-content;
}
.cat-pill a {
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #292929;
}

/**
* Sidebar Nav
*/
#sidebar_accordion > .accordion-item > .accordion-header {
  border-bottom: 1px solid #fff;
}

.sidebar-nav {
  margin-top: 0;
  padding: 1rem 0;
}
.sidebar-nav .accordion-item {
  background-color: transparent;
  border: none;
  line-height: 1;
  padding: 1.25rem 2rem;
}
.sidebar-nav .accordion-item .accordion-header {
  align-items: center;
  display: flex;
  justify-content: space-between;
}
.sidebar-nav .accordion-item .accordion-header a {
  max-width: -moz-fit-content;
  max-width: fit-content;
  line-height: 1.6;
}
.sidebar-nav .accordion-item .accordion-header button {
  flex-basis: 20%;
  padding: 0;
}
.sidebar-nav .accordion-item .accordion-header button::after {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(255deg) brightness(102%) contrast(99%);
}
.sidebar-nav .accordion-item .accordion-header button:not(.collapsed) {
  box-shadow: none;
}
.sidebar-nav .accordion-item .accordion-body {
  padding-left: 1rem;
}
.sidebar-nav .accordion-item .accordion-body .category-child-item {
  padding: 0.75rem 0;
}
.sidebar-nav .accordion-item a {
  color: #fff;
  text-decoration: underline;
}
.sidebar-nav .accordion-item.highlight {
  margin-bottom: 1.25rem;
  padding: 2rem;
}
.sidebar-nav .accordion-item.active .accordion-header a, .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active .accordion-header a, .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active .accordion-header a {
  font-weight: 600;
}
.sidebar-nav .accordion-item.active, .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active, .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active {
  background-color: #012655;
}
.sidebar-nav .accordion-item.active a, .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active a, .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active a {
  text-decoration: none !important;
}
.sidebar-nav .sidebar-item.accordion-item:last-child {
  border-bottom: none;
}

/**
* Single Product Page
*/
.woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
  border: #cccccc solid 1px;
}

.woocommerce-product-gallery div.product div.images img {
  max-height: 62rem;
  -o-object-fit: cover;
  object-fit: cover;
}

.woocommerce div.product .product_title {
  color: #063f88;
  font-size: 2.8rem;
}

.woocommerce.single-product {
  /*
  .summary .single_add_to_cart_button {
      @extend .btn-lg;
      font-size: 1.6rem;
  }
  */
}
.woocommerce.single-product .images.woocommerce-product-gallery img {
  -o-object-fit: contain;
  object-fit: contain;
  max-height: 60rem;
}
.woocommerce.single-product .woocommerce-product-details__short-description {
  margin: 2rem 0;
}
.woocommerce.single-product .woocommerce-product-details__short-description p {
  font-size: 1.8rem;
}
.woocommerce.single-product .woocommerce-variation-price span.price {
  font-size: 2.8rem;
  font-weight: 700;
}
@media (min-width: 768px) {
  .woocommerce.single-product .woocommerce-variation-add-to-cart.variations_button .quantity input.qty {
    display: none;
  }
  .woocommerce.single-product .woocommerce-variation-add-to-cart.variations_button,
  .woocommerce.single-product .woocommerce-simple-add-to-cart {
    display: flex;
    align-items: center;
  }
  .woocommerce.single-product .woocommerce-variation-add-to-cart.variations_button .single_add_to_cart_button,
  .woocommerce.single-product .woocommerce-simple-add-to-cart .single_add_to_cart_button {
    flex: 0 50%;
    margin-right: 3rem;
  }
  .woocommerce.single-product .woocommerce-variation-add-to-cart.variations_button .yith-wcwl-add-to-wishlist,
  .woocommerce.single-product .woocommerce-simple-add-to-cart .yith-wcwl-add-to-wishlist {
    flex: 0 50%;
  }
  .woocommerce.single-product form.cart .woocommerce-variation-add-to-cart-enabled .quantity,
  .woocommerce.single-product form.cart .woocommerce-variation-add-to-cart-disabled .quantity {
    display: none;
  }
}

@media (min-width: 768px) and (max-width: 991.98px) {
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 48%;
    margin: 0 0 2.992em 0;
  }
  .products.columns-3 {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .woocommerce ul.products li.last,
  .woocommerce-page ul.products li.last {
    margin-right: 3.8%;
  }
  #woocommerce-wrapper #content.container {
    width: 100%;
    max-width: 100%;
  }
  .navbar-brand img {
    max-width: 12rem;
  }
  .navbar-brand {
    margin-right: 1rem;
  }
  #main-nav .container.d-md-flex {
    width: 100%;
    max-width: 100%;
    overflow: hidden;
  }
  /*
  .woocommerce ul.products li.product, .woocommerce-page ul.products li.product {
      margin: 0rem 1rem 2rem 1rem;
  }
  */
}
/**
* Fix swiper formatting for mobile
*/
@media (max-width: 575.98px) {
  .swiper-slide .p-title-wrap {
    padding: 1rem 0rem;
  }
}
@media (max-width: 767.98px) {
  /*
  .woocommerce-loop-product__link {
      display: flex;
  }
  */
  .woocommerce .summary .product_title.entry-title {
    display: none;
  }
  .single-product .related.products {
    display: none;
  }
  .single-product .summary .woocommerce-Price-amount {
    font-size: 2.8rem;
  }
  .single-product form.cart div.quantity {
    margin-bottom: 4rem !important;
  }
  .single-product .summary .woocommerce-product-details__short-description {
    display: none;
  }
  .single-product .summary .yith-wcwl-add-to-wishlist {
    margin-left: 0 !important;
  }
  .single-product .summary .yith-wcwl-add-to-wishlist .yith-wcwl-add-button a {
    width: 100%;
  }
  .woocommerce-products-header__title {
    color: #063f88;
    font-size: 2.8rem;
  }
  .woocommerce ul.products li.product a img {
    height: 8rem;
    width: 8rem;
    margin-right: 1rem;
    margin-left: 0;
  }
  .woocommerce ul.products li.product .woocommerce-loop-product__link,
  .woocommerce-page ul.products li.product .woocommerce-loop-product__link {
    display: flex;
    flex-direction: column;
  }
  .woocommerce ul.products li.product h2.woocommerce-loop-product__title, .woocommerce ul.products li.product .woocommerce-loop-product__title.h2,
  .swiper-slide h2.woocommerce-loop-product__title,
  .swiper-slide .woocommerce-loop-product__title.h2 {
    padding: 0;
    min-height: unset;
    font-size: 1.8rem !important;
    margin: 0;
  }
  .woocommerce ul.products li.product .price {
    min-width: 11rem;
    padding-right: 1rem;
    font-size: 1.8rem;
  }
  .woocommerce ul.products[class*=columns-] li.product,
  .woocommerce-page ul.products[class*=columns-] li.product {
    width: 100%;
    float: none;
    margin: 0 0 1em;
  }
  .woocommerce div.product div.images img {
    height: 28rem;
    -o-object-fit: cover;
    object-fit: cover;
  }
  .woocommerce div.product div.images .woocommerce-product-gallery__wrapper {
    padding: 2rem 0;
  }
  .woocommerce ul.products {
    padding: 0;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    display: block;
  }
  li.product .woocommerce-loop-product__link {
    margin-bottom: 2rem;
  }
  .product .yith-wcwl-add-button a,
  .woocommerce ul.products li.product .add-to-cart-container a.btn,
  .woocommerce ul.products li.product .add-to-cart-container .woocommerce-checkout a#jsPayButton,
  .woocommerce-checkout .woocommerce ul.products li.product .add-to-cart-container a#jsPayButton,
  .woocommerce ul.products li.product .add-to-cart-container .woocommerce-checkout a#place_order,
  .woocommerce-checkout .woocommerce ul.products li.product .add-to-cart-container a#place_order,
  .woocommerce ul.products li.product .add-to-cart-container .woocommerce-view-order a#place_order,
  .woocommerce-view-order .woocommerce ul.products li.product .add-to-cart-container a#place_order,
  .woocommerce ul.products li.product .add-to-cart-container .woocommerce-notices-wrapper .woocommerce-message a.button,
  .woocommerce-notices-wrapper .woocommerce-message .woocommerce ul.products li.product .add-to-cart-container a.button,
  .woocommerce ul.products li.product .add-to-cart-container .woocommerce-info a.button,
  .woocommerce-info .woocommerce ul.products li.product .add-to-cart-container a.button,
  .swiper-product .add_to_cart_button {
    font-size: 1.4rem;
  }
  .available-variations p {
    margin-bottom: 0;
    font-size: 1.4rem;
  }
  .woocommerce ul.products li.product,
  .woocommerce-page ul.products li.product {
    padding: 1rem;
  }
}
/**
* Cart
*/
.woocommerce-cart .product-thumbnail img {
  width: 11.9rem;
}

@media (max-width: 767.98px) {
  .woocommerce form.checkout_coupon {
    padding: 0;
  }
}
/*
.woocommerce-cart .col {
    @extend .align-self-center;
}
*/
/**
* Fields
*/
.variations td.dropdown-td {
  position: relative;
  line-height: inherit !important;
}

.woocommerce .variations .dropdown-td select {
  padding: 1rem 3rem 1rem 1rem !important;
  line-height: inherit;
}

/*
.variations .dropdown-td::after {
    font-family: 'icomoon';
    content: '\e907';
    display: inline-block;
    font-size: 3rem;
    transform: rotate(90deg);
    color: #414141;
    //right: 17rem;
    right: 5rem;
    top: 0;
    position: absolute;
}
*/
.woocommerce .variations .radio-tr td.label {
  padding-right: 0 !important;
}

.woocommerce-ordering .orderby {
  width: 23rem;
  color: #063f88;
  font-weight: 500;
}

.woocommerce-viewing .count {
  width: 6rem;
}

.order-by-wrap {
  position: relative;
  display: inline;
}

.shop-cat-filter-holder .dropdown-menu {
  border: 1px solid rgba(0, 0, 0, 0.2);
  font-size: 1.6rem;
  min-width: 300px;
}
.shop-cat-filter-holder .dropdown-menu label {
  display: inline-block;
  width: 58%;
}
.shop-cat-filter-holder .dropdown-menu select {
  width: 40%;
}

/**
* Swiper related products
*/
.swiper-mobile-wrap {
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.swiper-mobile {
  overflow: hidden;
}
.swiper-mobile img {
  height: 19rem;
  -o-object-fit: cover;
  object-fit: cover;
}
.swiper-mobile .swiper-slide {
  height: auto;
  padding: 2rem;
  border: #cccccc solid 1px;
}

/**
* Global
*/
a.add_to_cart_button {
  text-decoration: none;
}

.product__title,
.swiper-product__title {
  min-height: 4rem;
}
.product__link,
.swiper-product__link {
  text-decoration: none;
}
.product .yith-wcwl-add-to-wishlist,
.product .add-to-cart-container,
.swiper-product .yith-wcwl-add-to-wishlist,
.swiper-product .add-to-cart-container {
  flex: 1 1 auto;
}
.product .add_to_cart_button,
.product .yith-wcwl-add-button a,
.swiper-product .add_to_cart_button,
.swiper-product .yith-wcwl-add-button a {
  width: 100%;
}
section.related.products h2, section.related.products .h2 {
  color: #063f88;
  font-size: 2.8rem;
  font-weight: 700;
  margin-bottom: 2rem;
}

.woocommerce-viewing {
  display: inline;
}

/* Fix for shop page tablet view
* Max page full width to fit everything in
*/
.woocommerce ul.products::before {
  content: unset;
  display: none;
}

ul.wc_payment_methods,
ul.woocommerce-shipping-methods {
  margin-top: 0;
  margin-bottom: 0;
  list-style-type: none;
  padding-left: 0;
}
ul.wc_payment_methods input[type=radio],
ul.woocommerce-shipping-methods input[type=radio] {
  margin-right: 0.6rem;
}
ul.wc_payment_methods li.wc_payment_method,
ul.woocommerce-shipping-methods li.wc_payment_method {
  margin-bottom: 1rem;
}

.promo-price--tag {
  background-color: #da372d;
  top: 3rem;
  right: -1.5rem;
  font-size: 1.8rem;
  font-weight: 700;
}
.promo-price--corner {
  background-color: #af2a22;
  top: 6.2rem;
  height: 2rem;
  width: 1.5rem;
  right: -1.5rem;
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
  clip-path: polygon(0% 0%, 100% 0%, 0% 100%, 0% 100%);
}
.promo-price--text {
  font-weight: 600;
  font-size: 2rem;
  color: #ff0000;
}

.promo-price-loop--tag {
  background-color: #da372d;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 28px;
  left: -1.5rem;
  top: 1rem;
}
.promo-price-loop--corner {
  background-color: #af2a22;
  top: 3.8rem;
  height: 2rem;
  width: 1.5rem;
  left: -1.5rem;
  -webkit-clip-path: polygon(100% 0, 0 0, 100% 100%);
  clip-path: polygon(100% 0, 0 0, 100% 100%);
}

.promo-price-single--text {
  font-weight: 600;
  font-size: 2.5rem;
  color: #ff0000;
}

@media (max-width: 767.98px) {
  .woocommerce-checkout .wrapper,
  .woocommerce-view-order .wrapper {
    padding: 0 0 4rem 0;
  }
  .woocommerce-checkout .entry-header,
  .woocommerce-view-order .entry-header {
    display: none;
  }
  .woocommerce-checkout button[name=woocommerce_checkout_place_order],
  .woocommerce-view-order button[name=woocommerce_checkout_place_order] {
    width: 100%;
  }
}
.woocommerce-checkout #payment .woocommerce-terms-and-conditions-wrapper div.form-row,
.woocommerce-view-order #payment .woocommerce-terms-and-conditions-wrapper div.form-row {
  padding: 0;
}
.woocommerce-checkout .woocommerce-invalid #privacy_policy,
.woocommerce-view-order .woocommerce-invalid #privacy_policy {
  outline: 2px solid red;
  outline-offset: 2px;
}
.woocommerce-checkout .entry-title,
.woocommerce-view-order .entry-title {
  color: #063f88;
  font-size: 3.2rem;
}
.woocommerce-checkout h3, .woocommerce-checkout .h3,
.woocommerce-view-order h3,
.woocommerce-view-order .h3 {
  font-size: 2.2rem;
  font-weight: normal;
}
.woocommerce-checkout #payment,
.woocommerce-view-order #payment {
  background: none;
}
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .shipping-holder,
.woocommerce-checkout .fee,
.woocommerce-checkout .cart-discount,
.woocommerce-checkout .tax-rate,
.woocommerce-view-order .cart-subtotal,
.woocommerce-view-order .shipping-holder,
.woocommerce-view-order .fee,
.woocommerce-view-order .cart-discount,
.woocommerce-view-order .tax-rate {
  font-size: 1.8rem;
}
.woocommerce-checkout .cart-subtotal,
.woocommerce-checkout .shipping-holder,
.woocommerce-checkout .cart-discount,
.woocommerce-checkout .fee,
.woocommerce-view-order .cart-subtotal,
.woocommerce-view-order .shipping-holder,
.woocommerce-view-order .cart-discount,
.woocommerce-view-order .fee {
  margin-bottom: 2rem;
}
.woocommerce-checkout .order-total,
.woocommerce-view-order .order-total {
  font-size: 2.2rem;
}
.woocommerce-checkout form.checkout_coupon,
.woocommerce-view-order form.checkout_coupon {
  border: none;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart_item,
.woocommerce-checkout .woocommerce-view-order .cart_item,
.woocommerce-view-order .woocommerce-checkout-review-order .cart_item,
.woocommerce-view-order .woocommerce-view-order .cart_item {
  font-size: 1.8rem;
  /*
  img {
      width: 7.8rem;
  }
  */
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart_item p,
.woocommerce-checkout .woocommerce-view-order .cart_item p,
.woocommerce-view-order .woocommerce-checkout-review-order .cart_item p,
.woocommerce-view-order .woocommerce-view-order .cart_item p {
  font-size: 1.8rem;
}
.woocommerce-checkout .woocommerce-checkout-review-order .cart_item .woocommerce-Price-amount.amount,
.woocommerce-checkout .woocommerce-view-order .cart_item .woocommerce-Price-amount.amount,
.woocommerce-view-order .woocommerce-checkout-review-order .cart_item .woocommerce-Price-amount.amount,
.woocommerce-view-order .woocommerce-view-order .cart_item .woocommerce-Price-amount.amount {
  font-weight: 500;
}
.woocommerce-checkout .shipping-options .shipping-method-selected-label,
.woocommerce-view-order .shipping-options .shipping-method-selected-label {
  display: none;
}
.woocommerce-checkout #page-wrapper,
.woocommerce-view-order #page-wrapper {
  padding-top: 4rem;
}
@media (max-width: 767.98px) {
  .woocommerce-checkout #accordion_order_review .accordion-button.collapsed,
  .woocommerce-view-order #accordion_order_review .accordion-button.collapsed {
    background-color: #f3f3f3;
  }
}
.woocommerce-checkout .cart-item__img-wrap,
.woocommerce-view-order .cart-item__img-wrap {
  position: relative;
  width: 7.8rem;
}
@media (max-width: 1199.98px) {
  .woocommerce-checkout .cart-item__img-wrap,
  .woocommerce-view-order .cart-item__img-wrap {
    width: 6rem;
  }
}
.woocommerce-checkout .cart-item__qty,
.woocommerce-view-order .cart-item__qty {
  font-size: 1.6rem;
  background-color: #767676;
  padding: 0;
  width: 2.4rem;
  height: 2.4rem;
  line-height: 2.4rem;
}
.woocommerce-checkout .form-check .form-check-label,
.woocommerce-view-order .form-check .form-check-label {
  line-height: unset;
}

.woocommerce-checkout.has-shipping-methods #payment,
.woocommerce-checkout.has-shipping-methods #terms_conditions_wrap {
  display: block;
}
.woocommerce-checkout.has-shipping-methods #place_order {
  display: inline-block;
}
.woocommerce-checkout.has-shipping-methods .guest-shipping-fields-wrapper {
  display: none;
}

.checkout__login-link {
  background: #E7E7E7;
  border-radius: 3px;
  padding: 2rem 1.6rem;
  margin-top: 3rem;
  margin-bottom: 5.5rem;
  font-weight: 600;
}

.checkout-spinner-wrap {
  position: fixed;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  top: 0;
  z-index: 100;
  background: white;
}
.checkout-spinner-wrap .checkout-spinner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto;
}
.checkout-spinner-wrap .checkout-spinner .spinner-border {
  width: 5rem;
  height: 5rem;
}
.checkout-spinner-wrap .checkout-spinner span {
  font-size: 1.8rem;
}

.checkout__back-link-wrap {
  font-size: 1.8rem;
}

.checkout__back-link::before {
  font-family: "icomoon";
  content: "\e916";
}

#privacy_policy_modal .modal-header {
  padding: 3rem;
  color: #063f88;
}
#privacy_policy_modal .modal-title {
  font-size: 2.8rem;
}
#privacy_policy_modal .modal-body {
  padding: 1rem 3rem;
}

#nab_card_details .form-row {
  width: 100%;
}

#cc-expire-month, #nab_card_ccv {
  margin-bottom: 2rem;
}

@media (max-width: 767.98px) {
  .woocommerce-cart a.checkout-button {
    width: 100%;
  }
  .woocommerce-cart .checkout-button-wrap {
    width: 100%;
  }
}

.woocommerce-order .order-details h5, .woocommerce-order .order-details .h5 {
  font-size: 1.2rem;
  font-weight: normal;
  color: rgba(65, 65, 65, 0.6980392157);
}
.woocommerce-order .product-amount {
  text-align: end;
  font-weight: 500;
}
.woocommerce-order .order-summary p, .woocommerce-order .order-summary {
  font-size: 1.8rem;
}

.woocommerce-order .order-totals {
  text-align: right;
}
.woocommerce-order .order-totals__total {
  font-size: 2.2rem;
}

.woocommerce-checkout #nab_card_details select {
  height: unset !important;
}
.woocommerce-orders-table__cell-order-actions {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
@media (max-width: 767.98px) {
  .woocommerce-orders-table__cell-order-actions {
    flex-direction: column;
  }
}

@media (max-width: 767.98px) {
  .woocommerce-MyAccount-navigation {
    margin-bottom: 4rem;
  }
}
.woocommerce-account .woocommerce-MyAccount-content {
  width: unset;
  float: unset;
}

.woocommerce-account .woocommerce-MyAccount-navigation {
  float: unset;
  width: unset;
}

.woocommerce-orders-table__cell {
  vertical-align: middle;
}

.woocommerce-MyAccount-content .order-number, .woocommerce-MyAccount-content .order-date, .woocommerce-MyAccount-content .order-status {
  line-height: 1.5;
}
.woocommerce-MyAccount-content p {
  font-size: 1.8rem;
}

.my-account-actions {
  font-size: 1.5rem;
}
.my-account-actions > h3, .my-account-actions > .h3 {
  display: none;
}

.pro-features {
  color: #707070;
}
.pro-features li {
  font-size: 2.4rem;
}

@media print {
  /*
  This will remove the header and footer inserted by the browser 
  */
  @page {
    size: auto; /* auto is the initial value */
    margin: 0mm; /* this affects the margin in the printer settings */
  }
  body.woocommerce-checkout #page-wrapper {
    padding-bottom: 4mm;
    padding-left: 8mm;
    padding-right: 8mm;
    padding-top: 4mm;
  }
  body.woocommerce-checkout #wrapper-navbar {
    display: none;
  }
  body.woocommerce-checkout .woocommerce-order .screen-only {
    display: none;
  }
  body.woocommerce-checkout .woocommerce-order > .row, body.woocommerce-checkout .single-complaint .single-complaint-holder .complaint-body .woocommerce-order > .complaint-section-holder, .single-complaint .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order > .complaint-section-holder, body.woocommerce-checkout .single-complaint .single-complaint-holder .woocommerce-order > .complaint-body, .single-complaint .single-complaint-holder body.woocommerce-checkout .woocommerce-order > .complaint-body, body.woocommerce-checkout .single-treatment-protocol #treatment .woocommerce-order > .treatment-protocol-section, .single-treatment-protocol #treatment body.woocommerce-checkout .woocommerce-order > .treatment-protocol-section,
  body.woocommerce-checkout .single-treatment-protocol .single-treatment-protocol-holder .woocommerce-order > .treatment-protocol-section,
  .single-treatment-protocol .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order > .treatment-protocol-section, body.woocommerce-checkout .single-treatment-protocol #treatment .woocommerce-order > .single-treatment-protocol-header, .single-treatment-protocol #treatment body.woocommerce-checkout .woocommerce-order > .single-treatment-protocol-header,
  body.woocommerce-checkout .single-treatment-protocol .single-treatment-protocol-holder .woocommerce-order > .single-treatment-protocol-header,
  .single-treatment-protocol .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order > .single-treatment-protocol-header, body.woocommerce-checkout .single-customer-protocol-holder .single-customer-protocol-content #treatment .woocommerce-order > .treatment-protocol-section, .single-customer-protocol-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order > .treatment-protocol-section,
  body.woocommerce-checkout .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .woocommerce-order > .treatment-protocol-section,
  .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order > .treatment-protocol-section,
  body.woocommerce-checkout .single-customer-protocol-holder .treatment-protocol-popup #treatment .woocommerce-order > .treatment-protocol-section,
  .single-customer-protocol-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order > .treatment-protocol-section,
  body.woocommerce-checkout .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .woocommerce-order > .treatment-protocol-section,
  .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order > .treatment-protocol-section,
  body.woocommerce-checkout .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .woocommerce-order > .treatment-protocol-section,
  .treatment-protocol-popup-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order > .treatment-protocol-section,
  body.woocommerce-checkout .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .woocommerce-order > .treatment-protocol-section,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order > .treatment-protocol-section,
  body.woocommerce-checkout .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .woocommerce-order > .treatment-protocol-section,
  .treatment-protocol-popup-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order > .treatment-protocol-section,
  body.woocommerce-checkout .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .woocommerce-order > .treatment-protocol-section,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order > .treatment-protocol-section, body.woocommerce-checkout .single-customer-protocol-holder .single-customer-protocol-content #treatment .woocommerce-order > .single-treatment-protocol-header, .single-customer-protocol-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order > .single-treatment-protocol-header,
  body.woocommerce-checkout .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .woocommerce-order > .single-treatment-protocol-header,
  .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order > .single-treatment-protocol-header,
  body.woocommerce-checkout .single-customer-protocol-holder .treatment-protocol-popup #treatment .woocommerce-order > .single-treatment-protocol-header,
  .single-customer-protocol-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order > .single-treatment-protocol-header,
  body.woocommerce-checkout .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .woocommerce-order > .single-treatment-protocol-header,
  .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order > .single-treatment-protocol-header,
  body.woocommerce-checkout .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .woocommerce-order > .single-treatment-protocol-header,
  .treatment-protocol-popup-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order > .single-treatment-protocol-header,
  body.woocommerce-checkout .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .woocommerce-order > .single-treatment-protocol-header,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order > .single-treatment-protocol-header,
  body.woocommerce-checkout .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .woocommerce-order > .single-treatment-protocol-header,
  .treatment-protocol-popup-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order > .single-treatment-protocol-header,
  body.woocommerce-checkout .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .woocommerce-order > .single-treatment-protocol-header,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order > .single-treatment-protocol-header, body.woocommerce-checkout .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .woocommerce-order > .complaint-section-holder, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order > .complaint-section-holder,
  body.woocommerce-checkout .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .woocommerce-order > .complaint-section-holder,
  .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order > .complaint-section-holder,
  body.woocommerce-checkout .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .woocommerce-order > .complaint-section-holder,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order > .complaint-section-holder,
  body.woocommerce-checkout .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .woocommerce-order > .complaint-section-holder,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order > .complaint-section-holder, body.woocommerce-checkout .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .woocommerce-order > .complaint-body, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder body.woocommerce-checkout .woocommerce-order > .complaint-body,
  body.woocommerce-checkout .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .woocommerce-order > .complaint-body,
  .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder body.woocommerce-checkout .woocommerce-order > .complaint-body,
  body.woocommerce-checkout .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .woocommerce-order > .complaint-body,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder body.woocommerce-checkout .woocommerce-order > .complaint-body,
  body.woocommerce-checkout .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .woocommerce-order > .complaint-body,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder body.woocommerce-checkout .woocommerce-order > .complaint-body, body.woocommerce-checkout .woocommerce-order > .cta-news__items__wrap {
    flex-direction: column;
    visibility: visible;
  }
  body.woocommerce-checkout .woocommerce-order .order-details {
    margin-top: 0 !important;
    order: 1 !important;
  }
  body.woocommerce-checkout .woocommerce-order .order-details.general {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }
  body.woocommerce-checkout .woocommerce-order .order-details.general > .order-details__item {
    flex-basis: 50%;
  }
  body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.row, body.woocommerce-checkout .woocommerce-order .order-details.general .single-complaint .single-complaint-holder .complaint-body .order-details.complaint-section-holder, .single-complaint .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.complaint-section-holder, body.woocommerce-checkout .woocommerce-order .order-details.general .single-complaint .single-complaint-holder .order-details.complaint-body, .single-complaint .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.complaint-body, body.woocommerce-checkout .woocommerce-order .order-details.general .single-treatment-protocol #treatment .order-details.treatment-protocol-section, .single-treatment-protocol #treatment body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-details.general .single-treatment-protocol .single-treatment-protocol-holder .order-details.treatment-protocol-section,
  .single-treatment-protocol .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.treatment-protocol-section, body.woocommerce-checkout .woocommerce-order .order-details.general .single-treatment-protocol #treatment .order-details.single-treatment-protocol-header, .single-treatment-protocol #treatment body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-details.general .single-treatment-protocol .single-treatment-protocol-holder .order-details.single-treatment-protocol-header,
  .single-treatment-protocol .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.single-treatment-protocol-header, body.woocommerce-checkout .woocommerce-order .order-details.general .single-customer-protocol-holder .single-customer-protocol-content #treatment .order-details.treatment-protocol-section, .single-customer-protocol-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-details.general .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .order-details.treatment-protocol-section,
  .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-details.general .single-customer-protocol-holder .treatment-protocol-popup #treatment .order-details.treatment-protocol-section,
  .single-customer-protocol-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-details.general .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .order-details.treatment-protocol-section,
  .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-details.general .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .order-details.treatment-protocol-section,
  .treatment-protocol-popup-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-details.general .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .order-details.treatment-protocol-section,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-details.general .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .order-details.treatment-protocol-section,
  .treatment-protocol-popup-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-details.general .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .order-details.treatment-protocol-section,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.treatment-protocol-section, body.woocommerce-checkout .woocommerce-order .order-details.general .single-customer-protocol-holder .single-customer-protocol-content #treatment .order-details.single-treatment-protocol-header, .single-customer-protocol-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-details.general .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .order-details.single-treatment-protocol-header,
  .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-details.general .single-customer-protocol-holder .treatment-protocol-popup #treatment .order-details.single-treatment-protocol-header,
  .single-customer-protocol-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-details.general .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .order-details.single-treatment-protocol-header,
  .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-details.general .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .order-details.single-treatment-protocol-header,
  .treatment-protocol-popup-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-details.general .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .order-details.single-treatment-protocol-header,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-details.general .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .order-details.single-treatment-protocol-header,
  .treatment-protocol-popup-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-details.general .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .order-details.single-treatment-protocol-header,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.single-treatment-protocol-header, body.woocommerce-checkout .woocommerce-order .order-details.general .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .order-details.complaint-section-holder, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.complaint-section-holder,
  body.woocommerce-checkout .woocommerce-order .order-details.general .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .order-details.complaint-section-holder,
  .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.complaint-section-holder,
  body.woocommerce-checkout .woocommerce-order .order-details.general .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .order-details.complaint-section-holder,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.complaint-section-holder,
  body.woocommerce-checkout .woocommerce-order .order-details.general .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .order-details.complaint-section-holder,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.complaint-section-holder, body.woocommerce-checkout .woocommerce-order .order-details.general .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .order-details.complaint-body, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.complaint-body,
  body.woocommerce-checkout .woocommerce-order .order-details.general .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .order-details.complaint-body,
  .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.complaint-body,
  body.woocommerce-checkout .woocommerce-order .order-details.general .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .order-details.complaint-body,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.complaint-body,
  body.woocommerce-checkout .woocommerce-order .order-details.general .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .order-details.complaint-body,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.complaint-body, body.woocommerce-checkout .woocommerce-order .order-details.general .order-details.cta-news__items__wrap {
    flex-basis: 100%;
    flex-direction: row;
  }
  body.woocommerce-checkout .woocommerce-order .order-details.general .address > * {
    width: 50%;
  }
  body.woocommerce-checkout .woocommerce-order .order-details.general .address > * h3, body.woocommerce-checkout .woocommerce-order .order-details.general .address > * .h3 {
    display: none;
  }
  body.woocommerce-checkout .woocommerce-order .order-details__item {
    margin-bottom: 5mm !important;
  }
  body.woocommerce-checkout .woocommerce-order .order-summary {
    order: 2 !important;
  }
  body.woocommerce-checkout .woocommerce-order .order-summary .row, body.woocommerce-checkout .woocommerce-order .order-summary .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder, .single-complaint .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-summary .complaint-section-holder, body.woocommerce-checkout .woocommerce-order .order-summary .single-complaint .single-complaint-holder .complaint-body, .single-complaint .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-summary .complaint-body, body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol #treatment .treatment-protocol-section, .single-treatment-protocol #treatment body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section,
  .single-treatment-protocol .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-section, body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol #treatment .single-treatment-protocol-header, .single-treatment-protocol #treatment body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header,
  .single-treatment-protocol .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol-header, body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section, .single-customer-protocol-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section,
  .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section,
  .single-customer-protocol-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section,
  .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section,
  .treatment-protocol-popup-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section,
  .treatment-protocol-popup-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-section, body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header, .single-customer-protocol-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header,
  .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header,
  .single-customer-protocol-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header,
  .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header,
  .treatment-protocol-popup-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header,
  .treatment-protocol-popup-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol-header, body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-summary .complaint-section-holder,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder,
  .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-summary .complaint-section-holder,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-summary .complaint-section-holder,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-summary .complaint-section-holder, body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-summary .complaint-body,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body,
  .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-summary .complaint-body,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-summary .complaint-body,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-summary .complaint-body, body.woocommerce-checkout .woocommerce-order .order-summary .cta-news__items__wrap {
    align-items: center;
    margin-bottom: 5mm !important;
    margin-top: 5mm !important;
  }
  body.woocommerce-checkout .woocommerce-order .order-summary .row.product-thumbnail, body.woocommerce-checkout .woocommerce-order .order-summary .single-complaint .single-complaint-holder .complaint-body .product-thumbnail.complaint-section-holder, .single-complaint .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.complaint-section-holder, body.woocommerce-checkout .woocommerce-order .order-summary .single-complaint .single-complaint-holder .product-thumbnail.complaint-body, .single-complaint .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.complaint-body, body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol #treatment .product-thumbnail.treatment-protocol-section, .single-treatment-protocol #treatment body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol .single-treatment-protocol-holder .product-thumbnail.treatment-protocol-section,
  .single-treatment-protocol .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.treatment-protocol-section, body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol #treatment .product-thumbnail.single-treatment-protocol-header, .single-treatment-protocol #treatment body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-treatment-protocol .single-treatment-protocol-holder .product-thumbnail.single-treatment-protocol-header,
  .single-treatment-protocol .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.single-treatment-protocol-header, body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .single-customer-protocol-content #treatment .product-thumbnail.treatment-protocol-section, .single-customer-protocol-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .product-thumbnail.treatment-protocol-section,
  .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .treatment-protocol-popup #treatment .product-thumbnail.treatment-protocol-section,
  .single-customer-protocol-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .product-thumbnail.treatment-protocol-section,
  .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .product-thumbnail.treatment-protocol-section,
  .treatment-protocol-popup-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .product-thumbnail.treatment-protocol-section,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .product-thumbnail.treatment-protocol-section,
  .treatment-protocol-popup-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.treatment-protocol-section,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .product-thumbnail.treatment-protocol-section,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.treatment-protocol-section, body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .single-customer-protocol-content #treatment .product-thumbnail.single-treatment-protocol-header, .single-customer-protocol-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .product-thumbnail.single-treatment-protocol-header,
  .single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .treatment-protocol-popup #treatment .product-thumbnail.single-treatment-protocol-header,
  .single-customer-protocol-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .product-thumbnail.single-treatment-protocol-header,
  .single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .single-customer-protocol-content #treatment .product-thumbnail.single-treatment-protocol-header,
  .treatment-protocol-popup-holder .single-customer-protocol-content #treatment body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .product-thumbnail.single-treatment-protocol-header,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .treatment-protocol-popup #treatment .product-thumbnail.single-treatment-protocol-header,
  .treatment-protocol-popup-holder .treatment-protocol-popup #treatment body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.single-treatment-protocol-header,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .product-thumbnail.single-treatment-protocol-header,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.single-treatment-protocol-header, body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .product-thumbnail.complaint-section-holder, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.complaint-section-holder,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .product-thumbnail.complaint-section-holder,
  .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.complaint-section-holder,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .product-thumbnail.complaint-section-holder,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.complaint-section-holder,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .product-thumbnail.complaint-section-holder,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.complaint-section-holder, body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .product-thumbnail.complaint-body, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.complaint-body,
  body.woocommerce-checkout .woocommerce-order .order-summary .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .product-thumbnail.complaint-body,
  .single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.complaint-body,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .product-thumbnail.complaint-body,
  .treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.complaint-body,
  body.woocommerce-checkout .woocommerce-order .order-summary .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .product-thumbnail.complaint-body,
  .treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.complaint-body, body.woocommerce-checkout .woocommerce-order .order-summary .product-thumbnail.cta-news__items__wrap {
    width: 20mm;
  }
  body.woocommerce-checkout .woocommerce-order .order-summary p {
    font-size: 12px;
    margin-bottom: 0;
  }
  body.woocommerce-checkout .woocommerce-order .order-summary p.product-name__desc {
    display: none;
  }
  body.woocommerce-checkout .woocommerce-order .order-summary .cart-item__img-wrap {
    width: 10mm;
  }
  body.woocommerce-checkout .woocommerce-order .order-summary .cart-item__img-wrap .cart-item__qty {
    background: none;
    color: #000;
    font-size: 12px;
    height: 10mm;
    line-height: 10mm;
    transform: translate(0) !important;
    width: 10mm;
  }
  body.woocommerce-checkout .woocommerce-order .order-totals div {
    font-size: 12px;
    margin-bottom: 5mm !important;
    margin-top: 5mm !important;
  }
}
.search-input-group .icon-search {
  border: 3px solid #063f88;
  border-radius: 3px;
  border-right-color: transparent;
  border-right-width: 0;
  font-size: 25px;
  width: 6rem;
}
.search-input-group input[type=search] {
  border: 3px solid #063f88;
  border-left-color: transparent;
  border-left-width: 0;
  border-radius: 3px;
  font-size: 1.8rem;
  margin-left: -3px;
  padding-right: 4rem;
}
.search-input-group input[type=search]:focus {
  outline: none;
}

#archive_product_sidebar .sidebar-widget,
#ahx-wcpl-sidebar-navigation .sidebar-widget {
  display: flex;
  flex-direction: column;
  padding: 3rem;
  justify-content: space-between;
  height: 22rem;
  background-color: #e7ecf2;
  color: var(--bs-primary);
  border: 1px solid #063f88;
}
#archive_product_sidebar .sidebar-widget span[class^=icon],
#ahx-wcpl-sidebar-navigation .sidebar-widget span[class^=icon] {
  font-size: 3rem;
  margin-right: 1rem;
  min-width: 4rem;
}
#archive_product_sidebar .sidebar-widget .h4,
#ahx-wcpl-sidebar-navigation .sidebar-widget .h4 {
  font-size: 2rem;
  margin-bottom: 0;
}
#archive_product_sidebar .sidebar-widget .description,
#ahx-wcpl-sidebar-navigation .sidebar-widget .description {
  font-weight: 500;
  font-size: 1.4rem;
}

/* .sidebar_accordion .bg-primary a {
    color: #fff;
    text-decoration: underline;
}


.sidebar_accordion .bg-primary.accordion-button::after {
    filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(255deg)
        brightness(102%) contrast(99%);
}

.sidebar_accordion .accordion-header {
    border-bottom: 1px white solid;
}

.sidebar_accordion .accordion-item {
    margin-bottom: 1rem;
} */
.sidebar_accordion .bg-primary a, .sidebar_accordion .sidebar-nav .accordion-item.highlight a, .sidebar-nav .sidebar_accordion .accordion-item.highlight a, .sidebar_accordion .sidebar-nav .accordion-item.active .sidebar-item.active a, .sidebar-nav .accordion-item.active .sidebar_accordion .sidebar-item.active a, .sidebar_accordion .woocommerce-checkout #main-nav a, .woocommerce-checkout .sidebar_accordion #main-nav a, .sidebar_accordion .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active .sidebar-item.active a, .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active .sidebar_accordion .sidebar-item.active a, .sidebar_accordion .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active .sidebar-item.active a, .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active .sidebar_accordion .sidebar-item.active a, .sidebar_accordion .sidebar-nav .accordion-item.active .woocommerce-MyAccount-navigation .sidebar-item.is-active a, .sidebar-nav .accordion-item.active .woocommerce-MyAccount-navigation .sidebar_accordion .sidebar-item.is-active a, .sidebar_accordion .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.active .sidebar-item.is-active a, .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.active .sidebar_accordion .sidebar-item.is-active a, .sidebar_accordion .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active .sidebar-item.is-active a, .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active .sidebar_accordion .sidebar-item.is-active a, .sidebar_accordion .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active .sidebar-item.is-active a, .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active .sidebar_accordion .sidebar-item.is-active a, .sidebar_accordion .woocommerce-MyAccount-content .order-number a, .woocommerce-MyAccount-content .sidebar_accordion .order-number a, .sidebar_accordion .woocommerce-MyAccount-content .order-date a, .woocommerce-MyAccount-content .sidebar_accordion .order-date a, .sidebar_accordion .woocommerce-MyAccount-content .order-status a, .woocommerce-MyAccount-content .sidebar_accordion .order-status a {
  color: #fff;
}
.sidebar_accordion .bg-primary.accordion-button::after, .sidebar_accordion .sidebar-nav .accordion-button.accordion-item.highlight::after, .sidebar-nav .sidebar_accordion .accordion-button.accordion-item.highlight::after, .sidebar_accordion .sidebar-nav .accordion-item.active .accordion-button.sidebar-item.active::after, .sidebar-nav .accordion-item.active .sidebar_accordion .accordion-button.sidebar-item.active::after, .sidebar_accordion .woocommerce-checkout .accordion-button#main-nav::after, .woocommerce-checkout .sidebar_accordion .accordion-button#main-nav::after, .sidebar_accordion .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active .accordion-button.sidebar-item.active::after, .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active .sidebar_accordion .accordion-button.sidebar-item.active::after, .sidebar_accordion .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active .accordion-button.sidebar-item.active::after, .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active .sidebar_accordion .accordion-button.sidebar-item.active::after, .sidebar_accordion .sidebar-nav .accordion-item.active .woocommerce-MyAccount-navigation .accordion-button.sidebar-item.is-active::after, .sidebar-nav .accordion-item.active .woocommerce-MyAccount-navigation .sidebar_accordion .accordion-button.sidebar-item.is-active::after, .sidebar_accordion .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.active .accordion-button.sidebar-item.is-active::after, .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.active .sidebar_accordion .accordion-button.sidebar-item.is-active::after, .sidebar_accordion .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active .accordion-button.sidebar-item.is-active::after, .sidebar-nav .woocommerce-MyAccount-navigation .accordion-item.is-active .sidebar_accordion .accordion-button.sidebar-item.is-active::after, .sidebar_accordion .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active .accordion-button.sidebar-item.is-active::after, .woocommerce-MyAccount-navigation .sidebar-nav .accordion-item.is-active .sidebar_accordion .accordion-button.sidebar-item.is-active::after, .sidebar_accordion .woocommerce-MyAccount-content .accordion-button.order-number::after, .woocommerce-MyAccount-content .sidebar_accordion .accordion-button.order-number::after, .sidebar_accordion .woocommerce-MyAccount-content .accordion-button.order-date::after, .woocommerce-MyAccount-content .sidebar_accordion .accordion-button.order-date::after, .sidebar_accordion .woocommerce-MyAccount-content .accordion-button.order-status::after, .woocommerce-MyAccount-content .sidebar_accordion .accordion-button.order-status::after {
  filter: invert(100%) sepia(0%) saturate(7500%) hue-rotate(255deg) brightness(102%) contrast(99%);
}
.sidebar_accordion span[class^=icon] {
  min-width: 4rem;
}
.sidebar_accordion .accordion-item {
  border: none;
  margin-bottom: 0.5rem;
}

#tabs-protocol .active, #tabs-protocol .woocommerce-MyAccount-navigation .is-active, .woocommerce-MyAccount-navigation #tabs-protocol .is-active {
  font-weight: 600;
  color: #063f88;
  text-decoration: underline;
}
#tabs-protocol a:not(.active) {
  font-weight: 400;
  color: #414141;
}

#protocols_menu .accordion-button {
  font-weight: 600;
  font-size: 1.8rem;
}
#protocols_menu ul.accordion-collapse {
  list-style-type: "- ";
  padding-left: 3rem;
}
#protocols_menu .dropdown-item:hover {
  background-color: transparent;
}

#mobile_protocols_menu svg {
  width: 3rem;
  height: 3rem;
  margin-right: 2rem;
}
#mobile_protocols_menu .accordion-header button span {
  font-size: 1.8rem;
  text-decoration: underline;
}

@media (max-width: 767.98px) {
  #mobile_protocols_menu .accordion-body .header,
  #mobile_protocols_menu .complaint-header h1,
  #mobile_protocols_menu .complaint-header .h1,
  #mobile_protocols_menu .complaint-print-version {
    display: none;
  }
  #mobile_protocols_menu img {
    margin: 2rem 0;
  }
  #mobile_protocols_menu .content li,
  #mobile_protocols_menu .content p,
  #mobile_protocols_menu .content span {
    font-size: 1.6rem;
  }
  #mobile_protocols_menu h3, #mobile_protocols_menu .h3 {
    font-size: 1.8rem;
  }
}
@media (min-width: 768px) {
  #tab-my-treatment-summary {
    /* img {
        margin: 2rem 0;
    } */
    /* .treatment-protocol-section {
        display: flex;
        justify-items: center;
        flex-direction: column;
        margin: 3rem 0;

        .header {
            display: flex;
            flex-wrap: wrap;
            justify-items: center;
            align-items: center;
            gap: 2rem;

            h2 {
                // font-size: 2.6rem;
                margin-bottom: 0;
                color: #ff0000;
            }

            .notes {
                flex-basis: 100%;
            }
        }

        svg {
            width: 5rem;
            height: 5rem;
            //margin-right: 2rem;
        }

        .content {
            margin: 3rem 0;
            padding-left: 7rem;
            border-left: solid 1px #00000033;
        }
    } */
  }
  #tab-my-treatment-summary .single-treatment-protocol-header h1, #tab-my-treatment-summary .single-treatment-protocol-header .h1 {
    color: #063f88;
  }
  #tab-my-treatment-summary .single-treatment-protocol-header h2, #tab-my-treatment-summary .single-treatment-protocol-header .h2 {
    display: none;
  }
  #tab-indication-information .complaint-header h1, #tab-indication-information .complaint-header .h1 {
    color: #063f88;
  }
  #tab-indication-information .complaint-alternate-name {
    color: #063f88;
  }
  #tab-indication-information .complaint-summary h5, #tab-indication-information .complaint-summary .h5 {
    color: #063f88;
    font-size: 2rem;
  }
  #tab-indication-information .complaint-section {
    margin: 3rem 0;
  }
  #tab-indication-information .complaint-section-headline {
    font-size: 2.6rem;
    margin: 2rem 0;
    color: #ff0000;
  }
  #tab-indication-information .complaint-print-version {
    display: none;
  }
  #tab-indication-information img {
    margin: 2rem 0;
  }
  #tab-indication-information .complaint-section-content {
    display: flex;
  }
  #tab-indication-information .complaint-section-content figure {
    flex-basis: 50%;
  }
}
.mobile-treatment-version-info span,
.treatment-version-info span {
  font-weight: 700;
}

.protocols-template {
  overflow-x: hidden;
}
.protocols-template .container-fluid, .protocols-template .single-customer-protocol-holder .single-customer-protocol-header, .single-customer-protocol-holder .protocols-template .single-customer-protocol-header,
.protocols-template .single-customer-protocol-holder .single-customer-protocol-content,
.single-customer-protocol-holder .protocols-template .single-customer-protocol-content,
.protocols-template .treatment-protocol-popup-holder .single-customer-protocol-header,
.treatment-protocol-popup-holder .protocols-template .single-customer-protocol-header,
.protocols-template .treatment-protocol-popup-holder .single-customer-protocol-content,
.treatment-protocol-popup-holder .protocols-template .single-customer-protocol-content, .protocols-template .container-sm, .protocols-template .container-md, .protocols-template .container-lg, .protocols-template .container-xl, .protocols-template .container-xxl {
  margin: 0 auto;
  padding-left: 3rem;
  padding-right: 3rem;
  width: 90%;
}
.protocols-template .top-bar,
.protocols-template .bottom-bar {
  background-color: #a7a9ac;
}
.protocols-template .top-bar {
  color: #023f88;
}
.protocols-template .top-bar a {
  color: #023f88;
  text-decoration: none;
}
.protocols-template .top-bar .contact-info span {
  display: inline-block;
  margin-right: 0.5rem;
}
.protocols-template .top-bar .contact-info span:last-of-type {
  margin-right: 0;
}
.protocols-template .top-bar .user-info {
  color: #ffffff;
}
.protocols-template .branding {
  background-color: #023f88;
}
.protocols-template .branding .navbar-brand img {
  height: 30px;
  width: auto;
}
.protocols-template .footer-widgets {
  background-color: #4d4d4f;
  color: #ffffff;
}
.protocols-template .footer-widgets h3, .protocols-template .footer-widgets .h3 {
  color: #ffffff;
  font-size: 1.25rem;
}
.protocols-template .footer-widgets p, .protocols-template .footer-widgets li {
  line-height: 1.8;
}
.protocols-template .footer-widgets a {
  color: #ffffff;
  text-decoration: none;
}
.protocols-template .footer-widgets li ul, .protocols-template .footer-widgets li ol {
  margin: 0 1.5rem;
}
.protocols-template .footer-widgets ul, .protocols-template .footer-widgets ol {
  margin: 0 1.5rem 1.5rem 0;
  padding-left: 1.25rem;
}
.protocols-template .footer-widgets ul {
  list-style-type: disc;
}
.protocols-template .footer-widgets ol {
  list-style-type: decimal;
}
.protocols-template .footer-widgets ol ol {
  list-style: upper-alpha;
}
.protocols-template .footer-widgets ol ol ol {
  list-style: lower-roman;
}
.protocols-template .footer-widgets ol ol ol ol {
  list-style: lower-alpha;
}
.protocols-template .footer-widgets dl {
  margin: 0 0 1.5em 0;
}
.protocols-template .footer-widgets dl dt {
  font-weight: bold;
}
.protocols-template .footer-widgets dd {
  margin-left: 1.5em;
}
.protocols-template .bottom-bar {
  color: #ffffff;
}

.single-customer-protocol-holder .single-customer-protocol-header,
.treatment-protocol-popup-holder .single-customer-protocol-header {
  background-color: #023f88;
}
.single-customer-protocol-holder .single-customer-protocol-header h1, .single-customer-protocol-holder .single-customer-protocol-header .h1,
.treatment-protocol-popup-holder .single-customer-protocol-header h1,
.treatment-protocol-popup-holder .single-customer-protocol-header .h1 {
  color: #ffffff;
  margin: 0;
  padding: 0;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-navigation {
  display: flex;
  flex-direction: row;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-print-icon,
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation-icon,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-print-icon,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-navigation-icon {
  align-items: center;
  border: 1px solid #ffffff;
  color: #ffffff;
  display: flex;
  font-size: 28px;
  height: 40px;
  justify-content: center;
  overflow: hidden;
  text-align: center;
  width: 40px;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-print-icon i,
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation-icon i,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-print-icon i,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-navigation-icon i {
  margin: 0 auto;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-print-icon,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-print-icon {
  margin-right: 10px;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu {
  border: 1px solid #dcddde;
  padding: 20px;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table {
  width: 100%;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr {
  border-bottom: 1px solid #dcddde;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr td,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr td {
  padding-bottom: 10px;
  padding-top: 10px;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr td a,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr td a {
  color: var(--bs-body-color);
  text-decoration: none;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr td button,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr td button {
  align-items: center;
  border: 1px solid #a7a9ac;
  color: #a7a9ac;
  display: flex;
  height: 30px;
  justify-content: center;
  line-height: 30px;
  width: 30px;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr:first-of-type td,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr:first-of-type td {
  padding-top: 0;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr:last-of-type,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr:last-of-type {
  border-bottom: 0;
}
.single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr:last-of-type td,
.treatment-protocol-popup-holder .single-customer-protocol-header .single-customer-protocol-navigation-menu .single-customer-protocol-nav-table tr:last-of-type td {
  padding-bottom: 0;
}
.single-customer-protocol-holder .single-customer-protocol-content h1, .single-customer-protocol-holder .single-customer-protocol-content .h1,
.single-customer-protocol-holder .treatment-protocol-popup h1,
.single-customer-protocol-holder .treatment-protocol-popup .h1,
.treatment-protocol-popup-holder .single-customer-protocol-content h1,
.treatment-protocol-popup-holder .single-customer-protocol-content .h1,
.treatment-protocol-popup-holder .treatment-protocol-popup h1,
.treatment-protocol-popup-holder .treatment-protocol-popup .h1 {
  color: #023f88;
  font-size: 60px;
  letter-spacing: -0.1rem;
}
.single-customer-protocol-holder .single-customer-protocol-content .content-tabs,
.single-customer-protocol-holder .treatment-protocol-popup .content-tabs,
.treatment-protocol-popup-holder .single-customer-protocol-content .content-tabs,
.treatment-protocol-popup-holder .treatment-protocol-popup .content-tabs {
  font-size: 1.2rem;
}
.single-customer-protocol-holder .single-customer-protocol-content .content-tabs a,
.single-customer-protocol-holder .treatment-protocol-popup .content-tabs a,
.treatment-protocol-popup-holder .single-customer-protocol-content .content-tabs a,
.treatment-protocol-popup-holder .treatment-protocol-popup .content-tabs a {
  color: #023f88;
}
.single-customer-protocol-holder .single-customer-protocol-content .content-holder,
.single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-content,
.single-customer-protocol-holder .treatment-protocol-popup .content-holder,
.single-customer-protocol-holder .treatment-protocol-popup .treatment-protocol-content,
.treatment-protocol-popup-holder .single-customer-protocol-content .content-holder,
.treatment-protocol-popup-holder .single-customer-protocol-content .treatment-protocol-content,
.treatment-protocol-popup-holder .treatment-protocol-popup .content-holder,
.treatment-protocol-popup-holder .treatment-protocol-popup .treatment-protocol-content {
  font-size: 16px;
}
.single-customer-protocol-holder .single-customer-protocol-content .content-holder div.wp-caption,
.single-customer-protocol-holder .single-customer-protocol-content .treatment-protocol-content div.wp-caption,
.single-customer-protocol-holder .treatment-protocol-popup .content-holder div.wp-caption,
.single-customer-protocol-holder .treatment-protocol-popup .treatment-protocol-content div.wp-caption,
.treatment-protocol-popup-holder .single-customer-protocol-content .content-holder div.wp-caption,
.treatment-protocol-popup-holder .single-customer-protocol-content .treatment-protocol-content div.wp-caption,
.treatment-protocol-popup-holder .treatment-protocol-popup .content-holder div.wp-caption,
.treatment-protocol-popup-holder .treatment-protocol-popup .treatment-protocol-content div.wp-caption {
  max-width: 100%;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-header,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-header {
  border-bottom: 1px solid #dcddde;
  position: relative;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-header .complaint-summary,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-header .complaint-summary,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-header .complaint-summary,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-header .complaint-summary {
  color: #002e5d;
  font-size: 20px;
  margin-bottom: 30px;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-header .complaint-print-version,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-header .complaint-print-version,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-header .complaint-print-version,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-header .complaint-print-version {
  position: absolute;
  right: 0;
  top: 0;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-header .complaint-print-version a,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-header .complaint-print-version a,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-header .complaint-print-version a,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-header .complaint-print-version a {
  background-color: #023f88;
  border-radius: 20px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-description-holder,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-description-holder,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-description-holder,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-description-holder {
  border-right: 1px solid #dcddde;
  /* 
          padding-right: 30px;
          width: 33%;

          .complaint-description {
            background-color: #EDEDED;
            border: 1px solid $border-color;
            border-top: 0;
            padding: 30px;
          }

   */
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-section-headline,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-section-headline,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-section-headline,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-section-headline {
  color: #ef4130;
  font-size: 22px;
  text-transform: uppercase;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-image,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-image,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-image,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-image {
  background-color: #EDEDED;
  border: 1px solid #dcddde;
  font-size: 12px;
  padding: 8px;
  text-align: center;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section {
  border-right: 1px solid #dcddde;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section:last-of-type, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section:last-of-type, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section:last-of-type,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section:last-of-type,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section:last-of-type,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section:last-of-type,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section:last-of-type,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section:last-of-type,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section:last-of-type,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section:last-of-type,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section:last-of-type,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section:last-of-type {
  border: none;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.no-description,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.no-description,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.no-description,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.no-description {
  width: 100%;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-3 .complaint-section, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-4 .complaint-section,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-3 .complaint-section,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-4 .complaint-section,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-3 .complaint-section,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-4 .complaint-section,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-3 .complaint-section,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-4 .complaint-section {
  border-right: 1px solid #dcddde;
  max-width: calc(33% - 20px);
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-3 .complaint-section:nth-of-type(3), .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-4 .complaint-section:nth-of-type(3),
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-3 .complaint-section:nth-of-type(3),
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-4 .complaint-section:nth-of-type(3),
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-3 .complaint-section:nth-of-type(3),
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-4 .complaint-section:nth-of-type(3),
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-3 .complaint-section:nth-of-type(3),
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-4 .complaint-section:nth-of-type(3) {
  border-right: none;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body li ul, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body li ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body li ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body li ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body li ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body li ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body li ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body li ol {
  margin: 0 1.5rem;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ul, .single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ol {
  margin: 0 1.5rem 1.5rem 0;
  padding-left: 1.25rem;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ul {
  list-style-type: disc;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ol {
  list-style-type: decimal;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ol ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ol ol {
  list-style: upper-alpha;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ol ol ol {
  list-style: lower-roman;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ol ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ol ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body ol ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body ol ol ol ol {
  list-style: lower-alpha;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body dl,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body dl,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body dl,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body dl {
  margin: 0 0 1.5em 0;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body dl dt,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body dl dt,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body dl dt,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body dl dt {
  font-weight: bold;
}
.single-customer-protocol-holder .single-customer-protocol-content .single-complaint-holder .complaint-body dd,
.single-customer-protocol-holder .treatment-protocol-popup .single-complaint-holder .complaint-body dd,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-complaint-holder .complaint-body dd,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-complaint-holder .complaint-body dd {
  margin-left: 1.5em;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header {
  border-bottom: 1px solid #dcddde;
  display: none;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .heading,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .heading,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .heading,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .heading {
  border-right: 1px solid #dcddde;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .treatment-version-info .label,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info .label,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .treatment-version-info .label,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info .label,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-header .treatment-version-info .label,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info .label,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-header .treatment-version-info .label,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info .label {
  color: #023f88;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-image,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-image,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .single-treatment-protocol-image,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-image,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .single-treatment-protocol-image,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .single-treatment-protocol-image,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .single-treatment-protocol-image,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .single-treatment-protocol-image {
  border-bottom: 1px solid #dcddde;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section {
  border-bottom: 1px solid #dcddde;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header {
  border-right: 1px solid #dcddde;
  justify-content: center;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header > svg,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header > svg,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header > svg,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header > svg,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header > svg,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header > svg,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header > svg,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header > svg {
  width: 60px;
  height: auto;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header > svg path,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header > svg path,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header > svg path,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header > svg path,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header > svg path,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header > svg path,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header > svg path,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header > svg path {
  fill: #a7a9ac;
  stroke: #a7a9ac;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header h2, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header .h2,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header h2,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header .h2,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header h2,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header .h2,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header h2,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header .h2,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header h2,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header .h2,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header h2,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header .h2,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header h2,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header .h2,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header h2,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header .h2 {
  color: #ef4130;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header::before,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header::before,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header::before,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header::before,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .header::before,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .header::before,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .header::before,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .header::before {
  width: 60px;
  content: " ";
  display: block;
  position: absolute;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #a7a9ac;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content {
  position: relative;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content::before,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content::before,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content::before,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content::before,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content::before,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content::before,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content::before,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content::before {
  content: " ";
  background-color: #ffffff;
  border: 1px solid #ef4130;
  border-radius: 100%;
  height: 30px;
  left: -15px;
  position: absolute;
  top: 1.5rem;
  width: 30px;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content li ul, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content li ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content li ul,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content li ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content li ul,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content li ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content li ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content li ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content li ul,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content li ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content li ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content li ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content li ul,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content li ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content li ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content li ol {
  margin: 0 1.5rem;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ul, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ul,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ul,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ul,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ul,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ol {
  margin: 0 1.5rem 1.5rem 0;
  padding-left: 1.25rem;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ul,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ul,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ul,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ul,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ul {
  list-style-type: disc;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ol {
  list-style-type: decimal;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ol ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ol ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ol ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ol ol {
  list-style: upper-alpha;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ol ol ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ol ol ol {
  list-style: lower-roman;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ol ol ol ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ol ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ol ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ol ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content ol ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content ol ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content ol ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content ol ol ol ol {
  list-style: lower-alpha;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content dl,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content dl,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content dl,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content dl,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content dl,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content dl,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content dl,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content dl {
  margin: 0 0 1.5em 0;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content dl dt,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content dl dt,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content dl dt,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content dl dt,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content dl dt,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content dl dt,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content dl dt,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content dl dt {
  font-weight: bold;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content dd,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content dd,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content dd,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content dd,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content dd,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content dd,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content dd,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content dd {
  margin-left: 1.5em;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content > .fa-exclamation-triangle,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content > .fa-exclamation-triangle,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content > .fa-exclamation-triangle,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content > .fa-exclamation-triangle,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content > .fa-exclamation-triangle,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content > .fa-exclamation-triangle,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content > .fa-exclamation-triangle,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content > .fa-exclamation-triangle {
  display: none;
  float: left;
  color: #ef4130;
  font-size: 60px;
  margin-right: 30px;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content .whp-intro,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content .whp-intro,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content .whp-intro,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content .whp-intro,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .content .whp-intro,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .content .whp-intro,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .content .whp-intro,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .content .whp-intro {
  color: #ef4130;
  margin-top: 20px;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case h3, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .h3,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content h3,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .h3,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case h3,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .h3,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content h3,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .h3,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case h3,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .h3,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content h3,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .h3,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case h3,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .h3,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content h3,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .h3,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case h3,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .h3,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content h3,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .h3,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case h3,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .h3,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content h3,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .h3,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case h3,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .h3,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content h3,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .h3,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case h3,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .h3,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content h3,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .h3 {
  margin-bottom: 16px;
  padding-bottom: 0;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case h3::before, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .h3::before,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content h3::before,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .h3::before,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case h3::before,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .h3::before,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content h3::before,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .h3::before,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case h3::before,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .h3::before,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content h3::before,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .h3::before,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case h3::before,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .h3::before,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content h3::before,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .h3::before,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case h3::before,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .h3::before,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content h3::before,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .h3::before,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case h3::before,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .h3::before,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content h3::before,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .h3::before,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case h3::before,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .h3::before,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content h3::before,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .h3::before,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case h3::before,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .h3::before,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content h3::before,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .h3::before {
  content: " ";
  display: table;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case li ul, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case li ol,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content li ul,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content li ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case li ul,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case li ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content li ul,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content li ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case li ul,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case li ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content li ul,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content li ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case li ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case li ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content li ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content li ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case li ul,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case li ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content li ul,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content li ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case li ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case li ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content li ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content li ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case li ul,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case li ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content li ul,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content li ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case li ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case li ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content li ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content li ol {
  margin: 0 1.5rem;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ul, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ol,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ul,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ul,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ul,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ul,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ul,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ul,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ul,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ul,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ul,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ol {
  margin: 0 1.5rem 1.5rem 0;
  padding-left: 1.25rem;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ul,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ul,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ul,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ul,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ul,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ul,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ul,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ul,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ul,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ul,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ul,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ul,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ul {
  list-style-type: disc;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ol,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ol {
  list-style-type: decimal;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ol ol,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ol ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ol ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ol ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol {
  list-style: upper-alpha;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ol ol ol,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ol ol ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol ol {
  list-style: lower-roman;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ol ol ol ol,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ol ol ol ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol ol ol,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ol ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ol ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol ol ol,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case ol ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content ol ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol ol ol,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case ol ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content ol ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol ol ol,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol ol ol {
  list-style: lower-alpha;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case dl,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content dl,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dl,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content dl,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case dl,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content dl,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dl,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content dl,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case dl,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content dl,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dl,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content dl,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case dl,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content dl,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dl,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content dl {
  margin: 0 0 1.5em 0;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case dl dt,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content dl dt,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dl dt,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content dl dt,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case dl dt,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content dl dt,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dl dt,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content dl dt,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case dl dt,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content dl dt,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dl dt,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content dl dt,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case dl dt,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content dl dt,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dl dt,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content dl dt {
  font-weight: bold;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case dd,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content dd,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dd,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content dd,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case dd,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content dd,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dd,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content dd,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case dd,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content dd,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dd,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content dd,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case dd,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content dd,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dd,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content dd {
  margin-left: 1.5em;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose {
  display: flex;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder {
  flex: 0 0 auto;
  width: 20%;
  margin-right: 20px;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder img,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder img,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder img,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder img,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder img,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder img,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder img,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder img,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder img,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder img,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder img,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder img,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder img,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder img,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder img,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder img {
  width: 100%;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment h4, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment .h4,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period h4,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period .h4,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment h4,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment .h4,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period h4,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period .h4,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment h4,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment .h4,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period h4,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period .h4,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment h4,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment .h4,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period h4,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period .h4,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment h4,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment .h4,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period h4,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period .h4,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment h4,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment .h4,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period h4,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period .h4,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment h4,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment .h4,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period h4,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period .h4,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment h4,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment .h4,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period h4,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period .h4,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment h4,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment .h4,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period h4,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period .h4,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment h4,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment .h4,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period h4,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period .h4,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment h4,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment .h4,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period h4,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period .h4,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment h4,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment .h4,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period h4,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period .h4,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment h4,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment .h4,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period h4,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period .h4,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment h4,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment .h4,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period h4,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period .h4,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment h4,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment .h4,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period h4,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period .h4,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment h4,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment .h4,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period h4,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period .h4 {
  color: #007599;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.title,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.title,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment span.title,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period span.title,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.title,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.title,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment span.title,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period span.title,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.title,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.title,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment span.title,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period span.title,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.title,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.title,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment span.title,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period span.title,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.title,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.title,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment span.title,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period span.title,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.title,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.title,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment span.title,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period span.title,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.title,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.title,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment span.title,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period span.title,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.title,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.title,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment span.title,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period span.title {
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.instructions,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.instructions,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment span.instructions,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period span.instructions,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.instructions,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.instructions,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment span.instructions,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period span.instructions,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.instructions,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.instructions,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment span.instructions,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period span.instructions,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.instructions,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.instructions,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment span.instructions,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period span.instructions,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.instructions,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.instructions,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-section-case-treatment span.instructions,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period span.instructions,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.instructions,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.instructions,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment span.instructions,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period span.instructions,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.instructions,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.instructions,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-section-case-treatment span.instructions,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period span.instructions,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.instructions,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.instructions,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment span.instructions,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period span.instructions {
  display: block;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period:first-of-type,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period:first-of-type,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period:first-of-type,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period:first-of-type,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period:first-of-type,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period:first-of-type,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period:first-of-type,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period:first-of-type,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period:first-of-type,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period:first-of-type,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period:first-of-type,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period:first-of-type,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period:first-of-type,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period:first-of-type,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period:first-of-type,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period:first-of-type {
  margin-top: 20px;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case.with-image .treatment-section-case-image,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content.with-image .treatment-section-case-image,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case.with-image .treatment-section-case-image,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content.with-image .treatment-section-case-image,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case.with-image .treatment-section-case-image,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content.with-image .treatment-section-case-image,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case.with-image .treatment-section-case-image,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content.with-image .treatment-section-case-image,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case.with-image .treatment-section-case-image,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content.with-image .treatment-section-case-image,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case.with-image .treatment-section-case-image,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content.with-image .treatment-section-case-image,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case.with-image .treatment-section-case-image,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content.with-image .treatment-section-case-image,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case.with-image .treatment-section-case-image,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content.with-image .treatment-section-case-image {
  float: left;
  max-width: 180px;
  display: none;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case table.vaccines,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content table.vaccines,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case table.vaccines,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content table.vaccines,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case table.vaccines,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content table.vaccines,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case table.vaccines,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content table.vaccines,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines {
  width: 100%;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case table.vaccines th, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case table.vaccines td,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content table.vaccines th,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content table.vaccines td,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines th,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines td,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines th,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines td,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case table.vaccines th,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case table.vaccines td,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content table.vaccines th,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content table.vaccines td,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines th,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines td,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines th,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines td,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case table.vaccines th,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case table.vaccines td,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content table.vaccines th,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content table.vaccines td,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines th,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines td,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines th,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines td,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case table.vaccines th,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case table.vaccines td,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content table.vaccines th,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content table.vaccines td,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines th,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines td,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines th,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines td {
  padding: 5px 2px;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case table.vaccines thead,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content table.vaccines thead,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines thead,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines thead,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case table.vaccines thead,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content table.vaccines thead,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines thead,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines thead,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case table.vaccines thead,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content table.vaccines thead,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines thead,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines thead,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case table.vaccines thead,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content table.vaccines thead,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines thead,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines thead {
  border-bottom: 1px solid silver;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case table.vaccines thead th,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content table.vaccines thead th,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines thead th,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines thead th,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case table.vaccines thead th,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content table.vaccines thead th,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines thead th,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines thead th,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case table.vaccines thead th,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content table.vaccines thead th,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines thead th,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines thead th,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case table.vaccines thead th,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content table.vaccines thead th,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines thead th,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines thead th {
  text-align: left;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case table.vaccines tbody tr:first-of-type td,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content table.vaccines tbody tr:first-of-type td,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines tbody tr:first-of-type td,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines tbody tr:first-of-type td,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case table.vaccines tbody tr:first-of-type td,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content table.vaccines tbody tr:first-of-type td,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines tbody tr:first-of-type td,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines tbody tr:first-of-type td,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section .treatment-section-case table.vaccines tbody tr:first-of-type td,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section > .content table.vaccines tbody tr:first-of-type td,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines tbody tr:first-of-type td,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines tbody tr:first-of-type td,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section .treatment-section-case table.vaccines tbody tr:first-of-type td,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section > .content table.vaccines tbody tr:first-of-type td,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines tbody tr:first-of-type td,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines tbody tr:first-of-type td {
  padding-top: 10px;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section:not(.treatment) > .content,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section:not(.treatment) > .content,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section:not(.treatment) > .content,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section:not(.treatment) > .content,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section:not(.treatment) > .content,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section:not(.treatment) > .content,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section:not(.treatment) > .content,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section:not(.treatment) > .content {
  padding-left: 3rem !important;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .header,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .header,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .header,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .header,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header {
  padding-bottom: 3rem !important;
  position: relative;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .header .notes,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header .notes,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .header .notes,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header .notes,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .header .notes,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header .notes,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .header .notes,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header .notes {
  text-align: center;
  font-size: 0.9rem;
  width: 100%;
  line-height: 0.9rem;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content {
  display: flex;
  flex-direction: column;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content::before,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content::before,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content::before,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content::before,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content::before,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content::before,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content::before,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content::before {
  background-color: #ef4130;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes {
  padding-left: 3rem !important;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro {
  border-bottom: 1px solid #dcddde;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment {
  border-bottom: 1px solid #dcddde;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment:last-of-type,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment:last-of-type,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment:last-of-type,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment:last-of-type,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment:last-of-type,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment:last-of-type,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment:last-of-type,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment:last-of-type {
  border-bottom: none;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-cases,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-cases,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-cases,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-cases,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-cases,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-cases,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-cases,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-cases {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case {
  border-bottom: 1px solid #dcddde;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title > div,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title > div,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title > div,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title > div,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title > div,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title > div,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title > div,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title > div {
  flex: 1 0 auto;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title {
  flex-grow: 1;
  height: 100%;
  padding-left: 3rem !important;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title h3, .single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title .h3,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title h3,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title .h3,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title h3,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title .h3,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title h3,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title .h3,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title h3,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title .h3,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title h3,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title .h3,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title h3,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title .h3,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title h3,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title .h3 {
  color: #023f88;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
  margin: 0;
  text-transform: uppercase;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment {
  border-left: 1px solid #dcddde;
  margin-left: 4rem;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case:last-of-type,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case:last-of-type,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case:last-of-type,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case:last-of-type,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.treatment > .content .treatment-section-case:last-of-type,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case:last-of-type,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.treatment > .content .treatment-section-case:last-of-type,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case:last-of-type {
  border-bottom: none;
}
.single-customer-protocol-holder .single-customer-protocol-content #treatment .treatment-protocol-section.withhold_period .medication,
.single-customer-protocol-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.withhold_period .medication,
.single-customer-protocol-holder .treatment-protocol-popup #treatment .treatment-protocol-section.withhold_period .medication,
.single-customer-protocol-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.withhold_period .medication,
.treatment-protocol-popup-holder .single-customer-protocol-content #treatment .treatment-protocol-section.withhold_period .medication,
.treatment-protocol-popup-holder .single-customer-protocol-content .single-treatment-protocol-holder .treatment-protocol-section.withhold_period .medication,
.treatment-protocol-popup-holder .treatment-protocol-popup #treatment .treatment-protocol-section.withhold_period .medication,
.treatment-protocol-popup-holder .treatment-protocol-popup .single-treatment-protocol-holder .treatment-protocol-section.withhold_period .medication {
  color: #023f88;
}

.single-treatment-protocol {
  font-size: 16px;
}
.single-treatment-protocol #treatment .single-treatment-protocol-header,
.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header {
  border-bottom: 1px solid #dcddde;
  display: none;
}
.single-treatment-protocol #treatment .single-treatment-protocol-header .heading,
.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .heading {
  border-right: 1px solid #dcddde;
}
.single-treatment-protocol #treatment .single-treatment-protocol-header .treatment-version-info .label,
.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info .label {
  color: #023f88;
}
.single-treatment-protocol #treatment .single-treatment-protocol-image,
.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-image {
  border-bottom: 1px solid #dcddde;
}
.single-treatment-protocol #treatment .treatment-protocol-section,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section {
  border-bottom: 1px solid #dcddde;
}
.single-treatment-protocol #treatment .treatment-protocol-section > .header,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header {
  border-right: 1px solid #dcddde;
  justify-content: center;
}
.single-treatment-protocol #treatment .treatment-protocol-section > .header > svg,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header > svg {
  width: 60px;
  height: auto;
}
.single-treatment-protocol #treatment .treatment-protocol-section > .header > svg path,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header > svg path {
  fill: #a7a9ac;
  stroke: #a7a9ac;
}
.single-treatment-protocol #treatment .treatment-protocol-section > .header h2, .single-treatment-protocol #treatment .treatment-protocol-section > .header .h2,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header h2,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header .h2 {
  color: #ef4130;
  font-size: 2rem;
  font-weight: 600;
  margin-bottom: 0;
  margin-top: 1rem;
  text-align: center;
  text-transform: uppercase;
}
.single-treatment-protocol #treatment .treatment-protocol-section > .header::before,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header::before {
  width: 60px;
  content: " ";
  display: block;
  position: absolute;
  mask-size: 100%;
  -webkit-mask-size: 100%;
  mask-repeat: no-repeat;
  -webkit-mask-repeat: no-repeat;
  background-color: #a7a9ac;
}
.single-treatment-protocol #treatment .treatment-protocol-section > .content,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content {
  position: relative;
}
.single-treatment-protocol #treatment .treatment-protocol-section > .content::before,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content::before {
  content: " ";
  background-color: #ffffff;
  border: 1px solid #ef4130;
  border-radius: 100%;
  height: 30px;
  left: -15px;
  position: absolute;
  top: 1.5rem;
  width: 30px;
}
.single-treatment-protocol #treatment .treatment-protocol-section .content li ul, .single-treatment-protocol #treatment .treatment-protocol-section .content li ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content li ul,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content li ol {
  margin: 0 1.5rem;
}
.single-treatment-protocol #treatment .treatment-protocol-section .content ul, .single-treatment-protocol #treatment .treatment-protocol-section .content ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content ul,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content ol {
  margin: 0 1.5rem 1.5rem 0;
  padding-left: 1.25rem;
}
.single-treatment-protocol #treatment .treatment-protocol-section .content ul,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content ul {
  list-style-type: disc;
}
.single-treatment-protocol #treatment .treatment-protocol-section .content ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content ol {
  list-style-type: decimal;
}
.single-treatment-protocol #treatment .treatment-protocol-section .content ol ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content ol ol {
  list-style: upper-alpha;
}
.single-treatment-protocol #treatment .treatment-protocol-section .content ol ol ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content ol ol ol {
  list-style: lower-roman;
}
.single-treatment-protocol #treatment .treatment-protocol-section .content ol ol ol ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content ol ol ol ol {
  list-style: lower-alpha;
}
.single-treatment-protocol #treatment .treatment-protocol-section .content dl,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content dl {
  margin: 0 0 1.5em 0;
}
.single-treatment-protocol #treatment .treatment-protocol-section .content dl dt,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content dl dt {
  font-weight: bold;
}
.single-treatment-protocol #treatment .treatment-protocol-section .content dd,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content dd {
  margin-left: 1.5em;
}
.single-treatment-protocol #treatment .treatment-protocol-section .content > .fa-exclamation-triangle,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content > .fa-exclamation-triangle {
  display: none;
  float: left;
  color: #ef4130;
  font-size: 60px;
  margin-right: 30px;
}
.single-treatment-protocol #treatment .treatment-protocol-section .content .whp-intro,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .content .whp-intro {
  color: #ef4130;
  margin-top: 20px;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case h3, .single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .h3,
.single-treatment-protocol #treatment .treatment-protocol-section > .content h3,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .h3,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case h3,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .h3,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content h3,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .h3 {
  margin-bottom: 16px;
  padding-bottom: 0;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case h3::before, .single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .h3::before,
.single-treatment-protocol #treatment .treatment-protocol-section > .content h3::before,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .h3::before,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case h3::before,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .h3::before,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content h3::before,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .h3::before {
  content: " ";
  display: table;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case li ul, .single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case li ol,
.single-treatment-protocol #treatment .treatment-protocol-section > .content li ul,
.single-treatment-protocol #treatment .treatment-protocol-section > .content li ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case li ul,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case li ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content li ul,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content li ol {
  margin: 0 1.5rem;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case ul, .single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case ol,
.single-treatment-protocol #treatment .treatment-protocol-section > .content ul,
.single-treatment-protocol #treatment .treatment-protocol-section > .content ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ul,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content ul,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content ol {
  margin: 0 1.5rem 1.5rem 0;
  padding-left: 1.25rem;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case ul,
.single-treatment-protocol #treatment .treatment-protocol-section > .content ul,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ul,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content ul {
  list-style-type: disc;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case ol,
.single-treatment-protocol #treatment .treatment-protocol-section > .content ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content ol {
  list-style-type: decimal;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case ol ol,
.single-treatment-protocol #treatment .treatment-protocol-section > .content ol ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol {
  list-style: upper-alpha;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case ol ol ol,
.single-treatment-protocol #treatment .treatment-protocol-section > .content ol ol ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol ol {
  list-style: lower-roman;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case ol ol ol ol,
.single-treatment-protocol #treatment .treatment-protocol-section > .content ol ol ol ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case ol ol ol ol,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content ol ol ol ol {
  list-style: lower-alpha;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case dl,
.single-treatment-protocol #treatment .treatment-protocol-section > .content dl,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dl,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content dl {
  margin: 0 0 1.5em 0;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case dl dt,
.single-treatment-protocol #treatment .treatment-protocol-section > .content dl dt,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dl dt,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content dl dt {
  font-weight: bold;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case dd,
.single-treatment-protocol #treatment .treatment-protocol-section > .content dd,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case dd,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content dd {
  margin-left: 1.5em;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose {
  display: flex;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder {
  flex: 0 0 auto;
  width: 20%;
  margin-right: 20px;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder img,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder img,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment.dose .image-holder img,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment.dose .image-holder img {
  width: 100%;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment h4, .single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment .h4,
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period h4,
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period .h4,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .treatment-section-case-treatment h4,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .treatment-section-case-treatment .h4,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period h4,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period .h4,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment h4,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment .h4,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period h4,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period .h4,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment h4,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment .h4,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period h4,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period .h4 {
  color: #007599;
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: 0;
  padding-bottom: 0;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.title,
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.title,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .treatment-section-case-treatment span.title,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period span.title,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.title,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.title,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment span.title,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period span.title {
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.instructions,
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.instructions,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .treatment-section-case-treatment span.instructions,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period span.instructions,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-section-case-treatment span.instructions,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period span.instructions,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-section-case-treatment span.instructions,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period span.instructions {
  display: block;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period:first-of-type,
.single-treatment-protocol #treatment .treatment-protocol-section > .content .treatment-protocol-withhold-period:first-of-type,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case .treatment-protocol-withhold-period:first-of-type,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .treatment-protocol-withhold-period:first-of-type {
  margin-top: 20px;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case.with-image .treatment-section-case-image,
.single-treatment-protocol #treatment .treatment-protocol-section > .content.with-image .treatment-section-case-image,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case.with-image .treatment-section-case-image,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content.with-image .treatment-section-case-image {
  float: left;
  max-width: 180px;
  display: none;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case table.vaccines,
.single-treatment-protocol #treatment .treatment-protocol-section > .content table.vaccines,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines {
  width: 100%;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case table.vaccines th, .single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case table.vaccines td,
.single-treatment-protocol #treatment .treatment-protocol-section > .content table.vaccines th,
.single-treatment-protocol #treatment .treatment-protocol-section > .content table.vaccines td,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines th,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines td,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines th,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines td {
  padding: 5px 2px;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case table.vaccines thead,
.single-treatment-protocol #treatment .treatment-protocol-section > .content table.vaccines thead,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines thead,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines thead {
  border-bottom: 1px solid silver;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case table.vaccines thead th,
.single-treatment-protocol #treatment .treatment-protocol-section > .content table.vaccines thead th,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines thead th,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines thead th {
  text-align: left;
}
.single-treatment-protocol #treatment .treatment-protocol-section .treatment-section-case table.vaccines tbody tr:first-of-type td,
.single-treatment-protocol #treatment .treatment-protocol-section > .content table.vaccines tbody tr:first-of-type td,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section .treatment-section-case table.vaccines tbody tr:first-of-type td,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content table.vaccines tbody tr:first-of-type td {
  padding-top: 10px;
}
.single-treatment-protocol #treatment .treatment-protocol-section:not(.treatment) > .content,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section:not(.treatment) > .content {
  padding-left: 3rem !important;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .header,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header {
  padding-bottom: 3rem !important;
  position: relative;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .header .notes,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header .notes {
  text-align: center;
  font-size: 0.9rem;
  width: 100%;
  line-height: 0.9rem;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content {
  display: flex;
  flex-direction: column;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content::before,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content::before {
  background-color: #ef4130;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-additional-notes,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-additional-notes {
  padding-left: 3rem !important;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-intro,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-intro {
  border-bottom: 1px solid #dcddde;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment {
  border-bottom: 1px solid #dcddde;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case-treatment:last-of-type,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case-treatment:last-of-type {
  border-bottom: none;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-cases,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-cases {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case {
  border-bottom: 1px solid #dcddde;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title {
  display: flex;
  flex-direction: column;
  flex-wrap: wrap;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title > div,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title > div {
  flex: 1 0 auto;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title {
  flex-grow: 1;
  height: 100%;
  padding-left: 3rem !important;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title h3, .single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title .h3,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title h3,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-title .h3 {
  color: #023f88;
  font-size: 1.8rem;
  font-weight: 600;
  letter-spacing: -0.05rem;
  margin: 0;
  text-transform: uppercase;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-title .treatment-section-case-treatment {
  border-left: 1px solid #dcddde;
  margin-left: 4rem;
}
.single-treatment-protocol #treatment .treatment-protocol-section.treatment > .content .treatment-section-case:last-of-type,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case:last-of-type {
  border-bottom: none;
}
.single-treatment-protocol #treatment .treatment-protocol-section.withhold_period .medication,
.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.withhold_period .medication {
  color: #023f88;
}

.single-complaint {
  font-size: 16px;
  padding: 30px 60px;
}
.single-complaint .single-complaint-holder .complaint-header {
  border-bottom: 1px solid #dcddde;
  position: relative;
}
.single-complaint .single-complaint-holder .complaint-header .complaint-summary {
  color: #002e5d;
  font-size: 20px;
  margin-bottom: 30px;
}
.single-complaint .single-complaint-holder .complaint-header .complaint-print-version {
  position: absolute;
  right: 0;
  top: 0;
}
.single-complaint .single-complaint-holder .complaint-header .complaint-print-version a {
  background-color: #023f88;
  border-radius: 20px;
  color: #ffffff;
  display: block;
  padding: 10px 20px;
}
.single-complaint .single-complaint-holder .complaint-body .complaint-description-holder {
  border-right: 1px solid #dcddde;
  /* 
          padding-right: 30px;
          width: 33%;

          .complaint-description {
            background-color: #EDEDED;
            border: 1px solid $border-color;
            border-top: 0;
            padding: 30px;
          }

   */
}
.single-complaint .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-section-headline {
  color: #ef4130;
  font-size: 22px;
  text-transform: uppercase;
}
.single-complaint .single-complaint-holder .complaint-body .complaint-section-holder .complaint-section .complaint-image {
  background-color: #EDEDED;
  border: 1px solid #dcddde;
  font-size: 12px;
  padding: 8px;
  text-align: center;
}
.single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section {
  border-right: 1px solid #dcddde;
}
.single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.sections-2 .complaint-section:last-of-type, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.sections-3 .complaint-section:last-of-type, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.sections-4 .complaint-section:last-of-type {
  border: none;
}
.single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.no-description {
  width: 100%;
}
.single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-3 .complaint-section, .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-4 .complaint-section {
  border-right: 1px solid #dcddde;
  max-width: calc(33% - 20px);
}
.single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-3 .complaint-section:nth-of-type(3), .single-complaint .single-complaint-holder .complaint-body .complaint-section-holder.no-description.sections-4 .complaint-section:nth-of-type(3) {
  border-right: none;
}
.single-complaint .single-complaint-holder .complaint-body li ul, .single-complaint .single-complaint-holder .complaint-body li ol {
  margin: 0 1.5rem;
}
.single-complaint .single-complaint-holder .complaint-body ul, .single-complaint .single-complaint-holder .complaint-body ol {
  margin: 0 1.5rem 1.5rem 0;
  padding-left: 1.25rem;
}
.single-complaint .single-complaint-holder .complaint-body ul {
  list-style-type: disc;
}
.single-complaint .single-complaint-holder .complaint-body ol {
  list-style-type: decimal;
}
.single-complaint .single-complaint-holder .complaint-body ol ol {
  list-style: upper-alpha;
}
.single-complaint .single-complaint-holder .complaint-body ol ol ol {
  list-style: lower-roman;
}
.single-complaint .single-complaint-holder .complaint-body ol ol ol ol {
  list-style: lower-alpha;
}
.single-complaint .single-complaint-holder .complaint-body dl {
  margin: 0 0 1.5em 0;
}
.single-complaint .single-complaint-holder .complaint-body dl dt {
  font-weight: bold;
}
.single-complaint .single-complaint-holder .complaint-body dd {
  margin-left: 1.5em;
}

.acf-field.actions .button-notes-treatment .notes-count {
  background-color: #fff;
  border: 1px solid #7e8993;
  color: #4d4d4d;
}

.treatment-protocol-edit {
  margin-top: 2rem;
}
.treatment-protocol-edit .treatment-sections {
  margin-top: 2rem;
}
.treatment-protocol-edit .treatment-sections .treatment-section-case {
  border: 1px solid #dcddde;
  padding: 1rem;
}
.treatment-protocol-edit .treatment-sections .treatment-section-case .treatment-section-case-treatment {
  padding: 1rem;
}
.treatment-protocol-edit .treatment-sections .treatment-section-case .treatment-section-case-treatment .toggle-switch-holder {
  margin: 1rem 0 0;
}
.treatment-protocol-edit .treatment-sections .treatment-section-case .treatment-section-case-treatment .toggle-switch-holder .switch {
  margin-bottom: 0;
}
.treatment-protocol-edit .treatment-sections .treatment-section-case .treatment-section-case-treatment:nth-of-type(even) {
  background-color: #ededed;
}

.aah-protocols-field-holder {
  margin-bottom: 1rem;
}
.aah-protocols-field-holder label {
  font-weight: 700;
  margin-bottom: 1rem;
}
.aah-protocols-field-holder input[type=email],
.aah-protocols-field-holder input[type=file],
.aah-protocols-field-holder input[type=password],
.aah-protocols-field-holder input[type=search],
.aah-protocols-field-holder input[type=tel],
.aah-protocols-field-holder input[type=text],
.aah-protocols-field-holder input[type=url],
.aah-protocols-field-holder select,
.aah-protocols-field-holder textarea {
  background-color: #fff;
  border: 1px solid #bbb;
  padding: 2px;
  color: #4e4e4e;
  width: 100%;
}
.aah-protocols-field-holder.radio-group-holder label {
  display: block;
}
.aah-protocols-field-holder.submit-button-holder {
  display: flex;
  justify-content: flex-end;
  margin-top: 1rem;
}
.aah-protocols-field-holder.submit-button-holder button {
  background-color: #ffffff;
  border: 1px solid #7e8993;
  color: #4d4d4d;
  cursor: pointer;
  font-size: 16px;
  font-weight: 300;
  padding: 5px 10px;
}
.aah-protocols-field-holder.submit-button-holder button:hover {
  background-color: #008dd4;
  border: 1px solid #007cba;
  color: #ffffff;
}
.aah-protocols-field-holder.treatment-note-holder {
  border: 1px solid #dcddde;
  margin: 2rem 0;
  padding: 1rem;
}
.aah-protocols-field-holder.treatment-note-holder .counter {
  color: #a7a9ac;
  text-align: right;
}

.aah-protocols-vet-guidance-holder .aah-protocols-vet-guidance-content .aah-protocols-vet-guidance-toggle i {
  background-color: #ffffff;
  border: 1px solid #7e8993;
  color: #4d4d4d;
}
.aah-protocols-vet-guidance-holder .aah-protocols-vet-guidance-content .aah-protocols-vet-guidance-toggle i:hover {
  background-color: #008dd4;
  border: 1px solid #007cba;
  color: #ffffff;
}

@media (min-width: 768px) {
  .single-treatment-protocol {
    padding: 30px 60px;
  }
  .single-treatment-protocol-holder .single-treatment-protocol-header {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
  }
  .single-treatment-protocol-holder .single-treatment-protocol-header h1, .single-treatment-protocol-holder .single-treatment-protocol-header .h1 {
    margin: 0;
    padding: 0;
  }
}
@media print {
  .protocols-template .container-fluid, .protocols-template .container-sm, .protocols-template .container-md, .protocols-template .container-lg, .protocols-template .container-xl, .protocols-template .container-xxl, .protocols-template .single-customer-protocol-holder .single-customer-protocol-header, .single-customer-protocol-holder .protocols-template .single-customer-protocol-header,
  .protocols-template .single-customer-protocol-holder .single-customer-protocol-content,
  .single-customer-protocol-holder .protocols-template .single-customer-protocol-content,
  .protocols-template .treatment-protocol-popup-holder .single-customer-protocol-header,
  .treatment-protocol-popup-holder .protocols-template .single-customer-protocol-header,
  .protocols-template .treatment-protocol-popup-holder .single-customer-protocol-content,
  .treatment-protocol-popup-holder .protocols-template .single-customer-protocol-content {
    width: 100%;
  }
  body.single-treatment-protocol {
    padding: 4mm 8mm;
    visibility: visible;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header {
    display: flex;
    flex-direction: row;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
  body.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info {
    padding: 10px !important;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .heading {
    border: 0;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .heading h1, body.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .heading .h1 {
    font-size: 26px;
    line-height: 26px;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .heading h2, body.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .heading .h2 {
    font-size: 20px;
    line-height: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info {
    background: transparent;
    border-left: 1px solid #dcddde;
    font-size: 11px;
    margin: 0;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section {
    background: transparent;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header {
    padding: 1rem !important;
    margin-bottom: 0;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header > svg {
    width: 40px;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header::before {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header h2, body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header .h2 {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .header .notes {
    font-size: 12px;
    line-height: 12px;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content {
    padding: 1rem 1rem 1rem 2rem !important;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content::before {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    height: 16px;
    left: -8px;
    top: 1rem;
    width: 16px;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content h3, body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .h3 {
    font-size: 13px !important;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content h4, body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .h4 {
    font-size: 12px !important;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content p, body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content li {
    font-size: 11px !important;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 8px;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section > .content .content {
    margin-bottom: 0;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header .notes {
    font-size: 10px !important;
    padding: 0 12px;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content {
    padding: 0 !important;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case h3, body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .h3 {
    margin-bottom: 10px;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-title {
    height: auto !important;
    width: auto !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-title h3, body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-title .h3 {
    font-size: 12px !important;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-treatment {
    margin-left: 4rem;
    width: auto !important;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-treatment .title {
    font-size: 16px !important;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-treatment.dose .image-holder {
    width: 10% !important;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-image .treatment-section-case-image {
    display: none;
    max-width: 120px;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-image .treatment-section-case-image img {
    height: auto;
    max-width: 120px;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case table.vaccines th, body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case table.vaccines td {
    font-size: 13px !important;
  }
  body.single-treatment-protocol .single-treatment-protocol-holder .treatment-protocol-section:not(.treatment) {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  body.single-customer-protocol, body.customer-protocols-all {
    padding: 4mm 8mm;
    font-size: 13px;
  }
  body.single-customer-protocol header, body.customer-protocols-all header {
    display: none;
  }
  body.single-customer-protocol .single-customer-protocol-holder, body.customer-protocols-all .single-customer-protocol-holder {
    visibility: visible;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-header, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-header {
    background-color: transparent;
    border-bottom: 1px solid #dcddde;
    flex-direction: row;
    padding: 10px 0 !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-header h1, body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-header .h1, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-header h1, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-header .h1 {
    color: #a7a9ac;
    font-size: 30px;
    line-height: 30px;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-header .single-customer-protocol-navigation {
    display: none;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content {
    padding: 0 !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content .content-tabs, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content .content-tabs {
    display: none;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #complaint, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #complaint {
    display: none;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment {
    display: block !important;
    padding-top: 0;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header {
    display: flex;
    flex-direction: row;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .heading,
  body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info {
    padding: 10px !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .heading, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .heading {
    border: 0;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .heading h1, body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .heading .h1, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .heading h1, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .heading .h1 {
    font-size: 26px;
    line-height: 26px;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .heading h2, body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .heading .h2, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .heading h2, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .heading .h2 {
    font-size: 20px;
    line-height: 20px;
    margin-block-start: 0;
    margin-block-end: 0;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .single-treatment-protocol-header .treatment-version-info {
    background: transparent;
    border-left: 1px solid #dcddde;
    font-size: 11px;
    margin: 0;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section {
    background: transparent;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .header, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .header {
    padding: 1rem !important;
    margin-bottom: 0;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .header > svg, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .header > svg {
    width: 40px;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .header::before, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .header::before {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .header h2, body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .header .h2, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .header h2, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .header .h2 {
    font-size: 14px;
    line-height: 14px;
    text-align: center;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .header .notes, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .header .notes {
    font-size: 12px;
    line-height: 12px;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content {
    padding: 1rem 1rem 1rem 2rem !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content::before, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content::before {
    -webkit-print-color-adjust: exact !important;
    print-color-adjust: exact !important;
    height: 16px;
    left: -8px;
    top: 1rem;
    width: 16px;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content h3, body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content .h3, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content h3, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content .h3 {
    font-size: 13px !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content h4, body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content .h4, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content h4, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content .h4 {
    font-size: 12px !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content p, body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content li, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content p, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content li {
    font-size: 11px !important;
    padding-bottom: 0;
    margin-top: 0;
    margin-bottom: 8px;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content .content, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section > .content .content {
    margin-bottom: 0;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header .notes, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .header .notes {
    font-size: 10px !important;
    padding: 0 12px;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content {
    padding: 0 !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case h3, body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .h3, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case h3, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .h3 {
    margin-bottom: 10px;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-title, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-title {
    height: auto !important;
    width: auto !important;
    padding-bottom: 0.5rem !important;
    padding-left: 1rem !important;
    padding-right: 0.5rem !important;
    padding-top: 0.5rem !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-title h3, body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-title .h3, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-title h3, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-title .h3 {
    font-size: 12px !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-treatment, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-treatment {
    margin-left: 4rem;
    width: auto !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-treatment .title, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-treatment .title {
    font-size: 16px !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-treatment.dose .image-holder, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case .treatment-section-case-treatment.dose .image-holder {
    width: 10% !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-image .treatment-section-case-image, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-image .treatment-section-case-image {
    display: none;
    max-width: 120px;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-image .treatment-section-case-image img, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case.with-image .treatment-section-case-image img {
    height: auto;
    max-width: 120px;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case table.vaccines th, body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case table.vaccines td, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case table.vaccines th, body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section.treatment > .content .treatment-section-case table.vaccines td {
    font-size: 13px !important;
  }
  body.single-customer-protocol .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section:not(.treatment), body.customer-protocols-all .single-customer-protocol-holder .single-customer-protocol-content #treatment .single-treatment-protocol-holder .treatment-protocol-section:not(.treatment) {
    -moz-column-break-inside: avoid;
    break-inside: avoid;
  }
  body.single-customer-protocol footer, body.customer-protocols-all footer {
    display: none;
  }
}
.has-blue-color,
.has-blue-color:visited {
  color: #0d6efd;
}

.has-blue-background-color {
  background-color: #0d6efd;
  border-color: #0d6efd;
}

.has-indigo-color,
.has-indigo-color:visited {
  color: #6610f2;
}

.has-indigo-background-color {
  background-color: #6610f2;
  border-color: #6610f2;
}

.has-purple-color,
.has-purple-color:visited {
  color: #6f42c1;
}

.has-purple-background-color {
  background-color: #6f42c1;
  border-color: #6f42c1;
}

.has-pink-color,
.has-pink-color:visited {
  color: #d63384;
}

.has-pink-background-color {
  background-color: #d63384;
  border-color: #d63384;
}

.has-red-color,
.has-red-color:visited {
  color: #dc3545;
}

.has-red-background-color {
  background-color: #dc3545;
  border-color: #dc3545;
}

.has-orange-color,
.has-orange-color:visited {
  color: #fd7e14;
}

.has-orange-background-color {
  background-color: #fd7e14;
  border-color: #fd7e14;
}

.has-yellow-color,
.has-yellow-color:visited {
  color: #ffc107;
}

.has-yellow-background-color {
  background-color: #ffc107;
  border-color: #ffc107;
}

.has-green-color,
.has-green-color:visited {
  color: #198754;
}

.has-green-background-color {
  background-color: #198754;
  border-color: #198754;
}

.has-teal-color,
.has-teal-color:visited {
  color: #20c997;
}

.has-teal-background-color {
  background-color: #20c997;
  border-color: #20c997;
}

.has-cyan-color,
.has-cyan-color:visited {
  color: #0dcaf0;
}

.has-cyan-background-color {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.has-white-color,
.has-white-color:visited {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
  border-color: #fff;
}

.has-gray-color,
.has-gray-color:visited {
  color: #6c757d;
}

.has-gray-background-color {
  background-color: #6c757d;
  border-color: #6c757d;
}

.has-gray-dark-color,
.has-gray-dark-color:visited {
  color: #343a40;
}

.has-gray-dark-background-color {
  background-color: #343a40;
  border-color: #343a40;
}

.has-primary-color,
.has-primary-color:visited {
  color: #063f88;
}

.has-primary-background-color {
  background-color: #063f88;
  border-color: #063f88;
}

.has-secondary-color,
.has-secondary-color:visited {
  color: #ef4130;
}

.has-secondary-background-color {
  background-color: #ef4130;
  border-color: #ef4130;
}

.has-success-color,
.has-success-color:visited {
  color: #198754;
}

.has-success-background-color {
  background-color: #198754;
  border-color: #198754;
}

.has-info-color,
.has-info-color:visited {
  color: #0dcaf0;
}

.has-info-background-color {
  background-color: #0dcaf0;
  border-color: #0dcaf0;
}

.has-warning-color,
.has-warning-color:visited {
  color: #ffc107;
}

.has-warning-background-color {
  background-color: #ffc107;
  border-color: #ffc107;
}

.has-danger-color,
.has-danger-color:visited {
  color: #dc3545;
}

.has-danger-background-color {
  background-color: #dc3545;
  border-color: #dc3545;
}

.has-light-color,
.has-light-color:visited {
  color: #c4c4c4;
}

.has-light-background-color {
  background-color: #c4c4c4;
  border-color: #c4c4c4;
}

.has-dark-color,
.has-dark-color:visited {
  color: #212529;
}

.has-dark-background-color {
  background-color: #212529;
  border-color: #212529;
}

figure.wp-block-image {
  display: block;
}
.wp-block-image > figure {
  display: block;
}
body.understrap-no-sidebar .alignwide,
body.understrap-no-sidebar .alignfull,
body.understrap-no-sidebar .wp-block-cover.alignwide,
body.understrap-no-sidebar .wp-block-cover.alignfull {
  margin: 0px calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .alignfull .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignfull .wp-block-cover__inner-container {
    max-width: 1320px;
  }
}
body.understrap-no-sidebar .alignwide,
body.understrap-no-sidebar .wp-block-cover.alignwide {
  margin: 0px calc(50% - 45vw);
  max-width: 90vw;
  width: 100vw;
}
body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
}
@media (min-width: 576px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  body.understrap-no-sidebar .alignwide .wp-block-cover__inner-container,
  body.understrap-no-sidebar .wp-block-cover.alignwide .wp-block-cover__inner-container {
    max-width: 1320px;
  }
}
@media (max-width: 920px) {
  body.understrap-no-sidebar .alignwide,
  body.understrap-no-sidebar .wp-block-cover.alignwide {
    margin: 0px calc(50% - 48vw);
    max-width: 96vw;
    width: 100vw;
  }
}

.wp-block-buttons .wp-block-button .wp-block-button__link {
  padding: 1.2rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
}
.wp-block-buttons .wp-block-button:not(.is-style-outline) .wp-block-button__link {
  border: 1px solid transparent;
}

/**
 * Swiper 8.3.1
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2022 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 13, 2022
 */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}
:root {
  --swiper-theme-color: #063F88;
  --swiper-pagination-color: #fff;
  --swiper-pagination-bullet-inactive-color: #fff;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-pointer-events {
  touch-action: pan-y;
}
.swiper-pointer-events.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}
.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d, .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.swiper-3d .swiper-wrapper,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none; /* For Firefox */
  -ms-overflow-style: none; /* For Internet Explorer and Edge */
}
.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-horizontal.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-vertical.swiper-css-mode > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  width: var(--swiper-centered-offset-after);
}
.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  height: var(--swiper-centered-offset-after);
}
.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 4.2rem;
  height: 4.2rem;
  background-image: url(../images/slider-btn.svg);
  background-position: 50%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
  /*
  &:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none !important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1;
  }
  */
}
.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  /*
  &:after {
    content: 'prev';
  }
  */
  transform: scaleX(-1);
  left: -2rem;
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  /*
  &:after {
    content: 'next';
  }
  */
  right: -2rem;
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Preloader */
:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .swiper-pagination, .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 10px;
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: 50%;
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}
button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}
.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}
.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}
.swiper-vertical > .swiper-pagination-progressbar, .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}
.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}
.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}
.swiper-fade .swiper-slide-active, .swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/*# sourceMappingURL=child-theme.css.map */